div#cabecalho {
    background: #000000 !important;
}

#cabecalho .conteiner {
    background: #000000 !important;

}
@media screen and (max-width: 767px) {
  #cabecalho .menu-handler {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 9999;
    border: 0;
    color: var(--principal, #555);
    background: #999999; /* Aqui está a adição do background na cor #999999 */
    border-radius: 50%; /* Aqui está a adição do raio de borda redondo */
    -webkit-tap-highlight-color: transparent;
  }
}
.banner-tarja {
  /* Estilos do banner de tarja */
}
.bandeira-promocao {
background-color: red;
}
.mini-banner {
  /* Estilos do mini banner */
}
.menu.superior .titulo {
margin: 20px 0;
}
@media (max-width: 767px) {
bootstrap-responsive.css:90.visible-phone {
/* display: inherit !important; */
}
