@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima/Optima-Regular.eot');
    src: url('fonts/Optima/Optima-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima/Optima-Regular.woff2') format('woff2'),
        url('fonts/Optima/Optima-Regular.woff') format('woff'),
        url('fonts/Optima/Optima-Regular.ttf') format('truetype'),
        url('fonts/Optima/Optima-Regular.svg#Optima-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Bold';
    src: url('fonts/Optima/Optima-Bold.eot');
    src: url('fonts/Optima/Optima-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima/Optima-Bold.woff2') format('woff2'),
        url('fonts/Optima/Optima-Bold.woff') format('woff'),
        url('fonts/Optima/Optima-Bold.ttf') format('truetype'),
        url('fonts/Optima/Optima-Bold.svg#Optima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial Regular.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial Medium.otf') format('opentype');
    font-weight: 500;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial DemiBold.otf') format('opentype');
    font-weight: 600;
    /* DemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial Bold.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial Italic.otf') format('opentype');
    font-weight: 400;
    /* Italic */
    font-style: italic;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('fonts/wellingtons/TT Wellingtons Trial Bold Italic.otf') format('opentype');
    font-weight: 700;
    /* Bold Italic */
    font-style: italic;
}

:fullscreen {
    height: 100vh;
    width: 100vw;
}


* {
    color: #292929;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'TT Wellingtons', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

a label,
a img {
    cursor: pointer;
}

body#estandar {
    background-color: #FFFFFF;
    margin: 0 0 0 0 !important;
}

body#video {
    background-color: #E1E1E1;
    height: 100% !important;
    margin: 0 0 0 0;
    padding: 20px 0px;
}

body#certificado {
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
    font-family: 'Optima';
}


#div-central {
    background-color: #f1f1f1;
    padding: 10px;
    position: relative;
}

footer {
    align-items: center;
    background-color: #0034D9;;
    bottom: 0;
    display: flex;
    min-height: 130px;
    justify-content: space-evenly;
    left: 0;
    padding: 0px 2.5%;
    width: 100%;
}

footer > div:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer>div:first-child a {
    text-decoration: underline !important;
}

footer >div:first-child * {
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 500;
}

footer>div:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}

#logo {
    margin-top: 10px;
}



.color-celeste,
.color-celeste * {
    color: #27b1df;
}

.color-blanco,
.color-blanco * {
    color: #FFFFFF;
}

.color-rojo,
.color-rojo * {
    color: #e2231a;
}

.color-verde,
.color-verde * {
    color: #59a800;
}

.color-azul,
.color-azul * {
    color: #006498;
}

.color-naranjo,
.color-naranjo * {
    color: #d95800;
}

.color-gris,
.color-gris * {
    color: #666b6f;
}

.color-gris2,
.color-gris2 * {
    color: #5e5d5d;
}

.color-conceptual {
    color: #351e54;
}

.color-procedimental {
    color: #d27c1d;
}

.color-actitudinal {
    color: #ac3c37;
}

.font-size-01,
.font-size-01 * {
    font-size: 0.1em !important;
}

.font-size-02,
.font-size-02 * {
    font-size: 0.2em !important;
}

.font-size-03,
.font-size-03 * {
    font-size: 0.3em !important;
}

.font-size-04,
.font-size-04 * {
    font-size: 0.4em !important;
}

.font-size-05,
.font-size-05 * {
    font-size: 0.5em !important;
}

.font-size-06,
.font-size-06 * {
    font-size: 0.6em !important;
}

.font-size-07,
.font-size-07 * {
    font-size: 0.7em !important;
}

.font-size-08,
.font-size-08 * {
    font-size: 0.8em !important;
}

.font-size-09,
.font-size-09 * {
    font-size: 0.9em !important;
}

.font-size-1,
.font-size-1 * {
    font-size: 1em !important;
}

.font-size-11,
.font-size-11 * {
    font-size: 1.1em !important;
}

.font-size-12,
.font-size-12 * {
    font-size: 1.2em !important;
}

.font-size-13,
.font-size-13 * {
    font-size: 1.3em !important;
}

.font-size-14,
.font-size-14 * {
    font-size: 1.4em !important;
}

.font-size-15,
.font-size-15 * {
    font-size: 1.5em !important;
}

.font-size-16,
.font-size-16 * {
    font-size: 1.6em !important;
}

.font-size-17,
.font-size-17 * {
    font-size: 1.7em !important;
}

.font-size-18,
.font-size-18 * {
    font-size: 1.8em !important;
}

.font-size-19,
.font-size-19 * {
    font-size: 1.9em !important;
}

.font-size-2,
.font-size-2 * {
    font-size: 2em !important;
}

.font-size-21,
.font-size-21 * {
    font-size: 2.1em !important;
}

.font-size-22,
.font-size-22 * {
    font-size: 2.2em !important;
}

.font-size-23,
.font-size-23 * {
    font-size: 2.3em !important;
}

.font-size-24,
.font-size-24 * {
    font-size: 2.4em !important;
}

.font-size-25,
.font-size-25 * {
    font-size: 2.5em !important;
}

.font-size-26,
.font-size-26 * {
    font-size: 2.6em !important;
}

.font-size-27,
.font-size-27 * {
    font-size: 2.7em !important;
}

.font-size-28,
.font-size-28 * {
    font-size: 2.8em !important;
}

.font-size-29,
.font-size-29 * {
    font-size: 2.9em !important;
}

.font-size-3,
.font-size-3 * {
    font-size: 3em !important;
}

.font-size-31,
.font-size-31 * {
    font-size: 3.1em !important;
}

.font-size-32,
.font-size-32 * {
    font-size: 3.2em !important;
}

.font-size-33,
.font-size-33 * {
    font-size: 3.3em !important;
}

.font-size-34,
.font-size-34 * {
    font-size: 3.4em !important;
}

.font-size-35,
.font-size-35 * {
    font-size: 3.5em !important;
}

.font-size-36,
.font-size-36 * {
    font-size: 3.6em !important;
}

.font-size-37,
.font-size-37 * {
    font-size: 3.7em !important;
}

.font-size-38,
.font-size-38 * {
    font-size: 3.8em !important;
}

.font-size-39,
.font-size-39 * {
    font-size: 3.9em !important;
}

.font-size-4,
.font-size-4 * {
    font-size: 4em !important;
}


.text-uppercase {
    text-transform: uppercase;
}


.align-center {
    display: block;
    text-align: center;
}

.align-left {
    display: block;
    text-align: left;
}

.align-right {
    display: block;
    text-align: right;
}

.align-justify {
    display: block;
    text-align: justify;
}

.td-align-center {
    text-align: center;
}

.td-align-left {
    text-align: left;
}

.td-align-right {
    text-align: right;
}

.td-align-justify {
    text-align: justify;
}

.font-bold {
    font-weight: bold !important;
}


.texto-vertical {
    transform: rotate(270deg);
}

.texto-tachado {
    text-decoration: line-through;
}


.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}


.palabra-vertical {
    transform: rotate(90deg);
}


.cursor-pointer {
    cursor: pointer;
}


.border-bottom-gris {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}

.border-right-gris {
    border-right: 1px solid #eeeeee;
}

.fondo-blanco {
    background-color: #FFFFFF;
}

.fondo-blanco-gris {
    background-color: #f7f6f6;
}

.fondo-gris {
    background-color: #efefef;
}

.fondo-blanco-opacity-05 {
    background-color: rgba(255, 255, 255, 0.5);
}

.fondo-blanco-opacity-06 {
    background-color: rgba(255, 255, 255, 0.6);
}

.fondo-blanco-opacity-07 {
    background-color: rgba(255, 255, 255, 0.7);
}


.min-height-200 {
    min-height: 200px;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-350 {
    min-height: 350px;
}

.min-height-400 {
    min-height: 400px;
}

.min-height-450 {
    min-height: 450px;
}

.min-height-500 {
    min-height: 500px;
}

.min-height-600 {
    min-height: 600px;
}

.min-height-700 {
    min-height: 700px;
}

.min-height-vh {
    min-height: calc(100vh - 345px);
}


.div-padding-10 {
    padding: 10px 20px;
}

.div-padding-20 {
    padding: 20px 20px;
}

.div-padding-30 {
    padding: 30px 20px;
}

.div-padding-40 {
    padding: 40px 20px;
}

.div-padding-50 {
    padding: 50px 50px;
}



.text-indent-10 {
    text-indent: 10px;
}

.text-indent-20 {
    text-indent: 20px;
}

.text-indent-30 {
    text-indent: 30px;
}

.text-indent-50 {
    text-indent: 50px;
}

.text-indent-80 {
    text-indent: 80px;
}

.text-indent-100 {
    text-indent: 100px;
}




.bloque-gris {
    background-color: #e6e6e6;
}




.display-none {
    display: none;
}














.login-titulo {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ad4c3b;
    font-size: 6em;
}


.login-titulo-xs {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ad4c3b;
    font-size: 3em;
}


a.btn-naranjo {
    background-color: #d95800;
    color: #FFFFFF;
    display: block;
    margin-left: 5px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
}

a.btn-verde {
    background-color: #058409;
    color: #FFFFFF;
    display: block;
    margin-left: 5px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
}

input.btn-verde {
    background-color: #058409;
    color: #FFFFFF;
    display: block;
    margin-left: 5px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    border: 0;
}

a.btn-naranjo.inline,
a.btn-verde.inline {
    display: inline-block !important;
}

.info-navegador {
    background-image: url(/assets/img/logo_chrome.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 500px;
}

a.info-navegador-link {
    color: #daaf1c;
    display: block;
    font-size: 10px;
    margin-top: -10px;
    text-align: center;
    text-decoration: underline !important;
}


#header-index {
    display: block;
    background-color: #FFFFFF;
    padding: 5px;
}


#img-central {
    width: 300px;
    margin: 0 auto;
}

.txt-bienvenidos {
    display: block;
    text-align: center;
    font-size: 5em;
    color: #00428a;
}





