.elementor-kit-5{--e-global-color-primary:#2973B2;--e-global-color-secondary:#9ACBD0;--e-global-color-text:#2973B2;--e-global-color-accent:#48A6A7;--e-global-color-3e49ea0:#FFFFFF;--e-global-color-6706a89:#F2EFE7;--e-global-color-5a911ab:#2973B2;--e-global-color-96e7b6f:#00B0F0;--e-global-color-2424239:#0A3661;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--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:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-6706a89 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================
   FUENTES
========================= */
body {
  font-family: 'Inter', sans-serif;
}

/* =========================
   HEADINGS BASE (MOBILE)
========================= */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #ffffff; /* ajustable según fondo */
}

/* H1 */
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* H2 */
h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
}

/* H3 */
h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

/* H4 */
h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

/* H5 */
h5 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

/* H6 */
h6 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

/* =========================
   DESKTOP (>=768px)
========================= */

@media (min-width: 768px) {

  h1 {
    font-size: 48px;
    line-height: 1.15;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

/* =========================
   ESPACIADO TIPOGRÁFICO
========================= */

h1, h2, h3 {
  margin-bottom: 12px;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #2973B2;
}

/* =========================
   BOTONES (opcional)
========================= */

button,
.elementor-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}/* End custom CSS */