div#cabecalho {
    background: #000a60;
}

div#cabecalho {
    background: #00052d;
}
div#cabecalho .menu.superior .nivel-um>li {
    padding: 0;
    border: 0;
}
div#cabecalho .menu.superior .nivel-um>li >a> strong {
    color: white;
}
div#cabecalho .menu.superior .nivel-um>li i {
    display: none;
}
div#cabecalho .menu.superior >ul {
    display: flex;
    align-items: center;
    background: none;
    justify-content: space-between;
}
div#cabecalho a.bem-vindo.cor-secundaria.menu-user-welcome ,
div#cabecalho a.bem-vindo.cor-secundaria.menu-user-welcome * {
    color: white !important;;
}
div#cabecalho ul.acoes-conta.borda-alpha a {
    color: white;
}
div#cabecalho .menu.superior {
    background: none;
}