.elementor-kit-5{--e-global-color-primary:#57AFB7;--e-global-color-secondary:#000000;--e-global-color-text:#030303;--e-global-color-accent:#FFCC00;--e-global-color-b781eb9:#14818A;--e-global-color-5f71ffa:#058D9880;--e-global-color-716c6e6:#F5F1F0;--e-global-color-1818bd3:#FFFFFF;--e-global-color-3a3ce17:#FAFAFA;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Serif Display";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.2em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:24px 24px 24px 24px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-1818bd3 );border-radius:24px 24px 24px 24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1444px;}.e-con{--container-max-width:1444px;}.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 *//*Base small*/
.smoll{
   font-size: 0.7em;
   line-height: 0.2em;
}

/* Base */
.mf-u-azul {
  position: relative;
  display: inline-block;
  padding-bottom: .12em;
  /* Añadimos la fuente Playfair Display */
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

/* Línea (Subrayado) */
.mf-u-azul::after {
  content: "";
  position: absolute;
  left: 0;
 bottom:-1px ;
  width: 100%;
  height: 3px;
  /* Blanco al 50% de opacidad usando RGBA */
  background-color:#058D9880;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
}

/* Animación cuando el contenedor de Elementor se activa */
.elementor-element.animated .mf-u-azul::after {
  animation: mfUnderline .9s ease-out forwards;
}

@keyframes mfUnderline {
  to { transform: scaleX(1); }
}

/* Respetar configuración de movimiento reducido del usuario */
@media (prefers-reduced-motion: reduce) {
  .mf-u-azul::after { 
    transform: scaleX(1); 
    animation: none; 
  }
}

/* Base - underline amarillo*/
.mf-u-amarillo {
  position: relative;
  display: inline-block;
  padding-bottom: .12em;
  /* Añadimos la fuente Playfair Display */
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

/* Línea (Subrayado) */
.mf-u-amarillo::after {
  content: "";
  position: absolute;
  left: 0;
 bottom:-1px ;
  width: 100%;
  height: 3px;
  /* Blanco al 50% de opacidad usando RGBA */
  background-color:#C3E6F3;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
}

/* Animación cuando el contenedor de Elementor se activa */
.elementor-element.animated .mf-u-amarillo::after {
  animation: mfUnderline .9s ease-out forwards;
}

@keyframes mfUnderline {
  to { transform: scaleX(1); }
}

/* Respetar configuración de movimiento reducido del usuario */
@media (prefers-reduced-motion: reduce) {
  .mf-u-amarillo::after { 
    transform: scaleX(1); 
    animation: none; 
  }
}

/* Base - underline clarito*/
.mf-u-amarillo {
  position: relative;
  display: inline-block;
  padding-bottom: .12em;
  /* Añadimos la fuente Playfair Display */
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

/* Línea (Subrayado) */
.mf-u-amarillo::after {
  content: "";
  position: absolute;
  left: 0;
 bottom:-1px ;
  width: 100%;
  height: 3px;
  /* Blanco al 50% de opacidad usando RGBA */
  background-color:#FFCC00;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
}

/* Animación cuando el contenedor de Elementor se activa */
.elementor-element.animated .mf-u-amarillo::after {
  animation: mfUnderline .9s ease-out forwards;
}

@keyframes mfUnderline {
  to { transform: scaleX(1); }
}

/* Respetar configuración de movimiento reducido del usuario */
@media (prefers-reduced-motion: reduce) {
  .mf-u-amarillo::after { 
    transform: scaleX(1); 
    animation: none; 
  }
}/* End custom CSS */