@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-display: swap;
    font-family: "Hind", sans-serif;
}

:root{
    --bk_menu: #0E74CA;
    --bk_escuro: #183044;
    --bk_hover: #daeeff;
    --bk_branco_secun: #858585;
    --bk_branco_terc: #E6E6E6;
    --secun2: #707070;
    --preto: rgb(52, 58, 64);;
}


::-webkit-scrollbar {
    width: 14px;
    height: 12px;
  }
  
  
  ::-webkit-scrollbar-thumb {
    background: var(--bk_menu);
    border-radius: 3px;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--bk_escuro);
  }
  

  body > header > div > nav > ul > i{
    display: none !important;
  }


.icone_menu{
    display: none !important;
}

.nav_lat{
    position: fixed;
    width: 0%;
    height: 100%;
    top: 0px;
    right: -100%;
    background-color: #181818;
    z-index: 900;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    transition: .5s;
}

.nav_lat_open{
    width: 40%;
    right: 0px;
}

.fechar_menu{
    width: 90%;
    height: 60px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fechar_menu i{
   font-size: 44px !important;
   width: 80px;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: end;
}


.nav_lat ul{
    width: 80%;
    height: 90%;
    margin: 0 auto;
    list-style: none;
}

.opcoes_lat{
    width: 80%;
    height: auto;
}

.opcoes_lat ul{
    height: 300px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.opcoes_lat ul li{
    width: 100%;
    text-align: center;
    display: flex;
}

.opcoes_lat ul li a{
    text-decoration: none;
    color: white;
    width: 100%;
    position: relative;
    right: 0%;
    transition: .3s;
}



.opcoes_lat button{
    width: 100%;
    height: 45px;
    border-radius: 8px;
    color: white;
    background-color: var(--bk_menu);
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .5s;
}

.lb-dataContainer{
    width: 95% !important;
    /* border: 1px solid rgb(255, 0, 106); */
    font-family: var(--titulo);
    position: absolute;
    top: -45px;
    padding-top: 10px;
  }
  
  .lb-caption{
    display: none !important;
  }
  
  .lb-next,
  .lb-prev{
    width: 20% !important;
    opacity: 1 !important;
  }
  
  
  .lb-number{
    width: 30%;
    margin: 0 auto;
    text-align: end;
    /* border: 1px solid red; */
    color: white !important;
  }
  
  .lb-outerContainer{
    width: 65% !important;
    height: 55% !important;
    /* border: 2px solid red; */
  }
  
  .lb-outerContainer img{
    width: 100% !important;
    height: 100% !important;
  }
  
  
  
  #lightboxOverlay{
    background-color: #000000;
    opacity: 0.9;
  }


  .lb-image{
    max-height: 800px !important;
  }
  
  
  
  .lightbox .lb-image{
    border: none !important;
  }
  
  #lightbox > div.lb-outerContainer > div > div.lb-loader{
    display: none !important;
  }
  
  .lb-outerContainer{
    background-color: #15151586;
  }
  
  
  
  .lightboxOverlay{
    display: none;
  }





header{
    height: 100px;
    width: 100%;
    background-color: var(--bk_menu);
}

