* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #e7c794;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.portfolio {
  position: fixed;
  top: 35%;
  right: 0;
  width: 60px;
  background: #92a380;
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
}
.portfolio a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: lighter;
  font-family: "Playfair Display";
}
.portfolio img {
  width: 100%;
}
.menu-principal {
  height: 100%;
  align-content: center;
}
.navigation {
  background-color: #92a380;
  height: 50px;
  width: 100%;
}
.navigation a {
  color: white;
  text-decoration: none;
}
.navigation ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  padding-left: 0;
  font-family: "Playfair Display";
  font-weight: bold;
}
.navigation li {
  list-style: none;
  margin-top: 0, 3em;
  margin-bottom: 0, 3em;
  font-size: 0, 1em;
}
#infobasica {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #e7c794;
}
.imagen-personal {
  margin: 15px;
  max-width: 500px;
  overflow: hidden;
}
.imagen-personal img {
  width: 100%;
}
.contenedor-datos {
  max-width: 500px;
  background-color: #e6e7d5;
  margin: 15px;
  justify-content: center;
}
.informacion {
  padding: 70px;
  text-align: left;
}
.informacion h3 {
  margin-bottom: 1em;
  margin-left: -12%;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: medium;
}
.informacion p {
  font-family: "Playfair Display";
  font-weight: normal;
}

.materias {
  background-color: #dc8d6c;
  margin: 20px;
  padding: 20px;
  box-shadow: darkgrey;
}
.materias h3 {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: medium;
}

.listado-materias {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: normal;
}
.listado-materias li {
  list-style: none;
}
.materias h3 {
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
}
.materias-actuales {
  background-color: #dc8d6c;
  margin: 20px;
  padding: 20px;
  box-shadow: darkgrey;
}
.materias-actuales h3 {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: medium;
}
.listado-materias-actuales {
  text-align: center;
  font-family: "Playfair Display";
  font-weight: normal;
}
.listado-materias-actuales li {
  list-style: none;
}
.materias-actuales h3 {
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
}
#infointegrantes {
  text-align: center;
}
#infointegrantes h2 {
  font-family: "Playfair Display";
  font-weight: bolder;
  font-size: 1em;
}
.contenedor-integrantes {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin: 50px;
}
.contenedor-integrantes img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #92a380;
}
.contenedor-integrantes h3 {
  font-family: "Playfair Display";
  font-weight: 500;
}
article {
  padding: 20px;
}
footer {
  background-color: #e6e7d5;
}
footer .contenedor {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px;
}
footer .contenedor p {
  font-family: "Playfair Display";
  font-weight: lighter;
  font-size: small;
}
.texto1 {
  border: 2px solid #e7c794;
  text-align: center;
}
.texto2 {
  border: 2px solid #e7c794;
  text-align: center;
  padding-left: 5px;
}
