@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    color-scheme: light only;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}


.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #212322;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: 0px;
    text-align: center;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s;
    width: 100%;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    filter: brightness((1.1))
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

:root {
    --branco: #fff;
    --cinza: #d4d4d4;
    --preto: #1d1d1d;
    --cor1: #006fd3;
    --cor2: #013e5b;
    --cor3: #ed451a;
    --cor4: #ff8a20;

}

@font-face {
    font-family: "Nexa";
    src: url(../fonts/Nexa-ExtraLight.ttf);
}

@font-face {
    font-family: "Nexa Bold";
    src: url(../fonts/Nexa-Heavy.ttf);
}

@font-face {
    font-family: "Gilroy Heavy";
    src: url(../fonts/Gilroy-Heavy.woff);
}

@font-face {
    font-family: "Gilroy Medium";
    src: url(../fonts/Gilroy-Medium.woff);
}


body {
    background-color: #edeee6;
    margin: 0;
    padding: 0;
    font-family: "Nexa";
    background: var(--branco);
}

.clear {
    clear: both;
}

#banner {
    width: 100%;
    position: relative;
    z-index: 2;
}

#banner .banner-desk{
    width: 100%;
    background-size: cover;
    display: block;
}

#banner .banner-tab{
    width: 100%;
    display: none;
}

#banner  .banner-cel{
    width: 100%;
    display: none;
}


#banner .aviso {
    font-family: "Nexa Bold";
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.44em;
    text-align: center;
    background-image: url(../images/bg.png);
}

#banner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4vw 0;
}

#banner .logo {
    width: 30.2604vw;
    height: auto;
}

#banner .esq {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#banner .dir {
    width: 50%;
    display: flex;
    justify-content: center;
}


#banner .mouse {
    width: 26px;
    height: 45px;
    border-radius: 14.64px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

#banner .scroll {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px auto;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.container {
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
}

.formulario-whats .left img {
    width: 95%;
    margin-left: 2.5%;
}

.phone_hp {
    display: none !important;
}

#panoramica img {
    width: 100%;
}



/* Contato */

#contato::before {
    content: '';
    background-image: url(./../images/bgd-contato.webp);
    width: 100%;
    background-size: cover;
    height: 52vw;
    background-repeat: no-repeat;
    position: absolute;
    top: -17vw;
    z-index: 1;
}

#contato .box-input.box-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.93px solid #FFFFFF !important;
  background-color: transparent !important;
  border-radius: 2px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  position: relative;
}

#contato .box-input.box-check input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 8px;
  position: absolute;
  top: -2px;  
  left: 2px;
}



#contato {
    width: 100%;
    height: 34vw;
    background-color: #ffffff;
    position: relative  
}

#contato .bgd-contato{
    width: 100%;
    position: absolute;
    top: -17.5vw;
    z-index: -1;
}

#contato-status {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#contato .destaque {
    font-size: 40px;
    line-height: 44.93px;
    letter-spacing: 0.12em;
    position: relative;
}

#contato .esq .icon-contato{
    width: 102px;
    height: 102px;
    margin-bottom: 1.875vw;
}

#contato .destaque b {
    font-family: "Nexa Bold";
}

#contato .container {
    padding: 58px 1vw 0 0;
    display: flex;
    gap: 38px;
    align-items: center;
    position: relative;
    z-index: 1;
}

#contato .esq {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contato .esq .content {
    display: flex;
    flex-direction: column; 
    gap: 10px;
    align-items: end;
}

#contato .esq .content p.primeiro {
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.017vw;
    line-height: 105%;
    letter-spacing: 0%;
    margin: 0; 
    text-align: right;
    color: #282828;
    margin-bottom: 1.519vw;
}

#contato .esq .content p.segundo {
    width: 95%;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2.881vw;
    line-height: 1.05;
    letter-spacing: 0%;
    text-align: right;
    margin: 0;
    color: #282828;
    letter-spacing: -2px;
}


#contato .form-exent {
    padding: 1.771vw 1.979vw;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    width: 43.6%;
    max-width: 586px;
    background-color: #009DC5;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.form-exent .form_titulo {
    font-family: 'Gilroy-Heavy', sans-serif;
    font-weight: 700;
    font-style: ☞;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 10px;

}

