@media (min-width: 834px) { /CABECALHO/ .cabecalho__pesquisar__item { display: block; }
/*RODAPE*/
.rodape__container {
justify-content: space-between;
}
/*MENU*/
.menu__container {
left: 0;
height: auto;
width: 74px;
top: 80px;
}
.menu__lista {
flex-direction: column;
justify-content: flex-start;
padding-top: 15px;
gap: 33px;
}
}
meu @media atual