@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-Regular.otf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-Medium.otf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-Light.otf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-ExtraBold.otf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-DemiBold.otf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-Bold.otf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'TTInterfaces';
    src: url('../fonts/TTInterfaces-Black.otf') format('truetype');
    font-weight: 900;
}

.template {
    position: fixed;
    top: 0;
    z-index: 9999999;
}

body {
    --green: #5FCB43;
    --purple: #6C4ACD;
    --black: #272728;
    --gray: #EFEFEF;
    --white: #FFFFFF;
}

body {
    background: white;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

* {
    font-family: 'TTInterfaces';
    font-weight: 400;
    color: var(--black);
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 97.5px;
}

body.black {
    padding-top: 133px;
    background: var(--black);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.menu {
    background: #316250;
    display: block;
    transition: all .5s;
}

.menu .logo-menu {
    height: 23px;
    transition: all .5s;
}

.menu .options-menu {
    display: inline-block;
    margin-left: 100px;
}

.menu .options-menu a {
    display: inline-block;
    font-size: 21px;
    text-decoration: none;
    color: white;
    transition: all .5s;
    font-weight: 300;
}

.menu .content-menu {
    /*border-bottom: 1px solid var(--black);*/
    padding: 33px 0;
}

.little-menu .logo-menu {
    height: 20px;
}

.little-menu .options-menu a {
    font-size: 16px;
}

.little-menu .contact-button {
    font-size: 16px;
    color: var(--black);
    border: 1px solid var(--black);
    padding: 2px 13px 2px 45px;
    border-radius: 100px;
    background: url(../assets/WAPP-inactivo_Home.svg) 21px center no-repeat;
    background-size: 16px;
}

.little-menu .content-menu {
    padding: 25px 0;
}

.little-menu .content-menu {
    /*border-bottom: 1px solid var(--white);*/
}

.little-menu {
    /*border-bottom: 1px solid var(--black);*/
}


banner {
    background-color: #316250;
    display: inline-block;
    width: 100%;
}

.slider-content {
    padding-bottom: 1.5rem !important;
    padding-top: .5rem !important;
}

banner .bx-wrapper {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: #316250;
}

banner .text-style-1 {
    font-size: 60px;
    font-weight: 600;
    color: white;
    margin: 0;
    line-height: 60px;
}

banner .text-style-2 {
    font-size: 60px;
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 60px;
}

banner .text-style-3 {
    font-size: 60px;
    font-weight: 400;
    color: #ECCA75;
    margin: 0;
    line-height: 60px;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

.slick-dots {
    width: max-content !important;
}

.custom-dots {
    vertical-align: top;
    display: block;
    padding: 80px 0;
}

.custom-dots button {
    background: none;
    border: 2px solid white;
    height: 0px;
    width: 0px;
    border-radius: 100px;
    padding: 3px;
    margin-right: 8px;
    display: inline-block;
    top: 0;
    float: left;
}

.custom-dots button.active {
    background: white;
}

.dots .slick-dots button::before {
    content: none;
}

.dots .slick-dots button {
    height: 10px;
    width: 10px;
    margin: 5px !important;
    display: inline-block;
    border-radius: 100px;
    background: transparent !important;
    border: 2px solid white;
    content: none;
    padding: initial;
    vertical-align: top;
}

.dots .slick-dots .slick-active button {
    background: white !important;
}

.yellow-button {
    color: #00190D;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 39px 11px 21px;
    border-radius: 100px;
    letter-spacing: 1px;
    background: url(../assets/img/iconbtn-go.png) no-repeat #ECCA75;
    background-size: 13px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-position: calc(100% - 19px) 51%;
    display: inline-block;
}

.yellow-button:hover {
    color: #00190D;
    /*zoom: 1.03;*/
    box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
    -webkit-box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
    -moz-box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
}

.green-button {
    color: #ecca75;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 39px 11px 21px;
    border-radius: 100px;
    letter-spacing: 1px;
    background: url(../assets/iconbtn-tour.svg) no-repeat #306350;
    background-size: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    /* margin-right: 10px; */
    background-position: calc(100% - 19px) 51%;
    display: inline-block;
}

.green-button:hover {
    color: #ecca75;
    /*zoom: 1.03;*/
    box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
    -webkit-box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
    -moz-box-shadow: 2px 3px 9px -1px rgba(0, 25, 13, 0.85);
}

smart-space {
    background: white;
    padding: 65px 0 5px 0;
    display: block;
}

smart-space h1 {
    font-size: 50px;
    font-weight: 400;
}

smart-space h1 strong {
    font-size: 50px;
    font-weight: 500;
}

smart-space p {
    font-size: 21px;
    font-weight: 300;
}

#whatsapp-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.amenities img {
    height: 55px;
}

.amenities p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    margin-top: 32px;
    line-height: 26px;
}

.pt-110 {
    padding-top: 100px;
}

.pb-110 {
    padding-bottom: 100px;
}

#whatsapp-button img {
    height: 65px;
    width: 65px;
}

