/* Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. */
html {
    font-family: 'Muli', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    font-family: 'Muli', sans-serif;
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}

.fonte {
    font-family: 'Muli', sans-serif;
    font-size: 120px;
    color: #336699;
}