html {
    font-size: 16px
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}
main {
    flex: 1;
    background-color: white;
    /* border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

h1 {
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
    line-height: 124%
}

h2 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

h3 {
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 124%
}

h4 {
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 132%
}

p {
    font-size: 1em;
}

li {
    font-size: 1em;
        padding-bottom: 0.6em;
}

.columna-3 li {
    font-size: .8em;
}
a {
    color: #c33
}

a:hover {
    color: #c33;
    text-decoration: underline;
}

footer a {
    color: #fff;
}


.logo-superior{    width: 300px;    height: auto;}

