.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;
  padding-left: 19px !important;
  border: 1px solid var(--cor-site-3) !important;
  border-radius: 12px !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;
}

a#toggleDropdownCidadeLocacao, a#toggleDropdownBairroLocacao {
    border-radius: 12px;
}

.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-7) !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 {
  overflow-y: visible;
}
ul#tipo {
  overflow-y: visible;
}
.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-top: 13px;
  padding-bottom: 0;
  color: var(--cor-site-5);
}

.grid-listagem {
  display: grid;
  grid-template-columns: 1fr 360px;
  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% !important;
  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;
}

/*NOVA ESTILIZAÇÃO PARA OS CARDS NA LISTAGEM DE IMÓVEIS */

.padding-card {
  width: 100%;
}

.widget:last-child {
  margin-bottom: 0;
  padding: 20px 19px 0 19px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  border: none !important;
  overflow-y: auto;
  max-height: 98vh;
}

.widget.ltn__menu-widget {
  display: flex;
  flex-direction: column;
  height: 89vh;
}

.busca-fixa {
  position: sticky;
  top: 10px;
  align-self: flex-start;
  padding-right: 11px;
  z-index: 10;
  overflow-y: visible;
  max-height: calc(100vh - 200px); 
}

.btns-row {
  background-color: var(--cor-site-1);
  display: flex;
  border-radius: 0 0 4px 4px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.btns-row > p {
  margin-bottom: 0 !important;
  color: var(--cor-site-7);
  font-size: 17px;
  font-weight: 500;
  padding-left: 11px;
}

.posicao-fixada {
  position: sticky;
  bottom: 0;
  z-index: 20;
  background: #fff;
  padding: 5px 0 0 0;
}

.busca-para-desktop {
  position: sticky;
  top: 0;
}

.ltn__header-area {
  position: relative !important;
}

i.fa.fa-brush { 
  transform: scaleY(-1);
  color: var(--cor-site-7);
  font-size: 18px;
}

a.btn.theme-btn-1.text-uppercase {
  padding: 14px 5px !important;
}

.card-imovel__imagem-container {
  height: 255px;
  max-width: 375px !important;
  width: auto !important;
  overflow: hidden;
}

/*ESTILIZAÇÃO PARA A BUSCA MOBILE*/

#btnShowBusca,
#whatsapp-widget {
opacity: 1;
pointer-events: auto;
visibility: visible;
transition: opacity 0.35s cubic-bezier(.4,0,.2,1), visibility 0.35s cubic-bezier(.4,0,.2,1);
}
#btnShowBusca.fade-out,
#whatsapp-widget.fade-out {
opacity: 0;
pointer-events: none;
visibility: hidden;
}

#buscaMobileFooter {
opacity: 1;
pointer-events: auto;
visibility: visible;
transition: opacity 0.35s cubic-bezier(.4,0,.2,1), visibility 0.35s cubic-bezier(.4,0,.2,1);
}

#buscaMobileFooter.fade-out { 
opacity: 0;
pointer-events: none;
visibility: hidden;
}

@media (max-width: 1199px) {
.botao-busca {
    display: none !important;
}
.area-cliente-btn {
    display: none !important;
}
button.btn.dropdown-toggle.btn-light {
    color: var(--cor-site-4) !important;
}

input.search-by-code.selectCodigo {
    border: 1px solid #ddd !important;
    color: #333;
    background-color: #ffffff !important;
    height: 58px !important;
    border-radius: 17px !important;
    margin-bottom: 0 !important;
    padding-right: 0px !important;
    text-align: start !important;
    font-size: 14px;
}

#whatsapp-widget {
    position: fixed;
    z-index: 3 !important;
    width: 55px !important;
    height: 55px !important;
    bottom: 90px !important;
    right: 10px !important;
}

#btnBackToTop {
position: fixed;
color: var(--cor-site-5) !important;
width: 55px !important;
right: 10px !important;
bottom: 165px !important;
height: 55px !important;
}
}

#btnShowBusca {
opacity: 0;
pointer-events: none;
position: fixed;
right: 16px;
width: 60px;
height: 60px;
bottom: 15px; 
z-index: 9999;
background: var(--cor-site-1);
color: var(--cor-site-4);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0,0,0,0.18);
padding: 12px;
cursor: pointer;
outline: none;
transition: 
    opacity 0.3s cubic-bezier(.4,0,.2,1),
    background 0.2s, border 0.2s, box-shadow 0.2s;
}

#btnShowBusca.visible {
opacity: 1;
pointer-events: auto;
}

#btnShowBusca:hover, #btnShowBusca:focus {
box-shadow: 0 6px 18px rgba(25, 118, 210, 0.12);
}

#btnShowBusca svg {
display: block;
margin: auto;
color: var(--cor-site-7);
width: 28px;
height: 28px;
}

#btnShowBusca:active {
border-color: var(--cor-site-5);
}

.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);
}

.popover-header {
    margin-right: 0.25rem;
    color: white !important;
    padding: 2% 5%;
    margin-bottom: 10px;
    font-size: 1rem;
    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);
    width: 111%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

button.close {
    margin-right: 15px;
    font-size: 20px;
    width: 30px;
    border-radius: 7px;
}

.busca-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;               
    width: 100%;         
    background: var(--cor-site-1);
    border-radius: 15px 15px 0 0;
    height: 65px;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 5;            
    padding: 0 4px;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1);
    opacity: 1;
    pointer-events: auto;
}


