@font-face {
    font-family: 'n-regular';
    src: url('../fonts/NunitoSans-Regular.ttf');
}

@font-face {
    font-family: 'n-bold';
    src: url('../fonts/NunitoSans-Bold.ttf');
}

@font-face {
    font-family: 'n-black';
    src: url('../fonts/NunitoSans-Black.ttf');
}

@font-face {
    font-family: 'n-semibold';
    src: url('../fonts/NunitoSans-SemiBold.ttf');
}


@font-face {
    font-family: 'n-extrabold';
    src: url('../fonts/NunitoSans-ExtraBold.ttf');
}




:root {
    --cor-verde: #0C4120;
    --cor-verde-claro: #2DA592;
    --cor-branca: #ffffff;
    --cor-preta: #494444;
    --cor-marrom: #736458;
    --cor-amarela: #FFF59B;
    --cor-azul: #003E66;
}

.c-branca {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-size: 'n-regular';
    text-transform: uppercase;
}

.f-light {
    font-family: 'ms300';

}


html {
    scroll-behavior: smooth;
}

header {
    display: none;

}

body {
    font-family: 'n-regular';
    font-size: 1rem;
}


.mobile-container {
    display: none;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}

.close-btn svg {
    fill: #fdca6a;
}

.logo-menu {
    width: 150px;
    height: 150px;

    left: 0;
    padding-left: 8%;

}

.img-banner {
    filter: brightness(0.7);
}

#back-to-top svg {
    fill: #fdca6a;
}

.text-bold {
    font-family: 'n-bold';
}


.text-semi-bold {
    font-family: 'Barlow-SemiBold';
}

.hidden-arrow {
    display: none;
}

.map-link img {
    margin-left: 2px;
}

.side-bar {
    backdrop-filter: blur(15px);
    width: 170px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    background: #e4c792;
    min-height: 100vh;
    z-index: 20;
    background: var(--cor-verde);
}

.break {
    display: block;
}

.side-bar.active {
    right: 0;
}

.side-bar .menu-item {
    width: 100%;
    margin-top: 80px;
}

.side-bar .menu-item .item {
    position: relative;
    cursor: pointer;
}


.fig {
    width: 100%;
    color: white;
    position: relative;
    overflow: hidden;
}


.fig:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #ae895d;
    opacity: 0.5;
    transform: translateY(100%);
    transition: all 0.25s;
    transition-delay: 0.25s;
}

.fig:hover:before {
    transform: translateY(0);
    transition-delay: 0s;
}

.fig .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.fig svg {
    font-size: 3rem;
    fill: #A7A7A7;
}


.fig h3,
.fig h5 {
    margin: 0;
    letter-spacing: 1px;
}

.fig h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.fig h5 {
    background-color: #ae895d;
    padding: 3px 10px;
}

.fig:hover .caption {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}

.side-bar .menu-item .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
    text-align: center;
    font-family: 'Monteserrat-Regular';
}

.side-bar .menu-item .item a:hover {
    background: #e4a52f;
    transition: 0.3s ease;
}

.side-bar .menu-item .item i {
    margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.side-bar .menu-item .item .sub-menu a {
    padding-left: 80px;
}

.rotate {
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #e4a52f;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn {
    position: absolute;
    color: #000000;
    font-size: 29px;
    margin: 25px;
    right: 0;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn svg {
    fill: #faa914;

}

.mobile-container {

    height: 70px;

}



.topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: none;
}

.video-responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}


.topnav #myLinks {
    display: none;
}

.topnav img {
    width: 10%;
    height: 10%;
}

