body {
font-family: "Roboto", sans-serif;  
              width: 100%;
              margin:inherit
              
}

header {
        background-color: #00BFA5;
        padding:6%;
	   
}
      

#navegador {
   
    font-size: 80%;
    display: flex;
    flex-direction: row;
    padding-left: 10%; ]
    margin: 0%;
    
}

header ul li {
   background-color: #4286C6;
    padding:1em;
    color: antiquewhite;
    border-radius: 1em;
    list-style: none; 
    align-items: center;
    margin:.5em;
    padding-right: 0.5rem;
   
}
main {
    padding:3em;
    background-color: #4286C6;
    min-height: 100vh;
    
    
    
}
a {
    text-decoration: none;
    font-weight: 550;
    color: antiquewhite;
    font-size: 25vm;
}

h1 { 
    font-size: 1.8em;
    color: #00BFA5;
    margin:0em;
    
}
h2 {
    color:azure;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    padding-left: 0em;
    margin-bottom:1em;
    margin-top: 2em;
   
}
h3 {
    font-weight: 200;
    color:azure;
    font-size: 15.5px;
    margin-bottom: 0em;
    margin-top: 0em;
}
p {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    text-align: left;
    
}
h5 {
    color:azure;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    padding-left: 0em;
    margin-bottom:1em;
    margin-top: 2em;
   
}
#integrantes {
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     padding-left: 0em;  
    
}

main >p {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    text-align: left;
    margin-left: 0em;
    
}
main section ul li {
 background-color: #00BFA5;
    padding:1em;
    color: antiquewhite;
    border-radius: 1em;
    list-style: none; 
    text-align: center;
    align-items: center;
    flex-grow: 1;
    margin:.5em;
    
}
#docentes {
     display: flex;
     flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0em; 
}
.integrantes {
    background-color: #00BFA5;
    padding:1em;
    color: antiquewhite;
    border-radius: 1em;
    list-style: none; 
    text-align: center;
    align-items: center;
    flex-grow: 1;
    margin:.5em;
}

section p {
    text-align: justify;
    font-size: 12px;
    padding-left: 0em;
    margin:0em;
    
}
h4 {
   padding-left: 0em;
    margin-top: 2em;
    margin-bottom: 0em;
    margin:0em;
}
footer { background-color: cornflowerblue;
    font-size: 11px;
    padding-left: 6em;
    padding-right: 3em;
    padding-bottom: 2em;
    padding-top: 0em;
     margin-bottom: 0em;
    margin-top: 0em;
    text-align: justify;
}
