#rodape .institucional {
    background: white;
}

#rodape .institucional .lista-redes {
    background: #131313;
}

.institucional a, .institucional p {
    color: black;
}

iframe[src="https://www.youtube.com/embed/undefined"] {
    display: none;
}

#rodape .span4.envio {
    background: white;
    border-radius: 20px;
}

#rodape .pagamento-selos .span4.envio ul#selo-envio-ul {
    margin:0px;
}

#rodape .pagamento-selos .span4.envio .titulo {
    padding-bottom:0px;
}

#cabecalho .support ul.actions-atendimento li:hover {
    text-decoration: underline;
}

#cabecalho.fixed .open-menu {
    display: flex;
    position: relative;
    right: 30px;
}

#cabecalho .open-menu {
    width: 60px;
    height: 20px;
    background: 0 0;
    cursor: pointer;
    display: none;
    margin-right: 0px;
}

#cabecalho .bem-vindo .inferior .span4, #cabecalho .conteudo-topo .inferior .span4 {
    max-width: 510px;
}

@media (min-width:768px){
    #cabecalho.fixed .open-menu {
        position: relative;
        right: 30px;
    }
    
    #cabecalho .open-menu {
        width: 60px;
        height: 20px;
        margin-right: 0px;
    }
    
    #cabecalho .bem-vindo .inferior .span4, #cabecalho .conteudo-topo .inferior .span4 {
        max-width: 522px;
    }
}
@media (min-width:1068px){
    .row-fluid .span9 {
        /* width: 76.35897435897436%; */
    }
}

#cabecalho .logo a {
    max-height: 100px;
}

/*Configuração de cores*/

#rodape .institucional .lista-redes {
    background: var(--cor_fundo_sessao) !important;
}

#rodape .institucional .lista-redes .titulo{
    color:var(--titulo_principal) !important;
}

#rodape .institucional .lista-redes ul li a{
    background:var(--cor_fundo_rede_social) !important;
    border-color:var(--Logo_do_aplicativo) !important;
}

#rodape .institucional .lista-redes ul li a i[class^=icon]{
    color:var(--Logo_do_aplicativo) !important;
}

#rodape .institucional .lista-redes ul li:hover a{
    background:var(--cor_fundo_rede_social) !important;
    opacity:0.8 !important;
}

#rodape .pagamento .titulo,#rodape .selos .titulo {
    color: white;
}