﻿/* RESOLUTIONS
----------------------------------------------------------------------------------------*/
/* COLORS
----------------------------------------------------------------------------------------*/
/* MIX INs 
----------------------------------------------------------------------------------------*/
/* FONTS
----------------------------------------------------------------------------------------*/
@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-light-webfont.eot");
    src: url("../font/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-light-webfont.woff2") format("woff2"), url("../font/opensans-light-webfont.woff") format("woff"), url("../font/opensans-light-webfont.ttf") format("truetype"), url("../font/opensans-light-webfont.svg#Open Sans") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-regular-webfont.eot");
    src: url("../font/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-regular-webfont.woff2") format("woff2"), url("../font/opensans-regular-webfont.woff") format("woff"), url("../font/opensans-regular-webfont.ttf") format("truetype"), url("../font/opensans-regular-webfont.svg#Open Sans") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-semibold-webfont.eot");
    src: url("../font/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-semibold-webfont.woff2") format("woff2"), url("../font/opensans-semibold-webfont.woff") format("woff"), url("../font/opensans-semibold-webfont.ttf") format("truetype"), url("../font/opensans-semibold-webfont.svg#Open Sans") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-bold-webfont.eot");
    src: url("../font/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-bold-webfont.woff2") format("woff2"), url("../font/opensans-bold-webfont.woff") format("woff"), url("../font/opensans-bold-webfont.ttf") format("truetype"), url("../font/opensans-bold-webfont.svg#Open Sans") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-extrabold-webfont.eot");
    src: url("../font/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-extrabold-webfont.woff2") format("woff2"), url("../font/opensans-extrabold-webfont.woff") format("woff"), url("../font/opensans-extrabold-webfont.ttf") format("truetype"), url("../font/opensans-extrabold-webfont.svg#Open Sans") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../font/opensans-condlight-webfont.eot");
    src: url("../font/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-condlight-webfont.woff2") format("woff2"), url("../font/opensans-condlight-webfont.woff") format("woff"), url("../font/opensans-condlight-webfont.ttf") format("truetype"), url("../font/opensans-condlight-webfont.svg#Open Sans Condensed") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../font/opensans-condbold-webfont.eot");
    src: url("../font/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-condbold-webfont.woff2") format("woff2"), url("../font/opensans-condbold-webfont.woff") format("woff"), url("../font/opensans-condbold-webfont.ttf") format("truetype"), url("../font/opensans-condbold-webfont.svg#Open Sans Condensed") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/opensans-italic-webfont.eot");
    src: url("../font/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-italic-webfont.woff2") format("woff2"), url("../font/opensans-italic-webfont.woff") format("woff"), url("../font/opensans-italic-webfont.ttf") format("truetype"), url("../font/opensans-italic-webfont.svg#Open Sans") format("svg");
    font-weight: normal;
    font-style: italic;
}

/* RESET
----------------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: medium none;
    color: #a5a5a5;
    line-height: 100%;
    outline: none;
    background-repeat: no-repeat;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
}

    *:before,
    * :after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html, body {
    height: 100%;
}

ul, ol {
    list-style: none outside none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

strong, b, em, i, span, a {
    font-size: inherit;
    color: inherit;
}

.transition {
    -webkit-transition: all, 0.5s, ease, 0.5s;
    -moz-transition: all, 0.5s, ease, 0.5s;
}

.slow-transition {
    -webkit-transition: all, 1.5s, ease, 1.5s;
    -moz-transition: all, 1.5s, ease, 1.5s;
}

.no-transition {
    -webkit-transition: all, 0s, ease, 0s;
    -moz-transition: all, 0s, ease, 0s;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }

.mCSB_scrollTools {
    position: absolute;
    width: 8px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background: #f3f6fa;
    border: 1px solid #edf1f6;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
    background: #3ba1d8;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* ESTRUTURA
----------------------------------------------------------------------------------------*/
.wr-site {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
}

.wr {
    width: 100%;
    float: left;
}

    .wr .ct {
        width: 980px;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all, 0.5s, ease, 0.5s;
        -moz-transition: all, 0.5s, ease, 0.5s;
    }

        .wr .ct:after {
            content: '';
            display: block;
            clear: both;
        }

    .wr .tit-mobile {
        display: none;
    }

[class^="grid-"] {
    float: left;
    -webkit-transition: all, 0.5s, ease, 0.5s;
    -moz-transition: all, 0.5s, ease, 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*GRID SEM PADDING - SP*/
[class$="none"],
[class^="grid-sp-"] {
    padding: 0;
}

.grid-1 {
    width: 8.33333%;
    padding: 10px;
}

.grid-sp-1 {
    width: 8.33333%;
    padding: 0;
}

.grid-2 {
    width: 16.66667%;
    padding: 10px;
}

.grid-sp-2 {
    width: 16.66667%;
    padding: 0;
}

.grid-3 {
    width: 25%;
    padding: 10px;
}

.grid-sp-3 {
    width: 25%;
    padding: 0;
}

.grid-4 {
    width: 33.33333%;
    padding: 10px;
}

.grid-sp-4 {
    width: 33.33333%;
    padding: 0;
}

.grid-5 {
    width: 41.66667%;
    padding: 10px;
}

.grid-sp-5 {
    width: 41.66667%;
    padding: 0;
}

.grid-6 {
    width: 50%;
    padding: 10px;
}

.grid-sp-6 {
    width: 50%;
    padding: 0;
}

.grid-7 {
    width: 58.33333%;
    padding: 10px;
}

.grid-sp-7 {
    width: 58.33333%;
    padding: 0;
}

.grid-8 {
    width: 66.66667%;
    padding: 10px;
}

.grid-sp-8 {
    width: 66.66667%;
    padding: 0;
}

.grid-9 {
    width: 75%;
    padding: 10px;
}

.grid-sp-9 {
    width: 75%;
    padding: 0;
}

.grid-10 {
    width: 83.33333%;
    padding: 10px;
}

.grid-sp-10 {
    width: 83.33333%;
    padding: 0;
}

.grid-11 {
    width: 91.66667%;
    padding: 10px;
}

.grid-sp-11 {
    width: 91.66667%;
    padding: 0;
}

.grid-12 {
    width: 100%;
    padding: 10px;
}

.grid-sp-12 {
    width: 100%;
    padding: 0;
}

.grid-none {
    display: none;
}

/* FOOTER
----------------------------------------------------------------------------------------*/
/* TOPO
----------------------------------------------------------------------------------------*/
.wr-header-mobile {
    display: none;
}

/* Big Screens
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 1230px) {
    .wr .ct {
        width: 1170px;
    }

    .grid-big-1 {
        width: 8.33333%;
        padding: 10px;
    }

    .grid-sp-big-1 {
        width: 8.33333%;
        padding: 0;
    }

    .grid-big-2 {
        width: 16.66667%;
        padding: 10px;
    }

    .grid-sp-big-2 {
        width: 16.66667%;
        padding: 0;
    }

    .grid-big-3 {
        width: 25%;
        padding: 10px;
    }

    .grid-sp-big-3 {
        width: 25%;
        padding: 0;
    }

    .grid-big-4 {
        width: 33.33333%;
        padding: 10px;
    }

    .grid-sp-big-4 {
        width: 33.33333%;
        padding: 0;
    }

    .grid-big-5 {
        width: 41.66667%;
        padding: 10px;
    }

    .grid-sp-big-5 {
        width: 41.66667%;
        padding: 0;
    }

    .grid-big-6 {
        width: 50%;
        padding: 10px;
    }

    .grid-sp-big-6 {
        width: 50%;
        padding: 0;
    }

    .grid-big-7 {
        width: 58.33333%;
        padding: 10px;
    }

    .grid-sp-big-7 {
        width: 58.33333%;
        padding: 0;
    }

    .grid-big-8 {
        width: 66.66667%;
        padding: 10px;
    }

    .grid-sp-big-8 {
        width: 66.66667%;
        padding: 0;
    }

    .grid-big-9 {
        width: 75%;
        padding: 10px;
    }

    .grid-sp-big-9 {
        width: 75%;
        padding: 0;
    }

    .grid-big-10 {
        width: 83.33333%;
        padding: 10px;
    }

    .grid-sp-big-10 {
        width: 83.33333%;
        padding: 0;
    }

    .grid-big-11 {
        width: 91.66667%;
        padding: 10px;
    }

    .grid-sp-big-11 {
        width: 91.66667%;
        padding: 0;
    }

    .grid-big-12 {
        width: 100%;
        padding: 10px;
    }

    .grid-sp-big-12 {
        width: 100%;
        padding: 0;
    }

    .grid-big-none {
        display: none;
    }
}

/* Tablet
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 980px) {
    .wr .ct {
        width: 100%;
    }

    .grid-tablet-1 {
        width: 8.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-1 {
        width: 8.33333%;
        padding: 0;
        display: block;
    }

    .grid-tablet-2 {
        width: 16.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-2 {
        width: 16.66667%;
        padding: 0;
        display: block;
    }

    .grid-tablet-3 {
        width: 25%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-3 {
        width: 25%;
        padding: 0;
        display: block;
    }

    .grid-tablet-4 {
        width: 33.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-4 {
        width: 33.33333%;
        padding: 0;
        display: block;
    }

    .grid-tablet-5 {
        width: 41.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-5 {
        width: 41.66667%;
        padding: 0;
        display: block;
    }

    .grid-tablet-6 {
        width: 50%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-6 {
        width: 50%;
        padding: 0;
        display: block;
    }

    .grid-tablet-7 {
        width: 58.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-7 {
        width: 58.33333%;
        padding: 0;
        display: block;
    }

    .grid-tablet-8 {
        width: 66.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-8 {
        width: 66.66667%;
        padding: 0;
        display: block;
    }

    .grid-tablet-9 {
        width: 75%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-9 {
        width: 75%;
        padding: 0;
        display: block;
    }

    .grid-tablet-10 {
        width: 83.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-10 {
        width: 83.33333%;
        padding: 0;
        display: block;
    }

    .grid-tablet-11 {
        width: 91.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-11 {
        width: 91.66667%;
        padding: 0;
        display: block;
    }

    .grid-tablet-12 {
        width: 100%;
        padding: 10px;
        display: block;
    }

    .grid-sp-tablet-12 {
        width: 100%;
        padding: 0;
        display: block;
    }

    .grid-tablet-none {
        display: none;
    }
}

/* Cellphone
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 670px) {
    .wr-content {
        background-image: none !important;
        margin-bottom: 0px !important;
    }

    .wr .ct {
        width: 100%;
    }

    .grid-cell-1 {
        width: 8.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-1 {
        width: 8.33333%;
        padding: 0;
        display: block;
    }

    .grid-cell-2 {
        width: 16.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-2 {
        width: 16.66667%;
        padding: 0;
        display: block;
    }

    .grid-cell-3 {
        width: 25%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-3 {
        width: 25%;
        padding: 0;
        display: block;
    }

    .grid-cell-4 {
        width: 33.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-4 {
        width: 33.33333%;
        padding: 0;
        display: block;
    }

    .grid-cell-5 {
        width: 41.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-5 {
        width: 41.66667%;
        padding: 0;
        display: block;
    }

    .grid-cell-6 {
        width: 50%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-6 {
        width: 50%;
        padding: 0;
        display: block;
    }

    .grid-cell-7 {
        width: 58.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-7 {
        width: 58.33333%;
        padding: 0;
        display: block;
    }

    .grid-cell-8 {
        width: 66.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-8 {
        width: 66.66667%;
        padding: 0;
        display: block;
    }

    .grid-cell-9 {
        width: 75%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-9 {
        width: 75%;
        padding: 0;
        display: block;
    }

    .grid-cell-10 {
        width: 83.33333%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-10 {
        width: 83.33333%;
        padding: 0;
        display: block;
    }

    .grid-cell-11 {
        width: 91.66667%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-11 {
        width: 91.66667%;
        padding: 0;
        display: block;
    }

    .grid-cell-12 {
        width: 100%;
        padding: 10px;
        display: block;
    }

    .grid-sp-cell-12 {
        width: 100%;
        padding: 0;
        display: block;
    }

    .grid-cell-none {
        display: none !important;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1100px) {
    .offline .wr-content {
        /*background: url(../img/login/bg.jpg) no-repeat center;*/
        background-size: cover;
        background-position: inherit;
    }
}

@media only screen and (min-width: 1100px) {
    .offline .wr-content {
        /*background: url(../img/login/bg_desktop_1100.jpg) no-repeat center;*/
        background-size: cover;
        background-position: inherit;
    }

        .offline .wr-content .ct .grid-6 {
            margin-left: -80px;
            padding: 0 65px;
        }

            .offline .wr-content .ct .grid-6 .bx h1 {
                font-size: 40px;
                display: flex;
                align-items: center;
            }

                .offline .wr-content .ct .grid-6 .bx h1 small {
                    font-size: 35px;
                    padding-right: 5px;
                }
}

