:root{
    --bk_menu: #0E74CA;
    --bk_escuro: #183044;
    --bk_hover: #daeeff;
    --bk_branco_secun: #858585;
    --bk_branco_terc: #E6E6E6;
    --secun2: #707070;
    --preto: #141414;
}

*{
  box-sizing: border-box;
}


.buscas{
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    border: none !important;
  }

  .fundo{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }

  .fundo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.3);
  }

  .container_buscas{
    height: 100%;
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }

  .pai_textos{
    width: 40%;
    color: white;
  }

  .pai_textos h1{
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    margin: 0 !important;
    max-width: 395px;
    /* text-shadow: 2px 2px #29292962; */
  }

  .pai_textos p{
    font-size: 20px;
  }

  .pai_buscas{
    width: 60%;
    height: 170px;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
  }

  .opcoes_buscas{
    width: 60%;
    height: 70px;
    background-color: #fafafa;
    border-bottom: 1px solid #D9D9D9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .opcoes_buscas ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .opcoes_buscas ul li{
    width: 33.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bk_escuro);
    cursor: pointer;
    transition: .4s;
  }

  .opcoes_buscas ul li:nth-child(1){
    border-top-left-radius: 8px;
    
  }

  .opcoes_buscas ul li:nth-child(2){
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }

  .opcoes_buscas ul li:nth-child(3){
    border-top-right-radius: 8px;
  }

  .opcoes_buscas ul li:hover{
    background-color: var(--bk_hover);
    color: var(--secun2) !important;
  }

