body {
	padding-top: 54px;
}
@media (min-width: 992px) {
	body {
		padding-top: 56px;
	}
}

a:hover,
a:focus {
	color: #e5554f;
	text-decoration: none;
}
.navbar-toggler {
	z-index: 1;
}
a.btn.btn-lg.btn-block.btn-outline-danger.boton-espacio {
	margin-top: 1em;
}
@media (max-width: 576px) {
	nav > .container {
		width: 100%;
	}
}
.border-radius-06 {
	border-radius: 0.6rem;
}
.padding-top {
	padding-top: 0.75rem;
}
.navbar-brand {
	font-size: 1rem;
}

/* Pantalla login */
#contenedor-login {
	width: 70%;
	/* height: 60%; */
	margin-top: 8rem;
	margin-left: 11rem;
	background: linear-gradient(90deg, rgba(198, 217, 202, 1) 0%, rgba(151, 205, 191, 1) 100%);
	border-radius: 2rem;
	display: flex;
	box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.08);
}

.contenedor-logo {
	height: 100%;
	width: 50%;
	position: relative;
	top: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.texto-aviso {
	color: #242424;
	text-align: center;
	font-size: 0.75rem;
	top: 7rem;
	position: relative;
	padding: 0.5rem;
}

.contenedor-datos {
	background-color: white;
	height: 100%;
	width: 50%;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
}

.formulario-login {
	width: 100%;
}

.login-form-heading {
	color: #242424;
	font-size: 15pt;
	margin-bottom: 2rem;
}

.contenedor-cabecera {
	height: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2rem;
}

.titulo-login {
	color: #e95c4d;
	font-size: 3rem;
	font-weight: bold;
}

.contenedor-formulario {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-control {
	width: 75%;
	border-radius: 5rem;
	background-color: #efefef;
	text-align: center;
	margin-bottom: 2rem;
}

.contenedor-reset-contraseña {
	text-align: end;
	color: #242424;
	font-size: 0.75rem;
	margin-right: 3rem;
}

.contenedor-btn {
	display: flex;
	justify-content: center;
}

.btn-acceder {
	width: 7rem;
	height: 2rem;
	border-radius: 5rem;
	background: linear-gradient(0deg, rgba(0, 180, 228, 1) 0%, rgba(102, 196, 234, 1) 100%);
	border: 0;
	color: white;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

.login-alert {
	font-size: 12px;
	color: #e5554f;
	margin-bottom: 0.5rem;
	text-align: center;
}

.login-alert-success {
	font-size: 12px;
	color: #afd3c4;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	text-align: center;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #68bfb3;
	outline: 0 none;
}

.wrong-data-provided {
	border-color: #e5554f;
	outline: 0 none;
}

/* Navbar */
.dropdown-menu {
	background-color: #ecf2f0;
	border-radius: 1rem;
	border-color: #68bfb3;
	animation-name: dir-desplegado;
	animation-duration: 0.75s;
	animation-direction: normal;
}

.dropdown-item:hover {
	background-color: transparent;
	font-weight: bold;
}

.dropdown-item:focus {
	color: #242424;
	background-color: #ecf2f0;
}

.navbar {
	width: 100%;
	height: fit-content;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #ecf2f0;
	z-index: 10;
	box-shadow: 0px -3px 10px #242424;
}

.navbar-active {
	border-bottom: 2px solid #e5554f;
}

.container-nav {
	width: 60%;
	margin-left: 20%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#logo-comunicarte-menu {
	width: 170px;
	margin-right: 3rem;
}

.menu {
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.menu a {
	text-align: center;
}

.contenedor-user {
	display: flex;
	align-items: center;
	font-weight: bold;
}

#logo-user {
	width: 3rem;
	margin-left: 0.5rem;
}

/* Guia de proyectos */
#select-project {
	margin-top: 7em;
}

#select-project div.curso {
	text-align: left;
}

#select-project div.curso div.seccion span {
	color: #242424;
	font-size: 25px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0.25rem;
}

#select-project div.nombre {
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.5rem;
	background-color: #68bfb3;
	color: #ffffff;
	font-family: Roboto;
	font-size: 0.8rem;
}

.imgFlecha-proyecto {
	width: 20%;
}

#select-project div.nombre a {
	text-decoration: none;
	color: inherit;
}

#select-project div.nombre a:hover {
	text-decoration: none;
	color: inherit;
}

#select-project div.nombre a:visited {
	text-decoration: none;
	color: inherit;
}

/* Pantalla del docente */
#logo-comunicarte {
	width: 225px;
}

#logo-polygon {
	width: 96px;
	margin: 24px;
}

a {
	text-decoration: none;
	color: black;
}

#select-docente {
	margin-top: 7rem;
	height: 90%;
}

/* Estilos menu lateral */
#menu-lateral {
	min-height: 60vh;
	height: fit-content;
	border-radius: 2rem;
	padding: 1rem;
	background-color: #dde6e7;
}

.list-group-item {
	position: relative;
	display: flex;
	padding: 0;
	background-color: transparent;
	border: none;
}

.list-project {
	list-style: none;
}

div.titulosGuiaDeplegables {
	color: white;
	font-weight: bold;
}

.titulosDeplegablesPrincipales {
	list-style: none;
}

.desplegableProyecto.active {
	color: #e75450;
	background-color: white;
}

.desplegableActivo {
	background-image: url("img/arrow_guide.svg");
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: -1rem;
}

.list-group {
	font-size: 1rem;
	font-family: Roboto;
	color: #242424;
}

.nombre-curso {
	font-weight: bold;
	margin-top: 1rem;
	text-align: left;
}

.proyecto {
	display: block;
	position: relative;
	text-align: left;
	left: 1.5rem;
	margin-top: 0.2rem;
	font-weight: normal;
}

