@import "fonts/myriad-pro/style.css";
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@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: 'TheSans';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/TheSans-5-Regular.otf');
}

@font-face {
	font-family: 'TheSansLight';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/TheSans Light Plain.otf');
}


@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;
}



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


html {
	position: relative;
	min-height: 100%;
}

html#html-principal {
	position: relative;
	min-height: 100%;
	height: 100%;
}

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

a label,
a img {
	cursor: pointer;
}

body {
	background-color: #f1f1f1;
	margin: 0 0 170px 0;
}





body#body-principal {
	background-color: #FFFFFF;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: 70%;
	font-weight: lighter;
	padding: 0;
	height: 100%;
	margin: 0;
}

body#body-principal-recuperar-contrasena {
	background-color: #FFFFFF;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	font-weight: lighter;
	padding: 0;
	height: 100%;
	margin: 0;
}


footer {
	background-color: #01A49A;
	bottom: 0;
	display: block;
	height: 170px;
	left: 0;
	position: absolute;
	width: 100%;
}

footer p {
	margin-bottom: -2px;
}

footer * {
	color: #FFFFFF;
}

#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-amarillo, .color-amarillo * { 	color: #cbcd2f; }
.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: 0.1em; }
.font-size-02 { font-size: 0.2em; }
.font-size-03 { font-size: 0.3em; }
.font-size-04 { font-size: 0.4em; }
.font-size-05 { font-size: 0.5em; }
.font-size-06 { font-size: 0.6em; }
.font-size-07 { font-size: 0.7em; }
.font-size-08 { font-size: 0.8em; }
.font-size-09 { font-size: 0.9em; }
.font-size-1 { font-size: 1em; }
.font-size-11 { font-size: 1.1em; }
.font-size-12 { font-size: 1.2em; }
.font-size-13 { font-size: 1.3em; }
.font-size-14 { font-size: 1.4em; }
.font-size-15 { font-size: 1.5em; }
.font-size-16 { font-size: 1.6em; }
.font-size-17 { font-size: 1.7em; }
.font-size-18 { font-size: 1.8em; }
.font-size-19 { font-size: 1.9em; }
.font-size-2 { font-size: 2em; }
.font-size-21 { font-size: 2.1em; }
.font-size-22 { font-size: 2.2em; }
.font-size-23 { font-size: 2.3em; }
.font-size-24 { font-size: 2.4em; }
.font-size-25 { font-size: 2.5em; }
.font-size-26 { font-size: 2.6em; }
.font-size-27 { font-size: 2.7em; }
.font-size-28 { font-size: 2.8em; }
.font-size-29 { font-size: 2.9em; }
.font-size-3 { font-size: 3em; }
.font-size-31 { font-size: 3.1em; }
.font-size-32 { font-size: 3.2em; }
.font-size-33 { font-size: 3.3em; }
.font-size-34 { font-size: 3.4em; }
.font-size-35 { font-size: 3.5em; }
.font-size-36 { font-size: 3.6em; }
.font-size-37 { font-size: 3.7em; }
.font-size-38 { font-size: 3.8em; }
.font-size-39 { font-size: 3.9em; }
.font-size-4 { font-size: 4em; }


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


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

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



.negrita {
	font-weight: bold;
}

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





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



.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; }


.div-padding-5 { padding: 5px 5px; }
.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;
}


.img-logo-index {
	border-radius: 5px;
	margin: 20px 0 0 20px;
	width: 350px;
}

.logo-header-central {
	width: 150px;
}

.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;
}


.div-login {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 80px 80px 100px 80px;
	position: relative;
	width: 30%;
}

.div-login p {
	text-align: center;
	margin-bottom: -1px;
}


.div-login > div {
	padding: 10px;
}

.div-login a {
	cursor: pointer;
	color: #01A49A;
	text-decoration: none;
}


