body{
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.integrantes {
  background-color: #ffffff;
  width: 50rem;
  margin: 0 auto;
  padding: 0.2rem 0;
  border-radius: 0.5rem;
  height: 8rem;

}
nav {
  align-items: center;
  background-color: #333;
  padding: 10px 0;
  border-radius: 0.5rem;
}

nav ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex; 
  justify-content: center; 
}
nav ul li a {
  display: block;
  color: white; 
  text-align: center;
  padding: 14px 20px;
  text-decoration: none; 
  transition: background-color 0.3s; 
  border-radius: 0.5rem;
  margin-left: 1rem;
  margin-right: 1.2rem;
}

nav ul li a:hover {
  background-color: #769bff; 
  border-radius: 0.5rem;
}

.integrantes h2 {
    color: #769bff;
    text-align: center;
}

.integrantes ul {
  list-style-type: none; 
  margin: 0;
  padding: 0 10px;
  display: flex; 
  justify-content: center; 
}

.integrantes ul a {
  color: #ffffff;
  background-color: #333;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none; 
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.3s;
  transition: shape-outside 0.3s;
}

.integrantes ul a:hover {
  background-color: #769bff;
}

.estudiante1, .estudiante2, .estudiante3 {
  margin-left: 1rem;
  margin-right: 1.2rem;
}

.perfil {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 340px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px #0000000e;
  border-radius: 1rem;
}

section h1{
    color: #769bff;
    font-size: 30px;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

aside {
  border-radius: 0 0 1rem 1rem;
  width: 250px;
  height: 43px;
  background-color:#769bff;
  align-content: center;
}

aside p {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    border-radius: 1rem;
}

.materias h2 {
  text-align: center;
  color: #769bff;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

.materias h3 {
  text-align: center;
  color: #769bff;
  font-weight: 300;
  font-style: italic;
  margin-top: 0.1rem;
}

.contenedor {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 20px;
}


.contenedor article {
  margin: 0 0 1rem;
  width: 300px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 10px 10px #0000000e;
  transition: transform 0.3s ease-in-out;
}

.contenedor article:hover {
  transform: scale(1.03);
}

.contenedor p {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #769bff;
  border-radius: 1rem 1rem 0 0 ;
  margin-block-start: 0;
  width: 300px;
  height: 50px;
  align-content: center;
}


article ul {
  padding: 0.2rem;
  text-decoration: none;
  text-align: left;
}

article ul ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1.5rem;
}

.sin-empezar {
  color: #c0c0c0;
}

.cursando {
  color: #f5a022;
}
article ol svg {
  color: #4CAF50;
  padding-right: 1.5rem;
}


.datos {
  width: 1255px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 25px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 10px 10px #0000000e;
}

.datos h4 {
  color: #769bff;
}

.uba {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.uba h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.uba p {
   margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.fadu {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.fadu h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.fadu p {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.catedra {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.catedra h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
} 

.catedra p {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}


.equipo {
  text-align: center;
}

.equipo h4 {
  margin-bottom: 0.2rem;
}

.equipo p {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.equipo h4 {
  color: #769bff;
}
footer {
  background-color: #333;
  width: auto;
  height: 70px;
  align-content: center;
  margin-top: 1rem;
}

footer p {
 text-align: center;
 color: #ffffff;
 font-size: small;
 font-style: italic;
}