.logo-form {
    width: 100%;
    display: block;
    margin: 20px auto;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.form-exent .obrigatorios {
    font-size: 11.18px;
    letter-spacing: .1em;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

.form-exent form {
    margin-top: 20px;
}

.campo-form {
    position: relative;
    margin: 0 0 13px;
}

.campo-form-telefone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

.campo-form-ddd {
    width: 22.5%; /* DDD fixo */
}

.campo-form-tel {
    width: 82%; /* Telefone ocupa o resto */
}

.form-exent-nome,
.form-exent-email,
.form-exent-telefone,
.form-exent-mensagem {
    padding-top: 20px; /* deixa espaço interno para o label subir */
}

.label-form {
    font-size: 14px;
    color: #1D1D1B;
    position: absolute;
    top: 12px;
    left: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 10;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 400;
}

.label-form.label-up {
    top: -9px;
    font-size: 12px;
    background-color: #A2BC0C;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
}



.form-exent-nome {
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    font-size: 15px !important;
    padding: 11.5px 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: 100% !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius:5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius:5px !important
}

.form-exent-email {
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    font-size: 15px !important;
    padding: 11.5px 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: 100% !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius:5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius:5px !important
}

.form-exent-telefone {
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    font-size: 15px !important;
    padding: 11.5px 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: 100% !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius:5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius:5px !important
}

.form-exent-mensagem {
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    font-size: 15px !important;
    padding: 11.5px 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: 100% !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius:5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius:5px !important
}

.form-exent-ddd {
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    font-size: 15px !important;
    padding: 11.5px 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: 100% !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius:5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius:5px !important
}


.form-exent-enviar {
    font-family: 'Gilroy-Heavy', sans-serif !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    float: none;
    text-align: center;
    font-size: 21 !important;
    margin: 15px 0;
    padding: 10px 14px !important;
    transition: all .2s;
    font-weight: 400;
    letter-spacing: 1.5px !important;
    width: 100%;
    background-color: #A2BC0C !important;
    font-size: 21.35px !important;
    position: relative;
}

.botao-enviar {
    position: relative !important;
}

.botao-enviar::after {
    content: '';
    background-image: url(./../images/icon-enviar.png) !important;
    background-repeat: no-repeat!important;
    width:22px !important;
    background-size: cover !important;
    height: 22px !important;
    position: absolute !important;
    top: 11px !important;
    right: 36%;
    z-index: 1 !important;
}

.text-campos{
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 400;
    font-style: ☞;
    font-size: 15px;
    line-height: 1.05;
    color: #fff;
    text-align: center;

}

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.control {
    box-sizing: border-box !important;
      border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}

#contato .control:focus {
  outline: none !important;
  border: 1px solid #A2BC0C!important; 

}

.chek-lb {
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 100;
    font-size: 11px;
    line-height: 1.05;
    color: #fff;

}

.box-check{
    display: flex;
    gap: 7px;
}

.form-exent input[type=checkbox] {
    margin: 0 !important
}


.form-exent-enviar:hover,
.botao-enviar:hover:after {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2)
}

.form-exent-enviar:focus,
.form-exent-enviar:focus-visible {
    border: none !important
}

.form-exent p:last-child {
    margin-bottom: 0 !important
}

.hone_hp {
    display: none !important;
}

.form-exent-nome.form_ativo,
.form-exent-email.form_ativo,
.form-exent-ddd.form_ativo,
.form-exent-telefone.form_ativo,
.form-exent-mensagem.form_ativo,
input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
    border: 1px solid #000 !important;
    outline: none;
}

.texto-legal {
    color: var(--preto);
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
}


.assinaturas {
    position: relative;
    display: block;
    margin: 20px auto;
}

.box-assinaturas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
}

.box-financiamento {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-financiamento p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 3.438vw;
}

.box-incorporadora p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 2.448vw;
}


.box-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.581vw;
}

