.morado-verde {
    background: #8360c3;
    background: -webkit-linear-gradient(to right, #2ebf91, #8360c3);
    background: linear-gradient(to right, #2ebf91, #8360c3);
}

.azul-celeste {
    background: #2980B9;
    background: -webkit-linear-gradient(to right, #436fbf #0c6d90, #5399c7);
    background: linear-gradient(to right, #436fbf, #0c6d90, #5399c7);
}