<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'nl';
    src: url('../fonts/northura/Northura-Light.otf');
    font-style: normal;
}

@font-face {
    font-family: 'nse';
    src: url('../fonts/northura/Northura-SemiExpanded.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'nm';
    src: url('../fonts/northura/Northura-Medium.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'nr';
    src: url('../fonts/northura/Northura-Regular.otf');
    font-style: normal;
}

@font-face {
    font-family: 'nb';
    src: url('../fonts/northura/Northura-Bold.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'sora-reg';
    src: url('../fonts/sora/Sora-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'sora-smb';
    src: url('../fonts/sora/Sora-SemiBold.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'sora-b';
    src: url('../fonts/sora/Sora-Bold.ttf');
    font-style: normal;
}

.font-nl {
    font-family: 'nse';
}

.font-nse {
    font-family: 'nse';
}

.font-nm {
    font-family: 'nm';
}

.font-nr {
    font-family: 'nr';
}

.font-nb {
    font-family: 'nb';
}

.font-sora {
    font-family: 'sora-reg';
}

.font-sora-smb {
    font-family: 'sora-smb';
}

.font-sora-b {
    font-family: 'sora-b';
}

body {
    background-color: #e6e5e5;
}

/* GENERAL */
/* Instaclass */
.map-wrapper {
    -webkit-filter: grayscale(100%);
}

header {
    position: absolute;
    z-index: 900;
    width: 100%;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 2;
}

.index swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

.container-ceg {
    width: 100%;
    padding: 0 20px 0 20px;    
}

footer {
    padding: 60px 20px 60px 20px;
}

footer .item {
    margin-top: 40px;
}

.mob-noshow {
    display: none;
}

.pc-noshow {
    display: block;
}

.menu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 750px;
    background-color: #85896c;
    padding: 150px 60px 0 60px;
    display: none;
}

.menu .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
}

.menu ul {
    color: white;
}

.menu ul li {
    font-family: 'nr';
    font-size: 1.5rem;
    letter-spacing: 1px;
    height: inherit;
}

.menu ul li a {
    display: block;
    padding: 10px 20px 10px 8px;
}

.menu .contacts a {
    display: block;
    padding: 4px 20px 4px 8px;
    font-family: 'sora-reg';
    font-size: 1.2rem;
}


/* INDEX */
.empreendimento .banner,
.index .banner {
    position: relative;
    height: 750px;
    display: flex;
    color: #808465;
}

.empreendimento .banner .container-ceg,
.index .banner .container-ceg {
    height: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.empreendimento .banner .bg-banner-mobile,
.index .banner .bg-banner-mobile {
    position: absolute;
    width: 100%;
    height: 700px;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    width: 120px;
}

.hb {
    width: 40px;
}

.empresa .banner .element,
.index .banner .element {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 0;
    width: 100%;
}

.index .destaques {
    color: #808465;
}

.empreendimentos .destaques .items .item img,
.index .destaques .items .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    object-fit: cover;
    z-index: 1;
}

.empreendimentos .destaques .items .item .wrap,
.index .destaques .items .item .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    z-index: 2;
    padding: 50px 0 0 30px;
    color: #fff;
}

.index .destaques .items .item {
    width: 100%;
}

.index .destaques .items .item .info {
    background-color: #fff;
}

.index .destaques .items .item .info p {
    padding: 25px 20px 0 30px;
}

.index .sobre {
    position: relative;
    background-image: url('../img/bg-sobre-mobile.png');
    background-size: cover;
    background-position: center top;
    height: 600px;
}

.index .sobre .card {
    position: absolute;
    width: 90%;
    background-color: #fff;
    padding: 60px 40px;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.empreendimento .contato,
.empreendimentos .contato,
.empresa .contato,
.contato .contato,
.index .contato {
    margin-top: 268px;
    background-color: #808465;
    padding: 110px 40px 60px 40px;
}

.empresa .contato {
    margin-top: 0;
    padding: 100px 40px 80px 40px;
}


.empreendimento .contato input,
.empreendimentos .contato input,
.empresa .contato input,
.contato .contato input,
.contato .contato textarea,
.index .contato input {
    background-color: transparent;
    padding: 15px 0;
    margin-top: 6px;
    border-bottom: 1px solid #fff;
    font-family: 'sora-reg';
    font-size: 0.8rem;
}

#modalTabela input {
    background-color: transparent;
    padding: 15px 0;
    margin-top: 6px;
    border-bottom: 1px solid #808465;
    font-family: 'sora-reg';
    font-size: 0.8rem;
}

.empreendimento .contato input::placeholder,
.empreendimentos .contato input::placeholder,
.empresa .contato input::placeholder,
.contato .contato input::placeholder,
.contato .contato textarea::placeholder,
.index .contato input::placeholder {
    color: #fff;
}

#modalTabela input::placeholder {
    color: #808465;
}

/* EMPREENDIMENTOS */
.empreendimentos .banner {
    position: relative;
    height: 620px;
    display: flex;
    color: #808465;
}

.empreendimentos .banner .container-ceg {
    height: 620px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.empreendimentos .bg-banner-mobile {
    position: absolute;
    width: 100%;
    height: 500px;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.empreendimentos .logo {
    width: 120px;
}

.empreendimentos .hb {
    width: 40px;
}

.empreendimentos .banner .element {
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 100%;
}

.empreendimentos .destaques {
    color: #808465;
}

.empreendimentos .destaques .items .item .img {
    background-image: url('../img/bg-empreendimento.png');
    background-size: cover;
    height: 460px;
    padding: 50px 0 0 30px;
    color: #fff;
}

.empreendimentos .destaques .items .item {
    width: 100%;
}

.empreendimentos .destaques .items .item .info {
    background-color: #fff;
}

.empreendimentos .destaques .items .item .info p {
    padding: 25px 20px 0 30px;
}

.empreendimentos .contato {
    margin-top: 68px;
    background-color: #808465;
    padding: 110px 60px 60px 60px;
}

/* EMPREENDIMENTO */
.empreendimento .diferenciais {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    height: 380px;
}

.empreendimento .diferenciais .card {
    position: absolute;
    width: 90%;
    background-color: #fff;
    padding: 60px 40px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.empreendimento .diferenciais .card .feature {
    width: 100%;
    padding: 4px 2px;
    border-bottom: 1px solid #808465;
    color: #464646;
    font-size: 0.7rem;
    font-family: 'sora-reg';
}

.empreendimento .imagens {
    margin-top: 560px;
    margin-bottom: 60px;
}

.empreendimento .plantas {
    margin-top: 60px;
}

.empreendimento .contato {
    margin-top: 0;
}

/* EMPRESA */
.empresa .banner {
    position: relative;
    height: 700px;
    display: flex;
    color: #808465;
}

.empresa .banner .container-ceg {
    height: 650px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.empresa .banner .bg-banner-mobile {
    position: absolute;
    width: 100%;
    height: 650px;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.empresa .eduardo {
    position: relative;
    margin-top: 100px;
}

.empresa .eduardo .element {
    position: absolute;
    top: -128px;
    width: 100%;
}

.empresa .eduardo .foto {
    width: 100%;
    height: 300px;
    background-image: url('../img/eduardo.png');
    background-size: cover;
    background-position: center top;
}

.empresa .sobre {
    position: relative;
    background-image: url('../img/bg-18-anos-mobile.png');
    background-size: cover;
    background-position: center top;
    height: 350px;
}

.empresa .sobre .card {
    position: absolute;
    width: 90%;
    background-color: #fff;
    padding: 60px 60px 80px 60px;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
}

/* CONTATO */
.contato .banner {
    position: relative;
    height: 390px;
    display: flex;
    color: #808465;
}

.contato .banner .container-ceg {
    height: 390px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contato .banner .element-contato {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120px;
}

.contato .contato {
    margin-top: 0;
    padding-top: 60px;
}

.float-whats,
.float-share {
    display: none;
}

.wf-wrapper {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
}

.whats-mobile {
    padding: 12px 16px 8px 16px;
    background-color: #47493d;
    z-index: 1000;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #fff;
}

.whats-mobile .icon-whats {
    margin-top: 4px;
    width: 20px;
    height: 21px;
}

.share-mobile {
    padding: 15px 16px 16px 16px;
    background-color: #47493d;
    z-index: 1000;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #fff;
    margin-left: 8px;
}

.share-mobile .icon-share {
    width: 20px;
    height: 21px;
}

.video {
    display: none;
}

.custom-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.custom-navigation button {
    background: none;
    border: none;
    cursor: pointer;
}

.custom-navigation img {
    width: 32px;
    height: 32px;
}

textarea,
input[type='text'] {
    color: white;
    padding-left: 20px;
}

textarea {
    color: white;
    padding-left: 20px;
}

textarea:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #6e6e50 inset !important;
    box-shadow: 0 0 0 1000px #6e6e50 inset !important;
    caret-color: #fff;
  }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #808465 inset !important; /* cor de fundo que vocÃª quer */
    box-shadow: 0 0 0 1000px #808465 inset !important;
    -webkit-text-fill-color: #fff !important; /* cor do texto */
    caret-color: #fff;
    transition: background-color 9999s ease-out, color 9999s ease-out;
}

#modalTabela input:-webkit-autofill,
#modalTabela textarea:-webkit-autofill,
#modalTabela select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #2c2c2c inset !important; /* cor de fundo que vocÃª quer */
    box-shadow: 0 0 0 1000px #2c2c2c inset !important;
    -webkit-text-fill-color: #fff !important; /* cor do texto */
    caret-color: #fff;
    transition: background-color 9999s ease-out, color 9999s ease-out;
    opacity: 0.9;
}

#modalTabela .mensagem-erro,
#modalTabela .error {
    color: #ffc2c2;
}

#modalTabela .mensagem-sucesso {
    color: #c2ffc2;
}

#modalTabela #resultado-envio {
    color: #fff;
}

main {
    overflow: hidden;
}

@media (min-width: 1200px) {
    /* GENERAL */
    header {
        position: absolute;
        width: 1200px;
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
    }

    .video {
        display: block;
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 760px;
        overflow: hidden;
    }

    .video .curtain {
        height: 760px;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 900;
        background: rgba(0, 0, 0, 0.7);
    }

    .empreendimento .banner .container-ceg,
    .index .banner .container-ceg {
        position: absolute;
        z-index: 910;
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    header {
        z-index: 900;
    }

    .container-ceg {
        position: relative;
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    footer .container-ceg {
        padding: 0 80px 20px 80px;
    }

    .wf-wrapper {
        flex: inherit;
        display: none;
    }

    .float-whats,
    .float-share {
        display: block;
    }

    .menu {
        width: 500px;
        height: 750px;
        right: 158px;
        top: 52px;
        z-index: 1000;
    }

    .mob-noshow {
        display: block;
    }

    .pc-noshow {
        display: none;
    }

    /* INDEX */
    .index .banner {
        position: relative;
        height: 889px;
        display: flex;
        color: #808465;
    }

    .empresa .banner,
    .empreendimentos .banner,
    .contato .banner,
    .empreendimento .banner {
        position: relative;
        height: 730px;
        display: flex;
        color: #808465;
    }

    .index .banner .container-ceg {
        height: 889px;
    }

    .empresa .banner .container-ceg,
    .empreendimentos .banner .container-ceg,
    .empreendimento .banner .container-ceg {
        height: 730px;
    }

    .contato .banner{
        position: relative;
        height: 630px;
        display: flex;
        color: #808465;
    }

    .contato .banner .container-ceg {
        height: 570px;
    }

    .contato .banner .element-contato {
        height: 200px;
    }

    .contato .contato {
        padding-bottom: 80px;
    }
    
    .empresa .banner .bg-banner,
    .empreendimento .banner .bg-banner,
    .index .banner .bg-banner {
        position: absolute;
        width: 100%;
        height: 700px;
        object-fit: cover;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .empreendimentos .banner .bg-banner {
        position: absolute;
        width: 100%;
        height: 700px;
        object-fit: cover;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .empreendimentos .banner .element,
    .empresa .banner .element {
        position: absolute;
        bottom: -10px;
        right: -50px;
        width: 600px;
    }
    
    .index .banner .element {
        position: absolute;
        z-index: 3;
        bottom: 40px;
        right: 80px;
        width: 600px;
    }

    .index .sobre {
        position: relative;
        background-image: none;
    }

    .index .sobre .img-sobre {
        position: absolute;
        top: 0;
        left: 0;
        width: 72%;
    }

    .index .sobre .card {
        width: 340px;
        padding: 60px 50px 80px 50px;
        transform: inherit;
        left: inherit;
        top: 130px;
        right: 140px;
    }

    .empreendimentos .contato,
    .index .contato {
        margin-top: 50px;
    }

    .empreendimentos .contato .container-ceg,
    .empreendimento .contato .container-ceg,
    .index .contato .container-ceg {
        padding: 0 80px 30px 80px;
    }

    .empresa .eduardo {
        margin-top: 30px;
    }

    .empresa .eduardo .container-ceg {
        height: 840px;
        width: 1200px;
        margin: auto;
    }

    .empresa .eduardo .bg-amarelo {
        position: absolute;
        top: 0;
        left: 0;
        width: 600%;
        height: 100%;
        background-color: #808465;
        z-index: 1;
    }

    .empresa .eduardo .container-ceg .right,
    .empresa .eduardo .container-ceg .left {
        position: relative;
    }

    .empresa .eduardo .foto-pc {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .empresa .eduardo .info {
        width: 70%;
        position: absolute;
        z-index: 2;
    }

    .empresa .sobre {
        margin-top: -120px;
    }

    .empresa .sobre {
        background-image: none;
        height: 600px;
    }

    .empresa .sobre .container-ceg {
        height: 600px;
    }

    .empresa .sobre .bg-imagem {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        background-image: url('../img/bg-18-anos.png');
        background-size: cover;
        background-position: center top;
        width: 130%;
        height: 100%;
    }

    .empresa .sobre .card {
        width: 100%;
        left: 0;
        transform: none;
        top: 0;
        position: absolute;
        z-index: 4;
    }

    .empreendimento .diferenciais {
        background: none;
        height: 760px;
    }

    .empreendimento .diferenciais .container-ceg {
        height: 760px;
    }

    .empreendimento .diferenciais .bg-imagem {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .empreendimento .diferenciais .card {
        width: 500px;
        position: absolute;
        left: inherit;
        right: 0;
        top: 80px;
        z-index: 2;
        padding: 60px 60px;
        transform: inherit;
    }

    .empreendimento .imagens {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .float-whats {
        position: fixed;
        padding: 14px 12px 8px 12px;
        background-color: #47493d;
        z-index: 1000;
        font-size: 15px;
        line-height: 20px;
        text-align: right;
        color: #f0efec;
        transform-origin: 0 0;
        transform: rotate(-90deg);
        right: -140px;
        top: 340px;
    }

    .float-whats a {
        text-decoration: none;
        color: #fff;
    }

    .float-whats .fale {
        margin-right: 20px;
    }

    .float-whats .icon-whats {
        margin-top: 4px;
        width: 20px;
        height: 21px;
    }

    .float-share {
        position: fixed;
        padding: 16px 12px 16px 12px;
        background-color: #47493d;
        z-index: 1000;
        font-size: 14px;
        line-height: 20px;
        text-align: right;
        color: #fff;
        transform-origin: 0 0;
        transform: rotate(-90deg);
        right: -134px;
        top: 539px;
    }

    .float-share a {
        text-decoration: none;
        color: #fff;
    }

    .float-share .fale {
        float: left;
        margin-right: 10px;
        margin-top: 6px;
        text-shadow: 0 0 8px #222;
        letter-spacing: 2px;
    }

    .float-share .icon-share {
        transform: rotate(90deg);
        width: 20px;
        height: 21px;
    }

    .modal-video-wrapper {
        width: 1000px;
        height: 563px;
        border: 1px solid red;
    }
}</pre></body></html>