.logo-campus-index {
    background-image: url(/assets/img/logo-campus-index.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100px;
    border-right: 1px solid #b1b5b8;
    height: 150px;
}

.logo-campus-index label {
    display: block;
    line-height: 130px;
    margin-bottom: -100px;
    padding-right: 20px;
    text-align: right;
    text-indent: 110px;
}



.titulo-campus-index label {
    display: block;
    margin-bottom: -70px;
    line-height: 100px;
}







.menu-superior {
    min-height: 30px;
    border-bottom: 1px solid #cccccc;
}


.menu-superior .menu-superior-menu {
    background-color: #FFFFFF;
    height: 30px;
    line-height: 30px;
}

.menu-superior .menu-superior-menu a {
    color: #132940;
    display: inline-block;
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
}

.menu-superior .menu-superior-menu a:hover {
    color: #b72031;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}









.datos-nombre,
.datos-apellido,
.datos-comuna {
    display: block;
    margin: 0 0 -6px 0;
    color: #FFFFFF;
    text-indent: 5px;
    letter-spacing: 1px;
}

.datos-nombre {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.datos-apellido {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.menu-superior-user-info-user-datos {
    -webkit-width: calc(100% - 65px);
    -moz-width: calc(100% - 65px);
    -ms-width: calc(100% - 65px);
    -o-width: calc(100% - 65px);
    width: calc(100% - 65px);
}

.datos-comuna {
    font-family: 'Roboto', sans-serif;
}

.datos-comuna.texto-largo {
    font-size: 65%;
}

.header .menu-superior-user .menu-superior-user-btn,
.header-xs .menu-superior-user .menu-superior-user-btn {
    border-left: 5px solid #FFFFFF;
    padding: 0 0 0 0 !important;
}


.btn-h-perfil,
.btn-h-notificaciones,
.btn-h-avance,
.btn-h-cerrarsesion {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
    float: left;
    height: 30px;
    width: 50%;
}




.btn-h-perfil {
    background-image: url(/assets/img/h_perfil.png);
    background-size: 15px auto;
    border-bottom: 1px dotted #b62031;
    border-right: 1px dotted #b62031;
}

.btn-h-notificaciones {
    background-image: url(/assets/img/h_notificaciones.png);
    border-bottom: 1px dotted #b62031;
    background-color: #132940;
}

.btn-h-avance {
    background-image: url(/assets/img/h_avance.png);
    border-right: 1px dotted #b62031;
}

.btn-h-cerrarsesion {
    background-image: url(/assets/img/h_cerrarsesion.png);
}


.btn-h-perfil:hover,
.btn-h-avance:hover,
.btn-h-cerrarsesion:hover {
    background-color: #132940;
}




#div-inicio-menu-central {

    padding: 20px;
}


.portal-inicio-menu-caja {
    height: 180px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom center;
}

.portal-inicio-menu-caja.curso {
    background-color: #3488c8;
    background-image: url(/assets/img/consulta_tutor_icon.png);

}

.portal-inicio-menu-caja.talleres {
    background-color: #c24153;
    background-image: url(/assets/img/informacion_icon.png);
}

.portal-inicio-menu-caja.foros {
    background-color: #dd9d2f;
    background-image: url(/assets/img/foro_icon.png);
}

.portal-inicio-menu-caja.webinars {
    background-color: #8ab468;
    background-image: url(/assets/img/sesionesvirtuales_icon.png);
}


.portal-inicio-menu-caja .caja-titulo {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0;
    cursor: pointer;
    font-size: 1.5em;
}

.caja-titulo.curso {
    background-color: #185e99;
}

.caja-titulo.talleres {
    background-color: #901c1d;
}

.caja-titulo.foros {
    background-color: #c54927;
}

.caja-titulo.webinars {
    background-color: #478e3e;
}



.portal-inicio-menu-info {
    color: #594f4e;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 100%;
}








.caja-info-der {
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.caja-info-der a * {
    cursor: pointer;
}


.caja-info-der .titulo {
    background-color: #594f4e;
    color: #FFFFFF;
    padding: 5px;
    text-indent: 10px;
    width: 100%;
}


.caja-info-der .info {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2px;
}

.caja-info-der .info .info-texto,
.caja-info-der .info .info-img {
    display: inline-block;
    vertical-align: top;
}

.caja-info-der .info .info-img {
    width: 20%;
}

.caja-info-der .info .info-img img {
    width: 100%;
    padding: 5px;
}


.caja-info-der .info .info-texto {
    width: 70%;
}

.caja-info-der .info .info-texto .info-texto-texto1 {
    color: #594f4e;
    display: block;
    font-size: 1em;
    width: 95%;
}

.caja-info-der .info .info-texto .info-texto-texto2 {
    color: #ababa9;
    display: block;
    font-size: 1em;
    width: 95%;
}






















.div-titulo-unidad,
.titulo-tema {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}


.div-titulo-unidad {
    background-color: #001c2e;
    height: 50px;
    margin-top: 20px;
}

.div-titulo-unidad .imagen-titulo-unidad,
.div-titulo-unidad .label-titulo-unidad {
    display: inline-block;
}

.div-titulo-unidad .imagen-titulo-unidad {
    width: 13%;
    max-width: 50px;
    margin: 2px 0 0 10px;
}


.div-titulo-unidad .label-titulo-unidad {
    background-color: #FFFFFF;
    color: #da5a14;
    font-size: 1.2em;
    text-align: center;
    width: 80%;
    padding: 10px 10px 10px 0;
    float: right;
    margin: 3px 3px 3px 0;
}

.titulo-tema {
    background-color: #008baa;
    background-image: url(/assets/img/flechita.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: table;
    padding: 5px;
}

a.titulo-tema {
    text-decoration: none;
}

.titulo-tema label {
    color: #FFFFFF;
    cursor: pointer;
    display: table-cell;
    height: 100%;
    padding-left: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}




.titulo-caso {
    color: #001d2f;
    font-size: 1.8em;
    text-align: center;
}


.titulo-casos {
    font-size: 2em;
    text-align: center;
}





.casos-titulo-preguntas {
    color: #001d2f;
    font-size: 1.5em;
}

.casos-titulo-preguntas .casos-titulo-preguntas-actual,
.casos-titulo-preguntas .casos-titulo-preguntas-total {
    color: #d95800;
    font-style: italic;
}





a.btn-volver {
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    background-color: #d95800;
    border-radius: 0 0 10px 10px;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}













/* carousel del home del perfil */

#carousel {
    height: 400px;
    width: 100%;
}

#carousel .cloud9-item {
    width: 20%;
}

/* FIN carousel del home del perfil */







.div-sesion-en-vivo,
.div-sesion-ejercicio,
.div-casos {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}


body.modulo0 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #000000;
}



body.modulo0 img {
    width: 90%;
    margin: 0 5%;
}


.modulo0-mensaje {
    border: 1px solid red;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.5em;
}




#div-menu-modulo div {
    margin-bottom: 10px;
}

#div-menu-modulo div img:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}














.caja {
    padding: 10px;
    margin-bottom: 10px;
}


.caja .caja-titulo {
    background-color: #00172c;
    background-position: 35% 30%;
    background-repeat: no-repeat;
    background-size: 35px auto;
    height: 40px;
    margin-bottom: 10px;
    padding: 0px 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.caja .caja-titulo.modulo1 {
    background-image: url(/assets/img/icono_modulo/modulo1.png);
}

.caja .caja-titulo.modulo2 {
    background-image: url(/assets/img/icono_modulo/modulo2.png);
}

.caja .caja-titulo.modulo3 {
    background-image: url(/assets/img/icono_modulo/modulo3.png);
}

.caja .caja-titulo.modulo4 {
    background-image: url(/assets/img/icono_modulo/modulo4.png);
}

.caja .caja-titulo.modulo5 {
    background-image: url(/assets/img/icono_modulo/modulo5.png);
}

.caja .caja-titulo.modulo6 {
    background-image: url(/assets/img/icono_modulo/modulo6.png);
}

.caja .caja-titulo.modulo7 {
    background-image: url(/assets/img/icono_modulo/modulo7.png);
}

.caja .caja-titulo:before {
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.caja .caja-titulo.casos:before {
    content: "CASOS PRÁCTICOS";
}

.caja .caja-titulo.video:before {
    content: "VIDEOS DISPONIBLES";
}

.caja .caja-titulo.sesion-virtual:before {
    content: "SESIÓN VIRTUAL";
}

.caja .caja-titulo.sesion-presencial:before {
    content: "SESIÓN PRESENCIAL";
}


.caja .caja-titulo.mediateca:before {
    content: "DOCUMENTOS";
}


.caja .caja-titulo .caja-titulo-modulo {
    background-color: #FFFFFF;
    color: #be5a21;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 3px 3px 3px 0;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60%;
}


.caja .caja-nombre label,
.caja .caja-fecha label,
.caja .caja-duracion label,
.caja .caja-duracion label,
.caja .caja-intentos label {
    font-family: 'Roboto', sans-serif;
    margin-bottom: -5px;
}


.caja .caja-nombre label {
    color: #00172c;
    font-size: 1.5em;
}

.caja .caja-fecha label {
    color: #00172c;
    font-size: 1.1em;
}

.caja .caja-duracion label {
    color: #00172c;
    font-size: 1.1em;
}



.caja .caja-descripcion label {
    color: #5e5d5d;
    font-size: 1em;
    text-align: justify;
}

.caja .caja-lugar label {
    color: #5e5d5d;
    font-size: 1em;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.caja .caja-intentos label {
    color: #5e5d5d;
    font-size: 1.3em;
    text-align: justify;
}

.caja .caja-puntaje label {
    font-size: 1.3em;
    text-align: justify;
}

.caja .caja-horarios p {
    color: #5e5d5d;
    font-family: 'TT Wellingtons';
    font-size: 1.3em;
    text-indent: 10px;
}

.caja a.btn-inscripcion {
    background-color: #d95800;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #5e5d5d;
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 2px 5px;
    text-align: center;
    width: 100%;
}

.caja a.btn-inscripcion:hover {
    background-color: #132940;
}

.caja a.btn-inscripcion.inscrito {
    background-color: #8ab468;
}

.caja .caja-inscrito p {
    font-family: 'TT Wellingtons';
    font-size: 1.2em;
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
}

.caja .caja-inscrito .inscrito {
    color: #478e3e;
}

.caja .caja-inscrito .no-inscrito {
    color: #ad4c3b;
}

.caja .caja-sesion p {
    color: #ad4c3b;
    font-family: 'TT Wellingtons';
    font-size: 1.5em;
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
}

.caja .caja-img-central img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto;
    width: 100%;
}


/*.caja .caja-botones a {
	background-repeat: no-repeat; 
	background-size: 50px 50px;
	display: inline-block;
	height: 50px;
	margin-right: 30px;
	width: 50px;
	vertical-align: top;
}*/

.caja .caja-botones a.btn-ejercicios,
.caja .caja-botones a.btn-diagnostico,
.caja .caja-botones a.btn-eval-final,
.caja .caja-botones a.btn-foro,
.caja .caja-botones a.btn-sesion-virtual {
    background-repeat: no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    height: 50px;
    margin-right: 30px;
    width: 50px;
    vertical-align: top;
}

.caja .caja-botones a.btn-ejercicios {
    background-image: url(/assets/img/ejercicio_icon.png);
}

.caja .caja-botones a.btn-diagnostico {
    background-image: url(/assets/img/ejercicio_icon.png);
}

.caja .caja-botones a.btn-eval-final {
    background-image: url(/assets/img/ejercicio_icon.png);
}

.caja .caja-botones a.btn-foro {
    background-image: url(/assets/img/lectura_icon.png);
}

.caja .caja-botones a.btn-sesion-virtual {
    background-image: url(/assets/img/sesion.png);
}

.caja .caja-botones a.btn-ejercicios:hover {
    background-image: url(/assets/img/ejercicio_icon_hover.png);
}

.caja .caja-botones a.btn-diagnostico:hover {
    background-image: url(/assets/img/ejercicio_icon_hover.png);
}

.caja .caja-botones a.btn-eval-final:hover {
    background-image: url(/assets/img/ejercicio_icon_hover.png);
}

.caja .caja-botones a.btn-foro:hover {
    background-image: url(/assets/img/lectura_icon_hover.png);
}

.caja .caja-botones a.btn-sesion-virtual:hover {
    background-image: url(/assets/img/sesion_hover.png);
}


.caja .caja-botones a:after {
    color: #848181;
    font-size: 10px;
    position: absolute;
    text-align: center;
    top: 100%;
}


.caja .caja-botones a.btn-ejercicios:after {
    content: "EJERCICIOS";
}

.caja .caja-botones a.btn-diagnostico:after {
    content: "DIAGNÓSTICO";
    text-indent: -5px;
}

.caja .caja-botones a.btn-eval-final:after {
    content: "EVALUACIÓN";
}

.caja .caja-botones a.btn-foro:after {
    content: "FORO";
    text-indent: 13px;
}

.caja .caja-botones a.btn-sesion-virtual:after {
    content: "SESIÓN VIRTUAL";
    text-indent: -7px;
}



.img-wrapper {
    display: block;
    overflow: hidden;
}


.div-semana img {
    margin-bottom: 10px;
    width: 100%;
}

.div-semana img:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.div-semana .titulo-semana {
    font-size: 2em;
}


#div-estoy-en {
    padding-top: 10px;
}

#div-estoy-en a {
    text-decoration: none;
    font-size: 1.2em;
    color: #d95800;
}









a.btn-disabled {
    pointer-events: none;
    opacity: 0.7;
    background-color: #000;
}



.texto-cita {
    background-color: #FAFAFA;
    border: #D1D7DC 1px solid;
    color: #006600;
    font-size: 90%;
    font-style: italic;
    padding: 3px;
}




.modulo0-1,
.modulo0-2,
.modulo0-3,
.modulo0-4,
.modulo0-5,
.modulo0-6,
.modulo0-7,
.modulo0-8,
.modulo0-9 {
    position: relative;
}


a.btn-modulo0 {
    background-color: #c2670f;
    border: 5px solid #ffff00;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    left: 40%;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 80%;
    width: 20%;
}

a.btn-modulo0:hover {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #ffff00;
    border: 5px solid #c2670f;
    color: #c2670f;
}


a.menu-curso-izquierdo-lista {
    border-bottom: 1px solid #909090;
    color: #909090;
    display: block;
    text-decoration: none;
}


.fondo-curso {
    background-image: url(/assets/img/fondo_curso.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 317px;
    width: 317px;
}






.accordion-link-active {
    font-family: 'TT Wellingtons' !important;
}



.texto-en-desarrollo {
    font-size: 60px;
    font-family: 'TT Wellingtons' !important;
    color: #00172c;
    text-align: center;
    padding: 20px;
}



a.btn-confirma-tu-asistencia {
    background-color: #dd9d2f;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}


a.btn-puntuar-mensaje,
a.btn-responder-mensaje,
a.btn-profesor-respondio,
a.btn-responder-caso,
a.btn-citar-mensaje,
a.btn-lectura {
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

a.btn-puntuar-mensaje {
    background-color: #b62031;
}

a.btn-responder-mensaje {
    background-color: #0034D9;
}

a.btn-profesor-respondio {
    background-color: #DFF0D8;
    color: #7CA67A;
    border: 1px solid #D6E9C6;
}

a.btn-responder-caso {
    background-color: #dd9d2f;
}

a.btn-citar-mensaje {
    background-color: #ff9b00;
}

a.btn-lectura {
    background-color: #be5a21;
}

a.btn-responder-tema,
button.btn-responder-tema {
    background-color: #0D0B70;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 270px;
}

a.btn-responder-tema.citar {
    background-color: #0034D9;
    font-size: 16px;
    font-weight: 600;
}

button.btn-responder-tema {
    border: 0;
}


.select-post-puntuado {
    border: 2px solid #058409;
}


.post-puntuado {
    background-image: url(/assets/img/star.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20px;
    border-right: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    color: #c3c3c3;
    cursor: pointer;
    display: block;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}



/* /viewthread_flat_NE.inc.php */



.bloque-faq {
    margin-bottom: 10px;

}

.bloque-faq * {
    color: #FFFFFF;
}



.bloque-faq .faq-pregunta {
    background-image: url(/assets/img/icon-documento.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
    font-size: 1.3em;
    padding: 15px;
    position: relative;
    text-indent: 50px;
    background-color: #5f968f;
}

.bloque-faq .faq-respuesta {
    font-size: 1.1em;
    padding: 10px;
    margin-left: 50px;
    display: none;
    background-color: #FFFFFF;
}

.bloque-faq .faq-respuesta * {
    color: #000000;
}

.bloque-faq .faq-respuesta a {
    text-decoration: underline !important;
}


.bloque-faq .faq-pregunta .icono-mas {
    background-image: url(/assets/img/icono-mas.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 15%;
    width: 40px;
}

.bloque-faq .faq-pregunta .icono-menos {
    background-image: url(/assets/img/icono-menos.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 15%;
    width: 40px;
}





.bloque-glosario {

    margin-bottom: 30px;
    width: 90%;
    color: #5b5b5b;
    font-size: 1.2em;
    border-bottom: 5px solid #676c70;
}


.bloque-glosario .glosario-concepto {
    font-size: 1.5em;
    font-style: italic;
}

.bloque-glosario .glosario-definicion {
    margin-left: 4%;
    width: 95%;
}


#buscador-glosario label,
#buscador-glosario input[type=text],
#buscador-glosario input[type=image] {
    display: inline-block;
    vertical-align: middle;
}

#buscador-glosario label {
    color: #00172c;
    font-size: 16px;
}

#buscador-glosario input[type=text] {
    background-color: #b8b4b5;
    border: 0;
    height: 30px;
    margin: 0 -3px 0 3px;
    color: #FFFFFF;
    padding: 5px;
}










label.palabra-encontrada {
    background-color: #b8b4b5;
}






/* Notificaciones */


.notification-list-item {
    padding: 0 !important;
}

.notification-list-item a {
    display: block;
    height: 100%;
    padding: 5px;
}



/* /Notificaciones */



















.mediateca-fila {
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.mediateca-fila img,
.mediateca-fila label {
    display: inline-block;
    vertical-align: middle;
}

.mediateca-fila img {
    width: 50px;
}

.mediateca-fila label {
    text-indent: 10px;
    cursor: pointer;
}




.cajita-modulo-titulo {
    background-color: #b0635b;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    cursor: pointer;
    font-family: 'TT Wellingtons';
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}

.cajita-modulo-titulo label {
    cursor: pointer;
}

.cajita-modulo-titulo.modulo0 {
    background-color: #b0635b;
}

.cajita-modulo-titulo.modulo1 {
    background-color: #79957f;
}

.cajita-modulo-titulo.modulo2 {
    background-color: #725e6a;
}

.cajita-modulo-titulo.modulo3 {
    background-color: #725e6a;
}

.cajita-modulo-titulo.modulo4 {
    background-color: #497f7f;
}

.cajita-modulo-titulo.modulo5 {
    background-color: #b0635b;
}

.cajita-modulo-titulo.modulo6 {
    background-color: #79957f;
}

.cajita-modulo-titulo.modulo7 {
    background-color: #725e6a;
}



.cajita-modulo-titulo .cajita-modulo-titulo-modulo {
    color: #FFFFFF;
    font-family: 'TT Wellingtons';
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px 0 10px;
    text-align: left;
    width: 100%;
    position: relative;
}

.cajita-modulo-titulo .cajita-modulo-titulo-modulo .badge {
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: #e24340;
}


.cajita-mediateca {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #666b70;
    position: relative;
    height: 130px;
}

.cajita-mediateca label {
    display: block;
}


.cajita-mediateca img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
}


.cajita-mediateca .mediateca-tipo {
    color: #0071bc;
    margin-top: 10px;
    text-align: right;
    background-color: #449aca;
    color: #FFFFFF;
    padding: 2px 10px 2px 0;

}


.cajita-mediateca .mediateca-tipo.mediateca-tipo-tema-1 {
    background-color: #1469a1;
}

.cajita-mediateca .mediateca-tipo.mediateca-tipo-tema-2 {
    background-color: #449aca;
}

.cajita-mediateca .mediateca-tipo.mediateca-tipo-tema-3 {
    background-color: #4a9896;
}




.cajita-mediateca .mediateca-curso {
    bottom: 0;
    color: #6e655c;
    position: absolute;
    right: 10px;
}








.cajita-comunidad {
    background-color: #dddddd;
    border-radius: 5px;
    border: 2px solid #dddddd;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}

.cajita-comunidad label {
    display: block;
}

.cajita-comunidad .comunidad-nombre {
    color: #c1272d;
    margin-top: 10px;
    text-indent: 5px;
}

.cajita-comunidad .comunidad-titulo {
    font-size: 0.8em;
}

.cajita-comunidad .comunidad-contactar {
    bottom: 0;
    color: #6e655c;
    position: absolute;
    right: 10px;
}


.cajita-comunidad .mensajes-no-leidos {
    background-color: #ff9b00;
    border-radius: 50px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 30px;
    z-index: 100;
    animation-duration: 0.5s;
    animation-iteration-count: 10;
    animation-name: scale11;
}

.cajita-comunidad .mensajes-total {
    background-color: #a5a4a4;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: -1px;
    text-align: center;
    top: -1px;
    width: 30px;
    z-index: 100;
    border-radius: 5px 0 20px 0;
    text-indent: -5px;
}




.cajita-comunidad.tutor {
    border: 2px solid #0034D9;
}

.cajita-comunidad.tutor:after {
    background-color: #0034D9;
    color: #FFFFFF;
    content: "PROFESOR(A)";
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}



.cajita-comunidad .checkbox-usuario {
    position: absolute;
    top: 2px;
    right: 5px;
}


.img-comunidad {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 100px;
    width: 100px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

.img-comunidad img {
    border-radius: 500px;
    height: 100%;
    width: 100%;
}


a.btn-mensajes-recibidos,
a.btn-mensajes-sin-leer,
a.btn-mensaje-masivo {
    text-transform: uppercase;
}

.bloque-mensajes-recibidos,
.bloque-mensajes-sin-leer,
.bloque-mensaje-masivo {
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    padding: 20px;
}















a.btn-faq-seccion {
    background-color: #006498;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}


a.btn-faq-seccion.actual {
    background-color: #5ba700;
}


#texto-seleccione {
    font-size: 25px;
}





table.table-faq {
    border: 2px solid #132940;
    margin-top: 10px;
}

table.table-faq thead tr th {
    background-color: #132940;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

table.table-faq thead tr th:nth-child(2) {
    width: 10%;
}

table.table-faq tbody tr td {
    border: 1px solid #132940;
    font-size: 14px;
    padding: 5px;
}

table.table-faq tbody tr td:nth-child(2) {
    text-align: center;
}

table.table-faq tbody tr:last-child {
    font-weight: bold;
}



.mensaje-faq {
    font-size: 20px;
    border-top: 1px dotted #cccccc;
    padding-top: 5px;
    margin-top: 10px;
}







/* avance.php */


.avance-bloque {
    padding: 0 !important;
}

.avance-seccion {
    border: 1px solid #cccccc;
    padding-bottom: 10px;
}

.textito-titulo {
    color: #3c73b4;
    text-indent: 10px;
}

.avance-seccion .avance-seccion-titulo {
    color: #FFFFFF;
    display: block;
    font-family: 'TT Wellingtons';
    font-size: 20px;
    letter-spacing: 4px;
    margin: 5px;
    padding: 2px;
    text-align: center;
    -webkit-width: calc(100% - 10px);
    -moz-width: calc(100% - 10px);
    -ms-width: calc(100% - 10px);
    -o-width: calc(100% - 10px);
    width: calc(100% - 10px);
}


.avance-seccion .avance-seccion-titulo.aprendizaje {
    background-color: #d49835;
}

.avance-seccion .avance-seccion-titulo.logros {
    background-color: #7d9532;
}

.avance-seccion .avance-seccion-titulo.procesos {
    background-color: #3c73b4;
}


.aprendizaje-bloque {
    border-top: 1px solid #cccccc;
    height: 200px;
    position: relative;
}

.aprendizaje-bloque-titulo {
    color: #FFFFFF;
    padding: 2px 5px;
}

.aprendizaje-bloque-titulo.conceptual {
    background-color: #351e54;
}

.aprendizaje-bloque-titulo.procedimental {
    background-color: #d27c1d;
}

.aprendizaje-bloque-titulo.actitudinal {
    background-color: #ac3c37;
}


.aprendizaje-bloque a.aprendizaje-bloque-detalle {
    bottom: 0;
    position: absolute;
    right: 10px;
}

.aprendizaje-bloque a.aprendizaje-bloque-detalle.conceptual {
    color: #351e54;
}

.aprendizaje-bloque a.aprendizaje-bloque-detalle.procedimental {
    color: #d27c1d;
}

.aprendizaje-bloque a.aprendizaje-bloque-detalle.actitudinal {
    color: #ac3c37;
}


.logros-lista {
    background-image: url(/assets/img/recurso-circulo1.png);
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    min-height: 30px;
    padding: 1px 10px;
}

.logros-lista .texto {
    color: #838080;
    font-size: 16px;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -ms-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    width: calc(100% - 30px);
    display: block;
    float: right;
}

.logros-lista.hecho {
    background-image: url(/assets/img/recurso-circulo2.png);
    color: #7d9532;
}

.chart {
    display: inline-block;
    font-weight: bold;
    height: 120px;
    left: 25px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 120px;
}

.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.chart.general-chart {
    font-size: 50px;
    height: 300px;
    line-height: 150px;
    position: relative;
    width: 150px;
}


.percent {
    display: inline-block;
    font-size: 1.5em;
    line-height: 150px;
    z-index: 2;
}

.percent.conceptual {
    color: #351e54;
}

.percent.procedimental {
    color: #d27c1d;
}

.percent.actitudinal {
    color: #ac3c37;
}


.percent:after {
    content: '%';
    font-size: 20px;
    margin-left: 0.1em;
}

.btn-avance-general-modulo,
.btn-calificaciones {
    background-image: url(/assets/img/manito.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    text-indent: 60px;
}

.btn-avance-general-modulo:hover {
    background-color: #eeeeee;
}

.avance-general-listado,
.calificaciones-listado {
    margin-left: 10px;
    padding: 10px;
}

.avance-general-listado p {
    background-image: url(/assets/img/check_gris.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    text-indent: 30px;
}

.avance-general-listado p.check {
    background-image: url(/assets/img/check.png);
}



a.btn-imprimir {
    background-image: url(/assets/img/print.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 63px;
    width: 70px;
}



.bloque-calificacion {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}


.bloque-calificacion .bloque-calificacion-titulo {
    text-indent: 5px;
    font-size: 1.2em;
}

.bloque-calificacion .bloque-calificacion-fila {
    text-indent: 10px;
}


a.btn-ver-puntaje {
    background-color: #ff2444;
    background-image: url(/assets/img/evaluacion.png);
    background-position: 5% 25%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border: 2px solid #b62031;
    color: #FFFFFF;
    display: block;
    font-size: 2em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    animation-name: scale-animation;
    animation-duration: 0.5s;
    animation-iteration-count: 5;
}

a.btn-ver-puntaje:hover {
    background-color: #b62031;
}


/* /avance.php */




















.modal-backdrop {
    opacity: 0.5 !important;
}


#div-lenguaje-inclusivo {
    padding: 30px;
}


#div-lenguaje-inclusivo p {
    font-size: 16px;
    color: #001d2f;
}




.asistencia-confirmada {
    color: #be5a21;
    font-size: 25px;
    text-align: center;
}






.semanas-mapa-checked {
    background-image: url(/assets/img/check.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    display: block;
}










/* Carta del Alcalde */

.logo-carta {
    display: block;
    float: right;
    opacity: 0.5;
    width: 100px;
}

#btn-acepta {
    border: 1px solid red;
    padding: 10px;
    color: #FFFFFF;
    background-color: #058409;
    border: 5px solid #1fa123;
}

#btn-acepta:hover {
    background-color: #1fa123;
}

/* /Carta del Alcalde */










#menu-avances {
    text-align: center;

}

#menu-avances a,
#menu-avances label {
    color: #132940;
    font-size: 15px;
}

#menu-avances a.avance-activo {
    border-bottom: 1px solid #b62031;
    font-size: 25px;
    text-transform: uppercase;
}

#menu-avances a:hover {
    color: #b62031;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}





.ultima-celda {
    border-right: 1px solid #dddddd;
}








.bloque-docs-sp {
    border: 2px solid #c24254;
    margin-bottom: 10px;

}

.bloque-docs-sp-destino {
    background-color: #c24254;
    color: #FFFFFF;
    padding: 5px;
}


.bloque-docs-sp a {
    color: #5e5d5d;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px 5px;
    text-decoration: underline !important;
}








.btn-megusta {
    background-image: url(/assets/img/star-megusta.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #c05a1f;
    font-size: 16px;
    height: 51px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

.btn-megusta:hover {
    background-image: url(/assets/img/star-megusta-check.png);
    color: #FFFFFF;
}


.btn-megusta-check {
    background-image: url(/assets/img/star-megusta-check.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #FFFFFF;
    font-size: 16px;
    height: 51px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;

}

.btn-megusta-check:hover {
    color: #FFFFFF;
}





#notificaciones-bloque-listado {
    padding-top: 20px;
}

#notificaciones-bloque-contenido {
    background-color: #f7f7f7;
    padding: 20px;
}

#notificaciones-bloque-listado .titulo-notificaciones {
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 45px auto;
    height: 50px;
    width: 100%;
    background-color: #ff2444;
    background-image: url(/assets/img/notificaciones_icon.png);
    margin: 0;

}

#notificaciones-bloque-listado .titulo-notificaciones:after {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    background-color: #b62031;
    content: "NOTIFICACIONES";
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    -ms-width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    width: calc(100% - 50px);
}

#notificaciones-listado {
    margin: 0;
}



#notificaciones-listado .notificaciones-listado-fila {
    background-color: #777777;
    background-image: url(/assets/img/notificaciones_icon.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 35px auto;
    border-bottom: 1px solid #dcdcdc;
    color: #FFFFFF;
    height: 50px;
    margin: 0;
}

#notificaciones-listado .notificaciones-listado-fila span {
    background-color: #adadad;
    background-image: url(/assets/img/vermas.png);
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-left: 1px solid #dcdcdc;
    color: #FFFFFF;
    float: right;
    height: 100%;
    line-height: 50px;
    margin: 0;
    text-indent: 10px;
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    -ms-width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    width: calc(100% - 50px);
}

#notificaciones-listado .notificaciones-listado-fila.actual span,
#notificaciones-listado .notificaciones-listado-fila span:hover {
    background-image: url(/assets/img/vermas_hover.png);
}



#notificaciones-listado .notificaciones-listado-fila.visto {
    background-color: #e1e1e1;
    background-image: url(/assets/img/notificaciones_abierta.png);
    border-bottom: 1px solid #c9c9c9;
}

