.content_type_clase_attendis #actividad .content .header .title h3 {
    font-size: 29px;
    padding: 10px;
    margin-top: 0px;
    font-weight: normal;
    display: block;
    margin-top: 34px;
    color: #fff;
    background: #025A9B;
    box-shadow: 0px 0px 0px 0px rgba(1, 26, 83, 1);
}

.bck-title1 {
    font-weight: normal;
    color: #C8C10F;
}

.bck-title2 {
    font-size: 21px;
    color: #025A9B;
}

.content .bck-ol1 {
    list-style-type: none;
    margin-top: 12px;
    margin-left: 30px;
    padding-right: 10px;
}

.content .bck-ol1 li {
    counter-increment: bck-li-counter 1;
    position: relative;
}

.content .bck-ol1 li:before {
    content: counter(bck-li-counter)'.';
    color: #324D7E;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-left: -40px;
    margin-top: -1px;
    padding-right: 10px;
    width: 1.5em;
    text-align: right;
}

.bck-enfasis {
    background: transparent;
    color: #324D7E;
}

.texto_curso ul li:before, .cke_contents ul li:before {
    height: 13px;
    background-color: #C8C10F;
    border-radius: 100%;
    width: 13px;
    margin-top: 8px;
    margin-left: -21px;
}

.texto_curso {
    word-wrap: normal;
}

#actividad .carousel-inner .item-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/themes/responsive/assets/styles/attendis/barra.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 46px;
    margin: auto;
}