.before-bg-bottom:before {
  background-color: #f2f6f7;
}

.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;
  margin-top: 10px;
}

/* 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;
}
.slick-list.draggable {
  max-height: 600px;
  border-radius: 10px;
  margin: 0px 10px 10px 10px;
}
.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;
  flex-wrap: wrap;
  gap: 10px;
}
.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: .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;
}
.slick-initialized .slick-slide {
  min-height: 450px;
  max-height: 450px;
}
.slick-slider img {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  object-fit: cover; 
  padding: 0px 5px;
}
@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 var(--cor-site-1-3) !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 {
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100vh;
  }
}

/* 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, .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: #fff;
      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%;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    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: 100%;
        height: 120px !important;
    }
}

/* 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: 23px;
}
.widget {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px;
    background-color: var(--cor-site-8);
    box-shadow: var(--ltn__box-shadow-1);
}
.widget:last-child {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px;
    background-color: var(--cor-site-8);
    box-shadow: var(--ltn__box-shadow-1);
}

:root {
    --cor-texto: #333;
    --cor-borda: #e0e0e0;
    --sombra-box: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transicao: all 0.3s ease;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
    height: 500px;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-main-image {
    position: relative;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #f8f9fa;
    box-shadow: var(--sombra-box);
    transition: var(--transicao);
}

.gallery-main-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-main-image:hover .main-image {
    transform: scale(1.02);
}

.image-counter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-thumbnails {
    display: grid;
    grid-template-rows: 243px 243px;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    height: 500px;
}

.thumbnail-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #f8f9fa;
    cursor: pointer;
    transition: var(--transicao);
    box-shadow: var(--sombra-box);
    height: -webkit-fill-available;
}

.thumbnail-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-photos-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transition: var(--transicao);
}

.thumbnail-item:hover .more-photos-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.action-button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    background: var(--cor-site-1);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transicao);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    box-shadow: var(--sombra-box);
}

.action-button i {
    font-size: 16px;
}

.action-button:hover {
    background: var(--cor-site-2);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.view-all-button {
    background: transparent;
    color: var(--cor-site-1);
    border: 2px solid var(--cor-site-1);
}

.view-all-button:hover {
    background: var(--cor-site-1);
    color: white;
}

.lightgallery-hidden {
    display: none;
}

/* Efeitos para o lightgallery */
.lg-thumb-outer {
    background: rgba(0, 0, 0, 0.9);
}

.lg-thumb-item {
    border: 2px solid transparent;
    transition: var(--transicao);
}

.lg-thumb-item.active, .lg-thumb-item:hover {
    border-color: var(--cor-site-2) !important;
}

/* Responsividade */
@media (max-width: 992px) {
    .gallery-grid {
        height: 400px;
    }
    .gallery-thumbnails {
    display: grid;
    grid-template-rows: 192px 192px;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    height: 400px;
   }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .gallery-main-image {
        height: 350px;
    }
    
    .gallery-thumbnails {
        height: max-content;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }

    
    .action-button {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .gallery-main-image {
        height: 250px;
    }
    
    .gallery-thumbnails {
        height: max-content;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }
    .thumbnail-item {
        width: 100%;
        height: 80px !important;
    }
      .gallery-actions {
        flex-direction: column;
    }
    .action-button {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.lg-thumb-item {
    width: 100px !important;
    height: 80px !important;
}
    /* Estilos para os botões de navegação */
.gallery-nav-buttons {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
}

.nav-button {
    padding: 8px 16px;
    background-color: var(--cor-site-3);
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid var(--cor-site-1);
    color: var(--cor-site-1);
}

.nav-button.active {
    background-color: var(--cor-site-1);
    border: 2px solid var(--cor-site-1);
    color: var(--cor-site-3);
}
.nav-button:hover:not(.active) {
    background-color: #e0e0e0;
}

.gallery-content {
    display: none;
    margin-bottom: 15px; /* Espaço para os botões de ação */
}

.gallery-content.active {
    display: block;
}

.map-container, .video-container {
    width: 100%;
    height: 500px; /* Altura fixa para manter consistência */
}

.gallery-actions {
    margin-top: 15px;
    justify-content: space-between;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--cor-site-8);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0;
}

/* Container principal */
.property-details-container {
    margin: 1.5rem 0 0;
    padding: 0;
}

/* Grid de features */
.property-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 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);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 8px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    flex-shrink: 0;
    border: 1px solid #ffdc8c2e;
}

.ltn__shop-sidebar > .box-detalhes {
    padding: 22px;
    background: transparent;
    border: 1px solid #ffdc8c2e;
}

