.before-bg-bottom:before {
  background-color: #f2f6f7;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

.btn:after {
  display: none !important;
}

/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
  #btn-busca-mobile {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    animation: pulsate 1.5s ease-in-out infinite;
  }

  .btn-busca-mobile img {
    width: 100%;
    /* Ajuste conforme necessário */
    height: auto;
    /* Isso mantém a proporção da imagem */
  }
}

@media screen and (min-width: 601px) {
  #btn-busca-mobile {
    display: none;
  }
}

/* Começaram aqui as modificações no card */
.imov-title {
  font-size: 20px;
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav a:before {
    color: #000;
  }

  .minHeight {
    height: 360px !important;
  }
}

.ltn__product-item-5 .product-badge li {
  font-size: 14px;
}

.flex-direction-nav a {
  top: 56% !important;
  height: 53px !important;
}

.destaque {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  background-color: black;
  color: white;
}

button.close {
  margin-right: 15px;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}

@media only screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }

  .dropdown-menu.show {
    z-index: 9999 !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 11px;
    height: 60px;
    font-family: var(--ltn__heading-font);
  }

  .car-dealer-form-inner {
    margin-top: 20px;
  }

  .bootstrap-select>.dropdown-toggle {
    border-radius: 12px;
  }

  .selectCodigo {
    height: 60px;
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .selectCodigo option {
    color: black !important;
  }

  .search-by-code {
    margin-bottom: 0 !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

.widget hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.w-80 {
  width: 80% !important;
}

.submit-styled-button-valor {
  color: var(--white);
  border: 1px solid;
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 20%;
  margin-top: 0;
  border-radius: 20px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

button.close {
  margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select>.dropdown-toggle:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

.w-80 {
  width: 80% !important;
}

.submit-styled-restart {
  color: var(--white);
  background-color: black;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 50px;
  margin-top: 0;
  border-radius: 30px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.ltn__car-dealer-form-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: width 0.5sease;
  justify-content: space-between;
}

#searchContainer {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0;
  /* Começa sem largura */
  transition: width 0.5s ease;
  /* Animação suave na largura */
}

#searchContainer.show {
  width: 100%;
}

#searchContainerMobile {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0;
  /* Começa sem largura */
  transition: width 0.7s ease;
  /* Animação suave na largura */
  padding-left: 13px;
  height: 60px;
}

#searchContainerMobile.show {
  width: 100%;
  padding-left: 0px;
  height: 60px;
  margin-bottom: 10px;
}

.w-200.show {
  width: auto;
}

.w-200.show {
  width: 200px;
}

.input.search-by-code {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease, opacity 1s ease;
  /* Transição de largura e opacidade */
}

.input.search-by-code.show {
  width: 100%;
  /* Expande o input para ocupar todo o container */
  opacity: 1;
}

.search-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.ms--60 {
  margin-left: -60px;
}

input.search-by-code.selectCodigo {
  border: 1px solid #ddd !important;
  color: #333;
  background-color: #f8f9fa;
  height: 47px;
  border-radius: 4px 0px 0px 4px !important;
  margin-bottom: 0 !important;
  padding-right: 0px !important;
  padding-left: 10px !important;
  font-size: 14px;
}

input.search-by-code.selectCodigo::placeholder {
  color: #333 !important;
}

button.botao-submit {
  background-color: var(--cor-site-1);
  color: var(--cor-site-3);
  border-radius: 0px 4px 4px 0px;
  height: 47px;
  padding: 10px 20px;
}

button.botao-submit:hover {
  background-color: var(--cor-site-3);
  color: var(--cor-site-1);
  border-radius: 0px 4px 4px 0px;
  height: 47px;
  padding: 10px 20px;
}

.w-80 {
  width: 80% !important;
}

.submit-styled-button {
  color: var(--white);
  background-color: var(--cor-site-2);
  border: 1px solid var(--cor-site-1);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  font-size: 18px;
  width: 55px;
  margin-top: 0;
  border-radius: 20px;
  z-index: 999;
  margin-right: 0px;
  height: 55px;
}

.submit-styled-button:hover {
  color: var(--cor-site-2);
  border: 1px solid var(--cor-site-4);
  background-color: var(--cor-site-3);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  margin-top: 0;
  border-radius: 20px;
}

.submit-styled-restart {
  color: var(--white);
  background-color: black;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 50px;
  margin-top: 0;
  border-radius: 30px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.ltn__car-dealer-form-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: width 0.5s ease;
  /* Transição suave para o ajuste do layout */
  justify-content: space-between;
}

#searchContainer {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0;
  /* Começa sem largura */
  transition: width 0.5s ease;
  /* Animação suave na largura */
  justify-content: center;
}

#searchContainerMobile {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0;
  /* Começa sem largura */
  transition: width 0.7s ease;
  /* Animação suave na largura */
  padding-left: 13px;
  height: 60px;
}

.w-200.show {
  width: auto;
}

.w-200.show {
  width: 200px;
}

.input.search-by-code {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease, opacity 1s ease;
  /* Transição de largura e opacidade */
}

.input.search-by-code.show {
  width: 100%;
  /* Expande o input para ocupar todo o container */
  opacity: 1;
}

.search-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.ms--60 {
  margin-left: -60px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  height: 40px;
  border: 1.5px solid #e2e5e8;
  border-radius: 10px;
  background: #f7f8f9;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cor-texto, #333);
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: var(--cor-site-1);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #bbb;
  font-weight: 400;
}

.br-1 {
  border-radius: 10px !important;
}

.br-2 {
  border-radius: 20px !important;
}

.br-3 {
  border-radius: 30px !important;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--cor-site-1);
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 1px solid #dddddd !important;
  background-color: transparent !important;
}

button.btn.dropdown-toggle.btn-light {
  height: 55px;
  border-radius: 17px !important;
  color: var(--cor-site-5) !important;
  padding-left: 20px !important;
  font-weight: 400;
  border: 1px solid #dddddd !important;
  background-color: transparent !important;
}

