/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=
arquivo css focado apenas nos backgrounds e animacoes do site devido as mudancas do v4 para o v5, estava comecanco a ficar confuso com o principal.

OBS: Sempre que for adicionar um novo background no mesmo estilo tem que subitrair -1 o z index de todos os backgrounds. Ex: z-index: -3; -> z-index: -4;
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-= */

/* OBS: Vai precisar ter cuidado com essas coisas na responsividade */

.background-comeco{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, #000000b6 8%, transparent 40%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #661b1b 65%), 
        url("IMG/Background-do_comeco.png");
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    z-index: -3;
}


/* Videos curtos */
.videos-curtos {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -2;
    top: 100vh;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: top 1s ease, opacity 1s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #661b1b 20%);
    opacity: 0.0;
}

/* animacoes scroll da tela */

.videos-curtos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 8%, transparent 70%);
    opacity: 0;
    transition: top 1s ease, opacity 1s ease;
    transition-delay: 0.5s;
}

.videos-curtos.fixa-bot {
    /* z-index: 1000; */
    top: 0;
    opacity: 1;
}

.videos-curtos.videos-curtos.fixa-bot::before {
    opacity: 1;
}

.videos-curtos:not(.fixa-bot)::before {
    transition-delay: 0s;
    transition-duration: 0.2s;
}

.title-conteiner.dpscrol {
    position: fixed;
    top: -200px;
    z-index: 1001;
}

.title-conteiner.fixa {
    position: fixed;
    top: 0;
    z-index: 1001;
    margin-top: 0px;
    backdrop-filter: blur(1px);
    transition: top 1.5s ease, opacity 0.5s ease;
}

.title-conteiner.fixa p {
    font-size: 190px;
}

.title-videos-curtos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 100vh;
    z-index: 1001;
    opacity: 0;
    transition: top 1s ease, opacity 0.5s ease;
}

.title-videos-curtos p {
    backdrop-filter: blur(2px);
}

.title-videos-curtos.sobe {
    top: 150px;
    opacity: 1;
    
}

/* animacoes scroll da tela */

.title-videos-curtos p {
    font-family: "Bebas Neue", sans-serif;
    margin-top: 5px;
    font-size: 50px;
    text-shadow:
        3px 3px 0 #ffffff8f;
}

/* Videos curtos */

/* roteirizacao */

.conteiner-roteirizacao {
    margin-top: 300px;
}

.roteirizacao {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 100vh;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: top 1s ease, opacity 1s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #d4d4d4 20%);;
    /* background: url("IMG/background_roteirizacao.jpg");
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat; */
    opacity: 0.0;
}

.roteirizacao::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 8%, transparent 70%);
    opacity: 0;
    transition: top 1s ease, opacity 1s ease;
    transition-delay: 0.5s;
}

.roteirizacao.fixa-bot {
    top: 0;
    opacity: 1;
}

.roteirizacao.roteirizacao.fixa-bot::before {
    opacity: 1;
}

.roteirizacao:not(.fixa-bot)::before {
    transition-delay: 0s;
    transition-duration: 0.2s;
}

.title-roteirizacao {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 100vh;
    z-index: 1001;
    opacity: 0;
    transition: top 1s ease, opacity 0.5s ease;
}

.title-roteirizacao.sobe {
    top: 150px;
    opacity: 1;
}

.title-roteirizacao p {
    font-family: "Bebas Neue", sans-serif;
    margin-top: 5px;
    font-size: 58px;
    text-shadow:
        3px 3px 0 #ffffff8f;
}

/* roteirizacao */