#notificaciones-listado .notificaciones-listado-fila.visto span {
    background-image: url(/assets/img/vermas_visto.png);
    background-color: #ececec;
    border-left: 1px solid #c9c9c9;
    color: #777777;
}



#notificacion-contenido {
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 1px #cccccc, -1px -1px 1px #cccccc;
    margin: 0 auto;
    padding: 10px;
    width: 95%;
}


#notificacion-contenido p.titulo {
    border-bottom: 1px solid #d3d3d3;
    color: #b62031;
    padding: 10px;
}


#notificacion-contenido div {
    color: #777777;
}











#btn-cerrar-modal {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 5px;
    position: absolute;
    right: 0;
    top: -20px;
}





.es_sence {
    color: #ed3943;
    font-style: italic;
}



.encuesta-seccion {
    font-size: 2em;
    padding: 10px;
}


.encuesta-fila {
    font-size: 1.5em;
    padding: 10px;
    text-indent: 20px;
}

.encuesta-fila:hover {
    background-color: #eeeeee;
}



.select-obligatorio {
    border: 1px solid red;
}




a.btn-abre-encuesta {
    background-image: url(/assets/img/encuesta.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: 3px solid #000000;
    color: #000000;
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-indent: 50px;
    width: 250px;
    animation-name: scale-animation;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

a.btn-abre-encuesta:hover {
    background-image: url(/assets/img/encuesta_hover.png);
    border: 3px solid #bb5821;
    color: #bb5821;
}

.table-rubrica {
    width: 90%;
    margin: 20px auto;
}

.table-rubrica td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #cccccc;
}


.table-rubrica td.backcolor-azul {
    background-color: #17365d;
    color: #FFFFFF;
}

.table-rubrica td.backcolor-celeste {
    background-color: #94b3d6;
}

.table-rubrica td.backcolor-celeste-claro {
    background-color: #dbe4f0;
}

#celda-puntaje {
    position: relative;
}

