<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*títulos*/
#actividad .content .header .title h3 {
    color: #E10646;
}
.bck-title-1 {
    color: #E10646;
}
.bck-title-4 {
    color: #CE053D;
    border-bottom: 1px solid #CE053D;
}

/*cajas*/
.bck-box.bck-box-3 .bck-content li:before {
    color: #59C6F2!important;
}

.bck-box.bck-box-11 .bck-title{
    color: #A0D3E8;
}

.bck-box.bck-box-11 .bck-content {
    border-bottom: 2px solid  #A0D3E8;
}

.bck-box.bck-box-3 .bck-content {
    padding: 5px;
    border-bottom: 2px solid #59C6F2;
    border-top: 2px solid #59C6F2;
    padding-top: 15px;
    margin-top: -5px;
}

.bck-box.bck-box-4 .bck-title:before{
   display: none;
}

.bck-box.bck-box-4 .bck-title{
  color: #E10646;
 border-bottom: 2px solid;
}

.bck-box.bck-box-4 .bck-content {
    border-bottom: 2px solid #E10646;
}

.bck-box.bck-box-1:before{
   display: none;
}
.bck-box.bck-box-1:after{
    border-right: 0;
    right: 0px;
  -webkit-transform: none;
    transform-origin: unset;
    border-radius: 10px;
    border: 2px solid #E10646;
    background: #FEF5F2;
}
.bck-box.bck-box-1 {
    min-height: 0;
    margin-top: 0;
}
.bck-box.bck-box-1 .bck-content {
    padding-left: 20px;
}

/*lista desordenada*/
#actividad .content .texto_curso ul li:before, #actividad .content .workspace ul li ul li:before, #actividad .content .texto_curso .bck-ul li:before, #actividad .content .workspace ul li .bck-ul li:before, #actividad .popover-background.shown .popover-content &gt; ul &gt; li:before {
    content: ' ';
    top: 5px;
    background: #333;
}

/*tablas*/

table td.bck-td-2 {
    background-color: #FDE9E4;
}

table td.bck-td-1 {
    color: #fff;
    background-color: #E10646;
    border-color: #fff;
}
table, .bck-table {
    border: 1px solid #80808040;
}
table td, .bck-table td {
    border-color: #80808040;
}

/*pop-up*/

.info-template .info-title.shown {
    font-size: 2.8rem;
}
.info-template .info-title {
    color: #E10646;
    font-family: 'SUBROC-REGULAR';
}
.info-popover .popover-title:before, .popover-template .popover-title:before{
    color: #E10646;
}
.info-popover .popover-title, .popover-template .popover-title .popover-title-text {
    font-family: 'SUBROC-REGULAR';
    font-size: 2.8rem;
}
.info-popover .popover-title, .popover-template .popover-title {
    color: #E10646;
     background: #fff;
}

.fa-times:before {
    content: "\f00d";
    color: #999;
}

.info-template .info-title.shown:before {
    display: none;
}

/**/

/*lista ordenada*/

#actividad .content .texto_curso ol.bck-ol-2 li:before, #actividad .popover-content ol.bck-ol-2 li:before, #actividad .content .workspace ul li ol.bck-ol-2 li:before {
    content: counter(bck-li-counter, lower-alpha) ")";
    color: #333;
    font-size: 1.8rem;
    font-style: italic;
}

ol.bck-ol.bck-ol-1 {
    padding-left: 18px;
}

#actividad .content .texto_curso .bck-ol-1 li:before, #actividad .popover-content .bck-ol-1 li:before, #actividad .content .workspace ul li .bck-ol-1 li:before {
   content: counter(bck-li-counter) ".";
   color:  #E10646;
   top: -1px;
   left: -40px;
   width: 35px;
}

/*seccion marrón*/

.marron .bck-title-1 {
    color: #B07A17;
}

#actividad .content .marron .texto_curso .bck-ol-1 li:before,
#actividad .marron .popover-content .bck-ol-1 li:before,
#actividad .content .marron .workspace ul li .bck-ol-1 li:before {
    content: counter(bck-li-counter) ".";
    top: -1px;
    color: #B07A17;
}

/*seccion azul*/

.azul .bck-title-1 {
    color: #98CADF;
}
.azul table td.bck-td-1{
    color: #fff;
    background-color: #98CADF;
    border-color: #fff;
}


#actividad .content .azul .texto_curso .bck-ol-1 li:before,
#actividad .azul .popover-content .bck-ol-1 li:before,
#actividad .content .azul .workspace  ul li .bck-ol-1 li:before {
    color: #89D3E8;
}</pre></body></html>