.ltn__shop-options .short-by .nice-select {
  height: 44px;
  line-height: 42px;
  min-width: 190px;
  border-radius: 999px !important;
  background: var(--cor-bg-input) !important;
  color: var(--cor-texto) !important;
  border: 1.5px solid var(--cor-borda-leve) !important;
  font-size: 13px;
  font-weight: 600;
  padding-left: 18px;
  padding-right: 36px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ltn__shop-options .short-by .nice-select:hover,
.ltn__shop-options .short-by .nice-select.open {
  border-color: var(--cor-site-1) !important;
  box-shadow: 0 0 0 3px rgba(var(--cor-site-1-rgb), .07);
}

.ltn__shop-options .short-by .nice-select .list {
  border-radius: 12px !important;
  border: 1.5px solid var(--cor-borda-leve) !important;
  background: var(--cor-site-2) !important;
  box-shadow: var(--card-shadow-hover);
  min-width: 100%;
}

.ltn__shop-options .short-by .nice-select .option {
  font-size: 13px;
  font-weight: 500;
  color: var(--cor-texto);
}

.ltn__shop-options .short-by .nice-select .option.selected,
.ltn__shop-options .short-by .nice-select .option:hover {
  color: var(--cor-site-1);
  font-weight: 700;
  background: var(--cor-bg-input);
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: 2px solid var(--border-color-1);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2sease-in-out;
  transition: all 0.2sease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 35px;
}

.nice-select .list {
  min-width: 100%;
  background-color: #f8f9fa !important;
  border-radius: 4px;
  border: 1px solid #ddd !important;
}

.checkbox-item .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
  border: 1px solid #999999 !important;
  border-radius: 5px;
}

.checkbox-list label {
  display: block;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.checkbox-list li {
  padding: 0px;
  margin-top: 0px !important;
  color: var(--cor-site-5);
}

.dropdown-option input:checked~.dropdown-checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-list li:last-child {
  margin-bottom: 10px !important;
}

.checkbox-list li:hover label {
  color: var(--cor-site-1);
}

.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0px 0 5px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.checkbox-list li:hover label .checkmark {
  background-color: #fafafa;
  border: 1px solid var(--cor-site-1) !important;
}

.checkbox-item .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--cor-site-1);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-item input:checked+.checkmark {
  background-color: var(--cor-site-3);
  color: var(--cor-site-1) !important;
  border: 1px solid var(--cor-site-1) !important;
}

.etiquetas-caracteristicas {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.etiqueta-caracteristica {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  white-space: nowrap;
}

.product-img {
  position: relative;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  background-color: transparent;
  padding: 0px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-box-shadow: none;
}

.ltn__widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: math-auto;
  color: var(--cor-site-5);
}

/* Estilo do acordeão */
.accordion-header {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  transition: all 0.3s ease;
}

.accordion-header::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: '-';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.checkbox-item {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: var(--cor-site-5);
}

.widget {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #99999959 !important;
  border-radius: 10px;
  background-color: transparent;
}

.widget:last-child {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #dddddd !important;
  border-radius: 17px;
  background-color: transparent;
}

.price_filter {
  padding-bottom: 13px;
  color: var(--cor-site-5);
}

@media (max-width: 1024px) {
  .container-fluid.px-5 {
    padding: 0px 10px !important;
  }
}

.filter-option {
  display: flex;
  align-items: center;
}

.dropdown-filter {
  position: relative;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-filter .dropdown-toggle {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 10px 15px;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
}

.dropdown-filter .dropdown-toggle:hover {
  background-color: #e9ecef;
}

.dropdown-filter .dropdown-toggle:after {
  float: right;
  margin-top: 8px;
}

.dropdown-filter .dropdown-menu {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-filter .dropdown-menu .form-select {
  width: 100%;
}

.checkbox-list.caracteristica li {
  margin-bottom: 0;
}

.dropdown-options {
  list-style: none;
}

.checkbox-list li {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

/* Estilo dos itens - agora parecem botões */
.dropdown-option {
  position: relative;
  cursor: pointer;
}

/* Esconde completamente o checkbox real */
.dropdown-option input[type="checkbox"],
.dropdown-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Estilo do texto que aparece como "botão" */
.dropdown-checkmark {
  position: absolute;
  top: 10px;
  left: 16px;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
}

.dropdown-option {
  display: block;
  padding: 9px 9px 9px 41px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

/* Efeito hover */
.dropdown-option:hover .dropdown-checkmark {
  background-color: var(--cor-site-1);
  color: white;
}

/* Estilo quando selecionado */
.dropdown-option input[type="checkbox"]:checked~.dropdown-checkmark {
  background-color: var(--cor-site-1);
  color: white;
  border-color: var(--cor-site-1);
}

/* Efeito de "press" ao clicar */
.dropdown-option input[type="checkbox"]:active~.dropdown-checkmark {
  transform: scale(0.96);
}

/* Estilo quando selecionado */
.dropdown-option input[type="radio"]:checked~.dropdown-checkmark {
  background-color: var(--cor-site-1);
  color: white;
  border-color: var(--cor-site-1);
}

/* Efeito de "press" ao clicar */
.dropdown-option input[type="radio"]:active~.dropdown-checkmark {
  transform: scale(0.96);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}

.grid-busca {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}

/* Estilos para os dropdowns */
.filter-container {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  grid-template-columns: repeat(2, 49%);
}

.offcanvas-header {
  border-bottom: 1px solid #ddd;
}

.offcanvas-start {
  width: 84% !important;
}

.offcanvas {
  z-index: 9992;
}


.filter-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.filter-dropbtn {
  background-color: #f8f9fa;
  color: #333;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.filter-dropbtn:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transition: transform 0.3s ease;
}

.filter-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.filter-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 0;
  max-height: 300px;
  overflow-y: auto;
}

.filter-dropdown.active .filter-dropdown-content {
  display: block;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.checkbox-list li {
  padding: 0;
  margin: 0;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.filter-option:hover {
  background-color: #f1f1f1;
}

.filter-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
}

.filter-option:hover .filter-checkmark {
  border-color: #888;
}

.filter-option input:checked~.filter-checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

.filter-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-option input:checked~.filter-checkmark:after {
  display: block;
}

.filter-option .filter-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.footer-modal-busca {
  display: flex;
  justify-content: center;
  padding: 13px;
  border-top: 1px solid var(--cor-borda-leve);
}

.page-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  position: relative;
  font-weight: 900;
  color: var(--cor-site-5);
  line-height: 1.06;
  letter-spacing: -1px;
  margin: 0 0 10px;
}

.page-title:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 26px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: var(--cor-site-1);
  border-radius: 3px;
}

.titulo-mapa {
  font-size: 20px;
}

.modal-footer-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  justify-content: center;
}

.share-container {
  position: relative;
  display: inline-block;
}

.btn-share {
  background: var(--cor-site-1);
  color: var(--cor-site-3);
  border: 1px solid var(--cor-site-1);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: background 0.3s;
  transition: all 0.3s ease;
  height: 47px;
  font-weight: bold;
}

.btn-share:hover {
  background: var(--cor-site-3);
  color: var(--cor-site-1);
  border: 1px solid var(--cor-site-1);
  transform: scale(1.05);
}

.share-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
}

