<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
</style>

ul {
  list-style-type: none;
    padding: 0;
}

ul li{
  list-style-type: none;
    padding: 0;
}


body {
    background: #eee;
    margin: 0;
    padding: 0;
}

.contenedor {
    background-color: #000000;
    
    display: flex;
    align-items: center;
    
    
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 50px
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.contenedor ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #ffffff
    
}
.contenedor ul li a:hover {
   text-decoration:underline;
}


.menu {
    width: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:70px;
    margin: auto;
    min-height: 30vh;  
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 6.5vh;
    color: #000000;
    margin: 0;
    
}

h2{
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 4vh;
  }

h4{ 
    font-weight: 800;
    font-size: 100%;
    color: #000000;
    margin: 0;
    
}

.proyecto {
    width: 320px;
}
p {text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top:6px;
}
.midescripcion{
    width: 320px;
    margin:0;
}

.grupito {
    text-align: center;
    margin-top: 70px;
    font-size: 100%;
    font-weight: 600;
    color: #000000;
}
.nosotros {
    padding: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    
}
.nosotros li {
    display: inline-block;
    width: 190px;
    padding: 10px;
    
}
.nosotros li img {
    width: 150px;
    border-radius: 100%;
    border: 2px solid #eee;
}

.nosotros li img:hover {
   border: 2px solid #000;
}
.nosotros li a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;;
    font-size: 2.8vh;
    color: #000;
    font-weight: 600;
}

.materias{
    padding: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.informacion { 
    text-align: center;
    background-color: darkgrey;
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding: 0;
}
.informacion ul li {
    list-style: none;
    display: flex;
    display: inline-block;
    margin-top: 10px;
}


.uba {
    width: 150px;
    float: left;
}
.fadu {
    width: 150px;
    float: left;
}
.dgpc {
    width: 80px;
    float: left;
}

.uno {
    font-size: 10px;
    text-align: center;
    text-align: left;
    width: 100%;
    padding-right:

}
.dos {
    font-size: 10px;
    text-align: center;
    width: 72%;
    margin-left: 90px;
}
.tres {
    font-size: 10px;
    text-align: center;
    width: 90%;
    margin-left: 10px;
}

footer {
    font-size: 70%;
    margin-top: 50;
    font-weight: 500;
    margin: 10px;
    text-align: center;
    color: #000000
}
.boton { text-decoration: none;
     text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 0px;
    }

.boton li a {
    border-color: #000;
    border-radius: 25px;
     border: 1.5px solid #000;
    text-decoration: none;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.boton li a:hover{
    background-color:#000;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.otrosintegrantes {
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
   
}