.elementor-kit-8603{--e-global-color-primary:#33A3DB;--e-global-color-secondary:#0F2982;--e-global-color-text:#000000;--e-global-color-accent:#731E59;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#070707FC;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8603 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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 *//* === Tipografías base (SEO Friendly) === */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
}

/* === Encabezados principales === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #222222;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

/* H1: títulos principales (SEO) */
h1 {
  font-size: 38px;
}

/* H2: subtítulos */
h2 {
  font-size: 30px;
  font-weight: 600;
}

/* H3: títulos intermedios */
h3 {
  font-size: 24px;
  font-weight: 500;
}

/* === Textos secundarios (descripciones, párrafos) === */
p {
  font-size: 16px;
  color: #444444;
  margin-bottom: 16px;
}

/* === Menú y botones === */
button, .btn, .elementor-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: none;
  border-radius: 6px;
}

/* === Mejor legibilidad en dispositivos móviles === */
@media (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  p  { font-size: 15px; }
}/* End custom CSS */