@font-face {
    font-family: 'SuperPositive';
    src: url('../fonts/Super%20Positive%20Personal%20Use.ttf') format('truetype');
}

:root {
    --verde: #FFDD2E;
    --amarelo: #00AF20;
    --branco: #ffffff;
    --azul: #00174A;
    --rodapebg: #9a6634;
    --background-imagem-p1: url('../images/background-p1.png');
    --background-imagem-p2: url('../images/background-p2.png');
    --background-imagem-p3: url('../images/background-p3.png');


    --background-imagem-pm1: url('../images/Bg-1.png');
    --background-imagem-pm2: url('../images/Bg-2.png');
    --background-imagem-pm3: url('../images/Bg-3.png');




}

::-webkit-scrollbar {
    width: 10px;
    background: #FFDD2E
}

::-webkit-scrollbar-thumb {
    background: #00AF20
}

* {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Brocats';
    src: url('../Brocats.tff') format('truetype');
}

a#terms-link {
    text-decoration: none;
}

.session01 {
    width: 100vw;
    height: 100vh;
    background-image: var(--background-imagem-p1);
    background-position: bottom;
    display: flex;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.mascoteWelcome {
    display: flex;
    margin-top: 1.928rem;
    justify-content: center;
}

.mascoteWelcome img {
    width: 70%;
}

.logotipo {
    margin-top: 4rem;
    display: flex;
    justify-content: center
}

.logotipo img {
    width: 80%
}

.session02 {
    width: 100vw;
    height: 90vh;
    background-image: var(--background-imagem-p2);
    background-position: top;
    display: flex;
    position: relative;
    background-size: cover;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    overflow: visible;
}

.logotipo2 {
    display: flex;
    justify-content: start;
    margin-left: 100px;
}

.logotipo2 img {
    width: 70%
}

.sec2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec22 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 92px;
}

.session02 p {
    margin: 0px 70px !important;
    font-size: 22px;
}

.session03 {
    width: 100vw;
    height: 888px;
    background-image: var(--background-imagem-p3);
    background-position: top;
    display: flex;
    position: relative;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.session04 {
    width: 100vw;
    height: 65vh;
    background-image: var(--background-imagem-p4);
    background-position: top;
    display: flex;
    position: relative;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.session03 .sec3 {
    position: absolute;
    right: 0;
    width: 50vw;
    padding: 0.3rem;
    font-size: 2rem;
    display: flex;
    font-family: 'SuperPositive', sans-serif;
    color: #fff;
    font-weight: 200;
    flex-direction: column;
}

.session04 .sec3 {
    position: absolute;
    left: 0;
    width: 50vw;
    padding: 0.3rem;
    font-size: 2rem;
    display: flex;
    font-family: 'SuperPositive', sans-serif;
    color: #fff;
    font-weight: 200;
    flex-direction: column;
}



.buttonJogar {
    display: flex;
    justify-content: center;
}

.buttonJogar button {
    font-weight: bold;
    color: #00174a;
    padding: 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 22px;
    border-top-right-radius: 40px;
    font-family: 'SuperPositive', sans-serif;
    margin-top: 1rem;
    border-bottom-left-radius: 40px;
    background: #00AF20;
    width: 80%;
}

.pacontent {
    padding: 2.5rem;
}

footer {
    background: #ffdd2e;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    height: 320px;
}

footer p {
    font-family: auto;
}

.imag img {
    width: 10%;
}

.imag {
    width: 100%;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.imagempou {
    width: 35%;
    position: relative;
    left: 10%;
}

.poufooter {
    height: 70%;
}

@media screen and (max-width:726px) {
    .imag img {
        width: 30%;
    }

    .poufooter {
        display: none;
    }

    .session01 {
        background-image: var(--background-imagem-pm1)
    }

    .session02 {
        background-image: var(--background-imagem-pm2);
        width: 100vw;
        background-position: top;
        display: flex;
        position: relative;
        background-size: cover;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: auto;
    }

    .session02 p {
        margin: 0px 20px !important;
        font-size: 1.5rem;
    }

    .session03 .sec3 {
        width: 100%;
        font-size: 1.5rem;
        bottom: 0;
    }

    .session04 .sec3 {
        width: 100%;
        font-size: 1.5rem;
        bottom: 0;
    }

    .session04 {
        background-image: var(--background-imagem-pm4);
        height: 100vh;
    }

    .session03 {
        background-image: var(--background-imagem-pm3);
        height: 75vh;
    }

    .session02 .sec2 {
        width: 100%;
        font-size: 1.5rem;
        bottom: 0;
        text-align: center;
    }

    .mascoteWelcome img {
        width: 15%;
    }



    .logotipo2 {
        display: flex;
    }

    .logotipo2 img {
        margin-top: 25px;
    }

    .imagempoudiv {
        display: flex;
        justify-content: center;
    }

    img.imagempou {
        width: 35%;
        position: unset;
    }

    .sec22 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 92px;
        padding-bottom: 50px;
    }

    footer {
        background: #ffdd2e;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 150px;
    }

    .directs h2 {
        font-size: 1.1rem;
        font-family: system-ui;
        margin-top: 10px;
    }
}

.directs h2 {
    font-size: 1.1rem;
    font-family: system-ui;
    margin-top: 10px;
}

.directs {
    color: #fff;
    font-family: 'SuperPositive', sans-serif;
    text-align: center;
}