<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* STRUCTURE */
.wrapper.medium {
    max-width: 960px;
    text-align: left;
}

.main {
    float: left;
    width: 660px;
    padding-bottom: 200px;
}
.main::after {
    clear: both
}
.fixed-menu {
    position:fixed;
    top:75px
}
#nav-menu {
    box-sizing: border-box;
    float: right;
    padding-left: 60px;
    padding-top: 192px;
    width: 280px;
}
.hide-menu {
    opacity: 0;
}
.main h3 {
    margin-bottom: 0;
}
.main h3 + p {
    margin-top: 0;
}
nav.legal{
    width: 300px;
    transition: opacity .3s;
}
nav.legal ul.navigation {
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    font-size: .9em;
    line-height: 1em;
    list-style: none;
}
ul.navigation li {
    margin-bottom: 1.2em;
}
ul.navigation li a {
    padding: 5px 12px;
}
ul.navigation li a:hover, ul.navigation li a:visited {
    color: #09C;
}
li#nav-title {
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
    }
a.active {
    border-left: solid 3px;
    margin-left: -3px;
    transition: initial;
    font-weight: 600;
}
.no-show  {
    display: none
}
/* SIZE */
@media screen and (max-width: 1024px) {
    .main {
        float: none;
        width: 100%;
        padding-bottom: 100px;
    }
    .fixed-menu {
        position:relative;
    }
    #nav-menu {
        float: none;
        padding: 0;
        width: 100%;
    }
    nav.legal {
        width: 100%;
        margin-top: 21px;
        margin-bottom: 22px;
    }
    nav.legal ul.navigation {
        line-height: normal;
    }
    ul.navigation::before {
        content: 'T\00f3picos:';
        display: block;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 10px;
    }
    ul.navigation li {
        background-color: #EEE;
        border-radius: 4px;
        display: inline-block;
        margin: 5px 10px 5px 0;
        padding: 4px 4px;
    }
    ul.navigation li#nav-title {    /* FIX */
    display: none
    }

    .medium ul.navigation li a, .medium ul.navigation li a:visited, .medium ul.navigation li a:hover {
        color: #555;
    }
    a.active {                  /* FIX */
        border-left: none;
        margin-left: 0;
        font-weight: normal;
    }
    .button-float {
        background-color: #FCFCFC;
        border-radius: 100%;
        bottom: 20px;
        box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.2);
        cursor: pointer;
        font-size: 2em;
        height: 60px;
        padding-top: 15px;
        position: fixed;
        right: 20px;
        text-align: center;
        width: 60px;
        z-index: 1;
    }
    .button-float a {
        color: #999
    }
}
</pre></body></html>