.share-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}


.share-dropdown a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

/* Facebook */
.share-facebook {
  color: #3b5998 !important;
}

a:hover.share-facebook {
  background-color: #3b5998;
  color: white !important;
}

/* Twitter */
.share-twitter {
  color: #1da1f2 !important;
}

a:hover.share-twitter {
  background-color: #1da1f2;
  color: white !important;
}

/* LinkedIn */
.share-linkedin {
  color: #0077b5 !important;
}

a:hover.share-linkedin {
  background-color: #0077b5;
  color: white !important;
}

/* WhatsApp */
.share-whatsapp {
  color: var(--cor-site-3) !important;
}

a:hover.share-whatsapp {
  background-color: var(--cor-site-3);
  color: var(--cor-site-2) !important;
}

/* Copiar link */
.share-copy {
  color: #6c757d !important;
}

a:hover.share-copy {
  background-color: #6c757d;
  color: white !important;
}

.toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: none;
  z-index: 1000;
  animation: fadeInOut 2.5s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Container dos botões mobile - Estilo Premium */
.botao-busca-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 12px;
  z-index: 999;
  border-top-left-radius: 10px !important;
  background: var(--cor-site-4);
  border-top-right-radius: 10px !important;
  box-shadow: 0 -5px 25px rgba(4, 17, 19, 0.1);
  border-top: 3px solid transparent;
  border-color: var(--cor-site-1);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transform: translateY(100%);
  animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  backdrop-filter: blur(15px);
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

/* Estilo base para ambos botões */
.botao-busca-mobile .btn-mobile {
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1
}

/* Botão de Filtros */
.botao-busca-mobile .btn-filtros {
  background: linear-gradient(145deg, var(--cor-site-1), var(--cor-site-3));
  color: #fff;
}

/* Botão do WhatsApp */
.botao-busca-mobile .btn-whatsapp {
  background: linear-gradient(145deg, var(--cor-site-3), var(--cor-site-1));
  color: var(--cor-site-2);
  box-shadow: 0 4px 15px rgba(var(--cor-site-3-rgb), 0.25);
}

/* Efeito de brilho ao passar o mouse */
.botao-busca-mobile .btn-mobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.botao-busca-mobile .btn-mobile:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.botao-busca-mobile .btn-whatsapp:hover {
  box-shadow: 0 7px 20px rgba(var(--cor-site-3-rgb), 0.35);
}

.botao-busca-mobile .btn-mobile:hover::before {
  left: 100%;
}

/* Ícones */
.botao-busca-mobile .btn-mobile i {
  font-size: 1.1rem;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.botao-busca-mobile .btn-mobile:hover i {
  transform: scale(1.1);
}

/* Efeito de onda ao clicar */
.botao-busca-mobile .btn-mobile:active {
  animation: ripple 0.6s linear;
}

/* Botão para subir ao topo */
.botao-busca-mobile .btn-topo {
  background: var(--cor-site-1);
  color: var(--cor-site-3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50% !important;
  flex: 0 0 40px;
  align-self: center;
  animation: bounce 2s infinite;
  position: absolute;
  z-index: 1;
  bottom: 85px;
  right: 13px;
}

/* Animação da seta */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* Ajuste de layout para os 3 botões */
.botao-busca-mobile {
  /* mantém os estilos existentes e adiciona: */
  align-items: center;
}

/* Efeitos hover para o botão de subir */
.botao-busca-mobile .btn-topo:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/* Adaptação para telas maiores */
@media (min-width: 992px) {
  .botao-busca-mobile {
    display: none;
  }

}

/* Adaptação para telas muito pequenas */
@media (max-width: 540px) {
  .filter-container {
    grid-template-columns: auto;
  }
}

/* Adaptação para telas muito pequenas */
@media (max-width: 400px) {
  .botao-busca-mobile {
    padding: 10px 12px;
  }

  .botao-busca-mobile .btn-mobile {
    padding: 12px 15px;
    font-size: 0.85rem;
  }

  .botao-busca-mobile .btn-mobile i {
    margin-right: 5px;
    font-size: 1rem;
  }
}

#loading {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 1000;
}

#loading .spinner-border {
  width: 3rem;
  height: 3rem;
}

#loading p {
  margin-top: 10px;
  font-weight: bold;
}

input#valorMinimo,
input#valorMaximo {
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  background: #f7f8f9 !important;
  padding: 0 12px !important;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600;
  box-shadow: none !important;
}

