:root {
    --bg: #0d0d0d;
    --bg-soft: #141414;
    --text: #f3f1ea;
    --text-dark: #111111;
    --muted: rgba(255, 255, 255, 0.72);
    --muted-dark: rgba(17, 17, 17, 0.72);
    --line: rgba(255, 255, 255, 0.14);
    --line-dark: rgba(17, 17, 17, 0.1);
    --accent: #d8b15a;
    --container: 1280px;
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    line-height: 1.4;
}

img,
canvas {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}


/****************HEADER**********************/
.c-header__options_container {
    background-color: transparent;
}

.c-header__options {
    background-color: transparent;
}

.c-header > .o-container > .u-flex {
    align-items: flex-start;
}

.c-header > .o-container {
    background-color: transparent;
}

.c-header__options .idioma .btn, .c-header__options .idioma .btn-user {
    color: white;
}

.c-header__options_container {
    background-color: transparent;
}

.c-header__options {
    background-color: transparent;
}

.c-header > .o-container > .u-flex {
    align-items: flex-start;
}

.c-header > .o-container {
    background-color: transparent;
}

.c-header__options .idioma .btn, .c-header__options .idioma .btn-user {
    color: white;
}

.c-header > .o-container {
    background-color: transparent;
}

.c-header__brand img {
    position: absolute;
    top: 0px;
}
/****************end HEADER**********************/

/*******************INTRO************************/

.intro-2026 {
    padding: 0 30px;
    background-color: #FFF;
}

    .intro-2026 .text-container {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
    }

        .intro-2026 .text-container div {
            flex: 1;
            min-width: 350px;
        }

            .intro-2026 .text-container div h2 {
                color: var(--primary-color);
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 10px;
                font-size: 2.5rem;
            }

            .intro-2026 .text-container div p {
                margin-bottom: 15px;
            }

            .intro-2026 .text-container div:last-child img {
                margin-bottom: 60px;
                width: 100%;
                border-radius: 30px;
            }

            .intro-2026 .text-container div:first-child img {
                margin-top: 60px;
                width: 100%;
                border-radius: 30px;
            }

    .intro-2026 .attend {
        margin: 68px auto;
        margin-top: 10px;
        max-width: 750px;
        width: 80%;
        border: 2px solid #002046;
        border-radius: 31px;
        padding: 16px;
        text-align: center;
    }

        .intro-2026 .attend p {
            font-size: 22px;
            color: #002046
        }

        .intro-2026 .attend a {
            font-size: 18px;
            margin: 20px auto;
            color: #002046;
            width: 200px;
            border: 2px solid #002046;
            border-radius: 30px;
            padding: 6px;
            font-weight: 600
        }
/*******************End INTRO************************/

.hero-sequence {
    position: relative;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    background: #000;
}

#heroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hero-sequence__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.10) 28%, rgba(0, 0, 0, 0.28) 100% );
    pointer-events: none;
}

.hero-sequence__content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 0 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-sequence__content--edm {
    gap: 24px;
}

.hero-sequence__logo {
    width: 350px;
    height: auto;
    display: block;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 1));
}

.hero-sequence__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-shadow: 1px 1px 20px black;
}

.hero-sequence__title-main {
    margin: 0;
    font-size: clamp(28px, 3.8vw, 56px);
    line-height: 1.03;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.hero-sequence__title-sub {
    margin: 0;
    font-size: clamp(18px, 3vw, 40px);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.hero-sequence__title-tag {
    margin: 2px 0 0 0;
    font-size: clamp(20px, 3.2vw, 48px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #6fd0ff;
}

.section {
    padding: 110px 0;
}

.section-heading {
    max-width: 900px;
    margin-bottom: 48px;
}

.kicker {
    margin: 0 0 16px 0;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted-dark);
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: var(--text-dark);
}

@media (max-width: 1600px) {
    .hero-sequence__title-main {
        font-size: 35px;
    }

    .hero-sequence__title-sub {
        font-size: 28px;
    }

    .hero-sequence__title-tag {
        font-size: 30px;
    }

    .scrollIcon {
        width: 36px;
        height: 56px;
        bottom: 28px;
    }

    .scrollText {
        font-size: 10px;
        letter-spacing: 0.13em;
    }
}

@media (max-width: 1024px) {
    .hero-sequence__title-main {
        font-size: clamp(22px, 3vw, 38px);
    }

    .hero-sequence__title-sub {
        font-size: clamp(16px, 2.4vw, 30px);
    }

    .hero-sequence__title-tag {
        font-size: clamp(16px, 2.6vw, 34px);
    }

    .scrollIcon {
        width: 34px;
        height: 52px;
        bottom: 26px;
    }

    .scrollText {
        font-size: 10px;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 767px) {
    .hero-sequence {
        min-height: 100svh;
    }

    .hero-sequence__content {
        padding: 0 20px;
    }

    .hero-sequence__content--edm {
        gap: 16px;
    }

    .hero-sequence__logo {
        width: 250px;
    }

    .hero-sequence__titles {
        gap: 6px;
    }

    .hero-sequence__title-main {
        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.05;
    }

    .hero-sequence__title-sub {
        font-size: clamp(20px, 6vw, 30px);
        line-height: 1.08;
    }

    .hero-sequence__title-tag {
        font-size: clamp(20px, 6.2vw, 34px);
        line-height: 1.08;
    }
}

/* SCROLL ICON HERO */

.scrollIcon {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    width: 44px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
    pointer-events: none;
}

    .scrollIcon .scroll {
        display: block;
        width: 5px;
        height: 12px;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 40px;
        animation: scrollWheel 2s infinite;
    }

.scrollText {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    animation: scrollText 2s infinite;
    white-space: nowrap;
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0.35;
        transform: translateY(18px);
    }
}

@keyframes scrollText {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
}

@media(max-width:800px) {
    .intro-2026 .attend {
        margin: 20px auto 40px auto;
    }

    .intro-2026 .text-container {
        flex-direction: column;
    }

        .intro-2026 .text-container div h2 {
            font-size: 1.5rem;
        }
        .intro-2026 .text-container div img {
            margin: 20px 0px !important;
        }

        .intro-2026 .text-container div:last-of-type {
            display: flex;
            flex-direction: column;
        }
        .intro-2026 .text-container div:last-of-type img{
            order:3
        }
}

@media (max-width: 767px) {
    .scrollIcon {
/*        bottom: 24px;
        width: 40px;
        height: 64px;*/
        display:none;
    }

    .header-bg .o-container.u-flex,
    .header-bg .c-header__options.u-flex,
    .header-bg.js-header {
        background-color: #007FB3 !important;
    }

    #heroSequence {
        background-image: url("../img/frames/frame_0001.webp");
        background-position: center;
    }

    .scrollText {
        bottom: -24px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }
}

    @media(max-width:440px) {
        .c-header {
            top: 45px;
        }

        .intro-2026 .text-container div {
            min-width: 250px;
        }
    }