.menu__container{
display: flex;
flex-flow: column wrap;
position: fixed;
left: 0;
top: 7%;
width: 74px;
height: 35%;
}
.menu__itens{
display: flex;
flex-direction: column;
align-items: center;
}
.menu__lista { display: flex; flex-direction: column; justify-content: space-around;
height: 100%;
align-items: center;
} .menu__lista:nth-child(2), .menu__lista:nth-child(3), .menu__lista:nth-child(4){ display: none;
}