.conteiner-principal .conteiner{
    background-color: transparent !important;
    box-shadow: none;
}

#cabecalho > .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.align-items-center {
    display: flex;
    align-items: center;
}

/* HEADER */
.menu.superior .nivel-um>li {
    border: none;
}

#cabecalho .busca {
    background: transparent;
    border: none;
}

/* MENU */
#cabecalho .menu.superior .nivel-um{
	padding: 0 5em;
}

.menu.superior .nivel-um > li > a {
    text-transform: uppercase;
}

/* LISTAGEM DE PRODUTOS */
.secao-principal .listagem .titulo-categoria {
    text-align: center;
    border: none;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.secao-principal .listagem .titulo-categoria:hover{
	background: transparent;
	padding-left: 0;
}

.secao-principal .listagem .titulo-categoria:before{
    content: "";
    display: block;
    width: 30%;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    z-index: -1;
}

.secao-principal .listagem .titulo-categoria strong{
	background: #ffffff;
	padding: 0 15px;
}

#listagemProdutos .banner.vitrine {
    margin-top: 30px;
}

#listagemProdutos .listagem-item {
    border-width: 1px 1px 0 1px;
    border-color: #e0e0e0;
    border-style: solid;
    padding: 0;
    border-radius: 1em;
}

#listagemProdutos .listagem-item .info-produto {
    background: #553165;
    border-radius: 0 0 0 1em;
    color: #ffffff;
    text-align: center;
}

#listagemProdutos .listagem-item .info-produto .nome-produto {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    min-height: 0;
}

#listagemProdutos .listagem-item .info-produto .produto-sku {
    margin-bottom: 30px;
}

#listagemProdutos .listagem-item .info-produto .preco-produto {
    text-align: right;
}

#listagemProdutos .listagem-item .info-produto .preco-produto .preco-promocional{
    font-size: 22px;
    color: #ffffff;
}

/* INSTAGRAM HOME */

.instagram-home ul.fotos {
    display: flex;
    align-items: center;
}

.instagram-home .fotos li {
    position: relative;
}

.instagram-home .fotos li .front{
    max-height: 165px;
    overflow: hidden;
}

.instagram-home .fotos li .back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(62, 55, 87, 0.65);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.instagram-home .fotos li:hover .back{
    opacity: 1;
}

.instagram-home .fotos li .back .likes:before {
    content: "\f004";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

/* RODAPÉ */
#rodape .institucional, #rodape .pagamento-selos {
    background-image: none;
}

#rodape .titulo {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 15px;
    margin: 0;
}

#rodape .titulo > i {
    display: none;
}

#rodape .links-rodape .titulo, #rodape .redes-sociais .titulo {
    color: #ffffff;
}

#rodape .links-rodape ul li {
    list-style: none;
    line-height: 20px;
    text-transform: uppercase;
}

#rodape .titulo:after{
    content: "";
    display: block;
    max-width: 50%;
    height: 3px;
    margin: 0.25em 0;
    background: #f26500;
}

#rodape .institucional{
    background-image: none;
}

.pagamento-selos{
    background: #eeeeee;
}

#rodape .redes-sociais {
    background: none;
    width: 100%;
    position: relative;
    padding: 0;
    box-shadow: none;
}

#rodape .institucional .lista-redes {
    text-align: left;
}

#rodape .redes-sociais .lista-redes i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#rodape .institucional .texto-newsletter {
    font-size: 17px;
}

#rodape .institucional .newsletter-cadastro input {
    margin: 0;
}

.contato-rodape ul.contato-info {
    margin: 0;
}

/* CARROSSEL DE CLIENTES */
.clientes .owl-nav button {
    position: absolute;
    top: calc(50% - 15px);
    font-size: 30px !important;
}

.clientes button.owl-next {
    right: -11px;
}

.clientes button.owl-prev {
    left: -11px;
}

/* REDES SOCIAIS - GERAL */
.lista-redes a [class^="icon-"] {
    background-color: transparent;
    background: none;
}

.lista-redes ul li {
    border: none;
}

.lista-redes a:hover i{
    background-color: #553165 !important;
}


/* MOBILE */

@media( max-width: 450px){
	.menu .nivel-dois a{
		color: #ffffff;
	}
}