body {
    font-family: 'DM Sans Regular', sans-serif;
    max-width: 90%;
    margin: 7%;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer {
    margin: 5vh 0;
}

address {
    font-family: 'DM Sans Medium';
    font-style: normal;
    line-height: 120%;
    margin-bottom: 2em;
}

h1 {
    font-family: 'DM Sans regular', sans-serif;
    font-size: 2.2em;
    line-height: 120%;
}
h2 {
    font-family: 'DM Sans regular', sans-serif;
    font-size: 1.4em;
    line-height: 120%;

}

p {
    font-family: 'DM Sans Medium';
    font-style: normal;
    line-height: 130%;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.contenedor {
    max-width: 920px;
    margin-bottom: 5%;
}

.logo {
    max-width: 400px;
    margin-bottom: 7vh;
}


@media (max-width: 720px) {
    h1 {
        font-size: 1.4em;
        font-family: 'DM Sans Regular', sans-serif;
        line-height: 130%;
    }
    h2 {
        font-size: 1.1em;
        line-height: 130%;
    }

    .contenedor {
        max-width: 90%;
        margin-bottom: 5vh;
    }

    .logo {
        max-width: 250px;
        margin: 15% 0px;
    }
}