a.botao-busca {
  padding: 12px 17px;
  background-color: var(--cor-site-1);
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.botao-busca svg {
  fill: #fff;
}

.filtro-busca {
  position: fixed;
  left: 0;
  top: 13%;
  z-index: 10;
}

/* Estilos para os selects personalizados */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-select:hover {
  border-color: #aaa;
}

.custom-select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.custom-select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Estilo para os options */
.custom-select option {
  padding: 10px;
  background: #fff;
  color: #333;
}

.custom-select option:hover {
  background-color: #f5f5f5;
}

/* Estilo quando o select está aberto */
.custom-select:focus+.custom-select-arrow svg {
  transform: rotate(180deg);
}

/* Estilo para o dropdown (usando selectpicker) */
.dropdown-menu.inner {
  max-height: 250px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.inner li a {
  padding: 8px 15px;
  color: #333;
  transition: all 0.2s;
}

.dropdown-menu.inner li a:hover {
  background-color: #f8f9fa;
  color: var(--cor-site-1);
}

/* Estilo para a busca no dropdown */
.bootstrap-select .bs-searchbox {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.bootstrap-select .bs-searchbox input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}

/* Estilo para títulos */
.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

input#bairroSearchInput,
.accordion-content input {
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  background: #f7f8f9 !important;
  padding: 0 12px !important;
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.search-btn {
  width: 60px;
  padding: 14px;
  background: var(--cor-site-1);
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  width: 100%;
}

.search-btn i {
  font-size: 20px;
  display: flex;
}

.search-btn:hover {
  background: var(--cor-site-2);
  color: #fff;
}



div#imoveis-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

@media (min-width: 1600px) {
  div#imoveis-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  div#imoveis-container {
    grid-template-columns: 1fr;
  }
}

/* Wrapper */
.city-dropdown-wrapper {
  position: relative;
  width: 100%;
}

/* Header */
.city-dropdown-header {
  padding: 12px 14px;
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .15s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .04);
}

.city-dropdown-header:hover {
  border-color: #aaa;
}

/* Seta */
.city-dropdown-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

/* Lista */
.city-dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(100% + 6px);
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  padding: 10px 0;
  z-index: 9999;
  max-height: 300px;
  overflow: hidden;
}

.city-dropdown-options.active {
  display: block;
}

/* Input de busca */
#cidade-dd-search {
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
}

#cidade-dd-search:focus {
  border-color: #1186FB;
}

/* Lista */
#cidade-dd-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow-y: auto;
}

.city-option {
  padding: 10px 14px;
  cursor: pointer;
  transition: background .15s;
}

.city-option:hover {
  background: #f2f2f2;
}

.city-option.selected {
  background: #e9f1ff;
  font-weight: 600;
}

/* Seu accordion provavelmente está cortando o dropdown */
.filter-accordion .accordion-content {
  overflow: hidden;
  /* padrão para animação */
}

/* Quando abrir o accordion, deixa o dropdown poder sair do bloco */
.filter-accordion .accordion-header.active+.accordion-content {
  overflow: visible !important;
}

/* Garante que o dropdown esteja acima */
.city-dropdown-wrapper {
  position: relative;
}

.city-dropdown-options {
  position: absolute;
  z-index: 99999;
}

.filter-accordion {
  position: relative;
  overflow: visible !important;
}

.city-dropdown-options {
  top: calc(100% + 8px);
  padding: 10px;
}

#cidade-dd-search {
  margin: 0 0 10px 0;
}

.city-section-title {
  padding: 10px 14px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #666;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  cursor: default;
}

.city-empty {
  padding: 10px 14px;
  color: var(--cor-texto-mudo);
}

.ltn__main-menu>ul>li>a {
  color: #000;
}

.grid-listagem {
  display: grid;
  grid-template-columns: 370px 1fr;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .grid-listagem {
    grid-template-columns: 1fr;
  }
}

.busca-imoveis {
  background: #fff;
  border: 1px solid var(--cor-borda-leve);
  border-radius: 5px;
  max-height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.busca-imoveis.is-sticky {
  position: sticky;
  top: 85px;
  z-index: 6;
}

.busca-imoveis__cabecalho {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.busca-imoveis__titulo {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--cor-texto);
  display: flex;
  align-items: center;
  gap: 10px;
}

.busca-imoveis__corpo {
  padding: 14px 18px 18px 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
}

.busca-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 12px;
}

.filtro,
.sessao {
  position: relative;
  background: transparent;
}

.filtro__topo,
.sessao__topo {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.filtro__topo:hover,
.sessao__topo:hover {
  border-color: rgba(0, 0, 0, .18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.filtro__rotulo strong,
.sessao__topo strong {
  font-size: 13px;
  font-weight: 900;
  color: var(--cor-texto);
}

.filtro__rotulo span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--cor-texto-mudo);
  margin-top: 4px;
}

.filtro__seta,
.sessao__seta {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .18s ease;
}

.filtro__seta i,
.sessao__seta i {
  display: flex;
}

.filtro.is-aberto .filtro__seta,
.sessao.is-aberto .sessao__seta {
  transform: rotate(180deg);
  background: rgba(0, 0, 0, .1);
}

.filtro__conteudo,
.sessao__conteudo {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  padding: 16px;
  z-index: 1000;
  max-height: 420px;
  overflow-y: auto;
}

.filtro.is-aberto .filtro__conteudo,
.sessao.is-aberto .sessao__conteudo {
  display: block;
}

.filtro__busca-interna {
  margin-bottom: 10px;
}

.filtro__busca-interna input {
  width: 100%;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  outline: none;
  font-size: 13px !important;
  font-weight: 600;
  background: #f7f8f9 !important;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.filtro__busca-interna input:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08) !important;
}

.lista-opcoes,
.checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 4px;
}

.lista-opcoes li,
.checkbox-list li {
  margin: 0;
  padding: 0;
}

.lista-opcoes label,
.checkbox-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: .18s ease;
  border: 1px solid transparent;
  padding: 12px 14px;
  font-weight: 800;
  color: var(--cor-texto);
  background: #fff;
}

.lista-opcoes label:hover,
.checkbox-list label:hover {
  background: rgba(237, 237, 238, .9);
  border-color: rgba(0, 0, 0, .08);
}

.lista-opcoes input,
.checkbox-list input {
  margin: 0;
}

.campo-texto {
  width: 100%;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  outline: none;
  font-size: 13px !important;
  font-weight: 600;
  background: #f7f8f9 !important;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.campo-texto:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08) !important;
}

@media (max-width: 991px) {
  .busca-imoveis {
    max-height: calc(100vh - 132px);
  }
}