.box-assinaturas .boxes-assinaturas p {
    font-family: "Nexa Bold";
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.box-assinaturas .boxes-assinaturas img {
}

.boxes-assinaturas {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.assin {
    background-color:#A2BC0C;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.assinatura-exent {
    width: 188px;
    position: relative;
    display: block;
    margin: 0 auto;
    
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none !important;
}

.footer {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    background-color: #ffffff;
    padding-top: 164px;
    padding-bottom: 60px;
}

#footer::before {
    content: ' ';
    display: block;
    width: 146px;
    height: 80px;
    background-image: url(../images/flor-icon.png);
    background-size: cover;
    position: absolute;
    left: 46.6%;
    top: 16px;
}

.footer-politica::after {
    content: ' ';
    display: block;
    width: 146px;
    height: 80px;
    background-image: url(../images/flor-icon-footer.png);
    background-size: cover;
    position: absolute;
    left: 46.6%;
    bottom: 0px;
}

.footer-politica {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    padding: 40px 0;
    padding-bottom: 150px;
}

.texto-politica {
    font-family: "Nexa";
    color: #000000;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.09em;
    line-height: 1.5;
}

.texto-politica .bold {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;

}

.p-planta {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 22px;
}

.mapa {
    margin: 0;
    background-color: var(--cor3);
    padding: 1px 0;
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.p-mapa {
    font-family: 'Open Sans', sans-serif;
    color: var(--branco);
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    margin-bottom: 20px;
}

.p-mapa:last-child {
    font-size: 14px;
}


.multichannel {
    position: fixed;
    background: var(--cor1);
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    border-top: 1px solid var(--cor3);
}

.multichannel p {
    color: white;
    margin: 0;
}

.multichannel .multichannel-item {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
}

.multichannel .block-content {
    display: inline-table;
    vertical-align: top;
    height: inherit;
    cursor: pointer;
    margin: auto;
    position: relative;
    margin-left: 5%;
    /*margin-top: 12px;*/
}

.multichannel .block-content:first-child {
    margin-left: 0;
}

.multichannel .block-content .text {
    display: table-cell;
    vertical-align: middle;
}

.multichannel .block-content .text p.bold {
    font-weight: bold;
}

@media (max-width: 1199px) {
    .multichannel {
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
    }

    .multichannel .multichannel-item {
        margin: 10px;
        margin-top: 0;
    }
}

.multichannel .ico {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

@media (max-height: 500px) {
    .multichannel .ico {
        width: 25px;
        height: 25px;
    }
}

.multichannel .text-uppercase {
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
}

.multichannel .text-aux-alt,
.multichannel .text-aux {
    color: white;
    font-weight: bold;
    max-width: 120px;
}

@media (max-width: 767px) {

    .multichannel .text-aux-alt,
    .multichannel .text-aux {
        display: none;
    }
}

.multichannel .text-aux-alt {
    width: 100%;
    max-width: 185px;
    word-break: break-word;
}

nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


@media (min-width: 769px) {
    .show-mobile-only {
        display: none !important;
    }
}

.ico-phone {
    background-image: url(../images/tel-ico.svg);
}

.ico-mail {
    background-image: url(../images/e-mail-icon.svg);
}

.ico-whatsapp {
    background-image: url(../images/whats-ico.svg);
}

.ico-chat {
    background-image: url(../images/chat.svg);
}

.ico-map {
    background-image: url(../images/map-ico.svg);
}


@media (min-width: 768px) {
    .col-sm-12 {
        float: left;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .show-mobile-off {
        display: none !important;
    }

    .multichannel .multichannel-item {
        margin: 0;
    }

    .banner-desktop {
        display: none;
    }

    .banner-tablet {
        display: block;
        width: 100%;
    }

}

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

a {
    text-decoration: none;
}

i {
    font-style: italic;
}
@media only screen and (max-width: 1700px) {
    #contato::before {
        height: 55vw;

    }

    #footer::before {
        top: 65px;
    }

}

@media only screen and (max-width: 1600px) {
    #contato::before {
        height: 60vw;

    }

    #footer::before {
        top: 140px;
    }

    .footer {
     padding-top: 350px;

    }

    .footer .boxes-assinaturas .lidera{
        width: 25.5vw ;
        height: auto;
    }

    .footer .boxes-assinaturas .minha-casa, .footer .boxes-assinaturas .caixa{
        width: auto;
        height: 4.938vw;
    }

}