.div-login .titulo {
	border-bottom: 1px solid #01A49A;
	color: #01A49A;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}


.div-login a * {
	cursor: pointer;
	text-decoration: none;
}

.div-login input[type="text"],
.div-login input[type="password"] {
	background-color: #e6e6e6;
	border-left: 5px solid #01A49A;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-indent: 20px;
	width: 100%;
}


.div-login-input {
	position: relative;
}
.div-login-input-icono {
	position: absolute;
	top: 30%;
	left: 10px;
	color: #808080;
}

#btn-enviar-login {
	background-color: #01A49A;
	border-radius: 50px;
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 2em;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}


.btn-inicio-sesion-azure {
	background-color: #50e6ff;
	border-radius: 20px;
	border: 0;
	color: #0c83cf;
	display: block;
	font-size: 20px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.div-login .aprende {
	text-align: center;
}

.div-login input[type="text"].input-text-obligatorio,
.div-login input[type="password"].input-text-obligatorio {
	border: 1px solid red;
	-webkit-box-shadow: inset -5px -9px 32px -20px red;
	-moz-box-shadow: inset -5px -9px 32px -20px red;
	box-shadow: inset -5px -9px 32px -20px red;
}

input[type="text"].input-text-obligatorio,
input[type="password"].input-text-obligatorio {
	border: 1px solid red;
}

#login-usuario-incorrecto {
	color: #ad4c3b;
	display: block;
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}


a#link-olvido-contrasena {
	color: #808080;
	text-align: center;
	display: block;
}

.info-navegador {
	background-image: url(../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;
}


.texto-index {
	color: #FFFFFF;
	font-size: 50px;
	left: 50px;
	position: absolute;
	top: 50px;
	font-weight: bold;
	z-index: -99;
}

.texto-index-login {
	color: #01A49A;
	display: none;	
	font-weight: bold;
	text-align: center;
}


.logo-campus-index {
	background-image: url(../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: 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;
}


#div-inicio-menu-central {
	
	padding: 20px;
}


.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%;
}



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-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);
}





.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;
}

.accordion-link-active {
	font-family: 'Myriad Pro Bold Condensed' !important;
}



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


.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 #0272b6;
}

.cajita-comunidad.tutor:after {
	background-color: #0272b6;
	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;
}



.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(../img/check.png) !important;
	background-position: right bottom !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	display: block;
}

#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 {
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-name: scale-animation;
	background-image: url(../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;
}

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

.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: #01A49A;
	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: #1a988f;
}

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(../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;
}

header {
	background-color: #FFFFFF;
	padding: 10px 0px;
}

header .img-header-campus {
	margin: 5px auto;
	width: 268px;
}

header .titulo-portal {
	width: 100%;
	color: #01A49A;
	font-size: 35px;
	text-align: center;
}

.contenedor-header {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.contenedor-header > div {
	width: 33%;
}

.contenedor-header > div:nth-child(1) img {
	max-width: 250px;
}



#div-header-perfil {
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	padding: 5px;
	position: relative;
}

#header-perfil-img {
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	border: 1px solid #e6e6e6;
	border-radius: 0 20px 20px 0;
}


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


#mi-header-dropdown {
	background-color: #e6e6e6;
	border-radius: 20px 0 0 20px;
	padding: 10px 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%;
	/* vertical-align: middle; */
	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(../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;
}


nav {
	background-color: #01A49A;
	display: flex;
	justify-content: center;
}

a.btn-menu {
	color: #eaeaea;
	padding: 8px 15px;
	font-size: 13px;
	position: relative;
}

a.btn-menu.btn-menu-activo {
	background-color: #eaeaea; 
	color: #01A49A;
}

a.btn-menu:hover {
	background-color: #eaeaea; 
	color: #01A49A;
	padding: 8px 15px;
}

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


.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-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-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;	
}


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



.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;
}



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

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

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



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




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

.btn-salir-del-curso {
	background-image: url(../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: table;
	height: 175px;
	width: 100%;
}

.div-banner-curso-nombre label {
	color: #FFFFFF;
	display: table-cell;
	font-size: 1.2em;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
}

.div-banner-curso-nombre span {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	margin-bottom: -30px !important;
}

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


.bloque-pregunta {
	padding: 10px;
	margin-bottom: 20px;
}

.bloque-pregunta .pregunta {
	font-size: 1.2em;
}

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

.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: 5px;
	left: 20px;
}


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

