<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banners {
    height: 700px;
    position: relative;
}

.banners .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}

.banners .box-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.banners .box-img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.banners .box-info {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}

.banners .logo-banner img {
    max-width: 271px;
    max-height: 156px;
}

.banners .destaques {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.banners .destaques .destaque {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}

.banners .destaques .destaque .box-icon img {
    max-width: 25px;
    max-height: 25px;
}

.banners .destaques .destaque p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 135% */
    margin-bottom: 0;
    padding-left: 10px;
}

.banners .btn-cta {
    background-color: #408ACB;
}

.filtros {
    position: relative;
    margin-bottom: 70px;
    z-index: 2;
}

.filtros p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 127.778% */
    margin-bottom: 0;
}

.filtros form {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #1E3679 52.1%, #0461AC 100%);
    padding: 28px 0;
    margin-top: -50px;
}

.filtros select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #408ACB;
    background: #0463AE;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 168.75% */
    height: 46px;
    padding-left: 10px;
    padding-right: 2.5rem;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10) inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.122816 0.766472L0.184396 0.831867L4.83739 5.70562C4.99477 5.87068 5.23149 5.97407 5.49617 5.97527C5.76086 5.97646 5.99852 5.87211 6.15737 5.71158L10.8507 0.889328L10.9301 0.809066C10.9889 0.731811 11.0237 0.638945 11.0242 0.539721C11.0254 0.269957 10.772 0.0486562 10.4558 0.0472283L0.597203 0.00271628C0.280959 0.00128842 0.025595 0.220292 0.024377 0.490056C0.023915 0.59238 0.0612919 0.688674 0.122816 0.766472Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
}

.filtros select option {
    color: white;
}

.empreendimentos {
    margin-bottom: 60px;
}

