.htestimonial_seccion {
  padding: 2rem;
  background-color: #f9fafc;
  text-align: center;
}

.htestimonial_contenedor {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0px;
}

.testwidth {
  margin: 0 auto;
  width: 536px;
}

.htestimonial_descripcion {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #424146;
  font-weight: 500;
  margin-top: 30px;
}

.htestimonial_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 900px;
  margin: 0 auto;
}

.htestimonial_item {
  display: flex;
  align-items: center;
  width: 230px;
  gap: 20px;
}

.htestimonial_icono {
  font-size: 20px;
  color: #d7f1ff;
  margin-bottom: 0.5rem;
  background: #51626f;
  padding: 20px;
  border-radius: 50px;
}

.htestimonial_titulo_item {
  font-size: 1rem;
  font-weight: 500;
  color: #3b5563;
  text-align: left;
}

/* Styles for .conviviendo__item-slide */
.conviviendo__item-slide_plus {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 0 16px 25px;
}

.box-projects-videos {
  position: relative;
  background: #0d1822;
  color: #fcfcfc;
  padding-bottom: 60px;
}

.conviviendo__item-slide_imgplus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Estilos generales para los dots */
.box-projects-videos .slick-dots li button:before {
  height: 2px;
  width: 19px;
  content: '';
  display: block;
  opacity: 1;
  background-color: #8a8a8a;
  /* Color gris para los dots inactivos */
  border-radius: 0;
  margin: 0;
  /* Elimina márgenes entre dots */
  transition: background-color 0.3s ease;
  /* Transición suave */
}

/* Dots activos */
.box-projects-videos .slick-dots li.slick-active button:before {
  background-color: #c7dcea;
  /* Color más vivo para el dot activo */
  opacity: 1;
  /* Total visibilidad */
}

/* Opcional: Ajuste adicional para evitar separación entre dots */
.box-projects-videos .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  /* Sin espacio entre los dots */
  margin: 0;
  padding: 0;
}

