@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #ffff;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
}

header {
  position: relative;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 4rem;
  text-shadow: 0.0em 0.0em 0.2em black ;
}

nav {
  background: #535FFD;
  width: 100%;
  border-bottom: 0.25px solid;
}

nav li:hover {
  background-color: #F78522;
  color: white;
}

nav ul {
  display: flex;
  text-align: center;
}

nav ul li {
  width: 25%;
  padding: 1%;
  list-style-type: none;
}

nav ul li a {
  color: #ffff;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Roboto";
  font-weight: 300;
}

.alumno img {
  border-radius: 50%;
  width: 40%;
}

.foto {
  width: 99.8%;
}

a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: black;
  font-size: 2rem;
  font-style:normal;
}

main {
  background: #fff6ee;
  color: black;
  padding: 1rem;
  text-align: center;
}

article {
  font-family: "Roboto";
  color: #535FFD ;
  font-size: 1rem;
  
}

h2 {
  display: flex;
  font-family: sans-serif;
    color: black;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 2rem;
}

h3 {
  padding: 3rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
}

h5 {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.descripciont {
  margin-top: 3rem;
}

.alumno {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10% 0px;
}

.alumno a {
    color: #F78522;
  font-weight: bold;
}

.fadu {
  width: 0%;
}

#informacion {
  text-align: center;
 font-family: "Roboto"; 
}

footer {
  margin: 0 0 0 0;
  padding: 0.5rem;
  background: black;
  color: white;
  font-size: 0.8rem;
  text-align: center;
}

@media (min-width: 576px) {
  nav ul li {
    width: 25%;
    padding: 1%;
  }

  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: "Roboto";
    font-weight: 300;
  }

  section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
  }

  .alumno {
    margin: 2% 0px;
  }

  .alumno img {
    border-radius: 50%;
    width: 68%;
  }

  .fadu {
    width: 20%;
      align-content: center;  }
}