.empreendimentos .ver-todos {
    width: 226px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(64, 138, 203, 1);
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(0, 59, 117, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.empreendimentos .ver-todos svg {
    margin-left: 6px;
}

.simulador-desk {
    width: 100%;
    height: 567px;
    position: relative;
    background-color: rgba(142, 183, 219, 0.13);
    margin-top: 80px;
    margin-bottom: 60px;
}

.simulador-desk&gt;img {
    position: absolute;
    top: 0;
    left: 0;
    height: 567px;
    object-fit: contain;
}

.simulador-desk .simulador-text-box {
    margin-left: auto;
    width: 56%;
    height: 567px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.simulador-desk .simulador-text-box h2 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(2, 23, 104, 1);
}

.simulador-desk .simulador-text-box h3 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(2, 23, 104, 1);
    margin-top: 46px;
}

.simulador-desk .simulador-text-box a {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: calc(0.06 * 18px);
    vertical-align: middle;
    text-transform: uppercase;
    width: 339px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: rgba(3, 63, 159, 1);
    border-radius: 8px;
    margin-top: 26px;
}

.ver-mais-posts {
    width: 210px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(30, 55, 121, 1);
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(30, 55, 121, 1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.ver-mais-posts svg {
    margin-left: 6px;
}

.facilidades {
    width: 100%;
    display: flex;
}

.facilidade {
    flex: 1;
    border: 1px solid rgba(217, 217, 217, 1);
    height: 170px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.facilidade img {
    max-width: 118px;
    max-height: 118px;
}

.facilidade p {
    margin-bottom: 0;
    margin-top: 16px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(3, 63, 159, 1);
}

.facilidade:first-child {
    border-radius: 15px 0 0 15px;
}

.facilidade:last-child {
    border-radius: 0 15px 15px 0;
}

.acompanhamento {
    margin-top: 60px;
    background-color: #035097;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 60px 0 0 0;
}

.acompanhamento .titulo-secao h2 {
    color: #ffffff;
}

.acompanhamento p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.acompanhamento .box-img {
    position: relative;
}

.acompanhamento .box-img img {
    margin-top: -120px;
}

.fututos-lancamentos {
    margin: 60px 0 50px 0;
}

.fututos-lancamentos .lancamento {
    border-radius: 15px;
    background: #003B75;
    height: 470px;
    padding-right: 30px;
}

.fututos-lancamentos .lancamento .box-info {
    padding-top: 30px;
}

.fututos-lancamentos .contador {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 26.4px */
    margin-bottom: 30px;
}

.fututos-lancamentos .lancamento h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
    margin-bottom: 30px;
    text-transform: uppercase;
}

.fututos-lancamentos .lancamento .localidade {
    margin-bottom: 30px;
}

.fututos-lancamentos .lancamento .localidade span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fututos-lancamentos .lancamento p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    margin-bottom: 40px;
}

.fututos-lancamentos .lancamento .box-img img {
    border-radius: 15px 0px 0 15px;
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.fututos-lancamentos .lancamento .destaques {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}

.fututos-lancamentos .lancamento .destaques .destaque {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fututos-lancamentos .lancamento .destaques .destaque p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 135% */
    margin-bottom: 0;
    padding-left: 10px;
}

.canais {
    margin: 30px 0;
    padding: 60px 0;
    background-color: #f0f6fa;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.canais&gt;img {
    position: absolute;
    top: 0;
    right: -2%;
    height: 100%;
    object-fit: contain;
}

.canais .titulo-secao p {
    color: #565656;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.canais .box-img {
    padding-top: 60px;
}

.canais .box-img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.canais .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #035097;
    border-radius: 5px;
    margin-right: 10px;
}

.canais .social a svg {
    width: 20px;
    height: 20px;
}

.contato .box-img {
    position: relative;
}

.contato .box-img img {
    max-width: 100%;
}

.contato .box-form {
    padding: 60px 0px 0 1.5rem;
}

.contato h2 {
    color: #565656;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}

.contato h2 span {
    color: #0056b3;
    font-weight: 600;
    font-size: 36px;
}

.contato p {
    color: #565656;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.contato label {
    color: #0463AE;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
}

.contato .form-check {
    margin-top: 25px;
}

.contato label.form-check-label {
    color: #58585A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 133.333% */
    padding-left: 0;
}

.contato label.form-check-label a {
    color: #0463AE;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.contato input {
    border-radius: 8px;
    border: 1px solid #408ACB;
    background: #F3F5F7;
    color: #58585A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 46px;
}

.contato input.form-check-input {
    height: 15px;
}

.contato .form-control {
    border-radius: 8px;
}

.contato .btn-primary {
    background-color: #0056b3;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
}

.contato .form-check-label {
    font-size: 0.9rem;
}

@media (max-width: 1784px) {
    .simulador-desk .simulador-text-box {
        width: 50%;
    }

    .canais&gt;img {
        right: -5%;
        height: 100%;
    }
}

@media (max-width: 1600px) {
    .simulador-desk .simulador-text-box {
        width: 46%;
    }
}

@media (max-width: 1400px) {
    .simulador-desk .simulador-text-box {
        width: 38%;
    }

    .simulador-desk .simulador-text-box h2 {
        font-size: 32px;
    }

    .simulador-desk .simulador-text-box h3 {
        font-size: 28px;
    }

    .simulador-desk .simulador-text-box .facilidade {
        height: 140px;
    }

    .simulador-desk .simulador-text-box .facilidade img {
        max-width: 100px;
        max-height: 100px;
    }

    .canais&gt;img {
        right: -12%;
        height: 100%;
    }

    .canais .titulo-secao h2 {
        font-size: 32px;
    }

    .canais .titulo-secao p {
        font-size: 16px;
    }

    .canais .box-img {
        padding-top: 160px;
    }
}


@media (max-width: 1200px) {
    .acompanhamento {
        background-image: none !important;
        margin-top: 0;
        background-position: bottom;
        padding: 40px 0 0 0;
    }

    .acompanhamento .box-img {
        background-size: cover;
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-top: 120px;
        padding: 0;
        text-align: center;
    }

    .acompanhamento .box-img img {
        max-height: 400px;
        margin-top: 0;
    }
}

@media (max-width: 1024px) {

    .blog .ver-mais-posts,
    .empreendimentos .ver-todos {
        position: absolute;
        bottom: 1.1%;
    }

    .simulador-mobile {
        background-color: rgba(142, 183, 219, 0.13);
    }

    .simulador-mobile {
        width: 100%;
        height: 100%;
        background-color: rgba(142, 183, 219, 0.13);
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .simulador-mobile img.bg-simulador {
        width: 120%;
        height: 100%;
        object-fit: cover;
        position: relative;
        left: -20px;
    }

    .simulador-mobile h2 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        color: rgba(2, 23, 104, 1);
    }

    .simulador-mobile h3 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(2, 23, 104, 1);
        margin-top: 26px;
    }

    .simulador-mobile a {
        font-family: Raleway;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: calc(0.06 * 18px);
        vertical-align: middle;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: white;
        background-color: rgba(3, 63, 159, 1);
        border-radius: 8px;
        margin-top: 26px;
        margin-bottom: 46px;
    }

    .simulador-mobile .facilidade {
        height: 92px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
    }

    .simulador-mobile .facilidade img {
        max-width: 65px;
        max-height: 25px;
    }

    .simulador-mobile .facilidade p {
        font-size: 15px;
    }

    .canais&gt;img {
        height: 50%;
        width: 100%;
        object-fit: cover;
        top: 46%;
        right: -2%;
    }

    .canais .box-img {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 90px;
    }

    .canais .box-img img {
        width: 56%;
    }

}

@media (max-width: 992px) {
    .banners {
        height: 600px;
    }

    .banners .box-img img {
        max-height: 600px;
    }

    .banners .destaques .destaque {
        margin: 0 15px;
    }

    .banners .destaques .destaque p {
        font-size: 18px;
        padding-left: 5px;
    }

    .filtros form {
        padding: 28px 1.5rem;
    }

    .simulador-mobile {
        width: 100%;
        height: 100%;
        background-color: rgba(142, 183, 219, 0.13);
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .simulador-mobile img.bg-simulador {
        width: 120%;
        height: 100%;
        object-fit: cover;
        position: relative;
        left: -20px;
    }

    .simulador-mobile h2 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        color: rgba(2, 23, 104, 1);
    }

    .simulador-mobile h3 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(2, 23, 104, 1);
        margin-top: 26px;
    }

    .simulador-mobile a {
        font-family: Raleway;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: calc(0.06 * 18px);
        vertical-align: middle;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: white;
        background-color: rgba(3, 63, 159, 1);
        border-radius: 8px;
        margin-top: 26px;
        margin-bottom: 46px;
    }

    .simulador-mobile .facilidade {
        height: 92px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
    }

    .simulador-mobile .facilidade img {
        max-width: 65px;
        max-height: 25px;
    }

    .simulador-mobile .facilidade p {
        font-size: 15px;
    }

    .blog {
        margin-bottom: 50px;
    }

    .fututos-lancamentos .lancamento {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-right: 0;
    }

    .fututos-lancamentos .lancamento .box-img img {
        height: 310px;
        border-radius: 15px 15px 0 0px;
    }

    .fututos-lancamentos .lancamento .box-info {
        padding: 20px 10px;
    }

    .contato .box-form {
        padding: 60px 1.5rem 0 1.5rem;
    }

    .contato input {
        border: 1px solid transparent;
    }

    .canais {
        padding: 40px 0 0 0;
        background-color: #f0f6fa;
        background-position: bottom;
        margin-bottom: 100px;
    }

    .canais .box-img {
        padding-top: 180px;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top: 0;
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .simulador-mobile {
        width: 100%;
        height: 100%;
        background-color: rgba(142, 183, 219, 0.13);
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .simulador-mobile img.bg-simulador {
        width: 120%;
        height: 100%;
        object-fit: cover;
        position: relative;
        left: -20px;
    }

    .simulador-mobile h2 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        color: rgba(2, 23, 104, 1);
    }

    .simulador-mobile h3 {
        font-family: Raleway;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(2, 23, 104, 1);
        margin-top: 26px;
    }

    .simulador-mobile a {
        font-family: Raleway;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: calc(0.06 * 18px);
        vertical-align: middle;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: white;
        background-color: rgba(3, 63, 159, 1);
        border-radius: 8px;
        margin-top: 26px;
        margin-bottom: 46px;
    }

    .simulador-mobile .facilidade {
        height: 92px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
    }

    .simulador-mobile .facilidade img {
        max-width: 65px;
        max-height: 25px;
    }

    .simulador-mobile .facilidade p {
        font-size: 15px;
    }

    .contato .form-checkv {
        flex-direction: column;
    }
}</pre></body></html>