.gap-form {
    gap: 15px !important;
}

.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: 1.18rem;
    font-weight: 600;
    color: var(--cor-site-1);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.color-site-5 {
  margin-bottom: 0px;
}
.feature-label {
    font-size: 0.92rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Responsividade */
@media (max-width: 992px) {
    .property-features-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .property-features-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 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(180px, 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(200px, 1fr));
        gap: 0.6rem;
    }
}

.ltn__page-details-inner h1 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

svg.icon-carac {
    width: 24px;
    height: 24px;
    color: var(--cor-site-1);
    margin-right: 5px;
}

.title-valor {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--cor-site-1-3);
  position: relative;
  padding-bottom: 5px;
  margin: 21px 0px !important;
}

.box-detalhes .page-title {
  margin-top: 0px !important;
  color: var(--cor-site-1) !important;
}

.box-detalhes p {
  font-size: 0.92rem;
  margin: 0px;
  color: #fff;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff; /* Usando a cor principal do site */
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

/* Efeito hover opcional */
.section-title:hover {
    transition: color 0.3s ease;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
    transform: scale(1.05);
}

.section-title-area {
  margin-bottom: 0;
}

.section-title:hover:after {
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

.lg-sub-html p {
  color: var(--cor-site-3);
}

header.ltn__header-area.ltn__header-6 {
  position: relative !important;
  background-color: var(--cor-site-5);
} 
/* Estilos CSS compatíveis */
.property-gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    padding: 60px 0 0;
    margin: auto;
}

.property-header {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.property-header h1 {
    font-size: 35px;
    margin: 0 0 10px 0 !important;
    line-height: 1.3;
    color: var(--cor-site-5);
}

.property-pricing h2 {
    font-size: 24px;
    margin: 5px 0;
    color: var(--cor-site-5);
    font-weight: 500;
}

.property-pricing p {
    margin: 0px;
    color: var(--cor-site-6);
    font-size: 15px;
}

.property-status {
    background-color: #f9f9f9;
    padding: 10px 0px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.property-status p {
    margin: 5px 0;
    color: #555;
}

.property-status p:first-child {
    color: #e67e22;
    font-weight: bold;
}

.carousel-main-container {
    position: relative;
    width: 100vw;
    height: 450px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}

/* Alterado para exibir duas imagens por vez */
.carousel-slide {
    width: 33.333%; /* Cada slide ocupa metade da largura */
    height: 100%;
    flex-shrink: 0;
    /* Adicione padding se quiser um espaçamento entre as imagens */
    padding: 0 8px; 
    box-sizing: border-box; /* Garante que o padding não aumente a largura */
}

@media (max-width: 1300px) {
  .carousel-slide {
    width: 50%;
  }
}

.carousel-slide:first-child {
    padding-left: 0; /* Remove o padding do primeiro slide */
}
.carousel-slide:last-child {
    padding-right: 0; /* Remove o padding do último slide */
}
@media (max-width: 560px) {
  .carousel-slide { width: 100%; }
}
.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.carousel-control.prev {
    left: 25px;
}

.carousel-control.next {
    right: 25px;
}

.carousel-control i {
    color: #34495e;
    font-size: 22px;
}

.photo-counter {
    position: relative;
    background: #ffffff;
    color: #34495e;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    width: max-content;
    align-items: center;
    border: 1px solid #ddd;
}
.container.botao-counter {
  margin-top: -60px;
  display: flex;
  justify-content: start;
  gap: 15px;
}
.share-top {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffffe6;
    color: #34495e;
    padding: 9px 14px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
}
.carousel-actions {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px;
    border-top: 1px solid #e0e0e0;
}

.action-button {
    flex: 1;
    padding: 12px;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.action-button i {
    margin-right: 8px;
}

.action-button.faz-proposta {
    background-color: var(--cor-site-1);
    color: white;
}

.action-button.view-map {
    background-color: #ecf0f1;
    color: #2c3e50;
}
.property-pricing span {
    font-size: 27px;
    margin: 5px 0;
    color: var(--cor-site-2);
    font-weight: 700;
}

.card-imovel__etiqueta-exclusivo {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 6px;
  font-size: 12px;
  background: #fff;
  width: fit-content;
  border-radius: 999px;
  color: #d1d338;
  line-height: 15.08px;
  font-weight: 600;
  border: 1px solid #d1d338;
  backdrop-filter: blur(6px);
}

.card-imovel__etiqueta-oferta {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 6px;
  font-size: 12px;
  background: #fff;
  width: fit-content;
  border-radius: 999px;
  color: #6efc02;
  border: 1px solid #6efc02;
  line-height: 15.08px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.card-imovel__etiqueta-destaque {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 6px;
  font-size: 12px;
  background: #fff;
  width: fit-content;
  border-radius: 999px;
  color: #ff8c00;
  border: 1px solid #ff8c00;
  line-height: 15px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.card-imovel__etiqueta-embreve {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 6px;
  font-size: 12px;
  width: fit-content;
  border-radius: 999px;
  line-height: 15.08px;
  font-weight: 600;
  background: #fff;
  color: #1F2936;
  border: 1px solid #1F2936;
  backdrop-filter: blur(6px);
}

.font-15 {
  font-size: 14px !important;
  padding: 7px 13px;
}

.bagde {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-detalhes {
    display: grid;
    grid-template-columns: 1fr 345px;
    gap: 16px;
    margin-bottom: 60px;
}


.values-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}

.values-label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.currency {
  font-size: 20px;
  color: var(--cor-site-2);
  font-weight: 500;
  margin-top: 4px;
}

.amount {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.period {
  font-size: 14px;
  color: #fff;
  align-self: flex-end;
  margin-bottom: 4px;
}

.values-details {
  margin: 20px 0;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.detail-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.detail-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}

.detail-label i {
  color: var(--cor-site-2);
  width: 18px;
  text-align: center;
}

.detail-value {
  font-weight: 500;
  color: #fff;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: white;
  padding: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 16px;
}

.whatsapp-button:hover {
  background: #128C7E;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}
.contato-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--cor-site-1);
  color: white;
  padding: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 16px;
}

.contato-button:hover {
  background: var(--cor-site-1);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}

.total-item .detail-label {
  font-weight: 600;
  color: #fff;
}

.total-item .detail-label i {
  color: var(--cor-site-2);
}

.total-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #10b981;
  font-size: 18px;
}

.total-value .currency {
  font-size: 16px;
}

.total-value .amount {
  font-size: 20px;
}

input#form-detalhes,
textarea#form-detalhes {
  border: 1px solid #ffdc8c2e !important;
  border-radius: 4px !important;
  background-color: #fff;
  padding: 12px 16px !important;
  color: #fff !important;
  margin: auto 0px;
  box-shadow: none;
}

form#detalhes {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  background: var(--cor-site-1);
  color: var(--white);
  border: 1px solid var(--cor-site-2);
  padding: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 16px;
}

.detail-label>i {
  color: var(--cor-site-2);
}

.text-space {
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .grid-detalhes {
    grid-template-columns: 2fr 1fr;
  }
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
@media (max-width: 991px) {
  .desktop-only-form {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .property-gallery-container {
      display: grid;
      grid-template-columns: 1fr;
  }
  .grid-detalhes {
    grid-template-columns: 2fr;
  }
}

.property-feature>svg {
  fill: var(--cor-site-5) !important;
}

.property-features {
  gap: 8px;
}

.property-feature {
  padding: 6px 5px;
}

.box-detalhes {
  background-color: transparent;
  border-radius: 10px;
}


.ltn__page-details-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.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: 10px;
  font-size: 16px;
}

.item-branco {
  background: #fff;
}

.item-cinza {
  background: #fafafa;
  /* Ajuste para o tom da imagem */
}

.icon-carac {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.caracteristica-item svg {
  width: 24px;
  stroke: #fff;
}

div#proposal button, div#proposal-mobile button, div#alugue-online button, div#alugue-online-mobile button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent !important;
    color: #ccba78 !important;
    border: 1px solid #ccba78 !important;
    padding: 14px !important;
    border-radius: 4px !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-top: 16px;
}

div#visit button, div#visit-mobile button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px !important;
    border-radius: 4px !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-top: 16px;
}

.etiqueta-info-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.icone-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--cor-site-1);
    font-size: 20px;
}

.tooltip-info {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    background: #422d19;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .2s;
    font-size: 13px;
    line-height: 1.3;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.tooltip-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #192242 transparent transparent transparent;
}

.icone-info:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
}
.ltn__main-menu>ul>li>a {
  color: #000;
}

