
.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

/* Estilos para a lista */
.ltn__menu-widget ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Estilos para cada item da lista */
.ltn__menu-widget li {
  /* Cada item ocupará 33.33% da largura total */
  padding: 5px;
  box-sizing: border-box;
  /* Garante que o padding não afetará a largura total */
}

/* Para evitar que os checkboxes sejam esticados */
.ltn__menu-widget input[type="checkbox"] {
  align-self: center;
}

body {
  overflow-x: hidden;
}

.img-icon-details {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 49px;
  text-align: center;
}
.ltn__img-slide-item-4 > a,
.ltn__img-slide-item-3 > a,
.ltn__img-slide-item-2 > a {
  max-height: 500px;
  min-width: 200px;
}
.col-lg-12.slick-slide.slick-cloned.slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned.slick {
  max-width: 600px;
}

.col-lg-12 .slick-slide .slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned {
  max-width: 600px;
}

.ltn__img-slide-item-4 > a,
.ltn__img-slide-item-3 > a,
.ltn__img-slide-item-2 > a {
  max-height: 280px;
}

.custom-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}

.custom-col img {
  max-width: 100%;
  max-height: 20px;
  margin-top: 0px;
}

.custom-col p {
  padding-top: 25px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .custom-col {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.slick-prev,
.slick-next {
  display: block !important;
  z-index: 1000; /* Para garantir que fiquem acima de outros elementos */
}
.slick-prev {
  left: 40px; /* Ajuste a posição */
}

.slick-next {
  right: 40px; /* Ajuste a posição */
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider .flex-direction-nav a {
  width: 40px;
  /* Largura desejada para as setas */
  height: 40px;
  /* Altura desejada para as setas */
  line-height: 40px;
  /* Centralizar o ícone verticalmente */
  background-color: #fff;
  /* Cor de fundo das setas */
  color: #fff;
  /* Cor do ícone das setas */
  font-size: 24px;
  /* Tamanho do ícone das setas */
  text-align: center;
  /* Centralizar o ícone horizontalmente */
  text-decoration: none;
  opacity: 0.8;
  /* Opacidade padrão */
}

/* Estilização das setas do FlexSlider quando hover */
.flexslider .flex-direction-nav a:hover {
  opacity: 1;
  /* Opacidade quando o mouse está sobre as setas */
}

.flex-direction-nav a:before {
  color: #000 !important;
}

a.flex-prev,
a.flex-next {
  border-radius: 10rem !important;
  padding: 4px !important;
  width: 3rem !important;
  height: 3rem !important;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 10 !important;
}

.flex-direction-nav a.flex-next {
  background-image: url(../../img/icons/seta-para-direita.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  background-position-x: center;
  background-position-y: center;
  opacity: 10 !important;
}

.flex-direction-nav a.flex-prev {
  background-image: url(../../img/icons/seta-para-esquerda.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  background-position-x: center;
  background-position-y: center;
  opacity: 10 !important;
}

li.resp {
  max-height: 300px;
  margin-right: 0.2rem !important;
}

@media screen and (max-width: 600px) {
  .ltn__banner-item {
    aspect-ratio: 1.5 / 1;
  }
  .ltn__menu-widget ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.flex-direction-nav a.flex-next:hover {
  background-color: var(--cor-site-1);
  background-image: url(../../img/icons/seta-para-direita-branco.png);
}

.flex-direction-nav a.flex-prev:hover {
  background-color: var(--cor-site-1);
  background-image: url(../../img/icons/seta-para-esquerda-branco.png);
}

li.resp {
  max-height: 300px;
}

.centraliza-imagem {
  display: flex;
  /* align-content: center; */
  justify-content: center;
}

.checkbox-item {
  text-transform: capitalize;
}

.buttons-adjust {
  display: flex;
  max-width: 400px;
}

.edit-button {
  padding: 14px 10px 14px 10px;
  font-size: 14px;
  font-weight: 600;
  min-width: 140px;
  background-color: var(--white);
  color: var(--black);
  margin-bottom: -20px;
}
.edit-button i {
  color: var(--black);
}

.edit-button:hover {
  background-color: #000 !important;
  color: white !important;
}

.edit-button:hover i {
  color: white !important;
}

.img-ajustes-modal {
  height: 50px;
  width: 50px;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

@media screen and (max-width: 768px) {
  .floatDiv {
    position: static !important;
    max-width: 315px;
    margin-top: 15px;
  }

  .modal {
    top: -80px;
  }

  .modal {
    z-index: 1060;
    display: none;
    width: 100%;
    height: 117vh;
  }
}

/* NOVOS ESTILOS - 05-02-24 */
@media screen and (max-width: 650px) {
  .buttons-adjust {
    display: flex;
    justify-content: center;
  }
  .flex-control-nav {
    display: none !important;
  }
  .flexslider {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav a:before {
    color: #000;
  }

  .minHeight {
    height: 330px !important;
  }
}
img.minHeight {
  max-height: 15rem !important;
}
.product-img #div-pai-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* AJUSTANDO ESTILO DE BOTÕES DE CONTATO, TANTO DO RESPONSIVO QUANTO DO DESKTOP */
.fixed-contact {
  display: none;
}

textarea {
  resize: none;
}

.contact-whats {
  background-color: #25d366;
  border-radius: 5px;
}

.contact {
  background-color: #ff0d37;
  border-radius: 5px;
}

.button-edit {
  background-color: white !important;
  border: 1px solid black;
  color: black !important;
}

.button-edit.active {
  background-color: white !important;
  border: 1px solid red !important;
  color: red !important;
}

@media screen and (max-width: 740px) {
  .fixed-contact {
    display: block;
    position: fixed;
    bottom: -30px;
    width: 100%;
    background-color: white !important;
    height: 110px;
    z-index: 1;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    display: flex;
    padding-top: 15px;
    justify-content: center;
    z-index: 10;
  }
  .fixed-contact div a,
  .fixed-contact div button {
    border-radius: 10px;
    border: none;
  }
}

.code_style {
  display: inline-block;
  font-size: 0.55rem;
  margin: 0 0 0.5rem 0;
  padding: 0.45rem 0.7rem;
  background-color: #e6e6e6;
  border-radius: 0.5rem;
  line-height: 1;
}
.destaque {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  background-color: black;
  color: white;
}

#div-pai-slider .minHeight {
  width: 100%; /* Define a largura da imagem */
  height: 300px; /* Define a altura padrão da imagem */
  object-fit: cover; /* Corta a imagem para preencher o espaço definido */
}

.property-detail-feature-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}
h6.card-text {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  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: 15px;
    font-size: 16px;
    color: var(--ltn__color-2);
    border-radius: 0;
    padding-right: 0;
    border-radius: 20px;
  }
}

.property-gallery-vertical {
  padding: 0px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.main-image-container {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.main-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.main-slide.active {
  opacity: 1;
  z-index: 1;
}

.main-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.main-slide:hover img {
  transform: scale(1.02);
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 15px;
  text-align: center;
}

.image-caption p {
  margin: 0;
  font-size: 1.1rem;
}

.thumbnails-column {
  height: 500px;
  background: transparent;
  padding: 0px 0px 0px 10px;
  display: flex;
  flex-direction: column;
}
.thumbnails-container {
  overflow-y: auto;
  scrollbar-width: thin;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnail-item {
  width: 100%;
  height: 135px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.thumbnail-item.active {
  border-color: var(--cor-site-1);
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  color: #333;
  font-size: 1rem;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
  left: 15px;
}

.next-arrow {
  right: 15px;
}

/* Custom scrollbar for thumbnails */
.thumbnails-container::-webkit-scrollbar {
  width: 5px;
}

.thumbnails-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.thumbnails-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.thumbnails-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsivo */
@media (max-width: 768px) {
  .main-image-container {
    height: 350px;
  }

  .thumbnails-column {
    height: 120px;
    padding: 10px;
  }

  .thumbnails-container {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .thumbnail-item {
    width: 100px;
    height: 70px;
  }
}

/* Custom scrollbar for thumbnails */
.thumbnails-container::-webkit-scrollbar {
  width: 6px;
}

.thumbnails-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.thumbnails-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.thumbnails-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Para Firefox */
.thumbnails-container {
  scrollbar-width: thin;
  scrollbar-color: var(--cor-site-1) transparent;
}

.valor-imovel {
  font-size: 30px;
}
.widget {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #dddddd !important;
  border-radius: 17px;
  background-color: transparent;
}
.widget:last-child {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #dddddd !important;
  border-radius: 17px;
  background-color: transparent;
}
.galeria-grid {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  height: 500px; /* Altura fixa para o grid */
}

.imagem-principal-grid {
  flex: 1;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  background: #f5f5f5;
}

.grid-direita {
  flex: 1;
  display: grid;
  gap: 15px;
  grid-template-rows: 48.5% 48.5%;
}

.grid-top {
  flex: 1;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  background: #f5f5f5;
  cursor: pointer;
}

.grid-bottom-container {
  display: flex;
  gap: 15px;
  flex: 1;
}

.grid-bottom-left,
.grid-bottom-right {
  flex: 1;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  background: #f5f5f5;
  cursor: pointer;
}

/* Estilos para as imagens */
.imagem-principal-grid img,
.grid-top img,
.grid-bottom-left img,
.grid-bottom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

.imagem-principal-grid img:hover,
.grid-top img:hover,
.grid-bottom-left img:hover,
.grid-bottom-right img:hover {
  opacity: 0.9;
}
/* Estilos para os itens clicáveis */
.imagem-principal-grid,
.grid-top,
.grid-bottom-left,
.grid-bottom-right {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.imagem-principal-grid:hover,
.grid-top:hover,
.grid-bottom-left:hover,
.grid-bottom-right:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Sobreposição "Ver Mais" */
.sobreposicao-mais-fotos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s;
}

.grid-bottom-right:hover .sobreposicao-mais-fotos {
  background: rgba(0, 0, 0, 0.7);
}
/* Responsividade */
@media (max-width: 768px) {
  .galeria-grid {
    flex-direction: column;
    height: auto;
  }

  .imagem-principal-grid {
    height: 300px;
  }

  .grid-direita {
    height: 400px; /* Ajuste para manter proporção no mobile */
  }
}

.contador-imagens {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}

.sobreposicao-mais-fotos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.acoes-galeria {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.botao-acao {
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  background: var(--cor-site-1);
  border: 1px solid var(--cor-site-1);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.botao-acao:hover {
  background: transparent;
  border: 1px solid var(--cor-site-1);
  color: var(--cor-site-1);
}

/* Responsividade */
@media (max-width: 768px) {
  .galeria-grid {
    flex-direction: column;
    height: auto;
  }

  .imagem-principal-grid {
    height: 300px;
  }

  .grid-direita {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .acoes-galeria {
    flex-direction: column;
  }

  .botao-acao {
    width: 100%;
    justify-content: center;
  }
}

.lg-thumb-outer {
  bottom: 0;
  height: 80px;
}
.lg-thumb {
  padding: 10px 0;
}
.lg-thumb-item {
  border-radius: 6px;
  overflow: hidden;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--cor-site-1) !important;
}

.etiquetas-detalhes ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.etiquetas-detalhes ul li {
  padding: 3px 6px;
  background-color: var(--cor-site-2);
  color: var(--white);
  border-radius: 4px;
  font-size: 13px;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
}

.main-image-wrapper {
  position: relative;

  width: 818px;
  height: 550px;
  margin-bottom: 24px;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(40, 40, 40, 0.7);
  color: #fff;
  border: none;
  font-size: 1.2rem;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

.thumbnails-row {
  display: flex;
  margin-bottom: 24px;
  width: 100%;
  overflow-x: hidden;
  justify-content: space-between;
}

.thumbnail {
  height: 86px;
  width: 150px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity 0.2s, border 0.2s;
}

.thumbnail.active {
  opacity: 1;
  border-color: #205185;
}

.buttons-row {
  display: flex;
  gap: 24px;
  margin-top: 6px;
}

.gallery-btn,
.video-btn {
  background: #205185;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 12px 36px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.grid-title div h1 {
  font-weight: 500;
  font-size: 26px;
  color: var(--black);
  margin-bottom: revert;
}
.grid-title {
  display: grid;
  grid-template-columns: 1fr 300px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  align-items: end;
}
.grid-title div h2 {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 5px;
}
.grid-title div.valor {
  text-align: end;
}
.grid-title div p {
  display: flex;
  margin: 0px;
}
.grid-title div p svg {
  width: 17px;
  height: 17px;
}

.action-button.share-button {
  padding: 3px 14px;
  border-radius: 4px;
  background-color: var(--cor-site-3);
  color: var(--white) !important;
}
.grid-detalhes-imovel {
  display: grid;
  grid-template-columns: 70% auto;
  gap: 32px;
}

/* Container principal */
.property-details-container {
  background-color: var(--white);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
.title-2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: var(--cor-site-2);
  border: none;
  padding: 0px;
}
/* Grid de features */
.property-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  padding: 0;
}

/* Item individual */
.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.2s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
}

/* Ícone */
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #fff;
  color: #495057;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--cor-site-3);
}

/* Informações */
.feature-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.feature-value {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-label {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsividade */
@media (max-width: 992px) {
  .property-features-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

@media (max-width: 768px) {
  .property-features-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.75rem;
  }

  .feature-item {
    padding: 0.6rem;
    gap: 0.6rem;
  }

  .feature-icon {
    width: 32px;
    height: 32px;
  }

  .feature-icon svg {
    width: 16px;
    height: 16px;
  }

  .feature-value {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .property-features-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .feature-item {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .feature-icon {
    width: 30px;
    height: 30px;
  }

  .feature-value {
    font-size: 0.9rem;
  }

  .feature-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .property-features-grid {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    gap: 0.6rem;
  }
}
.caracteristicas-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.caracteristicas-col {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.caracteristica-item {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 16px;
}
.item-branco {
  background: #fff;
}
.item-cinza {
  background: #f8f8f8; /* Ajuste para o tom da imagem */
}
.icon-carac {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.property-details-container form input {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  height: 40px;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.property-details-container form textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.botao-agendar {
    width: 100% !important;
}
.botao-agendar button {
    height: 49px;
}

/*CORRIGINDO SOBREPOSIÇÃO DO HEADER AO ABRIR O LIGHT GALLERY*/
header.ltn__header-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*CORRIGINDO RESPONSIVIDADE*/

@media (max-width: 1250px) {
  .menu-deslizante {
    display: none;
  }

.grid-detalhes-imovel {
    display: block;
}

.grid-title {
  display: block;
}

.grid-title div.valor {
    text-align: start;
    padding-top: 30px;
}

}

@media (min-width: 1250px) {
  .menu-deslizante-mobile {
    display: none;
  }
}
 
/* Container de cada bloco */
.property-details-container.caracteristicas-bloco {
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 10px;
    padding: 18px 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.06);
    position: relative;
}

.property-details-container.caracteristicas-bloco:hover {
    border-color: #cfd5da;
    box-shadow: 0 6px 14px -6px rgba(0,0,0,0.12);
}

.caracteristicas-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.caracteristicas-count {
    background: linear-gradient(135deg,var(--cor-site-1),var(--cor-site-2));
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 30px;
    line-height: 1;
}

.caracteristicas-chips-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.car-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #faf9f4;
    border: 1px solid #e4e1d8;
    border-radius: 28px;
    padding: 6px 14px 6px 10px;
    font-size: 13px;
    color: #2a2f33;
    line-height: 1.1;
    position: relative;
    cursor: default;
    transition: background .25s, transform .25s, box-shadow .25s;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.car-chip:hover {
    background: #f9f4e9;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.car-chip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #527eb7;
}

.car-chip-icon svg {
    display: block;
}

.car-chip-text {
    font-weight: 500;
    letter-spacing: .3px;
}

.car-chip.chip-hidden {
    display: none;
}

/* Botão Ver mais / Ver menos */
.caracteristicas-actions {
    margin-top: 14px;
    text-align: center;
}

.btn-toggle-chips {
    background: #ffffff;
    border: 1px solid #cfd5da;
    color: #2f3a45;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: .4px;
    transition: background .25s, color .25s, box-shadow .25s, transform .25s;
}

.btn-toggle-chips:hover {
    background: var(--cor-site-1);
    color: #fff;
    box-shadow: 0 4px 12px -4px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.btn-toggle-chips:active {
    transform: translateY(0);
}

@media (min-width: 900px) {
    .caracteristicas-chips-wrapper {
        gap: 10px 14px;
    }
    .car-chip {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .caracteristicas-chips-wrapper {
        /* Visual pseudo-"colunar" sem quebrar badges */
        max-width: 100%;
    }
}

/* Dark override (se tiver tema escuro global) */
.dark-theme .property-details-container.caracteristicas-bloco {
    background: #1f252b;
    border-color: #323d47;
    box-shadow: none;
}

.dark-theme .car-chip {
    background: #2a333b;
    border-color: #3d4954;
    color: #d5d9dc;
}

.dark-theme .car-chip:hover {
    background: #36414b;
}

.dark-theme .btn-toggle-chips {
    background: #2a333b;
    border-color: #3d4954;
    color: #d5d9dc;
}

.dark-theme .btn-toggle-chips:hover {
    background: #4f7bd4;
    color: #fff;
}

/* Animação suave na entrada (opcional) */
.car-chip {
    animation: chipFade .4s ease;
}
@keyframes chipFade {
    from { opacity:0; transform: translateY(4px); }
    to { opacity:1; transform: translateY(0); }
}

/* Estilos para botões de compartilhar
   - Use com os botões que você mostrou (Font Awesome já no HTML)
   - Ajuste cores/medidas conforme necessário
*/

.btn-compartilhar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  border: none;
  background: #6c757d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, opacity .12s ease;
  cursor: pointer;
  vertical-align: middle;
}

/* Ícones não devem capturar clique interno */
.btn-compartilhar > i {
  pointer-events: none;
}

/* Tamanhos maiores em telas pequenas (facilita toque) */
@media (max-width: 480px) {
  .btn-compartilhar { width: 52px; height: 52px; font-size: 20px; }
}

/* Estados focados / acessibilidade */
.btn-compartilhar:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,123,255,0.16), 0 6px 14px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* Efeito hover / active */
.btn-compartilhar:hover {
  transform: translateY(-2px);
  opacity: 0.98;
  color: #fff;
}
.btn-compartilhar:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

/* Cores por serviço (baseadas nas guidelines comuns) */
.btn-facebook { background: #1877F2; }    /* Facebook */
.btn-facebook:hover, .btn-facebook:focus { background: #145ecb; }

.btn-twitter { background: #1DA1F2; }     /* Twitter/X */
.btn-twitter:hover, .btn-twitter:focus { background: #1693dd; }

.btn-whatsapp { background: #25D366; }    /* WhatsApp */
.btn-whatsapp:hover, .btn-whatsapp:focus { background: #1ebe4b; }

.btn-email { background: #6c757d; }       /* Email neutro */
.btn-email:hover, .btn-email:focus { background: #5a656d; }

.btn-copiar { background: #343a40; }      /* Copiar (neutro/escuro) */
.btn-copiar:hover, .btn-copiar:focus { background: #212529; }

/* Versão com texto (caso queira mostrar rótulo) */
.btn-compartilhar.btn-wide {
  border-radius: 8px;
  padding: 8px 12px;
  width: auto;
  height: auto;
  font-size: 14px;
}

/* Pequeno helper para alinhamento dentro de containers */
.share-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Animação discreta de feedback (ex.: trocar ícone ao copiar) */
.btn-compartilhar .fade {
  display: inline-block;
  transition: opacity .18s ease, transform .18s ease;
}

.card-imovel__logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px !important;
    height: 85px !important;
    z-index: 2;
    opacity: 0.4;
}