.elementor-kit-4{--e-global-color-primary:#F1C40F;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E74C3C;--e-global-color-3d4036a:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-primary-word-spacing:0.5px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* TITULARES HERO - H1 */
h1 {
  font-family: 'Alfa Slab One', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.1;
  color: #f1f1f1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

/* SUBTÍTULOS / H2 */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 5.5vw, 3.5rem);
  line-height: 1.2;
  color: #d1d1d1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* DESTACADOS / H3 */
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  line-height: 1.3;
  color: #bbbbbb;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* TEXTO GENERAL */
body,
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  color: #e0e0e0;
}

/* CITAS / TESTIMONIOS */
blockquote,
.quote,
.testimonial {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 3vw, 1.7rem);
  font-style: italic;
  line-height: 1.5;
  color: #cccccc;
}

/* NOTAS / ETIQUETAS PEQUEÑAS */
.small,
footer,
.caption {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  line-height: 1.4;
  color: #aaaaaa;
}

/* BOTONES y CTA */
button,
.elementor-button,
.cta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000000;
  background-color: #32CD32;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
}/* End custom CSS */