.selecionado{
    background-color: var(--bk_menu);
    color: white !important;
}

  .form_buscas{
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }

  .form_buscas form{
    display: flex;
    align-items: end;
    gap: 12px;

  }

  .tipo_imovel{
    width: 27.5%;
    height: 80px;
    margin-left: 16px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .titulo{
    width: 100%;
    height: 25px;
    /* border: 1px solid black; */
    display: flex;
    gap: 2px;
  }

  .titulo span{
    color: #404040;
    font-size: 16px;
    font-weight: 500;
  }

  .icone{
    width: 20px;
    height: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
  }

  .icone i{
    font-size: 17px;
    color: #0E74CA;
  }

  .selec{
    width: 100%;
    height: 50px;
  }

  .selec select{
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    padding: 10px 4px;
    border-radius: 8px;
    font-size: 15px;
    outline-color: var(--bk_menu);
    color: #4D4D4D;
  }

  .cidade{
    width: 50%;
    height: 80px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .btnn{
    height: 50px;
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    /* border: 1px solid red; */
  }

  .btnn button{
    width: 100%;
    height: 100%;
    border: none;
    background-color: var(--bk_menu);
    color: white;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: .4s;
  }

  .btnn button:hover{
    background-color: var(--bk_escuro);
  }


  .solucoes{
    height: 400px;
    width: 100%;
    background-image: url('../img/Design\ sem\ nome.png');
  }




  .pai_solucoes{
    width: 90%;
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
  }

  .card_solucao{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid red; */
    gap: 20px;
  }


  .card_solucao img{
    width: 200px;
  }


  .card_solucao div{
    /* border: 1px solid black; */
    width: 60%;
    text-align: center;
  }

  .card_solucao div span{
 
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #2d2d2d;
  }


  .categorias{
    height: auto;
    width: 100%;
    padding-bottom: 45px;
    background-color: #f3f7f8;
  }

  
  .pai_categorias{
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
 
  .pai_destaque,
  .pai_noticias,
  .pai_cidades_sugestoes{
    width: 90%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

  }

  .titulo_sessao{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .titulo_sessao h2{
    font-size: 26px;
    font-weight: 500;
    color: var(--bk_escuro);
    position: relative;
  }

  .titulo_sessao h2::after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #0E74CA;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  .conteudo_categoria{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
  }

  .item_categoria{
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
  }

  .item_categoria div,
  .item_categoria div a,
  .item_categoria div a img{
    width: 100%;
    height: 100%;
    transition: .4s;
    border-radius: 8px;
  }
  
  .item_categoria div a img{
    filter: brightness(0.4);
    object-fit: cover;
    object-position: center;
  }

  .item_categoria div a img:hover{
    scale: 1.1;
  }

  .item_categoria div:nth-child(1){
    overflow: hidden;
  }

  #texto_categoria{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #texto_categoria p{
    color: white;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  }

  .cidades_destaque,
  .noticias,
  .sugestoes_cidades{
    width: 100%;
  }

  .cidades_destaque{
    padding-bottom: 30px;
  }

  .pai_cidades,
  .container_card_noticias{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /* gap: 1%; */
  }

  /* .container_card_noticias{
    border: 1px solid;
  } */

  .pai_cidades{
    justify-content: space-between;
  }

  .cidade_busca{
    /* width: 24%; */
    width: 300px;
    height: auto;
    margin-bottom: 30px;
    transition: .4s;
    /* border: 1px solid red; */
 
  }

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

  .img_cidade{
    width: 100%;
    height: 200px;
    border: 1px solid gray;
    border: 1px solid transparent;
    overflow: hidden;
  }

  .img_cidade div,
  .img_cidade div img{
    width: 100%;
    height: 100%;
    transition: .4s;
    border-radius: 8px;
  }

  .img_cidade div:nth-child(1){
    overflow: hidden;
  }

  .cidade_busca:hover div img{
    scale: 1.1;
  }

  
  .texto_cidade{
    height: auto;
    transition: .4s;
    padding-bottom: 8px;
    /* border: 1px solid black; */
  }

  .titulo_cidade{
    width: 94%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
  }

  .titulo_cidade div:nth-child(1){
    width: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }

  .titulo_cidade div:nth-child(1) i{
    font-size: 13px;
    color: var(--bk_menu)
  }

  .titulo_cidade h4{
    margin-bottom: -4px;
    font-size: 24px;
    font-weight: 500;
    color: var(--preto);
    line-height: 20px;
  }

  .pesquisas{
    width: 94%;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid black; */
  }

  .pesquisas div{
    width: 100%;
    height: auto;
    /* border: 1px solid; */
  }

  .pesquisas div ul{
    list-style: none;
  }

  .pesquisas div a{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 2px;
    text-decoration: none;
    color: #777777;
    transition: .2s;
    font-size: 14px;
    font-weight: 300;
  }

  .pesquisas div a:hover{
    color: var(--bk_menu);

  }

  .pesquisas div a i{
    color: #989898;
    font-size: 4px;
  }

.banner_propaganda{
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 60px;
  height: 250px;
}

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


  .noticias{
    width: 100%;
    height: 400px;
    padding-bottom: 10px;
    background-color: #f3f7f8;
  }


  .titulo_sessao_infos{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
 
  }

  .titulo_sessao_infos h3{
    font-size: 26px;
    font-weight: 500;
    color: black;
  }

  .container_card_noticias{
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
  }



  .card_noticia{
    width: 30%;
    height: auto;
    transition: .4s;
    margin-bottom: 16px;
    /* border: 1px solid; */
  }


  .card_noticia:hover .conteudo_noticia h4{
    color: var(--bk_menu);
  }

  .card_noticia:hover div:nth-child(1) img {
    scale: 1.1;
  }


  .card_noticia a,
  .conteudo_noticia{
    width: 100%;
    height: 90%;
    text-decoration: none;
    color: var(--preto);
  }



  .conteudo_noticia div:nth-child(1){
    width: 100%;
    height: 65%;
    border-radius: 8px;
    overflow: hidden;
    /* border: 1px solid rgb(0, 255, 0); */
   
  }

  .conteudo_noticia div:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 8px;
    transition: .4s;
  }

  .conteudo_noticia div:nth-child(2){
    width: 96%;
    height: 50px;
    margin: 0 auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: end;
  }

  .conteudo_noticia div:nth-child(2) h4{
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
  }

  /* .conteudo_noticia div:nth-child(2) h4:hover{
    text-decoration: underline;
  } */

  .conteudo_noticia div:nth-child(3){
    width: 96%;
    height: 45px;
    margin: 0 auto;
    /* border: 1px solid rgb(103, 23, 231); */
    display: flex;
    align-items: center;

  }

  .conteudo_noticia div:nth-child(3) p{
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .sugestoes_cidades{
    height: auto;
    margin-bottom: 40px;
  }

  .pai_cidades_sugestoes{
    height: auto;

  }

  .principais_cidades{
    height: 50px;
    width: 75%;
  }

  .principais_cidades ul{
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
  }

 
  .principais_cidades ul li{
    color: #202020;
    font-weight: 600;
    width: auto;
    height: 50px;
    border-radius: 8px;
    transition: .4s;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
  }

  .principais_cidades ul li::after{
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bk_menu);
  }


  .principais_cidades ul li:hover{
    background-color: #efefef;
  }

  .active_cidade{
    background-color: #efefef;
  }

  .active_cidade::after{
    height: 2px;
    width: 20px;
  }

  .pai_venda_aluga_opcoes{
    flex-grow: 1;
    display: flex;
  }

  .alugar,
  .vender{
    width: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: .3s;
  }

  .titulo_opcoes{
    height: 65px;
    width: 100%;
    display: flex;
    align-items: end;
    /* border: 1px solid red; */
  }

  .titulo_opcoes h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #484848;
  }

  .bairros_opcoes{
    flex-grow: 1;
    display: flex;
  }

