.elementor-kit-201{--e-global-color-primary:#000000;--e-global-color-secondary:#F6F6F6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF0000;--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;}.elementor-kit-201 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){--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 */html {
  font-size: 100%; /* 16px */
}

/* XS — tipo caption */
:is(.xsmall li, .xsmall p, .xsmall h1, .xsmall h2, .xsmall h3, .xsmall h4, .xsmall h5, .xsmall h6) {
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 0.9rem);
  line-height: 1.4em;
  font-weight: 400;
}

/* S — texto pequeño legible */
:is(.small li, .small p, .small h1, .small h2, .small h3, .small h4, .small h5, .small h6, .small span) {
  font-size: clamp(0.9rem, 0.75rem + 0.7vw, 1.1rem);
  line-height: 1.5em;
  font-weight: 400;
}

/* M — cuerpo de texto regular */
:is(.normal li, .normal p, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6, .normal span) {
  font-size: clamp(1.1rem, 0.9rem + 1vw, 1.4rem);
  line-height: 1.6em;
  font-weight: 450;
}

/* L — subtítulos o textos destacados */
:is(.medium li, .medium p, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6, .medium span) {
  font-size: clamp(1.4rem, 1.1rem + 1.3vw, 1.9rem);
  line-height: 1.4em;
  font-weight: 500;
}

/* XL — títulos importantes */
:is(.large li, .large p, .large h1, .large h2, .large h3, .large h4, .large h5, .large h6, .large span) {
  font-size: clamp(1.9rem, 1.5rem + 1.5vw, 2.5rem);
  line-height: 1.3em;
  font-weight: 600;
}

/* XXL — encabezado principal */
:is(.xlarge li, .xlarge p, .xlarge h1, .xlarge h2, .xlarge h3, .xlarge h4, .xlarge h5, .xlarge h6) {
  font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem);
  line-height: 1.2em;
  font-weight: 700;
}

/* Quitar margen al último párrafo o elemento de texto en Elementor */
.elementor-widget-text-editor :last-child {
  margin-bottom: 0px;
}

/* Clase para aplicar Playfair Display a widgets específicos */
.playfair-widget, 
.playfair-widget h1, 
.playfair-widget h2, 
.playfair-widget h3, 
.playfair-widget h4, 
.playfair-widget h5, 
.playfair-widget h6, 
.playfair-widget p, 
.playfair-widget span {
    font-family: 'Playfair Display', serif !important;
}/* End custom CSS */