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


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    background:url(../imagenes/forest.jpg);
    background-repeat: no-repeat;
    }


/*Nav*/

nav {
    background-color: #fbc02d;
    padding: 20px;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    }


nav ul {
    display: flex;
    font-size:25px;
    font-weight: 400;
    }


nav ul li a {
    text-decoration: none;
    color: white;
    padding-left: 15px;
    font-size: 18px;
    }


nav ul li a:hover {
    font-weight: 800;
    color: #373737;
    }


/*Main*/


main {
    margin: 30px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    }


main h1 {
    font-size: 20px;
    }


main h2 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
    }


.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    }


/*Materias Aprobadas y Materias en Curso*/



.mats {
    display: flex;    
    flex-wrap: wrap;
    flex-direction: row;
    margin: auto;
    margin-top: 30px;
    color:white;
    }


.aprobadas {
    min-width: 150px;
    }


h3 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
    }


main ul li {
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
    }


footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #373737;
    padding: 20px;
    color: white;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    }


footer p {
    max-width: 80%;
    display: flex;
    font-weight: 100%;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    }


footer ul {
    display: flex;
    align-items: center;
    margin: auto;
    flex-shrink: 0;
    }


footer ul li a {
    align-items: center;
    }

.companeras {
   align-items: center;
    }


/*Imágenes*/


img {
    max-width: 80%;
    }


.iconito {
    margin-left: 0.5em;
    max-width: 40%;
    }


.fotofadu {
    width: 60px;
    }


.fotouba {
    width: 40px;
    }


.fotodgpc {
    width: 50px;
    margin-left: 10px;
    }