#navegação_menu{
    /* display: flex; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#caixa_icone_menu{
    width: min(8vh, 8vw);
    height: min(8vh, 8vw);
    z-index: 100;
    position:absolute;
    margin: 1%;
    right:1%;
    top:1%;
    filter: blur(0px);
}
.barras{
    position:absolute;
    width: 100%;
    height: 20%;
    background-color: #354b5a;
    border-radius: 10px 20px;
    margin: auto;
    opacity: 0.5;
}
#barra1{
    top: 0%;
}
#barra2{
    top: 50%;
    bottom: 50%;
}
#barra3{
    bottom: 0%;
}


#lista_menu{
    visibility: hidden;
    position: absolute;
    text-align: center;
    width: min(100vw, 100vh);
    height: min(100vw, 100vh);
    top: 10%; 
    /* transform: translate(0%, 10vh); */
    z-index: 99;
    font-size: min(9vw, 9vh);
    color: aliceblue;
    text-shadow: 2px 2px 5px black;
}
.opcoes_menu{
    position: relative;
    top: 12%;
    padding: 2%;
    justify-self: center;
}

#painel_escuro{
    width: 100vw;
    height: calc(100vh + 100px);
    background-Color: #000000;
    position: absolute;
    z-Index: 1;
    opacity: 0.3;
}
