@font-face {
    font-family:'Lazer Game Zone';
    src: url(sources/fonts/Lazer\ Game\ Zone.ttf) format('truetype');
}

body{
    display: flex;
    flex-direction: column;
    background-color: #44623f;
}

/* ---------------------- Global */

a{
    font-family: "Stardos Stencil", system-ui;
    color: white;
    text-decoration: none;
}

p{
    font: normal 2.5vw Arial;
    color: white;
    text-align: justify;
}

h2, h3{

    font-family: "Stardos Stencil", system-ui;
    font-weight: bold;
    font-size: 3vw;
    color: white;
    text-align: center;
}

/* --------------------- Header */

header{
    background-image: linear-gradient(to bottom, rgb(26, 26, 26), rgb(26, 26, 26), rgb(26, 26, 26), transparent) ; /*Gambiarra Temporária*/
    display: flex;
    height: 10vw;
    padding: 1em;
    z-index: 1;
}

#camuflado{
    background-image: url(sources/images/camu2.png);
    background-size: cover;
    height: 25vw;
    width: 100%;
    z-index: 0;
    position: absolute;
}

#titulo{
    margin: 0.7em auto auto 0.8em;
    font-size: 3.2vw;
}

header nav{
    display: flex;
    margin: 1em auto auto -7em;
    font-size: 2.4vw;
    gap: 1.3em;
}

header nav a{
    font-family: "Lazer Game Zone", system-ui;
    font-size: 2.7vw;
}

/* ---------------------- Menu */

#menu{
    z-index: 1000;
    height: fit-content;
    width: 100%;
    margin-top: 29vw;
    position: fixed;
}

#menuDiv{
    background-color: rgb(26, 26, 26);
    display: none;
    flex-direction: column;
    border-bottom: solid 3px white;
    margin-bottom: 2vw;
}

.opcaoMenu{
    border-top: solid 3px white;
    padding: 2vw;
    font-weight: bold;
    text-align: center;
    font-size: 8vw;
}


/* ---------------------- Main */

main{
    z-index: 1;
}

#imagem{
    background-image: url(sources/images/bandeira2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 55vw;
}

#credito {
    display: flex ;
    position: absolute;
    margin: -10vw 0vw 0vw 69vw;
    font-size: 2.4vw;
    z-index: 2;
}

#fotoIntro{
    margin-top: 4vw;
}

#textoIntro{
    /* background-color: #EEF87C; */
    z-index: 2;
    position: absolute;
    text-align: justify;
    font-size: 4vw;
    font-family: "Stardos Stencil", system-ui;
    margin-top: 10%;
    margin-left: 1em;
    width: 53vw;
    color: white;
    text-transform: uppercase;
}

#creditoTextoIntro{
    /* background-color: aliceblue; */
    z-index: 2;
    position: absolute;
    text-align: justify;
    font-size: 2vw;
    font-family: "Stardos Stencil", system-ui;
    margin: 21vw 2vw 2vw 22vw;
    
}

#imagem{
    text-align: right;
    margin-bottom: 2em;
    font-size: 2.1vw;
}
#imagem img{
    width: 100%;
}

/* == Semana Zero */

#semanaZero{
    width: fit-content;
    margin: auto auto auto auto;
}

#semanaZero div{
    margin:2vw auto 6vw auto;
    width: 40vw;
    height: 20vw;
}

#semanaZero p{
    /* background-color: #ffffff; */
    text-align: center;
    width: 60vw;
    margin: 3vw 0 3vw 0;
}

#semanaZero img{
    width: 25vw;
}

/* == Principais Categorias */

#opcoes{
    height: 35vw;
    display: flex;
    gap: 2px;
    justify-content: center;
    margin:-2vw 0 8vw 0;
}

#opcoes a{
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.opcao div{
    width: 29vw;
    height:29vw;
    background-color: #EEF87C;
    transition: transform 0.4s ease;
}


.opcao h3{
    line-height: 10vw;
    color: black;
}

/* == Objetivo */

#objetivo p{
    width: 38em;
    margin: auto auto 3em auto;
    text-align: center;
}

/* --------------- Footer */
footer{
    z-index: 1;
    background-image: linear-gradient(to top, rgb(26, 26, 26), rgb(26, 26, 26), transparent);
    height: 6em;
    width: 100%;
}

#menuIcone{
    display: none;
    font-size: 13vw;
    color: white;
    margin: 0.24em 8vw auto auto;
    width: 15vw;
    height: 15vw;
    text-align: center;
    line-height: 1.3em;
    border-radius: 10px;
}

/* ---------------- Responsividade */

@media(max-width: 450px){ /* Mobile */

    p{
        font-size: 5vw;
    }

    h2{
        font-size: 8vw;
    }

    header{
        display: flex;
        position: fixed;
        height: 22vw;
        width: 100%;
        background-color: rgb(26, 26, 26);
        z-index: 1000;
    }
    
    #titulo{
        font-size: 9vw;
    }

    header nav{
        display: none;
    }

    #menuIcone{
        display: inline;
        margin-right: 14vw;
    }

    #camuflado{
        margin-top: 15vw;
    }

    #imagem{
        margin-top: 32vw;
        background-size: 120%;
        background-position-x: -20vw;
        height: 68vw;
    }

    #textoIntro{
        /* background-color: aliceblue; */
        margin: 10vw 0 auto 1vw;
        font-size: 5.4vw;
        width: 55vw;
        overflow: hidden;
    }

    #creditoTextoIntro{
        margin: 58vw 0 auto 11vw;
        font-size: 4.4vw;
    }

    #credito{
        display: none;
    }

    #semanaZero div{
        width:80vw;
        height: 50vw;
        margin-bottom: 15vw;
    }

    #semanaZero p{
        width: 80vw;
        margin: 5vw auto 5vw auto;
    }

    #semanaZero h2{
        margin: 12vw 0vw 0 0
    }

    #opcoes{
        flex-direction: column;
        height: 250vw;
        margin: -7vw 0vw 8vw 0
    }

    .opcao div{
        width: 70vw;
        height: 70vw;
        margin: auto;
    }

    .opcao h3{
        font-size: 1.6em;
    }

    #objetivo p{
        width: 90vw;
    }


}
/* ------------ Decoracao */

.botao:hover{
    transition: 0.3s;
    color: #EEF87C;
}

.botao:not(:hover){
    color: white;
}

.botaoC2:active, .opcaoMenu:active{
    transition: 0.2s;
    background-color: #eef87ca0;
    
}

.opcao div:hover{
    background-color: #ffffff;
    transform: scale(1.1);
}
