@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');
h1 {
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 7rem;
}
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;
}
h2 {
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    text-align: center;
}
.negrita {
    color: #C77960;
    font-weight: 400;
    font-size: 1.5rem;
}
.titulo {
    color: #C77960;
    font-weight: 400;
    font-size: 2.3rem;
}
h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.5rem;
    padding: 3.5rem 2rem 1rem 2rem;
}
