@font-face {
    font-family: 'National';
    src: url('../fonts/National2-Medium.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/National2-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/National2-Bold.otf');
    font-weight: bold;
    font-style: normal;
}


body {
    margin: 0;
    background: #000;
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    font-family: "National", sans-serif;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;


    section {
        padding: 100px;
    }

    h1 {
        font-size: 150px;
        font-weight: bold !important;
    }

    h2 {
        font-size: 80px;
        font-weight: bold !important;
    }



    #header {
        position: relative;
        width: 100%;
        height: 100vh;
        padding-top: 350px;
        padding-bottom: 350px;
        background: url('../images/bannerHeader.jpg') no-repeat center center/cover;


        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90%;
            height: 90%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }

        .overlay-hover {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90%;
            height: 90%;
            z-index: 1;
            animation: spin 20s linear infinite;

            img {
                max-width: 190%;
                max-height: 190%;
                object-fit: cover;
            }

        }
    }


    /* LETREIRO */
    .messageBanner {
        position: relative;
        width: 100%;
        height: 25px;
        overflow: hidden;
        background: #111111;
        display: flex;
        padding-top: 50px;
        padding-bottom: 50px;
        align-items: center;

        .scrolling {
            display: flex;
            width: max-content;
            animation: marquee 120s linear infinite;

            span {
                font-size: 60px;
                font-weight: bold;
                color: #FFF;
                white-space: nowrap;
                padding: 0 2rem;
            }
        }
    }


    #video {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 90vh;
        background: url('../images/bannerVideo.png') no-repeat center center/cover;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }

            .spin {
                animation: spin 20s linear infinite;
            }
        }
    }


    #subscribe {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 90vh;
        background: url('../images/bannerInscreva.png') no-repeat center center/cover;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }

        .aspas {
            font-weight: bold !important;
            font-size: 200px;
            color: #000;
        }

        .shake {
            display: inline-block;
            animation: shakeX 10s infinite ease-in-out;
        }
    }



    #startOne {
        position: relative;
        width: 100%;
        height: 100vh;
        background: #000;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }

        .overlay-push {
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 1;

            .messageBanner {
                position: absolute;
                left: -50vw;
                width: 200vw;
                background-color: #325040;
                padding: 20px 0;
                overflow: hidden;
                white-space: nowrap;
            }

            .angle1 {
                top: 60%;
                transform: rotate(-12deg);
            }

            .angle2 {
                top: 80%;
                margin-left: -150px;
                transform: rotate(-25deg);
            }

            .scrolling {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }

            .scrolling span {
                font-size: 32px;
                font-weight: bold;
                color: #fff;
                padding: 0 2rem;
            }

            .scrolling span .text-dark {
                color: #111;
            }
        }
    }



    #experience {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 120vh;
        background: #282828;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }
    }

    #training {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 110vh;
        height: 100%;
        background: #e5decf;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }
    }

    #choice {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100vh;
        background: #b54d40;

        .blackH1 {
            display: inline-block;
            padding: 1px 10px;
            background: #000;
        }

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }

        .shake {
            display: inline-block;
            animation: shakeX 10s infinite ease-in-out;
        }
    }

    #preparating {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100vh;
        background: #181818;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }
    }

    #startTwo {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100vh;
        background: #2e2e2e;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }
    }

    #now {
        position: relative;
        width: 100%;
        height: 100vh;
        background: #325040;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }


        .overlay-push {
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 1;

            .messageBanner {
                position: absolute;
                left: -50vw;
                width: 200vw;
                background-color: #ffffffff;
                padding: 20px 0;
                overflow: hidden;
                white-space: nowrap;
            }

            .angle1 {
                top: 60%;
                transform: rotate(-12deg);
            }

            .angle2 {
                top: 80%;
                margin-left: -150px;
                transform: rotate(-25deg);
            }

            .scrolling {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }

            .scrolling span {
                font-size: 32px;
                font-weight: bold;
                color: #111;
                padding: 0 2rem;
            }

            .scrolling span .text-dark {
                color: #111;
            }
        }
    }

    #date {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100vh;
        background: #ddd8cc;
        display: flex;
        align-items: center;
        justify-content: center;

        .overlay-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }
        }
    }

    #preFooter {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;

        .overlay-image {
            position: absolute;
            bottom: -80%;
            /* A imagem começa com esse offset */
            left: 50%;
            transform: translate(-50%, 30%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            z-index: 1;

            animation: liftAndDrop 3s ease-in-out infinite;
            /* Animação com ciclo contínuo */

            img {
                max-width: 150%;
                max-height: 150%;
                object-fit: cover;
            }
        }

        p {
            display: inline-block;
            padding: 4px 8px;
            background: linear-gradient(90deg, rgba(170, 105, 255) 0%, rgba(134, 54, 255) 69%);
            color: #fff;
        }
    }
}

/* BTN CTA */
.purpleBtnCTA {
    background: linear-gradient(90deg, rgba(170, 105, 255) 0%, rgba(134, 54, 255) 69%);
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    z-index: 9 !important;
}

.blackBtnCTA {
    background: #1a1919ff;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    z-index: 9 !important;
}

.redBtnCTA {
    background: #b54d40;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    z-index: 9 !important;
}

footer {
    max-height: 200px;
    padding: 50px;
    background: #0f0f0f;

    .footerMainColor {
        line-height: 5px;
        font-weight: 500;
        font-size: 14px;
        color: #d6d6d6;
    }

    .footerSubColor {
        line-height: 5px;
        font-weight: 500;
        font-size: 14px;
        color: #807e7e;
    }
}

