.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[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 {
  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"],
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);
}

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: 47px;
  background: #f8f9fa !important;
  color: #333 !important;
  line-height: 46px;
  min-width: 190px;
  border: 1px solid #dddddd !important;
}
.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);
}
.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;
  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-1);
}

.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);
}

.grid-listagem {
  display: grid;
  grid-template-columns: 303px 1fr;
  column-gap: 20px;
}

@media (max-width: 991px) {
  .grid-listagem {
    display: flex;
    flex-direction: column;
  }
}
.filter-option {
  display: flex;
  align-items: center;
}
.dropdown-filter {
  position: relative;
}

.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%;
}

/* Mantendo os estilos originais para as características */
.checkbox-list.caracteristica,
#tipo.checkbox-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 0px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.checkbox-list.caracteristica li {
  margin-bottom: 0;
}

.dropdown-options {
  list-style: none;
}

.dropdown-option {
  display: block;
  padding: 9px 9px 9px 41px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.dropdown-option:hover {
  background-color: #e2e2e2;
  border-radius: 4px;
}

.dropdown-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.dropdown-checkmark {
  position: absolute;
  top: 10px;
  left: 16px;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
}

.dropdown-option input:checked ~ .dropdown-checkmark {
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
}

.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);
}
.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%);
}

.filter-dropdown {
  position: relative;
  display: inline-block;
  min-width: 160px;
}

.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-site-8);
}
.page-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--cor-site-1-3);
  position: relative;
  padding-bottom: 5px;
}

.page-title:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--cor-site-1);
  border-radius: 3px;
}

.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: #25d366 !important;
}

a:hover.share-whatsapp {
  background-color: #25d366;
  color: white !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: 1;
    border-top-left-radius: 20px !important;
    background: var(--cor-site-4);
    border-top-right-radius: 20px !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: 50px;
    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-2));
    color: var(--cor-site-3);
    box-shadow: 0 4px 15px rgba(223, 2, 9, 0.25);
}

/* Botão do WhatsApp */
.botao-busca-mobile .btn-whatsapp {
    background: linear-gradient(145deg, #25D366, #128C7E);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 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-filtros:hover {
    box-shadow: 0 7px 20px rgba(223, 2, 9, 0.35);
}

.botao-busca-mobile .btn-whatsapp:hover {
    box-shadow: 0 7px 20px rgba(37, 211, 102, 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 {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #f8f9fa;
    padding: 12px 16px !important;
    color: #333 !important;
    margin-bottom: 0px !important;
}

input#valorMaximo {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #f8f9fa;
    padding: 12px 16px !important;
    color: #333 !important;
    margin-bottom: 0px !important;
}