<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===== SITE COLORS ===== */
/*AZUL: #000066;*/
/*VERMELHO: #CC0000;*/
/*CINZA: #666;*/


/* ===== GENERAL STYLES ===== */
html {
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-width: 320px;
    height: 100%;
    background-color: #fff;
    color: #666;
    font-size: 100%;
}
a {
    text-decoration: none;
}
p {
    line-height: 1.4em;
    font-size: 1em;
}
h1 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1em;
}
h2 {
    font-size: 1.75em;
    line-height: 1em;
}
h3 {
    font-size: 1.5em;
    line-height: 1em;
}
.clearFix {
    overflow: hidden;
    clear: both;
}
.centerWrapper {
    position: relative;
    width: 86%;
    margin: 0 auto;
}
.t200 {
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}
.t300 {
    /* easeOutQuart */
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
       -moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
         -o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
            transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.t400 {
    -webkit-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -moz-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -ms-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
         -o-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 800px) {

}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1300px) {

}</pre></body></html>