.elementor-kit-87{--e-global-color-primary:#F9F9F9;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EADBCF;--e-global-color-f6f07b4:#B1A498;--e-global-color-ca7340b:#F53D00;--e-global-color-fc25b1c:#FFFFCD;--e-global-color-c8bd22c:#F04E23;--e-global-color-1661fe5:#FA6A1D;--e-global-color-bf80639:#BFBFBF;--e-global-color-26e64df:#191919;--e-global-typography-primary-font-family:"Raleway";--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:"Montserrat";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-87 e-page-transition{background-color:#000000;}.elementor-kit-87 h2{color:var( --e-global-color-text );font-size:32px;font-weight:700;}.elementor-kit-87 h4{color:var( --e-global-color-text );}.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);}.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;gap:0px;}.site-footer .footer-inner{width:0px;max-width:100%;}@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 */#mi-seccion {
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    animation: aparecer 0s forwards;
    animation-delay: 600s; /* 10 minutos */
}

@keyframes aparecer {
    to {
        visibility: visible;
        position: relative;
    }
}/* End custom CSS */