.conviviendo__thumbnail_plus {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  height: 498px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.text-video-description {
  font-size: 20px;
  color: #fcfcfc;
  font-weight: 600;
  padding-top: 20px;
  width: 60%;
  margin: 0 auto;
}

.conviviendo__wrapper-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 4px 16px;
  margin-bottom: 70px;
  border-radius: 4px;
  color: #ffffff;
  background-color: rgba(239, 240, 246, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.conviviendo__container-icon {
  position: relative;
  text-align: center;
}

.conviviendo__icon-play {
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title-section-plus-ot {
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.mar-top-h-40 {
  margin-top: -240px;
  margin-bottom: 330px;
}

.caption-title-home {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 36px !important;
}

.caption-title-home span:nth-of-type(2) {
  font-size: 36px !important;
}

@media screen and (min-width: 1024px) {
  .caption-title-home span:nth-of-type(2) {
    font-size: 64px !important;
  }
}

.caption-title-home strong {
  color: #4b9dca;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.caption-bg-home {
  background-color: rgba(13, 24, 34, 0.7);
  /* Negro con 70% de opacidad */
}

.mb-16 {
  margin-bottom: 32px;
}

.reservas_mobile {
  display: none;
}

.selecciona_modelo_mobile {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.wd-slider-am {
  max-width: 600px;
}

/* Para tablets (por ejemplo, pantallas de 768px o más) */
@media (max-width: 900px) {
  .htestimonial_items {
    width: auto;
  }

  .testwidth {
    width: auto;
  }

  .text-video-description {
    width: 80%;
  }
}

/* Para pantallas más grandes (por ejemplo, 992px o más) */
@media (max-width: 400px) {
  .htestimonial_items {
    width: auto;
  }

  .testwidth {
    width: auto;
  }

  .text-video-description {
    font-size: 16px;
    width: 90%;
  }
}

/* Estilos para pantalla niveles de la version mobile */

.niveles_mobile_section {
  display: none;
  padding: 0 30px;
  margin-bottom: 40px;
}

.niveles_mobile_card {
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  border: 1px solid #e2e2e5;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

.niveles_mobile_card-id {
  color: #6192a8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.niveles_mobile_card-title {
  color: #3b5563;
  font-size: 24px;
  font-weight: 700;
}

.niveles_mobile_card-details {
  color: #82838d;
  font-size: 12px;
  font-weight: 500;
}

/* 
.niveles_mobile_card-address {
    font-weight: 500;
    color: #82838D;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
} */

.custom-tooltip {
  font-size: 12px;
  line-height: 14px;
  min-width: 150px;
  max-width: 200px;
}

.custom-tooltip p {
  margin: 5px 0;
  color: #fff !important
}

@media (max-width: 768px) {
  .reservas_desktop {
    display: none;
  }

  .reservas_mobile {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .niveles_mobile_section {
    display: block;
  }
}

@media (max-width: 767px) {
  .wd-slider-am {
    max-width: 350px;
  }
}

.header-icon-center {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header-icon-right {
    font-size: 1.7rem;
  }
}

/* Header: responsive igual a Polanco */
.header {
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.header--hidden {
  transform: translateY(-100%);
}

.header--line {
  background-color: transparent;
  border-bottom-color: transparent;
}

.header__wrap {
  max-width: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .header {
    padding-left: 56px;
    padding-right: 56px;
  }
}

/* Exchange rates select en header */
#exchange-rates {
  border: none;
  margin: 0;
  height: auto;
  font-size: 14px;
  width: 50px;
  margin-right: 10px;
  text-align: right;
  padding-right: 30px !important;
  padding-left: 0px !important;
  font-weight: 500;
  background-image: url(https://sotobosqueparqueboutique.com.gt/wp-content/themes/parque-vista-verde/images/arrow-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  #exchange-rates {
    width: auto;
  }
}

.header--line .header__right select {
  color: #ffffff;
}

/* GTranslate en header */
.gt_switcher_wrapper {
  top: 22px !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
  display: none;
}

.gt_switcher-popup {
  padding-right: 0 !important;
  background-image: none;
}

.gt_switcher-popup span:first-of-type {
  font-size: 14px !important;
  font-weight: 500;
  color: #262338;
}

.gt_switcher-popup span:nth-of-type(2) {
  display: inline !important;
  color: #A39E80 !important;
  font-size: 8px !important;
  font-weight: bold !important;
}

a.glink img {
  width: 24px !important;
  border-radius: 50%;
  height: 24px !important;
  object-fit: cover;
  margin-right: 0.5rem !important;
}

/* LTSM-4276: color del selector de idiomas (widget gtranslate float switcher)
   igual al de la moneda/CTAs.
   - Trigger (idioma actual, .gt-current-lang .gt-lang-code): navy en header sólido,
     blanco sobre el hero (.header--line), igual que #exchange-rates.
   - Dropdown de opciones (.gt_options): fondo blanco → texto SIEMPRE oscuro y legible
     (antes heredaba el blanco del header sobre el hero y quedaba invisible). */
/* Estructura del widget en Dev/Prod (gtranslate "popup"):
   trigger = a.gt_switcher-popup > span("ES") + span.▼ (flecha, color inline propio);
   dropdown = .gt_white_content .gt_languages > a.glink > span ("English"/"Spanish").
   (En local el widget es el "float switcher" con .gt-current-lang/.gt_options; se
   incluyen ambos juegos de selectores para cubrir los dos.) */
/* Trigger: igual a la moneda → navy en header sólido, blanco sobre el hero. */
.header__right .gt_switcher-popup > span:first-of-type,
.header__right .gt-current-lang .gt-lang-code {
  color: #3B5563;
}

.header--line .header__right .gt_switcher-popup > span:first-of-type,
.header--line .header__right .gt-current-lang .gt-lang-code {
  color: #ffffff;
}

/* Dropdown de opciones (fondo blanco): texto oscuro #262338 SIEMPRE y legible. */
.header__right .gt_languages .glink span,
.header__right .gt_options a {
  color: #262338 !important;
}

.header__right .glink img {
  -webkit-filter: none !important;
  filter: none !important;
}

@media (min-width: 990px) {
  .gt_switcher_wrapper {
    right: 130px !important;
  }
}

/* Fix: font tags de GTranslate rompiendo layout vertical de teléfonos */
.contact-info__phone font,
.contact-info__phone font font {
  display: contents;
}

/* Teléfonos en flex column, protegidos de GTranslate */
.contact-info__phone-numbers {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.75rem !important;
  line-height: 0.9375rem;
  color: #6E7191;
}

@media screen and (min-width: 768px) {
  .contact-info__phone-numbers {
    margin-right: 0 !important;
  }
}

.contact-info__phone-numbers span {
  font-size: 0.75rem !important;
}
/* LTSM-4281 — Botones del home (Agenda tu cita / Ver disponibilidad) */
.wellcome__ctas {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 0 16px;
}
.wellcome__cta {
  flex: 0 0 215px;
  width: 215px !important;
  white-space: nowrap;
  text-align: center;
}

/* Hover de los botones del hero ("Agenda tu cita" / "Ver disponibilidad"):
   el hover por defecto de .cta--solid deja el fondo 100% transparente y el texto
   en navy, así que sobre el hero oscuro el botón/texto se pierde. Lo dejamos con
   un relleno semi-transparente (45%) y texto claro para que siga legible. */
.wellcome__cta.cta--solid:hover {
  background-color: rgba(59, 85, 99, 0.45);
  border-color: #dae5ec;
  color: #dae5ec;
}
@media screen and (max-width: 765px) {
  .wellcome__ctas {
    flex-wrap: wrap;
  }
  .wellcome__cta {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100%;
    white-space: normal;
  }
}

/* LTSM-4282 / LTSM-4283 — Centro de Experiencia (título) + íconos del menú lateral
   (markup portado de Mariscal; colores on-brand Sotobosque #D3EFFF) */
.nav-section__menus .footer-menu__title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
  color: #D3EFFF;
}
.footer-menu__social--lg {
  column-gap: 28px;
}
.footer-menu__social--lg li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-menu__social--lg img {
  width: 28px;
  height: 28px;
}
.footer-menu__social--lg .icon-call {
  font-size: 24px;
  color: #D3EFFF;
}

/* Footer space reserve (sticky footer).
   En desktop el footer es position:absolute;bottom:0 dentro de .site, por lo que
   el contenido (.home-vv) debe reservar su altura con padding-bottom; de lo
   contrario el footer se encima sobre la última sección del home (cortaba la
   tarjeta de "Agenda tu cita", el CTA y "Sala de ventas").
   Esta regla existe en NewStylev2.css (no encolado) pero se perdió en
   styles.min.css (el que sí carga). Footer mide 298px en desktop. */
@media screen and (min-width: 1024px) {
  .home-vv {
    padding-bottom: 298px;
  }
}


/* Párrafo introductorio de /preguntas-frecuentes/ (auditoría SEO).
   Va dentro de .wrap-steps, cuya regla global es `.wrap-steps p{margin:0}`: sin
   esto los párrafos del wysiwyg quedarían pegados unos a otros. Se mantiene
   discreto —hereda tipografía y color del sitio— y solo controla interlineado y
   separación respecto al subtítulo de arriba y al acordeón de abajo.
   Mismas reglas que en Parque Polanco (sotobosque-custom-styles.css). */
.faq-intro {
  margin-top: 16px;
}

.faq-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.faq-intro p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .faq-intro p {
    font-size: 15px;
  }
}


/* Texto descriptivo de /agendar-cita/ (auditoría SEO, LTSM-6410).
   Va dentro de .make-appointment__wrapper, entre el encabezado y el formulario.
   Se mantiene discreto —hereda tipografía y color del sitio— y solo controla
   ancho de línea, interlineado y separación respecto al form de abajo. Mismo
   criterio que .faq-intro. Mientras el campo ACF esté vacío el bloque no se
   pinta y estas reglas no aplican a nada. */
.agendar-cita-intro {
  margin-top: 8px;
  max-width: 720px;
}

.agendar-cita-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.agendar-cita-intro p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .agendar-cita-intro p {
    font-size: 15px;
  }
}


/* Fix scroll horizontal en el listado de viviendas (torre/nivel, vista mobile).
   #viviendas-container.list-view recibe display:grid inline por JS; sin
   grid-template-columns la unica columna se dimensiona al max-content del item
   mas ancho (~413px) y desborda el viewport ~23px en pantallas de 390px. Se
   constrine la columna al contenedor y se permite que el item encoja.
   Estas reglas existian en NewStylev2.css (ya no encolado); se perdieron al
   fusionar en styles.min.css (el que si carga), igual que el fix del footer. */
.list-view {
  grid-template-columns: minmax(0, 1fr);
}

.vivienda-list-item {
  min-width: 0;
}
