::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background: #3c78ac;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

.logo a img{
    max-height:85%;
}

#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .busca .toggle-search,
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu li i{
    font-size: 25px !important;
    color: #3c78ac !important;
}

#cabecalho .menu.superior,
#rodape .institucional {
    background: #3c78ac;
}

#rodape .institucional .conteiner {
    background: url(https://cdn.awsli.com.br/1628/1628422/arquivos/footer-emblem.png) no-repeat 73% 65% #3c78ac;
}

#corpo .listagem .listagem-item .acoes-produto{
    display:none !important;
}

.selos li:nth-child(4) {
    display: none;
}

@media screen and (min-width: 768px) {
    #cabecalho.fixed .menu.superior {
        background: #3c78ac !important;
    }
}

@media only screen and (max-width: 979px) {
    #rodape .institucional .conteiner {
        background: url(https://cdn.awsli.com.br/1628/1628422/arquivos/footer-emblem.png) no-repeat 98% 96% #3c78ac;
    }
}

@media only screen and (max-width: 767px) {
    #rodape .institucional .conteiner {
        background: url(https://cdn.awsli.com.br/1628/1628422/arquivos/footer-emblem.png) no-repeat 98% 99% #3c78ac !important;
    }
}