/* begin reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-size: 0px;
    height: 100%;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/* end reset */

.conteudo {
    position: relative;
}
.conteudo > img {
    width: 100%;
    height: auto;
    display: block;
}
.conteudo > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.conteudo > div:before {
    width: 0%;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.video.conteudo > div:before {
    float: left;
}
.conteudo > div > div {
    display: inline-block;
    vertical-align: middle;
}
#topo {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#topo > div > div {
    width: 81.5%;
    text-align: left;
}
#topo > div > div > h1 {
    color: #8c3c8c;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 3.48em;
    padding: 0.5em 0 0;
    line-height: 1em;
    letter-spacing: -0.02em;
}
#topo > div > div > p {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ddd;
    padding-top: 1em;
    display: none;
}
#topo > div > div > .tocar {
    width: 6.8em;
    height: 6.8em;
    border-radius: 8em;
    border: 0.4em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    display: none;
}
#topo > div > div > .tocar:before {
    content: '';
    border: 2em solid transparent;
    border-left: 3em solid #fff;
    border-left-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2em 0 0 -1em;
}
#topo > div > div > .tocar:hover {
    border-color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
#topo > div > div > .tocar:hover:before {
    border-left-color: #fff;
}
#corpo div > div > h2 {
    color: #fff;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 3.6em;
    padding: 0;
    line-height: 1;
    margin-top: 1.9em;
}
#corpo div > div > p {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.43em;
    display: block;
    color: #fff;
    margin-bottom: 3.8em;
    text-transform: uppercase;
}
.canais {
    background: #f4f4f4;
    margin-top: 4.2em;
    display: inline-block;
}
.canais > img {
    height: 3em;
    padding: 0.1em 0.9em;
}
.nbsp {
    margin-top: 4.2em;
    display: inline-block;
    height: 3em;
    padding: 0.1em 0.9em;
}
.video.conteudo {
    width: 38.1em;
}
.video > img {
    width: 38.1em;
    height: auto;
    margin: auto;
    display: block;
}
.video > div > div > * {
    position: absolute;
    display: block;
}
.video > div > div > .yt {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.video > div > div > .yt > iframe {
    width: 100%;
    height: 200%;
    top: -50%;
    left: 0;
    position: absolute;
}
.video > div > div > iframe {
    width: 100%;
    height: 100%;
}
.video > div > div > img {
    width: 48em;
    height: 30.6em;
    top: 50%;
    left: 50%;
    margin: -15.3em 0 0 -24.5em;
}
.video > div > div {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.video > div > div > .progresso {
    width: 100%;
    background: #333;
    height: 1.6%;
    bottom: 0;
    left: 0;
    display: none;
}
.video > div > div > .progresso > div {
    width: 0;
    height: 100%;
    background: #ffa800;
}
.video > div > div > .player {
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* IE transparent 1px base64 */

    background-repeat: repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
}
.video > div > div > .tocar {
    width: 6.8em;
    height: 6.8em;
    top: 50%;
    left: 50%;
    margin: -3.6em 0 0 -4em;
    border-radius: 8em;
    border: 0.4em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.video > div > div > .tocar:before {
    content: '';
    border: 2em solid transparent;
    border-left: 3em solid #fff;
    border-left-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2em 0 0 -1em;
}
.video > div > div > .tocar.hover {
    border-color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.video > div > div > .tocar.hover:before {
    border-left-color: #fff;
}
.video > div > div > .pausar {
    width: 6.8em;
    height: 6.8em;
    top: 50%;
    left: 50%;
    margin: -3.6em 0 0 -4em;
    border-radius: 80em;
    border: 0.4em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.video > div > div > .pausar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.9em 0 0 -1.3em;
    width: 1.0em;
    height: 3.6em;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}
.video > div > div > .pausar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.9em 0 0 0.4em;
    width: 1.0em;
    height: 3.6em;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}
.video > div > div > .pausar.hover {
    border-color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.video > div > div > .pausar.hover:before {
    background: #fff;
}
.video > div > div > .pausar.hover:after {
    background: #fff;
}
.video > div > div > .pausar.hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: #fff;
}
#assine {
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
}
#assine h1 {
    color: #000;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 3.58em;
    padding: 1.4em 0 1.12em 0;
    line-height: 1;
    letter-spacing: 0.01em;
}
#assine .opcoes {
    width: 63em;
    margin: 0 auto;
    position: relative;
}
#assine .liga, #assine .chat {
    display: block;
    width: 22.1em;
    text-align: left;
}
#assine .liga {
    float: left;
}
#assine .chat {
    float: right;
    padding-left: 0.4em;
    box-sizing: border-box;
}
#assine .opcoes .linha-vert {
    background: #dedede;
    width: 1px;
    height: 79%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -0.3em;
}
#assine .pecaja {
    width: 43.5em;
    height: 2.6em;
    line-height: 2.6;
    margin: 2.1em auto;
    background: #f4f4f4;
    font-family: 'simplon_oi', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.45em;
    color: #4d4d4d;
}
#assine .pecaja a {
    padding: 0 3.1em;
    margin: 0 0em 0 1.4em;
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0.3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.66em;
    text-decoration: none;
    letter-spacing: 0.015em;
    background: #8c3c8c;
    display: inline-block;
    height: 2.4em;
    line-height: 2.4em;
    vertical-align: 0.2em;
}
#assine .pecaja a:hover, #assine .pecaja a:active {
    background: #ffa800;
}
#assine .ligar {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 1.2em;
    margin: 3.45em 0;
    height: 1.3em;
    line-height: 1.3em;
    letter-spacing: -0.012em;
}
#assine .ligar strong {
    font-weight: bold;
}
#assine .ligar .linha-vert {
    width: 0.148em;
    height: 1em;
    background: #777;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.05em;
}
#assine .direitos {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 4.2em;
    line-height: 4.2em;
    background: #f4f4f4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    font-size: 0.9em;
    vertical-align: middle;
    letter-spacing: -0.012em;
}
#assine .liga div.erro {
    display: none;
    background: #cf0000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 0.8em;
    padding: 1em;
    border-radius: 0.3em;
    width: 90%;
    margin: 0 auto 1em;
}
#assine h2 {
    color: #000;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.23em;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}