@media only screen and (max-width: 1540px) {
    #contato::before {
        height: 60vw;

    }

    #footer::before {
        top: 135px;
    }
}


@media only screen and (max-width: 1500px) {
    #contato::before {
        height: 60vw;

    }
}

@media only screen and (max-width: 1450px) {
    #contato::before {
        height: 62vw;
    }

    #footer::before {
        top: 157px;
    }

}

@media only screen and (max-width: 1400px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }
    footer::before {
        top: 150px;
    }

}

@media only screen and (max-width: 1360px) {
    #banner .aviso {
        font-size: 22px;
    }

    #contato .esq {
        width: 47%;
    }

    #contato .form-exent {
        width: 46.5%;
    }

    #contato .destaque {
        font-size: 32px;
        line-height: 41.93px;
    }
    #footer::before {
        top: 148px;
    }

}

@media only screen and (max-width: 1300px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

        #contato::before {
        height: 65vw;
    }

    #footer::before {
        top: 181px;
    }

    .footer {
        padding-top: 323px;
    }

    #contato .esq .content p.segundo {
        font-size: 35px;
    }
    #contato .esq .content p.primeiro {
        font-size: 26px
    }
}

@media only screen and (max-width: 1270px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

        #contato::before {
        height: 65vw;
    }

    #footer::before {
        top: 174px;
    }
}

@media only screen and (max-width: 1230px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

        #contato::before {
        height: 65vw;
    }

    #footer::before {
        top: 171px;
    }
}

@media only screen and (max-width: 1200px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

    #contato::before {
        height: 65.5vw;
    }

    #footer::before {
        top: 171px;
    }

    #contato .container {
    padding: 29px 1vw 0 0;
    }

    .form-exent .form_titulo {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1160px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

    #contato::before {
        height: 65.9vw;
    }

    #footer::before {
        top: 169px;
    }

}

@media only screen and (max-width: 1120px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

    #contato::before {
        height: 67vw;
    }

    #footer::before {
        top: 176px;
    }
}

@media only screen and (max-width: 1090px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

    #contato::before {
        height: 67.5vw;
    }

    #footer::before {
        top: 175px;
    }
}

@media only screen and (max-width: 1060px) {
    #banner .aviso {
        font-size: 27px;
        letter-spacing: 0.34em;
    }

    #contato::before {
        height: 70.5vw;
    }

    #footer::before {
        top:204px;
    }
}

@media only screen and (max-width: 1030px) {
    #banner .banner-desk {
        display: none;
    }

    #banner .banner-tab{
        display: block;

    }

    #contato .esq .content {
        width: 69%;
        align-items: center;
    }

    #contato::before {
        height: 1240px
    }
    #contato .esq .content p.segundo {
        font-size: 40px;
        text-align: center;
    }


    #contato .container {
        padding: 29px 1vw 0 0;
        margin-top: -30px;
    }
    .box-logos {
        flex-direction: column;
    }

    #footer::before {
        display: none;
    }

    .box-assinaturas {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        gap: 65px;
    }

    .footer {
        padding: 20px 0;
        padding-top: 65vw ;
    
    }

    .footer .boxes-assinaturas .minha-casa, .footer .boxes-assinaturas .caixa {
        width: auto;
        height: 5.938vw;
    }

    .footer .boxes-assinaturas .lidera {
        width: 30.5vw;
        height: auto;
    }

    .box-financiamento p {
        font-family: 16;
    }

    .boxes-assinaturas {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .box-assinaturas .boxes-assinaturas img {
        width: 60%;
        min-width: 100px;
    }

    body {
        margin: 0;
        padding: 0;
    }

    #banner .aviso {
        font-size: 20px;
        letter-spacing: 0.24em;
    }

    #banner .esq,
    #banner .dir {
        width: 100%;
    }

    #banner .container {
        gap: 50px;
        flex-direction: column;
        padding: 60px 0;
    }

    #banner .mouse {
        width: 20px;
        height: 37px;
        border: 1px solid #fff;
    }

    #banner .scroll {
        width: 8px;
        height: 8px;
    }

    #contato .esq,
    #contato .form-exent {
        width: 100%;
    }

    #contato .form-exent {
        max-width: 600px;
        padding: 45px 30px;
    }

    #contato .container {
        gap: 7.813vw;
        flex-direction: column;
    }

    #contato {
        padding: 80px 0;
    }

    #contato .destaque::before {
        content: none;
    }

    #contato .destaque {
        text-align: center;
    }

    .footer-politica {
        padding: 60px 0;
        padding-bottom: 130px;
    }

    .form-exent .form_titulo {
        line-height: 1.2;
    }

    .box-financiamento p{
        margin-bottom: 30px;
    }

    .box-incorporadora p {
        margin-bottom: 20px;
    }
    .box-logos {
        gap: 20px;
    }

    .footer-politica::after {
        left: 41.6%;
    }

}