.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(../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(../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: rgba(255, 151, 32, 0.2);
	border: 1px solid rgba(255, 151, 32, 0.5);
	margin-left: 2%;
	padding: 10px;
	text-align: justify;
	width: 98%;
	margin-bottom: 10px;
}

.bloque-pregunta .pregunta-feedback.correcta {
	background-color: rgba(22, 209, 53, 0.2);
	border: 1px solid rgba(22, 209, 53, 0.5);
}

.bloque-pregunta .pregunta-feedback.incorrecta {
	background-color: rgba(214, 30, 55, 0.2);
	border: 1px solid rgba(214, 30, 55, 0.5);
}


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

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


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

.bloque-pregunta .contenedor-alternativas > div:nth-child(1) {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 30px;
}

.bloque-pregunta .contenedor-alternativas > div:nth-child(2) {
	width: calc(100% - 80px);
}

.bloque-pregunta .contenedor-alternativas > div:nth-child(1) input[type="radio"] {
	margin: 0 !important;
	position: relative !important;
}


.btn-enviar-respuesta {
	background-color: #023187;
	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;
}


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




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


.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;
}




.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;
}




.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 {
	border-radius: 0 10px 10px;
	box-shadow: 3px 3px 5px #bbbbbb, -3px -3px 5px #bbbbbb;
	margin-bottom: 30px;
	position: relative;
}

.portada-curso .top {
	background-color: #f36e20;
	border: 2px solid #FFFFFF;
	left: 0;
	padding: 5px 10px 1px 10px;
	position: absolute;
	top: 0;
	width: 100%;
}
.portada-curso .top label {
	color: #FFFFFF;
}

.portada-curso-datos {
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	display: block;
	height: 200px;
	padding: 5px;
	position: relative;
}


.portada-curso-datos .portada-curso-datos-botones {
	bottom: 10px;
	left: 15px;
	position: absolute;
	width: 90%;
}


.portada-curso-datos.nombre-curso {
	display: table;
	height: 150px;
	width: 100%;
}

.portada-curso-datos.nombre-curso p {	
	font-family: 'Roboto', sans-serif;
	color: #000000;
}

.portada-curso-datos.nombre-curso p.uno {
	font-size: 14px;
	font-weight: bold;
}

.portada-curso-datos.nombre-curso p.dos,
.portada-curso-datos.nombre-curso p.dos * {
	font-size: 12px;
}

.portada-curso-datos.nombre-curso p.tres,
.portada-curso-datos.nombre-curso p.tres * {
	font-size: 12px;
	margin-top: -10px;
}


.portada-curso-datos .glyphicon {
	font-size: 25px;
}



.home-presentacion {
	background-image: url(../img/banners/home_banner1.png);
	background-size: cover;
	min-height: 100px;
	height: 350px;
}


.home-textos-bienvenida {
	
	margin-top: 50px;
}


.btn-descargar-certificado-diploma {
	background-color: #cccccc;
	background-image: url(../img/diploma.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 35px auto;
	display: block;
	height: 50px;
	position: relative;
	width: 370px;
	margin-bottom: 20PX;
}


.div-extender-plazo-examen {
	padding: 10px;
	background-color: #d1cfcf;
	display: none;
}


.btn-opcion-busqueda-usuario {
	font-size: 10px;
}





.reporte-caja-ejecuciones {
	margin-bottom: 20px;
	padding: 5px;
	background-color: #f3f1f1;
}





.div-footer-sence {
	background-color: #FFFFFF;
	bottom: 130px;
	box-shadow: 3px 3px 5px #cccccc, -3px -3px 5px #cccccc;
	height: 150px;
	padding: 10px 20px 10px 10px;
	/*position: fixed;*/
	width: 170px;
	z-index: 100;
	border-radius: 5px;
}

.div-footer-sence img {
	margin: 0 auto;
	display: block;
}




.div-footer-fijo-derecho {
	bottom: 0;
	padding-bottom: 10px;
	position: fixed;
	right: 0;
	width: 170px;
}

.div-footer-fijo-izquierdo {
	bottom: 0;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	width: 170px;
}



.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;
}

