.atalhos-mobile {
        background: #000000;
    }

.banner-center {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 0 13px;
}

.banner-center .modulo.span6 {
    width: auto;
    margin: 0 4px;
    overflow: hidden;
}


.modulo.span6 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modulo.span6 img {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 767px) {
    .banner-center .modulo.span6 {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .banner.mini-banner img {
        padding-bottom: 15px;
    }

    .banner-center {
        display: block;
        margin-top: 14px;
    }

    .banner-center img {
        padding-bottom: 10px;
    }
}

a.botao.principal{
    background: #000000 !important;
}


/*background rodapé*/
#rodape .institucional, #rodape .pagamento-selos{
    background: #696969 !important;
}

/*botão adicionar produto*/
.produto div.principal .acoes-produto .comprar .botao-comprar {
    color: #fff;
    background:#000000;
}

/*background full menu*/

.full.menu {
    background: #000000;
}
.full.menu .conteiner {
    background: #000000;
}

/*background ícones full menu*/
#cabecalho > div.conteiner > div.full.menu.hidden-phone > li.search {
    background: #000000;
}

/*hover categorias full menu*/
.full.menu .nivel-um>li:hover>a>.titulo {color: #fff;
}

/*botão "espiar"*/
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    color: #fff;
    background:#000000;
}

.full.menu .nivel-dois li:hover>a {
    color: #000000;
}
