﻿/* RESET
----------------------------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    border: medium none;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
}

ul,
ol {
    list-style: none outside none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

:active:not(input, textarea), :focus:not(input, textarea), ::-moz-focus-inner:not(input, textarea) {
    outline: none;
    border: medium none;
}

:disabled {
    cursor: no-drop;
    color: #aaa;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-weight: bold;
    font-size: 20px;
}

em,
i,
address,
small {
    font-weight: 500;
    font-style: normal;
}
/* ESTRUTURA
-----------------------------------------------------------*/
.backgrounds {
    display: none;
}

.overlay {
    display: none;
    background: #111;
    opacity: .85;
    filter: alpha(opacity=85);
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0px;
    z-index: 77777;
}

.bx-modal {
    background: #fff;
    width: 500px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    z-index: 77778;
}

.bx-modal h2 {
    color: #fff;
    padding: 15px 20px;
}

.bx-modal .content {
    padding: 15px 20px;
}

.bx-modal .bts button {
    display: block;
    font-size: 15px;
    margin: 15px auto;
    padding: 5px 10px;
    width: 100px;
    background: none;
    text-decoration: underline;
    color: #dc1468;
    display: none;
}

.bx-modal .bts a.btn-fechar {
    background: url('../img/ico-fechar.png') no-repeat scroll center center transparent;
    display: block;
    height: 16px;
    position: absolute;
    right: 20px;
    text-indent: -77777px;
    top: 20px;
    width: 16px;
}

.wr-site {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.dark {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
}

#mn {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mn-fixed {
    position: fixed;
    top: 0px;
    z-index: 77777;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
}

.wr {
    width: 100%;
    float: left;
}

.wr .ct {
    width: 1170px;
    margin: 0px auto;
    position: relative;
    display: table;
}

.wr-topo {
    background: url('../img/bg-topo.png') repeat-x scroll left bottom;
}

.wr-topo .ct {
    min-height: 140px;
    display: block;
}

.wr-topo .ct .logo {
    padding: 20px 0px;
    display: block;
    font-size: 30px;
    color: #fff;
}

.wr-menu,
.container-mobile {
    background: url('../img/sombra-menu.png') repeat-x scroll left top;
}

.wr-menu .ct {
}

.wr-conteudo {
    /*background: #f0f0f0;*/
    /*padding-bottom: 195px;*/
}

.wr-conteudo .ct {
}

.wr-contato {
    padding: 30px 0px;
}

.wr-contato .ct {
}

.wr-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.wr-rodape .ct {
    height: 80px;
    line-height: 80px;
    padding: 20px 0;
}

.bx-scroll {
    height: 450px;
}

.bx-regulamento-scroll {
    margin: 20px 0;
}

.bx-regulamento-scroll {
    height: 300px;
    float: left;
}

.backgrounds {
    display: none;
}
/* TOPO
-----------------------------------------------------------*/
.wr-topo .ct .bx-info-user {
    margin: 20px 0px 0px 0px;
    width: 250px;
    border-radius: 5px;
    float: right;
    padding: 15px 20px;
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.wr-topo .ct .bx-info-user * {
    font-size: 14px;
    color: #fff;
}

.wr-topo .ct .bx-info-user p,
.wr-topo .ct .bx-info-user p strong {
}

.wr-topo .ct .bx-info-user ul {
    float: left;
    padding: 10px 0 0 0;
}

.wr-topo .ct .bx-info-user ul li {
    float: left;
    display: inline;
}

.wr-topo .ct .bx-info-user ul li a {
    display: block;
    margin-right: 10px;
}

.wr-topo .ct .bx-info-user ul li a:hover {
    text-decoration: underline;
}

.wr-topo .ct .bx-info-user .bx-pontuacao {
    float: left;
    width: 250px;
}
/* MENU
-----------------------------------------------------------*/
.wr-menu .ct ul {
    position: relative;
    z-index: 597;
    float: left;
}

.wr-menu .ct ul li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.wr-menu .ct ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

.wr-menu .ct ul li a {
    display: block;
    height: 45px;
    line-height: 50px;
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.wr-menu .ct ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.5);
}

.wr-menu .ct ul ul ul {
    top: 1px;
    left: 99%;
}

.wr-menu .ct ul ul li {
    float: none;
}

.wr-menu .ct ul li:hover > ul {
    visibility: visible;
}

