<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*foto del toc*/
#indice .unit-content .header {
    background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/KB1-3.png)!important;
}

/*color de las unidades*/
#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    color: #fff;
    background-color: #ed1c24;
}

@media only screen and (min-width: 580px) and (max-width: 980px) {

/*color de las unidades*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}
.body_curso #indice .unit-content:not(.active) .header .title {
    color: #fff;
}

/**/

.body_curso #indice .unit-content .header {
     height: 145px;
background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/KB1-2.png) !important;
    background-position: right;
    }
}

@media only screen and (min-width: 319px) and (max-width: 579px) {

/*color de las unidades*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}

.body_curso #indice .unit-content:not(.active) .header .title{
	color: #666;
}

/**/
.body_curso #indice .unit-content:not(.active) .header {
    height: 40px;
    background-image: none !important;
    background-color: #ed1c24;
}


.body_curso #indice .unit-content .header {
     height: 65px;
background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/KB1-1.png) !important;
    background-position: right;
    }
}

@media only screen and (max-width: 414px) {

/*color de las unidades*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}

.body_curso #indice .unit-content:not(.active) .header .title{
	color: #666;
}

/**/

.body_curso #indice .unit-content .header {
     height: 55px;
    left: 0px;
    background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/KB1-1.png) !important;
    background-position: right;
    }
}


.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
    color: #fff;
    background-color:#ed1c24;
    border-color: transparent;
    opacity: 1;
}</pre></body></html>