floors {
    background-color: #E2E1DD;
    display: inline-block;
    width: 100%;
    padding: 80px 0 100px 0;
}


floors .bx-wrapper {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

floors .top-description {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgb(4, 32, 16) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}

floors .top-description h1 {
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    color: #042010;
    background: #e2e1dd;
    padding-right: 30px;
}

floors .first-plane img {
    width: 50% !important;
    margin: 0 auto;
}

floors .description:first-child {
    padding-top: 70px;
}

floors .description {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}

floors .characteristics {
    /*border-bottom: 1px solid black;*/
}

floors .characteristics p {
    font-size: 21px;
    font-weight: 300;
    background: url(../assets/img/icon-bullet.png) left 0px no-repeat;
    background-size: 27px;
    padding-left: 40px;
    margin-bottom: 45px;
}


floors .advert {
    font-size: 21px;
    font-weight: 300;
}

#bx-pager2 {
    display: inline-block;
    float: right;
    margin-top: 7px;
    background: #e2e1dd;
    padding-left: 15px;
}

#bx-pager2 img {
    height: 40px;
    margin: 0 5px;
}

style-life {
    background-color: #B78823;
    display: inline-block;
    width: 100%;
}

style-life .dots {
    position: relative;
    top: -70px;
    left: 80%;
    width: fit-content;
}

style-life .bx-wrapper {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

style-life h1 {
    color: white;
    font-weight: 300;
    font-size: 45px;
}

style-life h1 strong {
    color: white;
    font-weight: 500;
}

style-life p {
    color: white;
    font-size: 21px;
    margin: 0;
    font-weight: 300;
}

style-life .logo {
    height: 40px;
}

#bx-pager3 {
    text-align: center;
    width: fit-content;
    position: absolute;
    right: 130px;
    z-index: 9999;
    margin-top: -70px;
}

#bx-pager3 a {
    height: 10px;
    width: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 100px;
    background: transparent;
    border: 2px solid white;
}

#bx-pager3 a.active {
    background: white;
}

map {
    display: inline-block;
    background-color: white;
    width: 100%;
    padding: 80px 0;
}


