.body_clase:not(.edit) .logo_editorial {
    right: 128px;
    bottom: 42px;
}

.bck-ol.bck-ol-alpha.bck-ol-purple li:before {
    content: counter(bck-li-counter, lower-alpha)')';
}

h2.bck-title {
    color: #991B84;
    font-size: 3.5rem;
    font-weight: bold;
    display: inline-block;
    line-height: 4.5rem;
}

.bck-box.bck-box-1 .bck-title {
    text-align: justify;
}

.bck-underline {
    text-decoration: underline;
    color: #414141;
}


/*titulo de seccion*/
.bck-title-1 {
    color: #74B320;
    font-size: 3.5rem;
    font-weight: bold;
    display: inline-block;
    line-height: 4.5rem;
}


/* padding de imagenes*/
#actividad .content img {
    border: 0px;
    border-radius: 0px;
    margin-left: 18px;
}

/* espacio para puntuaje*/
#actividad .carousel-inner .item-container {
    max-width: 1200px;
    box-shadow: rgba(0,0,0,0.298039) 0 0px 0px;
    margin: 20px auto 30px;
    padding-top: 1px;
    padding-bottom: 90px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
}

/*nota*/
.nota-budget {
    cursor: pointer;
    width: auto;
    min-width: 74px;
    padding-left: 2px;
    height: 40px;
    display: inline-block;
    position: relative;
    /* float: right; */
    background: url(../../../images/shared/bocadillo_comment.png) -6px 0 / 100% 100% no-repeat;
}


/*sección unidad2*/

.unidad-dos h2.bck-title {
    color: #008CCE;
}

.unidad-dos  .bck-ol.bck-numeral.bck-ol-green li:before {
    content: counter(bck-li-counter)'.';
    color: #f1951e;
}

/*sección unidad3*/

.unidad-tres h2.bck-title {
    color: #F3B01C;
}

.unidad-tres .bck-ol-green li:before {
    background: #23b2b6;
}

.unidad-tres .bck-ol-orange li:before{
       background-color: #23b2b6;
}

.unidad-tres .bck-ol.bck-numeral.bck-ol-green li:before {
    content: counter(bck-li-counter)'.';
    color: #23b2b6;
}

.unidad-tres .bck-ol.bck-ol-alpha.bck-ol-blue li:before {
    color: #f5b01c;
    line-height: 3.5rem;
}

.unidad-tres .bck-ol.bck-ol-alpha.bck-ol-purple li:before {
    color: #f5b01c;
}

.unidad-tres .bck-ol.bck-numeral.bck-ol-green li:before {
    content: counter(bck-li-counter)'.';
    color: #74B320;
}

/*.unidad-tres .bck-ol-green li:before {
    background: transparent;
}*/

.unidad-tres .bck-ol.bck-numeral.bck-ol-green li:before {
    content: counter(bck-li-counter)'.';
    color: #23b2b6;
}

/*crucigramas*/

.crosswords-puzzle li.enunciado {
    list-style-type: decimal;
}