.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-45c6035:#FFFFFF;--e-global-color-e32f443:#000000;--e-global-color-20ac890:#AF2529;--e-global-color-c518840:#0D0C36;--e-global-color-e178a00:#AE945E;--e-global-color-30b6d62:#008D3A;--e-global-color-5707490:#1AB45A;--e-global-color-5704486:#C41515;--e-global-color-8a33651:#920F0F;--e-global-typography-primary-font-family:"Bebas Neue";--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:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Bebas Neue", Sans-serif;}.elementor-kit-5 h2{font-family:"Bebas Neue", Sans-serif;}.elementor-kit-5 h3{font-family:"Bebas Neue", Sans-serif;}.elementor-kit-5 h5{font-family:"Bebas Neue", Sans-serif;}.elementor-kit-5 h6{font-family:"Bebas Neue", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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 */.e-off-canvas__overlay{
    backdrop-filter: blur(4px);
}

.texto-animado-ryu, .text-animado-ryu * {
opacity: 0;
animation: fadeInOutRyu 8s ease-in-out 5s forwards;
}

.mostrar-rep{
    display: flex;
}

.ocultar-rep{
    display: none;
}

@keyframes fadeInOutRyu {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}/* End custom CSS */