@charset "utf-8";

/* reglas generales */

*{box-sizing: border-box;
}

body{
  background-color: #e7e1e1;
}

header .menu {
  background-color: #24205e;
  margin: -1em;
}

header ul {
  display: flex;
  max-width: 40em;
  margin-top: 0em;
  margin-left: 1em;
  padding: 1.5em 0em 1.5em 1em;
}

header nav ul li a {
  display: flex;
  width:0;
  margin: 0px;
  margin-right: 5em;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.titulo h1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-left: 0.5em;
  color: #24205e;
  padding-top: 40px;
}

.fotografia img {
  max-width: 100%;
  width: 100%;
  margin-left: -1.5em;
  border-radius: 20px;
}

.informacion {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 3em;
}

.informacion p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

.grupo h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #24205e;
  margin-left: 0.5em;
}

.listagrupo {
  text-align: left;
  margin-left: -1.5em;
}

.listagrupo h3 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #24205e;
}

.datosacademicos {
  margin-left: 1em;
}

.datosacademicos h1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #24205e;
}

.datosacademicos h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #24205e;
  margin-right: 2em;
}

.datosacademicos h3 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #24205e;
}

.logos h5 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #24205e;
  padding-bottom: 15px;
  margin-right: 1em;
}

footer {
  background: #24205e;
  margin: -1em;
}

footer p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  color: #ffff;
  padding: 20px;
  margin: 1em;
}

ul, ol {
  list-style: none;
  font-size: 20px
}

a {
  text-decoration: none;
}

section ul li a img{
  width: 200px;
  border-radius: 10px;
}