.input-text-cas {
	background-color: #FFFFFF;
	border-left: 5px solid #01A49A;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-indent: 20px;
	width: 100%;
	-webkit-box-shadow: 3px 0px 5px 2px rgba(0,0,0,0.30); 
	box-shadow: 3px 0px 5px 2px rgba(0,0,0,0.30);
}


.btn-celeste {
	background-color: #01A49A;
	border-radius: 50px;
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.5em;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.btn-celeste:hover {
	color: #FFFFFF;
}

.titulo-celeste {
	border-bottom: 1px solid #01A49A;
	color: #01A49A;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
}


.separador-seccion {
	background-color: #01A49A;
	height: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.btn-circulo-mas {
	width: 50px;
	height: 50px;
	background-color: #01A49A;
	display: inline-block;
	border-radius: 100px;
}
.btn-circulo-mas:after {
	color: #FFFFFF;
	content: "+";
	display: block;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}

.div-nuevo-curso-oculto {
	background-color: rgba(0, 120, 111, 0.1);
	border-radius: 0 50px 0 0;
	border: 1px solid rgba(0, 120, 111, 0.2);
	display: none;
	padding: 20px;
}


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



.drop-recipiente {
	background: #ddd;
	border: 3px dashed #bbb;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 100px;
	padding: 10px;
	width: 100%;
}

.drop-recipiente.hovering {
	background: #b6d6fb;
	border-color: #276cbc;
}

.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-reportes-filtros {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(204,204,204,0.63); 
	box-shadow: 0px 0px 10px 3px rgba(204,204,204,0.63);
}




.portada-curso-datos-estado {
	height: 10px;
	background-color: #9ad4ed;
	border-radius: 5px;
	width: 65%;
	position: relative;
	margin-bottom: 10px;
}

.portada-curso-datos-estado:after {
	content: "";
	font-size: 12px;
	height: 10px;
	left: 102%;
	line-height: 10px;
	position: absolute;
	width: 60%;
}

.portada-curso-datos-estado.sin-iniciar { background-color: #E53935; } 
.portada-curso-datos-estado.sin-revisar { background-color: #E53935; } 
.portada-curso-datos-estado.en-curso 	{ background-color: #FFB300; } 
.portada-curso-datos-estado.reprobado 	{ background-color: #E53935; } 
.portada-curso-datos-estado.encuesta 	{ background-color: #FFB300; } 
.portada-curso-datos-estado.acreditado 	{ background-color: #7CB342; } 
.portada-curso-datos-estado.revisado 	{ background-color: #7CB342; } 

.portada-curso-datos-estado.sin-iniciar:after 	{ content: "Sin iniciar"; } 
.portada-curso-datos-estado.sin-revisar:after 	{ content: "Sin revisar"; } 
.portada-curso-datos-estado.en-curso:after 		{ content: "En curso"; } 
.portada-curso-datos-estado.reprobado:after 	{ content: "Reprobado"; } 
.portada-curso-datos-estado.encuesta:after 		{ content: "Pend. encuesta"; } 
.portada-curso-datos-estado.acreditado:after 	{ content: "Acreditado"; } 
.portada-curso-datos-estado.revisado:after 		{ content: "Revisado"; } 



.curso-leccion-fila {
	padding: 10px 20px;
}

.curso-leccion-fila img {
	margin-right: 10px;
}

.curso-leccion-fila:hover * {
	color: #01A49A;
}



.alertar-nueva-funcionalidad {
	animation-duration: 0.5s;
	animation-iteration-count: 5;
	animation-name: borde-verde;
}

.alertar-renovacion {
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-name: scale105;
}


.contenedor-img-estados {
	border: 5px solid #000000;
	margin-bottom: 30px;
	display: block;
}

.contenedor-img-estados img {
	cursor: pointer;
}

.contenedor-img-estados img:hover {
	opacity: 0.7;
}

.contenedor-feedback-estados {
	border: 5px solid #000000;
	margin-bottom: 10px;
	padding: 30px;
	display: none;
}


.atencion-compasiva-intro-camila {
	border-radius: 0 20px 0 20px;
	border: 2px solid #01A49A;
	margin-top: 40px;
	padding: 10px;
	position: relative;
	font-size: 18px;
}

.atencion-compasiva-intro-camila:after {
	background-color: #01A49A;
	border-radius: 5px 20px 0 0;
	color: #FFFFFF;
	content: "Camila";
	left: -2px;
	padding: 2px 10px;
	position: absolute;
	top: -30px;
}


.atencion-compasiva-intro-gonzalo {
	border-radius: 20px 0 20px 0;
	border: 2px solid #01A49A;
	margin-top: 40px;
	padding: 10px;
	position: relative;
	font-size: 18px;
	display: none;
}

.atencion-compasiva-intro-gonzalo:after {
	background-color: #01A49A;
	border-radius: 20px 5px 0 0;
	color: #FFFFFF;
	content: "Gonzalo";
	right: -2px;
	padding: 2px 10px;
	position: absolute;
	top: -30px;
}

.atencion-compasiva-intro-gonzalo .estado-destacado {
	font-weight: bold;
	color: #01A49A;
	font-size: 1.2em;
	text-decoration: underline;
}


.opacity-gonzalo {
	opacity: 0.4;
}


.btn-actividad-iniciar-curso {
	background-color: #01A49A;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	margin-left: 25%;
	margin-top: -20px;
	padding: 5px 10px;
	text-align: center;
	width: 50%;
}

/* Mensaje para la libreria jqueryvalidation */
.mensaje-error-validate-form {
	color: red;
	font-size: 12px;
}

.contenedor-input-form {
	margin-bottom: 20px;
}




#div-recuperar-contrasena {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 250px;
	justify-content: space-evenly;
}


/* Inducción CAS */
.contenedor-induccion-fila {
	display: flex; 
	justify-content: space-around;
}

.contenedor-induccion-fila .leccion {
	align-items: center;
	align-self: center;
	background-image: url(../cursos/induccion-cas/img/fondo1.png);
	background-position: top left;
	background-size: 100% 100%;
	display: flex; 
	flex-direction: column;
	margin: 20px;
	position: relative;
	width: 20%; 
}

.contenedor-induccion-fila .leccion:hover {
	animation: induccionLeccion 0.2s 1;
}



.contenedor-induccion-fila .leccion.no-fondo {
	background-image: none;
}

.contenedor-induccion-fila .leccion.fondo2 { background-image: url(../cursos/induccion-cas/img/fondo2.png); }
.contenedor-induccion-fila .leccion.fondo3 { background-image: url(../cursos/induccion-cas/img/fondo3.png); }
.contenedor-induccion-fila .leccion.fondo4 { background-image: url(../cursos/induccion-cas/img/fondo4.png); }
.contenedor-induccion-fila .leccion.fondo5 { background-image: url(../cursos/induccion-cas/img/fondo5.png); }

.contenedor-induccion-fila .leccion.central {
	width: 25% !important;
}

.contenedor-induccion-fila .leccion label {
	font-size: 18px;
	text-align: center;
}

.contenedor-induccion-fila .leccion.completada:after {
	background-image: url(../img/check_verde_redondo.png);
	background-size: 50px 50px;
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.contenedor-induccion-fila .leccion.desactivada {
	cursor: default;
	opacity: 0.4;
	pointer-events: none;
}


/* /Inducción CAS */




.iframe-leccion-normal {
	height: 600px;
	width: 100%;
}

.iframe-leccion-normal.height800 {
	height: 800px !important;
}

.iframe-leccion-fullscreen {
	border: none; 
	bottom: 0px; 
	height: 100%; 
	left: 0px; 
	margin: 0; 
	overflow: hidden; 
	padding: 0; 
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 100%; 
	z-index: 999998;	
}

.iframe-leccion-fullscreen.pagina-leccion {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px 10px 70px 10px; 
}


#btn-volver-desde-fullscreen {
	background-color: #01A49A;
	border-radius: 5px;
	color: #FFFFFF;
	left: 10px;
	padding: 5px 20px;
	position: fixed;
	text-align: center;
	top: 10px;
	z-index: 999999;
}

.contenedor-leccion-fullscreen-footer {
	bottom: 10px;
	display: flex;
	gap: 10px;
	justify-content: center;
	left: 0;
	padding: 5px 20px;
	position: fixed;
	width: 100%;
	z-index: 999999;
}

.btn-examen-desde-fullscreen,
.btn-encuesta-desde-fullscreen {
	background-color: #01A49A;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 5px 20px;
	text-align: center;
	width: 20%;
	z-index: 999999;
	font-size: 20px;
}

#btn-volver-desde-fullscreen:hover,
.btn-encuesta-desde-fullscreen:hover, 
.btn-examen-desde-fullscreen:hover {
	color: #FFFFFF;
}

.btn-continuar-induccion-cas {
	background-color: #ff9500;
	border-radius: 5px;
	color:  #000000;
	display: block;
	font-size: 30px;
	margin-top: 20px;
	padding: 5px 20px;
	text-align: center;
	width: 320px;
}

.btn-continuar-induccion-cas:hover {
	color: #000000;
	background-color: #ffcd00;
}




.contenedor-pausa-saludable {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}

.contenedor-pausa-saludable a {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: relative;
}


.contenedor-pausa-saludable a img {
	border-radius: 5px;
	border: 2px solid #01A49A;
}

.contenedor-pausa-saludable a.completada:after {
	background-image: url(../img/check_verde_redondo.png);
	background-size: 50px 50px;
	content:  "";
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.contenedor-manejo {
	align-items: baseline;
	background: -moz-linear-gradient(top, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 20%, rgba(134,207,207,1) 86%, rgba(134,207,207,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 20%, rgba(134,207,207,1) 86%, rgba(134,207,207,1) 100%);
	background: -o-linear-gradient(top, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 20%, rgba(134,207,207,1) 86%, rgba(134,207,207,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,253,251,1)), color-stop(0%, rgba(245,253,251,1)), color-stop(20%, rgba(245,253,251,1)), color-stop(86%, rgba(134,207,207,1)), color-stop(100%, rgba(134,207,207,1)));
	background: -webkit-linear-gradient(top, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 20%, rgba(134,207,207,1) 86%, rgba(134,207,207,1) 100%);
	background: linear-gradient(to bottom, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 0%, rgba(245,253,251,1) 20%, rgba(134,207,207,1) 86%, rgba(134,207,207,1) 100%);
	background: rgba(245,253,251,1);
	display: flex;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fdfb', endColorstr='#86cfcf', GradientType=0 );
	flex-direction: row;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px;
}

.contenedor-manejo a {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
	width: 200px;
}


.contenedor-manejo a .imagen-tema {	
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	border-radius: 500px;
	border: 4px solid #01A49A;
	box-shadow: 2px 2px 5px #cccccc, -2px -2px 5px #cccccc;
	height: 160px;
	width:  160px;
}

.contenedor-manejo a .imagen-tema:hover {
	animation: manejoSeguridadLeccion 0.5s 1;
}


.contenedor-manejo a .tema {
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #01A49A;
	box-shadow: 2px 2px 5px #cccccc, -2px -2px 5px #cccccc;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	margin-top: 10px;
	padding:  2px;
	width: 100%;
}

.contenedor-manejo a .tema * {
	color: #915dc0;
	text-align: center;
}

.contenedor-manejo a.completada:after {
	background-image: url(../img/check_verde_redondo.png);
	background-size: 50px 50px;
	content:  "";
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}


.contenedor-manejo a.blocked .imagen-tema {
	opacity: 0.8;
	border: 2px solid #01A49A;
}


.contenedor-login-ne {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.form-login-ne {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 300px;
	justify-content: space-around;
	padding: 20px;
	width: 300px;
}
.form-login-ne label {
	display: block;
	text-align: center;
}
.form-login-ne label:nth-child(1) {
	font-size: 24px;
	font-weight: 600;
}
.form-login-ne label:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
}
.form-login-ne input {
	margin-bottom: 10px;
}


.home-nombre-grupo {
	background-color: #0487ae;	
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 20px 1px 20px;
	
}

.home-nombre-grupo p {
	font-size: 18px;
}


.home-nombre-grupo.color1 { background-color: #01A49A; }
.home-nombre-grupo.color2 { background-color: #5143D5; }
.home-nombre-grupo.color3 { background-color: #4DBFB8; }
.home-nombre-grupo.color4 { background-color: #CBC7F2; }
.home-nombre-grupo.color5 { background-color: #01A49A; }
.home-nombre-grupo.color6 { background-color: #5143D5; }
.home-nombre-grupo.color7 { background-color: #4DBFB8; }
.home-nombre-grupo.color8 { background-color: #CBC7F2; }
.home-nombre-grupo.color9 { background-color: #01A49A; }
.home-nombre-grupo.color10 { background-color: #5143D5; }
.home-nombre-grupo.color11 { background-color: #4DBFB8; }
.home-nombre-grupo.color12 { background-color: #CBC7F2; }


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




.img-evaluacion-centrada {
	display: block;
	margin: 10px auto;
	width: 95%;
}

.img-evaluacion-centrada.w50 { width: 50%; }
.img-evaluacion-centrada.w60 { width: 60%; }
.img-evaluacion-centrada.w70 { width: 70%; }
.img-evaluacion-centrada.w80 { width: 80%; }




.contenedor-go {
	border-radius: 5px;
	border: 2px solid #0487AE;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	padding: 50px;
}

.caja-go {
	align-items: center;
	border-radius: 5px;
	border: 2px solid #01A49A;
	display: flex;
	flex-direction: column;
	height: 250px;
	justify-content: space-between;
	padding: 10px;
	width: 250px;
}

.caja-go .titulo {
	-webkit-box-shadow: -10px 0px 13px -7px #cccccc, 10px 0px 13px -7px #cccccc, 5px 5px 15px 5px rgba(204,204,204,0); 
	border-radius: 10px;
	box-shadow: -10px 0px 13px -7px #cccccc, 10px 0px 13px -7px #cccccc, 5px 5px 15px 5px rgba(204,204,204,0);
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center;
}

.caja-go .imagen {
	width: 100%;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
}

.caja-go .tipo {
	padding: 5px 20px;
	color: #FFFFFF;
	font-size: 12px;
}

/* NARANJO: #FF6600
MORADO: #6B65A5
LILA: #9F4387
VERDE LIMA: #6FD456
NARANJO PASTEL: #F79646
CYAN: #34B4FF */

.caja-go.doc { border: 2px solid #FF6600; }
.caja-go.doc .titulo, .caja-go.doc .tipo { background-color: #FF6600; }

.caja-go.video { border: 2px solid #6B65A5; }
.caja-go.video .titulo, .caja-go.video .tipo { background-color: #6B65A5; }

.caja-go.podcast { border: 2px solid #6FD456; }
.caja-go.podcast .titulo, .caja-go.podcast .tipo { background-color: #6FD456; }

.caja-go.webinar { border: 2px solid #F79646; }
.caja-go.webinar .titulo, .caja-go.webinar .tipo { background-color: #F79646; }


.cajita-notificacion {
	background-color: #cccccc;
	border-radius: 10px;
	border: 3px solid #a8a8a8;
	bottom: 30px;
	color: #FFFFFF;
	display: flex;
	padding: 20px 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	visibility: hidden;
	z-index: 3000 !important;
}

.cajita-notificacion.danger {
	background-color: #c8524d;
	border: 3px solid #e2231a;
}

.cajita-notificacion.success {
	background-color: #75c31d;
	border: 3px solid #59a800;
}

.cajita-notificacion.warning {
	background-color: #FCB44D;
	border: 3px solid #FB9927;
}


.cajita-notificacion.show {
	visibility: visible;
	-webkit-animation: cajita-notificacion-fadein 0.5s, cajita-notificacion-fadeout 0.5s 2.5s;
	animation: cajita-notificacion-fadein 0.5s, cajita-notificacion-fadeout 0.5s 2.5s;	
}



.div-filtros-vigencia-curso {
	border: 1px solid #F1F1F1;
	padding: 10px;
	background-color: rgb(241, 241, 241, 0.3);
	border-radius: 5px;
	display: none;	
}

.div-filtros-vigencia-curso.visible {
	display: block;
	animation-duration: 1s;
	transition: 1s;
}

.div-contenedor-checkbox-2columns {
	background-color: rgb(241, 241, 241, 0.5);
	column-count: 2;
}

.div-contenedor-checkbox-3columns {
	background-color: rgb(241, 241, 241, 0.5);
	column-count: 3;
}

.div-contenedor-checkbox-4columns {
	background-color: rgb(241, 241, 241, 0.5);
	column-count: 4;
}



.contenedor-cursos-home {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.contenedor-cursos-home .curso {
	border: 1px solid #0487ae;
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-shrink: 1;
}

.contenedor-cursos-home .curso .imagen-curso img {
	width: 100%;
}

.contenedor-cursos-home .curso .info-curso {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contenedor-cursos-home .curso .info-curso .barra {
    background-color: #f0f0f0;
    border-radius: 5px;
    display: flex;
    height: 10px;
    justify-content: flex-start;
    width: 100%;
}

.contenedor-cursos-home .curso .info-curso .barra .barra-progreso {
    background-color: #0487ae;
    border-radius: 5px;
    height: 100%;
    width: 0%;
}

.contenedor-cursos-home .curso .info-curso .estadisticas {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.contenedor-cursos-home .curso .info-curso .nombre-curso {
	font-size: 22px;
	font-weight: 700;
}

.contenedor-cursos-home .curso .info-curso .estrellas > span {
	font-size: 20px;
	color: #ffc800;
}

.contenedor-cursos-home .curso .info-curso .botones {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.contenedor-cursos-home .curso .info-curso .botones a {
	border: 1px solid #cccccc;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #000;
	border-radius: 5px;
	background-color: #FFFFFF;
}


.contenedor-home-banner-informatica-biomedica {
	background-color: #FFFFFF;
	padding: 10px;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	gap: 40px;
	flex-wrap: wrap;
}

.contenedor-home-banner-informatica-biomedica .grafico {
	padding: 10px;
	width: 45%;
}
.contenedor-home-banner-informatica-biomedica .actividad {
	padding: 10px;
	width: 35%;
}

.contenedor-home-banner-informatica-biomedica .titulo {
	text-align: center;
	font-size: 24px;
	color: #01A49A;
}

.contenedor-home-banner-informatica-biomedica .grafico img {
	width: 100%;
}

.contenedor-home-banner-informatica-biomedica .actividad .filas {
	margin-top: 30px;
}


.contenedor-home-banner-informatica-biomedica .actividad .filas .fila {
	border-bottom: 2px solid #01A49A;
	padding: 10px 20px;
}

.quiz-bloque-seccion {
	border: 2px solid #01A49A;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.quiz-bloque-seccion-encabezado {
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}

/* KEYFRAMES */
@keyframes proxima-actividad-importante { to { transform: scale(1.05); } }

@keyframes borde-verde { to { border: 1px solid #01A49A; } }

@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 induccionLeccion { from { transform: rotate(-2deg); } to { transform: rotate(2deg); } }

@keyframes manejoSeguridadLeccion { from { transform: scale(1.05); } to { transform: scale(1); } }

@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 cajita-notificacion-fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes cajita-notificacion-fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

/* /KEYFRAMES */
