/*----------------------TÍTULO SLIDE---------------------*/

.content_type_clase_fancy #actividad .content .header {
    display: none;
}

/*
.js-slide-wrapper > .header .single-pagination {
    display:  none;
}

.content_type_clase_fancy #actividad .content .header .title {
    margin-top: -40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.content_type_clase_fancy #actividad .content .header .title h3 {
    font-family: 'Cabin Sketch', cursive;
    font-size: 2.5rem;
    color: #ffffff;
    display: block;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
}

.content_type_clase_fancy #actividad .content .header .title h3:before,
.content_type_clase_fancy #actividad .content .header .title h3:after {
   display: none;
}
*/

/*----------------TÍTULO IMAGEN--------------------*/

.content_type_clase_fancy #actividad .content .header:before {
    display: none;
}

/*---------------------NEGRITAS-----------------------*/

strong {
    color: inherit;
    font-weight: inherit;
}

/*-----------------------TÍTULO 1---------------------*/

.bck-title1 {
    font-size: 3.0rem;
    padding: 10px 15px;
    background: #0090d0;
    color: #fff;
    font-weight: normal;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    margin-left: -88px;
}

.bck-title1:before {
    display: none;
}

/*------------------TÍTULO 2--------------------------*/
.bck-title2:before {
    display: none;
}

.bck-title2 {
    font-size: 3.0rem;
    clear: both;
    padding: 10px 20px 10px 0;
    margin-bottom: 30px;
    color: #414141;
    font-family: 'Source Sans Pro';
    font-weight: normal;
}


/*-------------------LOGO--------------*/

.content_type_clase_fancy .logo-publisher {
    content: " ";
    background-image: url(/useruploads/r/a/232581098/activity_other_imported/logo-pelangi-publishing28062021.png);
    height: 36px;
    background-repeat: no-repeat;
    width: 100PX;
    margin-left: -47px;
    margin-top: 10px;
    margin-right: -25px;
    float: left;
    background-size: contain;
}

/*-----------------ACT ELEGIR RESPUESTA----------------------*/

#actividad .workspace.chooseblanks .inline-answer a {
    vertical-align: middle;
}


/*-------------TOC----------------*/

#indice .units ul li {
    padding: 0;
    background-color: #FFA861;
    border-radius: 0px;
}

#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    background: transparent;
    border-bottom: 5px solid #8c71b2;
}

button.btn.btn-primary.disabled {
    background: #ffa861;
    border-radius: 0px;
}

a:hover, a:active, a:focus {
    outline: 0;
    color: #8c71b2;
    text-decoration: none;
}

#indice .unit-content .header {
    background-image: none !important;
    background-color: #8c71b2;
}

body:not(.isTablet) #indice .units ul li:not(.disabled) a:hover .title, body:not(.isTablet) #indice .units ul li.active:not(.disabled) a .title {
    color: #8c71b2;
}

/*-----------------BOTONES---------------------*/
.btn-danger, .btn-danger[disabled] {
    color: #fff;
    background-color: #fba665;
    border-color: transparent;
}

.btn-primary[disabled], .btn-primary[disabled]:focus {
    color: #fff;
    background-color: #8C71B2;
    border-color: transparent;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    color: #fff;
    background-color: #8C71B2;
    border-color: transparent;
    opacity: 1;
}

.btn-primary:not([disabled]):hover, .btn-primary:not([disabled]):focus, .btn-primary:not([disabled]):active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #673ba7;
    opacity: .9;
    border-color: transparent;
}

#actividad .content .review .attemps span {
    width: 35px;
    height: 35px;
    font-weight: 700;
    color: #fff;
    background-color: #8c71b2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    padding: 6px 12px;
    margin: 0 3px;
    display: inline-block;
    line-height: 24px;
}