.mn-mobile,
.wr-menu-mobile {
    display: none;
}
/* Footer
-----------------------------------------------------------*/
.wr-contato .ct p {
    background: url("../img/ico-fale-rodape.png") no-repeat scroll left center transparent;
    float: left;
    line-height: 40px;
    padding-left: 40px;
}

.wr-contato .ct .bx-media-social {
    float: right;
}

.wr-contato .ct .bx-media-social li {
    float: left;
    display: inline;
    margin-left: 20px;
}

.wr-contato .ct .bx-media-social li a {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -77777px;
}

.wr-contato .ct .bx-media-social li a.icon-twitter {
    background: url('../img/ico-twitter.png') no-repeat scroll left top transparent;
}

.wr-contato .ct .bx-media-social li a.icon-facebook {
    background: url('../img/ico-face.png') no-repeat scroll left top transparent;
}

.wr-rodape .ct p {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    float: left;
}

.wr-rodape .ct img {
    float: right;
    margin: 20px 0;
}
/* HOME
-----------------------------------------------------------*/

.bx {
    background: url('../img/bg-box-home.jpg') no-repeat scroll left 50px;
    width: 370px;
    float: left;
    height: 490px;
    margin: -50px 0px 80px 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.bx.meio {
    margin: -50px 30px 80px 30px;
}

.bx-carrossel-home {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.bx-carrossel-home li {
    background-position: center top;
    background-repeat: no-repeat;
    height: 360px;
    width: 100%;
}

.bx-carrossel-home li a {
    /*display: block;*/
    display: none;
    height: 310px;
    text-indent: -77777px;
}

.carrossel-home .bx-wrapper .bx-pager,
.carrossel-home .bx-wrapper .bx-controls-auto {
    bottom: 80px;
}

.bx h2 {
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px 5px 0px 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.bx h3 {
    font-size: 22px;
    height: 60px;
    letter-spacing: -1px;
    line-height: 20px;
    margin: 10px 10%;
}

.bx img {
    width: 100%;
    height: 180px;
}

.bx p {
    font-size: 16px;
    height: 55px;
    margin: 10px 10% 10px 10%;
    overflow: hidden;
}

.bx .btn-saiba-mais {
    display: block;
    margin: 10px 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#produtosDestaques .bx-wrapper .bx-pager,
#produtosDestaques .bx-wrapper .bx-controls-auto {
    bottom: -30px;
}

#carrosselLive {
    height: 400px;
}

#carrosselLive li img {
    width: 220px;
    margin: 0 auto;
}

#carrosselLive li h3 {
    margin: 14px 10% 10px;
    text-align: center;
}

#carrosselLive li p {
    height: 56px;
    margin: 10px 10%;
}

.bx-live .bx-wrapper .bx-pager {
    display: none;
}
/* INTERNAS
-----------------------------------------------------------*/
.pg {
    background: none repeat scroll 0 0 #fff;
    display: table;
    padding: 30px;
    width: 1110px;
}

.pg h1 {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.pg h1 span {
    color: inherit;
    text-transform: inherit;
}

.pg p {
    line-height: 150%;
    margin-bottom: 15px;
    font-size: 15px;
}

.pg .col {
    float: left;
    width: 40%;
}

.pg .col-1 {
    margin-right: 4%;
}

.pg .col-2 {
}

.pg .col-center {
    display: table;
    margin: 0 auto;
    width: 500px;
}

.pg .pagination .pager {
    display: table;
    margin: 0 auto;
}

.pg .pagination .pager li {
    float: left;
    margin-right: 5px;
}

.pg .pagination .pager li a {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.pg .btn-voltar {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    float: left;
    margin-top: 10px;
}
/* FORMULARIOS
-----------------------------------------------------------*/
.fm-campo {
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
}
/*
.fm-campo * {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
*/
.fm-campo label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #5d5d5d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.fm-campo input[type=text] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 5px;
    border-radius: 0px 5px 5px 0px;
    float: left;
}

.fm-campo input[type=password] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 10px;
    border-radius: 0px 5px 5px 0px;
}

.fm-campo input[type=checkbox] {
    position: absolute;
    left: -20px;
}

.fm-campo input[type=option] {
}

.fm-campo select {
    width: 100%;
    height: 32px;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
}

.fm-campo textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    text-indent: 5px;
    border-radius: 0px 5px 5px 0px;
    float: left;
    resize: none;
}

