.learndash-wrapper .ld-progress .ld-progress-heading, .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading {
    font-size: 80% !important;
}


.learndash-wrapper .ld-content-action:last-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
    color: black;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
    color: #0a0707;
}



/* Fuente para títulos */
@font-face {
    font-family: 'Magister';
    src: url('/wp-content/uploads/fonts/Magister.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Univers - Regular */
@font-face {
    font-family: 'Univers';
    src: url('/wp-content/uploads/fonts/UniversRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Univers - Bold */
@font-face {
    font-family: 'Univers';
    src: url('/wp-content/uploads/fonts/UniversBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Univers - Light */
@font-face {
    font-family: 'Univers';
    src: url('/wp-content/uploads/fonts/UniversLT45LightRegular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Univers - Light Bold */
@font-face {
    font-family: 'Univers';
    src: url('/wp-content/uploads/fonts/UniversLT45LightBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Univers - Light Bold Italic */
@font-face {
    font-family: 'Univers';
    src: url('/wp-content/uploads/fonts/UniversLT45LightBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}