#cabecalho .menu>.nivel-um {
    background: #1b1b1b;
}

.menu.superior .nivel-um>li a strong {
    color: #fff;
}
.menu.superior .nivel-um>li:hover a strong{
    color:#dcdcdc;
}
@media(min-width:900px){
    .menu.superior {
        background: #364953;
        margin-bottom: 20px;
    }
    
    .menu.superior .nivel-um>li {
        padding:6px 5px;
    }
    
    .menu.superior .nivel-um>li a strong {
        font-size: 17px;
        margin: 5px 0px;
    }
    #cabecalho .logo a{
        margin-bottom:20px;
    }
}

p.cnpj-disponibilidade {
    color: red;
    font-size: 13px;
    text-align:center;
}

.produto .acoes-flutuante p.cnpj-disponibilidade {
 display:none;
}

#rodape .institucional .lista-redes ul {
    display: flex;
    flex-direction: column;
}

i.fa-solid.fa-phone, i.fa-solid.fa-envelope {
    font-family: 'FontAwesome-v4';
    margin:5px;
}
.fa-envelope:before{
    font-style:normal;
}
#rodape .institucional p{
    margin: 0px;
}

#rodape>div.institucional.fundo-secundario>div>div>div.span9>div>div.span12.visible-phone {
    display: flex !important;
    flex-direction: column;
    padding-top:15px;
}

#rodape>div.institucional.fundo-secundario>div>div>div.span9>div>div.span12.visible-phone ul {
    display: flex;
    flex-direction: column;
}

@media(max-width:767px){
    #rodape>div.institucional.fundo-secundario>div>div>div.span9>div>div.span12.visible-phone {
        display: flex !important;
        flex-direction: column;
        padding-top:15px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    #rodape .redes-sociais .titulo {
        display: block !important;
    }
    .banner-tarja img {
        display: none;
    }
}

li.email-li p , #rodape .institucional a, #rodape .institucional p{
    font-size: 13.5px !important;
}
  
   
.email-li {
  margin-top: 16px;
}

.menu.superior .nivel-dois{
    top: 40px;
}