.filtro__topo,
.sessao__topo {
  position: relative;
  z-index: 2;
}


a.busca-imoveis__reload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 44px;
  padding: 0 16px;
  background: transparent;
  border: 1.5px solid var(--cor-borda-leve);
  border-radius: 999px;
  color: var(--cor-texto-mudo);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: all .2s ease;
  text-decoration: none;
  width: 100%;
}

a.busca-imoveis__reload:hover {
  border-color: var(--cor-site-1);
  color: var(--cor-site-1);
  background: transparent;
}


i.fi.fi-sr-refresh {
  display: flex;
}

@media (max-width: 768px) {
  .whatsapp-container {
    bottom: 80px !important;
    right: 10px;
  }

  #sami-chat {
    bottom: 13px !important;
    right: 6px !important;
  }
    
  .back-to-top {
    right: 12px;
    bottom: 135px;
  }
}

.property-card-container {
  padding: 8px;
}
/* ─── MAPA DE IMÓVEIS ─────────────────────────────────────── */
.btn-buscar-mapa {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  background: var(--cor-site-1) !important;
  color: var(--cor-site-2) !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 12px 32px rgba(var(--cor-site-1-rgb), .13), inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-buscar-mapa::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -85%;
  z-index: 1;
  width: 55%;
  height: 190%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.12) 28%, rgba(255,255,255,.72) 50%, rgba(255,255,255,.12) 72%, transparent 100%);
  transform: translateX(0) skewX(-18deg);
  transition: transform .75s ease;
}

.btn-buscar-mapa:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(var(--cor-site-1-rgb), .22), inset 0 1px 0 rgba(255,255,255,.16);
}

.btn-buscar-mapa:hover::before {
  transform: translateX(400%) skewX(-18deg);
}

.btn-buscar-mapa.ativo {
  background: color-mix(in srgb, var(--cor-site-1) 88%, var(--cor-site-3)) !important;
}

.btn-buscar-mapa i {
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
  z-index: 2;
}

.btn-buscar-mapa span {
  position: relative;
  z-index: 2;
}

#mapa-imoveis-venda-container,
#mapa-imoveis-locacao-container {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.09);
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}

.mapa-imoveis-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.07);
  flex-wrap: wrap;
  gap: 8px;
}

.mapa-imoveis-total {
  font-size: 16px;
  font-weight: 700;
  color: var(--cor-texto, #222);
}

.mapa-imoveis-subtotal {
  font-size: 11px;
  color: var(--cor-texto-mudo, #888);
  margin: 2px 0 0;
  font-weight: 500;
}

.mapa-imoveis-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--cor-texto-mudo);
}

.mapa-imoveis-canvas {
  width: 100%;
}

/* Overlay de carregamento do mapa */
.mapa-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.88);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  backdrop-filter: blur(2px);
}

.mapa-overlay__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mapa-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(0,0,0,0.1);
  border-top-color: var(--cor-site-1);
  border-radius: 50%;
  animation: mapa-spin 0.8s linear infinite;
}

.mapa-overlay__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--cor-texto);
}

@keyframes mapa-spin {
  to { transform: rotate(360deg); }
}

/* Cluster */
.mapa-cluster {
  background: var(--cor-site-1);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  transition: transform .15s;
}
.mapa-cluster:hover {
  transform: scale(1.1);
}
.mapa-cluster span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

/* Marcador individual */
.mapa-marker-pin {
  background: var(--cor-site-1);
  color: #fff;
  border-radius: 20px 20px 20px 0;
  width: max-content;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  transform: rotate(0deg);
  cursor: pointer;
  transition: transform .15s;
  position: relative;
}
.mapa-marker-pin:hover {
  transform: scale(1.08);
}

/* Popup */
/* ── POPUP DO MAPA ───────────────────────────────────────── */
.mapa-popup-wrapper .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.06);
  border: none;
}
.mapa-popup-wrapper .leaflet-popup-content {
  margin: 0;
  width: 300px !important;
}
.mapa-popup-wrapper .leaflet-popup-tip-container {
  margin-top: -1px;
}
.mapa-popup-wrapper .leaflet-popup-tip {
  background: #fff;
  box-shadow: none;
}
.leaflet-container a.leaflet-popup-close-button {
  top: 10px !important;
  right: 10px !important;
  width: 24px !important;
  height: 24px !important;
  font: 16px/24px Arial, sans-serif !important;
  background: rgba(0,0,0,.06) !important;
  border-radius: 50% !important;
  color: #555 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  background: rgba(0,0,0,.12) !important;
  color: #111 !important;
}

.mapa-popup {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  background: #fff;
}
.mapa-popup:hover { color: inherit; }

