* {
    font-family: 'Lato';
}


h1 {

    text-align: center;
    font-size: calc(1.8rem + 1vw);
    display: block;
    margin: 0px auto;

}

h2 {
    font-size: calc(0.8rem + 1vw);
}

h3 {
    font-size: calc(0.8rem + 0.5vw)
}

h4,
h5,
h6 {
    text-align: start;
}

p {
    font-size: calc(0.8rem + 1vw);
    line-height: 1.2;
}

strong {
    font-weight: 900;
}

.underline {
    text-decoration: underline;
}

.negrito {
    font-weight: 300;
}

.italico {
    font-style: italic;
    color: red;
    font-size: 25px;
}

.space {
    padding: 10px 0px 10px 0px
}

ul>li {
    font-size: calc(0.8rem + 1vw);
    line-height: 1.2;
}

code {
    font-size: calc(1rem + 1vw);
    line-height: 1.2;
    color: black;
}