.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[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px !important;
  font-size: 16px;
  width: 100%;
  padding-right: 40px;
}

.br-1 {
  border-radius: 10px;
}

.br-2 {
  border-radius: 20px;
}

.br-3 {
  border-radius: 30px;
}

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;
}

input.search-by-code.selectCodigo {
  width: 100%;
  padding: 8px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px;
  background-color: #fff !important;
  transition: all 0.3s;
  margin: 0px !important;
}
input.search-by-code.selectCodigo::placeholder {
  color: var(--cor-site-5) !important;
}
.botao-busca {
  padding: 12px;
  background-color: var(--cor-site-1);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
  width: 17%;
}
.botao-busca:hover {
  background-color: var(--cor-site-2);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ltn__car-dealer-form-item {
  display: flex;
  align-items: center;
  position: relative;
  transition: width 0.5s ease;
  justify-content: space-between;
}
.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"],
input[type="submit"],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  padding-right: 40px;
}

.br-1 {
  border-radius: 10px !important;
}

.br-2 {
  border-radius: 20px !important;
}

.br-3 {
  border-radius: 30px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  border: 2px solid var(--ltn__color-1);
  border-color: var(--ltn__color-1);
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px !important;
  font-size: 16px;
  color: var(--ltn__color-2);
  width: 100%;
  border-radius: 0;
  padding-right: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--cor-site-1);
      padding: 0 12px;
}

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 {
  border-radius: 4px;
  height: 50px;
  background: var(--white) !important;
  color: var(--cor-site-2) !important;
  line-height: 46px;
  min-width: 160px;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.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: #fff !important;
  border-radius: 4px;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.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: 5px !important;
  color: var(--cor-site-5);
}
.checkbox-list li:hover label {
  color: var(--cor-site-1);
}
.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;
  top: 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:first-child {
  margin-top: 0rem;
}
.ltn__widget-title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  text-transform: math-auto;
  color: var(--cor-site-2);
}

.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);
}
ul.checkbox-list.caracteristica {
  max-height: 250px;
  overflow-y: auto;
}
ul#tipo {
  max-height: 250px;
  overflow-y: auto;
}
.widget {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #eee !important;
  border-radius: 4px;
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.widget:last-child {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #eee !important;
  border-radius: 4px;
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.price_filter {
  padding-bottom: 13px;
  color: var(--cor-site-5);
}

.grid-listagem {
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 20px;
}


@media (max-width: 1199px) {
  .grid-listagem {
    grid-template-columns: 1fr 300px;
  }
}

@media (max-width: 991px) {
  .grid-listagem {
    display: flex;
    flex-direction: column;
  }
}
.filter-option {
  display: flex;
  align-items: center;
}

.busca-dropdown-options {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.busca-dropdown-options {
  list-style: none;
}

.busca-dropdown-option {
  display: block;
  padding: 6px 30px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.busca-dropdown-option:hover {
  background-color: #f5f5f5;
}

.busca-dropdown-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.busca-dropdown-checkmark {
  position: absolute;
  top: 7px;
  left: 5px;
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
}

.busca-dropdown-option input:checked ~ .busca-dropdown-checkmark {
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
}

.busca-dropdown-option input:checked ~ .busca-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);
}

.busca-imoveis-dropdown {
  position: relative;
  max-width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.busca-dropdown-trigger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 4px;
  background: var(--white);
  border: 1px solid var(--cor-site-3);
  padding: 8px 12px;
  transition: border-color 0.2s;
  height: 50px;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
}

.busca-dropdown-trigger:hover,
.busca-dropdown-trigger.dropdown-active {
  border-color: var(--cor-site-1);
}

.busca-dropdown-selected {
  font-size: 14px;
  color: var(--cor-site-5);
  font-weight: 500;
}

.busca-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--cor-site-3);
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.11);
  z-index: 20;
  padding: 10px;
}

.busca-dropdown-menu.show {
  display: block;
}

.busca-dropdown-title {
  font-size: 12px;
  color: var(--cor-site-4);
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ltn__busca-actions {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.ltn__busca-actions .btn {
  font-size: 1rem;
  border-radius: 4px;
  padding: 10px 24px;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: none;
}


.ltn__busca-actions .btn.theme-btn-2 {
  background: #eaeaea;
  color: #333;
  width: 100%;
}

.ltn__busca-actions .btn.theme-btn-2:hover {
  background: #cccccc;
}

.ltn__share-menu {
  position: absolute;
  top: 56px !important; /* ajusta conforme altura do botão */
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  padding: 18px 12px;
  z-index: 1000;
}

.ltn__share-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ltn__share-menu li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.ltn__share-menu li:last-child {
  margin-bottom: 0;
}

.ltn__share-menu a {
  display: flex;
  align-items: center;
  color: #0057b8;
  text-decoration: none;
  font-size: 1rem;
  gap: 8px;
  transition: color 0.2s;
  padding: 4px 0;
}

.ltn__share-menu a:hover {
  color: #003b7a;
}

.ltn__share-menu i.fab,
.ltn__share-menu i.fas {
  font-size: 1.15em;
  margin-right: 4px;
  vertical-align: middle;
}

/* Responsivo para mobile */
@media (max-width: 600px) {
  .ltn__busca-actions {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .ltn__share-menu {
    left: 50%;
    transform: translateX(-50%);
    min-width: 90vw;
    padding: 16px 5vw;
  }
}
/* CSS para o botão fixo e animação */
.floating-btn-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floating-btn {
  background: var(--cor-site-1);
  color: #fff;
  border-radius: 24px 24px 0 0;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s;
}

.floating-btn:hover {
  background: var(--cor-site-3);
}

/* Conteúdo inicialmente oculto */
.floating-content {
  background: #fff;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.12);
  width: 100%;
  max-width: 500px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(.4,0,.2,1), opacity 0.3s;
}

/* Quando ativo, expande */
.floating-btn-container.active .floating-content {
  max-height: 650px; /* Altura máxima do conteúdo */
  opacity: 1;
}
.busca-dropdown-menu {
  display: none;
}
.busca-dropdown-menu.active {
  display: block;
}