/* foto em cima, corpo embaixo */
.mapa-popup__foto {
  width: 100%;
  height: 148px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.mapa-popup__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mapa-popup__titulo {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.mapa-popup__local {
  font-size: 11px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin: 0;
}

.mapa-popup__divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 2px 0;
}

.mapa-popup__features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

.mapa-popup__features span {
  font-size: 12px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.mapa-popup__features > span > i {
  font-size: 12px;
  color: var(--cor-site-1);
  display: flex;
}

.mapa-popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.mapa-popup__tipo-venda {
  font-size: 10px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.mapa-popup__preco {
  font-size: 16px;
  font-weight: 800;
  color: var(--cor-site-1);
}

/* ─── MAPA INLINE (substitui a listagem no mesmo espaço) ────── */

#mapa-imoveis-venda-container,
#mapa-imoveis-locacao-container {
  display: flex;
  flex-direction: column;
}

.mapa-imoveis-canvas {
  height: calc(100vh - 280px) !important;
  min-height: 480px;
}

.buttons-filters {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .mapa-imoveis-canvas {
    height: 60vh !important;
    min-height: 340px;
  }

  .btn-buscar-mapa {
    width: 160px;
  }

  .buttons-filters {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
  }

  .mapa-imoveis-header {
    padding: 8px 8px;
  }

}

/* ─── ESTADO VAZIO: MAPA ─────────────────────────────────────── */
.mapa-sem-resultados {
  position: absolute;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(4px);
}
.mapa-sem-resultados__card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 44px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14);
  max-width: 320px;
  width: 90%;
}
.mapa-sem-resultados__icon {
  font-size: 36px;
  color: var(--cor-site-1);
  display: block;
  margin-bottom: 12px;
}
.mapa-sem-resultados__titulo {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mapa-sem-resultados__texto {
  font-size: 13px;
  color: var(--cor-texto-mudo, #888);
  margin-bottom: 20px;
}

/* ─── ESTADO VAZIO: LISTAGEM ─────────────────────────────────── */
.listagem-sem-resultados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  text-align: center;
  width: 100%;
}
.listagem-sem-resultados__icon {
  font-size: 40px;
  color: var(--cor-site-1);
  margin-bottom: 16px;
}
.listagem-sem-resultados__titulo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.listagem-sem-resultados__texto {
  font-size: 14px;
  color: var(--cor-texto-mudo, #888);
}

/* ─── OVERLAY DE CARREGAMENTO DA LISTAGEM ────────────────────── */
#listagem-carregando-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgb(255 255 255 / 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
#listagem-carregando-overlay.visivel {
  opacity: 1;
  pointer-events: all;
}
#listagem-carregando-overlay.so-fundo .listagem-carregando-inner {
  display: none;
}
.listagem-carregando-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.listagem-carregando-texto {
  font-size: 15px;
  font-weight: 600;
  color: var(--cor-texto, #333);
  margin: 0;
}

.listagem-carregando-spinner {
  width: 3rem;
  height: 3rem;
  border-width: 0.25em;
}

.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}

.spinner-border {
  color: #000;
}

.carac-indisponivel {
  opacity: 0.35;
  pointer-events: none;
}
.carac-indisponivel label {
  cursor: not-allowed;
}

/* ─── PAINEL DE INPUT DENTRO DO DROPDOWN ────────────────────── */
.filtro__conteudo--input,
.filtro__conteudo--duplo {
  padding: 14px !important;
}

/* Input simples dentro do painel */
.filtro__input-direto {
  width: 100%;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  font-weight: 600;
  outline: none;
  background: #f7f8f9 !important;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  display: block;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.filtro__input-direto:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08) !important;
}

.filtro__input-direto::placeholder {
  color: #bbb;
  font-weight: 400;
}

/* Layout duplo (min–max) */
.filtro__duplo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filtro__duplo .filtro__input-direto {
  flex: 1;
  min-width: 0;
}

.filtro__duplo-sep {
  font-size: 16px;
  font-weight: 700;
  color: var(--cor-texto-mudo);
  flex-shrink: 0;
  line-height: 1;
}

/* ─── DROPDOWN FLUTUANTE (position fixed via JS) ─────────────── */
.busca-imoveis.is-sticky .filtro__conteudo {
  position: fixed !important;
  z-index: 9999 !important;
  max-height: 360px;
  min-width: 220px;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .14), 0 4px 16px rgba(0, 0, 0, .08) !important;
  border: 1px solid rgba(0, 0, 0, .09) !important;
  animation: dropdownOpen .18s cubic-bezier(.25, .46, .45, .94);
}

@keyframes dropdownOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Botão trigger do dropdown com indicador ativo */
.filtro.is-aberto .filtro__topo {
  border-color: var(--cor-site-1) !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .1) !important;
}

.filtro.is-aberto .filtro__seta {
  background: var(--cor-site-1) !important;
  color: #fff;
}

.filtro.is-aberto .filtro__seta i {
  color: #fff;
}

/* Separador visual entre grupos de filtros */
.filtro-separador {
  height: 1px;
  background: rgba(0,0,0,.07);
  border-radius: 1px;
  margin: 2px 0;
}

/* Overlay invisível para fechar dropdown ao clicar fora */
#filtro-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}

#filtro-overlay.ativo {
  display: block;
}

/* ═══════════════════════════════════════════════════════════
   BUSCA ESTILO PORTAL — NOVO LAYOUT
═══════════════════════════════════════════════════════════ */

/* Ícone no lado do label do dropdown */
.filtro__rotulo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.filtro__icone {
  font-size: 15px;
  color: var(--cor-site-1);
  display: flex;
  flex-shrink: 0;
}

/* Divisor entre grupos de filtros */
.busca-divider {
  height: 1px;
  background: rgba(0, 0, 0, .07);
  border-radius: 1px;
  margin: 4px 0;
}

