@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');
header {
    background: url(../img/fondoback.jpg);
    background-size: cover;
    padding: 01rem;
}
h1 {
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 7rem;
    opacity: 0.8;
}
nav ul {
    background: #C77960;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: -2.5rem;
}
nav ul li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    padding: 1rem;
    align-content: center;
    font-weight: 400;
    text-align: center;
}
nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: white;
    background-color: #C77960;
    padding: 1rem 2rem 1rem 2rem;
}
nav ul li a:hover {
    color: #58595B;
    background-color: #DFE0E1;
}
.alumnos1 {
    align-self: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.integrantes article {
    margin align-items: center;
    padding: 0.2rem
}
.integrantes img {
    align-items: center;
    padding: 0rem 3rem 0rem 3rem;
}
.integrantes img:hover {
    opacity: .5;
}
h2 {
    color: #C77960;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0.5rem;
    font-size: 1rem;
    text-align: center;
}
h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: #58595B;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.5rem;
}
h4 {
    margin-top: 0rem;
    color: #58595B;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}
h5 {
    margin-top: -1rem;
    color: #C77960;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 2rem;
}
h6 {
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 0.7rem;
    text-align: center;
}
.negrita {
    color: #58595B;
    font-weight: 400;
}