@media only screen and (min-width: 1500px) {
    .offline .wr-content .ct .grid-6 {
        margin-left: -150px;
    }

        .offline .wr-content .ct .grid-6 .bx h1 {
            font-size: 55px;
            display: flex;
            align-items: start;
            flex-direction: column;
        }

            .offline .wr-content .ct .grid-6 .bx h1 small {
                font-size: 50px;
                padding-right: 5px;
            }
}

@media only screen and (max-width: 760px) {
    .offline .wr-content {
        background: none;
    }
}

.deslogado-form {
    height: 100%;
}

.offline {
    height: 100%;
}

    .offline .wr-content .ct .bx {
        background-color: #fff;
        padding: 20px 30px;
        margin-top: 0px;
    }

        .offline .wr-content .ct .bx:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .offline .wr-content .ct .bx h1 {
            color: #0041c0;
            font-size: 55px;
            font-family: "Open Sans";
            font-weight: 700;
            font-style: normal;
            letter-spacing: -4px;
            margin-bottom: 35px;
        }

            .offline .wr-content .ct .bx h1 small {
                color: #a5a5a5;
                display: block;
                font-size: 50px;
                font-family: "Open Sans";
                font-weight: 300;
                font-style: normal;
            }

        .offline .wr-content .ct .bx .fm {
            position: relative;
            margin-bottom: 25px;
        }

            .offline .wr-content .ct .bx .fm p {
                margin-bottom: 20px;
            }

            .offline .wr-content .ct .bx .fm .dir {
                padding-left: 10px;
            }

            .offline .wr-content .ct .bx .fm .lbl-error {
                font-size: 11px;
                color: tomato;
                display: block;
                margin: -10px 0 10px;
            }

                .offline .wr-content .ct .bx .fm .lbl-error[style*="visibility:hidden"], .offline .wr-content .ct .bx .fm .lbl-error[style*="visibility: hidden"] {
                    display: none;
                }

            .offline .wr-content .ct .bx .fm input[type="file"] {
                width: 100%;
            }

            .offline .wr-content .ct .bx .fm input[type="text"], .offline .wr-content .ct .bx .fm input[type="password"] {
                width: 100%;
                border-bottom: 2px solid #3ba1d8;
                line-height: 35px;
                height: 35px;
                font-size: 18px;
                margin-bottom: 10px;
            }

            .offline .wr-content .ct .bx .fm input[type="submit"] {
                background: #0041c0;
                color: #fff;
                position: absolute;
                bottom: -25px;
                right: -76px;
                border: 6px solid #edf0f4;
                cursor: pointer;
                width: 76px;
                height: 76px;
                -webkit-border-radius: 38px;
                -moz-border-radius: 38px;
                -ms-border-radius: 38px;
                border-radius: 38px;
            }

            .offline .wr-content .ct .bx .fm textarea {
                width: 100%;
                border-bottom: 2px solid #3ba1d8;
                font-size: 18px;
                margin-bottom: 10px;
                height: 150px;
            }

            .offline .wr-content .ct .bx .fm select {
                width: 100%;
                border-bottom: 2px solid #3ba1d8;
                line-height: 35px;
                height: 35px;
                font-size: 18px;
                margin-bottom: 20px;
            }

        .offline .wr-content .ct .bx .bx-outros-links {
            margin-top: 10px;
            float: left;
        }

            .offline .wr-content .ct .bx .bx-outros-links li {
                float: left;
                margin-right: 25px;
            }

                .offline .wr-content .ct .bx .bx-outros-links li a {
                    background-repeat: no-repeat;
                    background-position: right center;
                    font-family: "Open Sans";
                    font-weight: 600;
                    font-style: normal;
                    display: block;
                    padding-right: 35px;
                    line-height: 30px;
                    height: 30px;
                }

                    .offline .wr-content .ct .bx .bx-outros-links li a.btn-next {
                        background-image: url("../img/arrow-light-blue-right.png");
                        color: #3ba1d8;
                    }

                    .offline .wr-content .ct .bx .bx-outros-links li a.btn-prev {
                        background-image: url("../img/arrow-dark-blue-left.png");
                        color: #0041c0;
                    }

    .offline .wr-content .ct .logo {
        width: 90%;
        margin-left: -20% !important;
        margin-top: 30px;
    }

    .offline .wr-content .ct .logopromo {
        position: absolute;
        left: 38%;
        bottom: 20px;
        width: 140px;
    }

    .offline .wr-footer {
        background: #0041c0;
    }

        .offline .wr-footer .ct {
            padding: 25px 0;
        }

            .offline .wr-footer .ct strong {
                color: #fff;
                font-size: 16px;
                display: block;
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                margin-bottom: 15px;
            }

            .offline .wr-footer .ct small {
                color: #fff;
                font-size: 13px;
                display: block;
                font-family: "Open Sans Condensed";
                font-weight: 300;
                font-style: normal;
            }

            .offline .wr-footer .ct a {
                background: url("../img/logo-footer.png") no-repeat center top;
                width: 147px;
                height: 23px;
                text-indent: -77777px;
                display: block;
                float: right;
                margin-top: 12px;
            }

    .offline.pg-login .wr-content .ct .bx .btn-primeiro-acesso {
        border: 2px solid #3ba1d8;
        line-height: 46px;
        height: 46px;
        display: block;
        text-align: center;
        font-size: 18px;
    }

        .offline.pg-login .wr-content .ct .bx .btn-primeiro-acesso strong {
            color: #3ba1d8;
            font-family: "Open Sans";
            font-weight: 700;
            font-style: normal;
        }

    .offline.pg-login .wr-content .ct .bx input[type="submit"] {
        background: #0041c0;
        color: #fff;
        border: 6px solid #edf0f4;
        cursor: pointer;
        width: 100%;
        line-height: 66px;
        display: block;
        text-align: center;
        font-size: 18px;
        margin: -10px auto 10px auto;
    }

    .offline.pg-login .wr-content .ct .fm input[type="text"], .offline.pg-login .wr-content .ct .fm input[type="password"] {
        line-height: 45px;
        height: 45px;
    }

    .offline.pg-cadastro-p2 .wr-content .ct .bx .fm .bx-regulamento-acesso {
        height: 260px;
    }

        .offline.pg-cadastro-p2 .wr-content .ct .bx .fm .bx-regulamento-acesso p {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .offline.pg-cadastro-p2 .wr-content .ct .bx .fm .optin {
        margin-top: 20px;
    }

        .offline.pg-cadastro-p2 .wr-content .ct .bx .fm .optin label {
            font-size: 14px;
            cursor: pointer;
        }

        .offline.pg-cadastro-p2 .wr-content .ct .bx .fm .optin input {
            cursor: pointer;
        }

    .offline.pg-cadastro-p2 .wr-content .ct .bx .fm input[type="submit"] {
        bottom: -80px;
        font-size: 11px;
    }

    .offline.pg-cadastro-p3 .wr-content .ct .bx p {
        font-size: 14px;
    }

    .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados {
        background: #ebeef3;
        margin: 20px 0;
    }

        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados div {
            margin: 5px 0;
        }

        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados label {
            font-size: 12px;
        }

        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados select,
        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados input[type="text"],
        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .dados-bloqueados input[type="password"] {
            background: none;
            width: auto;
            font-size: 12px;
            border-bottom: none;
            line-height: normal;
            height: auto;
            margin-bottom: 0;
        }

    .offline.pg-cadastro-p3 .wr-content .ct .bx .fm select {
        margin-bottom: 0;
    }

    .offline.pg-cadastro-p3 .wr-content .ct .bx .fm label {
        font-size: 12px;
        color: #727272;
        display: block;
        margin: 10px 0;
    }

    .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .optin {
        margin-top: 15px;
    }

        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .optin label {
            display: inline;
            font-size: 14px;
            cursor: pointer;
            color: #a5a5a5;
        }

        .offline.pg-cadastro-p3 .wr-content .ct .bx .fm .optin input {
            cursor: pointer;
        }

    .offline.pg-esqueci-senha .wr-content .ct .bx .fm {
        margin-bottom: 0;
    }

    .offline.pg-fale-conosco .wr-content .ct .bx .fm {
        margin-bottom: 0;
    }

    .offline.pg-cadastro .wr-content .ct .bx .fm {
        margin-bottom: 0;
    }

.online .wr-topo {
    background: url("../img/on-bg-header-desk-normal.png") no-repeat center top;
    height: 133px;
    position: absolute;
    top: 0;
    z-index: 100;
}

    .online .wr-topo .ct {
        height: 133px;
        /*.bx-perfil {
                display: none;
            }*/
    }

        .online .wr-topo .ct .bx-perfil {
            display: none;
        }

        .online .wr-topo .ct .btn-hamburg {
            display: none;
        }

        .online .wr-topo .ct .lnk-logo {
            background: url("../img/logo-header.png") no-repeat left top;
            width: 189px;
            height: 70px;
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 30;
            text-indent: -77777px;
        }

@media screen and (min-width: 980px) {
    .online .wr-topo .ct .mn {
        display: block !important;
    }
}

.online .wr-topo .ct .mn {
    background: url("../img/on-menu-header.png") no-repeat right bottom;
    height: 67px;
    position: absolute;
    top: 0;
    padding-top: 66px;
    left: 0;
    z-index: 20;
    padding-right: 30px;
    display: block;
}

    .online .wr-topo .ct .mn li {
        float: left;
        position: relative;
    }

        .online .wr-topo .ct .mn li a {
            color: #fff;
            font-family: "Open Sans Condensed";
            font-weight: 300;
            font-style: normal;
            font-size: 17px;
            display: block;
            margin: 0 8px;
            padding: 25px 0;
        }

            .online .wr-topo .ct .mn li a:hover, .online .wr-topo .ct .mn li a.ativo {
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                color: #FFFFFF;
                /*
                            &:after {
                                content: "]";
                            }

                            &:before {
                                content: "[";
                            }*/
            }

        .online .wr-topo .ct .mn li ul {
            background: #0041c0 url("../img/on-bg-menu.png") repeat-x right top;
            display: none;
            position: absolute;
            z-index: 999;
            width: 205px;
        }

            .online .wr-topo .ct .mn li ul li {
                float: none;
                border-bottom: 1px solid #3ba1d8;
            }

                .online .wr-topo .ct .mn li ul li a {
                    text-align: right;
                    padding: 15px 20px;
                    text-transform: uppercase;
                }

            .online .wr-topo .ct .mn li ul.last {
                width: 150px;
            }

        .online .wr-topo .ct .mn li.sub > a {
            background: url("../img/arrow-mn-down.png") no-repeat right center;
            padding-right: 13px;
        }

        .online .wr-topo .ct .mn li.sub:hover > a {
            font-family: "Open Sans Condensed";
            font-weight: 300;
            font-style: normal;
            color: #fff;
            background-image: url("../img/arrow-mn-up.png");
        }

@media screen and (min-width: 980px) {
    .online .wr-topo .ct .mn li:hover > a {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        color: #FFFFFF;
        /*&:after {
                                    content: "]";
                                }

                                &:before {
                                    content: "[";
                                }*/
    }

    .online .wr-topo .ct .mn li:hover ul {
        display: block;
    }

        .online .wr-topo .ct .mn li:hover ul li a {
            color: #fff;
        }

            .online .wr-topo .ct .mn li:hover ul li a:hover {
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
            }
}

.online .wr-topo .ct .btn-user {
    display: none;
}

@media screen and (min-width: 980px) {
    .online .wr-topo .ct .mn-user {
        display: block !important;
    }
}

.online .wr-topo .ct .mn-user {
    background: url("../img/on-menu-header-dados.png") no-repeat left top;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding-left: 120px;
}

    .online .wr-topo .ct .mn-user li {
        height: 67px;
    }

        .online .wr-topo .ct .mn-user li div {
            padding: 10px 30px 0 0;
            width: 200px;
            background: url("../img/arrow-light-blue-bottom.png") no-repeat 95% 15px;
            cursor: pointer;
            height: 67px;
        }

            .online .wr-topo .ct .mn-user li div img {
                width: 40px;
                height: 40px;
                -webkit-border-radius: 22px;
                -moz-border-radius: 22px;
                -ms-border-radius: 22px;
                border-radius: 22px;
                border: 2px solid #3ba1d8;
                float: left;
                margin-right: 10px;
            }

            .online .wr-topo .ct .mn-user li div .username {
                font-family: "Open Sans";
                font-weight: 300;
                font-style: normal;
                font-size: 12px;
                color: #fff;
            }

            .online .wr-topo .ct .mn-user li div .saldo {
                color: #FFFFFF;
                font-family: "Open Sans";
                font-weight: 700;
                font-style: normal;
                font-size: 18px;
                display: block;
            }

        .online .wr-topo .ct .mn-user li ul {
            background: #0041c0 url("../img/on-bg-menu.png") repeat-x right top;
            display: none;
            position: absolute;
            z-index: 999;
            width: 220px;
        }

            .online .wr-topo .ct .mn-user li ul li {
                height: auto;
                float: none;
                border-bottom: 1px solid #3ba1d8;
            }

                .online .wr-topo .ct .mn-user li ul li.mobile {
                    display: none;
                }

                .online .wr-topo .ct .mn-user li ul li a {
                    text-align: right;
                    padding: 15px 40px;
                    display: block;
                    color: #fff;
                    font-family: "Open Sans Condensed";
                    font-weight: 300;
                    font-style: normal;
                }

                    .online .wr-topo .ct .mn-user li ul li a:hover {
                        font-family: "Open Sans Condensed";
                        font-weight: 700;
                        font-style: normal;
                    }

        .online .wr-topo .ct .mn-user li:hover div {
            background-image: url("../img/arrow-light-blue-top.png");
        }

        .online .wr-topo .ct .mn-user li:hover ul {
            display: block;
            top: 99%;
        }

.online .wr-footer {
    background: #0041c0;
}

    .online .wr-footer .ct {
        padding: 25px 0;
    }

        .online .wr-footer .ct strong {
            color: #fff;
            font-size: 16px;
            display: block;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            margin-bottom: 15px;
        }

        .online .wr-footer .ct small {
            color: #fff;
            font-size: 13px;
            display: block;
            font-family: "Open Sans Condensed";
            font-weight: 300;
            font-style: normal;
        }

        .online .wr-footer .ct .lnk-logo {
            background: url("../img/logo-footer.png") no-repeat center top;
            width: 147px;
            height: 23px;
            text-indent: -77777px;
            display: block;
            float: right;
            margin-top: 12px;
        }

        .online .wr-footer .ct ul {
            margin-bottom: 10px;
            margin-left: -5px;
        }

            .online .wr-footer .ct ul:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0;
            }

            .online .wr-footer .ct ul li {
                float: left;
                color: #fff;
            }

                .online .wr-footer .ct ul li a {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 13px;
                    color: #fff;
                    display: block;
                    line-height: 20px;
                    padding: 0 5px;
                }