/* ── SEÇÃO DE PILL / RANGE (sempre visível) ─────────────── */
.filtro-secao {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filtro-secao__label {
  font-size: 12px;
  font-weight: 800;
  color: var(--cor-texto-mudo, #888);
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ── PILLS ──────────────────────────────────────────────── */
.filtro-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filtro-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--cor-borda-leve, #ddd);
  background: #fff;
  cursor: pointer;
  transition: all .18s ease;
  user-select: none;
  white-space: nowrap;
}

.filtro-pill span {
  font-size: 13px;
  font-weight: 700;
  color: var(--cor-texto, #333);
  pointer-events: none;
  transition: color .18s ease;
}

.filtro-pill input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.filtro-pill:hover {
  border-color: var(--cor-site-1);
  background: rgba(223, 2, 9, .04);
}

.filtro-pill:hover span {
  color: var(--cor-site-1);
}

.filtro-pill.is-active {
  border-color: var(--cor-site-1);
  background: var(--cor-site-1);
}

.filtro-pill.is-active span {
  color: #fff;
}

/* ── RANGE (preço / área) ────────────────────────────────── */
.filtro-range {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filtro-range__input {
  flex: 1;
  min-width: 0;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cor-texto, #333) !important;
  background: #f7f8f9 !important;
  outline: none;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.filtro-range__input:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08) !important;
}

.filtro-range__input::placeholder {
  color: #bbb;
  font-weight: 400;
}

.filtro-range__sep {
  font-size: 14px;
  font-weight: 700;
  color: var(--cor-texto-mudo, #aaa);
  flex-shrink: 0;
}

/* ── INPUT COM ÍCONE (busca / código) ────────────────────── */
.filtro-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.filtro-input-wrap__icon {
  position: absolute;
  left: 12px;
  font-size: 14px;
  color: var(--cor-texto-mudo, #aaa);
  display: flex;
  pointer-events: none;
}

.filtro-input-wrap__input {
  width: 100%;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 12px 0 36px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cor-texto, #333) !important;
  background: #f7f8f9 !important;
  outline: none;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.filtro-input-wrap__input:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223, 2, 9, .08) !important;
}

.filtro-input-wrap__input::placeholder {
  color: #bbb;
  font-weight: 400;
}

/* ── RODAPÉ DA BUSCA (buscar + limpar) ───────────────────── */
.busca-imoveis__footer {
  padding: 14px 16px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  display: flex;
  gap: 8px;
  align-items: center;
}

.busca-btn-pesquisar {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 42px;
  background: var(--cor-site-1);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}

.busca-btn-pesquisar:hover {
  background: color-mix(in srgb, var(--cor-site-1) 88%, #000);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(223, 2, 9, .22);
}

.busca-btn-pesquisar i {
  font-size: 13px;
  display: flex;
}

.busca-btn-limpar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
  background: transparent;
  border: 1.5px solid var(--cor-borda-leve, #ddd);
  border-radius: 999px;
  color: var(--cor-texto-mudo, #888);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}

.busca-btn-limpar:hover {
  border-color: var(--cor-site-1);
  color: var(--cor-site-1);
}

.busca-btn-limpar i {
  font-size: 12px;
  display: flex;
}

/* Mobile footer */
.busca-imoveis__footer--mobile {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .08);
  margin: 0 -16px -16px;
  padding: 12px 16px;
  border-radius: 0;
}

/* Ajuste do dropdown para o novo layout com ícone */
.filtro__topo .filtro__rotulo > div strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--cor-texto, #333);
}

.filtro__topo .filtro__rotulo > div .resumo-filtro {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--cor-texto-mudo, #888);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}

/* Responsivo: pills wrap para linhas menores em telas estreitas */
@media (max-width: 350px) {
  .filtro-pill {
    height: 32px;
    padding: 0 10px;
  }
  .filtro-pill span {
    font-size: 12px;
  }
}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR FILTROS — NOVO LAYOUT ESTILO PORTAL
═══════════════════════════════════════════════════════════ */

.sidebar-filtros {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sidebar-filtros.is-sticky {
  position: sticky;
  top: 85px;
  z-index: 6;
  height: calc(100vh - 105px);
}

.sf-body {
  flex: 1;
  min-height: 0;
  height: calc(100vh - 105px - 66px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 18px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--cor-site-1) rgba(250,250,250,.9);
}
.sf-body::-webkit-scrollbar { width: 6px; }
.sf-body::-webkit-scrollbar-button { display: none; }
.sf-body::-webkit-scrollbar-track { background: rgba(250,250,250,.9); border-radius: 0; }
.sf-body::-webkit-scrollbar-thumb { background: var(--cor-site-1); border-radius: 0; }
.sf-body::-webkit-scrollbar-thumb:hover { background: var(--cor-site-2); }
.sf-body--mobile {
  flex: unset;
  overflow: visible;
  height: auto;
  padding: 0 0 80px;
}

.sf-sep {
  height: 1px;
  background: rgba(0,0,0,.07);
  margin: 10px 0;
}

/* ── ACCORDION ───────────────────────────────────────────── */
.sf-accordion { border-bottom: 1px solid rgba(0,0,0,.07); }
.sf-accordion:last-child { border-bottom: none; }

.sf-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  background: none;
  border: none;
  cursor: pointer;
  gap: 10px;
  text-align: left;
}
.sf-accordion__trigger:focus { outline: none; }

.sf-accordion__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--cor-texto, #222);
  flex: 1;
}

.sf-accordion__arrow {
  font-size: 14px;
  color: var(--cor-texto-mudo, #aaa);
  display: flex;
  line-height: 1;
  transition: transform .22s ease;
  flex-shrink: 0;
}
.sf-accordion.is-open .sf-accordion__arrow {
  transform: rotate(180deg);
  color: var(--cor-site-1);
}

.sf-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease, padding .28s ease;
}
.sf-accordion.is-open .sf-accordion__body {
  max-height: 360px;
  overflow-y: auto;
  padding-bottom: 12px;
}

/* ── Busca interna ────────────────────────────────────────── */
.sf-search-input-wrap { position: relative; margin-bottom: 8px; }
.sf-search-input-wrap > i {
  position: absolute;
  left: 11px; top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--cor-texto-mudo, #aaa);
  display: flex;
  pointer-events: none;
}
.sf-search-input {
  width: 100%;
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  padding: 0 10px 0 32px !important;
  font-size: 13px !important;
  font-weight: 600;
  background: #f7f8f9 !important;
  color: var(--cor-texto, #333) !important;
  outline: none;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.sf-search-input:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223,2,9,.08) !important;
}
.sf-search-input::placeholder { color: #bbb !important; font-weight: 400; }

/* ── Checklist ────────────────────────────────────────────── */
.sf-checklist { list-style: none; margin: 0; padding: 0; }
.sf-checklist__item { margin: 0; }

.sf-checklist__label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 4px;
  cursor: pointer;
  border-radius: 6px;
  transition: background .12s;
  position: relative;
}
.sf-checklist__label:hover { background: rgba(0,0,0,.03); }

.sf-checklist__label input {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}

/* ── caixa do checkbox / radio ── */
.sf-checklist__check {
  width: 15px; height: 15px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .12s, background .12s;
}
.sf-checklist__check--radio { border-radius: 50%; }

/* hover no label acende a borda */
.sf-checklist__label:hover .sf-checklist__check {
  border-color: var(--cor-site-1);
}

/* checked — checkbox */
.sf-checklist__label input:checked ~ .sf-checklist__check {
  background: var(--cor-site-1);
  border-color: var(--cor-site-1);
}
.sf-checklist__label input:checked ~ .sf-checklist__check::after {
  content: '';
  width: 4px; height: 7px;
  border: 1.5px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(42deg) translateY(-1px);
  display: block;
}

/* checked — radio */
.sf-checklist__label input[type="radio"]:checked ~ .sf-checklist__check--radio {
  background: var(--cor-site-1);
  border-color: var(--cor-site-1);
}
.sf-checklist__label input[type="radio"]:checked ~ .sf-checklist__check--radio::after {
  content: '';
  width: 5px; height: 5px;
  background: #fff;
  border-radius: 50%;
  border: none; transform: none;
  display: block;
}

.sf-checklist__text {
  font-size: 13px;
  font-weight: 500;
  color: var(--cor-texto, #444);
  flex: 1;
  line-height: 1.3;
}
.sf-checklist__label:hover .sf-checklist__text { color: var(--cor-site-1); }

/* ── GRUPOS ───────────────────────────────────────────────── */
.sf-group {
  padding: 12px 0 10px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.sf-group:last-child { border-bottom: none; }

.sf-group__label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--cor-texto-mudo, #999);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

/* ── PILLS ───────────────────────────────────────────────── */
.sf-pills {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.sf-pills li { margin: 0; }

.sf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(0,0,0,.13);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--cor-texto, #333);
  transition: border-color .15s, background .15s, color .15s;
  user-select: none;
  white-space: nowrap;
  line-height: 1;
}
button.sf-pill { background: none; }

.sf-pill:hover,
button.sf-pill:hover {
  border-color: var(--cor-site-1);
  color: var(--cor-site-1);
}

.sf-pill.is-active,
button.sf-pill.is-active,
label.sf-pill:has(input:checked) {
  background: var(--cor-site-1);
  border-color: var(--cor-site-1);
  color: #fff;
}

.sf-pill input {
  position: absolute;
  opacity: 0; width: 0; height: 0;
}
.sf-pill > span { pointer-events: none; }

/* ── RANGE ────────────────────────────────────────────────── */
.sf-range { display: flex; align-items: center; gap: 8px; }

.sf-range__sep {
  font-size: 14px; font-weight: 700;
  color: var(--cor-texto-mudo, #ccc);
  flex-shrink: 0;
}

/* ── INPUT COM ÍCONE ──────────────────────────────────────── */
.sf-input-icon { position: relative; }

.sf-input-icon > i {
  position: absolute;
  left: 12px; top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: rgba(0,0,0,.28);
  display: flex;
  pointer-events: none;
  z-index: 2;
  transition: color .2s ease;
}
.sf-input-icon:focus-within > i { color: var(--cor-site-1); }

/* ── RESET UNIFICADO — todos os inputs da sidebar ─────────── */
/* style.css usa border-radius:4px!important e imoveis.css    */
/* usa padding-left:20px!important — precisamos !important    */
/* nos campos conflitantes para garantir consistência total.  */
.sidebar-filtros input[type="text"],
.sidebar-filtros input[type="number"] {
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  background: #f7f8f9 !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.sidebar-filtros input[type="text"]::-webkit-outer-spin-button,
.sidebar-filtros input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.sidebar-filtros input[type="text"]:focus,
.sidebar-filtros input[type="number"]:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(46, 46, 46, 0.08) !important;
}

.sidebar-filtros input[type="text"]::placeholder,
.sidebar-filtros input[type="number"]::placeholder {
  color: #bbb !important;
  font-weight: 400;
}

/* Range: flex para ocupar espaço proporcional */
.sidebar-filtros .sf-range input {
  flex: 1;
  min-width: 0;
}

/* Range: garante que os inputs dividam o espaço igualmente */
.sf-range__input {
  flex: 1;
  min-width: 0;
}

/* Input com ícone (sf-input-icon): recuo para o ícone não sobrepor o texto */
.sidebar-filtros .sf-input-icon input[type="text"],
.offcanvas .sf-input-icon input[type="text"] {
  padding-left: 34px !important;
}

/* Input com ícone (sf-search-input-wrap): mesmo recuo */
.sidebar-filtros .sf-search-input-wrap input[type="text"],
.offcanvas .sf-search-input-wrap input[type="text"] {
  padding-left: 32px !important;
}

/* ── RODAPÉ ───────────────────────────────────────────────── */
.sf-footer {
  padding: 12px 18px;
  border-top: 1px solid rgba(0,0,0,.07);
}
.sf-footer--sticky {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 -4px 20px rgba(0,0,0,.07);
  padding: 12px 0;
}

.sf-btn-limpar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 40px;
  padding: 0 16px;
  border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: transparent;
  color: var(--cor-texto-mudo, #888);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .18s;
  width: 100%;
}
.sf-btn-limpar:hover {
  border-color: var(--cor-site-1);
  color: var(--cor-site-1);
  background: rgba(29, 29, 29, 0.04);
}
.sf-btn-limpar i { font-size: 12px; display: flex; }

/* ── Responsivo ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .sidebar-filtros { max-height: none; }

}

/* ── MOBILE: mesmo reset para o offcanvas ─────────────────── */
.offcanvas .sf-input-icon > i {
  position: absolute;
  left: 12px; top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: rgba(0,0,0,.28);
  display: flex;
  pointer-events: none;
  z-index: 2;
  transition: color .2s ease;
}
.offcanvas .sf-input-icon:focus-within > i { color: var(--cor-site-1); }

.offcanvas input[type="text"],
.offcanvas input[type="number"] {
  height: 40px !important;
  border: 1.5px solid #e2e5e8 !important;
  border-radius: 10px !important;
  background: #f7f8f9 !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--cor-texto, #333) !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.offcanvas input[type="text"]::-webkit-outer-spin-button,
.offcanvas input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.offcanvas input[type="text"]:focus,
.offcanvas input[type="number"]:focus {
  border-color: var(--cor-site-1) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(223,2,9,.08) !important;
}
.offcanvas input[type="text"]::placeholder,
.offcanvas input[type="number"]::placeholder { color: #bbb !important; font-weight: 400; }
.offcanvas .sf-range input { flex: 1; min-width: 0; }
