.ltn__car-dealer-form-tab .tab-content {
  padding: 1.3rem 1rem 1.3rem 1rem;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

.before-bg-bottom:before {
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .ltn__feature-area.section-bg-1---.mb-120---.pt-115 {
    padding-top: 3rem;
  }

  .ltn__product-slider-area.ltn__product-gutter.pt-115 {
    padding-top: 1rem;
  }

  .ltn__banner-area.pt-115 {
    padding-top: 3rem;
  }

  .footer-widget.footer-menu-widget.clearfix {
    text-align: center;
  }

  .footer-widget.footer-newsletter-widget {
    text-align: center;
  }
}

.flexslider .slides img {
  /* width: 100%; */
  display: block;
  max-height: 240px;
  max-width: 1000%;
}

.ltn__slide-item.ltn__slide-item-2.ltn__slide-item-3-normal---.ltn__slide-item-3.bg-image.bg-overlay-theme-black-60.slick-slide.slick-current.slick-active {
  min-height: 29rem;
}


/* CSS DA BUSCA */
.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: black;
  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);
}

.bootstrap-select > .dropdown-toggle:after {
  right: 10px;
}

button.close {
  margin-right: 15px;
}

.dropdown-menu.show {
  z-index: 9999 !important;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  padding: 15px 15px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  padding-left: 11px;
  height: 50px;
  font-family: var(--ltn__heading-font);
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 11px;
    height: 45px;
    font-family: var(--ltn__heading-font);
  }
}

.busca-top {
  background-color: #f2f6f7;
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  margin-bottom: 0px;
}

button.btn.dropdown-toggle.btn-light {
  max-height: 50px;
  border-radius: 30px;
}

.filter-option-inner-inner {
  color: var(--ltn__paragraph-color);
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 2px solid #99999959 !important;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }

  .ltn__car-dealer-form-item.ltn__custom-icon.ltn__icon-cog.col-lg-2.col-md-6.p-1 {
    margin-bottom: 30px !important;
  }

  .car-dealer-form-inner {
    margin-top: 20px;
  }

  .bootstrap-select > .dropdown-toggle {
    border-radius: 12px;
  }

  .selectCodigo {
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .selectCodigo option {
    color: black !important;
  }

  .btn:after {
    display: block !important;
    right: 10px;
  }

  .mr-2 {
    margin-right: 1.75rem;
  }

  .mb-celular {
    margin-bottom: 1rem !important;
  }

  button.btn.dropdown-toggle.btn-light {
    min-height: 45px;
    max-height: 45px;
}
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border-radius: 40px;
}

.tab-content {
  border-radius: 25px;
}
.border-radius-1 {
  border-radius: 70px;
}
.search-style {
  background-color: #f2f6f7;
}
.bg-search-stylled {
  background-color: #f2f6f7;
}

div.nav a{
  border-radius: 30px;
}

.ltn__car-dealer-form-box input[type="text"], .ltn__car-dealer-form-box input[type="email"], .ltn__car-dealer-form-box input[type="password"], .ltn__car-dealer-form-box input[type="submit"], .ltn__car-dealer-form-box textarea {
  margin-bottom: 0px;
}


/* Estilos Gerais do Formulário */
.formulario-busca {
  background-color: #ffffff4f;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 30px;
}

.formulario-busca .abas {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--cor-site-5);
}

.formulario-busca .aba {
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
  color: var(--cor-site-3);
  text-align: center;
  flex: 1;
  transition: all 0.3s ease;
  position: relative;
}

.formulario-busca .aba.active {
  color: var(--cor-site-3);
  background: #287d368f;
  border-radius: 8px 8px 0px 0px;
}

.formulario-busca .aba.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--cor-site-1);
}

.formulario-busca .aba:hover {
  color: var(--cor-site-3);
}

/* Campos do Formulário */
.campo-busca {
  margin-bottom: 0;
  position: relative;
}

.campo-busca input {
  width: 100%;
  padding: 12px 15px;
  border-bottom: 2px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #ffffff00;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s;
  margin: 0px;
}

.campo-busca input:focus {
  border-color: var(--cor-site-1);
  outline: none;
  box-shadow: 0 0 0 2px rgba(40, 125, 54, 0.2);
}

/* Dropdown Customizado */
.dropdown-custom {
  position: relative;
  width: 100%;
}

.dropdown-custom .dropdown-toggle {
  width: 100%;
  padding: 12px 15px;
  background-color: #ffffff00;
  border-bottom: 2px solid #ddd;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

.dropdown-custom .dropdown-toggle:hover {
  border-color: var(--cor-site-1);
}

.dropdown-custom .dropdown-toggle:after {
  content: '▼';
  font-size: 10px;
  margin-left: 10px;
  transition: transform 0.3s;
}

.dropdown-custom .dropdown-toggle.open:after {
  transform: rotate(180deg);
}

.dropdown-custom .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
  margin-top: -1px;
}