#assine .opcoes .horario {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    letter-spacing: -0.01em;
    padding: 0.66em 0 1.5em 0;
    line-height: 1.1em;
    color: #777;
}
#assine .opcoes .horario span {
    display: block;
}
#assine .opcoes .horario strong {
    font-weight: bold;
}
#assine .liga label {
    color: #777;
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    padding: 0 0 0 0;
    line-height: 1.2em;
    text-align: right;
}
#assine .liga .ddd label {
    text-align: left;
    color: #4d4d4d;
}
#assine .liga input {
    width: 100%;
    margin: 0.3em 0 0 0;
    padding: 0;
    color: #000;
    font-family: 'simplon_bplight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.43em;
    height: 2.4em;
    text-transform: uppercase;
    background: #fff;
    vertical-align: middle;
    border-radius: 0.2em;
    border: 0.083em solid #ccc;
    text-align: center;
    float: left;
}
#assine .liga .ddd input {
    width: 65%;
    margin-left: 0.1em;
}
#assine .liga .numero input {
    text-align: left;
    padding-left: 0.4em;
    width: 94%;
}
#assine .liga input:focus {
    border-color: #000;
}
#assine .liga input.erro {
    border-color: #cf0000;
}
#assine .liga .nome {
    width: 100%;
    padding-bottom: 2em;
}
#assine .liga .ddd {
    width: 26%;
    float: left;
    padding-right: 0.5em;
}
#assine .liga .ddd span {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    vertical-align: middle;
    color: #777;
    padding-left: 0.6em;
    line-height: 2.7em;
}
#assine .liga .numero {
    width: 70%;
    float: left;
}
#assine .liga a, #assine .chat a {
    clear: both;
    display: block;
    width: 98%;
    line-height: 2.6em;
    height: 2.5em;
    text-align: center;
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    margin: 1.6em 0 0.5em;
    border-radius: 0.3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    text-decoration: none;
    letter-spacing: 0.015em;
}
#liga-pra-mim.desativado, #assine .chat a.desativado {
    cursor: default;
}
#assine .liga a.ativado, #assine .chat a.ativado {
    background: #8c3c8c;
}
#assine .chat a {
    margin-top: 0.6em;
    width: 99%;
}
#assine .liga a.ativado:hover, #assine .liga a.ativado:active, #assine .chat a.ativado:hover, #assine .chat a.ativado:active {
    background: #ffa800;
}
#liga-pra-mim.desativado, #liga-pra-mim.desativado:hover, #liga-pra-mim.desativado:active, #assine .chat a.desativado, #assine .chat a.desativado:hover, #assine .chat a.desativado:active {
    background: #ccc;
}
#assine .liga form > span {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.17em;
    display: block;
    float: left;
}
#assine .chat .acesse {
    color: #777;
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 0 0 1em 0;
    line-height: 1.4em;
    letter-spacing: 0.044em;
}
#navegacao {
    display: table-cell;
    vertical-align: middle;
}
#navegacao > img {
    display: block;
    width: 1.7em;
    height: auto;
    margin: 0 auto;
    padding: 0.6em 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
