.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out-right;--e-page-transition-exit-animation:e-page-transition-fade-in-left;--e-page-transition-animation-duration:500ms;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.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 *//* ================================
   Reiner Premium Reveal - Elementor
   Animación visible sin romper layout
================================ */

/* Por defecto todo se ve normal */
.rs-anim {
  opacity: 1;
  filter: none;
  translate: 0 0;
  scale: 1;
}

/* Solo se oculta cuando el script ya cargó correctamente */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim:not(.rs-show) {
  opacity: 0;
  filter: blur(8px);
  translate: 0 24px;
  scale: 0.985;
}

/* Estado visible */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.rs-show {
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
  scale: 1;
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    translate 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    scale 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Títulos */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-heading:not(.rs-show) {
  translate: 0 20px;
  filter: blur(6px);
}

/* Textos */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-text-editor:not(.rs-show) {
  translate: 0 18px;
  filter: blur(5px);
}

/* Botones */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-button:not(.rs-show) {
  translate: 0 14px;
  scale: 0.97;
  filter: blur(4px);
}

/* Imágenes, cajas y formularios */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-image:not(.rs-show),
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-icon-box:not(.rs-show),
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-image-box:not(.rs-show),
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-call-to-action:not(.rs-show),
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-testimonial:not(.rs-show),
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim.elementor-widget-form:not(.rs-show) {
  translate: 0 30px;
  scale: 0.975;
  filter: blur(8px);
}

/* Pequeño delay escalonado */
body.rs-motion-ready:not(.elementor-editor-active) .rs-anim:nth-of-type(2) {
  transition-delay: 0.04s;
}

body.rs-motion-ready:not(.elementor-editor-active) .rs-anim:nth-of-type(3) {
  transition-delay: 0.08s;
}

body.rs-motion-ready:not(.elementor-editor-active) .rs-anim:nth-of-type(4) {
  transition-delay: 0.12s;
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .rs-anim {
    opacity: 1 !important;
    filter: none !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transition: none !important;
  }
}/* End custom CSS */