/* ANIMAÇÕES */
@keyframes shakeX {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes fill {
    0% {
        color: #e84d0d;
        opacity: 0.3;
        transform: scale(0.8);
        filter: brightness(0.7);
    }

    100% {
        color: #e84d0d;
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.2);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes reverseMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes liftAndDrop {
    0% {
        bottom: -5%;
    }

    50% {
        bottom: 0%;
    }

    100% {
        bottom: -5%;
    }
}


@media (max-width: 991.98px) {
    body {
        font-size: 20px;
        line-height: 28px;
        overflow-x: hidden !important;
    }

    section {
        padding: 48px 20px !important;
    }

    h1 {
        font-size: 56px !important;
        line-height: 1.1;
    }

    h2 {
        font-size: 34px !important;
        line-height: 1.2;
    }

    .messageBanner {
        padding: 16px 0 !important;
        height: auto !important;

        .scrolling {
            span {
                font-size: 22px !important;
                padding: 0 0.8rem !important;
            }
        }
    }

    #header, #video, #subscribe, #startOne, #experience, #training, #preparating, #startTwo {
        height: auto !important;
        min-height: 60vh;
        background-attachment: scroll !important;
        background-position: center top !important;
    }

    section .overlay-image {

        img {
            width: 90% !important;
            height: auto !important;
            max-width: 100% !important;
            max-height: none !important;
            object-fit: contain !important;
            margin: 0 auto !important;
            display: block !important;
        }
    }



    #startOne {
        .overlay-push {
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 1;

            .messageBanner {
                position: absolute;
                left: -50vw;
                width: 200vw;
                background-color: #325040;
                padding: 20px 0;
                overflow: hidden;
                white-space: nowrap;
            }

            .angle1 {
                top: 53% !important;
                transform: rotate(-0deg) !important;
            }

            .angle2 {
                top: 58% !important;
                margin-left: -100px !important;
                transform: rotate(-30deg) !important;
            }

            .scrolling {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }

            .scrolling span {
                font-size: 32px;
                font-weight: bold;
                color: #fff;
                padding: 0 2rem;
            }

            .scrolling span .text-dark {
                color: #111;
            }
        }
    }

    #subscribe .aspas {
        margin-top: 130px;
        font-size: 100px !important;
    }

    .shake {
        animation-duration: 8s !important;
    }

    .spin {
        animation-duration: 16s !important;
    }

    #video iframe {
        width: 90% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        display: block;
        margin: 0 auto;
        border-radius: 12px !important;
    }

    #video .overlay-image:nth-of-type(2) {
        display: none !important;
    }

    #training {
        .overlay-image {
            margin-top: -200px;
        }

        .d-flex {
            align-items: flex-start !important;
        }

        i {
            margin-top: 6px;
        }
    }

    .blackBtnCTA,
    .redBtnCTA,
    .purpleBtnCTA {
        font-size: 22px !important;
        padding: 12px 18px !important;
        border-radius: 16px !important;
    }

    #date .row>[class^="col-"],
    #experience .row>[class^="col-"],
    #training .row>[class^="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 16px !important;
    }

    #startOne {
        .text-mobile {
            font-size: 10px !important;
            margin-left: -150px !important;
            margin-top: 50px !important;
        }
    }

    #startOne .text-start,
    #training .text-start {
        text-align: left !important;
    }


    #now {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        max-height: 400px !important;

        .overlay-push {
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 1;

            .messageBanner {
                position: absolute;
                left: -50vw;
                width: 200vw;
                background-color: #325040;
                padding: 20px 0;
                overflow: hidden;
                white-space: nowrap;
            }

            .angle1 {
                top: 20% !important;
                transform: rotate(-0deg) !important;
            }

            .angle2 {
                top: 30% !important;
                margin-left: -100px !important;
                transform: rotate(-30deg) !important;
            }

            .scrolling {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }

            .scrolling span {
                font-size: 32px;
                font-weight: bold;
                color: #fff;
                padding: 0 2rem;
            }

            .scrolling span .text-dark {
                color: #111;
            }
        }
    }

    #choice {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        max-height: 400px !important;

        .img-mobile-center {
            position: absolute;
            top: 73%;
            left: 50%;
            width: 100% !important;
            margin-top: 0px !important;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    #preparating {
        .img-mobile-center {
            position: absolute;
            top: 80%;
            left: 50%;
            width: 100% !important;
            margin-top: 0px !important;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    #date {
        padding-bottom: 150px !important;
        padding-top: 230px !important;
        max-height: 300px !important;
    }

    #prepar .text-center {
        text-align: center !important;
    }

    #training .text-dark {
        color: #1a1a1a !important;
    }

    #choice .blackH1 {
        font-size: 28px !important;
    }


    footer {
        padding: 28px;

        .footerMainColor,
        .footerSubColor {
            line-height: 1.4;
            font-size: 12px;
        }
    }

    .img-mobile {
        width: 80% !important;
    }
}


@media (max-width: 575.98px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }

    section {
        padding: 36px 16px !important;
    }

    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .messageBanner .scrolling span {
        font-size: 18px !important;
        padding: 0 0.6rem !important;
    }


    section .overlay-image img {
        width: 100% !important;
    }


    #subscribe .aspas {
        font-size: 72px !important;
    }


    .blackBtnCTA,
    .redBtnCTA,
    .purpleBtnCTA {
        font-size: 18px !important;
        padding: 10px 16px !important;
        border-radius: 14px !important;
    }

    #date .row>[class^="col-"] {
        margin-top: 8px !important;
    }
}