* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0rem;
  color: hsl(0,0%,6.27%);
  background-color: hsl(11, 22%, 90%);
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

main {
  margin-left: 6rem;
  margin-right: 6rem;
}

.contenedora-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: hsl(262, 91%, 87%);
 }

.menu {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

header nav a {
  background-color: hsl(0,0%,6.27%);
  color: hsl(13.33,10.11%,82.55%);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 6rem;
  border-radius: 0.25rem;
  padding-block: 0.25rem;
  text-align: center;
}

#logo a {
  background-color: hsl(0,0%,6.27%);
  color: hsl(13.33,10.11%,82.55%);
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 6rem;
  border-radius: 0.25rem;
  padding-block: 0.25rem;
  text-align: center;
}

section {
  font-size: 1rem;
}

.titulos {
  color: hsl(167.44,39.45%,21.37%);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-bottom: 3px solid;
  padding-bottom: 0.5rem;
}

#personal {
  display: flex;
  flex-direction: column;
}

#personal-info {
  display: flex;
  justify-content: space-around;
  font-size: 1.25rem;
}

#personal-info img {
  height: 25rem;
  width: 25rem;
  margin-right: 2rem;
}

#personal-info h3 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* #portfolio a {
  display: block;
  width: 8rem;
  border-radius: 1.5rem;
  padding-block: 0.25rem;
  text-align: center;
  background-color: hsl(262, 91%, 87%);
  color: hsl(0,0%,6.27%);
  text-decoration: none;
} */

#academicos {
  display: flex;
  flex-direction: column;
}

#academicos-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.academicos-info-particular {
  display: flex;
  flex-direction: column;
}

.academicos-logos img {
  height: 3rem;
}

#materias {
  display: flex;
  flex-direction: column;
}

#materias-info {
  display: flex;
  justify-content: space-between;
}

ul {
  list-style: none;
}

.contenedora-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: hsl(0,0%,6.27%);
  color: white;
}
