.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-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-global-typography-c210747-font-family:"Plus Jakarta Sans";--e-global-typography-c210747-font-size:65px;--e-global-typography-c210747-font-weight:900;--e-global-typography-c210747-line-height:80px;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-kit-5{--e-global-typography-c210747-font-size:26px;--e-global-typography-c210747-line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================================
   1. ELIMINACIÓN DE ESPACIOS EN BLANCO
   ========================================================================== */
html, body.elementor-template-canvas {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#wpadminbar {
    top: 0 !important;
}
html {
    margin-top: 0px !important;
}
.site-main, #main, #primary, .content-area, .main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ==========================================================================
   2. REJILLA BASE
   ========================================================================== */
body.elementor-template-canvas {
    position: relative;
    background-color: #030914 !important;
}

body.elementor-template-canvas::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: 
        linear-gradient(rgba(0, 163, 255, 0.07) 1.5px, transparent 1.5px),
        linear-gradient(90deg, rgba(0, 163, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 55px 55px;
    background-position: center top;
    
    -webkit-mask-image: 
        linear-gradient(to bottom, black 10%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 98%), 
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: 
        linear-gradient(to bottom, black 10%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 98%), 
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    
    mix-blend-mode: normal;
    opacity: 0.5;
    animation: pulsoNeonEfectoIntenso 5s infinite ease-in-out;
    pointer-events: none;
    z-index: 1;
}

/* ==========================================================================
   3. ANIMACIÓN
   ========================================================================== */
@keyframes pulsoNeonEfectoIntenso {
    0%, 100% {
        opacity: 0.30;
        filter: drop-shadow(0 0 0px rgba(0, 240, 255, 0));
    }
    50% {
        opacity: 0.95;
        filter: drop-shadow(0 0 6px rgba(0, 240, 255, 0.6)) saturate(1.6);
    }
}/* End custom CSS */