.share {
    white-space: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 32px;
    gap: 8px;
    padding: 8px 16px;
    font-size: 15px;
    border-radius: 999px;
    font-weight: 600;
    color: #fff;
    background: var(--cor-site-1);
}

.share:hover {
    background: var(--cor-site-1);
    color: white;
    transition: all 0.3s ease;
}

.top-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.card-imovel__etiqueta-tipo {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--cor-site-1);
    width: fit-content;
    border-radius: 999px;
    color: #fff;
    line-height: 15px;
    font-weight: 600;
    border: 1px solid var(--cor-site-1);
    backdrop-filter: blur(5px);
}

/* ==== Características com Tabs ==== */
.caracteristicas-tabs {
  background: transparent;
  border: 1px solid #ffdc8c2e;
  border-radius: 12px;
  padding: 18px;
}

.caracteristicas-tabs .page-title{
  margin:0 0 12px 0;
}

.carac-tabs__header{
  display: flex;
  gap: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin-bottom: 14px;
}

.carac-tab__btn{
  flex:1;                /* cada um pega 1/3 */
  width:100%;
  text-align:center;
  appearance:none;
  border:1px solid #ffdc8c2e;
  background:transparent;
  padding:12px 6px;
  font-weight:600;
  border-radius: 10px;
  color: #ffdc8c2e;
  position:relative;
  cursor:pointer;
  transition: all .30 ease;
}