.footer-btn {
    width: 45%;
    height: 45px;
    background: linear-gradient(to right, #f2f2f2, #fafafa, #f2f2f2);
    color: var(--cor-site-4);
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.filtro-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.0);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: background 0.2s, opacity 0.2s;
}
.filtro-overlay.active {
    background: rgba(0, 0, 0, 0.34);
    opacity: 1;
    pointer-events: auto;
}

.busca-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 57px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 4;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    border-radius: 15px 15px 0px 0px;
    transform: translateY(120px); 
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0.42s cubic-bezier(.4,0,.2,1);
}

.busca-dropdown.open {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition: 
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0.42s cubic-bezier(.4,0,.2,1);
}

.busca-dropdown.closing {
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition:
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0s;
}

.busca-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 0 16px;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
}

.dropdown-header > span {
    align-items: center;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: var(--cor-site-4);
}

.busca-dropdown .close-dropdown {
    background: none;
    border: none;
    font-size: 3rem;
    color: var(--cor-site-1);
    cursor: pointer;
    max-height: 50px;
    transform: translateY(-18px);
}
.busca-dropdown .dropdown-content {
    padding: 16px;
    max-height: 100%;
}

.dropdown-menu.show {
    overflow-y: auto;
    box-shadow: 0px 0px 10px #0000002e;
    border-radius: 18px;
}

.busca-mobile-footer {
opacity: 1;
visibility: visible;
transition: opacity 0.7s cubic-bezier(.4,0,.2,1), visibility 0.7s;
}

.busca-mobile-footer.fade-out {
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s cubic-bezier(.4,0,.2,1), visibility 0.3s;
}

.footer-btn {
    width: 45%;
    height: 45px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.ltn__header-area {
    z-index: 3 !important;
}

.ltn__utilize.ltn__utilize-mobile-menu.ltn__utilize-open {
    z-index: 99999999 !important;
}

#btnShowBusca {
right: 10px !important;
width: 55px !important;
height: 55px !important;
}

#btnBackToTop {
right: 21px;
bottom: 95px;
width: 55px !important;
height: 55px !important;
}

.wts-button {
width: 55px !important;
height: 55px !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px !important;
    top: 7px !important;
}

#btnBackToTop {
opacity: 0;
pointer-events: none;
position: fixed;
width: 55px !important;
height: 55px !important;
z-index: 3;
background: #f4f4f4;
color: var(--cor-site-1) !important;
border: none;
border-radius: 50%;
width: 46px;
height: 46px;
display: flex;
align-items: center;
border: 2px solid var(--cor-site-1) !important;
justify-content: center;
font-size: 22px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
cursor: pointer;
transition: opacity 0.3s cubic-bezier(.4,0,.2,1), background 0.2s;
}

#btnBackToTop.visible {
opacity: 1;
pointer-events: auto;
}

#btnBackToTop:hover, #btnBackToTop:focus {
background: var(--cor-site-1);
color: var(--cor-site-4);
}

#buscaDropdown {
transform: translateY(80px);  
opacity: 0;
transition: 
    transform 0.45s cubic-bezier(.4,0,.2,1),
    opacity 0.23s cubic-bezier(.4,0,.2,1);
will-change: transform, opacity;
pointer-events: none;
}

#buscaDropdown.open {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
#buscaDropdown.closing {
opacity: 0;
transform: translateY(80px);
pointer-events: none;
}

label.busca-dropdown-option {
  padding-left: 27px;
}

/*RESPONSIVIDADE PARA OS CARDS NAS PÁGINAS DOS IMÓVEIS - COHEN*/

@media (min-width: 1200px) and (max-width: 1300px) {
.card-imovel__caracteristica {
  transform: scale(1) !important;
}
.card-imovel__caracteristicas {
  gap: 6px !important;
}
}

@media (min-width: 1200px) {
  .busca-mobile-footer {
    display: none !important;
  }
  .btn-show-busca {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .busca-mobile-footer {
    display: flex !important;
  }
  .busca-para-desktop {
    display: none !important;
  }
  .card-imovel__imagem-container {
    max-width: 100% !important;
  }
  .grid-listagem {
    grid-template-columns: 1fr !important; 
  }

  .card-imovel__caracteristica {
    transform: scale(1) !important;
  }

  .card-imovel__caracteristicas {
    gap: 10px !important;
  }
}

@media (max-width: 850px) {
.card-imovel__bloco-principal {
  display: flex;
  gap: 25px;
  align-items: start !important;
  flex-direction: column !important;
  justify-content: start !important;
}
.card-imovel__corpo {
  gap: 0px !important;
}
.card-imovel__acoes {
  align-items: end !important;
}
}

@media (max-width: 795px) {
.card-imovel {
  grid-template-columns: 1fr !important;
}
.card-imovel__imagem-container {
  width: 100% !important;
  max-width: 100% !important;
}
.card-imovel__caracteristica {
  transform: scale(1.20) !important;
  position: relative !important;
  left: 6px !important;
}
.card-imovel__bloco-principal {
  gap: 33px;
}
.card-imovel__caracteristicas {
  gap: 25px !important;
}
.card-imovel__valor-favoritos {
  margin-top: 17px !important;
}
.card-imovel__info-textos {
  margin-top: 8px;
}
.card-imovel {
  border-radius: 20px !important;
}
.caracteristica__valor {
  justify-content: center !important;
}
}
@media (max-width: 430px) {
.card-imovel__caracteristicas {
  gap: 14px !important;
}
.card-imovel__valor-preco {
  font-size: 1.1rem !important;
}
.card-imovel__valor-container {
  gap: 18px !important;
}
}