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

body {
font-family: 'Lato', sans-serif;
margin: 0;
box-sizing:border-box;
padding: 1em;
}
 
h1 {
font-weight: bold;
}
 
h2,
h3,
h5 {
text-align: center;
}

h5 {
color: black;
font-weight: normal;
}
 

.contenedora {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
}
 
 
.logodgpc img {
height: 2em;
}

.materiasgeneral ul li {
    list-style: none;
    justify-content: center;

}
nav ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
 
nav ul li a {
display: flex;
background-color: rgb(6, 75, 75);
border-radius: 0.3em;
text-decoration: none;
text-align: center;
color: white;
margin: 0.2em;
padding: 0.35em .5em .35em .5em;
}

nav ul li a:hover{
    justify-content: center;
    background-color: rgb(121, 185, 185);
    width: 9em;
}

#mockup{
    justify-content: center;
}
 
.perfil{
display: flex;
justify-content: center;
background-color: rgb(121, 185, 185);
color: rgb(0, 0, 0);
padding-bottom: 2em;
padding-top: 2em;
width: 100%;
flex-direction: column;
border-radius: 0.6em;
}
 
.datospersonales {
display: flex;
justify-content:center;
align-items: center;
flex-direction: column;
width: 100%;
}
 
#avatar {
width: 50%;
border-radius: 0.6em;
box-shadow: 10px 10px 10px rgba(14, 14, 14, 0.35)
}
 
.alumno {
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
}
 
.informacion{
text-align: center;
padding-top: 1em;
width: 100%;
}

.materiasgeneral {
display: flex;
justify-content: center;
flex-direction: column;
}
 
.materias {
display: block;
justify-content: center;
flex-direction: column;
width: 100%;
padding-top: 1em;
}
 
.aprobadas {
display: block;
width: 13em ;
height: 18.5em;
padding: 2em 2em 2em 2em;
margin: 0 auto;
color: rgb(0, 0, 0);
margin-top: 2em;
background: rgb(121, 185, 185);
border-radius: 0.6em;
border: 1px solid;
box-shadow: 10px 10px 10px rgba(14, 14, 14, 0.35)
}
 
.cursando {
display: block;
width: 13em;
height: 18.5em;
padding: 2em 2em 2em 2em;
margin: 0 auto;
margin-top: 2em;
color: rgb(0, 0, 0);
background: rgb(121, 185, 185);
border-radius: 0.6em;
border: 1px solid;
box-shadow: 10px 10px 10px rgba(14, 14, 14, 0.35)
}
 
.equipovm32{
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
 
#vm32{
padding-top: 3em;
}
 
#equiponaveg {
display: flex;
flex-direction: column;
align-content: center;
text-align: center;
}
 
#equiponaveg li a {
padding: 1em 4em 1em 4em;
justify-content: center;
}
 
#trabajo {
padding-top: 3em;
margin: auto;
}
 


.materiasgeneral {
padding-bottom: 3em;
}

#fadu img {
height: 4em;
justify-content: center;
}
 
#uba img {
height: 4em;
}
 
#dgpc img {
height: 4em;
}
 
#uba {
padding: 2em 2em 2em 2em;
background: rgb(183, 228, 228);
color: rgb(0, 0, 0);
}
 
#uba a {
display: flex;
justify-content: center;
}
 
 
#fadu {
padding: 2em 2em 2em 2em;
background: rgb(147, 182, 182);
color: rgb(0, 0, 0);
}
 
#fadu a {
display: flex;
justify-content: center;
}
 
#dgpc {
padding: 2em 2em 2em 2em;
background: rgb(125, 163, 163);
color: rgb(0, 0, 0);
}
 
#dgpc a {
display: flex;
justify-content: center;
}

 
 
footer{
background-color: rgb(35, 66, 66);
color: rgb(255, 255, 255);
font-size: .7em;
padding: 1em 2em 1em 2em;
border-radius: 0.3em;
border: 1px solid;
}
 
 
 @media screen and (min-width: 768px) {

.contenedora{
display: flex;
flex-direction: row;
justify-content:space-between;
max-width: 100%
}
.perfil{
flex-direction: row;
justify-content:space-between;
}
 
.informacion{
text-align: left;
}
#avatar{
width: 50%;
}
 
.materias{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: baseline;
}

h1{
font-size: 40px
}

@media screen and (min-width: 1200px) {
 
.contenedora {
max-width: 100%;
flex-direction: row;}
}
 
.logodgpc {
display: flex;
justify-content: flex-start;
}

.aprobadas,
.cursando{
width: 18em;
}

#equiponaveg  {
flex-direction: row;
justify-content: center;
}
 
.datosacademicos {
display: flex;
flex-direction: row;
justify-content: center;
padding: 2em 2em 2em 2em;
border-radius: 0.3em;
}
 
#uba a,
#fadu a,
#dgpc a {
justify-content: flex-start;
}
 
.ubatexto,
.fadutexto,
.dgpctexto *{
text-align: left;
}
 
h1{
    font-size: 32px
    }

 }