
  /*FORMULARIO DE BUSCA*/
  .busca-titulo {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: .9em;
    font-weight: 600;
    color: #454561;
  }

  .busca-colesq {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%;
  }

  .busca-coldir {
    width: 50%;
    height: auto;
    float: left;
  }

  .label-busca {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
    float: left;
  }









  /*CHECKBOX BUSCA*/





  /* The container */
  .cont_checks {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .9em;
  }

  /* Hide the browser's default checkbox */
  .cont_checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .cont_checks:hover input~.checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .cont_checks input:checked~.checkmark {
    background-color: #FF6A00;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .cont_checks input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .cont_checks .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }












  .south-search-area {
    position: relative;
    z-index: 9999;
  }



  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);

    max-height: 50vh;

    overflow: scroll;
    overflow-x: hidden;


  }



  .south-search-area .advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
  }


  @media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
      padding: 30px 20px;
    }
  }



  .south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: #FF6A00;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
  }


  @media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .search-title {
      width: 210px;
      padding: 0 15px;
    }
  }


  .south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
  }

  .south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #FF6A00;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
  }


















  /*---------------------
Feature Section
-----------------------*/

  .feature-carousel2 {
    width: 100%;
  }

  .feature-carousel2.owl-carousel .owl-dots {
    text-align: center;
  }

  .feature-carousel2.owl-carousel .owl-dots button {
    width: 14px;
    height: 14px;
    border: 2px solid #B6E3E3;
    border-radius: 50%;
    margin-right: 10px;
  }

  .feature-carousel2.owl-carousel .owl-dots button.owl-dot.active {
    background: #FF6A00;
    border-color: #FF6A00;
  }

  .feature-carousel2.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .col-lg-4 {
    max-width: 100%;
  }

  .feature-carousel2 .owl-stage-outer {
    padding-bottom: 45px;
    padding-top: 20px;
  }

  .feature-carousel2 .feature-item {
    -webkit-box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    background: #ffffff;
  }

  .feature-carousel2 .feature-item .fi-pic {
    height: 220px;
    position: relative;
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag {
    overflow: hidden;
    padding: 15px 15px 0 15px;
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag .f-text {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #E1481F;
    display: inline-block;
    padding: 4px 15px;
    /*float: left;*/
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag .s-text {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FF6A00;
    display: inline-block;
    padding: 4px 15px;
    /*float: right;*/
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-pic {
    float: left;
    margin-right: 10px;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-pic img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-text {
    overflow: hidden;
    display: inline-block;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-text span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 35px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text {
    text-align: center;
    padding: 26px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h4 {
    font-size: 22px;
    color: #19191a;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul {
    margin-bottom: 9px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li {
    list-style: none;
    font-size: 14px;
    color: #636363;
    display: inline-block;
    margin-right: 20px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li i {
    color: #FF6A00;
    margin-right: 4px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h5.price {
    color: #19191a;
    font-weight: 600;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h5.price span {
    font-size: 12px;
    font-weight: 400;
    color: #aaaab3;
  }

  .feature-carousel2 .feature-item .fi-text .room-features {
    text-align: center;
    background: #1c1c1c;
    padding: 12px 0;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 38px;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li i {
    color: #FF6A00;
    margin-right: 4px;
    display: inline-block;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
  }













  /*BUSCA NOVS 2023*/

  @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');


  /*
    main{
  max-width: 1170px;
  margin: 0 auto;
}
    */

  .busca-imovel_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
    padding: 0.75rem;
    /* min-height: 4.536875rem; */
    font-family: 'Red Hat Display', sans-serif;
  }

  .busca-imovel_form i {
    color: #FF6A00;
  }

  fieldset,
  button {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border: none;
    outline: none;
    font-family: 'Red Hat Display', sans-serif;
  }

  fieldset {
    width: 100%;
  }

  .busca-imovel_filtros {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }


  .busca-imovel_botao-maisfiltros {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1rem;
    border: 1px solid #D8D8D8;
    border-radius: 2rem;
    cursor: pointer;
    width: 9rem;
    gap: 6px;
    font-size: .9rem;

  }

  .busca-imovel_botao-maisfiltros i {
    font-size: 1.25rem;
  }

  .busca-imovel_filtros_botoes {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .busca-imovel_botao-encontrar {
    font-size: 1rem;
    margin: 0;
    padding: 1.25rem 0;
    border-radius: 0.75rem;
    cursor: pointer;
    width: 12.5rem;
    background-color: #FF6A00;
    border: 1px solid #d45a02;
    color: #fff;
    font-weight: 700;
  }

  .busca-imovel_filtros_filtros {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 1rem;

    /* background-color: red; */
  }


  .busca-imovel_filtros-extras {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
  }

  .busca-imovel_filtros_linha {
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 1rem;
  }

  .busca-imovel_filtros_item {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 3.875rem;
    border-radius: 0.75rem;
    border: 1px solid #D8D8D8;
    padding: 0 1rem;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
  }

  .busca-imovel_filtros_item .label {
    font-size: .85rem;
    color: #b8b8b8;
  }

  .tem-icone {
    padding-left: 42px;
  }

  .tem-icone .icone {
    position: absolute;
    left: .9rem;
    font-size: 1.4rem;
    opacity: .65;
  }

  .filtro-abrir {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100% !important;
  }

  .tem-seta .seta {
    position: absolute;
    right: 1rem;
    font-size: 1.25rem;
    transition: transform 0.3s;
  }

  .tem-seta .seta.rotacionada {
    transform: rotate(180deg);
    margin-top: auto;
    margin-bottom: auto;
  }

  .filtro-pretensao {
    width: 25%;
  }


  .filtro-tipo {
    width: 25%;
  }


  .filtro-preco {
    width: 20%;
  }

  .filtro-quartos {
    width: 20%;
  }

  .filtro-suites {
    width: 20%;
  }

  .filtro-vagas {
    width: 20%;
  }

  .filtro-area {
    width: 20%;
  }

  .filtro-termo {
    width: 50%;
  }



  .filtro-termo input[type=text] {
    width: 100%;
    height: 80%;
    border: none;
    outline: none;
    font-size: 1rem;
    font-family: 'Red Hat Display', sans-serif;
  }


  .filtro-codigo {
    width: 75%;
  }

  .filtro-codigo input[type=text] {
    width: 100%;
    height: 80%;
    border: none;
    outline: none;
    font-size: 1rem;
    font-family: 'Red Hat Display', sans-serif;
  }


  .filtro-opcoes {

    position: absolute;
    left: 0;

    width: auto;
    min-height: auto;
    max-height: 20rem;
    border-radius: 0.5rem;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    /*  box-shadow: 0 0 0.125rem rgba(26, 26, 26, 0.15), 0 0 1.5rem rgba(26, 26, 26, 0.2); */
    box-shadow: 0 0 0.1rem rgba(26, 26, 26, 0.15), 0 0 1rem rgba(26, 26, 26, 0.2);
    overflow-y: auto;
    z-index: 999999;
    overscroll-behavior: contain;
    display: none;
    top: 70px;
  }

  .filtro-opcoes.mostrando {
    display: flex;
  }

  .filtro-opcoes ul,
  .filtro-opcoes select {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 150px;
  }

  .filtro-opcoes ul li {
    font-size: 1rem;
    line-height: 220%;
    padding: 0 1rem;
  }

  .filtro-opcoes ul li:hover {
    background-color: #e9e9e9;
  }

  .filtro-opcoes ul li a {
    text-decoration: none;
    color: #171717;
  }

  .filtro-opcoes ul li label {
    cursor: pointer;
    width: 100% !important;
    line-height: 220% !important;
  }

  .ul-tipos-imoveis {
    min-width: 240px !important;
  }

  .ul-tipos-imoveis li {

    line-height: 0 !important;
    display: flex;
  }

  .ul-tipos-imoveis li:first-child {
    border-bottom: 1px dotted #b8b8b8;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
  }


  .ul-preco {
    min-width: 260px !important;
  }

  .ul-preco button {
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
  }

  .hero-section {
    display: block;
  }

  .busca-imovel {
    position: absolute;
    z-index: 999;
    width: 60%;
    margin: 0 20%;
    margin-top: 4rem;

  }

  .single-hero-item .hero-text {
    background: rgba(28, 28, 28, 0.6);
    padding: 48px 0 44px;
    text-align: center;

    margin-top: 140px;
  }


  /* Responsivo */
  @media(max-width:1100px) {

    .busca-imovel_filtros_botoes {
      flex-direction: column;
    }




    .busca-imovel_filtros {
      display: flex;
      flex-direction: column;
    }

    .busca-imovel_filtros_filtros {
      display: flex;
      flex-direction: column;
      width: 100% !important;
    }

    .busca-imovel_filtros_item {
      width: 100% !important;
      height: 62px;
    }

    .filtro-pretensao {
      width: 100%;
    }

    .busca-imovel_filtros-extras {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .busca-imovel_filtros_linha {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .filtro-opcoes,
    .filtro-opcoes ul {
      width: 100% !important;
    }

    .filtro-opcoes {
      position: absolute;
      top: 72px;
    }

    .busca-imovel_filtros-extras> :first-child {
      grid-column: 1 / span 2;
      /* O primeiro item ocupa duas colunas */
    }

    .busca-imovel_filtros_linha> :first-child {
      grid-column: 1 / span 2;
      /* O primeiro item ocupa duas colunas */
    }

    .busca-imovel {
      position: absolute;
      width: 90%;
      margin: 0 5%;
      margin-top: 4rem;
    }


    .single-hero-item {
      padding-top: 360px;
      padding-bottom: 100px;
      height: auto;
    }


  }

  .busca-imoveis_filtros_linha {
    width: 100%;
  }


  /* 
   .filtro-cidade{
            width: 100%;
          }

          .filtro-estado{
            width: 100%;
          }
   */
  .filtro-estado-cidade {
    display: flex;
    flex: 100%;
    gap: 1rem;
  }

  .filtro-estado-cidade .div-estado {
    flex: 50%;
  }

  .filtro-estado-cidade .div-cidade {
    flex: 50%;
  }

  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 3.875rem;
    border-radius: 0.75rem;
    border: 1px solid #D8D8D8;
    padding: 0 1rem;
    padding-top: 19px;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    height: 62px;
  }





  .div-estado {
    position: relative;
    width: 50%;
  }

  .div-estado select {
    width: 100%;
  }

  .div-estado i {
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
  }

  .div-cidade {
    position: relative;
    width: 50%;
  }

  .div-cidade select {
    width: 100%;
  }

  .div-cidade i {
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
  }

  .div-cidade .label,
  .div-estado .label {
    font-size: .85rem;
    color: #b8b8b8;
    position: absolute;
    z-index: 9;
    left: 18px;
    top: 8px;
  }


  @media(max-width:767.98px){
    .filtro-estado-cidade {
      flex: 100% !important;
         flex-direction: column;
      }
      .div-cidade, .div-estado{
        width: 100%;
      }
  }