.online.pg-home {
    background: #fff;
}

    .online.pg-home .owl-banners {
        min-height: 140px;
    }

        .online.pg-home .owl-banners .owl-item a {
            display: block;
            float: left;
            height: 590px;
            text-indent: -77777px;
            width: 100%;
            background-position: center top;
        }

        .online.pg-home .owl-banners .owl-controls {
            bottom: 100px;
            position: absolute;
            width: 100%;
        }

            .online.pg-home .owl-banners .owl-controls .owl-buttons {
                text-align: right;
                padding: 0 !important;
            }

                .online.pg-home .owl-banners .owl-controls .owl-buttons .owl-prev {
                    background: url("../img/arrow-carrossel-left.png") no-repeat center top;
                    width: 27px;
                    height: 27px;
                    margin-left: 10px;
                    display: inline-block;
                    text-indent: -77777px;
                    overflow: hidden;
                    text-indent: 50px;
                }

                .online.pg-home .owl-banners .owl-controls .owl-buttons .owl-next {
                    background: url("../img/arrow-carrossel-right.png") no-repeat center top;
                    width: 27px;
                    height: 27px;
                    margin-left: 10px;
                    display: inline-block;
                    text-indent: -77777px;
                    overflow: hidden;
                    text-indent: 50px;
                }

    .online.pg-home .wr-andar-1 {
        margin-top: -47px;
        background: url("../img/on-bg-home.jpg") no-repeat -250px 80px;
    }

        .online.pg-home .wr-andar-1 .ct {
            background: url("../img/on-bg-home.jpg") no-repeat right 80px #fff;
            padding: 0;
        }

            .online.pg-home .wr-andar-1 .ct .acabamento {
                background: #fff;
                width: 400px;
                height: 70px;
                display: block;
                position: absolute;
                left: -400px;
            }

            .online.pg-home .wr-andar-1 .ct .bx-ranking {
                padding: 20px 0 0 10px;
                position: relative;
            }

                .online.pg-home .wr-andar-1 .ct .bx-ranking h1 {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 28px;
                    color: #7e9a28;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-ranking .periodo {
                    color: #7e9a28;
                    text-transform: uppercase;
                    font-size: 14px;
                    margin: 15px 0;
                    width: 100%;
                    float: left;
                }

                .online.pg-home .wr-andar-1 .ct .bx-ranking ul {
                    padding: 20px 0;
                }

                    .online.pg-home .wr-andar-1 .ct .bx-ranking ul li {
                        width: 100%;
                        float: left;
                        margin-bottom: 15px;
                    }

                        .online.pg-home .wr-andar-1 .ct .bx-ranking ul li img {
                            width: 60px;
                            height: 60px;
                            -webkit-border-radius: 36px;
                            -moz-border-radius: 36px;
                            -ms-border-radius: 36px;
                            border-radius: 36px;
                            float: left;
                        }

                        .online.pg-home .wr-andar-1 .ct .bx-ranking ul li strong {
                            width: 125px;
                            color: #7e9a28;
                            font-size: 18px;
                            font-family: "Open Sans Condensed";
                            font-weight: 700;
                            font-style: normal;
                            float: left;
                            margin-top: 15px;
                            margin-left: 10px;
                            margin-right: 10px;
                        }

                            .online.pg-home .wr-andar-1 .ct .bx-ranking ul li strong small {
                                color: #727272;
                                font-size: 13px;
                                font-family: "Open Sans Condensed";
                                font-weight: 300;
                                font-style: normal;
                                display: block;
                            }

                        .online.pg-home .wr-andar-1 .ct .bx-ranking ul li span {
                            color: #727272;
                            font-size: 28px;
                            font-family: "Open Sans Condensed";
                            font-weight: 700;
                            font-style: normal;
                            float: left;
                            margin-top: 10px;
                        }

                .online.pg-home .wr-andar-1 .ct .bx-ranking .btn-ranking {
                    background: url("../img/arrow-green-right.png") no-repeat right center;
                    color: #7e9a28;
                    font-size: 18px;
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    border-top: 1px solid #7e9a28;
                    display: block;
                    float: left;
                    width: 90%;
                    line-height: 50px;
                    height: 50px;
                }

            .online.pg-home .wr-andar-1 .ct .bx-noticias {
                padding: 30px 10px 0 10px;
                position: relative;
            }

                .online.pg-home .wr-andar-1 .ct .bx-noticias h1 {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 28px;
                    color: #b43c3a;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .lnk-ver-todas {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 18px;
                    color: #b43c3a;
                    position: absolute;
                    bottom: 25px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-item img {
                    float: right;
                    width: 50%;
                    height: 300px;
                    margin-bottom: 20px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-item h2 {
                    margin: 20px 0 25px 0;
                }

                    .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-item h2 a {
                        color: #b43c3a;
                        font-family: "Open Sans Condensed";
                        font-weight: 700;
                        font-style: normal;
                        font-size: 18px;
                        padding-right: 20px;
                    }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-item p a {
                    color: #a5a5a5;
                    font-family: "Open Sans";
                    font-weight: 400;
                    font-style: normal;
                    font-size: 15px;
                    padding-right: 20px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 50%;
                    height: 182px;
                    float: left;
                    line-height: 18px;
                    overflow: hidden;
                }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls {
                    border-top: 1px solid #dbb3b5;
                    bottom: 20px;
                    position: absolute;
                    width: 100%;
                    padding-top: 20px;
                }

                    .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls .owl-buttons {
                        margin: 0 auto;
                        text-align: center;
                        width: 100px;
                    }

                        .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls .owl-buttons .owl-prev {
                            background: url("../img/arrow-noticias-left.png") no-repeat center top;
                            width: 27px;
                            height: 27px;
                            margin-right: 10px;
                            display: inline-block;
                            text-indent: -77777px;
                            overflow: hidden;
                            text-indent: 50px;
                        }

                        .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls .owl-buttons .owl-next {
                            background: url("../img/arrow-noticias-right.png") no-repeat center top;
                            width: 27px;
                            height: 27px;
                            margin-left: 10px;
                            display: inline-block;
                            text-indent: -77777px;
                            overflow: hidden;
                            text-indent: 50px;
                        }

            .online.pg-home .wr-andar-1 .ct .bx-mural {
                background: #0041c0;
                padding: 30px;
            }

                .online.pg-home .wr-andar-1 .ct .bx-mural h1 {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 28px;
                    color: #fff;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-mural .seja-primeiro {
                    color: #fff;
                    font-family: "Open Sans";
                    font-weight: 300;
                    font-style: normal;
                }

                .online.pg-home .wr-andar-1 .ct .bx-mural div p {
                    position: relative;
                    color: #fff;
                    padding: 10px 25px;
                    margin-bottom: 20px;
                    font-family: "Open Sans Condensed";
                    font-weight: 300;
                    font-style: italic;
                }

                    .online.pg-home .wr-andar-1 .ct .bx-mural div p span {
                        font-family: Arial;
                        font-size: 48px;
                        font-weight: bold;
                        position: absolute;
                        color: #3ba1d8;
                    }

                        .online.pg-home .wr-andar-1 .ct .bx-mural div p span.fst {
                            top: 0;
                            left: -5px;
                        }

                        .online.pg-home .wr-andar-1 .ct .bx-mural div p span.lst {
                            bottom: -20px;
                            right: 0;
                        }

                .online.pg-home .wr-andar-1 .ct .bx-mural .lnk-mural {
                    line-height: 56px;
                    height: 56px;
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    background: url("../img/arrow-noticias-right.png") no-repeat right center;
                    border-top: 1px solid #3ba1d8;
                    display: block;
                    margin-top: 20px;
                    color: #fff;
                    font-size: 18px;
                }

                .online.pg-home .wr-andar-1 .ct .bx-mural small {
                    font-family: "Open Sans Condensed";
                    font-weight: 300;
                    font-style: normal;
                    color: #fff;
                    font-size: 14px;
                }

                    .online.pg-home .wr-andar-1 .ct .bx-mural small strong {
                        font-family: "Open Sans Condensed";
                        font-weight: 700;
                        font-style: normal;
                        font-size: 16px;
                        display: block;
                        margin-top: 10px;
                    }

    .online.pg-home .wr-produtos .ct {
        padding: 50px 0 0 0;
    }

        .online.pg-home .wr-produtos .ct h2 {
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 28px;
            color: #0041c0;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #0041c0;
        }

        .online.pg-home .wr-produtos .ct .bx-produtos a {
            display: block;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .online.pg-home .wr-produtos .ct .bx-produtos a img {
                max-width: 100%;
                max-height: 309px;
            }

        .online.pg-home .wr-produtos .ct .bx-produtos img {
            max-height: 309px;
        }

        .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-controls {
            top: -62px;
            position: absolute;
            width: 100%;
        }

            .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-controls .owl-buttons {
                float: right;
            }

                .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-controls .owl-buttons .owl-prev {
                    background: url("../img/arrow-light-blue-left.png") no-repeat center top;
                    width: 27px;
                    height: 27px;
                    margin-left: 10px;
                    display: inline-block;
                    text-indent: -77777px;
                    overflow: hidden;
                    text-indent: 50px;
                }

                .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-controls .owl-buttons .owl-next {
                    background: url("../img/arrow-light-blue-right.png") no-repeat center top;
                    width: 27px;
                    height: 27px;
                    margin-left: 10px;
                    display: inline-block;
                    text-indent: -77777px;
                    overflow: hidden;
                    text-indent: 50px;
                }

        .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div {
            padding: 10px;
        }

            .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div a {
                display: block;
            }

                .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div a img {
                    width: auto;
                    height: 140px;
                }

            .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div p {
                margin-top: 20px;
                font-weight: bold;
                text-align: center;
            }

                .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div p strong {
                    font-family: "Open Sans";
                    font-weight: 700;
                    font-style: normal;
                    color: #0041c0;
                    font-size: 22px;
                    display: block;
                    margin: 10px 0;
                    padding: 10px 0;
                    border-top: 1px solid #cbcbcb;
                }

            .online.pg-home .wr-produtos .ct .bx-produto-foco .owl-produto-foco .owl-item div center {
                height: 40px;
            }

    .online.pg-home .wr-outros-itens {
        background: #f4f7fb;
    }

        .online.pg-home .wr-outros-itens .ct a {
            display: block;
        }

            .online.pg-home .wr-outros-itens .ct a img {
                width: 100%;
            }

.online.pg-interna {
    background: #fff;
}

    .online.pg-interna .wr-content {
        margin-top: 160px;
        background: url("../img/on-bg-interna.jpg") no-repeat center 45px;
    }

        .online.pg-interna .wr-content .ct {
            padding-bottom: 40px;
        }

            .online.pg-interna .wr-content .ct h1 {
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                font-size: 28px;
                color: #0041c0;
                text-transform: uppercase;
                margin-bottom: 30px;
            }

            .online.pg-interna .wr-content .ct p {
                margin-bottom: 30px;
            }

            .online.pg-interna .wr-content .ct .fm select {
                line-height: 48px;
                height: 48px;
                border-bottom: 2px solid #3ba1d8;
                padding: 0 5px 0 5px;
                cursor: pointer;
                background: #eee;
            }

            .online.pg-interna .wr-content .ct .fm textarea {
                border-bottom: 2px solid #3ba1d8;
                padding: 0 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
            }

            .online.pg-interna .wr-content .ct .fm input[type="password"], .online.pg-interna .wr-content .ct .fm input[type="text"] {
                line-height: 48px;
                height: 48px;
                border-bottom: 2px solid #3ba1d8;
                padding: 0 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
            }

            .online.pg-interna .wr-content .ct .fm input[type="submit"] {
                cursor: pointer;
            }

    .online.pg-interna .pg-senha {
        line-height: 25px;
    }

    .online.pg-interna.pg-segmentacao .wr-content {
        margin-top: 160px;
        background: url("../img/bg-interna-segmentacao.jpg") no-repeat center 45px;
    }

        .online.pg-interna.pg-segmentacao .wr-content .ct .tit-segment {
            font-family: "Open Sans";
            font-size: 41px;
            margin-bottom: 0;
            color: #a5a5a5;
            font-weight: normal;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct h2 {
            color: #0041c0;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 60px;
            margin-bottom: 50px;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-mecanica-segmento img {
            margin-bottom: 60px;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-mecanica-segmento p {
            font-size: 18px;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-mecanica-segmento strong {
            color: #0041c0;
            font-weight: bold;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como {
            position: relative;
            top: 45px;
        }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como h2 {
                color: #ffffff;
                font-size: 36px;
                font-weight: normal;
                font-family: "Open Sans";
                margin-bottom: 10px;
            }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como h2 strong {
                    font-weight: 700;
                }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li {
                float: left;
                height: 51px;
                margin-top: 15px;
                position: relative;
                width: 100%;
            }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li p {
                    color: #ffffff;
                    font-size: 18px;
                    float: left;
                    padding-left: 10px;
                    margin-top: 10px;
                    margin-bottom: 0;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li span {
                    background: url(../img/bg-item-segmentacao.png) no-repeat center top;
                    width: 51px;
                    height: 51px;
                    display: block;
                    font-family: "Open Sans";
                    font-weight: 800;
                    font-style: normal;
                    font-size: 18px;
                    color: #0041c0;
                    text-align: center;
                    line-height: 51px;
                    float: left;
                    position: relative;
                    top: 0;
                    left: 0;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li strong {
                    color: #ffea75;
                    font-weight: 700;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li.important-info {
                    margin-top: 5px;
                }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li.important-info p {
                        font-size: 15px;
                        color: #ffea75;
                        font-weight: 700;
                        margin: 0;
                    }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-beneficio-pana {
            margin-top: 159px;
        }

.online.pg-produtos .wr-content .ct .bx-produtos li {
    margin: 0 3px 3px 0;
    padding: 10px;
    background: #fff;
    float: left;
    width: 46%;
    height: 130px;
    border: 1px solid #ddd;
}

    .online.pg-produtos .wr-content .ct .bx-produtos li img {
        width: 50%;
        float: left;
    }

    .online.pg-produtos .wr-content .ct .bx-produtos li div {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        float: left;
        height: 115px;
    }

        .online.pg-produtos .wr-content .ct .bx-produtos li div h2 {
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 14px;
            margin-bottom: 5px;
            word-break: break-all;
        }

        .online.pg-produtos .wr-content .ct .bx-produtos li div p {
            font-size: 14px;
            margin-bottom: 5px;
            word-break: break-all;
        }

        .online.pg-produtos .wr-content .ct .bx-produtos li div a {
            color: #0041c0;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 16px;
            background-image: url("../img/arrow-dark-blue-right.png");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: auto 18px;
            display: block;
            line-height: 28px;
            height: 28px;
        }

.online.pg-produtos .wr-content .ct .bx-paginacao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
    float: left;
}

    .online.pg-produtos .wr-content .ct .bx-paginacao a, .online.pg-produtos .wr-content .ct .bx-paginacao span {
        width: 28px;
        height: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }

        .online.pg-produtos .wr-content .ct .bx-paginacao a:empty, .online.pg-produtos .wr-content .ct .bx-paginacao span:empty {
            display: none;
        }

        .online.pg-produtos .wr-content .ct .bx-paginacao a.btn-prev, .online.pg-produtos .wr-content .ct .bx-paginacao span.btn-prev {
            background: url("../img/arrow-dark-blue-left.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

        .online.pg-produtos .wr-content .ct .bx-paginacao a.btn-next, .online.pg-produtos .wr-content .ct .bx-paginacao span.btn-next {
            background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

    .online.pg-produtos .wr-content .ct .bx-paginacao .ativo {
        background: #3ba1d8;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        color: #fff;
    }

.online.pg-produtos .wr-content .ct .bx-produtos-foco {
    margin-top: -10px;
}

    .online.pg-produtos .wr-content .ct .bx-produtos-foco h2 {
        padding: 20px;
        color: #fff;
        background: #3ba1d8;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        text-transform: uppercase;
    }

    .online.pg-produtos .wr-content .ct .bx-produtos-foco .owl-controls {
        top: -55px;
        position: absolute;
        width: 100%;
    }

        .online.pg-produtos .wr-content .ct .bx-produtos-foco .owl-controls .owl-buttons {
            margin: 0 auto;
            text-align: right;
            width: 100%;
        }

            .online.pg-produtos .wr-content .ct .bx-produtos-foco .owl-controls .owl-buttons .owl-prev {
                background: url("../img/arrow-carrossel-left.png") no-repeat center top;
                width: 27px;
                height: 27px;
                margin-right: 10px;
                display: inline-block;
                overflow: hidden;
                text-indent: 50px;
            }

            .online.pg-produtos .wr-content .ct .bx-produtos-foco .owl-controls .owl-buttons .owl-next {
                background: url("../img/arrow-carrossel-right.png") no-repeat center top;
                width: 27px;
                height: 27px;
                margin-right: 10px;
                display: inline-block;
                overflow: hidden;
                text-indent: 50px;
            }

    .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li {
        width: 99.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ddd;
        float: left;
        margin-bottom: 3px;
    }

        .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a {
            display: block;
            background: #fff;
            float: left;
            padding: 10px;
        }

            .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a img {
                width: 40%;
                float: left;
            }

            .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a div {
                width: 60%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                float: left;
                padding: 0 10px;
            }

                .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a div h3 {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a div p {
                    font-size: 12px;
                    margin-bottom: 0;
                }

                    .online.pg-produtos .wr-content .ct .bx-produtos-foco ul li a div p.pontos {
                        color: #3ba1d8;
                        font-family: "Open Sans";
                        font-weight: 700;
                        font-style: normal;
                        font-size: 14px;
                        font-size: 12px;
                        margin-top: 10px;
                    }

.online.pg-produtos-detalhe .wr-content .ct .bx-detalhes {
    float: left;
    margin-top: 20px;
    width: 100%;
}

    .online.pg-produtos-detalhe .wr-content .ct .bx-detalhes img {
        width: 100%;
    }

    .online.pg-produtos-detalhe .wr-content .ct .bx-detalhes h2 {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        color: #0041c0;
    }

    .online.pg-produtos-detalhe .wr-content .ct .bx-detalhes p {
        font-family: "Open Sans Condensed";
        font-weight: 300;
        font-style: normal;
        font-size: 28px;
        color: #727272;
        margin: 30px 0;
    }

.online.pg-produtos-detalhe .wr-content .ct .btn-voltar {
    background: url("../img/arrow-dark-blue-left.png") no-repeat scroll left center;
    line-height: 28px;
    height: 28px;
    float: left;
    color: #0041c0;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding-left: 35px;
    margin-top: 40px;
}

.online.pg-noticias .wr-content .ct h1 {
    color: #b43c3a;
}

.online.pg-noticias .wr-content .ct .bx-noticias ul li {
    float: left;
    width: 25%;
}

    .online.pg-noticias .wr-content .ct .bx-noticias ul li div {
        padding: 10px;
    }

        .online.pg-noticias .wr-content .ct .bx-noticias ul li div .bx-campanha-img {
            padding: 0;
        }

            .online.pg-noticias .wr-content .ct .bx-noticias ul li div .bx-campanha-img img {
                width: 100% !important;
                height: 100% !important;
            }

        .online.pg-noticias .wr-content .ct .bx-noticias ul li div img {
            width: 100%;
        }

        .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text {
            background: #fff;
            padding: 10px 20px 15px 20px;
            border-bottom: 1px solid #b43c3a;
        }

            .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text span {
                font-size: 12px;
                font-style: italic;
                display: block;
                padding: 10px 0;
            }

            .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text h2 {
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                font-size: 18px;
                margin-bottom: 10px;
                color: #727272;
                line-height: 16px;
                height: 40px;
            }

            .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text p {
                font-size: 14px;
                height: 170px;
                margin-bottom: 0;
            }

            .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text a {
                background: url("../img/arrow-red-right.png") no-repeat right center;
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                font-size: 18px;
                color: #b43c3a;
                display: block;
                line-height: 28px;
                height: 28px;
            }

.online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
    float: left;
}

    .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao a, .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao span {
        width: 28px;
        height: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }

        .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao a:empty, .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao span:empty {
            display: none;
        }

        .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao a.btn-prev, .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao span.btn-prev {
            background: url("../img/arrow-red-left.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

        .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao a.btn-next, .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao span.btn-next {
            background: url("../img/arrow-red-right.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

    .online.pg-noticias .wr-content .ct .bx-noticias .bx-paginacao .ativo {
        background: #b43c3a;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        color: #fff;
    }

.online.pg-noticias-detalhe .wr-content .ct h1 {
    color: #b43c3a;
}

.online.pg-noticias-detalhe .wr-content .ct .bx-noticia em {
    float: left;
    display: block;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.online.pg-noticias-detalhe .wr-content .ct .bx-noticia img {
    float: right;
    width: 45%;
    padding-left: 10px;
}

.online.pg-noticias-detalhe .wr-content .ct .bx-noticia p {
    font-size: 16px;
    line-height: 25px;
    color: #727272;
}

.online.pg-noticias-detalhe .wr-content .ct .bx-noticia .btn-voltar {
    background: url("../img/arrow-red-left.png") no-repeat scroll left center;
    line-height: 28px;
    height: 28px;
    float: left;
    color: #b43c3a;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding-left: 35px;
    margin-top: 40px;
}

.online.pg-tabela-pontos .wr-content .ct .aviso {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .online.pg-tabela-pontos .wr-content .ct .aviso img {
        float: left;
        margin-right: 20px;
    }

    .online.pg-tabela-pontos .wr-content .ct .aviso strong {
        font-size: 18px;
        color: #0041c0;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        display: block;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .online.pg-tabela-pontos .wr-content .ct .aviso span {
        font-size: 18px;
        color: #727272;
    }

        .online.pg-tabela-pontos .wr-content .ct .aviso span b {
            font-family: "Open Sans";
            font-weight: 700;
            font-style: normal;
        }

        .online.pg-tabela-pontos .wr-content .ct .aviso span em {
            color: #3ba1d8;
        }

.online.pg-tabela-pontos .wr-content .ct .fm {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

    .online.pg-tabela-pontos .wr-content .ct .fm ul li select {
        width: 100%;
    }

    .online.pg-tabela-pontos .wr-content .ct .fm ul li input[type="submit"] {
        background: url("../img/btn-buscar.png") no-repeat left top;
        width: 103px;
        height: 27px;
        margin: 10px;
        float: left;
    }

    .online.pg-tabela-pontos .wr-content .ct .fm ul li input[type="text"] {
        width: 100%;
    }

    .online.pg-tabela-pontos .wr-content .ct .fm ul li input[type="image"] {
        width: 122px;
        height: 27px;
        margin: 10px;
        float: left;
    }

.online.pg-tabela-pontos .wr-content .ct table {
    border-collapse: separate !important;
    border-spacing: 1px;
}

    .online.pg-tabela-pontos .wr-content .ct table tr.odd td {
        background: #f8f8f8;
    }

    .online.pg-tabela-pontos .wr-content .ct table tr th {
        background: #0041c0;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        border: 1px solid #eef1f5;
    }

    .online.pg-tabela-pontos .wr-content .ct table tr td {
        background: #fff;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #eef1f5;
    }

    .online.pg-tabela-pontos .wr-content .ct table tr.tb-paginacao td {
        border: none;
        background: none;
    }

        .online.pg-tabela-pontos .wr-content .ct table tr.tb-paginacao td table {
            border-collapse: separate !important;
            border-spacing: 3px;
        }

            .online.pg-tabela-pontos .wr-content .ct table tr.tb-paginacao td table tr td {
                padding: 0;
                border: 1px solid #eef1f5;
            }

                .online.pg-tabela-pontos .wr-content .ct table tr.tb-paginacao td table tr td a {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 18px;
                    padding: 6px;
                    display: block;
                }

                .online.pg-tabela-pontos .wr-content .ct table tr.tb-paginacao td table tr td span {
                    font-family: "Open Sans Condensed";
                    font-weight: 700;
                    font-style: normal;
                    font-size: 18px;
                    background: #3ba1d8;
                    padding: 6px;
                    display: block;
                    color: #fff;
                }

.online.pg-ranking .wr-content .ct h1 {
    color: #7e9a28;
}

.online.pg-ranking .wr-content .ct p {
    color: #727272;
}

.online.pg-ranking .wr-content .ct fieldset {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}

    .online.pg-ranking .wr-content .ct fieldset input[type="text"] {
        width: 200px;
        line-height: 40px;
        height: 40px;
        border: 1px solid #cbcbcb;
        padding: 0 5px;
    }

    .online.pg-ranking .wr-content .ct fieldset input[type="submit"] {
        background: #7e9a28;
        color: #fff;
        line-height: 42px;
        height: 42px;
        cursor: pointer;
        padding: 0 20px;
    }

.online.pg-ranking .wr-content .ct ul {
    list-style: none;
}

    .online.pg-ranking .wr-content .ct ul li {
        border: 1px solid #cbcbcb;
        float: left;
        background: #fff;
        border-left: 5px solid #7e9a28;
        padding: 15px 5px 15px 5px;
        width: 260px;
        margin: 0 5px 15px;
    }

        .online.pg-ranking .wr-content .ct ul li .colocacao {
            float: left;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            color: #7e9a28;
            font-size: 30px;
            width: 25px;
            margin-top: 10px;
            text-align: center;
        }

        .online.pg-ranking .wr-content .ct ul li img {
            float: left;
            width: 50px;
            height: 50px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            border-radius: 25px;
            margin-right: 15px;
            margin-left: 10px;
        }

        .online.pg-ranking .wr-content .ct ul li a {
            display: block;
        }

        .online.pg-ranking .wr-content .ct ul li p {
            float: left;
            font-size: 18px;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            margin-top: 10px;
            margin-bottom: 0;
            width: 150px;
        }

            .online.pg-ranking .wr-content .ct ul li p span {
                display: block;
                font-size: 15px;
                margin-bottom: 5px;
                color: #727272;
                height: 30px;
            }

            .online.pg-ranking .wr-content .ct ul li p small {
                display: block;
                font-size: 9px;
            }

                .online.pg-ranking .wr-content .ct ul li p small b {
                    font-weight: bold;
                }

.online.pg-ranking .wr-content .ct .bx-paginacao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
    float: left;
}

    .online.pg-ranking .wr-content .ct .bx-paginacao a, .online.pg-ranking .wr-content .ct .bx-paginacao span {
        width: 28px;
        height: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }

        .online.pg-ranking .wr-content .ct .bx-paginacao a:empty, .online.pg-ranking .wr-content .ct .bx-paginacao span:empty {
            display: none;
        }

        .online.pg-ranking .wr-content .ct .bx-paginacao a.btn-prev, .online.pg-ranking .wr-content .ct .bx-paginacao span.btn-prev {
            background: url("../img/arrow-green-left.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

        .online.pg-ranking .wr-content .ct .bx-paginacao a.btn-next, .online.pg-ranking .wr-content .ct .bx-paginacao span.btn-next {
            background: url("../img/arrow-green-right.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

    .online.pg-ranking .wr-content .ct .bx-paginacao .ativo {
        background: #7e9a28;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        color: #fff;
    }

.online.pg-ranking .wr-content .ct .bx-posicao-atual h2 {
    color: #7e9a28;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
}

    .online.pg-ranking .wr-content .ct .bx-posicao-atual h2 b {
        font-size: 36px;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
    }

.online.pg-ranking .wr-content .ct .bx-posicao-atual p {
    font-size: 14px;
}

    .online.pg-ranking .wr-content .ct .bx-posicao-atual p strong {
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
    }

.online.pg-ranking .wr-content .ct .bx-posicao-atual img {
    border: 2px dashed #7e9a28;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 20px 30px 0;
    padding: 2px;
}

.online.pg-cadastro .wr-content .ct .fm ul li {
    padding: 15px;
}

    .online.pg-cadastro .wr-content .ct .fm ul li h3 {
        color: #0041c0;
        font-size: 18px;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
    }

    .online.pg-cadastro .wr-content .ct .fm ul li select {
        width: 100%;
    }

    .online.pg-cadastro .wr-content .ct .fm ul li textarea {
        width: 100%;
        height: 100px;
    }

    .online.pg-cadastro .wr-content .ct .fm ul li input[type="text"] {
        width: 100%;
    }

        .online.pg-cadastro .wr-content .ct .fm ul li input[type="text"].ddd {
            width: 20%;
            float: left;
            margin-right: 2%;
        }

        .online.pg-cadastro .wr-content .ct .fm ul li input[type="text"].telefone {
            width: 78%;
            float: left;
        }

    .online.pg-cadastro .wr-content .ct .fm ul li .lbl-error {
        font-size: 11px;
        color: tomato;
        display: block;
        margin: 0 0 10px;
    }

        .online.pg-cadastro .wr-content .ct .fm ul li .lbl-error[style*="visibility:hidden"],
        .online.pg-cadastro .wr-content .ct .fm ul li .lbl-error [style*="visibility: hidden"] {
            display: none;
        }

.online.pg-cadastro .wr-content .ct .bx-foto {
    background: #d9dfe6;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

    .online.pg-cadastro .wr-content .ct .bx-foto img {
        width: 110px;
        height: 110px;
        border: 4px solid #3ba1d8;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        border-radius: 60px;
        float: left;
        margin-right: 20px;
    }

    .online.pg-cadastro .wr-content .ct .bx-foto label {
        font-size: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        color: #0041c0;
        margin-top: 30px;
        margin-right: 30px;
        float: left;
    }

        .online.pg-cadastro .wr-content .ct .bx-foto label small {
            font-size: 18px;
            font-family: "Open Sans";
            font-weight: 400;
            font-style: normal;
            display: block;
            color: #0041c0;
        }


    .online.pg-cadastro .wr-content .ct .bx-foto input[type="submit"] {
        background: url("../img/btn-atualizar.png");
        width: 225px;
        height: 27px;
        margin-top: 40px;
    }

    .online.pg-cadastro .wr-content .ct .bx-foto .btn-actions {
        max-width: 277px;
        overflow: hidden;
    }

@media screen and (min-width: 1px) and (max-width: 980px) {
    .online.pg-cadastro .wr-content .ct .bx-foto .btn-actions {
        clear: both;
    }
}

.online.pg-cadastro .wr-content .ct .bx-foto .btn-actions a {
    color: #b43c3a;
    display: block;
    font-weight: 600;
    padding-top: 10px;
}

.online.pg-cadastro .wr-content .ct .bx-foto .fm-file {
    background: #fff;
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    padding: 10px;
}

.online.pg-alterar-senha .wr-content .ct .fm ul li label {
    display: block;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding: 0 0 10px 0;
}

.online.pg-alterar-senha .wr-content .ct .fm ul li input[type="password"] {
    width: 100%;
}

.online.pg-alterar-senha .wr-content .ct .fm ul li input[type="submit"] {
    background: url("../img/btn-gravar.png");
    width: 109px;
    height: 27px;
    margin-top: 35px;
}

.online.pg-alterar-senha .wr-content .ct .fm ul li .lbl-error {
    font-size: 11px;
    color: tomato;
    display: block;
    margin: 0 0 10px;
}

    .online.pg-alterar-senha .wr-content .ct .fm ul li .lbl-error[style*="visibility:hidden"],
    .online.pg-alterar-senha .wr-content .ct .fm ul li .lbl-error [style*="visibility: hidden"] {
        display: none;
    }

.online.pg-fale-conosco .wr-content .ct .fm div.bx-btns {
    text-align: right;
}

.online.pg-fale-conosco .wr-content .ct .fm div select {
    width: 100%;
}

.online.pg-fale-conosco .wr-content .ct .fm div .lbl-error {
    font-size: 11px;
    color: tomato;
    display: block;
    margin: -10px 0 10px;
}

    .online.pg-fale-conosco .wr-content .ct .fm div .lbl-error[style*="visibility:hidden"] {
        display: none;
    }

.online.pg-fale-conosco .wr-content .ct .fm div textarea {
    width: 100%;
    height: 110px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.online.pg-fale-conosco .wr-content .ct .fm div input[type="text"] {
    width: 100%;
}

    .online.pg-fale-conosco .wr-content .ct .fm div input[type="text"].ddd {
        width: 20%;
        float: left;
        margin-right: 2%;
    }

    .online.pg-fale-conosco .wr-content .ct .fm div input[type="text"].telefone {
        width: 78%;
        float: left;
    }

.online.pg-fale-conosco .wr-content .ct .fm div input[type="submit"] {
    background: url("../img/btn-enviar.png");
    width: 109px;
    height: 27px;
    margin-left: 20px;
    width: 109px;
    float: right;
}

.online.pg-fale-conosco .wr-content .ct .fm div .btn-voltar {
    background: url("../img/btn-voltar.png");
    width: 101px;
    height: 27px;
    text-indent: -77777px;
    display: inline-block;
    text-align: left;
    float: right;
}

.online.pg-regulamento .wr-content .ct .bx-btns {
    float: right;
}

.online.pg-regulamento .wr-content .ct .bx-regulamento {
    padding: 30px 0;
}

    .online.pg-regulamento .wr-content .ct .bx-regulamento p {
        margin: 20px 0 0 0;
    }

.online.pg-regulamento .wr-content .ct .btn-voltar {
    background: url("../img/arrow-dark-blue-left.png") no-repeat scroll left center;
    line-height: 28px;
    height: 28px;
    float: left;
    color: #0041c0;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding-left: 35px;
    margin-top: 40px;
}

.online.pg-mural .wr-content .ct .bx-btns {
    float: right;
}

.online.pg-mural .wr-content .ct .btn-novo {
    float: right;
}

.online.pg-mural .wr-content .ct .bx-paginacao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
    float: left;
}

    .online.pg-mural .wr-content .ct .bx-paginacao a, .online.pg-mural .wr-content .ct .bx-paginacao span {
        width: 28px;
        height: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }

        .online.pg-mural .wr-content .ct .bx-paginacao a:empty, .online.pg-mural .wr-content .ct .bx-paginacao span:empty {
            display: none;
        }

        .online.pg-mural .wr-content .ct .bx-paginacao a.btn-prev, .online.pg-mural .wr-content .ct .bx-paginacao span.btn-prev {
            background: url("../img/arrow-dark-blue-left.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

        .online.pg-mural .wr-content .ct .bx-paginacao a.btn-next, .online.pg-mural .wr-content .ct .bx-paginacao span.btn-next {
            background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

    .online.pg-mural .wr-content .ct .bx-paginacao .ativo {
        background: #3ba1d8;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        color: #fff;
    }

.online.pg-mural .wr-content .ct .bx-filtro {
    float: left;
    margin: 0 0 20px 10px;
}

    .online.pg-mural .wr-content .ct .bx-filtro label {
        display: block;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        color: #0041c0;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .online.pg-mural .wr-content .ct .bx-filtro select {
        width: 250px;
        float: left;
    }

    .online.pg-mural .wr-content .ct .bx-filtro input {
        float: left;
    }

.online.pg-mural .wr-content .ct .bx-mural {
    width: 100%;
    float: left;
}

    .online.pg-mural .wr-content .ct .bx-mural li {
        float: left;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

        .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix {
            padding: 15px;
            background: #fff;
            border-bottom: 1px solid #0041c0;
            position: relative;
        }

            .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix a em {
                font-style: italic;
                font-size: 12px;
            }

            .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix a h2 {
                font-family: "Open Sans Condensed";
                font-weight: 700;
                font-style: normal;
                color: #0041c0;
                margin: 20px 0;
                text-transform: capitalize;
            }

            .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix a p {
                color: #727272;
                font-size: 14px;
                height: 140px;
                margin-bottom: 40px;
            }

                .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix a p::first-letter {
                    text-transform: uppercase;
                }

            .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix .bx-autor {
                position: absolute;
                bottom: 15px;
            }

                .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix .bx-autor img {
                    float: left;
                    width: 32px;
                    height: 32px;
                    -webkit-border-radius: 16px;
                    -moz-border-radius: 16px;
                    -ms-border-radius: 16px;
                    border-radius: 16px;
                    background: #0041c0;
                    margin-right: 10px;
                }

                .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix .bx-autor strong {
                    color: #727272;
                    font-size: 12px;
                }

                .online.pg-mural .wr-content .ct .bx-mural li .ct-main .ct-fix .bx-autor span {
                    text-transform: uppercase;
                    font-size: 12px;
                    display: block;
                }

.online.pg-mural-detalhe .wr-content .ct .bx-btns {
    float: right;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe .btn-voltar {
    background: url("../img/arrow-dark-blue-left.png") no-repeat scroll left center;
    line-height: 28px;
    height: 28px;
    float: left;
    color: #0041c0;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding-left: 35px;
    margin-top: 40px;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe h2 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    color: #0041c0;
    margin-bottom: 30px;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe em {
    float: left;
    display: block;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe p {
    font-size: 16px;
    line-height: 25px;
    color: #727272;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe .user h3 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    color: #b43c3a;
    font-size: 20px;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe .user em {
    margin-bottom: 10px;
}

.online.pg-mural-detalhe .wr-content .ct .bx-detalhe .user span {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    color: #3ba1d8;
    font-size: 16px;
}

.online.pg-mural-novo .wr-content .ct .bx-novo .btn-voltar {
    background: url("../img/arrow-dark-blue-left.png") no-repeat scroll left center;
    line-height: 28px;
    height: 28px;
    float: left;
    color: #0041c0;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    padding-left: 35px;
}

.online.pg-mural-novo .wr-content .ct .bx-novo h2 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    color: #b43c3a;
    margin-bottom: 30px;
}

.online.pg-mural-novo .wr-content .ct .bx-novo li {
    margin: 10px 0;
}

.online.pg-mural-novo .wr-content .ct .bx-novo .lbl-error {
    font-size: 11px;
    color: tomato;
    display: block;
    margin: 0 0 10px 0;
}

    .online.pg-mural-novo .wr-content .ct .bx-novo .lbl-error[style*="visibility:hidden"] {
        display: none;
    }

.online.pg-mural-novo .wr-content .ct .bx-novo textarea {
    width: 100%;
    height: 110px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.online.pg-mural-novo .wr-content .ct .bx-novo input[type="text"] {
    width: 100%;
}

    .online.pg-mural-novo .wr-content .ct .bx-novo input[type="text"].ddd {
        width: 20%;
        float: left;
        margin-right: 2%;
    }

    .online.pg-mural-novo .wr-content .ct .bx-novo input[type="text"].telefone {
        width: 78%;
        float: left;
    }

.online.pg-mural-novo .wr-content .ct .bx-novo input[type="submit"] {
    background: url("../img/btn-postar.png");
    width: 104px;
    height: 27px;
    margin-left: 20px;
    float: right;
}

.online.pg-como-funciona .wr-content .ct {
    padding-bottom: 0;
}

    .online.pg-como-funciona .wr-content .ct .bx-intro p {
        font-size: 21px;
        color: #727272;
    }

        .online.pg-como-funciona .wr-content .ct .bx-intro p strong {
            display: block;
            font-weight: bold;
        }

    .online.pg-como-funciona .wr-content .ct .bx-intro h2 {
        margin: 50px 0 0 0;
        font-size: 23px;
        color: #0041c0;
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
    }

    .online.pg-como-funciona .wr-content .ct .bx-intro ul {
        padding-top: 20px;
    }

        .online.pg-como-funciona .wr-content .ct .bx-intro ul li {
            float: left;
            height: 40px;
            margin-top: 10px;
            position: relative;
            width: 100%;
        }

            .online.pg-como-funciona .wr-content .ct .bx-intro ul li span {
                background: url("../img/bg-item-como-funciona.png") no-repeat center top;
                width: 40px;
                height: 40px;
                display: block;
                font-family: "Open Sans";
                font-weight: 800;
                font-style: normal;
                font-size: 18px;
                color: #fff;
                text-align: center;
                line-height: 40px;
                float: left;
                position: absolute;
                top: 0;
                left: 0;
            }

            .online.pg-como-funciona .wr-content .ct .bx-intro ul li p {
                color: #727272;
                font-size: 18px;
                float: left;
                padding-left: 60px;
                margin-top: 10px;
                margin-bottom: 0;
            }

                .online.pg-como-funciona .wr-content .ct .bx-intro ul li p strong {
                    display: inline;
                }

    .online.pg-como-funciona .wr-content .ct .bx-destaque img {
        width: 100%;
    }

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento {
        margin-top: -50px;
    }

        .online.pg-como-funciona .wr-content .ct .bx-fique-atento img {
            float: left;
            margin-right: 20px;
        }

        .online.pg-como-funciona .wr-content .ct .bx-fique-atento h3 {
            font-family: "Open Sans";
            font-weight: 300;
            font-style: normal;
            font-size: 42px;
            color: #727272;
            margin-top: 30px;
        }

        .online.pg-como-funciona .wr-content .ct .bx-fique-atento strong {
            font-family: "Open Sans";
            font-weight: 700;
            font-style: normal;
            font-size: 42px;
            color: #0041c0;
        }

        .online.pg-como-funciona .wr-content .ct .bx-fique-atento p {
            font-size: 16px;
            color: #0041c0;
        }

            .online.pg-como-funciona .wr-content .ct .bx-fique-atento p strong {
                font-size: inherit;
            }

            .online.pg-como-funciona .wr-content .ct .bx-fique-atento p small {
                display: block;
                font-family: "Open Sans";
                font-weight: 400;
                font-style: italic;
                font-size: 12px;
                color: #0041c0;
                margin-top: 10px;
            }

    .online.pg-como-funciona .wr-content .ct .bx-aviso {
        padding: 30px 10px;
    }

        .online.pg-como-funciona .wr-content .ct .bx-aviso h4 {
            font-size: 18px;
            color: #0041c0;
            margin-bottom: 10px;
        }

            .online.pg-como-funciona .wr-content .ct .bx-aviso h4 strong {
                font-family: "Open Sans";
                font-weight: 700;
                font-style: normal;
            }

        .online.pg-como-funciona .wr-content .ct .bx-aviso p {
            font-size: 13px;
            color: #727272;
            margin-bottom: 0;
        }

            .online.pg-como-funciona .wr-content .ct .bx-aviso p span {
                font-size: 13px;
                color: #0041c0;
            }

            .online.pg-como-funciona .wr-content .ct .bx-aviso p a {
                font-size: 14px;
                color: #0041c0;
                text-decoration: underline;
            }

.online.pg-missao .wr-content .ct ul li {
    float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

    .online.pg-missao .wr-content .ct ul li.bx-missao {
        background: url("../img/bn-missao.jpg") no-repeat center center;
    }

    .online.pg-missao .wr-content .ct ul li.bx-visao {
        background: url("../img/bn-visao.jpg") no-repeat center center;
        margin: 0 1.5%;
    }

    .online.pg-missao .wr-content .ct ul li.bx-valores {
        background: url("../img/bn-valores.jpg") no-repeat center center;
    }

    .online.pg-missao .wr-content .ct ul li div {
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        display: table-cell;
        height: 400px;
        vertical-align: bottom;
    }

        .online.pg-missao .wr-content .ct ul li div h2 {
            color: #fff;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 24px;
        }

        .online.pg-missao .wr-content .ct ul li div p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
            line-height: normal;
        }

.online.pg-quiz .wr-content .ct h2 {
    color: #0041c0;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin: 30px 0;
    text-transform: uppercase;
    padding-top: 30px;
}

.online.pg-quiz .wr-content .ct .bx-quiz:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.online.pg-quiz .wr-content .ct .bx-quiz ul li {
    width: 270px;
    float: left;
    background-color: #fff;
    margin: 7px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .online.pg-quiz .wr-content .ct .bx-quiz ul li img {
        width: 270px;
        height: 150px;
        background: #333;
    }

    .online.pg-quiz .wr-content .ct .bx-quiz ul li div {
        padding: 15px;
        border-bottom: 1px solid #0041c0;
    }

        .online.pg-quiz .wr-content .ct .bx-quiz ul li div h3 {
            color: #0041c0;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 24px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .online.pg-quiz .wr-content .ct .bx-quiz ul li div p {
            color: #727272;
            font-size: 16px;
            word-break: break-all;
            margin-bottom: 10px;
            height: 85px;
        }

        .online.pg-quiz .wr-content .ct .bx-quiz ul li div a {
            display: block;
            line-height: 30px;
            height: 30px;
            background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #0041c0;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
        }

.online.pg-quiz .wr-content .ct .bx-quiz.anteriores {
    /*
                        ul {
                            li {
                                float: left;
                                width: 30%;
                                @include box-sizing();
                                padding: 20px;

                                > img {
                                    float: left;
                                    @include size(150px);
                                    margin-right: 20px;
                                }

                                h3 {
                                    font-size: 20px;
                                }

                                p {
                                    font-size: 20px;
                                    margin-bottom: 0;
                                    word-break: break-all;
                                }

                                a {
                                    margin: 10px 0 0 0;

                                    img {
                                        width: 110px;
                                    }
                                }
                            }
                        }

                        */
}

.online.pg-quiz .wr-content .ct .bx-paginacao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
    float: left;
}

    .online.pg-quiz .wr-content .ct .bx-paginacao a, .online.pg-quiz .wr-content .ct .bx-paginacao span {
        width: 28px;
        height: 28px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
    }

        .online.pg-quiz .wr-content .ct .bx-paginacao a:empty, .online.pg-quiz .wr-content .ct .bx-paginacao span:empty {
            display: none;
        }

        .online.pg-quiz .wr-content .ct .bx-paginacao a.btn-prev, .online.pg-quiz .wr-content .ct .bx-paginacao span.btn-prev {
            background: url("../img/arrow-dark-blue-left.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

        .online.pg-quiz .wr-content .ct .bx-paginacao a.btn-next, .online.pg-quiz .wr-content .ct .bx-paginacao span.btn-next {
            background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
            text-indent: -77777px;
        }

    .online.pg-quiz .wr-content .ct .bx-paginacao .ativo {
        background: #3ba1d8;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        color: #fff;
    }

.online.pg-quiz .wr-content .ct .bx-questoes {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 100px;
    border-bottom: 1px solid #0041c0;
}

    .online.pg-quiz .wr-content .ct .bx-questoes .num-pergunta {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        color: #0041c0;
        float: left;
        display: block;
        margin-right: 10px;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes .txt-pergunta {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        padding: 5px 0;
        display: block;
        color: #727272;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes td {
        position: relative;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes .btn-anterior {
        background: url("../img/arrow-light-blue-left.png") no-repeat scroll left center;
        line-height: 28px;
        height: 28px;
        color: #3ba1d8;
        font-size: 24px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        padding-left: 35px;
        margin-top: 40px;
        position: absolute;
        bottom: -80px;
        right: 110px;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes .btn-proxima {
        background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
        line-height: 28px;
        height: 28px;
        color: #0041c0;
        font-size: 24px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        padding-right: 35px;
        margin-top: 40px;
        margin-left: 30px;
        position: absolute;
        bottom: -80px;
        right: -20px;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes .btn-finalizar {
        background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
        line-height: 28px;
        height: 28px;
        color: #0041c0;
        font-size: 24px;
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        padding-right: 35px;
        margin-top: 40px;
        margin-left: 30px;
        position: absolute;
        bottom: -80px;
        right: -20px;
    }

        .online.pg-quiz .wr-content .ct .bx-questoes .btn-finalizar:after {
            content: 'Finalizar';
        }

    .online.pg-quiz .wr-content .ct .bx-questoes .lbl-error {
        background: #b43c3a;
        padding: 10px;
        color: #fff;
        display: block;
        float: left;
    }

    .online.pg-quiz .wr-content .ct .bx-questoes .bx-opcoes-perguntas {
        padding: 20px 0 0 0;
    }

        .online.pg-quiz .wr-content .ct .bx-questoes .bx-opcoes-perguntas li {
            float: left;
            padding: 10px 0;
            width: 100%;
        }

            .online.pg-quiz .wr-content .ct .bx-questoes .bx-opcoes-perguntas li label {
                cursor: pointer;
                float: left;
                padding-left: 20px;
                display: block;
                width: 80%;
            }

            .online.pg-quiz .wr-content .ct .bx-questoes .bx-opcoes-perguntas li input[type="radio"] {
                cursor: pointer;
                float: left;
                padding-left: 20px;
            }

.online.pg-quiz-regulamento .wr-content .ct p {
    color: #727272;
    font-size: 20px;
    margin: 15px 0 40px 0;
    word-break: break-all;
}

    .online.pg-quiz-regulamento .wr-content .ct p strong {
        font-weight: 700;
    }

.online.pg-quiz-regulamento .wr-content .ct ul li {
    float: left;
}

    .online.pg-quiz-regulamento .wr-content .ct ul li a {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        height: 28px;
        display: block;
    }

        .online.pg-quiz-regulamento .wr-content .ct ul li a.btn-continuar {
            margin-left: 100px;
        }

.overlay {
    background: url("../img/overlay.png");
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0;
    z-index: 99998;
}

.bx-modal {
    width: 500px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    z-index: 99999;
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bx-modal .header {
        position: relative;
    }

        .bx-modal .header h2 {
            text-transform: uppercase;
            color: #0041c0;
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 28px;
        }

        .bx-modal .header .btn-fechar {
            background: url("../img/btn-close-modal.png") no-repeat scroll center center;
            position: absolute;
            right: -20px;
            top: -55px;
            width: 32px;
            height: 32px;
            text-indent: -77777px;
        }

    .bx-modal .content {
        margin: 0 5px;
        padding: 20px 0;
    }

        .bx-modal .content p {
            font-size: 18px;
        }

    .bx-modal.bx-modal-video {
        padding: 0;
    }

        .bx-modal.bx-modal-video header .btn-fechar {
            right: 0;
        }

        .bx-modal.bx-modal-video .content {
            padding: 0;
            margin: 0;
        }

            .bx-modal.bx-modal-video .content iframe {
                height: 280px;
                width: 100%;
            }

    .bx-modal.bx-how-participate-modal {
        width: auto;
        left: 38%;
        background-color: #080910;
        text-align: center;
        padding: 20px;
        border-radius: 12px;
    }

@media screen and (min-width: 1px) and (max-width: 980px) {
    .bx-modal.bx-how-participate-modal {
        width: 100%;
        margin: 0;
        left: auto;
    }
}

.bx-modal.bx-how-participate-modal .header {
    margin-bottom: 20px;
}

    .bx-modal.bx-how-participate-modal .header a.btn-fechar {
        top: 0;
        width: 30px;
        height: 30px;
        right: 10px;
    }

.bx-modal.bx-how-participate-modal .content p {
    color: #ffffff;
    margin: 15px 0;
    text-align: initial;
}

.bx-modal.bx-how-participate-modal .content strong {
    color: #9dddf9;
    font-weight: bold;
}

.bx-modal.bx-how-participate-modal .content img {
    max-width: 100%;
    border-radius: 30px;
}

    .bx-modal.bx-how-participate-modal .content img.img-envio {
        max-width: 400px;
    }

@media screen and (min-width: 1px) and (max-width: 980px) {
    .bx-modal.bx-how-participate-modal .content img.img-envio {
        max-width: 100%;
    }
}

.bx-modal#modalHome {
    padding: 0;
    width: 600px;
    margin-left: -300px;
}

    .bx-modal#modalHome .header .btn-fechar {
        right: 0;
    }

    .bx-modal#modalHome .content {
        padding: 0;
        margin: 0;
    }

        .bx-modal#modalHome .content img {
            width: 100%;
        }

.bx-modal.bx-modal-quiz .header h2 {
    text-align: center;
}

.bx-modal.bx-modal-quiz .content p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10%;
    color: #727272;
}

    .bx-modal.bx-modal-quiz .content p small {
        color: #727272;
        font-size: 12px;
    }

        .bx-modal.bx-modal-quiz .content p small a {
            color: #3ba1d8;
            text-decoration: underline;
        }

    .bx-modal.bx-modal-quiz .content p strong {
        font-family: "Open Sans";
        font-weight: 700;
        font-style: normal;
    }

.bx-modal.bx-modal-quiz .content .btn-comecar {
    background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
    line-height: 28px;
    height: 28px;
    color: #0041c0;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    padding-right: 30px;
    margin: 0 auto;
    width: 90px;
    display: block;
}

.bx-modal.bx-modal-quiz .content .btn-home {
    background: url("../img/arrow-dark-blue-right.png") no-repeat scroll right center;
    line-height: 28px;
    height: 28px;
    color: #0041c0;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    padding-right: 30px;
    margin: 0 auto;
    width: 150px;
    display: block;
}

.bx-modal.bx-modal-noticia-importante {
    background: url(../img/poupup_noticia_importante.png) no-repeat scroll center center;
    background-size: 100%;
    height: 373px;
    margin-left: -300px;
}

    .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
        background: url(../img/btn_close_noticia_importante.png) no-repeat scroll center center;
        position: absolute;
        right: 0px;
        top: 30px;
        width: 24px;
        height: 21px;
        text-indent: -77777px;
    }

.bx-modal.modalNoticia {
    position: fixed;
    top: 130px;
    border-radius: 10px;
    border: 2px solid #0041c0;
}

    .bx-modal.modalNoticia .header .btn-fechar {
        background: url(../img/btn_close_noticia_importante.png) no-repeat scroll center center;
        top: -20px;
    }

    .bx-modal.modalNoticia h1 {
        text-align: center;
        margin: 10px 0 20px 0;
        color: #0041c0;
        font-weight: 700;
        font-size: 1.7em;
    }

    .bx-modal.modalNoticia h2 {
        margin: 0px 0 10px 0;
        font-size: 1.4em;
    }

    .bx-modal.modalNoticia p {
        line-height: 1.3em;
        margin-bottom: 1em;
        text-align: justify;
    }

        .bx-modal.modalNoticia p a {
            font-weight: bold;
        }

        .bx-modal.modalNoticia p:last-child {
            font-weight: bold;
        }


@media only screen and (min-width: 1100px) {
    .offline .wr-content {
        /*background: url(../img/login/bg_desktop_1100.jpg) no-repeat center;*/
        background-size: cover;
    }
}

@media only screen and (max-width: 760px) {
    .offline .wr-content {
        background: none;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1100px) {
    .offline .wr-content {
        /*background: url(../img/login/bg.jpg) no-repeat center;*/
        background-size: cover;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1800px) {
    .offline .wr-content {
        /*            background: url(../img/login/bg.jpg) no-repeat center;
            background: url(../img/login/bg.jpg) no-repeat;*/
        background-size: cover;
    }
}

@media only screen and (min-width: 1100px) {
    .offline .wr-content .ct .grid-6 {
        margin-left: -80px;
    }
}

@media only screen and (min-width: 1400px) {

    .offline .wr-content .ct .grid-6 {
        margin-left: -150px;
    }
}

@media screen and (min-width: 1230px) {
    .offline .wr-content {
        min-height: 720px;
        display: flex;
        align-items: center;
    }

        .offline .wr-content .ct .logo {
            width: auto;
            margin-left: 0;
        }

        .offline .wr-content .ct .logopromo {
            width: 170px;
        }

    .online .wr-topo {
        background: url("../img/on-bg-header.png") no-repeat center top;
    }

        .online .wr-topo .ct {
            height: 87px;
        }

            .online .wr-topo .ct .mn {
                padding-top: 0;
                top: 20px;
                left: 200px;
            }

    .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text p {
        height: 110px;
    }

    .online.pg-produtos .wr-content .ct .bx-produtos li {
        width: 30%;
    }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
    .offline.pg-login .wr-content .ct .bx .btn-primeiro-acesso {
        font-size: 14px;
    }

    .online .wr-topo {
        display: block;
        background: #1a3664;
        position: relative;
        z-index: 100;
        height: auto;
    }

        .online .wr-topo .ct {
            padding: 0;
            height: auto;
        }

            .online .wr-topo .ct .lnk-logo {
                float: left;
                margin: 10px;
                position: relative;
                top: 0;
            }

            .online .wr-topo .ct .btn-user {
                background: #0041c0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 90px;
                height: 90px;
                display: block;
                float: right;
                padding: 20px;
            }

                .online .wr-topo .ct .btn-user img {
                    width: 100%;
                    height: 100%;
                    -webkit-border-radius: 45px;
                    -moz-border-radius: 45px;
                    -ms-border-radius: 45px;
                    border-radius: 45px;
                }

            .online .wr-topo .ct .btn-hamburg {
                padding: 0;
                display: block;
                width: 40px;
                height: 35px;
                overflow: hidden;
                float: right;
                margin: 30px 30px 0 30px;
                cursor: pointer;
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: all, 0.5s, ease-in-out, 0s;
                -moz-transition: all, 0.5s, ease-in-out, 0s;
            }

                .online .wr-topo .ct .btn-hamburg span {
                    width: 100%;
                    height: 6px;
                    display: block;
                    position: absolute;
                    left: 0;
                    background: #fff;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity=100);
                    opacity: 1;
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                    -webkit-transition: all, 0.5s, ease-in-out, 0s;
                    -moz-transition: all, 0.5s, ease-in-out, 0s;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px;
                }

                    .online .wr-topo .ct .btn-hamburg span:nth-child(1) {
                        top: 0;
                    }

                    .online .wr-topo .ct .btn-hamburg span:nth-child(2) {
                        top: 13px;
                        left: auto;
                        right: 0;
                    }

                    .online .wr-topo .ct .btn-hamburg span:nth-child(3) {
                        top: 26px;
                        left: auto;
                        right: 0;
                    }

                .online .wr-topo .ct .btn-hamburg.open span:nth-child(1) {
                    top: 12px;
                    -moz-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                }

                .online .wr-topo .ct .btn-hamburg.open span:nth-child(2) {
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    opacity: 0;
                    left: -60px;
                }

                .online .wr-topo .ct .btn-hamburg.open span:nth-child(3) {
                    top: 12px;
                    -moz-transform: rotate(-135deg);
                    -o-transform: rotate(-135deg);
                    -ms-transform: rotate(-135deg);
                    -webkit-transform: rotate(-135deg);
                    transform: rotate(-135deg);
                }

            .online .wr-topo .ct .mn {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background: #1a3664;
                position: relative;
                top: 0;
                float: left;
                width: 100%;
                z-index: 100;
                height: auto;
                padding-top: 20px;
                padding-bottom: 200px;
                display: none;
            }

                .online .wr-topo .ct .mn li {
                    width: 100%;
                }

                    .online .wr-topo .ct .mn li a {
                        font-size: 28px;
                        margin: 0;
                        padding: 15px 10%;
                    }

                    .online .wr-topo .ct .mn li ul {
                        position: relative;
                        width: 100%;
                        background: #1f4178;
                    }

                        .online .wr-topo .ct .mn li ul.last {
                            width: 100%;
                        }

                        .online .wr-topo .ct .mn li ul li {
                            border-bottom: none;
                        }

                            .online .wr-topo .ct .mn li ul li a {
                                text-align: left;
                                padding: 15px 10%;
                                text-transform: capitalize;
                            }

            .online .wr-topo .ct .mn-user {
                top: 100%;
                width: 100%;
                height: auto;
                z-index: 101;
                padding: 0;
                display: none;
            }

                .online .wr-topo .ct .mn-user li div {
                    display: none;
                }

                .online .wr-topo .ct .mn-user li ul {
                    background: #0041c0;
                    width: 100%;
                    display: block;
                    position: relative;
                    padding: 15px 0 200px 0;
                }

                    .online .wr-topo .ct .mn-user li ul li {
                        border-bottom: none;
                    }

                        .online .wr-topo .ct .mn-user li ul li a {
                            font-size: 28px;
                            padding: 15px 10%;
                        }

                        .online .wr-topo .ct .mn-user li ul li.mobile {
                            display: block;
                            text-align: right;
                            padding: 15px 10%;
                        }

                            .online .wr-topo .ct .mn-user li ul li.mobile b {
                                display: block;
                                text-transform: uppercase;
                                color: #fff;
                                margin-bottom: 5px;
                                font-size: 16px;
                                font-family: "Open Sans Condensed";
                                font-weight: 700;
                                font-style: normal;
                            }

                            .online .wr-topo .ct .mn-user li ul li.mobile span {
                                color: #fff;
                                font-family: "Open Sans Condensed";
                                font-weight: 400;
                                font-style: normal;
                            }

                            .online .wr-topo .ct .mn-user li ul li.mobile strong {
                                text-transform: uppercase;
                                color: #fff;
                                margin-bottom: 5px;
                                font-size: 16px;
                                font-family: "Open Sans Condensed";
                                font-weight: 700;
                                font-style: normal;
                            }

                .online .wr-topo .ct .mn-user li:hover div {
                    background: none;
                }

                .online .wr-topo .ct .mn-user li:hover ul {
                    top: 0;
                }

    .online.pg-interna .wr-content {
        margin-top: 50px;
    }

    .online.pg-home {
        background: #fff;
    }

        .online.pg-home .owl-banners .owl-item a {
            display: block;
            float: left;
            height: 350px;
            text-indent: -77777px;
            width: 100%;
            background-position: center center;
            background-size: cover;
        }

        .online.pg-home .owl-banners .owl-controls {
            display: none !important;
        }

    .online.pg-como-funciona .wr-content .ct .bx-destaque img {
        width: 70%;
        margin: 10px 15%;
    }

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento p {
        margin-top: 30px;
    }

    .online.pg-produtos .wr-content .ct .bx-produtos li {
        height: auto;
    }

    .online.pg-ranking .wr-content .ct ul li {
        margin: 0 10px 10px 0;
        width: 30%;
    }

    .online.pg-mural .wr-content .ct .bx-mural li {
        width: 50%;
    }

    .online.pg-quiz .wr-content .ct .bx-quiz.anteriores ul li > img {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .bx-table {
        width: 100%;
        overflow: auto;
    }
}

@media screen and (min-width: 1px) and (max-width: 800px) {
    .online.pg-noticias .wr-content .ct .bx-noticias ul li {
        width: 50%;
    }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
    .offline .wr-content .ct .grid-6 {
        padding: 10px;
    }

    .bx-modal.bx-modal-noticia-importante {
        background-size: 100%;
        margin-left: -270px;
    }

        .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
            top: 30px;
            right: 5px;
        }

    .online.pg-interna.pg-segmentacao .wr-content {
        margin-top: 80px;
    }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como {
            top: 110px;
        }

        .online.pg-interna.pg-segmentacao .wr-content .ct .bx-beneficio-pana {
            margin-top: 200px;
        }
}

@media screen and (min-width: 1px) and (max-width: 670px) {
    .wr-content {
        background-image: none !important;
        margin-bottom: 0px !important;
    }

    .offline .wr-content {
        margin: 0 0 20px 0;
    }

        .offline .wr-content .ct .spacer-tablet {
            padding: 0 !important;
        }

        .offline .wr-content .ct .logopromo {
            position: relative;
            left: 50%;
            bottom: auto;
            width: auto;
            margin-left: calc(-252px / 2);
            margin-top: -30px;
        }

        .offline .wr-content .ct .bx {
            padding: 20px;
            margin-top: 0;
        }

            .offline .wr-content .ct .bx h1 {
                font-size: 35px;
                letter-spacing: -2px;
            }

                .offline .wr-content .ct .bx h1 small {
                    font-size: 30px;
                }

            .offline .wr-content .ct .bx .fm .grid-cell-12 {
                padding: inherit;
            }

            .offline .wr-content .ct .bx .fm .dir {
                padding-left: 10px;
            }

            .offline .wr-content .ct .bx .fm input[type="submit"] {
                background: #0041c0;
                color: #fff;
                position: static;
                bottom: auto;
                border: none;
                /*margin: 20px 0;*/
                width: 100%;
                /*@include size(100%, 35px);*/
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
            }

            .offline .wr-content .ct .bx .bx-outros-links:last-child {
                margin-top: 0;
            }

            .offline .wr-content .ct .bx .bx-outros-links li {
                width: 100%;
                margin-bottom: 10px;
            }

                .offline .wr-content .ct .bx .bx-outros-links li a {
                    padding-right: auto;
                    padding-left: 35px;
                    background-position: left center;
                }

    .wr-footer .ct {
        padding: 10px 0;
    }

        .wr-footer .ct a {
            float: left !important;
        }

    .pg-login .wr-content .ct .bx .fm .dir {
        padding-left: 0;
    }
}

.online .wr-footer .ct .lnk-logo {
    float: left;
}

.online .wr-footer .ct ul {
    margin-bottom: 10px;
    margin-left: -5px;
}

    .online .wr-footer .ct ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .online .wr-footer .ct ul li {
        /*width: 100%;*/
    }

        .online .wr-footer .ct ul li.sep {
            /*display: none;*/
        }

        .online .wr-footer .ct ul li a {
            font-family: "Open Sans Condensed";
            font-weight: 700;
            font-style: normal;
            font-size: 13px;
            color: #fff;
            display: block;
            line-height: 20px;
            padding: 0 5px;
        }

.online.pg-home .wr-andar-1 {
    margin-top: 0;
}

    .online.pg-home .wr-andar-1 .ct {
        background: none;
    }

        .online.pg-home .wr-andar-1 .ct .bx-noticias .lnk-ver-todas {
            position: relative;
            bottom: 0;
            padding: 10px 0 20px;
            display: block;
            text-align: center;
        }

        .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias {
            /*.owl-item {
                                img {
                                    width: 90%;

                                    margin: {
                                        bottom: 20px;
                                        left: 5%;
                                        right: 5%;
                                    }
                                }
                            }*/
        }

            .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-item div {
                padding: 0 15px;
            }

            .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls {
                border-top: none;
                border-bottom: 1px solid #dbb3b5;
                bottom: 0;
                position: relative;
                padding: 10px 0;
            }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls .owl-buttons .owl-prev {
                    background: url("../img/arrow-red-left.png") no-repeat center top;
                }

                .online.pg-home .wr-andar-1 .ct .bx-noticias .owl-noticias .owl-controls .owl-buttons .owl-next {
                    background: url("../img/arrow-red-right.png") no-repeat center top;
                }

.online.pg-como-funciona .wr-content .ct .bx-intro p {
    font-size: 17px;
}

    .online.pg-como-funciona .wr-content .ct .bx-intro p strong {
        display: inline;
        font-weight: bold;
    }

.online.pg-como-funciona .wr-content .ct .bx-intro h2 {
    margin: 30px 0 0 0;
    font-size: 19px;
}

.online.pg-como-funciona .wr-content .ct .bx-intro ul li p {
    font-size: 14px;
    width: 85%;
}

.online.pg-como-funciona .wr-content .ct .bx-destaque img {
    margin: 10px 5%;
    width: 90%;
}

.online.pg-como-funciona .wr-content .ct .bx-fique-atento {
    margin-top: 0;
}

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento img {
        display: none;
    }

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento h3 {
        font-size: 36px;
        margin: 0;
    }

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento strong {
        font-size: 36px;
        margin: 10px 0;
        display: block;
    }

    .online.pg-como-funciona .wr-content .ct .bx-fique-atento p {
        margin: 0;
    }

.online.pg-como-funciona .wr-content .ct .bx-aviso {
    padding: 30px 10px;
}

    .online.pg-como-funciona .wr-content .ct .bx-aviso h4 {
        font-size: 18px;
        color: #0041c0;
        margin-bottom: 10px;
    }

        .online.pg-como-funciona .wr-content .ct .bx-aviso h4 strong {
            font-family: "Open Sans";
            font-weight: 700;
            font-style: normal;
        }

    .online.pg-como-funciona .wr-content .ct .bx-aviso p {
        font-size: 13px;
        color: #727272;
        margin-bottom: 0;
    }

        .online.pg-como-funciona .wr-content .ct .bx-aviso p span {
            font-size: 13px;
            color: #0041c0;
        }

        .online.pg-como-funciona .wr-content .ct .bx-aviso p a {
            font-size: 14px;
            color: #0041c0;
            text-decoration: underline;
        }

.online.pg-missao .wr-content .ct ul li {
    width: 96%;
    background-size: cover !important;
    margin: 20px 2%;
}

    .online.pg-missao .wr-content .ct ul li.bx-visao {
        margin: 22px;
    }

    .online.pg-missao .wr-content .ct ul li div {
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        display: table-cell;
        height: 300px;
        vertical-align: bottom;
    }

.online.pg-produtos .wr-content .ct .bx-produtos li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.online.pg-tabela-pontos .wr-content .ct .aviso img {
    display: none;
}

.online.pg-ranking .wr-content .ct fieldset input[type="text"] {
    width: 90%;
    margin: 0 0 10px 0;
}

.online.pg-ranking .wr-content .ct ul li {
    margin: 0 0 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.online.pg-mural .wr-content .ct .bx-mural li {
    width: 100%;
}

.online.pg-mural .wr-content .ct .btn-novo {
    float: left;
    margin: 20px 10px;
}

.online.pg-quiz .wr-content .ct .bx-quiz.atual > img {
    width: 100%;
    margin: 0 0 15px 0;
}

.online.pg-quiz .wr-content .ct .bx-quiz.anteriores ul li {
    width: 100%;
}

#modalHome.bx-modal,
.bx-modal {
    /*width: 90%;
        left: 0;
        margin-left: 5%;
        width: 500px;
        left: 50%;
        margin-left: -250px;*/
}

    #modalHome.bx-modal .header .btn-fechar,
    .bx-modal .header .btn-fechar {
        width: 40px;
        height: 40px;
        background-position: center center;
        top: -70px;
    }

    #modalHome.bx-modal.bx-modal-noticia-importante,
    .bx-modal.bx-modal-noticia-importante {
        /*background-size: 90%;
            margin-left: 30px;*/
    }

        #modalHome.bx-modal.bx-modal-noticia-importante .header .btn-fechar,
        .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
            /*right: 30%;
                    top: 10px;*/
        }

@media screen and (min-width: 1px) and (max-width: 420px) {
    .offline.pg-login .wr-content .ct .bx .btn-primeiro-acesso {
        font-size: 12px;
    }

    .online .wr-topo .ct .btn-user {
        height: 60px;
        padding: 10px;
        width: 60px;
    }

    .online .wr-topo .ct .btn-hamburg {
        margin: 15px 10px 0;
    }

    .online .wr-topo .ct .lnk-logo {
        background-position: center center;
        background-size: contain;
        width: 130px;
        height: 40px;
    }

    .online.pg-noticias .wr-content .ct .bx-noticias ul li {
        width: 100%;
    }

        .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text h2 {
            height: auto;
        }

        .online.pg-noticias .wr-content .ct .bx-noticias ul li div .text p {
            height: auto;
        }

    .online.pg-interna.pg-segmentacao .wr-content {
        margin-top: 50px;
    }

        .online.pg-interna.pg-segmentacao .wr-content .ct {
            padding-bottom: 0;
        }

            .online.pg-interna.pg-segmentacao .wr-content .ct h1 {
                margin-bottom: 50px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .tit-segment {
                font-size: 25px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct h2 {
                font-size: 42px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como {
                top: 125px;
            }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como h2 {
                    font-size: 28px;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li:nth-child(4) {
                    margin-top: 30px;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li span {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li p {
                    font-size: 15px;
                    padding-left: 60px;
                    margin-top: 0;
                }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-beneficio-pana {
                margin-top: 200px;
            }

    .bx-modal.bx-modal-noticia-importante {
        margin-left: 20px;
    }

        .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
            right: 10px;
            top: 70px;
        }

    .bx-modal.modalNoticia {
        width: 90%;
        left: 65%;
    }
}

@media screen and (min-width: 1px) and (max-width: 375px) {
    .online.pg-interna.pg-segmentacao .wr-content {
        margin-top: 50px;
    }

        .online.pg-interna.pg-segmentacao .wr-content .ct {
            padding-bottom: 0;
        }

            .online.pg-interna.pg-segmentacao .wr-content .ct h1 {
                margin-bottom: 50px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .tit-segment {
                font-size: 20px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct h2 {
                font-size: 35px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como {
                top: 155px;
            }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li {
                    margin-top: 7px;
                }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li:nth-child(4) {
                        margin-top: 40px;
                    }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li span {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li p {
                        font-size: 15px;
                        padding-left: 60px;
                        margin-top: 0;
                    }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-beneficio-pana {
                margin-top: 220px;
            }

    .bx-modal.bx-modal-noticia-importante {
        top: 80px;
    }

        .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
            right: 5px;
            top: 80px;
        }

    .bx-modal.modalNoticia {
        width: 90%;
        left: 72%;
    }
}

@media screen and (min-width: 1px) and (max-width: 320px) {
    .offline .wr-content {
        background-position: -60px -30px;
        background-size: auto 50%;
    }

    .online.pg-interna.pg-segmentacao .wr-content {
        margin-top: 50px;
    }

        .online.pg-interna.pg-segmentacao .wr-content .ct {
            padding-bottom: 0;
        }

            .online.pg-interna.pg-segmentacao .wr-content .ct h1 {
                margin-bottom: 50px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .tit-segment {
                font-size: 20px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct h2 {
                font-size: 35px;
            }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como {
                top: 135px;
            }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como h2 {
                    font-size: 28px;
                }

                .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li {
                    margin-top: 7px;
                }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li:nth-child(4) {
                        margin-top: 60px;
                    }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li span {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .online.pg-interna.pg-segmentacao .wr-content .ct .bx-veja-como ul li p {
                        font-size: 15px;
                        padding-left: 60px;
                        margin-top: 0;
                    }

            .online.pg-interna.pg-segmentacao .wr-content .ct .bx-beneficio-pana {
                margin-top: 200px;
            }

    .bx-modal.bx-modal-noticia-importante {
        margin-left: 16px;
        top: 50px;
    }

        .bx-modal.bx-modal-noticia-importante .header .btn-fechar {
            top: 92px;
        }

    .bx-modal.modalNoticia {
        width: 90%;
        left: 83%;
        top: 100px;
    }
}

.disable-account {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

    .disable-account button {
        background: #0041c0;
        color: #fff;
        margin-top: 20px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 120px;
        font-weight: 700;
        font-size: 16px;
        margin: 0 auto;
    }
