.elementor-kit-8{--e-global-color-primary:#FADADD;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF8FAB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Flex";--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;background-color:#000000;font-family:"Roboto";}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#FF8FAB;color:#000000;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#000000;padding-inline-end:0px;padding-inline-start:0px;}.site-footer{background-color:#000000;}.elementor-kit-8 a{font-family:"Roboto";}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{background-color:#000000;}.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-lightbox{background-color:#000000;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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 *//* Fondo general oscuro para efecto neon */
body {
    background-color: #0E0E11;
    font-family: 'Roboto', Arial, sans-serif;
}

/* Títulos neon rosa pastel */
h1, h2, h3 {
    color: #FFC0CB;
    font-weight: 500;
    text-shadow:
        0 0 6px rgba(255,192,203,0.6),
        0 0 12px rgba(255,182,193,0.4);
}

/* Texto normal suave */
p {
    color: #FFD6E0;
    font-size: 15px;
}

/* Botón neon pastel */
.elementor-button {
    background-color: transparent;
    color: #FFC0CB;
    border: 1px solid #FFC0CB;
    border-radius: 26px;
    padding: 12px 24px;
    transition: all 0.25s ease;
    box-shadow:
        0 0 8px rgba(255,192,203,0.6);
}

/* Hover glow */
.elementor-button:hover {
    background-color: #FFC0CB;
    color: #0E0E11;
    box-shadow:
        0 0 12px rgba(255,192,203,0.9),
        0 0 22px rgba(255,182,193,0.6);
    transform: translateY(-1px);
}

/* Aire visual minimalista */
.elementor-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Links neon */
a {
    color: #FFC0CB;
    text-shadow: 0 0 6px rgba(255,192,203,0.5);
}
.video-dorado {
    position: relative;
    overflow: hidden;
}

.video-link-overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
}

/* efecto dorado */
.video-dorado:hover::after,
.video-dorado:active::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(120deg, transparent 40%, rgba(255,215,0,0.6) 50%, transparent 60%);
    animation:goldshine 1s ease;
    pointer-events:none;
}

@keyframes goldshine {
    0% { transform:translateX(-100%); }
    100% { transform:translateX(100%); }
}/* End custom CSS */