@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    list-style: none;
    text-decoration: none;

}

body {
    background-color: whitesmoke;
}



#imgperfil {
    width:13em;
    height:13em;
    border-radius:13em;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);
    margin-bottom: 1em;
}


.perfil {
    text-align: center;
    
}
.perfil h1 { 
    padding: 1em 0em 1em 0em;
    font-size: 1.3em;
    margin: 0.5em 0em 0em 0em;
    font-family: 'Lato', sans-serif;
    letter-spacing:0.1em;
    
}


.links {
    display: flex;
    justify-content: center;
    align-content: space-around;
}
.links img {
    width: 2.4em;
    height: auto;
    margin: 0em 0.4em 0 0.4em;
}

#infopropia {
    align-items: center;
    display: flex;
    flex-direction: column;
}
    
 #infoacademica {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}

.info2 { 
    background-color: white;
    border-radius: 1em;
    padding: 1.5em; 
    margin: 1em;
    width: 18em;
    height: auto;
    color: #a2a2a2;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);;
    
} 

h3 {
    font-size: 1.35em;
    color: #191818; 
    margin-bottom: 1em;
}

footer p {
    color: whitesmoke;
    font-size: 0.65em;
    padding: 3em 2em;
    text-align: center;
}

.logofooter {
    max-height: 3.9em;
    padding-bottom: 0.8em;
}

.facultad li {
    margin: 0.3em 0em 1em 0em;
    text-align: left;
    border-bottom: solid 0.01em #191818;
    padding-bottom: 1.5em;
    width: 18em
}

.facultad ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.5em;
    align-items: center;
    flex-direction: column;
}

.facultad ul p {
    font-size: 0.73em;
}

main {
    margin: auto;
    padding: 1.5em;
    
}


header,
footer {
    background-color: #191818;
}

header {
    padding: 0.5em;
}

header > ul {
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    display: flex;
    

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

nav {
    width: 100%;
    margin-left: 1em;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: .25em;
    background-color: rgba(0, 0, 0, 0.2);
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

nav ul li {
    flex-basis: 24.5%;
}

nav ul li a {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .125em .5em;
    border-radius: 4px;
}

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