.elementor-kit-112{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-185ce25:#F12B87;--e-global-color-8208edf:#3BBDB5;--e-global-color-62c5e18:#070711;--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-112 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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ==============================
   KEYFRAMES
============================== */

@keyframes ucBadge {
  from { opacity: 0; transform: translateX(-18px); letter-spacing: 0.5em; }
  to   { opacity: 1; transform: translateX(0);     letter-spacing: 0.18em; }
}

@keyframes ucTitulo {
  from { opacity: 0; transform: translateY(40px) skewY(3deg); }
  to   { opacity: 1; transform: translateY(0)    skewY(0deg); }
}

@keyframes ucLinea {
  from { opacity: 0; transform: scaleX(0); transform-origin: left; }
  to   { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes ucFade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ucStats {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ==============================
   BADGE
============================== */

.uc-badge,
.uc-badge .elementor-heading-title,
.uc-badge .e-heading-title,
.uc-badge h1, .uc-badge h2,
.uc-badge h3, .uc-badge p {
  opacity: 0;
  animation: ucBadge 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

/* ==============================
   H1 TÍTULO
============================== */
@keyframes ucTitulo {
  from { opacity: 0; transform: translateY(50px); }
  to   { opacity: 1; transform: translateY(0); }
}

.uc-h1 .elementor-heading-title {
  animation: ucTitulo 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both !important;
  opacity: 1 !important;
}

.animated.uc-h1 .elementor-heading-title,
.elementor-invisible.uc-h1 .elementor-heading-title {
  opacity: 1 !important;
  visibility: visible !important;
}

.animated.uc-h1 .elementor-heading-title,
.elementor-invisible.uc-h1 .elementor-heading-title {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==============================
   LÍNEA DECORATIVA
============================== */

.uc-linea,
.uc-linea .elementor-divider,
.uc-linea .elementor-divider-separator {
  opacity: 0;
  animation: ucLinea 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

/* ==============================
   PÁRRAFO
============================== */

.uc-parrafo,
.uc-parrafo p,
.uc-parrafo .elementor-widget-container {
  opacity: 0;
  animation: ucFade 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.85s both;
}

/* ==============================
   BOTONES
============================== */

.uc-botones,
.uc-botones .elementor-widget-container {
  opacity: 0;
  animation: ucFade 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.05s both;
}

/* ==============================
   ESTADÍSTICAS
============================== */

.uc-stats,
.uc-stats .elementor-widget-container {
  opacity: 0;
  animation: ucStats 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.3s both;
}/* End custom CSS */