
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    vertical-align: baseline;
}

body{
    width:100%;
    height:100vh;
    background-color: white;
}

#slider{
    position: relative;
}

.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slide.active{
    display: block;
}

.divcontrole{
    position: absolute;
    display: flex;
    
    height: 98vh;
    width:  98vw;

}


.iniciar{
    justify-content: flex-end;
    align-items: center;
    
    padding-top: 0vh;
    padding-left: 0vw;
    width: 100vw;
    height: 100vh;
}

.controle{
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    border-radius: 8px;
    border: 0px;
    background-color: white;
    box-shadow: 0 0 5px gray;
    transition: 1s;

}

.controle-iniciar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    border: 0px;
    background-color: white;
    box-shadow: 0 0 5px gray;
    transition: 1s;
    font-size: 24px;

}

.controle-menu{
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    border-radius: 8px;
    border: 0px;
    background-color: white;
    box-shadow: 0 0 5px gray;
    font-size: 10px;
    transition: 1s;
}

.controle:hover{
    background-color: #546cff;
    transition: 1s;
    color: white;
}

.controle-menu:hover{
    background-color: #546cff;
    transition: 1s;
    color: white;
}

.controle-iniciar:hover{
    background-color: #546cff;
    transition: 1s;
    color: white;
}

.controle-menu .icon:hover{
    transition: 1s;
    color: white;
}

.quadrado{
    width:  5vw;
    height: 5vw;
    z-index:5;
}

.retangular{
    width: 5vw;
    height: 25vh;
    z-index:5;
}

.instrucao{
    z-index: 999;
    height: 5vh; 
    width:  3vw; 
}

.menu{
    display: flex;
    align-content: flex-start;
    margin-left: 2vw;
    margin-top: 2vw;
}

.sair{
    position: absolute;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    margin-left: 2vw;
}

.seta-esquerda{

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 2vw;
}

.seta-direita{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.interroga{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2vh;
}

.instrucao:hover{
    cursor: pointer;

}

.interrogaimg{
    width: 3vw;
    
}

.menu-icon{
    font-size: 10px;
}

.icon{
    font-size: 24px;
}


.seta-icon{
    font-size: 24px;
}

.semi-circulo{
    width: 10vw;
    height: 20vw;
    border-top-left-radius: 15vw;
    border-bottom-left-radius: 15vw;
}

.menuHover{
    font-size: 3vh;
    cursor: pointer;
}

.menuHover:hover{
    color: #546cff;
}

#seta-esquerda{
    z-index: 49;
}

#seta-direita{
    z-index: 49;
}

#sair{
    z-index: 49;
}

#menu{
    z-index: 49;
}