#navegacao > img:hover, #navegacao > img:active {
    opacity: 1;
    filter: none;
}
#navegacao > ul {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    width: 2.2em;
    padding: 0.74em 0;
    border-radius: 1.2em;
    display: block;
}
#navegacao > ul > li {
    width: 100%;
    height: 100%;
    padding: 0.73em 0;
}
#navegacao > ul > li > a {
    width: 0.59em;
    height: 0.59em;
    display: block;
    background: transparent;
    border: 0.2em solid #fff;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 5.0em;
    margin: 0 auto;
    color: #fff;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-indent: 2em;
    line-height: 0.6em;
    text-decoration: none;
    white-space: nowrap;
}
#navegacao > ul > li > a:hover, #navegacao > ul > li > a:active {
    border-color: #fff;
}
#navegacao > ul > li > a.ativo {
    background: #b9418c;
    border-color: transparent;
}
#barra {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #974f97;
    background: rgba(151, 79, 151, 0.94);
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0.97em;
}
#barra > span {
    text-align: center;
    display: inline-block;
    padding: 1.1em 0 0 5.2em;
    ;
}
#barra > span > span {
    color: #fff;
    font-family: 'simplon_oi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    padding: 0 1.8em 0 0;
    line-height: 0;
    letter-spacing: 0.02em;
    vertical-align: middle;
    display: inline-block;
}
#barra span strong {
    font-size: 2em;
}
#barra .assine {
    border-left: 0.08em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
    padding-left: 1.6em;
    padding-right: 0;
    display: inline-block;
    line-height: 2.5em;
    vertical-align: middle;
}
#barra a.assine {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0.11em solid #fff;
    font-size: 1.43em;
    line-height: 2.4em;
    margin-left: 1.3em;
    padding: 0 1.5em;
    color: #fff;
    text-decoration: none;
    border-radius: 0.3em;
    text-transform: uppercase;
}
#barra a.assine:hover, #barra a.assine:active {
    background: #ffa800;
    border-color: transparent;
}
#logo {
    position: fixed;
    margin-top: 1.2em;
    top: 0;
    left: 3.6em;
}
#logo img {
    width: 9.2em;
    height: auto;
}
#logo .preto {
    display: none;
}
.telacheia {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: -99999px;
}
.telacheia > * {
    position: absolute;
    display: block;
}
.telacheia .yt {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.telacheia iframe {
    width: 100%;
    height: 200%;
    top: -50%;
    left: 0;
    position: absolute;
}
.telacheia .logo {
    width: 3%;
    height: auto;
    top: 0;
    left: 0;
    margin: 1% 0 0 2%;
    cursor: pointer;
}
.telacheia .fechar {
    width: 1.6%;
    height: auto;
    top: 0;
    right: 0;
    margin: 1% 1% 0 0;
    cursor: pointer;
    opacity: 0.4;
}
.telacheia .fechar:hover {
    opacity: 1;
}
.telacheia .progresso {
    width: 100%;
    background: #333;
    height: 0.4%;
    bottom: 0;
    left: 0;
    display: none;
}
.telacheia .progresso > div {
    width: 0;
    height: 100%;
    background: #ffa800;
}
.telacheia .player {
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* IE transparent 1px base64 */

    background-repeat: repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
}
.telacheia .tocar {
    display: none;
    width: 6.8em;
    height: 6.8em;
    top: 50%;
    left: 50%;
    margin: -3.6em 0 0 -4em;
    border-radius: 8em;
    border: 0.4em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.telacheia .tocar:before {
    content: '';
    border: 2em solid transparent;
    border-left: 3em solid #fff;
    border-left-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2em 0 0 -1em;
}
.telacheia .tocar.hover {
    border-color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.telacheia .tocar.hover:before {
    border-left-color: #fff;
}
.telacheia .pausar {
    width: 6.8em;
    height: 6.8em;
    top: 50%;
    left: 50%;
    margin: -3.6em 0 0 -4em;
    border-radius: 80em;
    border: 0.4em solid #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.telacheia .pausar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.9em 0 0 -1.3em;
    width: 1.0em;
    height: 3.6em;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}
.telacheia .pausar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.9em 0 0 0.4em;
    width: 1.0em;
    height: 3.6em;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}
.telacheia .pausar.hover {
    border-color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.telacheia .pausar.hover:before {
    background: #fff;
}
.telacheia .pausar.hover:after {
    background: #fff;
}
.telacheia .pausar.hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: #fff;
}
#aguarde {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2AQAALUAs0e+XlcAAAAASUVORK5CYII=);
    background-repeat: repeat;
}
#aguarde > * {
    position: absolute;
    display: block;
    overflow: hidden;
}
#aguarde .fechar {
    width: 1.6%;
    height: auto;
    top: 0;
    right: 0;
    margin: 1% 1% 0 0;
    cursor: pointer;
}
#aguarde .aguarde {
    top: 50%;
    left: 50%;
    width: 46em;
    height: 17.54em;
    margin: -8.77em 0 0 -23em;
}
#menu {
    display: table-cell;
    vertical-align: middle;
}
#menu > img {
    width: 10em;
    height: auto;
}
#menu > ul {
    margin-bottom: 2em;
}
#menu > ul > li {
    padding: 0;
    color: #fff;
}
#menu > ul > li > a {
    color: inherit;
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.8em;
    display: block;
    padding-left: 1.15em;
    border-left: 0.15em solid #fff;
    border-left-color: rgba(255, 255, 255, 0.3);
}
#menu > ul > li > a:hover, #menu > ul > li > a:active {
    border-left-color: #b9418c;
    border-left-width: 0.3em;
    padding-left: 1em;
    color: #b9418c;
}
#menu > p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.76em;
    color: #aaa;
    text-align: center;
    margin-top: 1em;
    text-transform: uppercase;
}
#menu > p > a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.44em;
    padding-top: 0.3em;
    text-transform: none;
    text-decoration: none;
}
#menu > p > a:hover, #menu > p > a:active {
    color: #b9418c;
}
.supercanais {
    width: 10em;
    height: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    visibility: hidden;
}
.supercanais span {
    font-family: 'simplon_bpregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #666;
    padding: 0.8em 0;
    display: block;
    margin: 0 auto;
}
.supercanais a {
    width: 100%;
    height: auto;
    display: block;
    border: 0 solid #dedede;
    border-width: 0.12em 0 0;
    padding: 0.5em 0 0.6em;
}
.supercanais a:hover img {
    opacity: 0.4;
}
.supercanais a img {
    display: block;
    margin: 0 auto;
}
html {
    overflow: hidden;
}
#corpo > .conteudo {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#topo > img, #corpo > .conteudo > img {
    display: block;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
.navfixo {
    width: 0;
    height: 94%;
    display: table;
    position: fixed;
    top: 0;
    left: 1.4em;
}
.menufixo {
    width: auto;
    height: 100%;
    display: table;
    position: fixed;
    top: 0;
    right: 1em;
    display: none;
}
.menufloat {
    float: right;
    width: auto;
    height: 100%;
    display: table;
}
.primeiroscroll {
    display: none;
    position: fixed;
    width: 100%;
    height: 13%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 100%);
}
.primeiroscroll > a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1em auto 0;
}
.primeiroscroll > a > img {
    width: 3.6em;
    height: auto;
    opacity: 0.6;
}
.primeiroscroll > a > img:hover {
    opacity: 1;
}