.titulo-recurso {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	text-align: start;
	margin-left: 2rem;
	margin-top: 1rem;
	font-weight: bold;
}

.subtitulo {
	margin-left: 0.5rem;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}

.contenedor-recursos-docs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 2rem;
}

.recurso {
	margin-bottom: 0.5rem;
}

.imgRecurso {
	width: 2.5rem;
}

.contenedor-recursos-directory {
	margin-top: 1rem;
	margin-left: 2rem;
}

.recursoDirectory {
	align-items: center;
	margin-bottom: 1rem;
}

.recursoDirectory__header {
	text-align: left;
	justify-content: space-between;
	align-items: center;
}

.recursoDirectory__header > .imgRecurso,
.recursoDirectory__header > .subtitulo {
	display: inline-block;
}

.recursoDirectory > .recursoDirectory__body {
	margin-left: 1.5rem;
	flex-direction: column;
	align-content: flex-start;
	display: none;
	transition: all 0.5s;
}
.recursoDirectory.open > .recursoDirectory__body {
	display: flex;
	transform: translateY(0);
}

.recursoDirectory.open > .recursoDirectory__body > .recurso-directory {
	text-align: left;
	margin-bottom: 0.5rem;
}

.recursoDirectory__header > .subtitulo {
	flex-grow: 1;
}

.recursoDirectory__header > .imgMas {
	float: right;
	transition: all 0.5s;
}

.recursoDirectory.open > .recursoDirectory__header > .imgMas {
	transform: rotate(45deg);
}

.recursoDirectory__header .imgMas-mostrar-subdir {
	animation-name: static-arrow;
	animation-duration: 0.5s;
	animation-direction: normal;
}

.recursoDirectory-carpeta {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
	margin-left: 1.5rem;
	font-weight: bold;
	z-index: 100;
	width: 50%;
}

.recurso-directory-subcarpeta {
	margin-bottom: 0.5rem;
	margin-left: 3rem;
}

.recursoVideo {
	width: 100%;
}

.imgMas-subdir {
	visibility: hidden;
}

.documento-directory {
	display: flex;
	overflow-x: auto;
	height: 0;
}

.documento-directory-desplegado {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	animation-name: dir-desplegado;
	animation-duration: 0.5s;
	animation-direction: normal;
}

@keyframes dir-desplegado {
	from {
		transform: translateY(-5%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.nombre-curso {
	font-weight: bold;
}

.linkactive {
	font-weight: bolder;
}

.modal-content {
	width: fit-content;
	height: fit-content;
}

.modal-title {
	font-family: Roboto;
	font-weight: bold;
}

/* Cambiar contraseña */
.contenedor-cambio-contraseña {
	background-color: white;
	width: 50%;
	height: 65%;
	border-radius: 2rem;
	margin-top: 8rem;
	margin-left: 18rem;
	margin-bottom: 10rem;
	display: flex;
	flex-direction: column;
	box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.08);
}

.titulo-cambio-contraseña {
	color: #e5554f;
	font-weight: bold;
	font-size: 2rem;
}

.subtitulo-cambio-contraseña {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.contenedor-cambio-contraseña label {
	color: #242424;
	width: 100%;
	left: 6rem;
	position: relative;
}

.btn-enviar {
	width: 9rem;
	height: 2rem;
	border-radius: 5rem;
	background-color: #e5554f;
	border: 0;
	color: white;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* Restablecer contraseña */
.contenedor-restablecer-contraseña {
	background-color: white;
	width: 50%;
	border-radius: 2rem;
	margin-left: 18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.08);
	height: fit-content;
}

.contenedor-logo-restablecer {
	margin-top: 2rem;
}

#logo-comunicarte-restablecer {
	width: 15rem;
	margin-bottom: 1rem;
}

.form-restablecer {
	height: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contenedor-volver-restablecer {
	display: flex;
	align-items: center;
	position: relative;
	right: 13rem;
	bottom: 1rem;
}

#flecha-volver {
	width: 1.5rem;
}

.restablecer-form-heading {
	color: #242424;
	font-size: 15pt;
}

.btn-restablecer {
	width: 9rem;
	height: 2rem;
	border-radius: 5rem;
	background-color: #e5554f;
	border: 0;
	color: white;
	font-weight: bold;
}

.contenedor-form {
	width: 65%;
}

.form-control-restablecer {
	width: 100%;
	border-radius: 5rem;
	background-color: #efefef;
	text-align: center;
	margin-bottom: 2rem;
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-group-restablecer {
	margin-bottom: 0;
}

/* Pantalla formacion */
#formaciones {
	margin-top: 7rem;
	height: 90%;
}

.tituloFormacion {
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.contenedorFormaciones {
	display: flex;
}

.contenedorFormacion {
	display: flex;
	flex-direction: column;
	background-color: white;
	width: 15rem;
	margin-right: 2rem;
	margin-bottom: 3rem;
	border: none;
	padding: 0;
}

.contenedorTexto {
	padding: 1rem;
	font-weight: bold;
	text-align: left;
}

.descriptionFormacion {
	color: #b4b4b4;
}

.sesionFormacion {
	color: #e5554f;
}

/* Modal para formaciones*/
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
	width: 800px;
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

/* Footer */
.footer {
	background-color: #3c3c3c;
	position: static;
	bottom: 0;
	color: white;
	margin-top: 4rem;
}

.contenedor-footer {
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
}

.contenedor-texto-footer {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	justify-content: center;
}

.contenedor-texto-footer a {
	color: #ffffff;
	text-decoration: none;
}

.contenedor-direccion {
	text-align: center;
	width: 100%;
	font-size: 0.8rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
}