.fm-check {
    overflow: hidden;
}

.fm-check.fst {
    margin-top: -10px;
}

.fm-check label {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 24px;
    padding: 0 0 0 10px;
}

.fm-campo .ddd {
    margin-right: 18px;
}

.fm-campo .tel[type=text] {
    border-radius: 5px;
}

.fm-check .check {
    background: url('../img/fm-check.png') no-repeat scroll left bottom transparent;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    float: left;
}

.fm-check .check.ativo {
    background-position: left top;
}

.fm-msg {
}

.fm-msg textarea {
}

.fm-botoes {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.fm-botoes .btn,
.fm-botoes button {
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    transition: all 0.5s;
}

.fm-botoes .btn-voltar {
    margin: 0;
}

.fm-botoes .btn-esq {
    float: left;
}

.fm-botoes .btn-dir {
    float: right;
}

.fm-campo .ico {
    display: none;
    /*background-image: url('../ico/ico-default.png');
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 0px 0px 5px;*/
}

/*.fm-campo .ico-person {
    background-image: url('../ico/ico-person.png');
}

.fm-campo .ico-calendar {
    background-image: url('../ico/ico-calendar.png');
}

.fm-campo .ico-home {
    background-image: url('../ico/ico-home.png');
}

.fm-campo .ico-mail {
    background-image: url('../ico/ico-mail.png');
}

.fm-campo .ico-subject {
    background-image: url('../ico/ico-subject.png');
}

.fm-campo .ico-tel {
    background-image: url('../ico/ico-tel.png');
}

.fm-campo .ico-secure {
    background-image: url('../ico/ico-secure.png');
}

.fm-campo .ico-edit {
    background-image: url('../ico/ico-edit.png');
}*/

.fm-msg .ico {
    background-position: center 0;
    height: 150px;
}

.tam1 {
    width: 100%;
}

.tam2 {
    width: 205px;
}

.tam3 {
    width: 127px;
}

.tam4 {
    width: 50px;
}

.tam5 {
    width: 80px;
}

.tam6 {
    width: 300px;
}

.fm-sep {
    width: 80px;
    height: 70px;
    display: block;
    float: left;
}
/* MEUS DADOS
-----------------------------------------------------------*/
.pg-meus-dados .col {
}

.pg-meus-dados small {
    text-align: right;
    display: block;
    margin: -20px 0px 10px 0px;
}

.pg-meus-dados h3 {
    padding: 5px 10px;
}

.pg-meus-dados .fm-check {
    overflow: hidden;
    position: relative;
    top: -70px;
}

.pg-meus-dados .fm-botoes {
    padding: 0px 0px 0px 0px;
}
/* ALTERAR SENHA
-----------------------------------------------------------*/
.pg-alterar-senha {
    /*height: 500px;*/
}
/* FALE CONOSCO
-----------------------------------------------------------*/
.pg-fale-conosco h3 {
    text-align: center;
    font-size: 28px;
}

.pg-fale-conosco .col-2 {
    padding-top: 100px;
}

.pg-fale-conosco .col p {
    text-align: center;
    font-size: 20px;
}

.pg-fale-conosco strong {
    text-align: center;
    font-size: 36px;
    display: block;
    margin: 20px 0px;
    font-weight: 900;
}
/* MECANICA
-----------------------------------------------------------*/
.pg-mecanica img {
    width: 100%;
}
/* FAQ
-----------------------------------------------------------*/
.pg-faq {
}

.pg-faq ul {
}

.pg-faq ul li {
    margin-bottom: 20px;
}

.pg-faq ul li h2 {
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.pg-faq ul li h2.ativo {
    font-weight: bold;
}

.pg-faq ul li div {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
    display: none;
}

.pg-faq ul li div p {
}
/* NOTICIAS
-----------------------------------------------------------*/
.pg-noticias {
}

.pg-noticias .home-list {
    width: 800px;
    margin: 0px auto;
    display: table;
}

.pg-noticias .home-list li {
    position: relative;
    margin-bottom: 30px;
    display: table;
    padding-bottom: 30px;
}

.pg-noticias .home-list li div {
    position: relative;
    z-index: 10;
}

.pg-noticias .home-list li .ct-noticia {
    width: 520px;
    height: auto;
    position: relative;
    margin-top: -80px;
    margin-left: 360px;
    z-index: 9;
}

.pg-noticias .home-list li .ct-noticia img {
    width: 520px;
    margin-bottom: 10px;
}

.pg-noticias .home-list li h2 {
    padding: 20px;
    width: 360px;
}

.pg-noticias .home-list li small {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    width: 127px;
}

.pg-noticias .home-list li a img {
}

.pg-noticias .home-list li p {
    background: none repeat scroll 0 0 #fff;
}

.pg-noticias .home-list li .btn-leia-mais {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    float: right;
}

.pg-noticias .img-interna {
    float: right;
    margin-left: 20px;
    width: 100%;
}
/* QUIZ
-----------------------------------------------------------*/
.pg-quiz {
}

.pg-quiz li {
}

.pg-quiz li .fm-campo {
    margin: 0px 0px 20px 0px;
}

.pg-quiz li .fm-ddl {
    margin: 10px 0px 20px 0px;
}

.pg-quiz .ct-quiz {
    width: 100%;
}

.pg-quiz .ct-quiz li {
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.pg-quiz .ct-quiz li img {
    float: left;
    margin-right: 10px;
}

.pg-quiz .ct-quiz li .qn-quiz {
    margin: 10px;
    position: relative;
}

.pg-quiz .ct-quiz .btn-responder {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    line-height: 35px;
}

/* Desempenho
-----------------------------------------------------------*/
.pg-desempenho {
}

.pg-desempenho li {
}

.pg-desempenho li .fm-campo {
    margin: 0px 0px 20px 0px;
}

.pg-desempenho li .fm-ddl {
    margin: 10px 0px 20px 0px;
}

.pg-desempenho .ct-desempenho {
    width: 100%;
}

.pg-desempenho .ct-desempenho li {
    width: 100%;
    border: 1px solid #DDD;
    background-color: #f0f0f0;
    margin-bottom: 30px;
    display: table;
}

.pg-desempenho .ct-desempenho li img {
    border-right: 1px solid #DDD;
    float: left;
    margin-right: 10px;
}

.pg-desempenho .ct-desempenho li .qn-desempenho {
    margin: 10px;
    position: relative;
}

.pg-desempenho .ct-desempenho .btn-responder {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    line-height: 35px;
}

.pg-desempenho table tr.mobile {
    display: none;
}




/* DESLOGADAS
-----------------------------------------------------------*/

.wr-site.deslogado {
}

.wr-deslogado .logo-bv-merece {
    width: 209px;
    height: 90px;
    text-indent: -7777px;
    display: block;
    margin: 0px 0 20px 20px;
    background: url('../img/logo-bv-merece.png') no-repeat scroll top center transparent;
}

.wr-deslogado .ct {
    background: url('../img/bg-deslogado.jpg') no-repeat scroll right top transparent;
    background-size: contain;
}

.wr-deslogado .ct .pg {
    background: transparent;
    min-height:380px
}

.wr-deslogado .ct .pg .fm-botoes ul li a {
    font-size: 14px !important;
    height: auto;
    line-height: normal;
}

.wr-deslogado .ct .pg .col-2 {
    width: 39%;
    float: right;
}

.wr-deslogado .ct .pg .col fieldset {
    padding: 20px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    z-index:1000;
}

.deslogado .wr-rodape {
    background: none;
    position: relative;
    bottom: auto;
    left: 0;
}

.deslogado .wr-rodape p {
    text-align: center;
    color: #707070;
    font-size: 11px;
    float: none;
    margin: 0;
    line-height: normal;
    padding-top: 20px;
}

.deslogado .wr-rodape img {
    float: none;
    margin: 0 auto;
    display: block;
}

.fm-botoes ul {
    float: left;
    width: 100%;
}

.fm-botoes ul li {
    float: left;
    display: inline;
    width: 32%;
}

.fm-botoes ul li.meio {
    margin: 0px 2%;
}

.fm-botoes ul li a {
    color: #fff;
    display: block;
    font-size: 16px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
}

.fm-botoes .btn-login {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 1px 0 10px;
    width: 100%;
}
/*  DOWNLOADS
-----------------------------------------------------------*/
.pg-downloads {
}

.pg-downloads li {
}

.pg-downloads .ct-downloads {
    width: 100%;
}

.pg-downloads .ct-downloads li {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.pg-downloads .ct-downloads li img {
    float: left;
    margin-right: 10px;
}

.pg-downloads .ct-downloads li .dl-download {
    margin: 10px;
    padding: 17px 0;
    position: relative;
}

.pg-downloads .ct-downloads .btn-downloads {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    line-height: 35px;
}
/*  REGULAMENTO
-----------------------------------------------------------*/
.pg-regulamento {
}

.pg-regulamento li {
}

.pg-regulamento .ct-regulamentos {
    width: 100%;
}

.pg-regulamento .ct-regulamentos li {
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.pg-regulamento .ct-regulamentos li img {
    float: left;
    margin-right: 10px;
}

.pg-regulamento .ct-regulamentos li .rl-regulamento {
    margin: 10px;
    padding: 10px 0;
    position: relative;
}

.pg-regulamento .ct-regulamentos .btn-regulamento {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    line-height: 35px;
}


/*  TABELAS
-----------------------------------------------------------*/
table.tb {
    width: 100%;
    float: left;
    border-collapse: collapse;
    background: #eee;
}

table.tb tr td {
    padding: 10px;
}

table.tb tr th {
    padding: 10px;
}

table.tb tr th.col-1 {
    border-radius: 5px 0px 0px 0px;
}

table.tb tr th.col-5 {
    border-radius: 0px 5px 0px 0px;
}

table.tb thead tr th {
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
}

table.tb thead tr td {
}

table.tb tbody tr td {
    text-align: center;
}

table.tb tbody tr:nth-child(2n+1) td {
    background: #ddd;
}

table.tb tfoot tr td {
    background: #333;
    color: #fff;
    text-align: center;
}

table.tb tfoot tr td.fst {
    border-radius: 0px 0px 0px 5px;
}

table.tb tfoot tr td.lst {
    border-radius: 0px 0px 5px 0px;
}

table.tb tfoot tr td p {
    text-align: right;
    margin: 0px;
    color: inherit;
}

table.tb tfoot tr td strong {
    color: inherit;
}

/*  DESEMPENHO
-----------------------------------------------------------*/
.pg-desempenho {
}

.pg-desempenho h2 {
    background-color: #555;
    color: #fff;
    float: left;
    text-indent: 10px;
    padding: 10px 0px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}

.pg-desempenho h3 {
    background-color: #000;
    color: #fff;
    float: left;
    text-indent: 10px;
    padding: 10px 0px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}

.pg-desempenho .bx-desempenho {
}

.pg-desempenho .bx-desempenho > li {
    float: left;
    width: 100%;
}

.pg-desempenho .bx-desempenho li h2 {
    cursor: pointer;
}

.pg-desempenho .bx-desempenho li > div {
    display: none;
}

.pg-desempenho .bx-desempenho > li.ativo {
    border-bottom: 1px solid #aaa;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

.pg-desempenho .bx-desempenho > li.ativo h2 {
}

.pg-desempenho table {
}

.pg-desempenho table tr td {
}

.pg-desempenho table tr th {
}

.pg-desempenho table thead tr th {
    cursor: pointer;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.pg-desempenho table thead tr th.sorting_asc {
    background-image: url(../img/seta-table-filtro-asc.png);
}

.pg-desempenho table thead tr th.sorting_desc {
    background-image: url(../img/seta-table-filtro-desc.png);
}

.pg-desempenho table thead tr th.sorting {
    background-image: url(../img/seta-table-filtro.png);
}

.pg-desempenho table thead tr th:hover {
    background-color: #444;
    cursor: pointer;
}

.pg-desempenho table thead tr td {
}

.pg-desempenho table tbody tr td {
}

.pg-desempenho table tfoot tr td {
}

.dataTables_length {
    float: left;
    height: 40px;
    line-height: 40px;
}

.dataTables_length select {
    background-color: #ddd;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}

.fm-campo select {
    z-index: 12;
    opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */
    position: relative;
}

.select {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: #fff url('../img/icon-select.png') no-repeat scroll 97% center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #7c7c7b;
    z-index: 10;
}

.dataTables_filter {
    float: right;
    margin-bottom: 5px;
}

.dataTables_filter label {
}

.dataTables_filter label input {
    background-color: #ddd;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
}

.dataTables_info {
    float: left;
    line-height: 40px;
}

.dataTables_paginate {
    float: right;
    margin-top: 5px;
}

.dataTables_paginate ul {
}

.bx-desempenho .dataTables_paginate ul li.active {
    background: #999;
    color: #fff;
}

.bx-desempenho .dataTables_paginate ul li {
    float: left;
    display: inline;
    margin: 0px 5px;
}

.bx-desempenho .dataTables_paginate ul li a {
    border: 1px solid #ddd;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
    color: inherit;
}

.bx-desempenho .dataTables_paginate ul li.next a,
.bx-desempenho .dataTables_paginate ul li.prev a {
    width: auto;
    border: none;
}

.bx-desempenho .dataTables_paginate ul li.disabled a {
    cursor: no-drop;
    color: #ccc;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*NOVA VALIDAÇÃO DE CARTÃO
-----------------------------------------------------------*/
.validacao-cartao .fm-campo {
    width: 100%;
    display: block;
}

.validacao-cartao .fm-campo input {
    border-left: 1px solid #f00;
}

.validacao-cartao .fm-campo select {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #f00;
    float: left;
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

.validacao-cartao .fm-campo select option {
    box-sizing: border-box;
    padding-left: 5px;
}

.validacao-cartao .fm-campo .fm-validade {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.validacao-cartao .fm-campo .fm-validade select {
    width: 100% !important;
}

.validacao-cartao .field-validation-error span {
    font-size: 13px;
    color: #f00;
}


.wr-cartoes {
    background: #dfe1df;
}

.wr-cartoes .ct {
    padding: 40px 0;
}

.wr-cartoes .ct p {
    text-align: center;
    font-size: 24px;
    color: #c01550;
    font-family: Arial;
    letter-spacing: -1px;
    margin: 40px 0;
}

.wr-cartoes .ct small {
    text-align: center;
    font-size: 16px;
    color: #77787b;
    display: block;
    padding: 0 20%;
}

.wr-cartoes .ct ul {
    width: 100%;
    margin: 0;
}

.wr-cartoes .ct ul li {
    float: left;
    width: calc(100% / 3 - 2px);
    text-align: center;
    box-sizing: border-box;
}

.wr-cartoes .ct ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.wr-cartoes .ct ul li img {
}

/* Novo Layout */


.pg-login {
}

.wr-cartoes.login {
}

.pg-passo-1 {
}

.wr-cartoes.passo-1 {
    margin-top: -79px;
}

.wr-cartoes.passo-1 .ct {
    padding: 80px 0 40px 0;
}

.pg-esqueci-senha {
}

.wr-cartoes.esqueci-senha {
    margin-top: -75px;
}

.wr-cartoes.esqueci-senha .ct {
    padding: 80px 0 40px 0;
}

.pg-valida-cartao {
}

.wr-cartoes.valida-cartao {
    margin-top: -346px;
}

.wr-cartoes.valida-cartao .ct div {
    width: 50%;
    margin: 50px 0 150px 0;
}

.wr-cartoes.valida-cartao .ct div small {
    display: block;
    padding: 0;
}

.pg-atualizar-cadastro {
}

.wr-cartoes.atualizar-cadastro {
    margin-top: -1309px;
}

.wr-cartoes.atualizar-cadastro .ct div {
    width: 50%;
}

.wr-cartoes.atualizar-cadastro .ct div small {
    display: block;
    padding: 0;
}

.wr-cartoes.atualizar-cadastro .ct ul {
    margin-bottom: 400px;
    float: left;
}

.wr-cartoes.atualizar-cadastro .ct ul li {
    width: 100%;
}

.wr-cartoes.atualizar-cadastro .ct ul li:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 40px 0;
}

.rodape {
    background-color: #dfe1df;
    font-size: 12px;
}

    .rodape a {
        text-decoration: none;
        color: black;
    }

.siga-o-bv {
    font-weight: bold !important;
}

.rodape .icon-rodape {
    margin-right: 5px !important;
}

.rodape .mt {
    margin-top: 20px;
}

.rodape .mt-social {
    margin-top: 10px;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

@media (max-width: 800px) {
    .d-flex {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .rodape .d-flex {
        display: block;
    }
}

.logo-bv-financeira {
    margin-right: 10px;
}

@media (max-width: 800px) {
    .logo-bv-financeira {
        height: 60px;
        width: 80px;
    }
}

@media (min-width: 800px) {
    .icone-deslogado {
        width: 460px !important;
    }
}

.wr-deslogado .ct {
    background-size: auto !important;
}

button {
    background: #4b6fdd !important;
}

.btn.inverse {
    color: #4b6fdd !important;
}
