<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    font-size: 24px;
}

#actividad .pregunta .texto_curso {
    font-size: 1.8rem;
}

.bck-indent-1 {
    margin-left: 23px;
}

/*Arreglo de la anchura de las listas ordenadas*/
.content ol.bck-ol1 li:before, .cke_contents ol.bck-ol1 li:before {
    margin-top: 0 !important; 
    margin-left: -45px !important;
    color: #797A7B;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: right;
    width: 30px;
}

.content ol.bck-ol2 li:before, .cke_contents ol.bck-ol2 li:before {
    width: 2.0rem;
    height: 2.0rem;
}

.content ol li:before, .cke_contents ol li:before {
    margin-left: -18px;
}

ol.slider-indicators {
    width: 100% !important;
    margin-right: 14px;
}


/*número de slide*/

#actividad .content .header .title h3 span.slide_number {
    text-align: center !important;
    padding: 0px !important;
}

/*NAVBAR*/

.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator {
    position: absolute;
    max-width: 100%;
}



/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.publisher-navbar #top-navigator {
    max-width: 90%;
}
}

/* Smartphones (portrait &amp; landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator .slider-indicators {
    border-radius: 25px;
}

.publisher-navbar #top-navigator {
    max-width: 86%;
}
.content_type_clase_alma_newitalianespresso .publisher-navbar .navbar-content {
    max-width: 400px;
}

}
/*Cambio anchura listas desordenadas*/
.coursetag_alleralma .content ol.bck-ol2 li:before,
.coursetag_alleralma .cke_contents ol.bck-ol2 li:before {
    width: 30px;
    height: 18px;
    padding: 1px;
}</pre></body></html>