
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');



/* ----------- reglas generales y módulos ----------- */

* {
    box-sizing: border-box;
}

body {
    background-color: #E8EBF7;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    list-style: none;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    
}




img {
    max-width: 100%;
    height: auto;
}



.contenedor,
main > section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}



h1 {
    font-size: 2em;
    margin: 0;
    }


h2 {
    font-size: 1,5em;
    margin: 1;
}



h3 {
    font-size: 1,5em;
    margin: 1;
}



h4 {
    color: darkslategray;
}


a {
    text-decoration: none;
}


p {
    color:#383636;
   }






/* ----------- header ----------- */

header{
    background-color: rgba(248, 51, 60, 1); 
}


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

nav ul {
    list-style: none;
    margin: 0;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

nav ul li {
    flex-basis: 18.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;
}

nav ul li a:hover {
    background-color: #E8EBF7;
    color: dimgrey;
}


.avatarheader {
    height: 7em;
} 



/* ----------- main ----------- */



.avatar {
    border-radius: 50%;
    height: 9em;
} 


.mayra {
    color:rgba(54, 58, 60, 1);
    
}

#alumno2{
    display: flex;
    align-items: flex-end;
}


section.materias {
    background-color: whitesmoke;
}

section ul li a {
     color: darkslateblue;
}

section.comitente {
    background-color: whitesmoke;
}




section ul li a:hover {
     background-color: #E8EBF7;
     color: gray
}



section.comitente,
section.equipo{
    background-color: whitesmoke;
}

 
section.pertenencia {
    border-style:dotted;
}


.ubalogo{
    height: 5em;
}

.fadulogo{
    height: 5em;
}

section.logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}





/* ----------- footer ----------- */


footer {
    background-color:#ACBED8;
}


footer  {
    padding: 1em;
    font-family:sans-serif;
        
}



/* ----------- plan ----------- */

article.plan {
    background-color: whitesmoke;
}


.plan,
main > section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}




/* ----------- mapa ----------- */


article.mapa{
    background-color: whitesmoke;
}


.mapa,
main > section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}