#puntaje-actual {
    position: absolute;
    top: 0;
    right: 10px;
    color: #FFFFFF;
    font-size: 1.2em;
}

#puntaje-numero {
    color: #FFFFFF;
}




a.btn-ver-video {
    background-color: #d95800;
    background-image: url(/assets/img/video.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 5px 50px;
    text-align: center;
    width: 200px;
}

a.btn-ver-documento {
    background-color: #d95800;
    background-image: url(/assets/img/mediateca_icon.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 5px 50px;
    text-align: center;
    width: 200px;
}


.btn-mejor-grabacion {
    background-color: #478e3e;
    background-image: url(/assets/img/video.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    margin: 10px auto;
    padding: 5px 5px 10px 5px;
    width: 90%;
}

.btn-mejor-grabacion:hover {
    background-color: #8ab468;
}


.btn-mejor-grabacion p,
.btn-mejor-grabacion label {
    color: #FFFFFF;
    text-align: center;
}



.cajita-comunidad-user {
    background-color: #eeeeee;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
    width: 30%;
}

.cajita-comunidad-user .img,
.cajita-comunidad-user .datos {
    display: inline-block;
    vertical-align: top;
}

/*.cajita-comunidad-user .img {
	height: 100px;
	width: 100px;

}*/

.cajita-comunidad-user .img {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 100px;
    width: 100px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

.cajita-comunidad-user .img img {
    border-radius: 500px;
    height: 100%;
    width: 100%;
}


.cajita-comunidad-user .datos p {
    text-indent: 10px;
}




.btn-miperfil {
    /*background-image: url(/assets/img/globito.png); 
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 5px;*/
    font-size: 0.8em;
}













.tabla-nota-final {
    width: 100%;
}

.tabla-nota-final th,
.tabla-nota-final td {
    padding: 5px;
}


.tabla-nota-final thead tr th {
    border-bottom: 1px solid #ac2a32;
    text-align: center;
}


.tabla-nota-final .border-right {
    border-right: 1px solid #132940;
}

.tabla-nota-final tbody tr:last-child td {
    border-top: 1px solid #ac2a32 !important;
    border-bottom: 1px solid #132940;
}


.texto-nota-al {
    background-color: #132940;
    color: #FFFFFF;
    padding-right: 10px;
}

.texto-nota-al label {
    color: #FFFFFF;
}









.encuesta-pregunta {
    margin-bottom: -10px;
}





.div-encuesta-titulo {
    background-color: #ffc000;
}

.div-encuesta-titulo p {
    color: #FFFFFF;
    text-align: center;
}






/* Encuesta Final */

.encuesta-final-seccion {
    display: block;
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 10px solid #e7e7e7;
}


.pregunta-encuesta-final {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0px;
}

.pregunta-encuesta-final:hover {
    background-color: #eeeeee;
}



.pestana-preguntas {
    background-color: #0071bc;
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 10px;
    text-align: right;
}


.btn-enviar-encuesta-final {
    background-color: #c32420;
    border-radius: 5px;
    border: 0;
    color: #FFFFFF;
    display: block;
    float: right;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.btn-enviar-encuesta-final:hover {
    background-color: #ec0d07;
}






input[type=radio].radio-encuesta-final {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    left: -1000px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}

input[type=radio].radio-encuesta-final+label.radio-encuesta-final-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    padding-left: 24px;
    vertical-align: middle;
}

input[type=radio].radio-encuesta-final:checked+label.radio-encuesta-final-label {
    background-position: 0 -19px;
}

label.radio-encuesta-final-label {
    background-image: url(/assets/img/encuesta-radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}





img.logo-encuesta-finalizada {
    display: block;
    width: 100%;
}

/* /Encuesta Final */




a.footer-links {
    color: #000000;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
}


.img-header-logo-unegocios {
    width: 180px;
}


#mi-header-dropdown {
    background-color: #e6e6e6;
    border-radius: 0 10px 10px 0;
    padding: 0 10px;
}


#div-btn-header {
    border-left: 1px solid #e6e6e6;
    padding: 2px;
}




#div-btn-header a.btn-header {
    border-bottom: 1px solid #e6e6e6;
    color: #808080;
    display: block;
    padding: 1px 10px;
    width: 100%;
    font-size: 0.8em;
}


#div-btn-header a.btn-header img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}


#div-btn-header a.btn-header:last-child {
    border-bottom: 0;
}


#div-btn-header a.btn-header:hover {
    color: #c1272d;
}

a#btn-menu-mobile {
    background-color: #808080;
    color: #FFFFFF;
    display: none;
    font-size: 2em;
    height: 40px;
    left: 0;
    padding-left: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1000;
}

a#btn-menu-mobile * {
    color: #FFFFFF;
}