.dropdown-custom .dropdown-menu.open {
  display: block;
}

.dropdown-custom .dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.2s;
}

.dropdown-custom .dropdown-item:hover {
  background-color: var(--cor-site-5);
  color: var(--cor-site-1);
}

.dropdown-custom .dropdown-item.selected {
  background-color: var(--cor-site-1);
  color: white;
}

/* Botão de Busca */
.botao-busca {
  width: 100%;
  padding: 12px;
  background-color: var(--cor-site-1);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.botao-busca:hover {
  background-color: #1f6a2b;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
/* Adiciona estas classes para o multi-select */
.dropdown-custom.multi-select .selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.dropdown-custom.multi-select .selected-item {
  background-color: var(--cor-site-1);
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-custom.multi-select .selected-item .remove-item {
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
}
/* Responsividade */
@media (max-width: 768px) {
  .formulario-busca .abas {
      flex-direction: column;
  }
  
  .formulario-busca .aba {
      padding: 10px;
  }
}
/* Estilização da barra de scroll */
.dropdown-custom .dropdown-menu::-webkit-scrollbar {
  width: 8px; /* Largura da barra de scroll */
}

.dropdown-custom .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1; /* Cor do fundo da barra */
  border-radius: 0 0 6px 0;
}

.dropdown-custom .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--cor-site-1); /* Cor da barra de scroll */
  border-radius: 4px;
}

.dropdown-custom .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #1f6a2b; /* Cor quando hover */
}

/* Para Firefox */
.dropdown-custom .dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: var(--cor-site-1) #f1f1f1;
}

/* Estilo da Seção */
.anuncio-imovel-section {
  background-color: var(--cor-site-5);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Conteúdo do Anúncio */
.anuncio-imovel-content {
  padding: 30px;
}

.anuncio-imovel-subtitle {
  color: var(--cor-site-1);
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.anuncio-imovel-title {
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
}

.anuncio-imovel-text {
  color: var(--cor-site-4);
  font-size: 1.1rem;
  margin-bottom: 25px;
}

/* Lista de Benefícios */
.anuncio-imovel-beneficios {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.anuncio-imovel-beneficios li {
  margin-bottom: 0px;
  color: var(--cor-site-4);
  font-size: 1rem;
}

.anuncio-imovel-beneficios i {
  color: var(--cor-site-1);
  margin-right: 8px;
}

/* Botão CTA */
.anuncio-imovel-btn {
  background-color: var(--cor-site-1);
  color: white !important;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(40, 125, 54, 0.3);
}

.anuncio-imovel-btn:hover {
  background-color: #1f6a2c;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(40, 125, 54, 0.4);
}

/* Imagem (ajuste para ilustração moderna) */
.anuncio-imovel-img {
  text-align: center;
}

.anuncio-imovel-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s;
}

.anuncio-imovel-img:hover img {
  transform: scale(1.03);
}

/* Botão do WhatsApp (destaque máximo) */
.anuncio-imovel-btn {
  background-color: #25D366; /* Verde do WhatsApp */
  color: white !important;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.anuncio-imovel-btn i {
  font-size: 1.2rem;
}

.anuncio-imovel-btn:hover {
  background-color: #128C7E; /* Verde mais escuro do WhatsApp */
  transform: translateY(-3px);
}

/* Texto de urgência */
.anuncio-imovel-obs {
  color: var(--cor-site-1);
  margin-top: 10px;
  font-style: italic;
}

.section-subtitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.service-card {
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.service-link {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: var(--cor-site-2) !important;
}

.service-button {
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: auto;
}

.service-button:hover {
  background-color: var(--cor-site-2) !important;
  color: var(--cor-site-1) !important;
}

/* CSS FILTRO RANGE DE VALORES */

.range-filter {
    padding: 15px;
    width: 300px;
}

.range-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.range-inputs input {
    flex: 1;
    text-align: center;
    padding: 5px;
}

.slider-container {
    position: relative;
    height: 30px;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    z-index: 1;
}

/* A faixa colorida entre os sliders */
.slider-track::before {
    content: '';
    position: absolute;
    left: var(--min-percent, 0%);
    right: calc(100% - var(--max-percent, 100%));
    height: 100%;
    background: var(--cor-site-1);
    border-radius: 5px;
}

.range-slider-busca {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    pointer-events: none;
    z-index: 2;
    margin: 0;
    border: none !important;
}
.range-slider-busca:focus {
box-shadow: none !important;
}

.range-slider-busca::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: var(--cor-site-1);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.min-slider {
    z-index: 3;
}

.max-slider {
    z-index: 4;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 0px;
}

.range-filter {
    padding: 15px;
    width: 300px;
}

.campo-busca input::placeholder {
  color: var(--cor-site-3) !important;
}