@media (min-width: 834px) {
/* CABEÇALHO */
.cabecalho__pesquisar__item {
display: block;
}
/* MENU */
.menu__container {
position: left;
width: 74px;
height: auto;
top: 80px;
}
.menu__lista {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 33px;
}
/* RODAPÉ */
.rodape__container {
justify-content: space-between;
}
}