.logo a {
    
    height: 190px;
}

.conteiner-principal .conteiner {
 box-shadow: none;
}

.barra-inicial {
    background-color: #70c3cb;
}


  .icon-shopping-cart:before { content: "\f77d"; }
  
  .newsletter { width: inherit; padding: 0; display: none; }
  
  
.lista-redes .icon-facebook {
    background-color: #70c3cb;
}




.lista-redes .icon-instagram {
    /* background: #c92bb7; */
    /* background: -webkit-linear-gradient(305deg,#3051f1 10%,#c92bb7 70%) no-repeat; */
    /* background: linear-gradient(145deg,#3051f1 10%,#c92bb7 70%) no-repeat; */
}

.lista-redes .icon-instagram {
    background: #70c3cb;
}


.redes-sociais.borda-principal {
 opacity: 0;
}


@media only screen and (max-width: 768px) {
.redes-sociais.borda-principal {
 opacity: 100;
 text-align: left;
 
 #rodape .institucional .lista-redes {
    text-align: left;
}
}