map .title img {
    height: 84px;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

map .title h1 {
    display: inline-block;
    vertical-align: top;
    color: #32614E;
    font-size: 45px;
    font-weight: 300;
    line-height: 45px;
}

map .title h1 strong {
    color: #32614E;
    font-weight: 500;
}

map .number-amenitie {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    padding-bottom: 25px;
}

map .number-amenitie number {
    color: #B78824;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    float: left;
    min-width: 26px;
    text-align: center;
}

footer {
    background-color: #042010;
    padding: 60px 0;
}

footer .logo-footer {
    width: 100%;
    max-width: 200px;
}

footer .orange-title {
    font-size: 19px;
    color: #B88824;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}

footer .whatsapp-button {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 18px 10px 42px;
    border-radius: 100px;
    letter-spacing: 1px;
    background: url(../assets/iconbtn-wapp.svg) no-repeat #B88823;
    background-size: 15px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-position: 19px 50%;
}

footer .tel {
    color: white;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    margin-top: 7px;
    display: inline-block;
}

footer .address {
    color: white;
    font-weight: 200;
    font-size: 17px;
    text-decoration: none;
}

footer .logo-footer-develop, footer .logo-footer {
    width: 100%;
    max-width: 175px;
}

footer .copyright a, footer .copyright p {
    color: #326650;
    margin: 0;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #326650;
    font-weight: 300;
    line-height: 16px;
}

footer .content-top {
    margin-bottom: 60px;
}

footer .copyright a:last-child, footer .copyright p:last-child {
    border-right: 1px solid transparent;
}

footer .copyright-little {
    color: #326650;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 10px;
}

style-life .yellow-button {
    margin-bottom: 20px;
}

map .title {
    margin: 40px 0 30px 0;
}

/*Large*/
@media (min-width: 992px) and (max-width: 1199px) {

    /*.menu .options-menu a{*/
    /*    font-size: 19px;*/
    /*}*/
    .menu .options-menu {
        margin-left: 55px;
    }

    banner .text-style-1, banner .text-style-2, banner .text-style-3 {
        font-size: 47px;
        line-height: 47px;
    }

    .custom-dots {
        padding: 50px 0;
    }

    .yellow-button, .green-button {
        font-size: 15px;
        line-height: 15px;
    }

    floors .characteristics p {
        font-size: 19px;
        margin-bottom: 35px;
        background-size: 21px;
        background-position: left 4px;
        padding-left: 35px;
    }

    floors .advert {
        font-size: 19px;
    }

    style-life h1 {
        font-size: 30px;
        line-height: 32px;
    }

    style-life .logo {
        height: 35px;
        padding-bottom: 7px;
    }

    style-life p {
        font-size: 20px;
    }

    map {
        padding: 70px 0;
    }

    map .title {
        margin: 20px 0 20px 0;
    }

    footer .logo-footer-develop, footer .logo-footer {
        max-width: 155px;
    }

}

/*Medium*/
@media (min-width: 768px) and (max-width: 991px) {


    .menu .logo-menu {
        height: 20px;
    }

    .menu .options-menu {
        margin-left: 30px;
    }

    banner .text-style-1, banner .text-style-2, banner .text-style-3 {
        font-size: 37px;
        line-height: 37px;
    }

    .custom-dots {
        padding: 28px 0 33px 0;
    }

    .yellow-button, .green-button {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 37px 9px 15px;
    }

    smart-space h1, smart-space h1 strong {
        font-size: 40px;
    }

    smart-space {
        padding: 30px 0 0px 0;
    }

    .amenities img {
        height: 45px;
    }

    .pt-110 {
        padding-top: 50px;
    }

    .pb-110 {
        padding-bottom: 60px;
    }

    .amenities p {
        font-size: 19px;
        margin-top: 10px;
        line-height: 22px;
    }

    floors .top-description h1 {
        font-size: 35px;
    }

    floors {
        padding: 40px 0 50px 0;
    }

    floors .description:first-child {
        padding-top: 20px;
    }

    floors .description {
        font-size: 18px;
        padding-bottom: 0 !important;
    }

    floors .characteristics p {
        font-size: 18px;
        background-size: 17px;
        padding-left: 26px;
        margin-bottom: 16px;
        background-position: left 5px;
    }

    floors .advert {
        font-size: 18px;
    }

    floors .first-plane img {
        width: 80% !important;
    }

    #bx-pager2 img {
        height: 35px;
        margin: 0 6px;
    }

    style-life h1 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    style-life .logo {
        height: 20px;
        margin-bottom: 5px;
    }

    style-life p {
        font-size: 18px;
    }

    map {
        padding: 60px 0;
    }

    map .title {
        margin: 15px 0 15px 0;
    }

    map .title h1 {
        font-size: 32px;
        line-height: 32px;
    }

    map .title img {
        height: 65px;
        padding-right: 15px;
    }

    map .number-amenitie {
        font-size: 18px;
        padding-bottom: 10px;
    }

    footer .logo-footer-develop, footer .logo-footer {
        max-width: 140px;
    }

    footer .tel {
        font-size: 19px;
    }

    footer .whatsapp-button {
        padding: 8px 14px 8px 42px;
    }

    footer .copyright a, footer .copyright p {
        font-size: 14px;
        padding: 0 7px;
    }

}

/*Small*/
@media (min-width: 576px) and (max-width: 767px) {

    body {
        padding-top: 0;
    }

    header {
        position: initial;
    }

    .menu .content-menu {
        padding: 25px 0;
    }

    .menu .logo-menu {
        height: 20px;
    }

    banner .text-style-1, banner .text-style-2, banner .text-style-3 {
        font-size: 29px;
        line-height: 29px;
    }

    .custom-dots {
        padding: 10px 0 15px 0;
        opacity: 0;
    }

    .yellow-button, .green-button {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 34px 9px 12px;
    }

    .pt-110 {
        padding-top: 40px;
    }

    smart-space {
        padding: 35px 0 0px 0;
    }

    smart-space h1, smart-space h1 strong {
        font-size: 35px;
    }

    .amenities p {
        font-size: 18px;
        margin-top: 15px;
        line-height: 18px;
    }

    .amenities img {
        height: 45px;
    }

    .pb-110 {
        padding-bottom: 60px;
    }


    floors .top-description h1 {
        font-size: 30px;
    }

    floors {
        padding: 30px 0 40px 0;
    }

    floors .description:first-child {
        padding-top: 10px;
    }

    floors .description {
        font-size: 19px;
        padding-bottom: 0 !important;
    }

    floors .characteristics p {
        font-size: 19px;
        background-size: 17px;
        padding-left: 26px;
        margin-bottom: 16px;
        background-position: left 5px;
    }

    floors .advert {
        font-size: 19px;
        padding-top: 10px;
    }

    floors .first-plane img {
        width: 95% !important;
    }

    #bx-pager2 img {
        height: 32px;
        margin: 0 6px;
    }

    floors .yellow-button, floors .green-button {
        margin-top: 20px;
    }


    style-life h1 {
        font-size: 37px;
        line-height: 40px;
    }

    style-life .logo {
        height: 33px;
        margin-bottom: 7px;
    }

    style-life p {
        font-size: 21px;
    }

    style-life {
        padding-top: 25px;
    }

    style-life .dots {
        top: -50px;
        left: 90%;
    }


    map {
        padding: 20px 0;
    }

    map .title {
        margin: 15px 0 15px 0;
        text-align: center;
    }

    map .title h1 {
        font-size: 32px;
        line-height: 32px;
        margin-top: 3px;
    }

    map .title img {
        height: 40px;
        padding-right: 5px;
    }

    map .number-amenitie {
        font-size: 18px;
        padding-bottom: 10px;
    }

    map .yellow-button {
        margin-bottom: 25px;
    }

    footer .logo-footer-develop, footer .logo-footer {
        max-width: 175px;
    }

    footer .tel {
        font-size: 21px;
    }

    footer .whatsapp-button {
        padding: 10px 18px 10px 42px;
    }

    footer .copyright a, footer .copyright p {
        font-size: 14px;
        padding: 0 7px;
    }

}

