/*abcdelf -CLE*/

body{ 
--color02:#2A7B23;
--color03:#2a4e99;
--color04:#C1471D;
--color05:#C43447;
--color06:#002236;
--color07:#982293;

}

body.default-dark-theme {
--color02:#8BDC84;
--color03:#678AD5;
--color04:#E2653C;
--color05:#CB3A4D;
--color06:#C7EAFF;
--color07:#982293;
}

#actividad .bck-title-1 {
    color: var(--color06);
    font-weight: 700;
}

#actividad .bck-title-2 {
    color: var(--color02);
    font-weight: 700;
}

#actividad .bck-title-3 {
    color: var(--color03);
    font-weight: 700;
}

#actividad .bck-title-4 {
    color: var(--color04);
    font-weight: 700;
}

#actividad .bck-title-5 {
    color: var(--color05);
    font-weight: 700;
}

#actividad .bck-enfasis-1 {
    color: var(--DynWhite);
    background-color: var(--color03);
    padding: .3rem 1rem;
    border-radius: .5rem .5rem .5rem 0;
    font-weight: 700;
}


#actividad .bck-enfasis-2 {
    color: var(--DynWhite);
    background-color: var(--color04);
    padding: .3rem 1rem;
    border-radius: .5rem .5rem .5rem 0;
    font-weight: 700;
}

#actividad .bck-enfasis-3 {
    color: var(--DynWhite);
    background-color: var(--color05);
    padding: .3rem 1rem;
    border-radius: .5rem .5rem .5rem 0;
    font-weight: 700;
}

#actividad .bck-enfasis-6 {
    color: var(--DynWhite);
    background-color: var(--color07);
    padding: .3rem 1rem;
    border-radius: .5rem .5rem .5rem 0;
    font-weight: 700;
}


#actividad .content .cke_contents .bck-ol-1,
#actividad .content .texto_curso .bck-ol-1,
#actividad .content .workspace ul li .bck-ol-1,
#actividad .content .cke_contents .bck-ol-2,
#actividad .content .texto_curso .bck-ol-2,
#actividad .content .workspace ul li .bck-ol-2,
#actividad .content .cke_contents .bck-ol-3,
#actividad .content .texto_curso .bck-ol-3,
#actividad .content .workspace ul li .bck-ol-3,
#actividad .content .cke_contents .bck-ol-4,
#actividad .content .texto_curso .bck-ol-4,
#actividad .content .workspace ul li .bck-ol-4,
#actividad .content .cke_contents .bck-ol-5,
#actividad .content .texto_curso .bck-ol-5,
#actividad .content .workspace ul li .bck-ol-5 {
	font-weight: 700;
}


#actividad .bck-ol-1 li::marker {
    color: var(--color02);
}

#actividad .bck-ol-2 li::marker {
    color: var(--color03);
}

#actividad .bck-ol-3 li::marker {
    color: var(--color04);
}

#actividad .bck-ol-4 li:before {
    color: var(--color05);
}

#actividad .bck-ol-5 li:before {
color: var(--color06);
} 

#actividad .bck-ol-6 li:before {
color: var(--DynBlack);
}

#actividad .bck-ol-4 li:before, #actividad .bck-ol-5 li:before, #actividad .bck-ol-6 li:before {
    width: auto;
    content: counter(bck-li-counter) ".";
        position: absolute;
    font-weight: 700;
    background-color: transparent;
    padding: .6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    width: 0;
    height: calc(var(--RefTextSize)*var(--MainLineHeight));
}

#actividad .bck-ol-4 li, 
#actividad .bck-ol-5 li, 
#actividad .bck-ol-6 li {
    padding-inline-start: 2rem;
}

#actividad .texto_curso ol {
    padding: 0;
    margin-bottom: var(--slide-margin-textos);
}