.activities-dropdown .nav-tabs > li.active {
   background: #E76048;
   color: #fff;
}


#actividad a {
    text-align: center;
   background-color: transparent;
}

.bck-dropdown-2 .bck-dropdown-content {
    max-height: 100%;
}

#actividad .pregunta .texto_curso {
    font-size: 1.9rem;
}

/*definición*/
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    background: #ef7015;
    border-bottom: 1px solid #ef7015;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.popover-content {
    padding: 9px 14px;
    background: #ffbd8e;
}
.bck-tooltip, .bck-underline {
    text-decoration: none;
    border-bottom: 2px dotted #ef7015;
}



/*título slide*/
#actividad .content .header .title h3:before{
  display: none;
}
#actividad .content .header .title h3{
  font-size: 3rem;
}

/*cajas*/

.bck-box.bck-box-2 {
    background: #FCE4D6;
    border: 3px dotted #E76048;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*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-weight: 300;
    font-style: italic;
    left: -15px;
    font-size: 1.8rem;
   width: 21px;
}
 #actividad .content .texto_curso .bck-ol-2 li, #actividad .popover-content .bck-ol-2 li, #actividad .content .workspace ul li .bck-ol-2 li{
    padding-left: 20px;
}
#actividad .content .texto_curso .bck-ol li:before, #actividad .popover-content .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before{
   content: counter(bck-li-counter) ".";
    color: #E76048;
    font-size: 1.8rem;
    font-weight: 600;
}
#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: " ";
    position: absolute;
    top: 8px;
    left: 19px;
    height: 6px;
    width: 6px;
    background-color: #333;
    color: #333;
}
#actividad .popover-background.shown .popover-content > ul > li:before{
   display: none;
}
#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{
   width: 28px;
   left: -35px;
}

/pop-up info*/

.info-template .info-title.shown:before{
   color: #00974C;
}

.info-template .info-title{
   color: #00974C;
}
.fa-info:before {
    color: #E76048;
}
.info-popover .popover-title, .popover-template .popover-title{
    background: #6BB587;
}

/*titulo*/
.bck-title-1 {
   color: #E76048;
   font-size: 2.5rem;
}
.bck-title{
    border-bottom: 0;
    font-weight: 400;
    color: #E76048;
}
.bck-title-1:before{
  display: none;
}
.bck-title-3{
   font-size: 2.2rem;
   color: #333;
}

/*tabla*/
table, .bck-table {
    border: 1px solid #E7E7E8;
}
table td, .bck-table td {
    border-color: #E7E7E8;
}
table td.bck-td-1 {
    color: #333;
    background-color: #E76048;
}

/*sección mira*/
#actividad .content .mira .header .title h3{
   font-size: 3rem;
    background: #882B91;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 600;
}
#actividad .content .mira .texto_curso .bck-ol li:before, #actividad .popover-content .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before{
    color: #882B91;
}
#actividad .content .mira .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{
   color: #333;
}

/*sección finales*/
#actividad .content .finales .header .title h3{
   font-size: 3rem;
    background: #E76048;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 600;
}
#actividad .content .finales .texto_curso .bck-ol li:before, #actividad .popover-content .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before{
    color: #E76048;
}
#actividad .content .finales .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{
   color: #333;
}
/*sección vive*/
#actividad .content .vive .header .title h3{
  color: #FDB423;
  border-bottom: 2px solid #FDB423; 
  font-weight: 600;
  width: 100%;
}

#actividad .content .vive .texto_curso .bck-ol li:before, #actividad .popover-content .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before{
    color: #FDB423;
}
#actividad .content .vive .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{
   color: #333;
}