.lista-redes .icon-facebook {
    background-color: rgba(255, 170, 204, 0);
    }
.lista-redes .icon-google-plus {
    background-color: rgba(255, 170, 204, 0);
}
.lista-redes .icon-twitter {
    background-color: rgba(89, 141, 202, 0);
}
.lista-redes .icon-instagram {
    background: rgba(201, 43, 183, 0);
    background: -webkit-linear-gradient(305deg,rgba(48, 81, 241, 0) 10%,rgba(201, 43, 183, 0) 70%) no-repeat;
    background: linear-gradient(145deg,rgba(48, 81, 241, 0) 10%,rgba(201, 43, 183, 0) 70%) no-repeat;
}
.lista-redes .icon-pinterest {
    background-color: rgba(203, 32, 39, 0);
}
.barra-inicial {
    background-color: #ddd;
}
body.plugin {
    background: #b7dbc4;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.28;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
.cor-secundaria {
    color: #99999b;
}
.fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #ffffff;
}
#rodape .redes-sociais {
    width: 220px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../img/padrao-rodape.png) #ddd;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}
.menu.superior {
    background-color: #ffffff;
    margin-top: 50px;
}