/* General Fonts */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html,body{
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: 'Roboto', sans-serif;
 -moz-font-feature-settings: "kern";
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.bgSold {
    background-color: #fc5d60;
    transition: all .3s ease;
}

.bgAvai {
    background-color: #4fb2b9;
    transition: all .3s ease;
}

.bgReser {
    background-color: #fdbc55;
    transition: all .3s ease;
}

.bgGeneral {
    background-color: #1ec2d9;
    transition: all .3s ease;
}

.error {
    width: 100%;
    height: auto;
    color: #000000;
    font-weight: 500;
    font-size: 1em;
}

.row .col {
    padding: 0;
}

.row {
    margin-bottom: 0;
}

/* M E N U   R I G H T */
.navbarPC {
    width: 50px;
    height: auto;
    position: fixed;
    z-index: 998;
    padding: 0;
    right: 25px;
    top: 10px;
}

.buttonSide {
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 0;
    transition: all .5s ease;
    cursor: pointer;
}

.buttonSide a {
    font-size: 2.1em;
    color: #ffffff;
    font-weight: bold;
    transition: all .8s ease;
    cursor: pointer;
}


.buttonSide:hover , .buttonSide:active{
    background-color: #000000;
    border: none;
    border-radius: 100%;
}

.buttonSide:hover a , .buttonSide:active a{
    color: #04dfc8;
}

.buttonSide:hover a i , .buttonSide:active a i {
     -webkit-text-stroke: 2px #000000;
}

.scrollPC {
    background-color: #000000;
    border: none;
}

.sideNavRight {
    width: 20%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    display: none;
}

.sideNavContent {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-left: 1px solid #d2d2d2;
    position: relative;
    right: -200%;
    padding: 0;
    transition:  all .5s ease;
}

.closeMenu {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    transition: all .5s ease;
    position: absolute;
    right: 25px;
    top: 10px;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.closeMenu a {
    font-size: 2.1em;
    color: #000000;
    font-weight: 400;
    transition: all .5s ease;
    cursor: pointer;
}

/* .closeMenu:hover , .closeMenu:active{
    background-color: #000000;
    border: 2px solid #04dfc8;
    border-radius: 100%;
} */

.closeMenu:hover a , .closeMenu:active a{
    color: #04dfc8;
}

.sideNavOptions {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

.menuContent {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 15% 0 0 10%;
}

.menuSocial {
    width: 100%;
    height: auto;
    padding: 0 0 10% 0;
    text-align: left;
}

.menuSocial a {
    color: #999898;
    font-size: 3em;
    transition: all .5s ease;
}

.menuOptions {
    width: 100%;
    height: auto;
    padding: 15% 0 5% 0;
    text-align: left;
}

.menuOptions a {
    color: #999898;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.menuOptions a:hover , .menuSocial a:hover {
    font-weight: 500;
    color: #04dfc8;
    border: none!important;
}

.table-of-contents a {
    padding-left: 0;
}

.table-of-contents a:hover {
    padding-left: 0!important;
    border-left: none!important;
    border-bottom: 2px solid #04dfc8!important;
}

.table-of-contents a.active {
    font-weight: 500;
    color: #04dfc8;
    padding-left: 0;
    border-left: none;
    border-bottom: 2px solid #04dfc8;
}

a.socialLinks:hover {
    border-bottom: none!important;
}

.menuBottom {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 3%;
    text-align: left;
}

.btnContact {
    background-color: #d4d4d4;
    font-family: 'Quicksand', sans-serif;
    color: #2a2a2a;
    font-weight: 500;
    box-shadow: none;
    transition: all .5s ease;
}

.btnContact:hover {
    box-shadow: none;
    background-color: #04dfc8;
    color: #ffffff;
}

.menuLang {
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-left: 3%;
    text-align: left;
}

.menuLang a {
    color: #d7d7d7;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .5s ease;
}

.menuLang a:hover , .menuLang a:hover {
    font-weight: 500;
    color: #04dfc8;
}

.rectanguleInner {
    width: 100%;
    height: 100%;
    background-color: #04dfc8;
    top: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    transition: all .5s ease;
}
/*  */

/* S E C T I O N S */
#home {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.homeMain {
    width: 100%;
    height: auto;
    padding: 0;
}

.logoWaves {
    width: 25%;
    height: auto;
    padding: 0;
    position: fixed;
    text-align: right;
    overflow: hidden;
    top: 6%;
    margin-right: -5px;
    left: 0;
    z-index: 2;
    transition: all .3s ease;
}

.logoWaves img {
    filter: brightness(900%);
}

.logoTitle {
    width: 68%;
    height: auto;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    padding: 5% 0 0 2%;
    top: 0;
    right: 0;
    z-index: 2;
}

.logoTitle h1 {
    font-size: 5em;
    color: #ffffff;
    font-weight: lighter;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    line-height: 0;
}

.logoTitle h2 {
    font-size: 5em;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.homeContainer {
    width: 100%;
    height: 15vh;
    position: relative;
    background-color: #ffffff;
    padding: 0;
}

.reel-video {
    width: 350px;
    height: 200px;
    background-color: #000000;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 25%;
    padding-top: 30px;
    z-index: 3;
    cursor: pointer;
}

.reel-video span {
    font-size: 4em;
    color: #01eef2;
}

.reelTit {
    font-size: 1.2em!important;
    color: #01eef2!important;
    text-transform: uppercase!important;
    margin-top: 5px!important;
}

.reelSub {
    font-size: 1.2em!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
}

.homeTulum {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 2% 0 0 0;
}

.tulumTitle {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d2d2d2;
    padding: 0;
    text-align: right;
    position: relative;
    z-index: 3;
}


.tulumTitle h1 {
    font-size: 5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #f1f0f0;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.tulumTitle img {
    position: absolute;
    top: 60%;
    left: 60%;
}

.tulumText {
    width: 100%;
    height: auto;
    padding: 2% 0 0 0;
    text-align: right;
    overflow: hidden;
}

.tulumText p {
    font-size: 1.2em;
    color: #222222;
    font-weight: 400;
}

.tulumVideo {
    width: 100%;
    height: auto;
    padding: 5% 0 0 3%;
    line-height: 0;
    overflow: hidden;
}

.tulumVideo iframe {
    width: 100%;
    height: 50vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.welcomeTulum {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 10% 0 10% 0;
}

.welcomeTitle {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 0 5% 0 0;
    position:relative;
    z-index: 1;
}

.welcomeTitle h1 {
    font-size: 6em;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Quicksand', sans-serif;
}

.welcomeTitle img {
    position: absolute;
    top: 100%;
    left: 15%;
}

.welcomeText {
    width: 100%;
    height: auto;
    padding: 0 0 3% 35%;
    text-align: center;
    overflow: hidden;
}

.welcomeText p {
    font-size: 1.2em;
    font-weight: 400;
}

.welcomeText p:nth-child(1) {
    color: #868686;
}

.welcomeText p:nth-child(2) {
    color: #000000;
}

.privalContainer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 0;
}

.privalTitle {
    width: 100%;
    height: auto;
    text-align: right;
    position: relative;
    margin-left: 4.5%;
    z-index: 1;
}

.privalTitle h1 {
    font-size: 5em;
    color: #000000;
    font-weight: lighter;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.privalTitle h1 span {
    font-weight: bold;
}

.privalText {
    width: 100%;
    height: auto;
    padding: 0 4% 10% 0;
    text-align: right;
    overflow: hidden;
}

.privalText p {
    font-size: 1.2em;
    font-weight: 400;
    color: #868686;
}

.imgPrival {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.imgPrival img {
    width: 100%;
    height: auto;
}

.main-purposes {
    width: 100%;
    height: auto;
    padding: 0;
}

.purposeTitle {
    width: 80%;
    height: auto;
    padding: 3%;
    text-align: center;
    float:right;
    overflow: hidden;
}

.purposeTitle h1 {
    font-size: 5em;
    color: #000000;
    font-weight: lighter;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.purposeTitle h1 span {
    font-weight: bold;
}

.purposes-sections {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.purposeParts {
    width: 80%;
    height: auto;
    padding: 0 0 5% 0;
    float: right;
}

.purposeNumber {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin-bottom: -14%;
    margin-left: -15%;
    z-index: 4;
}

.purposeNumber h1 {
    font-size: 15em;
    color: #f1f0f0;
    font-weight: 300;
}

.purposeContent {
    width: 100%;
    height: auto;
    border-left: 1px solid #d2d2d2;
    position: relative;
    z-index: 3;
}

.purposeContent img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: -90%;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.purposeSubtitle {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 8% 0 0 10%;
    overflow: hidden;
    background-color: #ffffff;
}

.purposeSubtitle h2 {
    font-size: 3em;
    color: #000000;
    font-weight: lighter;
    text-transform: uppercase;
}

.btm {
    padding: 8% 0 4% 10%;
}

.purposeBottom {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 34% 0 9% 10%;
    overflow: hidden;
}


.purposeBottom p {
    font-size: 1.3em;
    font-weight: 400;
    color: #737373;
    background-color: #ffffff;
}

.purposeBottom p span {
    font-weight: bold;
}

.purposeText {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0 10% 10%;
    overflow: hidden;
}


.purposeText p {
    font-size: 1.3em;
    font-weight: 400;
    color: #737373;
}

.purposeText p span {
    font-weight: bold;
}

.purposeMore {
    width: 100%;
    height: auto;
    padding: 4% 0 30% 10%;
    overflow: hidden;
}


.more {
    background-color: #000000;
    text-transform: lowercase;
    color: #01e4ee;
    box-shadow: none;
    transition: all .5s ease;
    font-size: 1.2em;
}

.more:hover {
    background-color: #01e4ee;
    color: #000000;
    box-shadow: none;
}

/* Design section */
#design {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.designIntro {
    width: 100%;
    height: auto;
    padding: 3% 0 3% 0;
    overflow: hidden;
    background: -moz-linear-gradient(left, #9ff6f5 0%, #9ff6f5 55%, #ffffff 45%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9ff6f5 0%,#9ff6f5 55%,#ffffff 45%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9ff6f5 0%,#9ff6f5 55%,#ffffff 45%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.designNumber {
    width: 100%;
    height: auto;
    text-align: right;
    padding-right: 5%;
    margin-top: -25px;
}

.designNumber h1 {
    color: #ffffff;
    font-size: 11em;
    font-weight: 300;
}

.designText {
    width: 100%;
    height: auto;
    text-align: left;
    padding-left: 6.9%;
}

.designTitle {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-size: 6.5em;
    letter-spacing: 5px;
    margin-right: 30px;
}

.designSubtitle {
    color: #d4d4d4;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0;
    font-family: 'Quicksand', sans-serif;
}

.designParagrahp {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 5% 28% 5% 0;
    overflow: hidden;
}

.designParagrahp p {
    font-size: 1.45em;
    color: #bebebe;
}

.designParagrahp p span {
    font-weight: bold;
    color: #737373;
}

.designAuthor {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 0 30% 3% 0;
    overflow: hidden;
}

.designAuthor p {
    color: #000000;
    font-weight: bold;
    font-size: 3em!important;
    text-transform: uppercase;
}

.designFooter {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 0 30% 3% 0;
    overflow: hidden;
}

.designFooter p {
    color: #000000;
    font-size: 1.1em;
}

.amenitiesMain {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.redfish {
    position: absolute;
    top: -15%;
    left: 23%;
    z-index: 3;
}

.amenitiesLeft {
    width: 100%;
    height: auto;
    padding: 5.5% 0 0 0;
}

.amenityTitle {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}

.amenityTitle h1 {
    color: #000000;
    font-weight: bold;
    font-size: 2em;
    font-family: 'Quicksand', sans-serif;
}

.amenitySubtitle {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.amenitySubtitle h1 {
    color: #000000;
    font-weight: lighter;
    font-size: 2em;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}


.amenitiesRight {
    width: 100%;
    height: auto;
    padding: 0;
}

.amenitiesGallery {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.amenitiesGallery img {
    width: 100%;
    height: auto;
}

.amenitiesPagination {
    width: 100%;
    height: auto;
    padding: 0;
}


.amenitiesContact {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2% 0 0 0;
}

#designContact{
    background-color: #000000;
    color: #018faa;
    transition: all .5s ease;
    text-transform: lowercase;
    height: 40px;
    box-shadow: none;
}


#designContact:hover , #designContact:focus , #designContact:active {
    background-color: #04dfc8;
    color: #ffffff;
    font-weight: bold;
    box-shadow: none;
}

.amenitiesDown {
    width: 100%;
    height: auto;
    padding: 3%;
    text-align: center;
    float: left;
}

.amenitiesDown span {
    color: #999999;
    font-size: 2em;
}

.amenitiesCarousel {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.amenitiesContain {
    width: 100%;
    height: auto;
    float: right;
    padding: 0 0 15% 0;
    position: relative;
}

.pelican {
    position: absolute;
    bottom: 0;
    right: 6%;
    z-index: 3;
}

.amenitiePhotos {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.carouselIntro {
    width: 60%;
    height: auto;
    padding: 2% 0 4% 0;
    background-color: #000000;
    position: relative;
    /* margin-top: -10%; */
    margin-left: 15%;
    z-index: 3;
}

.carouselTitle {
    width: 70%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.carouselTitle h2 {
    font-size: 2.5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #1ec2d9;
    text-transform: uppercase;
}

.carouselText {
    width: 70%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.carouselText p {
    font-size: 1.1em;
    color: #ffffff;
    letter-spacing: -1px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #36cbda;
}

.galleryText {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    margin: auto;
}

.galleryText p {
    font-size: 2.2em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
/*  */

/* Inventory */
#inventory {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background-color: #ffffff;
}

.inventoryHeader {
    width: 100%;
    height: auto;
}

.inventoryTitle {
    width: 70%;
    height: auto;
    text-align: center;
    float: right;
}

.inventoryTitle h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 5em;
    color: #000000;
    font-weight: lighter;
    text-transform: uppercase;
}

.inventoryTitle h1 span {
    font-weight: bold;
}

.inventoryTitle p {
    font-size: 1.2em;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.inventoryImage {
    width: 100%;
    height: auto;
    padding: 0 0 25% 0;
    line-height: 0;
    overflow: hidden;
}

.inventoryBg {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    /* overflow: hidden; */
    position: relative;
    z-index: 3;
}

.inventoryInfo {
    width: 80px;
    height: auto;
    padding: 1px 0 1px 0;
    text-align: center;
    position: absolute;
    z-index: 1;
    transition: all .3s ease;
}

.inventoryInfo h5 {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.inventoryInfo h6 {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
}

#first_floor {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

#first_floor img , #second_floor img , #third_floor img{
    max-width: 100%!important;
    height: auto!important;
}

#second_floor {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    margin-top: -57%;
    margin-left: -150%;
}

#third_floor {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    margin-top: -57%;
    margin-left: -150%;
}

.inventoryBtm {
    width: 100%;
    height: auto;
    padding: 0;
}

.inventoryFloor {
    width: 60%;
    height: auto;
    float:right;
    padding: 0;
}

.floorTitle {
    width: 100%;
    height: auto;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    padding: 6% 0 6% 0;
    margin-top: -1px;
}

.floorTitle a {
    transition: all .3s ease;
}

.floorTitle h3 {
    font-size: 2.5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    color: #000000;
}

.floorTitle h3 span {
    color: #dad9d9;
    font-weight: bold;
}

.floorTitle a:hover h3 {
    font-weight: bold;
    color: #000000;
}

.floorTitle a:hover h3 span{
    font-weight: lighter;
    color: #000000;
}

.nborder {
    border: none;
}

/* a.activeSection h3 , a.activeSection h3 span {
    color: #000000;
    font-weight: bold;
    transition: all .3s ease;
} */
/*  */

/* Invetory for mobile and tablet */
.inventoryPicture {
    width: 100%;
    height: auto;
    padding: 5% 0 6% 0;
    line-height: 0;
    overflow: hidden;
    display: none;
}
.inventoryList {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    display: none;
    padding: 1% 0 10% 0;
}

.inventoryInner {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    padding: 0;
}

.inventorySection{
    width: 100%;
    height: auto;
    padding: 2px 0 3px 25px;
    text-align: left;
    position: relative;
    background-color: #04dfc8;
}

.inventorySection h5 {
    font-size: 2em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.inventorySection h5 span {
    font-weight: bold;
}

.inventoryDown , .inventoryUp {
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 15px;
}

.inventoryDown {
    border: 2px solid #ffffff;
    background-color: #04dfc8;
}

.inventoryDown a {
    font-size: 1.3em;
    color: #ffffff;
}

.inventoryDown a i {
    -webkit-text-stroke: 2px #04dfc8;
}

.inventoryUp {
    border: 2px solid #ffffff;
    background-color: #04dfc8;
    display: none;
}

.inventoryUp a {
    font-size: 1.3em;
    color: #ffffff;
}

.inventoryUp a  i {
    -webkit-text-stroke: 2px #04dfc8;
}

.inventoryFirst, .inventorySecond, .inventoryThird {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 0 0 3% 0;
    display: none;
}

.inventoryFirst table , .inventorySecond table , .inventoryThird table {
    width: 100%;
    padding: 0;
}

.inventoryFirst h6 , .inventorySecond h6 , .inventoryThird h6 {
    font-size: 1.3em;
    font-family: 'Quicksand', sans-serif;
    color: #000000;
    font-weight: 400;
}

.keyLabel {
    font-size: 1.1em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #000000;
}

.keyStatus {
    font-size: 1.1em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1px 10px 1px 10px;
}

.btnDetails {
    background-color: #04dfc8;
    box-shadow: none;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btnDetails:hover , .btnDetails:active {
    background-color: #ffffff;
    color: #04dfc8;
    font-weight: 500;
    box-shadow: none;
}
/*  */

/* Ecoliving */
#ecoliving {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background-color: #ffffff;
}

.ecolivingContainer {
    width: 100%;
    height: 150vh;
    padding: 0;
    position: relative;
}

.iguana {
    width: 13%;
    position: absolute;
    top: 28%;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 3;
}

.ecolivingNumber {
    width: 50%;
    height: auto;
    position: absolute;
    top: 18%;
    left: 25%;
    z-index: 2;
}

.ecolivingNumber h1 {
    font-size: 15em;
    color: #e9e9e9;
    font-weight: 300;
}

.ecolivingTitle {
    width: 90%;
    height: auto;
    position: absolute;
    text-align: right;
    top: 15%;
    left: -2%;
    margin: auto;
    z-index: 2;
}

.ecolivingTitle h1 {
    font-size: 25em;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #e9e9e9;
    letter-spacing: 4px;
}

.ecolivingTitle h1 span {
    font-size: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    margin-bottom: 500px;
}

.ecolivingSubtitle {
    width: 90%;
    height: auto;
    text-align: right;
    position: absolute;
    top: 38%;
    z-index: 2;
    padding: 0 2% 0 0;
}

.ecolivingSubtitle h1 {
    font-size: 8em;
    color: #000000;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.ecolivingLeft {
    width: 60%;
    height: 100%;
    padding: 10%;
    float: left;
    border-right: 1px solid #d2d2d2;
    position: relative;
    overflow: hidden;
}

.ecolivingBtm {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 1%;
    text-align: right;
    padding: 0 4% 0 0;
    z-index: 2;
    overflow: hidden;
}

.ecolivingBtm span {
    font-size: 1.7em;
    color: #737373;
    font-weight: bold;
    letter-spacing: -1px;
}

.ecolivingBtm p {
    font-size: 1.1em;
    color: #737373;
}

.eco-left {
    position: absolute;
    bottom: -5%;
    left: 10%;
    z-index: 3;
}

.ecolivingRight {
    width: 40%;
    height: 100%;
    padding: 10%;
    float:left;
    position: relative;
    overflow: hidden;
}

.ecolivingSignature {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0 0 0 10%;
    z-index: 1;
    overflow: hidden;
}

.eco-right {
    width: 85%;
    position: absolute;
    top: 5%;
    left: -10%;
    right: 0;
    margin: auto;
    z-index: 1;
}

.ecolivingMedia {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 0;
    background-color: #ffffff;
}

.ecolivingVideo {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.ecolivingVideo iframe {
    width: 100%;
    height: 80vh;
}
/*  */

/* Real state */
#real_state {
    width: 100%;
    height: 110vh;
    position: relative;
    background-image: url('../../img/home/bg-real-state.jpg');
    background-size: 70% 100%;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.arrowUp {
    width: 59%;
    position: absolute;
    top: 0;
    left: -5%;
    bottom: 9%;
    margin: auto;
    z-index: 1;
}
.realHeader {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.realNumber {
    width: 40%;
    height: auto;
    float: left;
    text-align: right;
    margin-top: -3.5%;
}

.realNumber h1 {
    font-size: 13em;
    color: #e9e9e9;
    font-weight: 300;
}

.realTitle {
    width: 60%;
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
}

.realTitle h1 {
    font-size: 7em;
    color: #000000;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
}

.realTitle h2 {
    font-size: 1.65em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #000000;
    text-transform: lowercase;
    letter-spacing: 4px;
    margin-left: 8px;
}

.realText {
    width: 50%;
    height: 55vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    padding: 4% 10% 0 4%;
    overflow: hidden;
}

.realText h3 {
    font-size: 2.3em;
    font-weight: lighter;
    color: #000000;
    text-transform: uppercase;
}

.realText p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -1px;
    color: #000000;
}
/*  */

/* Social Footer */
#socialFooter {
    width: 100%;
    height: auto;
    padding: 4% 0 4% 0;
    background-color: #ffffff;
}

.socialLinkF {
    color: #999898;
    font-size: 3em;
    transition: all .5s ease;
}

.socialLinkF:hover {
    font-weight: 500;
    color: #04dfc8;
    border: none!important;
}
/*  */

/* Youtube Section */
#youtube_section {
    width: 100%;
    height: auto;
    padding: 5% 0 10% 0;
    background: #000000;
    background-color: #000000;
    overflow: hidden;
}

#youtube_section h1 {
    font-size: 3em;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}
/*  */