@media only screen and (max-width: 1000px) {
    .footer {
            padding: 20px 0;
            padding-top: 700px;
    }

}

@media only screen and (max-width: 900px) {
    #contato::before {
        height: 1220px;
    }
}

@media only screen and (max-width: 800px) {
    .footer {
        padding: 20px 0;
        padding-top: 700px;
    }

    #contato .esq .content {
        width: 90%;  
    }

    #contato::before {
        height: 1170px;
    }

    .footer .boxes-assinaturas .minha-casa, .footer .boxes-assinaturas .caixa {
        width: auto;
        height: 7.938vw;
    }
    .footer .boxes-assinaturas .lidera {
        width: 35.5vw;
        height: auto;
    }

}

@media only screen and (max-width: 800px) {
    .footer {
        padding: 20px 0;
        padding-top: 760px;
    }
}

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

    #banner .banner-tab{
        display: none;
    }
    

    #banner .banner-cel {
        display: block;
    }

    #contato .destaque {
        font-size: 26px;
        line-height: 36px;
    }

    #banner .logo {
        width: 73.2604vw;
    }

    #contato .form-exent {
        padding: 40px 25px;
    }

    .form-exent .form_titulo {
        font-size: 20px;
        padding-left: auto;
        text-align: center;
    }

    .form-exent .obrigatorios {
        font-size: 10.5px;
        letter-spacing: 0;
    }
    .footer {
            padding: 20px 0;
            padding-top: 770px;
    }

    #contato::before {
        height: 1120px;
    }


    .confirmacao {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        overflow: hidden;
        z-index: 1;
    }

    .box-confirmacao {
        width: 1100px;
        height: 300px;
        position: absolute;
        margin-left: -550px !important;
        margin-top: 160px !important;
        left: 50%;
        margin: 0 auto;
        z-index: 2 !important;
        background: #000;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
    }

    .text-confirmacao {
        font-size: 40px;
        color: var(--branco);
        text-align: center;
        margin-top: 50px;
        text-shadow: 0 0 15px var(--preto);
        ;
    }

    .p-confirmacao {
        font-size: 22px;
        color: var(--branco);
        text-align: center;
        margin-bottom: 50px;
        text-shadow: 0 0 15px var(--preto);
        ;
    }

    .bt-confirmacao {
        width: 300px;
        float: none;
        margin-left: 465px !important;
        padding: 14px 35px;
        text-align: center;
        font-size: 20px;
        color: #000;
        border: none;
        text-decoration: none;
        margin-bottom: 20px;
        background: #BABBB1;
        cursor: pointer;
        letter-spacing: 1px;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
    }

    .bt-confirmacao:hover {
        transition: 0.2s;
        filter: brightness(1.05);

    }

    .box-confirmacao {
        width: 320px;
        height: 310px;
        position: absolute;
        margin-left: -160px !important;
        margin-top: 170px !important;
        left: 50%;
        margin: 0 auto;
        z-index: 2 !important;
    }

    .text-confirmacao {
        font-size: 24px;
        color: var(--branco);
        text-align: center;
        margin-top: 50px;
    }

    .p-confirmacao {
        font-size: 17px;
        color: var(--branco);
        text-align: center;
        margin-bottom: 50px;
    }

    .bt-confirmacao {
        width: 300px;
        float: none;
        margin-left: 95px !important;
        padding: 14px 35px;
        text-align: center;
        font-size: 20px;
        color: var(--branco);
        border: none;
        text-decoration: none;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #contato .esq .content {
        width: 100%;
    }

    .footer .boxes-assinaturas .lidera {
        width: 55.5vw;
        height: auto;
    }

    .footer .boxes-assinaturas .minha-casa, .footer .boxes-assinaturas .caixa {
        width: auto;
        height: 11.938vw;
    }

    .footer-politica::after {
        left: 41.6%;
    }
}


