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


body {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}


main {
    background-color: #f4f4f4;
    border-radius: 1em;
    padding-top: 4em
}


/*---menu arriba----*/

header {

    background-color: #B5C1BB;
    text-align: left;
    max-width: 100%;
    color: white;
    display: flex;
}

header div nav ul li a {
    color: white;
    text-decoration: none;

}



.contenedor {
    padding: .5em;

}


.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
}

#menu {
    padding: 0 .7em 0 .7em;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#logomenu {
    width: 3rem;
    margin: auto 1% auto 2%;
}



/*---presentacion----*/


.avatar {
    border-radius: 10rem;
    border: solid rgba(43, 43, 67, 0.63) .2rem;
    margin-left: auto;
    margin-right: auto;
    width: 18rem;
   
}

li > a {
    color: #4A5F6E;
    text-decoration-line: underline;
    text-decoration-color: rgba(43, 43, 67, 0.63) .7em;
    padding: .3em .3em .3em .3em;
}

.presentacion {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.redes {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid rgba(43, 43, 67, 0.63) .1rem;
    padding-bottom: 1em;
    padding-top: 1em;
}

#facebook {
    width: 2rem;
    border-radius: 10rem;
    margin-right: 1em;
}

#instagram {
    width: 2.4rem;
    border-radius: 10rem;
    margin-left: 1em;
}


h1 {
    font-weight: 700;
    font-size: 1.5em;
    color: #4A5F6E;
    margin-top: 1rem;

}


.materias {
    background-color: #4A5F6E;
    color: #ffff;
    border-radius: 1em;
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2em 1em 4em 10%;

}

#titulo {
    color: #ffff;
    border-bottom: solid .06rem;
    margin-right: 5%;
}

.nivel {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 15%;
    padding-left: 5%;

}

#nivel1 {
    padding-left: -5%;
    padding-right: 3em;
    align-self: flex-start;
}

#nivel2 {
    padding-right: 3em;
    align-self: flex-start
}

#nivel3 {
    align-self: flex-start
}

#nivel {
    padding-top: 1.5em;
    line-height: 1em;
    border-bottom: solid rgba(43, 43, 67, 0.63) .1em;
    padding-bottom: .6em;
}



/*----equipo----*/

.seccionequipo {
    margin: 2em 2% 2em 5%;
    display: flex;
    flex-direction: column;
    padding: 0 1% 4em 0;
    flex-wrap: wrap;
}

.equipo {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
   }


h3 {
    text-align: left;
    font-size: 1em;
    color: #4A5F6E;
    border-bottom: solid .06rem;
     }
    
/*-----integrantes-----*/

#integrantes {
   background: rgba(255, 255, 255, 0.83);
    border-radius: 1em;
    padding: 1.4em;
    margin: 0 auto 1em auto;
    max-width: 40em;
}

#titulointegrante {
    font-size: 1.2em;
    color: navy;
    text-align: left;
    padding-bottom: .7em;
    border-bottom: solid .03em navy;
    align-self: flex-start;
}

.integrantes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 2em;
}

#integrante {
    display: flex;
    align-items: center;
    align-items: center;
    text-align: center;
}

#nombres {
    font-size: .9em;
    padding: .6em 0 2em 0
}



main .integrantes img {
    width: 5rem;
    border-radius: 50%;
    border: solid #b5b5b5 .16em;
}


/*----pertenencia académica----*/


.pertenencia {
    margin: 0 1em 2em 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0 2em 4em 2%;
    flex-wrap: wrap;
}

#pertenencia {
    text-align: left;
    
}


h4 {
     text-align: left;
    font-size: 1em;
    color: #4A5F6E;
    border-bottom: solid .06rem;
}




#aclaracion {
    font-size: 0.8em;
}



.uba {

    border-bottom: solid rgba(43, 43, 67, 0.63) .06rem;
    border-bottom-width: thin;
    padding-top: 2em;

}

#imagenpertenencia {
    width: 10rem;
    height: auto;
    margin: .8em 0 .3em 0;

}

#imagenpertenenciadgpc {
    width: 8rem;
    height: auto;
    margin: .8em 0 .3em 0;

}



footer {
    background-color: dimgrey;
    color: whitesmoke;
    max-width: 100%;

}

footer p {
    padding: 1em;
    margin: 3em 2em;
    text-align: left;
    font-size: .8em;

}

