/* Redefiniendo estilos */
.cont-curso .content-MdB .bx-btn-curso a:last-child{
    width: auto;
}

a.lnk-descargar span.play{
    background: url(../lib/ico_play.png) no-repeat left center;
}

/** scroolable panel */
.scroll-panel{
    max-height:1000px;
    overflow-y:scroll;
}
.scroll-avatar{
    max-height:300px;
    overflow-y:scroll;
    
}
/* redefine textares width*/
.box-esc-comentario textarea{
    width: 75%;
}

.content div{
    text-align: left;
}

hr {
    color: lightgray;
}


/* MODAL */
.contentMod{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
}

.contentMod div{
    top: 34%;
    left: 50%;
    overflow: hidden;
    position: relative;
    color: #0d0d0d;
    text-align: center;
    background: #ffffff;
    width: 37%;
    padding: 40px 6% 40px 6%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.contentMod div h4{
    color: #b20932;
    font-size: 28px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
}

.contentMod div p{
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
}
.contentMod div a{
    display: inline-block;
    color: #333333;
    font-size: 30px;
    font-family: 'Oswald-Bold', Arial,Tahoma;
    line-height: 66px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #5c5c5c;
    width: 68px;
    height: 68px;
    margin: 10px 20px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    border-radius: 160px;
}
.contentMod div a:hover{
    color: #ffffff;
    background: #b20932;
    border: 1px solid #b20932;

}
/* end MODAL */


/* alto linea de tiempo */
.cont-curso .content-paso{
    min-height: 1200px;
}

/* botones navegacion curso */
.bx-btn-curso a{
    padding-right: 10px;
    padding-left: 10px;
}

.cont-curso .content-MdB .bx-btn-curso a:first-child img{
  float: left;
}
.cont-curso .content-MdB .bx-btn-curso a:last-child img{
  float: right;
}

/* href listado paquetes */
ul.listado-carrera-mat a{
    display: block;
    color: #333333;
    text-decoration: none;
}

/* estados */
.box-carrera-info .curso-estado .reprobado{
    background: #FF0B19;
}
.box-carrera-info .curso-estado .abandono{
    background: #999999;
}



/* justify */
.msj-info {
    text-align: justify;
    text-justify: inter-word;
}
/*** decoration **/

.cursor-arrow {
    text-decoration: none;
}

/* redefine height */
.presentation iframe{
    min-height: 580px;
}

/** ul a la izquierda **/
ul.izq {
    text-align: left;
}


.bx-Item-opb .disp-star{
    right: 15px;
    top: 10px;
}

.img-top {
    padding-top: 15px;   
}

/* bullets in exam*/
ul.bullets {
    list-style-type: disc;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 25px;
}

.content-curso-info ol {
    list-style-type: decimal;
    line-height: 24px;
    padding-left: 20px;
    height: 70px;
}


.content-curso-info ol li {
   counter-increment: item;
   margin-bottom: 5px;
}

 /* margenes zero */
 .mr0 {
     margin-right: 0px !important;
 }
 .ml0 {
     margin-left: 0px !important;
 }
 
 /* bullets en contenidos */
 div.tab-contenido ul {
    list-style-type: disc; 
}

@media (min-width:920px) {
        .show-mobile{ display: none !important; }
}

.cont-curso .content-MdB .content-curso-info{
 max-height: 490px;
 overflow-y:scroll;
}



  ul.list-temas .btn-estado a.btn-off {
    /* pointer-events: none; */
    color: #ffffff;
    background: #a0a1a1 !important;
  }



  /* RED GRAF */
  .cnt_graf_cal_red{
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 200;
    box-sizing: border-box;
    color: #d84545;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border: 10px solid #d84545;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    margin-left: -200px;
    padding: 70px;
  }

  .circular-chart.red .circle {
      stroke: #d84545;
}

img.btn-off{
    pointer-events: none;
    color: #a0a0a0;
    background: #666666 !important;
    opacity: 0.5;
} 

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    color: #a0a0a0;
    background: #666666 !important;
  }
  

  .bx-certificaciones.in_tit_mat a.down_off{
    pointer-events: none;
    color: #9cafbb;
    text-indent: 0;
    background: url(../lib/ico-certificado.svg) no-repeat center top;
    background-size: 80px auto;
  }

#element-scroll {
    max-height: 400px;
    overflow-y: auto;
}
