/*MOBILE  -------------------------------------------*/

/*Generales  -------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Anton", sans-serif;
  line-height: 1.3em;
  background-color: rgb(238, 238, 238);
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}
header {
  background-color: #5651a3;
  color: white;
  padding: 0;
  width: 100%;
}
footer {
  background-color: #5651a3;
  margin-top: 1rem;
  color: white;
  padding: 10px 0px;
  font-size: 80%;
  font-style: italic;
}
main {
  flex-grow: 1;
}
a {
  text-decoration: none;
}
/*Texto*/
.negrita {
  font-weight: bold;
}
.margintop {
  margin-top: 10px;
}
h3,
h4 {
  margin: 0.5em 0;
}
/*HEADER---------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

nav {
  display: none;
}
nav ul {
  list-style: none;
  position: relative;
  display: flex;
  margin: 0px 20px;
  justify-content: end;
  flex-direction: column;
  display: none;
}

nav ul li {
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0.2em 5px 0.2em 25px;
  width: 25%;
}

nav a {
  color: rgb(190, 190, 190);
}
.esqueleto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hambu {
  font-size: 30px;
  margin-right: 15px;
}
.dgpc {
  background-color: white;
  width: 6em;
  margin: 8px 4px 4px 8px;
}
.activo {
  color: white;
  border-bottom: 1px solid white;
}
.fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
/* Estudiante */

/*jt16*/

.imgen {
  width: 150px;
  margin-top: 35px;
  border-radius: 8em;
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
  text-align: center;
}
.fondoimagen {
  background-color: white;
}
.cuadrado {
  background-color: rgb(223, 223, 223);
  border-radius: 20px;
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.margenDatos {
  margin: 20px;
}
.titulos {
  color: black;
  font-size: 21px;
  text-align: left;
  margin: 20px 0px 10px 0px;
}
.titulos2 {
  color: black;
  margin: 5px 0px 0px 0px;
  font-size: 16px;
}
.datos {
  margin-bottom: 10px;
  font-size: 15px;
  color: black;
}
.button {
  color: #5651a3;
  font-size: 17px;
}
.icon {
  width: 25px;
}
.flexbutton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 20px 15px 0px;
}
/* Alumnos */
.margin {
  margin: 20px;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flex2 {
  display: flex;
  flex-direction: column;
}
.cuadradointe {
  background-color: rgb(223, 223, 223);
  border-radius: 20px;
  width: 40%;
  margin: 10px auto;
}
.fotointe {
  width: 80px;
  height: 90px;
  margin: auto;
  padding-top: 10px;
  border-radius: 8em;
  display: flex;
  align-items: center;
}
.fotointe2 {
  width: 150px;
  height: 250px;
  margin: auto;
  display: flex;
  align-items: center;
  border: 1px solid black;
}
.fotointe3 {
  width: 300px;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  border: 1px solid black;
}
.fotointe4 {
  width: 300px;
  height: 200px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  border: 1px solid black;
}
.cuadradointe2 {
  width: 40%;
  margin: 10px auto;
}
.cuadradointe3 {
  margin: 10px 30px;
}
.nombreactivo {
  text-align: center;
  font-size: 15px;
  color: rgb(71, 71, 71);
}
.nombreinte {
  text-align: center;
  font-size: 15px;
  color: #423ab6;
}

/* Datos academicos */
.logo {
  width: 150px;
  margin: 10px auto;
}
.border {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}
.contenedor {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}
.cuerpo {
  margin-bottom: 2rem;
}

/* TABLED  -------------------------------------------*/

/*Generales  -------*/

@media (min-width: 40em) {
  nav {
    display: block;
  }
  main {
    max-width: 1200px;
    margin: auto;
  }
  nav ul {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0px 20px;
    justify-content: end;
    flex-direction: row;
  }

  .hambu {
    font-size: 30px;
    margin-right: 15px;
    display: none;
  }

  .imgen {
    width: 170px;
    margin: 0px 0px 0px 25px;
    border-radius: 8em;
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
    text-align: center;
  }

  .cuadrado {
    background-color: rgb(223, 223, 223);
    border-radius: 20px;
    width: 85%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
  }

  /* Alumnos */
  .margin {
    margin-left: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .cuadradointe {
    background-color: rgb(223, 223, 223);
    border-radius: 20px;
    width: 35%;
    margin: 10px auto;
  }
  .fotointe {
    width: 110px;
    height: 120px;
    margin: auto;
    padding-top: 10px;
    border-radius: 8em;
    display: flex;
    align-items: center;
  }
  .fotointe2 {
    width: 150px;
    height: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }
  .fotointe3 {
    width: 400px;
    height: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }
  .fotointe4 {
    width: 650px;
    height: 350px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }

  .cuadradointe2 {
    width: 40%;
    margin: 10px auto;
  }
  .cuadradointe3 {
    margin: 10px 30px;
  }

  .button {
    color: #5651a3;
    font-size: 17px;
  }
  .icon {
    width: 25px;
  }
  .flexbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px 50px 15px 0px;
  }
  .contenedor {
    max-width: 850px;
  }
  .cuerpo {
    margin-bottom: 4rem;
  }
}
/* PC  -------------------------------------------*/

/*Generales  -------*/
@media (min-width: 75em) {
  nav {
    display: block;
  }
  main {
    max-width: 1200px;
    margin: auto;
  }

  footer div p {
    max-width: 1200px;
    margin: auto auto auto 155px;
  }
  nav ul {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0px 20px;
    justify-content: end;
    flex-direction: row;
  }

  .hambu {
    font-size: 30px;
    margin-right: 15px;
    display: none;
  }

  .imgen {
    width: 170px;
    margin: 0px 0px 0px 25px;
    border-radius: 8em;
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
    text-align: center;
  }

  .cuadrado {
    background-color: rgb(223, 223, 223);
    border-radius: 20px;
    width: 93.5%;
    margin: 30px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-around;
  }

  /* Alumnos */
  .margin {
    margin-left: 10px;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cuadradointe {
    background-color: rgb(223, 223, 223);
    border-radius: 20px;
    width: 13%;
    margin: 10px 40px;
  }
  .fotointe {
    width: 110px;
    height: 120px;
    margin: auto;
    padding-top: 10px;
    border-radius: 8em;
    display: flex;
    align-items: center;
  }
  .fotointe2 {
    width: 200px;
    height: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }
  .fotointe3 {
    width: 300px;
    height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }
  .fotointe4 {
    width: 700px;
    height: 300px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    border: 1px solid black;
  }

  .cuadradointe2 {
    width: 20%;
    margin: 10px auto;
  }
  .cuadradointe3 {
    width: 30%;
    margin: 10px auto;
  }
  /* Datos academicos */
  .logo {
    width: 150px;
    margin: 10px auto;
  }
  .border {
    border-bottom: none;
    padding-bottom: none;
    width: 33%;
  }
  .flex2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
  .ajustepc {
    height: 200px;
  }
  .contenedor {
    max-width: 75rem;
  }
}
