
.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(--cor-site-2);
}
.grid-detalhes-imovel {
  display: grid;
  grid-template-columns: 68% 350px;
  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-5);
}

/* 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: 1199px) {
  .grid-detalhes-imovel {
    grid-template-columns: 100%;
  }
  .carousel-container {
    width: 100%;
  }
  .main-image-wrapper {
    width: 100%;
  }
}
/* 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;
  }

  .thumbnail {
    width: 140px;
  }

  .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;
  }
}
.card-valores-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .card-valores-mobile {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    z-index: 9;
    transition: max-height 0.3s;
    max-height: 100%;
    overflow: hidden;
    border-top: 1px solid var(--cor-site-1);
  }
  #whatsapp-widget {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 9;
  }

  .card-valores-mobile.expanded {
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.18);
  }
  .card-grip-btn {
    width: 80px;
    height: 7px;
    background: #d9dbe1;
    border-radius: 3px;
    border: none;
    display: block;
    margin: 15px auto 15px auto;
    cursor: pointer;
    transition: background 0.2s;
    border-top: 1px solid var(--cor-site-1);
  }
  .card-grip-btn:active,
  .card-grip-btn:focus {
    background: #c3c6cc;
  }
  .card-valores-compacto {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 10px 20px;
    height: 60px;
  }
  .card-valor {
    font-size: 25px;
    font-weight: 600;
    color: var(--cor-site-1);
    width: -webkit-fill-available;
  }
  .card-btn-primary {
    background: linear-gradient(
      90deg,
      var(--cor-site-1) 0%,
      var(--cor-site-2) 100%
    );
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
  }
  .card-btn-secondary {
    background: #fff;
    color: var(--cor-site-1);
    border: 1px solid var(--cor-site-1);
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
  }
  .card-valores-detalhes {
    display: none;
    padding: 0 20px 12px 20px;
    animation: fade-in 0.25s;
  }
  .card-valores-mobile.expanded .card-valores-detalhes {
    display: block;
  }
  .card-valores-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 8px 0;
    gap: 8px;
  }
  .card-valores-preco span {
    color: #666;
    font-size: 14px;
    display: block;
  }
  .card-valores-preco strong {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    display: block;
    margin-top: 2px;
  }
  .ver-pagamento {
    display: block;
    font-size: 12px;
    color: #e20074;
    margin-top: 3px;
    text-decoration: underline;
  }
  .card-valores-detalhes ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .card-valores-detalhes li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
  }
  .card-valores-detalhes li:last-child {
    border-bottom: none;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

@media (max-width: 576px) {
  .property-features-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .grid-title {
      grid-template-columns: 1fr;
  }
  .thumbnail {
    width: 77px;
  }
  .card-imovel__caracteristicas {
        gap: 20px;
    }
        .card-imovel__caracteristica:not(:last-child)::after {
        right: -10px;
    }
  .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(110px, 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: 110px;
    z-index: 998;
}

.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;
}
