* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: lightcoral;
    min-height: 100vh;
    display: flex;
    flex-direction:column;
    justify-content:center;
}

header {
    background-color:lightcoral;
    padding: .6em;
    padding-left: 3%;
    padding-right: 3%;
    height: 3em;
    display: flex;
    justify-content:center;
    align-items:center;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 1,5em; 
    margin: 0em;
    padding: .5em;
    align-items: center;
    line-height: 1,5em;
    list-style:none;
}

header nav ul li a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-left: 1.5em;
}

header nav ul li a:hover {
    border-bottom: 1.5px solid #fff;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-left: 1.5em;
}

h1{ font-family:"Montserrat";
    margin: 1em;
    padding: 0em;
    font-size: 2em;
    line-height: 0.em;
    text-align: center;
}

article {
    display: block;
}

main {
    flex-grow: 1;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    text-align: center;
    padding: 2em 2em;
}

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

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

h2 {
    text-align: center;
    font-size: 1.4em;
    color:lightblue;
    font-style: normal;
    margin-bottom: .8em;
    margin-top: 1.9em;
 }

.p presentacion {
    font-size: 1em;
    margin-bottom: 1em;
}

h3 { display: flex;
    flex-direction: column;
    font-size: 2em;
    margin-top: 1.3em;
    color: lightblue;
}
main article ul {
    list-style: none;
}
.materias ul li {
    margin: 0.5em;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1em;
}

#integrantes ul {
    list-style: none;
}

#integrantes ul li {
    padding: .7em;
    width: 100%;
    align-content: center;
}
#integrantes ul li a {
    text-decoration: none;
    color: white;
    background-color: lightcoral;
    background-position: center;
    padding: .3em;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    max-width: 15em;
    height: auto;
    border-radius: .3em;
    margin: auto;
    font-size: 1.2em;
}
.academico {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0 2em;
    padding-top: 2em;
    font-size: .5em;
}
.academico > div {
    margin: 0 2em;
    padding: 0.5em;
}
.academico img {
    display: flex;
    flex-wrap: wrap;
    width: 32em;
}
.academico p {
  
    font-size: 1.6em;
    color: black;
}
.academico h3 { 
    display: flex;
    font-size: 2em;
    padding: 1em;
}

footer {
    font-size: 75%;
    color: white;
    background-color: lightcoral;
    padding: 1.6em;
    text-align: center;
    }