.carac-tab__btn.is-active{
  color: rgb(255 226 141 / 65%);
  border-color: rgb(255 226 141 / 65%);
}

/* Painéis */
.carac-tab__panel{ display:none; }
.carac-tab__panel.is-active{ display:block; }

/* Grid branco (sem alternar cinza/branco) */
.caracteristicas-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}

.caracteristicas-col{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.caracteristica-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 8px;
  background: transparent;
  border-radius: 10px;
  color: #ffffff91;
  border: 1px solid #ffffff57;;
}

.carac-icon{
  color: #16a34a; /* verde */
  flex: 0 0 auto;
  margin-top:1px;
}

/* Ver mais */
.carac-vermais{
  margin-top:12px;
  border:0;
  background:transparent;
  color: var(--cor-site-2, #6d28d9);
  font-weight:600;
  cursor:pointer;
  padding:0;
}

/* Colapsar itens acima do limite (controlado por JS) */
.caracteristicas-grid.is-collapsed .caracteristica-item{
  display:none;
}
.caracteristicas-grid.is-collapsed .caracteristica-item.is-visible{
  display:flex;
}

.property-features-grid {
  border-bottom: 1px solid #515151;
  padding-bottom: 40px;
}

/* Responsivo */
@media (max-width: 767px){
  .caracteristicas-grid{
    grid-template-columns:1fr;
  }
}

/* Sticky sidebar (desktop) */
@media (min-width: 992px){
  .ltn__shop-sidebar.ltn__page-details-inner{
    position: relative;
    top: 97px;              /* ajuste conforme seu header */
    align-self: flex-start;  /* importante se o pai for flex */
    z-index: 1;
  }
}

/* Se algum wrapper estiver quebrando sticky, force overflow visível */
@media (min-width: 992px){
  .sidebar,
  .ltn__shop-sidebar,
  .ltn__page-details-inner{
    overflow: visible !important;
  }
}

.first {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

/* Wrapper do ícone de tooltip */
.tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    cursor: pointer;
}

/* Ícone de "info" */
.tooltip-icon {
    display: block;
}

/* Caixa da tooltip */
.tooltip-text {
    position: absolute;
    left: 50%;
    bottom: 130%; /* sobe um pouquinho acima do ícone */
    transform: translateX(-50%) translateY(4px);
    padding: 8px 10px;
    max-width: 260px;

    background: #343b44;         /* fundo escuro tipo o print */
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
    text-align: left;
    white-space: normal;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);

    opacity: 0;
    pointer-events: none;
    z-index: 30;

    transition: opacity 0.15s ease, transform 0.15s ease;
}

/* Setinha da tooltip */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #343b44 transparent transparent transparent;
}

/* Exibir no hover/focus */
.tooltip-wrapper:hover .tooltip-text,
.tooltip-wrapper:focus-within .tooltip-text {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.contato-mensagem-box {
    width: 100%;
    margin-top: 14px;
}

.contato-mensagem-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #181818;
}

.contato-mensagem-textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 14px 16px;
    resize: vertical;
    outline: none;
    background: #fff;
    color: #181818;
    font-size: 0.95rem;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contato-mensagem-textarea:focus {
    border-color: #ccba78;
    box-shadow: 0 0 0 4px rgba(204, 186, 120, 0.16);
}

.contato-mensagem-aviso {
    display: block;
    margin-top: 8px;
    color: #7a7a7a;
    font-size: 0.82rem;
    line-height: 1.4;
}

.contato-mensagem-textarea.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12);
}

.modal-title {
  color: #181818;
}

.botao-acao {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.botao-acao:hover, .botao-acao:focus {
  background-color: transparent !important;
  border-color: #333 !important;
  color: #333 !important;
}