/* Tipografia centralizada. */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
    font-family: Nunito, sans-serif;
    /* letter-spacing: 1px; */
}

h1 {
    font-size: 2.5em;
    line-height: 45px;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.5em;
}

h4,
h6 p,
blockquote,
ul,
fieldset,
form,
ol,
dl,
dir,
menu {
    font-size: 1em;
}

h1,
h2 {

    font-weight: 700;
}

h3,
h4 {
    font-weight: 700;
}

h5 {
    font-size: 0.875em;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

small,
sub,
sup {
    font-weight: 400;
    font-size: 0.625em;
    color: rgba(51, 51, 51, 0.50);
    line-height: 15px
}


@media print {
    h1 {
        page-break-before: always
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid
    }

    ul,
    ol,
    dl {
        page-break-before: avoid
    }
}