/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


.fundo-gradiente-azul{
    background: rgba(53,57,140,1) !important;
    background: -moz-linear-gradient(left, rgba(53,57,140,1) 0%, rgba(95,157,239,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,57,140,1)), color-stop(100%, rgba(95,157,239,1))) !important;
    background: -webkit-linear-gradient(left, rgba(53,57,140,1) 0%, rgba(95,157,239,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(53,57,140,1) 0%, rgba(95,157,239,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(53,57,140,1) 0%, rgba(95,157,239,1) 100%) !important;
    background: linear-gradient(to right, rgba(53,57,140,1) 0%, rgba(95,157,239,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35398c', endColorstr='#5f9def', GradientType=1 ) !important;
}