.opcoes_cidades{
    width: 50%;
  }



  .opcoes_cidades div span{
    font-weight: 600;
    color: #484848;
    font-size: 16px;
    position: relative;
    bottom: -5px;
  }

  .tipo_opcoes{
    display: flex;
    align-items: center;
    gap: 4%;
  }

  .tipo_opcoes a{
    text-decoration: none;
    color: rgb(74, 74, 74);
    font-size: 14px;
    transition: .4s;
  }

  .tipo_opcoes a:hover{
    color: var(--bk_menu);
  }

  .titulo_opcoes i{
    display: none;
  }

  @media (max-width:1340px) {
    .pai_cidades{
      justify-content: center;
      gap: 1.5%;
    }
  }


  @media (max-width:1024px) {
    
    .pai_textos{
      width: 55%;
    }

    .pai_buscas{
      width: 75%;
    }

    .btnn{
      width: 14%;
    }

    .pai_cidades{
      justify-content: center;
      gap: 1%;
    }
   
    .principais_cidades{
      width: 95%;
    }

    .principais_cidades ul li{
      font-size: 14px;
    }

    .conteudo_categoria{
      gap: 1%;
    }


  }


  @media (max-width:850px) {

    .pai_textos{
      width: 80%;
    }

    .pai_buscas{
      width: 90%;
    }

    .pai_textos h1{
      font-size: 40px;
      line-height: 38px;
    }

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

    .solucoes{
      height: 320px;
    }

    .card_solucao img{
      width: 150px;
      /* border: 1px solid red; */
    }

    .card_solucao div{
      width: 80%;
    }

    .card_solucao div span{
      font-size: 18px;
      line-height: 18px;
    }

    .conteudo_categoria{
      flex-wrap: wrap;
      justify-content: center;
      /* gap: 1%; */
    }

    .item_categoria{
      width: 300px;
      margin-bottom: 1%;
    }

    .card_solucao,
    .card_noticia{
      width:32%;
    }

    .principais_cidades{
      width: 98%;
    }

  

    .titulo_sessao h2,
    .titulo_sessao_infos h3{
      font-size: 22px;
    }

  }


  @media (max-width:768px){

    .container_buscas{
      align-items: center;
    }

    .opcoes_buscas{
      width: 100%;
    }

    .form_buscas{
      border-top-right-radius: 0px
    }

    .form_buscas form{
      flex-direction: column;
      align-items: center;
      margin-top: 15px;
    }

    .tipo_imovel,
    .cidade{
      width: 90%;
      height: 100px;
      /* border: 1px solid red; */
    }

    .selec{
      height: 60px;
    }

    .btnn{
      width: 90%;
    }

    .tipo_imovel{
      margin-top: 0px;
      margin-left: 0px;
    }

    .pai_textos{
      width: 80%;
      text-align: center;
    }

    .pai_textos h1{
      font-size: 27px;
      font-weight: 600;
    }

    .pai_textos p{
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 17px;
    }

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

    .card_solucao div span{
      font-size: 13px;
    }

    .container_buscas,
    .pai_solucoes,
    .pai_categorias,
    .pai_destaque,
    .pai_noticias,
    .pai_cidades_sugestoes {
      width: 96%;
    }

    .card_noticia{
      width: 300px;
    }

    .noticias{
      height: auto;
      padding-bottom: 40px;
    }

    .container_card_noticias{
      justify-content: center;
      gap: 1%;
    }

    .card_noticia{
      margin-bottom: 30px;
    }

    .pai_venda_aluga_opcoes{
      flex-direction: column;
    }

    .alugar,
    .vender{
      width: 100%;
      /* border: 1px solid red; */
      border-bottom: 1px solid #f0f0f0 ;
    }

    .bairros_opcoes {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s;
      display: flex;
    }
    
    .bairros_opcoes.active {
      max-height: 500px;
      display: flex;
      padding: 0px 0px 30px 0px;
    }
    .titulo_opcoes{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .titulo_opcoes h4{
      margin-bottom: 0px;
      font-size: 16px;
    }

    .titulo_opcoes i{
      display: block;
    }

    .principais_cidades{
      width: 98%;
      overflow-x: auto;
    }

    .principais_cidades ul{
      width: 130%;
    }

    .principais_cidades::-webkit-scrollbar {
      display: none; 
    }

  }


  @media (max-width:650px){

    .pai_textos,
    .pai_buscas{
      width: 85%;
    }

    .pai_textos h1{
      font-size: 24px;
    }

    .pai_textos p{
      font-size: 15px;
    }

    .solucoes{
      height: auto;
      padding: 30px 0px
    }

    .pai_solucoes{
      flex-direction: column;
      gap: 20px;
    }

    .card_solucao{
      width: 40%;
    }

    .titulo_sessao h2, .titulo_sessao_infos h3{
      font-size: 22px;
      line-height: 20px;
      text-align: center;
    }

    .titulo_sessao h2::after{
     bottom: -8px;
    }

    .titulo_sessao_infos{
      justify-content: center;
    }

    .principais_cidades ul{
      width: 200%;
    }

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

}


@media (max-width:400px){

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

  .pai_textos p{
    font-size: 13px;
  }

  .principais_cidades ul{
    width: 250%;
  }

}