/* ===========================================================
   Tipografia del sitio (se carga ultimo para pisar cada modulo)

   - Cuerpo:   Poppins (definido en style.css / metrics.css)
   - Titulos:  Barlow Condensed (h1-h6 y clases de titulo)
   - Botones:  Barlow Condensed, MAYUSCULAS
   =========================================================== */

/* ---------- Titulos ---------- */
h1, h2, h3, h4, h5, h6,
.hero-title, .srv__title, .nosotros-title, .section-title,
.seo-index-title, .ftr__title, .step-title, .srv__name,
.pasos__step-title, .ctc__title, .seo-card-title, .idx-pr__heading {
  font-family: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
  font-weight: 700;
}

h1, .hero-title, .seo-index-title {
  font-weight: 800;
}

/* Etiquetas en mayusculas: tracking mas abierto para que se lean */
.seo-section h3, .seo-cta-box h3, .ftr__title, .srv__name, .pasos__step-title {
  letter-spacing: 0.06em !important;
}

/* ---------- Botones y CTAs ---------- */
button,
input[type="submit"],
input[type="button"],
.seo-btn,
.hero-cta-primary, .hero-cta-secondary, .hero-phone,
.navbar-cta-primary, .navbar-cta-wsp,
.srv__cta, .vid__cta, .nosotros-link, .idx-pr__cta, .idx-pr__all,
.pf-btn, .pf-card__cta, .pf-cta__actions a,
.seo-card-link, .strip-phone, .ctc__submit,
.wa-float {
  font-family: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-weight: 700 !important;
  /* La condensada en mayusculas se ve chica: compensar un poco el cuerpo */
  font-size: 1.08em;
}

/* Botones de icono (galeria, video, menu): no llevan texto, solo la fuente */
.pf-gallery__nav, .pf-lightbox__nav, .pf-lightbox__close, .pf-gallery__expand,
.video-control-btn, .video-play-btn, .navbar-toggle {
  font-size: inherit;
}
