@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    list-style: none;
    }

footer{
    
padding : 1em;
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content:space-around;
background-color: #d99e7f;
color: white;
text-align: center;
font-size: 0.5em;
line-height: 1.5em
}
#fadu{
    display: flex;
    padding: 0;

}
#fadu img{
    display: flex;
    width: 10em;
    padding: 0.5em;
    
    
}
footer p {
    
    margin: 0 auto;
    max-width: 50em;
    
}
header nav {
    background-color: #d99e7f;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    margin: 0;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    
}
header nav ul {
    list-style: none;
    padding 1em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 50
    
}
header nav ul li a {
    display flex;
    flex-wrap: wrap;
    padding: 0.5em;
    margin: 0;        
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    font-weight: 500;
}
header nav ul li a:hover{
    color:black;
    
}
#logo img{  
    display: flex;
    padding: 0.5em;
    width: 6em;
    

    
}

body {
    background-color: #3b3b3b;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: space-between;
    color: white;
}
main{
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
    color: white;
}

#cuerpo1{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding-bottom: 1em;
   
}
#logo1{ 
    flex-grow: 1;
    width: 100%;
    height: 120px;
}

#datosplan{
    max-width: 400px;
}
#datosplan h2{
margin: auto;
text-align: center;
width: 150px;
border-bottom: 2px solid #d99e7f;
line-height: 1.5em;
}
#datosplan p{
    margin: 10px;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: 500;
    
}


#cuerpo{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 80%;
    padding-bottom: 1em;
    
}
#cuerpo p{
    font size:1em;
}
    
#estudiantes a:link {
    text-decoration: none;
    color:white;
}

#estudiantes a:visited {
    text-decoration: none;
    color: white;
}
#estudiantes a:hover{
    color: #ce2020;
}
main h3 {
letter-spacing: 0.08em;
line-height: 2em; 
}
main h4 {
letter-spacing: 0.08em;
line-height: 2em; 
}
main h2{
    letter-spacing: 0.1em;
    line-height: 2em; 
}
main h1{
    color: white;
    font-size: 3em;
    line-height: 1.3em;
    letter-spacing: 0.03em;
}

#equipo{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 40%;
    min-width: 30%;
        
    
}
#equipo ul li{
    font-size: 0.8em;
    line-height: 1.5em;
    }
#uba{
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em;
    letter-spacing: 0.06em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    
}


body hr{
   opacity: 0.6;
    max-width: 25%;
    min width: 10%;
}