/*títulos*/
.bck-title-5 {
    color: #D60C25;
    border-bottom: 1px solid #D60C25;
}

.bck-title-3 {
    color: #0C3F6A;
    font-size: 2.3rem;
    font-family: 'APEXNEW-MEDIUMITALIC';
}

.bck-title-4 {
    color: #0C406A;
    font-family: 'SUBROC-REGULAR';
    font-size: 5rem;
    border-bottom: 1px solid #0C406A;
}

/*cajas*/
.bck-box.bck-box-8 .bck-content{
    background-color: transparent;
    border-bottom: 2px solid #994F24;
}

.bck-box.bck-box-11 .bck-title{
   color: #0C406A;
    border-bottom: 2px solid #0C406A;
}

.bck-box.bck-box-11 .bck-content {
    border-bottom: 2px solid #0C406A;
}

.bck-box.bck-box-7{
    border: 2px solid #DE2928;
}

.bck-box.bck-box-7 .bck-title{
  color: #DE2928;
}

.bck-box.bck-box-6 .bck-content{
   background: #0592CA;
}

.bck-box.bck-box-4 .bck-title {
    padding: 5px 5px 5px 5px;
}

.bck-box.bck-box-4 .bck-title:before{
   display: none;
}

.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 #B3B800;
}
.bck-box.bck-box-1 {
    min-height: 0;
    margin-top: 0;
}
.bck-box.bck-box-1 .bck-content {
    padding-left: 20px;
}

/*pop-up*/

.info-template .info-title.shown {
    font-size: 2rem;
    margin: 0 6px 12px 6px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #CFCFCF;
}

.info-template .info-title {
    color: #069DDC;
    font-family: 'SUBROC-REGULAR';
}

.info-popover .popover-title:before, .popover-template .popover-title:before{
    color: #069DDC;
}

.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: #069DDC;
    background: #fff;
}

.fa-times:before {
    content: "\f00d";
    color: #999;
}


.info-template .info-title.shown:before {
    display: none;
}

/**/

.activities-dropdown .nav-tabs > li.active{
    background-color: #F27060;
    color: #fff;
}
#actividad a{
   background-color: transparent;
   text-align: center;
}
.bck-dropdown-2 .bck-dropdown-content {
   max-height: none;
}
#actividad .pregunta .texto_curso {
    font-size: 1.8rem;
}

/*lista ordenada*/

#actividad .content .texto_curso .bck-ol li:before, #actividad .popover-content .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before{
    left: -34px;
    width: 29px;
    top: -1px;
}

/*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 > ul > li:before {
    content: ' ';
    top: 5px;
    background: #333;
}

#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) ".";
    top: 0px;
    left: -45px;
    width: 40px;
    color: #00A8EC;
}

#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;
}

/*ESTILO TABLAS AZULES*/

table td.bck-td-1 {
    color: #fff;
    background-color: #069ddc;
}

table td.bck-td-2 {
    background-color: #e6f2fa;
    color: #069ddc;
   font-weight: bold;
}

table, .bck-table {
    border: NONE
}

table td, .bck-table td {
    padding: 10px;
    border-color: #d8d8d8;
}

table td.bck-td-3 {
    background-color: #e6f2fa;
}

/*ENFASIS*/

.bck-enfasis {
    color: #069ddc;
    font-weight: bold;
}

/*LISTA ROSA PIENSA Y REFLEXIONA*/

#actividad .content .texto_curso ol.bck-ol-8 li:before,
 #actividad .popover-content ol.bck-ol-8 li:before,
 #actividad .content .workspace ul li ol.bck-ol- li:before {
    content: counter(bck-li-counter) ".";
    color: #e6007e !important;
}

/*Excepción CAJA 2 DENTRO DE CAJA 9*/

.bck-box.bck-box-9 .bck-content .bck-box.bck-box-2 .bck-content {
    border-bottom: #9BCB20;
}

/*Boliches blancos en caja azul*/

.bck-box.bck-box-6 .bck-content #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 > ul > li:before {
    content: ' ';
    top: 5px;
    background: #fff;
}