.menu{
    width: 90%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.logo{
    height: 100%;
    display: flex;
    align-items: center;
  
}



nav{
    width: 50%;
    height: 100%;
}

nav ul{
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

nav ul li a{
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 18px;
}


nav ul li a::after{
    content: '';
    height: 2px;
    width: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--bk_escuro);
    transition: .3s;
}



nav ul li a:hover::after{
    height: 2px;
    width: 50%;
}



nav ul button{
    width: 35%;
    height: 45px;
    border-radius: 8px;
    color: var(--preto);
    font-size: 16px;
    font-weight: 600;
    border: none;
    background-color: white;
    cursor: pointer;
    gap: 8px;
    transition: .5s;
}






nav ul i{
    font-size: 44px !important;
    color: white;
  
}



nav ul button i{
    font-size: 18px !important;
    color: var(--bk_menu);
}

nav ul button:hover{
    background-color: var(--bk_hover);
}

.section_banner{
    width: 100%;
}

.caminho_navegacao{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
}

.caminho_navegacao ul{
    width: 90%;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    height: auto;
}




.caminho_navegacao ul li a{
    color: var(--bk_branco_secun) !important;
    font-size: 15px !important;
}

.caminho_navegacao ul li a:hover{
    text-decoration: underline;
}


body > section.section_banner > div.caminho_navegacao > ul > li:nth-child(11) > a{
    font-size: 15px !important;
    color: var(--bk_menu) !important;
}


.header_mobile{
    display: none;
    
}


.caminho_navegacao ul li a:last-child {
    font-size: 18px;
    color: var(--bk_menu);
}

.caminho_navegacao ul i{
    font-size: 11px;
    color: var(--bk_menu);
}

.compartilhar{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.compartilhar ul li:nth-child(1){
    width: 100%;
    cursor: pointer;
    text-align: end;
    position: relative;
}

.compartilhar ul:nth-child(1) i{
    font-size: 15px;
    color: #2E2E2E;
}

.banners{
    width: 90%;
    height: 500px;
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.pai_banners{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: .5s;
}

.seta_carrossel{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.seta_carrossel div{
    height: 100%;
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f7f7;
    font-size: 60px;
    pointer-events: auto;
}


.banners img{
    object-fit: cover;
    object-position: center;
    transition: .4s;
}


.banners img:hover{
    filter: brightness(0.8);
}


.imagem_principal{
    width: 45%;
    height: 100%;
    position: relative;
}

.info_banners {
    width: 120px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.info_banners div:nth-child(1),
.info_banners div:nth-child(2) {
    border-radius: 5px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1414147a;
    color: white;
}

.info_banners div:nth-child(1) span {
    font-size: 15px;
    line-height: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.info_banners div:nth-child(1) svg {
    width: 18px;
    height: 16px;
}

.info_banners div:nth-child(2) i {
    font-size: 18px; 
}



.imagem_principal a{
    width: 100%;
    height: 100%;
}

.imagem_principal a img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.imagens_banners{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imagens_banners a{
    width: 49%;
    height: 49.5%;
}

.imagens_banners a:nth-child(1),
.imagens_banners a:nth-child(1) img,
.imagens_banners a:nth-child(2),
.imagens_banners a:nth-child(2) img,
.imagens_banners a:nth-child(3),
.imagens_banners a:nth-child(3) img{
    border-radius: 8px;
}


.imagens_banners a:nth-child(1),
.imagens_banners a:nth-child(3){
    margin-left: 1%;
}


.imagens_banners a:nth-child(3),
.imagens_banners a:nth-child(4){
    margin-top: 1%;
}



.imagens_banners a:nth-child(5),
.imagens_banners a:nth-child(6){
    margin-top: 1%;
}

.imagens_banners a:nth-child(2),
.imagens_banners a:nth-child(2) img{
    border-top-right-radius: 8px;
}

.imagens_banners a:nth-child(4),
.imagens_banners a:nth-child(4) img{
    border-radius: 8px;
}

.imagens_banners a{
    background-color: #f1f1f1;
}


.imagens_banners a:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    
    pointer-events: none; 
    border-radius: inherit; 
}

.qtd_fotos{
    position: absolute;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 0.625rem 0.875rem;
    white-space: nowrap;
    z-index: 3;
    pointer-events: none;
}

.imagens_banners a img{
    width: 100%;
    height: 100%;
}


.container_info{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.pai_info{
    width: 90%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.textos{
    width: 68%;
    height: 100%;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid var(--bk_branco_terc);
}

.textos h1{
    font-weight: 600;
    color: rgb(52, 58, 64);
    font-size: 24px;
    margin: 0px;
    line-height: 36px;
    font-size: 34px;
    margin-bottom: 4px;
    margin-top: 45px;
}

.local_cod{
    margin-top: 30px;
    margin-bottom: 30px;
}

.local_cod p{
    font-weight: 300;
    color: rgb(64, 64, 64);
}

.valores_imovel {
    margin-bottom: 60px;
}


.valores_imovel ul{
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    list-style: none;
}

.valores_detalhe {
    padding: .6rem 1.2rem;
    background-color: #f8f9fa;
    border-radius: .8rem;
    font-size: 18px;
    font-weight: 600;
    color: #495057;
}


.valores {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.valores span {
    padding: 0;
    color: var(--secun2);
    margin-bottom: -8px;
}

.valores h2 {
    display: inline;
    font-size: 28px;
    color: var(--bk_menu);
}


.detalhe_valor{
    width: auto;
    height: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.detalhe_valor i{
    font-size: 6px;
    color: var(--secun2);
}

.detalhe{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}



.detalhe span:nth-child(1){
    color:  var(--secun2);
    margin-bottom: -5px;
}

.detalhe span:nth-child(2){
    font-size: 22px;
    font-weight: 600;
    color: var(--preto);
}

.separador{
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--bk_branco_terc) !important;
}

.pai_caracteristicas{
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 20px;
}


.caracteristica{
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.caracteristica span{
    font-size: 20px;
    line-height: 15px;
}



.pai_palavras{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;

}

.pai_palavras p,
.proximidades_bairro p{
    display: inline;
    color: var(--bk_escuro);
    border: 1px solid var(--bk_escuro);
    border-radius: 3px;
    margin: 0;   
    padding: 5px; 
    font-weight: 500;
    font-size: 16px;
}

body > section.container_info > div > div.textos > section:nth-child(9) > div > h4{
    color: var(--preto);
}

.descricao_imovel{
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--bk_branco_terc);
    /* border: 1px solid red; */
}


.descricao_imovel h3{
    font-size: 26px;
    color: var(--preto);
    font-weight: 600;
}

.descricao_imovel p{
    color: #4d4d4d;
    margin-top: 10px;
    line-height: 24px;
    letter-spacing: 1px;
}



.proximidades_bairro{
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}


.descricao_imovel button{
    width: 100%;
    margin-top: 30px;
    height: 50px;
    padding: 8px 0px;
    border: none;
    color: white;
    font-size: 18px;
    background-color: var(--bk_escuro);
    cursor: pointer;
    transition: .3s;
}

.descricao_imovel button:hover{
    background-color: #0F1D28 ;
}


.form{
    position: relative;
    width: 28%;
    height: auto;
}

.form_contatos{
    height: auto;
    position: sticky;
    top: 20px; 
}

.pai_card_valor{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 8px 16px #0000001a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.valor_finalidade{
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;

}

.valor_finalidade h4{
    font-size: 20px;
    line-height: 20px;
    color: var(--preto);
    text-transform: capitalize;
    font-weight: 300;
}

.valor_finalidade span{
    font-size: 30px;
    font-weight: 600;
    color: #495057;
}

.detalhes_valores{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.detalhes_valores div{
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bk_branco_terc);
    margin-top: 6px;
}

.detalhes_valores div span{
    font-weight: 700;
    color: #495057;
}

.detalhes_valores div p{
    color: #868e96;
    text-decoration: underline;
}


.pai_form {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, #cfd4dd 0 0 0 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: .3s;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 20px;
}


.pai_form:hover,
.pai_form2:hover{
    box-shadow:rgba(0, 0, 0, 0.16) 0px 6px 10px 0px, rgb(207, 212, 221) 0px 0px 0px 1px;
}

.titulo_form{
    width: 90%;
    margin-top: 15px;
}

.titulo_form h3{
    font-size: 22px;
    color: rgb(60, 68, 83);
    font-weight: 600;
}

.pai_form form{
    width: 90%;
}

.pai_input{
    height: 50px;
    margin-bottom: 10px;
}

.pai_input input{
    height: 100%;
    width: 100%;
    border: 1px solid #cfd4dd;
    padding: 6px;
    padding-left: 10px;
    font-size: 17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #1a1d23;
}

.pai_input button{
    height: 100%;
    width: 100%;
    background-color: #0092FF;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
}

.pai_input button:hover{
    background-color: #0075cc;
}

#InformacoesImovelWhats > div:nth-child(11) > button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #2ecc71;
    border-style: solid;
    border-color: #2ecc71;
    gap: 10px;
    box-shadow: none !important;
}

.pai_valida{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pai_valida input{
    width: 40%;
    height: 100%;
    padding-left: 10px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #cfd4dd;
    padding: 6px;
    padding-left: 10px;
    font-size: 17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #1a1d23;
}

.pai_text{
    margin-bottom: 10px;
    min-height: 80px;
}

.pai_text textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #cfd4dd;
    padding: 6px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 1.4; 
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;   
    color: #1a1d23;
}

.pai_valida input::placeholder,
.pai_input input::placeholder{
    color: #868e96 !important;
}


/* .pai_form p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.pai_form form{
    width: 90%;
    margin: 0 auto;
    border: 1px solid red;
}

.pai_input{
    border: 1px solid black;
} */

/* 
.pai_form2{
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 20px;
    border-radius: 4px;
    background-color: #c4ebcd;
    border: 1px solid #006d19;
}


.pai_form p,
.pai_form2 p{
    text-align: start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(60, 68, 83);
}

.pai_input{
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-top: 10px;
}

.pai_text{
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    margin-top: 10px;
}

.pai_text textarea{
    width: 100%;
    height: 100%;
    padding: 5px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #cfd4dd;
    resize: vertical;
    font-size: 16px;
}

.pai_input input{
    width: 100%;
    height: 100%;
    padding: 5px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #cfd4dd;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

.pai_input input::placeholder{
    font-size: 16px !important;
    font-weight: 500 !important;
}


.pai_valida{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pai_valida input{
    width: 40%;
    height: 100%;
    padding-left: 10px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #cfd4dd;
}


.pai_input button{
    background-color: rgb(0, 146, 255);
    height: 48px;
    line-height: 24px;
    height: 100%;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .12);
    border-radius: 8px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
} */

.pai_form2 {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, #cfd4dd 0 0 0 1px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    transition: .3s;
    font-family: poppins, sans-serif !important;
    padding: 20px 20px 10px 20px;
}

.pai_form2 p {
    font-size: 22px;
    color: #3c4453;
    font-weight: 600;
}

form#InformacoesImovelWhats {
    width: 100%;
}

div.form > div > div.pai_form2 > form > div > input[type=text],
div.pai_form2 > form > div > input[type=tel]{
/*    border: 1px solid #006d19 */
}

div.form > div > div.pai_form2 > form > div > button{
    background-color: #006d19
}



.imoveis_similares{
    width: 100%;
    height: auto;
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--bk_branco_terc);
}

.imoveis_similares h3,
.container_buscas h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--preto);
}

.imoveis_similares h3{
    text-align: center;
    width: 100% !important;
}

.pai_similares{
    width: 90%;
    height: auto;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
}

.my-icon-whatsapp{
    margin-top: 15px !important;
}

.imovel_similar{
    width: 280px;
    height: 100%;
    transition: .3s;
    margin-top: 30px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.imovel_similar:hover .pai_imagen img{
    scale: 1.06;
}


.imovel_similar:hover{
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); 
}


.pai_imagen{
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.pai_imagen div{
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.pai_imagen img{
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: .3s;
}

.pai_infos_similar{
    width: 100%;
    height: auto;
    padding: 8px;
}

.titulo{
    height: auto;
    max-height: 40px;
}

.titulo span{
    font-size: 13px;
    color: #1F1F1F;
}

.caracteristica_similar p{
    font-size: 20px;
    font-weight: 600;
    color: var(--preto);
    margin-bottom: -8px;
}

body > section.imoveis_similares > div > div > div > div.caracteristica_similar > div > div > span{
    font-size: 12px;
}

div.pai_infos_similar > div.caracteristica_similar > div{
    display: flex;
    align-items: center;
    height: 30px;
}

.caracteristica_similar{
    margin-top: 6px;
    margin-bottom: 6px;
 
}

.caracteristica_imo_similar{
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.caracteristica_imo_similar i{
    font-size: 5px;
    color: var(--secun2);
    margin-right: 6px;
    /* border: 1px solid red; */
}

.btns_similar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.btns_similar span{
    cursor: pointer;
}

.btns_similar a{
    text-decoration: none;
    border: 1px solid var(--bk_escuro);
    color: var(--bk_escuro);
    padding: 6px 10px;
    border-radius: 3px;
    transition: .4s;
}

body > section.imoveis_similares > div > div > div > div.btns_similar > a:hover{
    background-color: var(--bk_escuro);
    color: var(--bk_branco_terc);
}


.container_buscas{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.pesquisass{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.pai_busca_rapida{
    width: 90%;
    margin: 0 auto;
    max-width: 1260px;
    gap: 1%;
    
}

.opcoes_busca{
    width: 33%;
    padding: 5px;
}

.pai_busca_rapida a{
    text-decoration:none;
    color: var(--preto);
    transition: .2s;
}

.pai_busca_rapida a:hover{
    color: var(--bk_menu);
    margin-left: 3px;
}


footer{
    width: 100%;
    height: auto;
    background-color: var(--bk_menu);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 30px 0px; */
}

.pai_rodape{
    width: 90%;
    height: 60%;
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 30px;
    /* border: 1px solid rgb(140, 0, 255); */
    display: flex;
    justify-content: space-between;
}

.pai_opcoes{
    width: 32%;
    
}

.pai_rodape div h4{
    font-size: 26px;
    color: white;
    font-weight: 500;
}

.opcoes_rodape{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
}

.opcoes_rodape ul{
    list-style: none;
}

.opcoes_rodape ul li{
    padding: 3px 0px;
}

.opcoes_rodape ul a{
    color: #ffffff;
    text-decoration: none;
    transition: .2s;
}


.opcoes_rodape ul a:hover{
    margin-left: 3px;
    color: var(--bk_escuro);
}

.opcoes_rodape p{
    color: white;
    line-height: 20px;
}

.logo_rodape{
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--bk_escuro);
    text-align: center;
    margin-top: 15px;
    gap: 10px;
}

.logo_rodape img{
    margin-top: 10px;
}

.logo_rodape p{
    color: white;
}

.logo_rodape a{
    color: var(--bk_escuro);
    text-decoration: none;
}


.shareon {
    width: 120px;
    height: 100px;
    position: absolute;
    right: -44px;
    top: 40px;
    background-color: #ffffff;
    z-index: 20;
    pointer-events: none; 
    visibility: hidden; 
    transform: translateY(-20px); 
    transition: opacity 0.4s, transform 0.4s; 
    display: flex;
    flex-direction: column;
    opacity: 0;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}

.shareon::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 21;
    
}

.hidden {
    opacity: 0;
    pointer-events: none; 
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s, transform 0.4s;
}

.shareon div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp,
.facebook{
    color: #6b6b6b !important;
}

body > section.section_banner > div.caminho_navegacao > div > ul > li > div > div.whatsaap_comp > a,
body > section.section_banner > div.caminho_navegacao > div > ul > li > div > div.facebook_comp > a{
    font-size: 18px !important;
}

.whatsapp,
.facebook{
    text-decoration: none !important;
    
}

.whatsaap_comp{
    border-bottom: 1px solid var(--bk_branco_terc);
}

.whatsaap_comp,
.facebook_comp{
    height: 50%;
}

.whatsaap_comp,
.whatsapp
{
    transition: .4s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.whatsaap_comp:hover{
    background-color: #00A884;
}

.facebook_comp{
    transition: .4s;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.facebook_comp:hover{
    background-color: var(--bk_menu);
}

.whatsaap_comp:hover .whatsapp,
.facebook_comp:hover .facebook{
    color: white !important;
}


.shareon a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    transition: .3s;
    border: none;
    padding: 6px 10px !important;
}






.lista-img-container {
    background-color: rgb(0, 0, 0);
    width: 100vw;
    position: fixed;
    top: 0px;
    overflow-y: scroll;
    display: none;
    z-index: 999999;
    height: 100%;
    padding: 20px;
  }
  
  .lista-img-container h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 20px;
    font-weight: 400;
    font-family: var(--titulo);
  }
  
  
  .close-lista-imagens {
    width: 35px;
    height: 35px;
    margin: 0px 19px 0px auto;
    display: block;
    border: none;
    position: fixed;
    right: 0px;
    top: 20px;
    background: #212528c9;
    cursor: pointer;
  }
  
  
  .lista-img {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .lista-img img {
    max-width: 600px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
  }


  .remover{
    /* opacity: 0 !important; */
    display: none !important;
  }
  
  .exibir{
    /* opacity: 1 !important; */
    display: block !important;
  }




  .buscas{
    border: 1px solid rgb(0, 89, 255);
    width: 100%;
    height: 600px;
  }


  .compartilhar ul{
    list-style: none;
  }


  body > section.imoveis_similares > div > div > div > div.btns_similar > div{
    width: 30% !important;
  }

  body > section.imoveis_similares > div > div > div > div.btns_similar > div > ul > li{
    display: flex;
    justify-content: space-between;
  }

  body > section.container_info > div > div.textos > div.pai_caracteristicas > div:nth-child(2) > span{
    margin-top: 5px;
  }

 
.hiddenn{
    display: none !important;
}


.breadcrumbs_mobile{
    display: none;
}


.btn_ft{
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}

.btn_ft div{
    width: 135px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    gap: 4px;
    color: #495057;
    border: 1px solid #dfdfdf;
    /* background-color: white !important; */
}

/* .bg_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; 
}

.modal-solicitar {
    width: 90%;
} */


 .bg_white{
    background-color: transparent !important;
}
     
.bg_white::after{
    background-color: transparent !important;
}


.btnVejaMais {text-decoration: none;text-align:center;text-transform: uppercase; font-size: 0.9em; display: block;padding: 8px; border-radius: 5px;background-color: #004783;width:100%;display: inline-block;color: #fff !important; padding: 20px;font-size: 24px; margin-top: 50px; transition: .2s ease; box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .12);}
.btnVejaMais:hover{ background-color: #0e74ca; transition: .2s ease;}
.btnVejaMaisMenor { font-size: 16px;  padding: 15px 10px; }


body > button{
    display: none !important;
}



@media (max-width:1320px){

    body > section.imoveis_similares > div > div > div > div.btns_similar > div{
        width: 8% !important;
      }

        
    .caminho_navegacao ul li{
        font-size: 12px;
    }

    .caminho_navegacao ul li i{
        font-size: 8px;
    }

    .caminho_navegacao ul li a:last-of-type{
        font-size: 14px;
        color: var(--bk_menu);
    }

    .compartilhar{
        width: 13%;
    }

    .compartilhar ul{
        width: 100%;
    }


}


@media (max-width:1180px){

    nav{
        width: 60%;
    }

    .textos h1{
        line-height: 30px;
    }

    .valores_imovel{
        height: auto;
        flex-wrap: wrap;
    }

    .pai_caracteristicas{
        flex-wrap: wrap;
        height: auto;
    }

    .caracteristica{
        margin: 10px;
    }

    .pai_palavras{
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pai_similares{
        gap: 2%;
        
    }
        
    .imovel_similar{
        width: 32%;
        margin-top: 15px;
        transition: .3s;
        min-width: 320px;
    }

    .pai_busca_rapida a{
        font-size: 15px;
    }

    .titulo span{
        font-size: 16px;
    }

    

}


@media (max-width:918px) {
    
    nav ul li a{
        font-size: 15px;
    }

    nav ul button{
        font-size: 14px;
    }

    nav ul button i{
        font-size: 14px;
    }

    .caminho_navegacao ul{
        flex-wrap: wrap;
    }

    .textos h1{
        font-size: 24px;
        line-height: 26px;
    }

    .caracteristica span{
        font-size: 18px;
    }

    .imoveis_similares {
        margin-top: 50px;
        padding-bottom: 50px;
    }


    .caracteristica_similar p{
        font-size: 22px;
    }

    div.pai_infos_similar > div.caracteristica_similar > div {
        display: flex;
        align-items: center;
    }

   div.caracteristica_similar > div > div > span{
    font-size: 14px;
   }

   .btns_similar{
    margin-top: 8px;
   }

   .btns_similar a {
    padding: 6px 4px;
    border-radius: 3px;
    transition: .3s;
    font-weight: 500;
}

.btns_similar span{
    font-size: 15px;
}

.btns_similar span i{
    font-size: 13px;
}

.pai_opcoes h4{
    font-size: 22px;
}

.opcoes_rodape ul a {
    font-size: 16px;
}

.opcoes_rodape p{
    font-size: 14px;
    line-height: 18px;
}

.logo_rodape p{
    font-size: 14px;
}


}




@media (max-width: 800px) {

    .nav_lat_open{
        width: 55%;
    }
    
    nav ul li,
    nav ul button{
        display: none;
    }

    nav ul {
        justify-content: end;
    }

    .icone_menu{
        display: block !important;
    }

    .caminho_navegacao ul{
        gap: 2px;
    }

    .caminho_navegacao ul li a{
        font-size: 10px;
    }

    .compartilhar{
        width: 16%;
        gap: 4px;
    }

    .compartilhar ul li:nth-child(1){
        font-size: 12px;
    }

    .caminho_navegacao ul li a:last-child{
        font-size: 20px;
    }

    .pai_info{
        flex-direction: column;
    }

    .textos{
        width: 100%;
    }

    .form {
        width: 100%;
        margin-top: 40px;
    }

    .form_contatos{
        width: 50%;
       margin: 0 auto;
    }

    .pai_form,
    .pai_form2 {
        width: 100%;
    }

    .pai_form2{
        flex-shrink: 0;
        flex-grow: 0;
    }

  

    .pai_similares {
        display: flex;
        justify-content: center;
        gap: 0;
    }

    .container_buscas{
        margin-top: 30px;
    }

    .imoveis_similares h3,
    .container_buscas h3{
        font-size: 28px;
        line-height: 26px;
        width: 90%;
    }

    


    .imagens_banners a:nth-child(1),
.imagens_banners a:nth-child(3){
    margin-left: 0%;
}


.imagens_banners a:nth-child(3),
.imagens_banners a:nth-child(4){
    margin-top: 0%;
}

    .imagem_principal{
        width: 100%;
        flex-shrink: 0;
    }

   

    .imagem_principal a img{
        width: 100%;
        height: 100%;
    }
  

    .imagens_banners{
        width: auto;
        flex-wrap: nowrap;
        flex-shrink: 0;
        /* border: 1px solid red; */
    }


    .imagens_banners a{
        width: 100%;
        height: 100%;
    }


    .seta_carrossel{
        opacity: 1;
        visibility: visible;
    }

    .pai_busca_rapida{
        flex-wrap: wrap;
    }

   .container_buscas{
    display: none;
   }

   .imoveis_similares{
    border-bottom: none;
   }


   body > header > div > nav > ul > i{
    display: block !important;
  }

  
  .imagem_principal a img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
    
.pai_similares{
    gap: 40px;
}


.header_mobile{
    display: block;
}

.header_mobile button{
    font-size: 18px;
    font-weight: 500;
    color: #495057 !important;
    display: flex;
    align-items: end;
    gap: 5px;
}

body > section.section_banner > div.caminho_navegacao > ul{
    display: none;
}

.caminho_navegacao {
    margin-top: 15px;
    margin-bottom: 15px;
}

.banners{
    height: 450px;
}

.caracteristica span {
    font-size: 20px;
}


.form{
    display: none;
}

.imagem_principal a img{
    border-radius: 0px !important;
}
.imagens_banners a:nth-child(1), 
.imagens_banners a:nth-child(1) img,
.imagens_banners a:nth-child(2),
.imagens_banners a:nth-child(2) img,
.imagens_banners a:nth-child(3),
.imagens_banners a:nth-child(3) img,
.imagens_banners a:nth-child(4),
.imagens_banners a:nth-child(4) img {
    border-radius: 0px;
}

.imagens_banners a:nth-child(4)::after{
    background-color: transparent;
}

.qtd_fotos{
    display: none;
}

div.caracteristica_similar > div > div > span{
    font-size: 15px;
   }




.breadcrumbs_mobile{
   
    width: 100%;
    height: auto;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    background-color: #fbfbfb;
    border-radius: 8px;
    margin-top: 10px;
}

.breadcrumbs_mobile ul{
    list-style: none;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs_mobile ul i{
    font-size: 8px;
    color: #989898 ;
}

.breadcrumbs_mobile ul li a{
	color: var(--preto);
    font-size: 12px;
}


body > div.breadcrumbs_mobile > ul > li:nth-child(11) > a{
    font-size: 15px;
    color: var(--bk_menu);
}

.whatsapp,
.facebook{
    font-size: 15px !important;
}


.btn_ft{
    display: none;
}

/* .modal-solicitar{
    margin-top: 38vh;
} */

}





@media (max-width: 600px) {
    
    body > main > section.section_banner > div.caminho_navegacao > div > ul > li > span{
        display: none;
    }

    .shareon{
        right: -20px;
    }

    .nav_lat_open{
        width: 100%;
    }

    .voltar,
    .passar{
        width: 10% !important;
    }

    .textos h1{
        font-size: 20px;
        line-height: 24px;
    }

    .valores{
        width: 100%;
        margin-left: 20px;
    }

     
    .pai_palavras p,
    .proximidades_bairro p{
        font-size: 14px;
    }

    .descricao_imovel button{
        font-size: 14px;
    }

    .form_contatos{
        width: 100%;
    }

    .pai_rodape{
        flex-wrap: wrap;
    }

    .pai_opcoes{
        width: 100%;
        margin-top: 10px;
    }

    body > footer > div.logo_rodape > a > img{
        width: 130px;
    }

    body > footer > div.logo_rodape > p{
        font-size: 12px;
        line-height: 15px;
    }

    .banners{
        width: 100%;
    }

    .info_banners div:nth-child(1) span{
        margin-top: 2px;
    }

    body > section.section_banner > div.caminho_navegacao > div > ul > li > button{
        display: none;
    }
  
    .textos{
        border-top: none;
    }

    .textos h1{
        margin-top: 10px;
        font-size: 24px;
        line-height: 30px;
    }
   
    .imovel_similar{
        min-width: 300px;
    }

    .pai_similares{
        gap: 0px;
    }
   
    .breadcrumbs_mobile ul li a{
      
        font-size: 15px;
    }
    
    
    body > div.breadcrumbs_mobile > ul > li:nth-child(11) > a{
        font-size: 15px;
       
    }

}