/*Extra small*/
@media (min-width: 0px) and (max-width: 575px) {

    body {
        padding-top: 0;
    }

    header {
        position: initial;
    }

    .menu .content-menu {
        padding: 15px 0;
    }

    .menu .logo-menu {
        height: 16px;
    }

    banner .text-style-1, banner .text-style-2, banner .text-style-3 {
        font-size: 39px;
        line-height: 39px;
        /*display: inline-block;*/
    }

    .custom-dots {
        padding: 10px 0 15px 0;
        opacity: 0;
    }

    .slider-content {
        padding: 0 22px;
        text-align: center;
    }

    .yellow-button, .green-button {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 34px 9px 12px;
    }


    .pt-110 {
        padding-top: 40px;
    }

    smart-space {
        padding: 35px 0 0px 0;
    }

    smart-space h1, smart-space h1 strong {
        font-size: 31px;
    }

    .amenities p {
        font-size: 18px;
        margin-top: 15px;
        line-height: 18px;
    }

    .amenities img {
        height: 35px;
    }

    .pb-110 {
        padding-bottom: 50px;
    }


    floors .top-description h1 {
        font-size: 25px;
        padding-right: 3px;
    }

    #bx-pager2 {
        padding-left: 3px;
        margin-top: 15px;
    }

    floors {
        padding: 30px 0 40px 0;
    }


    floors .description:first-child {
        padding-top: 10px;
    }

    floors .description {
        font-size: 19px;
        padding-bottom: 0 !important;
    }

    floors .characteristics p {
        font-size: 18px;
        background-size: 15px;
        padding-left: 23px;
        margin-bottom: 8px;
        background-position: left 6px;
    }

    floors .advert {
        font-size: 18px;
        padding-top: 10px;
    }

    floors .first-plane img {
        width: 95% !important;
    }

    #bx-pager2 img {
        height: 31px;
        margin: 0 3px;
    }

    floors .yellow-button, floors .green-button {
        margin-top: 20px;
    }


    style-life h1 {
        font-size: 30px;
        line-height: 31px;
    }

    style-life .logo {
        height: 25px;
        margin-bottom: 7px;
    }

    style-life p {
        font-size: 19px;
    }

    style-life {
        padding-top: 25px;
    }

    style-life .dots {
        top: -50px;
        left: 80%;
    }


    map {
        padding: 20px 0;
    }

    map .title {
        margin: 28px 0 15px 0;
        text-align: center;
    }

    map .title h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 3px;
        margin-bottom: 15px;
    }

    map .title img {
        height: 35px;
        padding-right: 5px;
    }

    map .number-amenitie {
        font-size: 18px;
        padding-bottom: 10px;
    }

    map .yellow-button {
        margin-bottom: 25px;
    }


    footer .tel {
        font-size: 21px;
    }


    footer .copyright a, footer .copyright p {
        font-size: 17px;
        padding: 0 7px;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 7px 0;
    }

    footer .content-top {
        margin-bottom: 40px;
    }

    footer .copyright-little {
        font-size: 16px;
        margin-top: 40px;
    }

    #whatsapp-button {
        left: 5px;
        bottom: 5px;
    }

    .space-vertical {
        margin: 18px 0;
    }

}
