.elementor-kit-11{--e-global-color-primary:#011A40;--e-global-color-secondary:#D5A560;--e-global-color-text:#555555;--e-global-color-accent:#D5A560;--e-global-color-6606d2d:#FFFFFF;--e-global-color-fa6198c:#FAFAFA;--e-global-color-067dc13:#000000;--e-global-color-7d41ff0:#111111;--e-global-typography-primary-font-family:"IBM Plex Serif";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"IBM Plex Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#F3F3F3;font-family:"Inter", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{font-family:"IBM Plex Serif", Sans-serif;font-weight:400;}.elementor-kit-11 h2{font-family:"IBM Plex Serif", Sans-serif;font-size:42px;font-weight:400;line-height:50px;}.elementor-kit-11 h3{font-family:"IBM Plex Serif", Sans-serif;font-weight:400;}.elementor-kit-11 h4{font-family:"IBM Plex Serif", Sans-serif;}.elementor-kit-11 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   🦩 Escala tipográfica universal (solo tamaños)
   ============================================================ */

:root {
  /* Título principal */
  --font-h1: clamp(2rem, 6vw, 4rem);

  /* Subtítulos (h2, h3, h4) */
  --font-h2-4: clamp(1.5rem, 4vw, 2.25rem);

  /* Titulares pequeños (h5) */
  --font-h5: clamp(1.25rem, 3vw, 1.75rem);

  /* Titulares mínimos (h6) */
  --font-h6: clamp(1.1rem, 2vw, 1.25rem);

  /* Texto base */
  --font-body: clamp(0.9rem, 2vw, 1.125rem);

  /* Texto pequeño */
  --font-small: clamp(0.8rem, 1.5vw, 1rem);
}

/* Aplicación global */
h1 { font-size: var(--font-h1); }
h2, h3, h4 { font-size: var(--font-h2-4); }
h5 { font-size: var(--font-h5); }
h6 { font-size: var(--font-h6); }
p, li { font-size: var(--font-body); }
small { font-size: var(--font-small); }/* End custom CSS */