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

* {

    margin: 0%;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #F4F9A5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;

}

header {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em
}

footer {
    background-color: #B1B1B1;
}

/*menu*/
#logo {
    max-width: 100%;
    height: auto;
    margin-bottom:-30px;
}

header ul {

    list-style: none;
    display: flex;
}

header ul li {
    width: 100%;
    height: 2em;
    margin-top: 2em;
    display: flex;

}

header ul li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: black;
    border-radius: 20px;
    color: aliceblue;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    font-weight: bold;
    font-size: 60%;
    margin: 2px;
    
}
.perfil{
    display: flex;
    flex-direction: column;
}

.fotoperfil {
    display: flex;
    justify-content: center;
    width: 70vw;
    height: 70vw;
    max-width: 90%;
    max-height: 70%;
    margin: auto;
    border-radius: 50%;
}

.redes {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    justify-content: center;
}

.redes img {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
}

/*link catedras*/
main div ul {
    list-style: none;
}

main div ul li a {
    text-decoration: none;
    color: #808282;

}

main section ul {
    list-style: none;
}

/*título nombre*/
h2 {
    font-size: 2em;
    font-weight: 700;
}

/*comitente titulo*/
h3 {
    margin-top: 15px;
    background-color: #B1B1B1;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    }
.integrantes li {
    color: #808282;
}

.docentes li {
    color: #808282;
}

.datos li {
    font-size: .9em;
}

.datos a {
    text-decoration: none;
    color: #808282;
}

article p {
    font-size: .9em;
    margin-top: 10px;
}

h4{
    margin-top: 10px;
}
#titulos {
    margin-bottom: 10px;
    background-color: #B1B1B1;
    text-align: center;
    border-radius: 20px;
}


/*legales*/
footer {
    padding: 1rem;
    color: white;
    font-size: .7em;
    margin-top: 2rem;
}