.topnav a {
    color: #484848;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: #F2CA80;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}



.topnav .logo-elza {
    color: transparent;

}

.active {
    color: white;
}

body {
    margin: 0 auto;

    overflow-x: hidden;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* 
[animation_subtitle] .char {
    display: inline-block;
    transform: rotateX(90deg);
    opacity: 0;
    transform-origin: bottom;
} */

* {
    box-sizing: border-box;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

nav {
    display: grid;
    grid-template-columns: 20% 60%;
    justify-content: center;
    z-index: 2;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px -2px rgba(151, 145, 145, 0.75);
    position: fixed;
}

.nav-menu {
    height: 88px;
}

.menu-btn {
    display: none;
}

.logo {
    display: flex;
    align-items: right;
    justify-content: flex-end;
    z-index: 1;
}

.logo img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

nav ul {
    display: flex;
    list-style: none;
    padding-left: 9px;
    justify-content: flex-end;
}

nav ul li {
    padding-right: 27px;
    font-family: 'n-regular';
    color: var(--cor-verde);
    letter-spacing: 1px;
    display: flex;
    align-items: center;

}

.simulacao {

    font-family: Monteserrat-Regular, Geneva, Tahoma, sans-serif;
    color: white;
    letter-spacing: 1px;
    background-color: #0d3242;

}




nav ul li a {
    color: var(--cor-verde);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    font-family: 'n-regular';
}



nav ul li a:before {
    content: "";
    width: 0;
    height: 5px;
    background: var(--cor-verde);
    position: absolute;
    top: 120%;
    left: 0;
    transition: all 0.5s;
}

nav ul li a:after {
    content: "";
    width: 0;
    height: 5px;
    background: var(--cor-verde-claro);
    position: absolute;
    top: 120%;
    right: 0;
    transition: all 0.5s;
}

nav ul li a:hover:before {
    width: 50%;
    transform: translateX(100%);

}


nav ul li a:hover:after {
    width: 50%;
    transform: translateX(-100%);
}


.icon-social a:before {
    background-color: transparent;

}

.icon-social a:after {
    background-color: transparent;

}




nav ul li a.active {

    border-radius: 15px;
    color: var(--cor-verde);
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
}

.nav_financiamento {
    background: var(--cor-verde-claro);
    color: white;
    padding: 3px 5px;
}

nav ul li a.active:before {
    width: 50%;
    transform: translateX(100%);
}

nav ul li a.active:after {
    width: 50%;
    transform: translateX(-100%);
}

nav li:last-child {
    border-right: none;

}

nav .menu-btn svg {
    color: #fff;
    cursor: pointer;
    display: none;
}

/* @media (min-width: 1700px) {

    body {
        font-family: 'n-regular';
        font-size: 2rem !important;
    }

    .form-banner {
        position: absolute;
        height: 403px;
        width: 294px;
        background-image: url(../image/banner/background.png);
        background-size: 100% 100%;
        left: 60%;
        top: 23% !important;
        display: grid;
        grid-template-columns: 85%;
        grid-template-rows: auto;
        justify-content: center;
        font-size: 0.9rem;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 0px;
        z-index: 2;
        letter-spacing: 1px;
        border-radius: 1rem;
        animation: brilhoAnimado 4s ease-in-out infinite;
    }

    .text_banner {
        background-color: rgba(12, 65, 32, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 10px 20px 10px;
        width: 524px;
    }

    nav ul li a {
        color: var(--cor-verde);
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        font-family: 'n-regular';
    }

    .descr-banner {
        position: absolute;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        margin-left: 200px;
        margin-top: 165px;
        font-family: 'n-bold';
        font-size: 2rem;
        color: #fff;
    }

    .text_banner_end {
        color: #ffffff;
        font-size: 1.5rem;
        margin-top: 0px;
        font-family: 'n-bold';
        background-color: var(--cor-verde-claro);
        width: 333px;
        padding: 5px 10px;
    }

    .text_metragem {
        color: var(--cor-verde);
        font-size: 1.5rem !important;
    }

    .text_lazer {
        display: grid;
        grid-template-columns: 60% !important;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
        color: var(--cor-verde);
        margin-bottom: 30px;
    }

    .texto-endereco {
        font-size: 1.8rem !important;
        margin-top: 20px;
        font-family: 'n-regular';
        color: var(--cor-verde);
        position: relative;
    }

    .texto-endereco .text2 {
        color: var(--cor-verde);
        font-family: 'n-regular';
        display: grid;
        grid-template-columns: 60%;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.8rem !important;
    }

    .subtitle_footer {
        padding-bottom: 10px;
        display: flex;
        font-size: 1.5rem;
    }

    .developer {
        display: grid;
        grid-template-columns: max-content;
        grid-template-rows: max-content;
        background-color: var(--cor-azul);
        color: var(--cor-verde);
        justify-content: end;
        padding-right: 10%;
        font-size: 1.5rem !important;
        margin-bottom: 66px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-contato input,
    .form-contato textarea {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        background: #011E1E;
        font-size: 1.5rem !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        width: 513px !important;

    }


    .form-contato input::placeholder {
        font-size: 1.5rem !important;
    }

    .form-contato textarea::placeholder {
        font-size: 1.5rem !important;
    }

    .inf-contato p {
        padding-bottom: 10px !important;
        display: flex;
        font-size: 1.5rem !important;
        align-items: center;
    }

    .img-affinity {
        width: 103px !important;
    }

    .w3-bar .w3-button {
        color: var(--cor-verde-claro);
        border: 1px solid var(--cor-verde-claro);
        font-family: 'm-m';
        font-size: 1.2rem;
    }

    .header-chat p {
        font-size: 1.2rem !important;
        line-height: 1.7;
        margin: 0;
    }

    .whatsapp-name {
        font-size: 1.2rem !important;
        font-weight: 600;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.5;
    }

    .bMIBDo {
        font-size: 1.2rem !important;
        font-weight: 700;
        line-height: 18px;
        color: black;
    }
} */

@media only screen and (min-width: 1400px) {
    .descr-banner {
        position: absolute;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        margin-left: 200px;
        margin-top: 200px;
        font-family: 'n-extrabold';
        font-size: 2rem;
        color: #fff;
    }

    .faixa .text_1 {
        font-family: 'n-extrabold';
        text-align: center;
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    .text_banner_end {
        color: #ffffff;
        font-size: 1.5rem;
        margin-top: 0px;
        font-family: 'n-bold';
        background-color: transparent;
        width: 333px;
        padding: 5px 10px;
    }

    .text_banner {
        background-color: transparent;

    }

    .investimento .left .title {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
    font-family: 'n-semibold';
    text-align: right;
}

.investimento .right .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'n-semibold';
}

.text_height {
    font-family: 'n-black';
    font-size: 2rem !important;
}

.galeria ul .title {
    font-family: 'n-extrabold';
    color: var(--cor-preta);
    font-size: 1.3rem;
}

 .img_player img {
    width: 50px !important;

}

.pontos {
    display: grid
;
    grid-template-columns: 80%;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #5c5656;
}

.galeria ul {
    list-style: none;
    color: #5c5656;
    display: flex
;
    justify-content: center;
    column-gap: 10px;
}

.galeria ul li {
    font-family: 1rem;
}
    .projeto {
        display: grid;
        grid-template-columns: 35% 25% !important;
        column-gap: 40px;
        grid-template-rows: max-content;
        justify-content: center;
        padding-bottom: 100px;
        align-items: center;
        margin-top: 100px;
    }

    .projeto ul li {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-top: 10px;
        color: #706F6F;
        margin-bottom: 20px;
        font-size: 1.3rem !important;
    }

}

@media only screen and (max-width: 1395px) {
    nav {
        display: grid;
        grid-template-columns: 20% 60%;
        grid-template-rows: 70px;
        z-index: 2;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 4px 4px -2px rgba(151, 145, 145, 0.75);
        position: fixed;
    }

    .logo {
        display: flex;
        align-items: start;
        justify-content: right;
    }

    nav ul li a {
        color: var(--cor-verde);
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        font-family: 'n-regular';

    }
}

@media only screen and (max-width: 1051px) {

    nav ul li a {
        color: var(--cor-verde);
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        font-family: 'n-regular';

    }
}

@media only screen and (max-width: 1185px) {

    nav ul li a {
        color: var(--cor-verde);
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        font-family: 'n-regular';

    }
}

@media only screen and (max-width: 782px) {
    header {
        display: block;
    }


    .nav-menu {
        height: 0px;
    }


    .mobile-container {
        display: block;
        box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
        background-color: white;
    }

    .logo img {
        object-fit: contain;
        width: 150px;
        height: 106px;
    }



    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .topnav {
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        display: block;
    }

    nav {

        grid-template-rows: 45px;
        display: none;
        margin-top: 200px;

    }

    .menu-btn {
        display: block;
        order: 2;
        text-align: center;
    }


    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }

    nav ul {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #f2ca80;
        height: 100vh;
        max-width: 50%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 5;
    }

    nav ul.open {
        left: 0;
    }

    nav li a {
        padding-right: 5%;
    }

    nav ul li {
        width: 100%;
        margin-top: 0px;
        margin-left: -4%;
        border: 0;
    }

    nav ul li a {
        font-size: 1.4375rem;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: white;
        font-weight: bold;
    }



    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        fill: #f2ca80;
        height: 35px;
    }

    .fig svg {
        display: none;
    }


    #back-to-top {
        visibility: visible;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
    }

    #back-to-top a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
    }

    #back-to-top a:hover {
        opacity: 0.7;
    }

    #back-to-top svg {
        height: 35px;
    }



}