


body {
margin: 0;
    font-family: roboto;
       

}


.contenedora {
    display: flex;
    flex-direction: column;
    margin: .5em;
    
}

.logodgpc {
    width: 7em;
}


nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

    
}


nav ul li a {
    display: flex;
    background-color: black;
    border-radius: 0.3em;
    text-decoration: none;
    text-align: center;
    color: white;
    margin: 0.3em;
    padding: 0.2em .4em .2em .4em;    
}

nav ul li a:hover {
    color: black;
    background-color: aquamarine;

}

#navequipo {
    display: flex;
    flex-direction: column;
    align-content: center;
      
    
}

#navequipo a {
    padding: .2em 4em .2em 4em;
    
}

.perfil{
    display: flex;
    justify-content: center;
    background-color: aquamarine;
    padding-bottom: 2em;
    padding-top: 2em;
}

.paloma {
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    
}

#avatar {
    width: 250px;
}


.behance {
    padding-top: 1em;
    width: 2.5em;
    
}



.materias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
    
}

.aprobadas {
    padding-left: 2.5em;
    color: white;
    background: blue;
    width: 270px;
    height: 260px;
    margin: auto;
    margin-top: 3em;
    
}


.cursando {
    padding-left: 2.5em;;
    margin-top: 2em;
    color: white;
    background: blue;
    width: 270px;
    height: 150px;
    margin: auto;
    margin-top: 1em;
    
    
}

main h3 {
    text-align: center;
    margin-top: 3em;

}

#individual img {
    width: 90%;
    margin: 1em;

}



#fadu a img {
    width: 14em;
}

#uba a img {
    width: 4.5em;
}

#dgpc a img {
    width: 6.5em;
}


.autoridades {
    border-bottom: solid .1em #ffff;
    width: 95%;

}



#uba {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-top: 2em;
    background: black;
    color: white;
}



#fadu {
    padding-bottom: 3em;
    padding-left: 1em;
    background: black;
    color: white;
}



#dgpc {
    padding-bottom: 3em;
    padding-left: 1em;
    background: black;
    color: white;
}





footer{
    background-color: aquamarine;
    color: black;
    font-size: .7em;
    padding: 1em 2em 1em 2em;
}


@media screen and (min-width: 768px) {

    
    .paloma {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        
        }
    
    .alumno {
        display: flex;
        flex-direction: column;
        margin-left: 1.5em;
        align-content:flex-end;
        }
    
    .perfil {
        padding-bottom: 5em;
        padding-top: 5em;
    }
    
    
     .contenedora {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    }
    
    
    .materias {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        margin: 2.5em;
        
        
        }
    
    
    .aprobadas {
        margin: 0;
        
        }


    .cursando {
        min-height: 260px;
        margin:0;
        margin-left: 1em;
        

       }
    
    
    
    
    
}

@media screen and (min-width: 992px) {
    
    .contenedora {
    margin-right: 2em;
    margin-left: 2em;
    }
    
    
    .perfil {
        padding-top: 8em;
        padding-bottom: 8em;
    }
    
    
    
        #navequipo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    }
        
        #navequipo a {
        width: 200px;
        text-align: center;
        margin: .4em;
        }
    
    
 

    
    @media screen and (min-width: 1200px) {
        
    
        
    .academicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:baseline;
    background-color: black;

    
    }
    
    #uba {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 2em;
    margin-left: 1em;
    

    }

    
#fadu {
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
    margin-left: 1em;
    
    }



#dgpc {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 2em;
    margin-left: 1em;
    }
    
    .autoridades {
    border-bottom: 0;
    }
}

}









