@import "../plugins/fancybox/jquery.fancybox.min.css";

.logosproton {
    width: 100%;
}

.mt-2 {
    margin-top: 2em;
}


.img_cursos {

    position: relative;
}

.overlay {
    position: absolute;
    background: rgba(32,37,62,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content_cursos {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
}

.content_cursos h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_cursos .btn_custom {
    background: #001fbf;
    color: #ffffff;
}

.content_cursos .btn_custom:hover {
    background: #001d7e;
}

.boxcontent {
    padding: 50px 0;
}

h2.titlecontent {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.introduccion_curso {
    text-align: justify;
    padding: 5% 10%;
    font-size: 1.2em;
}

.bg_custom h2 {
    font-weight: bold;
    letter-spacing: 2px;
}

.desc_curso {
    text-align: justify;
    padding: 2% 10%;
    font-size: 1.4em;
}

.progresotitle {
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #e04b57;
    margin-top: 30px;
}

hr {
    border-top: 1px solid #cecdcd;
}


.progress-bar-success {
    background: #63a063;
}

.tile-progress.bg-azul {
    background: #2a2766
}

.bg-azul {
    background: #2a2766
}



.tile-progress.bg-azul  h4{

    font-weight: bold;
    letter-spacing: 2px;

}


.footer_btn {
    padding: 5% 0;
}


.intro_actividad {
    font-size: 1.4em;
    padding: 5%;
}

.intro_actividad h3 {
    color: #001fbf;
    letter-spacing: 1px;
}

.page-sidebar.estudiante, .page-topbar.estudiante {
    background: #f1f2f7;
}

#main-menu-wrapper li a {
    padding: 10px 20px;
}


.page-topbar.estudiante .logo-area {
    background: url("../../img/logos.png") #f1f2f7;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-sidebar.estudiante #main-menu-wrapper li a {
    margin: 5px;
    border-radius: 30px;

}

.page-sidebar.estudiante #main-menu-wrapper li.open .sub-menu a.active, .page-sidebar.estudiante #main-menu-wrapper li.open .sub-menu a:hover {
   background: none;
    color: #e04b57;
    border-left: 0;
}

.page-sidebar.estudiante #main-menu-wrapper li a{
    font-size: 1.1em;
    line-height: 1.2em;
}


.btn_amarillo {
    background: #e5e374;
    font-weight: 600;
}

.btn_amarillo:hover {
    background: #d2d062;
}

.fa-3x {
    font-size: 3em;
}

.cuestionario {
    padding: 0 40px;
}

#main-menu-wrapper li .sub-menu a {
    line-height: 1.2em;
}

.fa-1_5x {
    font-size: 1.5em !important;
}

.cursoterminado {
    padding: 5%;
    text-align: center;
    font-size: 1.2em;
}

.cursoterminado h2 {
    font-weight: bold;
    letter-spacing: 2px;
}

#instructionscontent {
    max-width: 1000px;
}


.lecturacompletada {
    padding: 30px;
}

input.bigcheck[type=checkbox] {
    transform: scale(1.5);
}

.overlay_bloqueo {
    background: rgba(0,0,0,.8);
    z-index: 100;
    text-align: center;
    padding: 10% 5%;
    font-size: 2em;
    line-height: 1.2em;
}

.content_introcurso {
    padding: 30px;
    font-size: 1.2em;
    text-align: justify;
}

.d-flex {
    display: flex;
}

.cont-flex {
    flex: 1;
}

label.error {
    background: #e04b57;
    font-weight: normal;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 30px;
    color: #ffffff;
    display: block;
}

.preguntas {
    background: #ffffff;
    padding: 30px;
}

.item_pregunta {
    margin: 0 0 40px 0;
    font-weight: bold;
}

.preguntas .respuesta {
    font-weight: normal;
    margin-top: 15px;
}

.modal-body.scroll{
    height: 80vh;
    overflow-y: auto;
}

.informacionfechas {
    font-size: 13px;
    color: #ffffff;
    margin-top: 20px;
}

.bloquesmodulos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.itemflex {
    max-width: 30%;
    flex: 1;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 30%;
    margin: 10px;
    background: #2a2766;
}

#tiempo_limite {
    position: fixed;
    left: 30px;
    bottom: 30px;
}

.alert-tiempo {
    max-width: 200px;
}

@media (max-width: 960px) {

    .bloquesmodulos {

        flex-direction: column;
    }

    .itemflex {
        max-width: 100%;
        flex-basis: 100%;
        margin: 10px;
    }

    .d-flex {
        flex-direction: column;
    }

    .img_cursos {
        padding-bottom: 40px;
    }

    .page-topbar.sidebar_shift .logo-area {
        width: 220px;
    }


}
