/* coloque aqui os css customizados */



.course-content span {
    display: none !important;
}

.course-content:after {
    content: 'Formações';
}

.category-content span {
    display: none !important;
}

.category-content:after {
    content: 'Categorias';
}

.lesson-content span {
    display: none !important;
}

.lesson-content:after {
    content: 'Categorias';
}

/*FOOTER*/
.footer {
    background-color: #139D43 !important;
}

.footer div div span {
    color: #fff !important;
}

.footer div div a {
    color: #fff !important;
}