.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-b5aeb33:#fff8f3;--e-global-color-c58817e:#1a1a1a;--e-global-color-5420d44:#e22343;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#E22343;--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-5535e8e-font-family:"Poppins";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Poppins";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-887fca2-font-family:"Poppins";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Poppins";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Poppins";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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;}{}.entry-title, .wp-block-post-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-kit-5{--e-global-typography-c83476d-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    background: #0A0A0A;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

/* SCANLINES */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0,0,0,0.4) 2px,
        rgba(0,0,0,0.4) 4px
    );
    pointer-events: none;
    z-index: 9999;
}

/* HERO */
.hero-retro {
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: #0A0A0A;
    position: relative;
}

.hero-retro::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 70% 50%, rgba(180,0,0,0.25) 0%, transparent 70%),
      radial-gradient(ellipse 30% 40% at 20% 80%, rgba(150,0,0,0.15) 0%, transparent 60%);
}

/* BOTÓN */
.btn-retro-primary {
    background: #CC0000 !important;
    color: #fff !important;
    padding: 14px 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn-retro-primary:hover {
    background: #FF1A1A !important;
}

/* SPONSORS */
.sponsor-card {
    background: #1E1E1E;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
}

.sponsor-card:hover {
    background: rgba(204,0,0,0.1);
}

/* POSTS */
.fb-card {
    background: #1E1E1E;
    border: 1px solid rgba(255,255,255,0.05);
}

/* FOOTER */
.footer-retro {
    background: #141414;
    border-top: 3px solid #CC0000;
}/* End custom CSS */