.n-notificaciones {
    background-color: #961127;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    height: 15px;
    margin-left: 2px;
    text-align: center;
    width: 15px;
    vertical-align: middle;
    font-size: 12px;
}














.logo-campus-header {
    background-image: url(/assets/img/logo-campus-index.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100px;
    border-right: 1px solid #b1b5b8;
    height: 150px;
}

.logo-campus-header label {
    display: block;
    line-height: 130px;
    margin-bottom: -100px;
    padding-right: 20px;
    text-align: center;
    text-indent: 100px;
}



.titulo-campus-header label {
    display: block;
    margin-bottom: -70px;
    line-height: 100px;
}





a.btn-menu .n_notificacion {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    background-color: #ff9e00;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    animation-duration: 0.5s;
    animation-iteration-count: 10;
    animation-name: scale11;
}


.carousel-caption {
    background-color: rgba(90, 167, 1, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.carousel-indicators {
    bottom: 0;
    padding-right: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
}


.carousel img {
    width: 100%;
}








a.btn-inicio-accesos {
    background-color: #cccccc;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    width: 100%;
}


a.btn-inicio-accesos img {
    margin: 0 auto;
    width: 152px;
}


a.btn-inicio-accesos.color1 {
    background-color: #c1272d;
}

a.btn-inicio-accesos.color2 {
    background-color: #b4b9be;
}

a.btn-inicio-accesos.color3 {
    background-color: #c69c6d;
}

a.btn-inicio-accesos.color4 {
    background-color: #0071bc;
}

a.btn-inicio-accesos.color5 {
    background-color: #0062ab;
}









.titulo-inicio-accesos {
    background-color: #006498;
    color: #FFFFFF;
    font-size: 1em;
    padding: 5px;
    text-indent: 20px;
    text-transform: uppercase;
}

.titulo-inicio-accesos.color1 {
    background-color: #29abe2;
}

.titulo-inicio-accesos.color2 {
    background-color: #c1272d;
}

.div-ultimos-post {
    position: relative;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.img-redondeada {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 100px;
    width: 100px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

.img-redondeada img {
    border-radius: 500px;
    height: 100%;
    width: 100%;
}

.img-cuadrada-foro-inicio {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.img-cuadrada-foro-inicio img {
    height: 100%;
    width: 100%;
}


.div-ultimos-post-texto {
    height: 100px;
    left: 105px;
    position: absolute;
    text-indent: 10px;
    top: 0;
}




.titulo-pagina {
    border-bottom: 2px solid #9e9fa3;
    color: #9e9fa3;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 30px;
    padding: 0;
    position: relative;
    text-indent: 40px;
    text-transform: uppercase;
}

.titulo-pagina a {
    color: #9e9fa3;
}

.titulo-pagina:before {
    background-color: #0034D9;
    bottom: -1px;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
}


.titulo-pagina .icono-mas {
    background-image: url(/assets/img/icono-mas.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: #0034D9;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 30px;
}

.titulo-pagina .icono-menos {
    background-image: url(/assets/img/icono-menos.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: #0034D9;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 30px;
}




.titulo-pagina.titulo-pagina-tema-1 {
    color: #1469a1;
}

.titulo-pagina.titulo-pagina-tema-2 {
    color: #449aca;
}

.titulo-pagina.titulo-pagina-tema-3 {
    color: #4a9896;
}

.titulo-pagina.titulo-pagina-tema-1:before {
    background-color: #1469a1;
}

.titulo-pagina.titulo-pagina-tema-2:before {
    background-color: #449aca;
}

.titulo-pagina.titulo-pagina-tema-3:before {
    background-color: #4a9896;
}



.div-modulo {
    display: none;
    margin-bottom: 40px;
}



.glosario-letra {
    border-bottom: 5px solid #006496;
    position: relative;
}


.glosario-div-letras {
    padding: 40px;
    display: none;
}





a.btn-glosario-letra {
    background-color: #006496;
    border-radius: 80px;
    color: #FFFFFF;
    font-size: 1.5em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

a.btn-glosario-letra:hover {
    background-color: #c32420;
    transition: 0.3s;
}


a.btn-glosario-letra.activo {
    background-color: #c32420;
}










.titulo-curso-tema {
    border-bottom: 1px solid #676c70;
    color: #676c70;
    font-size: 3em;
    font-style: italic;
    margin-bottom: 10px;
    padding: 10px;
}

.titulo-curso-tema img {
    max-width: 80px;
}


a.btn-nuevo-concepto {
    background-color: #acbc2e;
    background-image: url(/assets/img/icono-mas.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: #FFFFFF;
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
}


.div-archivos-adjuntos {
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
}

.div-archivos-adjuntos p {
    font-size: 0.8em;
    margin-bottom: -3px;
}


a.btn-evaluacion {
    background-color: #0071bc;
    border-radius: 0px 100px 100px 0;
    color: #FFFFFF;
    display: block;
    font-size: 2em;
    padding: 5px 10px;
    width: 40%;
}

a.btn-evaluacion .glyphicon {
    color: #FFFFFF;
    font-size: 1.5em;
}

.div-modulos-evaluaciones {
    background-color: rgba(0, 113, 188, 0.2);
    display: block;
    margin: 30px auto;
    padding: 20px;
    width: 80%;
}



.div-banner-comunidad {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
}



.div-banner-comunidad label {
    font-size: 4em;
    line-height: 200px;
    text-indent: 100px;
    color: #FFFFFF;
}


.body-comunidad {
    background-color: #f7f2d5;
}


.input-contacto {
    border: 1px solid #e1e1e1;
    border-radius: 0;
}

.input-contacto.input-contacto-obligatorio {
    border: 1px solid red;
}


.txt-contacto {
    background-color: #0071bc;
    color: #FFFFFF;
    padding: 5px;
    text-transform: uppercase;
}


.contacto-panel-telefono {
    background-color: #e1e1e1;
    padding: 30px 20px;
}


.div-modulos-temas {
    margin: 20px auto;
}


.bloque-subtemas {
    display: none;
    padding: 20px 0;
    text-indent: 10px;
    /*background-color: #d4d4d4;*/
    width: 92%;
    margin-left: 8%;
}

a.btn-tema {
    background-image: url(/assets/img/programa/fen_btn_fondo.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

a.btn-tema * {
    color: #FFFFFF;
}

a.btn-tema:hover {
    transition: 0.2s;
    transform: scale(1.05);
}


.btn-tema-nombre {
    display: table;
    height: 100px;
    margin-left: 22%;
    width: 78%;
}




a.btn-tema label {
    display: table-cell;
    font-weight: lighter;
    vertical-align: middle;
    position: relative;
}

a.btn-tema:after {
    background-position: 20px 5px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    content: "";
    height: 100%;
    left: 5px;
    position: absolute;
    top: 25%;
    width: 20%;
}

a.btn-tema.leccion:after {
    background-image: url(/assets/img/programa/fen_icon_leccion.png);
}

a.btn-tema.control:after {
    background-image: url(/assets/img/programa/fen_icon_evaluacion.png);
}

a.btn-tema.presentacion:after {
    background-image: url(/assets/img/programa/fen_icon_presentacion.png);
}

a.btn-tema.material:after {
    background-image: url(/assets/img/programa/fen_icon_material.png);
}

a.btn-tema.actividad:after {
    background-image: url(/assets/img/programa/fen_icon_actividad.png);
}

a.btn-tema.foro:after {
    background-image: url(/assets/img/programa/fen_icon_foro.png);
}

a.btn-tema.diploma:after {
    background-image: url(/assets/img/programa/diploma.png);
}





a.btn-tema .iconografia {
    background-size: 40px 40px;
    bottom: -5px;
    content: "";
    height: 40px;
    position: absolute;
    right: -10px;
    width: 40px;
}

a.btn-tema .iconografia.check-gris {
    background-image: url(/assets/img/check_gris.png);
}

a.btn-tema .iconografia.check-verde {
    background-image: url(/assets/img/check_verde.png);
}

a.btn-tema .iconografia.bloqueado {
    background-image: url(/assets/img/bloqueado.png);
}


a.btn-tema.control .texto-control-rendir {
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #FFFFFF;
}

.iconografia {
    display: flex;
    justify-content: flex-end;
}

.iconografia div {
    align-items: center;
    background-color: #003143;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 0 10px;
}

.iconografia div:first-child {
    border-radius: 0 0 0 10px;
}

.iconografia label {
    color: #FFFFFF;
    font-size: 14px;
}

.iconografia img {
    width: 20px;
}



a.btn-mediateca {
    background-color: #84868c;
    background-position: 5px 0px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 10px;
    text-indent: 40px;
    width: 100%;
}


a.btn-mediateca.color-verde {
    background-color: #19a79f;
}

a.btn-mediateca.color-azul {
    background-color: #0034D9;
}

a.btn-mediateca.color-rojo {
    background-color: #c94951;
}

a.btn-mediateca.color-gris {
    background-color: #84868c;
}


a.btn-tema .glyphicon {
    font-size: 0.8em;
    color: #5c666f;
}


a.btn-tema label {
    color: #FFFFFF;
    max-width: 90%;
    text-indent: 0;
    margin-top: -5px;
}


a.btn-calendario {
    color: #c32420;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

a.btn-calendario .glyphicon {
    color: #c32420;
}


#div-notificaciones {
    width: 200px;
    padding: 5px;
}


.notificacion-listado {
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.notificacion-listado * {
    font-size: 0.8em;
}

.notificacion-listado .btn-cerrar-notificacion {
    bottom: 0;
    position: absolute;
    right: 0;
    color: #dddddd;
}


.div-seccion-cabecera {
    background-color: #84868c;
    background-repeat: no-repeat;
    background-size: 15% 100%;
    color: #FFFFFF;
    font-size: 1em;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
    position: relative;
    text-indent: 16%;
    text-transform: uppercase;
}

.div-seccion-cabecera * {
    color: #FFFFFF;
}


.div-seccion-cabecera.modulo {
    background-size: 83px 55px;
    text-indent: 8%;
}

.div-subseccion-cabecera {
    background-color: #84868c;
    background-repeat: no-repeat;
    background-size: 15% 100%;
    color: #FFFFFF;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    position: relative;
    text-indent: 16%;
    text-transform: uppercase;
}


.div-seccion-cabecera.hover,
.div-subseccion-cabecera.hover {
    cursor: pointer;
}

.div-seccion-cabecera a,
.div-subseccion-cabecera a {
    color: #FFFFFF;
    display: block;
}


.div-seccion-cabecera.color-rojo,
.div-subseccion-cabecera.color-rojo {
    background-color: #c94951;
}

.div-seccion-cabecera.color-azul,
.div-subseccion-cabecera.color-azul {
    background-color: #0034D9;
}

.div-seccion-cabecera.color-verde,
.div-subseccion-cabecera.color-verde {
    background-color: #19a79f;
}

.div-seccion-cabecera.color-gris,
.div-subseccion-cabecera.color-gris {
    background-color: #84868c;
}

.div-seccion-cabecera .icono-mas {
    background-image: url(/assets/img/icono-mas.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 30px;
}

.div-seccion-cabecera .icono-menos {
    background-image: url(/assets/img/icono-menos.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 15%;
    width: 40px;
}


.div-subseccion-cabecera .icono-mas {
    background-image: url(/assets/img/icono-mas.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15%;
    width: 20px;
}

.div-subseccion-cabecera .icono-menos {
    background-image: url(/assets/img/icono-menos.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15%;
    width: 20px;
}


.div-seccion-cabecera .modulo-fecha-inicio {
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 160px;
    z-index: 100;
}















#buscador-en-titulo {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    text-indent: 0%;
}

#buscador-en-titulo label,
#buscador-en-titulo input[type=text],
#buscador-en-titulo input[type=image] {
    display: inline-block;
    vertical-align: middle;
}

#buscador-en-titulo label {
    color: #00172c;
    font-size: 16px;
}

#buscador-en-titulo input[type=text] {
    background-color: #b8b4b5;
    border: 0;
    height: 30px;
    margin: 0 -6px 0 3px;
    color: #FFFFFF;
    padding: 5px;
}


.avance-tema {
    display: block;
    width: 100%;
    padding: 10px;
    position: relative;
    font-size: 2em;
    cursor: pointer;
}


.avance-tema-detalle {
    display: none;
}



.tema-detalle-estado {
    background-color: #afb2b5;
    padding: 5px;
    margin-right: 10px;
}

.tema-detalle-estado.glyphicon {
    color: #afb2b5;
}

.tema-detalle-estado.completado.glyphicon {
    color: #5f968f;
}

.tema-detalle-estado.reprobado.glyphicon {
    color: #c42723;
}




.btn-reintentar {
    background-color: #e31d1a;
    border-radius: 10px;
    border: 0;
    color: #FFFFFF;
    font-size: 2em;
    margin-top: 10px;
}

.btn-reintentar:hover {
    background-color: #f70c09;
    color: #FFFFFF;
}


.fila-proxima-actividad {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 5px;
}


.fila-proxima-actividad.importante {
    animation-name: proxima-actividad-importante;
    animation-duration: 0.5s;
    animation-iteration-count: 10;
    background-color: #0071bc;
    color: #FFFFFF;
}

.fila-proxima-actividad .glyphicon {
    float: right;
    padding: 2px;
}





.div-webinars {
    display: block;

}

.div-webinars video {
    width: 100%;
}


.div-webinars-comentario {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;

}


.div-webinars-comentario-user {
    height: 40px;
}

.div-webinars-comentario-user .webinars-img-user,
.div-webinars-comentario-user label {
    display: inline-block;
    vertical-align: top;
}

.div-webinars-comentario-user .webinars-img-user {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.div-webinars-comentario-user label {
    line-height: 40px;
    font-size: 1.2em;
    text-indent: 10px;
}









.div-cabecera-acordeon {
    background-color: rgb(2, 114, 182);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 2em;
    margin: 0;
    padding: 10px;
    position: relative;
}

.div-cabecera-acordeon label {
    color: #FFFFFF;
}

.div-cabecera-acordeon.no-cursor {
    cursor: default;
}

.div-cuerpo-acordeon {
    display: none;
    padding-left: 10px;
}

.div-cuerpo-acordeon.visible {
    display: block;
}

.div-cabecera-acordeon .icono-mas {
    animation-duration: 0.5s;
    animation-iteration-count: 5;
    animation-name: scale11;
    background-image: url(/assets/img/icono-mas.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 40px;
}

.div-cabecera-acordeon .icono-menos {
    background-image: url(/assets/img/icono-menos.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 40px;
}


.div-cabecera-acordeon.naranjo {
    background-color: #ff9e00;
}


.div-cabecera-acordeon .examen-rendir-hasta {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 65px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 0;
    width: 200px;
    z-index: 100;
}








.div-contenido-sesiones {
    margin-left: 20%;
    padding: 20px 5px 10px 5px;
    width: 80%;
}

.div-sesiones {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
}

.div-contenido-sesiones .div-sesiones:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.bloque-sesion-presencial {
    background-color: #FFFFFF;
    border: 1px solid #d4d4d5;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
    position: relative;
}

.sesion-presencial-fecha {
    background-color: #19a79f;
    border-radius: 0 0 0 10px;
    padding: 5px 10px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.sesion-presecncial-descripcion {
    color: #676c70;
    height: 100%;
    padding: 10px;
    width: 70%;
}

.sesion-presencial-fecha * {
    color: #FFFFFF;
}


.sesion-presencial-descargar {
    bottom: 0;
    padding: 5px;
    position: absolute;
    right: 40px;
}

.sesion-presencial-descargar * {
    color: #0034D9;
}

.sesion-presencial-descargar.virtual {
    right: 5px;
}


.sesion-presencial-nota {
    bottom: 0;
    color: #676c70;
    font-size: 1.5em;
    padding-right: 5px;
    position: absolute;
    right: 0;
}



.cuadro-foro-inicio {
    min-height: 320px;
    position: relative;
}





.cuadro-foro-inicio-bottom {
    bottom: 0;
    height: 30px;
    margin-left: -5px;
    position: absolute;
    width: 100%;
}

.cuadro-foro-inicio-bottom .cuadro-foro-inicio-fecha {
    color: #676c70;
    font-size: 0.8em;
    line-height: 30px;
    margin-left: 20px;
}

.cuadro-foro-inicio-bottom .cuadro-foro-inicio-link {
    line-height: 30px;
    margin-right: 20px;
}


.bloque-mediateca,
.bloque-foros,
.bloque-avances {
    margin-left: 15%;
    padding: 10px;
    width: 85%;
}


.bloque-foros {
    padding: 10px 0 0 0;
}


.bloque-avances a {
    color: #333333;
}


.link-foro {
    background-color: #009999;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 5px 0 1px 10px;
}

.link-foro * {
    color: #FFFFFF;
}

.link-foro:hover {
    color: #FFFFFF;
    text-indent: 2px;
    transition: 0.1s;
}


.foro-listado-leccion {
    padding: 10px;
    background-color: #e2e1e1;
    margin-bottom: 10px;
}


.foro-listado-leccion p {
    margin: 0;
}

.foro-listado-leccion a {
    text-decoration: underline !important;
}





.fake-table-celda {
    background-color: #cccccc;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.fake-table-header {
    background-color: #0034D9;
    margin-bottom: 10px;
}

.fake-table-header .fake-table-celda-header {
    border: 0;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 100%;
}



.div-bloque-mediateca {
    border: 3px solid #19a79f;
    padding: 10px;
}

.mediateca-link {
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

.mediateca-modulo-tipo {
    display: none;
}


.btn-contenido-talleres {
    background-position: 20px 10px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    border: 3px solid #afabab;
    color: #afabab;
    display: inline-block;
    font-size: 1.5em;
    height: 80px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: right;
    width: 100%;
    border-radius: 5px;
}

.btn-contenido-talleres.texto-pequeno {
    font-size: 0.9em;
}

a.btn-contenido-talleres {
    /* Solo los links */
    background-color: rgba(2, 114, 182, 0.2);
    border: 3px solid #0034D9;
    color: #0034D9;
}

a.btn-contenido-talleres:hover {
    color: #0034D9;
    transform: scale(1.05);
    transition: 0.2s;
}

.btn-contenido-talleres.material {
    background-image: url(/assets/img/icon_material_complementario.png);
}

.btn-contenido-talleres.transmision {
    background-image: url(/assets/img/icon_transmision_en_vivo.png);
}

.btn-contenido-talleres.fecha {
    background-image: url(/assets/img/icon_fecha.png);
}

.btn-contenido-talleres.horario {
    background-image: url(/assets/img/icon_horario.png);
}

.btn-contenido-talleres.profesor {
    background-image: url(/assets/img/icon_profesor.png);
}

.btn-contenido-talleres.lugar {
    background-image: url(/assets/img/icon_lugar.png);
}

.btn-contenido-talleres.trabajo-descargar {
    background-image: url(/assets/img/icon_trabajo_descargar.png);
}

.btn-contenido-talleres.trabajo-subir {
    background-image: url(/assets/img/icon_trabajo_subir.png);
}






.fila-clase-presencial {
    border-bottom: 1px solid #cccccc;
    padding: 20px;
}

.fila-clase-presencial img {
    margin-right: 20px;
}






.avances-caja-seccion {
    border: 1px solid #676c70;

}

.avances-caja-seccion .titulo-seccion {
    background-color: #0034D9;
    color: #FFFFFF;
    margin-left: -10px;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 100%;
}



.avances-caja-seccion-contenido {
    padding: 5px;
}



.avances-caja-seccion .avance-modulo {
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 2px;
}

.avance-total-modulo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.avance-total-modulo div {
    background-color: #ffa400;
    color: #FFFFFF;
    padding: 10px;
    text-align: right;
}

.avance-total-modulo.curso div {
    background-color: #00d5e6;
}


.check-central {
    margin: 0 auto;
    display: block;
}





.div-lista-webinars {
    border: 3px solid #afabab;
    display: block;
    width: 90%;
    margin-left: 10%;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

.div-lista-webinars p {
    line-height: 10px;
}

.div-lista-webinars:before {
    content: "";
    background-image: url(/assets/img/icon-webinars.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: -75px;
}

a.btn-respuesta-de {
    background-color: #E1E1E1;
    padding: 5px;
    color: #898989;
    border-radius: 5px 5px 0 0;
}

a.btn-respuesta-de * {
    color: #898989;
}

.bloque-respuesta-de {
    background-color: #E1E1E1;
    padding: 5px;
    color: #5f968f;
    margin-bottom: 10px;
    display: none;
    border-radius: 0 5px 5px 5px;
}





.div-banner-curso {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: 175px;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.btn-salir-del-curso {
    background-image: url(/assets/img/btn_salir_curso.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 5px;
    display: block;
    height: 22px;
    position: absolute;
    right: 5px;
    width: 120px;
}

.btn-salir-del-curso:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.div-banner-curso-nombre {
    display: flex;
    flex-direction: column;
    height: 175px;
    justify-content: center;
    width: 45%;
}

.div-banner-curso-nombre * {
    color: #FFFFFF;
}

.texto-triste {
    background-image: url(/assets/img/icon_triste.png);
    background-position: 10px 0px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    font-style: italic;
    padding: 5px;
    text-indent: 40px;
}


.bloque-pregunta {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #CBD1D8;
}

.bloque-pregunta .pregunta {
    display: flex;
    gap: 5px;
}

.bloque-pregunta .pregunta * {
    font-size: 18px;
}

.bloque-pregunta .pregunta span:first-child {
    text-align: center;
    width: 30px;
}

.bloque-pregunta .pregunta span:last-child {
    width: calc(100% - 30px);
}

.bloque-pregunta .pregunta.rojo * {
    color: red;
}

.bloque-pregunta .tipo-alternativas {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 10px 30px;
}


.bloque-pregunta .tipo-alternativas div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 30px;
}

.bloque-pregunta .tipo-alternativas div:last-child {
    align-items: center;
    display: flex;
    gap: 10px;
    width: calc(100% - 30px);
}

.bloque-pregunta .alternativa {
    margin: 10px;
}


.bloque-pregunta .alternativa .alternativa-check {
    display: table;
    height: 50px;
    position: relative;
}

.bloque-pregunta .alternativa .alternativa-check input {
    position: absolute;
    top: 0;
    left: 20px;
}


.bloque-pregunta .alternativa .alternativa-texto {
    display: table;
    height: 40px;
}

.bloque-pregunta .alternativa .alternativa-texto span {
    display: table-cell;
    font-size: 0.9em;
    height: 100%;
    vertical-align: middle;
}

/* .bloque-pregunta .alternativa.incorrecta { } */
.bloque-pregunta .alternativa.seleccionada label {
    color: #0071bc;
}

/* .bloque-pregunta .alternativa.correcta { } */

.bloque-pregunta .alternativa.seleccionada label {
    background-image: url(/assets/img/check_x_roja.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: #0071bc;
    text-indent: 20px;
}

.bloque-pregunta .alternativa.seleccionada.correcta label {
    background-image: url(/assets/img/check_verde.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: #0071bc;
    text-indent: 20px;
}


.bloque-pregunta .pregunta-feedback {
    background-color: #d4d3d3;
    margin-left: 2%;
    padding: 10px;
    text-align: justify;
    width: 98%;
    margin-bottom: 10px;
}


.bloque-pregunta .pregunta-feedback.correcta {
    background-image: url(/assets/img/check_verde.png);
    background-position: 99% 95%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.bloque-pregunta .pregunta-feedback.incorrecta {
    background-image: url(/assets/img/check_x_roja.png);
    background-position: 99% 95%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.btn-enviar-respuesta {
    background-color: #0027C9;
    border-radius: 20px;
    color: #FFFFFF;
    display: block;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.btn-enviar-respuesta:hover {
    color: #FFFFFF;
}

.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}



.pauta-correccion-cuerpo {
    display: none;
}


.correccion-info {
    text-indent: 20px;
    font-size: 1.3em;
}



#modal-apunte .modal-content {
    background-color: transparent;
    background-image: url(/assets/img/post-it.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 582px;
    width: 582px;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#modal-apunte .div-post-it-central {
    display: block;
    height: 80%;
    margin: 0 auto;
    padding-top: 150px;
    width: 70%;
}

#modal-apunte .div-post-it-central p {
    color: #e52d28;
    font-size: 1.5em;
    text-align: center;
}


#modal-apunte .div-post-it-central textarea {
    background-color: transparent;
    border: 1px solid #e52d28;
    margin-top: 30px;
}

#modal-apunte .btn-guardar-apunte {
    background-color: #e52d28;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}



.msj-feedback-apunte {
    display: none;
}



.div-cuaderno-cabecera {
    background-image: url(/assets/img/cuaderno_cabecera.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 120px;
    margin: 0 auto;
    width: 80%;
}


.div-cuaderno-cuerpo {
    background-image: url(/assets/img/cuaderno_cuerpo.png);
    background-size: 100% auto;
    margin: 0 auto;
    width: 80%;
}

.div-cuaderno-cuerpo .div-cuaderno-cuerpo-apunte {
    background-image: url(/assets/img/cuaderno_separador.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    margin-bottom: 20px;
    margin-left: 14%;
    padding: 40px;
    position: relative;
    width: 80%;
}


.div-cuaderno-cuerpo .div-cuaderno-cuerpo-apunte .apunte-fecha {
    font-size: 0.8em;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 0;
}






.contenedor-biblioteca {
    margin-left: 15%;
    padding: 20px 0;
    width: 85%;
}

.contenedor-biblioteca .caja-material {
    background-color: #ff9b00;
    margin-bottom: 20px;
    padding: 10px 10px 20px 10px;
    position: relative;
}

.contenedor-biblioteca .caja-material .fecha {
    font-style: italic;
    position: absolute;
    right: 10px;
    top: 5px;
}

.contenedor-biblioteca .caja-material .compartido {
    bottom: 5px;
    font-style: italic;
    position: absolute;
    right: 10px;
}


.contenedor-biblioteca .caja-material .acciones {
    bottom: 0px;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
}


.contenedor-biblioteca .caja-material .acciones .glyphicon {
    color: red;
    font-size: 1.5em;
    height: 30px;
    margin-left: -10px;
    vertical-align: bottom;
}


.contenedor-biblioteca .caja-material .icono {
    width: 40px;
    height: 40px;
}

/* Librería floatbox */
.fbCaption.fbx {
    color: #FFFFFF;
    font-size: 1.5em;
    text-align: right;
}



.caja-material {
    background-color: #0034D9;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

.caja-material.documento {
    background-image: url(/assets/img/icon_trabajo_descargar_blanco.png);
}

.caja-material.video {
    background-image: url(/assets/img/sesionesvirtuales_icon.png);
}

.caja-material.link {
    background-image: url(/assets/img/ico_mediateca.png);
}

.caja-material * {
    color: #FFFFFF;
}

.caja-material .titulo,
.caja-material .descripcion {
    margin-left: 8%;
    width: 92%;
}

.caja-material .descripcion {
    font-size: 0.8em;
    margin-left: 9%;
}

.caja-material .btn-abrir {
    background-color: #ff9501;
    border-radius: 5px;
    bottom: 5px;
    color: #0034D9;
    padding: 2px 10px;
    position: absolute;
    right: 5px;
}


.material-complementario-caja {
    background-color: #0034D9;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
}


.material-complementario-caja div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100px;
}

.material-complementario-caja div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.material-complementario-caja div:nth-child(3) {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100px;
}

.material-complementario-caja img {
    width: 50px;
}

.material-complementario-caja div:nth-child(2) span:nth-child(1) {
    color: #FFFFFF;
    font-size: 18px;
}

.material-complementario-caja div:nth-child(2) span:nth-child(2) {
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.8;
}

.material-complementario-caja div:nth-child(3) a {
    align-content: center;
    background-color: #FF9501;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
}


.comunidad-bloque-mensaje {
    border-bottom: 5px solid #cccccc;
    padding: 5px;
    text-align: justify;
    margin-bottom: 30px;
}


.comunidad-bloque-mensaje .datos {

    font-style: italic;
}


/* Botón para cerrar el Floatbox */
.fbOuterClose {
    background-color: transparent !important;
}

.fbOuterClose .fbIcon {
    padding: 10px;
    margin: -5px 15px !important;
    font: 24px/1 fbIcon;
    color: #FFFFFF;
    opacity: 0.90;
}




.btn-nuevo-material {
    background-color: #e1e1e1;
    padding: 10px;
    width: 100%;
}

.bloque-nuevo-material {

    /* display: none; */
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s ease;
}

.bloque-nuevo-material.visible {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    background-color: #e1e1e1;
    padding: 10px;
    height: auto;
}

.formulario-biblioteca {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.texto-bienvenida-portada {
    padding: 10px;
    background-color: #e7e7e7;
}

.texto-bienvenida-portada * {
    text-align: justify;
    font-size: 0.8em;
}


.panel-ir-al-foro {
    background-color: #ff9e00;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 80%;
    padding: 0;
    color: #FFFFFF;
}


.btn-eliminar .glyphicon {
    color: red;
}



.div-admin-cursos-cargados {
    /* border-left: 1px solid #d3d2d2; */
    padding-left: 10px;
}

.div-admin-cursos-cargados * {
    font-size: 16px;
}


.div-admin-usuarios,
.div-admin-caja-blanca {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
}



.admin-listado-curso {
    display: block;
    cursor: pointer;
    padding: 5px;
}


.admin-listado-curso-ejecuciones {
    display: none;
    margin-bottom: 20px;
    width: 97%;
    margin-left: 3%;
}

.admin-div-nueva-ejecucion {
    padding: 5px;
    display: none;
    background-color: #effbe2;
}


.btn-comenzar {
    background-color: #ff9700;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 5px 20px;
    text-align: center;
}

.btn-comenzar:hover {
    background-color: #02b1cd;
    color: #FFFFFF;
}






.div-en-respuesta-interior {
    background-color: #e7e7e7;
    font-style: italic;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
}




.n-post-profesor {
    display: block;
    font-size: 1.2em;
}



.background-azul {
    background-color: #0172c0;
}


.caja-banner-inicio {
    width: 100%;
    height: 350px;
    position: relative;
    padding: 30px;
}


.caja-banner-inicio-titulo {
    display: block;
    text-align: center;
    color: #FFFFFF;
}

.caja-banner-inicio-titulo.primero {
    text-decoration: underline;
    text-decoration-color: #e6c947;
    font-size: 2em;
    margin-top: 100px;
}

.caja-banner-inicio-img {
    background-color: #FFFFFF;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    float: right;
}

.caja-banner-inicio.caja-derecha p {
    text-align: right;
    margin-bottom: -5px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.caja-banner-inicio.caja-derecha strong {
    color: #FFFFFF;
}

.caja-banner-inicio.caja-derecha hr {
    border: 1px solid #FFFFFF;
    margin-top: 10px;
    margin-bottom: 0;
}



.portada-curso {
    margin-bottom: 30px;
    border: 5px solid #FFFFFF;
    position: relative;
}

.portada-curso.expirado {
    opacity: 0.5;
}

.portada-curso.expirado:hover {
    opacity: 1;
}

/*.portada-curso-avances {
	position: absolute;
	width: 100%;
	height: 30px;
	display: block;
	background-color: rgba(71, 92, 121, 0.7);
	padding: 2px 5px;
}

.portada-curso-avances * {
	color: #FFFFFF;
	font-weight: lighter;
}*/


.portada-curso-avances {
    width: 100%;
    padding: 5px;
    display: block;
    background-color: #2b4159;
}

.portada-curso-avances * {
    color: #FFFFFF;
    text-align: center;
}


.portada-curso-datos {
    background-color: #475c79;
    display: flex;
    height: 130px;
    justify-content: space-evenly;
}

.portada-curso-datos * {
    color: #FFFFFF;
}

.portada-curso-datos-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
}

.portada-curso-datos-right {
    width: 15%;
}

.portada-curso-datos-left .nombre-curso {
    padding: 10px 10px 0px 15px;
}

.portada-curso-datos-left .nombre-curso p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


.portada-curso-datos-left .datos-ejecucion {
    padding: 5px 10px 5px 15px;
}

.portada-curso-datos-left .datos-ejecucion label {
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 2px;
}

.portada-curso-datos-left .datos-ejecucion label:last-child {
    margin-bottom: 0;
}


.portada-curso-btn {
    background-color: #51b6c2;
    cursor: pointer;
    display: flex;
    border: 0;
    min-height: 130px;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.portada-curso-btn i {
    font-size: 20px;
}


.portada-curso-btn.btn1 {
    background-color: #cc234c;
}

.portada-curso-btn.btn2 {
    background-color: #f4ca52;
}

.portada-curso-btn.btn3 {
    background-color: #85be00;
}

.portada-curso-btn.btn4 {
    background-color: #f38400;
}

.portada-curso-btn.bloqueado:after {
    background-image: url(/assets/img/bloqueado.png);
    background-size: 40px 40px;
    bottom: -10px;
    content: "";
    height: 40px;
    position: absolute;
    right: -10px;
    width: 40px;
}



.portada-icono-cursos {
    display: block;
    margin: 0 auto;
    width: 150px;
}


.portada-titulo-cursos {
    color: #0172c0;
    font-size: 25px;
    font-weight: lighter;
}

.portada-curso-datos.textos {
    padding: 10px;
}



.home-nombre-diplomado {
    background-color: #3a5c7b;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px;
}

.home-nombre-diplomado * {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.home-nombre-empresa {
    background-color: #0071bc;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px 1px 20px;
}

.home-nombre-empresa p {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}

.home-presentacion {
    background-image: url(/assets/img/home_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
    padding: 120px 0px;
}

.banner-home {
    align-items: center;
    background-color: #001973;
    background-image: url(/assets/img/home_background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    min-height: 356px;
}

.contenedor-banner-home-textos {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(100% - 1170px);
}


.contenedor-banner-home-textos .textos p {
    color: #FFFFFF;
}

.contenedor-banner-home-textos .textos p:nth-child(1) {
    font-size: 32px;
}

.contenedor-banner-home-textos .textos p:nth-child(2) {
    font-size: 20px;
}

.contenedor-banner-home-textos .textos a {
    background-color: #ee1e4c;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
    padding: 5px 10px;
}

.contenedor-banner-home-textos .textos a * {
    color: #FFFFFF;
    font-size: 18px;
}

.modal-custom-bienvenida {
    display: flex;
    width: 50%;
    align-items: center;
    height: 90%;
    justify-content: center;
}

.modal-custom-bienvenida .close * {
    font-size: 28px;
}

.contenedor-mensaje-bienvenida {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.contenedor-mensaje-bienvenida .img {
    width: 30%;
}

.contenedor-mensaje-bienvenida .mensaje {
    width: 65%;
}

.contenedor-mensaje-bienvenida .img img {
    border-radius: 5px;
    width: 100%;
}


.home-textos-bienvenida p {
    color: #FFFFFF;
    margin-bottom: -3px;
    font-family: 'Roboto', sans-serif;

}

.home-textos-bienvenida p.light {
    font-weight: lighter;
}

.home-textos-bienvenida p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-textos-bienvenida p:nth-child(2) {
    font-size: 24px;
}

.home-textos-bienvenida a {
    background-color: #ee1e4c;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
    padding: 5px 10px;
}

.home-textos-bienvenida a * {
    color: #FFFFFF;
    font-size: 18px;
}


.div-bitacora {
    margin-bottom: 30px;
    border-bottom: 1px solid #0071bc;
    padding-left: 20px
}

.div-bitacora .bitacora-fecha {
    font-size: 0.9em;
}


.div-bitacora .bitacora-fecha .glyphicon,
.div-bitacora .bitacora-comentario .glyphicon {
    margin-right: 10px;
    font-size: 0.9em;
}

.btn-descargar-boletin,
.btn-descargar-pdf,
.btn-ir-a-foro,
.btn-volver-leccion {
    background-position: 12px 10px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border-radius: 500px;
    color: #FFFFFF;
    font-size: 10px;
    height: 50px;
    left: 20px;
    position: fixed;
    vertical-align: bottom;
    width: 50px;
    z-index: 100;
}



.btn-ir-a-foro {
    background-color: #ffad01;
    background-image: url(/assets/img/btn_ir_a_foro.png);
    bottom: 150px;
}

.btn-descargar-pdf {
    background-color: #0034D9;
    background-image: url(/assets/img/btn_descargar_pdf.png);
    bottom: 90px;
    background-size: 20px 20px !important;
    background-position: 15px 10px !important;
}

.btn-descargar-boletin {
    background-color: #0034D9;
    background-image: url(/assets/img/btn_descargar_pdf.png);
    bottom: 90px;
    background-size: 20px 20px !important;
    background-position: 15px 10px !important;
}

.btn-volver-leccion {
    background-color: #009931;
    background-image: url(/assets/img/btn_volver_leccion.png);
    bottom: 30px;
}






.btn-descargar-boletin:hover,
.btn-descargar-pdf:hover,
.btn-ir-a-foro:hover,
.btn-volver-leccion:hover {
    color: #FFFFFF;
    transform: scale(1.05);
    transition: 0.2s;
}


.btn-descargar-boletin:after,
.btn-descargar-pdf:after,
.btn-ir-a-foro:after,
.btn-volver-leccion:after {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.btn-descargar-pdf:after {
    content: "PDF";
}


.btn-descargar-boletin:after {
    content: "BOLETIN";
}


.btn-ir-a-foro:after {
    content: "FORO";
}




.btn-volver-leccion:after {
    content: "Volver";
}



.btn-descargar-certificado-diploma {
    background-color: #cccccc;
    background-image: url(/assets/img/diploma.png);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 35px auto;
    display: block;
    height: 50px;
    position: relative;
    width: 370px;
    margin-bottom: 20PX;
}

.btn-descargar-certificado-diploma:after {
    color: #292944;
    content: "VER/DESCARGAR CERTIFICADO";
    display: block;
    font-size: 12px;
    line-height: 50px;
    text-indent: 55px;
}

.btn-descargar-certificado-diploma.aprobacion:after {
    content: "VER/DESCARGAR CERTIFICADO DE APROBACION";
}

.btn-descargar-certificado-diploma.participacion:after {
    content: "VER/DESCARGAR CERTIFICADO DE PARTICIPACION";
}


.div-extender-plazo-examen {
    padding: 10px;
    background-color: #d1cfcf;
    display: none;
}


.btn-opcion-busqueda-usuario {
    font-size: 10px;
}





.reporte-caja-ejecuciones {
    margin-bottom: 10px;
    padding: 5px;
}

.reporte-caja-ejecuciones.corporativo {
    background-color: #d9edf7;
}



.div-footer-sence {
    background-color: #FFFFFF;
    bottom: 130px;
    box-shadow: 3px 3px 5px #cccccc, -3px -3px 5px #cccccc;
    height: 100px;
    padding: 10px;
    /*position: fixed;*/
    width: 100px;
    z-index: 100;
    border-radius: 5px;
}

.div-footer-sence img {
    margin: 0 auto;
    display: block;
    width: 70px;
}

.cronometro {
    background-color: #cccccc;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    z-index: 100;
}

.cronometro span,
.cronometro .seperator {
    color: #000000 !important;
}




.div-footer-fijo-derecho {
    align-items: center;
    bottom: 0;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
    position: fixed;
    right: 0;
    width: 120px;
}

.div-footer-fijo-izquierdo {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    left: 0;
    padding-bottom: 10px;
    position: fixed;
    width: 120px;
}


.btn-post-it {
    background-image: url(/assets/img/post-it_texto.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    display: block;
    height: 100px;
    margin: 10px auto;
    width: 100px;
    z-index: 100;
}


.btn-post-it:hover {
    transition: 0.1s;
    transform: scale(1.1);
}






.bloque-color {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
}

.bloque-color p {
    text-align: center;
}

.bloque-color.color0 {
    background-color: rgba(255, 255, 255, 1);
}

.bloque-color.color1 {
    background-color: rgba(0, 185, 190, 0.5);
}

.bloque-color.color2 {
    background-color: rgba(0, 161, 68, 0.5);
}

.bloque-color.color3 {
    background-color: rgba(0, 93, 158, 0.5);
}

.bloque-color.color4 {
    background-color: rgba(255, 165, 4, 1);
}





.btn-admin-panel {
    cursor: pointer;
    font-size: 1.5em;
}


.admin-panel-oculto {
    display: none;
    padding-left: 5px;
}


.drop-recipiente {
    background: #ddd;
    border: 3px dashed #bbb;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 100px;
    padding: 10px;
    vertical-align: top;
    width: 90%;
}

.drop-recipiente.hovering {
    background: #b6d6fb;
    border-color: #276cbc;
}

.drop-recipiente-numero {
    display: inline-block;
    font-size: 30px;
    line-height: 100px;
    margin-top: 10px;
    min-height: 100px;
    text-align: right;
    vertical-align: top;
    width: 100%;
    width: 5%;
}


.drag-item {
    background: white;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    min-height: 50px;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.texto-drop {
    display: inline-block;
    margin-top: 10px;
    min-height: 100px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}




.div-nuevo-curso-oculto {
    display: none;
    border: 1px solid #dddddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
}


.div-evento {
    border-bottom: 5px solid #0034D9;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #FFFFFF;
}

.div-evento p {
    margin-bottom: 20px;
}

.evento-cabecera {
    text-align: center;
    background-color: #0034D9;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
}

.td-ejecucion-activa {
    background-color: #FFD42C;
}





/* INICIO menú lateral página leccion */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#btn-menu-lateral {
    transition: margin-left .5s;
    padding: 16px;
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 10;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


/* FIN menú lateral página leccion */





#div-recuperar-contrasena {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: space-evenly;
}


.contenedor-captcha {
    align-items: center;
    display: flex;
    justify-content: center;
}


.table-header-sticky th {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1px #cccccc;
    position: sticky;
    top: 0;
    z-index: 100;
}





.apunte-leccion {
    background-image: url(/assets/img/separador_apunte.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60% 30px;
    margin-bottom: 20px;
    padding: 10px 10px 40px 10px;
    position: relative;
}

.apunte-leccion .fecha {
    color: grey;
    font-size: 0.9em;
    font-style: italic;
}

.apunte-leccion .comentario {
    text-indent: 20px;
}

.apunte-leccion .btn-eliminar-apunte {
    bottom: 25px;
    color: red;
    display: block;
    font-size: 10px;
    position: absolute;
    right: 0;
}

.btn-leccion-footer {
    align-self: center;
    color: #0034D9;
    display: flex;
    font-size: 22px;
}



.btn-selecciona-electivo {
    align-items: center;
    background-color: #475c79;
    border: 5px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.btn-selecciona-electivo * {
    color: #FFFFFF !important;
}

.btn-selecciona-electivo .glyphicon {
    font-size: 24px;
}



.btn-validar-pregunta-correcta {
    background-color: #05b305;
    border-radius: 5px;
    border: 0;
    color: #FFFFFF;
    display: flex;
    float: right;
    font-size: 0.8em;
    padding: 5px 20px;
}


.cajita-notificacion {
    align-items: center;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    opacity: 1;
    padding: 15px;
    position: fixed;
    right: 20px;
    transition: opacity 0.5s ease-in-out;
    z-index: 3000 !important;
}

.cajita-notificacion svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

.cajita-notificacion.hidden {
    opacity: 0;
}

.cajita-notificacion.success {
    background-color: #4CAF50;
}

.cajita-notificacion.success span {
    color: white;
    font-size: 18px;
}

.cajita-notificacion.danger {
    background-color: #f44336;
}

.cajita-notificacion.danger span {
    color: white;
    font-size: 18px;
}

.cajita-notificacion.warning {
    background-color: #ffeb3b;
}

.cajita-notificacion.warning span {
    color: black;
    font-size: 18px;
}



/* Fixed - slick-loader-master (Cargando ...) */
.slick-loader text {
    font-size: 8px;
}


.iframe-leccion {
    width: 100%;
    aspect-ratio: 230/133;
}


.table-certificado {
    background-color: #FFFFFF;
    border: 10px solid #FFFFFF;
    padding: 10px;
}


.table-certificado * {
    font-family: 'Optima';
}


.btn-certificado-pdf {
    background-color: lightslategray;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 350px;
}




.opciones-foro {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0px;
}

.opciones-foro a {
    background-color: #E6E6E6;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

.opciones-foro a.active {
    background-color: #898989;
    color: #FFFFFF;
}


.contenedor-actual,
.contenedor-historial {
    display: none;
}

.contenedor-actual.visible,
.contenedor-historial.visible {
    display: block;
}

.contenedor-historial .bloque-posteo-historial {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cccccc;
}

.contenedor-historial .bloque-posteo-historial .fecha {
    text-align: right;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
}

.foro-stats {
    font-size: 0.9em;
    text-align: right;
}



.bloque-final-reportes {
    border: 3px solid #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    width: 50%;
}

.bloque-final-reportes>div {
    align-items: center;
    border-radius: 5px;
    border: 2px solid #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 32%;
}

.bloque-final-reportes>div:nth-child(1) {
    text-align: center;
}

.bloque-final-reportes>div:nth-child(4) {
    border: 0;
    width: 100%;
}

.btn-exportar-seleccion {
    background-color: #00477B;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.btn-exportar-seleccion:hover {
    color: #FFFFFF;
}


.div-admin-busquedas {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 3px solid #0071BC;
}

.div-admin-busquedas>div {
    border-bottom: 1px solid #E6E6E6;
    gap: 10px;
    margin-bottom: 10px;

}

.div-admin-busquedas>div:last-child {
    border-bottom: 0;
}


.contenedor-caja-reportes {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    margin-bottom: 20px;
}

.contenedor-caja-reportes .caja-blanca {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
}

.contenedor-caja-reportes>div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.contenedor-caja-reportes>div .caja-blanca {
    width: calc(33% - 10px);
}


.contenedor-caja-reportes .caja-blanca .btn-abre-panel {
    display: flex;
    justify-content: space-between;
}

.contenedor-caja-reportes .caja-blanca .btn-abre-panel .glyphicon {
    font-size: 20px;
}

.contenedor-caja-reportes .caja-blanca .panel {
    display: none;
    margin-bottom: -20px;
}

.contenedor-caja-reportes .caja-blanca .panel.visible {
    display: block;
}


.div-asociar-clase {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.div-asociar-clase>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}


.span_avance,
.spanPosteos,
.spanNota {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}


.contenedor-pregunta-terminos-pareados {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contenedor-pregunta-terminos-pareados .fila {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.contenedor-pregunta-terminos-pareados .fila .columna {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(33% - 5px);
}

/* KEYFRAMES */

@keyframes scale-animation {
    to {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }
}


@keyframes proxima-actividad-importante {
    to {
        transform: scale(1.05);
    }
}


@keyframes scale105 {
    to {
        transform: scale(1.05);
    }
}

@keyframes scale11 {
    to {
        transform: scale(1.1);
    }
}

@keyframes scale12 {
    to {
        transform: scale(1.2);
    }
}

@keyframes scale13 {
    to {
        transform: scale(1.3);
    }
}

@keyframes scale14 {
    to {
        transform: scale(1.4);
    }
}

@keyframes scale15 {
    to {
        transform: scale(1.5);
    }
}


/* /KEYFRAMES */