@media only screen and (max-width: 500px) {
    .footer {
        padding: 20px 0;
        padding-top: 800px;
    }

    #contato .esq .content {
        width: 100%;
    }

    .footer-politica::after {
        left: 36.6%;
    }

}

@media only screen and (max-width: 500px) {
    .footer {
        padding: 20px 0;
        padding-top: 850px;
    }

}


@media only screen and (max-width: 425px) {
    .footer-politica::after {
        left: 32.6%;
    }

}


@media only screen and (max-width: 363px) {
        #contato::before {
        height: 1130px;
    }

}

@media only screen and (max-width: 330px) {
    #contato::before {
        height: 1200px;
    }
    .footer {
        padding: 20px 0;
        padding-top: 1000px;
    }

}

.confirmacao {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background: #cadfa3;
}

.box-confirmacao {
    width: 1100px;
    height: 300px;
    position: absolute;
    margin-left: -550px !important;
    margin-top: 160px !important;
    left: 50%;
    margin: 0 auto;
    z-index: 2 !important;
    background: #009ec4;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.text-confirmacao {
    font-size: 40px;
    color: var(--branco);
    text-align: center;
    margin-top: 50px;
    font-weight: 700;
}

.p-confirmacao {
    font-size: 22px;
    color: var(--branco);
    text-align: center;
    margin-bottom: 50px;
}

.bt-confirmacao {
    width: 300px;
    float: none;
    margin-left: 465px !important;
    padding: 14px 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: none;
    text-decoration: none;
    margin-bottom: 20px;
    background: #c1e20c;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.bt-confirmacao:hover {
    transition: 0.2s;
    filter: brightness(1.05);

}

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

    .box-confirmacao {
        width: 600px;
        height: 310px;
        position: absolute;
        margin-left: -296px !important;
        margin-top: 170px !important;
        left: 50%;
        margin: 0 auto;
        z-index: 2 !important;
    }

    .text-confirmacao {
        font-size: 24px;
        color: var(--branco);
        text-align: center;
        margin-top: 50px;
    }

    .p-confirmacao {
        font-size: 17px;
        color: var(--branco);
        text-align: center;
        margin-bottom: 50px;
    }

    .bt-confirmacao {
        width: 300px;
        float: none;
        margin-left: 217px !important;
        padding: 14px 35px;
        text-align: center;
        font-size: 20px;
        color: var(--branco);
        border: none;
        text-decoration: none;
        margin-bottom: 20px;
        cursor: pointer;
    }

}

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

    .box-assinaturas .boxes-assinaturas img {
        min-width: inherit;
    }

    .container {
        max-width: 90%;
    }
}

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

    .box-confirmacao {
        width: 320px;
        height: 310px;
        position: absolute;
        margin-left: -160px !important;
        margin-top: 170px !important;
        left: 50%;
        margin: 0 auto;
        z-index: 2 !important;
    }

    .text-confirmacao {
        font-size: 24px;
        color: var(--branco);
        text-align: center;
        margin-top: 50px;
    }

    .p-confirmacao {
        font-size: 17px;
        color: var(--branco);
        text-align: center;
        margin-bottom: 50px;
    }

    .bt-confirmacao {
        width: 300px;
        float: none;
        margin-left: 95px !important;
        padding: 14px 35px;
        text-align: center;
        font-size: 20px;
        color: var(--branco);
        border: none;
        text-decoration: none;
        margin-bottom: 20px;
        cursor: pointer;
    }

}