.elementor-kit-171{--e-global-color-primary:#0F1247;--e-global-color-secondary:#1D2272;--e-global-color-text:#4B4D6B;--e-global-color-accent:#E8553E;--e-global-color-6acbb0f:#F6F4EF;--e-global-color-abe8a44:#F3B419;--e-global-color-59da884:#B9B6EE;--e-global-color-4393654:#E8553E;--e-global-color-7a149d2:#2F8A4A;--e-global-typography-primary-font-family:"IBM Plex Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IBM Plex Sans";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Mono";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:500;}.elementor-kit-171 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 *//* ===== SUBRAYADO ANIMADO AMARILLO - conocimiento, tecnología y experiencia ===== */

/* Keyframe: la línea amarilla crece de izquierda a derecha */
@keyframes subrayado-crecer {
  0% {
    background-size: 0% 4px;
  }
  100% {
    background-size: 100% 4px;
  }
}

.subrayado-amarillo {
  font-style: italic;
  position: relative;
  display: inline;
  background-image: linear-gradient(#FFD700, #FFD700);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 4px;
  padding-bottom: 4px;
  animation: subrayado-crecer 1.2s ease-out 0.3s forwards;
}/* End custom CSS */