.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;
}

/* 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: 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;
}
.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 #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%;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}

/* Container principal */
.property-details-container {
  margin: 0;
  padding: 0;
}

/* 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;
  padding: 0.75rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}

.feature-item:hover {
  background-color: #f1f3f5;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Í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: 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(110px, 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: 2rem;
  font-weight: 600;
  color: var(--cor-site-1-3);
  position: relative;
  padding-bottom: 5px;
}

.page-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--cor-site-1);
  border-radius: 3px;
}
h4.page-title{
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cor-site-1-3);
  position: relative;
  padding-bottom: 5px;
}

h4.page-title:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--cor-site-1);
  border-radius: 3px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cor-site-1-3); /* 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;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--cor-site-1); /* Usando a cor secundária do site */
  border-radius: 3px;
}

/* Efeito hover opcional */
.section-title:hover {
  color: var(--cor-site-5);
  transition: color 0.3s ease;
  transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
  transform: scale(1.05);
}

.section-title:hover:after {
  background: var(--cor-site-1);
  transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

.lg-sub-html p {
  color: var(--cor-site-3);
}

.box-detalhes {
  background-color: #fff;
  padding: 22px;
  box-shadow: var(--ltn__box-shadow-1);
  border-radius: 10px;
}

.box-detalhes:last-child {
  margin-bottom: 20px;
}

.ltn__page-details-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.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;
}


.values-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
}

.values-label {
    display: block;
    font-size: 14px;
    color: #6b7280;
    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: #111827;
    line-height: 1;
}

.period {
    font-size: 14px;
    color: #6b7280;
    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: #4b5563;
}

.detail-label i {
    color: var(--cor-site-2);
    width: 18px;
    text-align: center;
}

.detail-value {
    font-weight: 500;
    color: #111827;
}

.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);
}
.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: #111827;
}

.total-item .detail-label i {
    color: var(--cor-site-1);
}

.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 #ddd !important;
    border-radius: 4px !important;
    background-color: #fff;
    padding: 12px 16px !important;
    color: #333 !important;
    margin-bottom: 0px !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;
    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;
}

.form-button:hover {
    background: var(--cor-site-0);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(191, 37, 211, 0.2);
}