body {
  padding-top: 54px;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.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;
}

a:hover {
  color: #00b3e3;
  text-decoration: none;
}

/* Pantalla login */
#contenedor-login {
  width: 70%;
  /* height: 60%; */
  margin-top: 8rem;
  margin-left: 11rem;
  background: linear-gradient(90deg, #7ceffb 0%, #0cb0de 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: #da1620;
  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: #00b3e3;
  outline: 0 none;
}

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

/* Navbar */
.dropdown-menu {
  background-color: #fcfbf6;
  border-color: #00b3e3;
  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: #fcfbf6;
  box-shadow: 0px -3px 10px black;
  z-index: 10;
}

.navbar-active,
.navbar .menu a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #00b3e3;
  color: #00b3e3;
}

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

.btn-manipulativos {
  min-height: 3rem;
  margin-top: 4rem;
}

#contenedor {
  min-height: 52vh;
}

/* Estilos menu lateral */
#menu-lateral {
  height: fit-content;
  border-radius: 0.5rem;
  padding: 3rem;
  background-color: #e8f7fc;
}

.imgMarcador {
  width: 2rem;
  position: absolute;
  right: 9.5rem;
  top: 0.6rem;
}

.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;
  display: flex;
  flex-direction: column;
}

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

/* .desplegableActivo {
  background-image: url('img/marcador.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: -1rem;
  background-size: contain;
} */

.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;
  flex-wrap: wrap;
}

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

.contenedorVideo {
  width: 40%;
}

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

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

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

.btn-cambiar-contraseña {
  width: 9rem;
  height: 2rem;
  border-radius: 5rem;
  background-color: rgb(103, 204, 232);
  border: 0;
  color: white;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.boton-provisional {
  width: 100%;
  display: block;
  color: rgb(103, 204, 232);
}

/* Introduce email para cambiar 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);
}

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

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

.form-group-restablecer {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.btn-restablecer {
  width: 9rem;
  height: 2rem;
  border-radius: 5rem;
  background-color: rgb(103, 204, 232);
  border: 0;
  color: white;
  font-weight: bold;
}

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

/* Restablecer contraseña */
.form-signin {
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Pantalla formacion */
#menu-formaciones {
  height: fit-content;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #e8f7fc;
  margin-top: 7rem;
  margin-right: 5rem;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#formaciones {
  margin-top: 2rem;
  min-height: 52vh;
  height: 90%;
}

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

.contenedorFormaciones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contenedorFormacion {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-clip: content-box;
  background-color: white;
  margin-bottom: 1rem;
  border: none;
}

.contenedorTextoFormacion {
  padding: 1rem;
  font-weight: bold;
  text-align: start;
}

.descriptionFormacion {
  color: #b4b4b4;
}

.sesionFormacion {
  color: #da1620;
}

/* Pantalla de mi biblioteca */
#mi-biblioteca {
  margin-top: 7rem;
  height: 90%;
}

.titulo-curso {
  color: #13b1de;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: start;
  margin-left: 2rem;
  margin-top: 1rem;
  font-weight: bold;
}

.titulo-docs-curso {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: start;
  margin-top: 1rem;
  font-weight: bold;
}

.contenedor-docs-cursos {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.recurso-cursos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
}

.imgPortadaLibro {
  width: 8rem;
  margin-bottom: 0.5rem;
}

.subtitulo-curso {
  color: #c12027;
  font-size: 0.8rem;
}

.recurso-cursos .iframe-btn {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  background-color: #fcfbf6;
  text-align: left;
  width: max-content;
  margin-left: 1rem;
}

.parte-libro {
  font-size: 0.85rem;
  font-weight: bold;
  color: black;
}

/* 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;
}
