/*LAYOUT DOS CARDS*/
.empresa-card .empresa-card-left.card-azul:after{
   /* background-image: linear-gradient(to right, #716c6c75 -10%, #051a31f0 0%) !important;*/
    background: linear-gradient(to right, #051a31f0, rgba(99, 21, 11, 0)) !important;
}

.empresa-card .empresa-card-left.card-vinho:after{
    background: linear-gradient(to right, #1d0404f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-roxo:after{
    background: linear-gradient(to right, #0e0123f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-verde:after{
    background: linear-gradient(to right, #011b0ff0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-dourado:after{
    background: linear-gradient(to right, #191401f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-cinza:after{
    background: linear-gradient(to right, #1d1d1df0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-marrom:after{
    background: linear-gradient(to right, #311b09f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-rosa:after{
    background: linear-gradient(to right, #2f1622f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-verde-musgo:after{
    background: linear-gradient(to right, #102627f0, rgba(99, 21, 11, 0)) !important;
 }
.empresa-card .empresa-card-left.card-azul-escuro:after{
    background: linear-gradient(to right, #061331f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-preto:after{
    background: linear-gradient(to right, #000000f0, rgba(99, 21, 11, 0)) !important;
}
.empresa-card .empresa-card-left.card-roxo-escuro:after{
    background: linear-gradient(to right, #1d0c27f0, rgba(99, 21, 11, 0)) !important;
}