@media(min-width:834px){
.cabecalho__pesquisar__item{
display:block;}
.superior__secao__container{
gap: 5px;
white-space: nowrap;
overflow: scroll;
}
.rodape__container{
justify-content: space-between;
}
.menu__container{
position: fixed;
height: 100%;
width: 75px;
top: 80px;
}
.menu__lista{
display: flex;
flex-direction: column;
gap: 15px;
}
}