.elementor-kit-6{--e-global-color-primary:#009EE0;--e-global-color-secondary:#E04100;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Importar Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Tipografía global */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, calc(1rem + 0.5vw), 20px);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* Encabezados fluidos */
h1 {
  font-size: clamp(2.5rem, 1rem + 5vw, 4rem);
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  font-size: clamp(2.2rem, 1rem + 4vw, 3.5rem);
  line-height: 1.25;
  font-weight: 900;
}

h3 {
  font-size: clamp(2rem, 1rem + 3vw, 3rem);
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: clamp(1.7rem, 1rem + 2.5vw, 2.5rem);
  line-height: 1.35;
  font-weight: 600;
}

h5 {
  font-size: clamp(1.4rem, 1rem + 2vw, 2rem);
  line-height: 1.4;
  font-weight: 500;
}

h6 {
  font-size: clamp(1.2rem, 1rem + 1.5vw, 1.6rem);
  line-height: 1.45;
  font-weight: 500;
}

/* Párrafos fluidos */
p {
  font-size: clamp(1rem, 1rem + 0.4vw, 1.125rem);
  line-height: 1.75;
}/* End custom CSS */