*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

.container-header{
    display: flex;
    width: 100%;
    height: 20vh;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: 2.5vw;
    position: sticky;
    top: 0;
    z-index: 5;
}

.icon{
    width: 15%;
    background-color: aliceblue;
}

#Icon{
    width: 85%;
    height: 100%;
}

.header{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.btns{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    font-weight: bold;
    font-size: 2.75vh;
    width: 8.5vw;
    height: 4.5vh;
    background-color: #fff;
    border: #fff solid;
    text-align: center;
    padding-top: .5vh;
}

.btns:hover{
    background-color: black;
    color: white;
}

.container-welcome{
    width: 100%;
    height: 70vh;
    padding: 1.25vw;
    position: relative;
}

#Background1{
    width: 100%;
    height: 100%;
}

.containertxtwelcome{
    top: 35%;
    display: flex;
    height: 30%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    align-items: center;
}

.welcometxtTitle{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: center;
}

.welcometxt{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3vh;
    text-align: center;
}

.welcomebtn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    font-weight: bold;
    font-size: 2.75vh; 
    text-align: center;
    padding-top: .5vh;
    background-color: rgb(255, 255, 255);
    width: 10vw;
    height: 4.5vh;
    border-radius: 4px;
    border: black 1px solid;
}

.welcomebtn:hover{
    background-color: black;
    color: white;
    border: white 1px solid;
}

.container-sobre{
    width: 100%;
    height: 70vh;
    padding: 1.5vh;
}

.containertxtsobre{
    top: 17.5%;
    left: 20%;
    height: 20%;
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sobretxtTitle{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: left;
    width: 100%;
}

.sobretxtdesc{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vh;
    text-align: left;
    width: 100%;
}

.containertxtsobre2{
    top: 25%;
    left: 20%;
    height: 20%;
    width: 65%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sobretxt{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.25vh;
    text-align: left;
    width: 100%;
}

.container-fotos{
    width: 100%;
    height: 300vh;
    padding: 1.5vh;
}

.containertxtfotos{
    top: 3.5%;
    left: 30%;
    height: 3.5%;
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fotostxtTitle{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: center;
    width: 100%;
}

.fotostxtdesc{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vh;
    text-align: center;
    width: 100%;
}

.containerHoldFoto{
    top: 5%;
    left: 30%;
    position: relative;
    height: 90%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.containerFoto{
    height: 22.5%;
    width: 95%;
}

.containerFototxt{
    width: 100%;
    height: 18.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fotoTitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vh;
    text-align: left;
    width: 100%;
}

.fotodesc{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vh;
    text-align: left;
    width: 100%;
}

.containerFotos{
    width: 100%;
    height: 80%;
    top: 5%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.foto{
    height: 20%;
    width: 25%;
}

#fotos{
    height: 30%;
    width: 20%;
    position: absolute;
}

#fotos:hover{
    transform: scale(1.1);
}

.container-cadastro{
    width: 100%;
    height: 70vh;
    padding: 1.5vh;
}

.containertxtcadastro{
    width: 35%;
    height: 22.5%;
    position: relative;
    top: 25%;
    left: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cadastrotxtTitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: center;
    width: 100%;
}

.cadastrotxtDesc{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vh;
    text-align: center;
    width: 100%;
}

.containerbtncadastro{
    width: 35%;
    height: 10%;
    position: relative;
    top: 27.5%;
    left: 32.5%;
}

.cadastroinput{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: grey;
    font-weight: 500;
    padding-top: .75%;
    padding-left: 1.5%;
    font-size: 2.5vh; 
    text-align: left;
    border: rgb(0, 0, 0, .6) 2px solid;
    border-radius: 4px;
    height: 80%;
    top: 10%;
    position: relative;
    width: 70%;
    float: left;
}

.cadastrobtn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 2.75vh;
    text-align: center;
    background-color: black;
    padding: .5vmax;
    float: right;
    position: relative;
    right: 5%;
    border-radius: 10px;
    top: 10%;
}

.container-jogo{
    width: 100%;
    height: 100vh;
    padding: 1.5vh;
}

.containertxtjogo{
    width: 35%;
    height: 12.5%;
    position: relative;
    top: 10%;
    left: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.jogotxtTitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: center;
    width: 100%;
}

.jogotxtDesc{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3vh;
    text-align: center;
    width: 100%;
}

.containerjogo{
    width: 50%;
    height: 70%;
    position: relative;
    top: 12.5%;
    left: 25%;
    border-radius: 20px;
    border: rgb(0, 0, 0, .6) 3px solid;
    background-color: rgb(155, 195, 255, .6);
}

.perguntatxt{
    width: 90%;
    height: 10%;
    background-color: rgb(81, 175, 238, .6);
    border-radius: 10px;
    border: rgb(0, 0, 0, .4) 2px solid;
    position: relative;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 4.5vh;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: .5%;
    text-shadow: 1px 1px 1px rgb(0, 0, 0, .6);
}

.jogoimg{
    width: 50%;
    height: 40%;
    background-color: rgb(155, 195, 255, 0);
    position: relative;
    top: 10%;
    left: 25%;
    pointer-events: none;
}

#JogoFoto{
    width: 70%;
    height: 100%;
    position: relative;
    left: 15%;
}

.opcao{
    width: 37.5%;
    height: 10%;
    background-color: white;
    border-radius: 15px;
    border: rgb(0, 0, 0, .8) 2px solid;
    position: relative;
    float: left;
    top: 15%;
    left: 10%;
}

.opcao2{
    width: 37.5%;
    height: 10%;
    background-color: white;
    border-radius: 15px;
    border: rgb(0, 0, 0, .8) 2.5px solid;
    position: relative;
    float: right;
    top: 15%;
    right: 10%;
}

.opcao3{
    width: 37.5%;
    height: 10%;
    background-color: white;
    border-radius: 15px;
    border: rgb(0, 0, 0, .8) 2px solid;
    position: relative;
    float: left;
    top: 17.5%;
    left: 10%;
}

.opcao4{
    width: 37.5%;
    height: 10%;
    background-color: white;
    border-radius: 15px;
    border: rgb(0, 0, 0, .8) 2px solid;
    position: relative;
    float: right;
    top: 17.5%;
    right: 10%;
}

.opt{
    width: 15%;
    height: 90%;
    text-align: center;
    font-size: 3vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    color: rgb(99, 233, 81);
    padding-top: 4%;
    font-style: oblique;
    position: relative;
    float: left;
    text-shadow: 1px 1px 1px black;
    z-index: 5;
    pointer-events: none;
}

.resp{
    width: 65%;
    height: 90%;
    text-align: left;
    font-size: 2.75vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    float: right;
    padding-top: 3%;
    right: 10%;
}

input[type=radio]{
    border: 0px;
    width: 12.5%;
    height: 100%;
    position: relative;
    left: -13.5%;
    top: 5%;
}

.confirm{
    width: 30%;
    height: 10%;
    /*background-color: rgb(255, 255, 255);*/
    position: relative;
    left: 35%;
    top: 18.5%;
    border-radius: 4px;*/
    font-size: 3vh;
    /*border: rgb(0, 0, 0, .8) 2px solid; */
    z-index: 10;
}

