﻿@font-face {
    font-family: 'newjunebookregular';
    src: url('../../fonts/newjune-book-webfont.eot');
    src: url('../../fonts/newjune-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/newjune-book-webfont.woff2') format('woff2'),
         url('../../fonts/newjune-book-webfont.woff') format('woff'),
         url('../../fonts/newjune-book-webfont.ttf') format('truetype'),
         url('../../fonts/newjune-book-webfont.svg#newjunebookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'newjuneboldregular';
    src: url('../../fonts/newjune-bold-webfont.eot');
    src: url('../../fonts/newjune-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/newjune-bold-webfont.woff2') format('woff2'),
         url('../../fonts/newjune-bold-webfont.woff') format('woff'),
         url('../../fonts/newjune-bold-webfont.ttf') format('truetype'),
         url('../../fonts/newjune-bold-webfont.svg#newjuneboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'danielbold';
    src: url('../../fonts/danielbd-webfont.eot');
    src: url('../../fonts/danielbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/danielbd-webfont.woff2') format('woff2'),
         url('../../fonts/danielbd-webfont.woff') format('woff'),
         url('../../fonts/danielbd-webfont.ttf') format('truetype'),
         url('../../fonts/danielbd-webfont.svg#danielbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'danielregular';
    src: url('../../fonts/daniel-webfont.eot');
    src: url('../../fonts/daniel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/daniel-webfont.woff2') format('woff2'),
         url('../../fonts/daniel-webfont.woff') format('woff'),
         url('../../fonts/daniel-webfont.ttf') format('truetype'),
         url('../../fonts/daniel-webfont.svg#danielregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0px;
	padding: 0px;
	border: medium none;
    font-family: 'Segoe UI Light', Arial, Helvetica, sans-serif;
	outline: none;
	color: #8b9092;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
ul, ol, dl {
	list-style: none outside none;
}
h1, h2, h3, h4, h5, h6, p, b, strong {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
}
a {
	text-decoration: none;
    font-weight: normal;
}
:active,
:focus,
:-moz-focus-inner {
    outline: none;
    border: medium none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=checkbox],
input[type=radio],
button {
    cursor: pointer; 
    width:auto;
    height:auto;
}

textarea {
    resize: none;
}

a:hover {
	text-decoration: underline;
}
a img {
    border: none;
}
/**MODAL
*************************/
.overlay {
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 2000px;
	position: fixed;
	top: 0px;
	z-index: 77777;
}
.bx-modal {
    background:#fff;
	width: 390px;
    height:184px;
	position: fixed;
    *position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -195px;
	z-index: 77778;
}
.bx-modal .header {
	background: #fff;
	width: 100%;
	height: 30px;
	position: relative;
}
.bx-modal .header h2 {
    font-family: 'newjuneboldregular';
    font-size: 30px;
    color:#f16031;
    padding: 0;
    padding: 20px 0 0 30px ;
}
.bx-modal .header .btn-fechar {
    background:url(../../img/comum/btn-fechar-modal.png) no-repeat scroll left top transparent;
    text-indent:-99999px;
    height:32px;
    width:32px;
    position:absolute;
    right:15px;
    top:15px;
    text-decoration:none;
    cursor:pointer;
}
.bx-modal .content {
    width:100%;
}
/*.bx-modal .content * {
	padding: 0px 30px;
}*/
.bx-modal .content p {
    font-size: 16px;
    padding: 20px 10px 0 30px ;
    margin-top:30px;
}
.bx-modal .content p b {
    font-weight:bold;
}
.bx-modal .content p .valor-resgate {
    color:#f16031;
    font-weight:bold;
    font-size:16px;
}
.bx-modal .ft {
	width: 100%;
	height: 30px;    
    position:absolute;
    left:0;
    bottom:30px;
}
.modal-regulamento {
    display:none;
}
.bx-regulamento {
    width:845px;
    height:435px;
    margin-left:-422px;
}
.bx-regulamento .regulamento {
    padding: 20px 30px 0;
    width: 785px;
}
.bx-regulamento .regulamento .scroll-pane {
    width:795px;
    height:310px;    
    margin:30px 0 0 0 ;    
}
.bx-regulamento .regulamento p {
    font-size:16px;
    margin:0 0 20px 0;
    padding:0;
}
.bx-regulamento .regulamento .scroll-pane .jspVerticalBar, 
.bx-regulamento .regulamento .scroll-pane .jspTrack {
    width:6px;
    background:#f3f4f4;
}
.bx-regulamento .regulamento .scroll-pane .jspDrag {
    background:#f16031;
}


/****ESTRUTURA*****/
.wr-site {
    background:url(../../img/comum/bg-conteudo.jpg) repeat scroll left top transparent;
    width:100%;
    position:relative;
    min-height:100%;
}
.wr .ct {
    display:table;
    width:980px;
    margin:0 auto;
}
.wr-topo {
    background:url(../../img/comum/bg-topo.jpg) no-repeat scroll center top #ffffff;
    height:530px;    
}
.wr-topo .logo-like {
    background:url(../../img/comum/logo-like-topo.png) no-repeat scroll left top transparent;
    display: block;
    height: 133px;
    text-indent: -99999px;
    width: 311px;
    margin:65px 0 0 40px;
}
.wr-topo strong {
    font-family: 'newjuneboldregular';
    color:#f05a29;
    font-size:36px;
    line-height:30px;
    float:left;
    width:400px;
    margin:70px 0 20px 10px;
}
.wr-topo p {
    font-size:18px;
    font-family: 'newjunebookregular';
    float:left;
    width:99%;
    margin-left:1%;
}
.wr-topo p small {
    font-family: 'danielregular';
    font-size:18px;
}
.wr-mn-mobile,
.mn-mobile {
    display:none;
}

.wr-menu {
    background:url(../../img/comum/bg-menu.jpg) no-repeat scroll left top #f16031;
    width:100%;
    height:70px;
}
.wr-menu .bx-bem-vindo {
    float:left;
    margin-right:40px;
}
.wr-menu .bx-bem-vindo p {
    background:url(../../img/comum/ico-mais.png) no-repeat scroll left 15px transparent;
    font-family: 'newjunebookregular';
    font-size:16px;
    color:#fff;
    padding:10px 0 0 50px;
}
.wr-menu .bx-bem-vindo p strong {
    font-family: 'newjuneboldregular';
    font-size:24px;
    color:#fff;    
}
.wr-menu .bx-bem-vindo p span {
    font-family: 'newjuneboldregular';
    font-size:24px;
    color:#fff;    
}
.wr-menu .bx-saldo {
    float:left;
    margin-right:134px;
}
.wr-menu .bx-saldo p {
    font-family: 'newjunebookregular';
    font-size:16px;
    color:#fff;    
    padding-top:10px;
}
.wr-menu .bx-saldo p strong {
    font-family: 'newjuneboldregular';
    color:#f5e20f;
    font-size:23px;
}
.wr-menu .bx-saldo p span {
    font-family: 'newjuneboldregular';
    color:#f5e20f;
    font-size:30px;
}
.wr-menu .links {
    float:left;
    padding-top:25px;
}
.wr-menu .links li {
    float:left;
}
.wr-menu .links li a {
    background:url(../../img/comum/ico-menu.png) no-repeat scroll left 4px transparent;
    font-family: 'newjuneboldregular';
    color:#fff;
    font-size:16px;
    text-decoration:none;
    padding:0 14px 0 20px;
}
.wr-menu .links li a.ativo,
.wr-menu .links li a:hover {
    color:#f5e20f;
    background-position: left -35px;
}
.wr-conteudo {
    padding-bottom:285px;
    /*min-height:678px;*/
}
.wr-footer {
    background:url(../../img/comum/bg-footer.jpg) repeat-x scroll left top transparent;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    height:235px
}
.wr-footer .ct {
    text-align:center;
}
.wr-footer img {
    padding:40px 0;
}
.wr-footer p {
    font-family: 'newjunebookregular';
    color:#56585a;
    font-size:21px;
}
.wr-footer p strong {
    font-size:22px;
    font-family: 'newjuneboldregular';
    color:#56585a;
}
.wr-footer .txt-direitos {
    font-size:14px;
}


/****PG COMUM*****/
.pg .bx {
    padding:40px 20px;
    background:#fff;
    margin:50px 0;
    float:left;
    width:940px;    
}
.pg .bx-mais {
    margin-top:0;
}
.pg .bx-titulo {
    padding-left:10px;
}
.pg .bx-titulo h2 {
    color:#f16031;
    font-size:36px;
    font-family: 'newjuneboldregular';
}
.pg p {
    font-size:20px;
    letter-spacing:-1px;
    font-family: 'newjunebookregular';
}
.pg .bx h3 {
    color:#3766aa;
    font-size:24px;
    font-family: 'newjuneboldregular';
}
.pg .btn {
    width:150px;
    height:50px;
    background:#f5e20f;
    color:#56585a;
    font-size:24px;
    font-family: 'newjuneboldregular';
    cursor:pointer;  
    float:left;  
    text-decoration:none;
    text-align:center;
}
/***************checkbox***************/
.pg .radio { 
	background:url(../../img/comum/radio.png) no-repeat; 
	float:left;
	width:20px; 
	height:20px; 
}
.pg .checkbox { 
	background:url(../../img/comum/checkbox1.png) no-repeat; 
	width:19px; 
	height:19px; 
	float:left;
	cursor:pointer;
}
.select3 {
    background: url(../../img/comum/seta-select.png) no-repeat 85% center #f3f6f8;
    position: absolute;
    width: 60px;
    height: 35px;
    *height: 41px;
    line-height:35px;
    color: #999;
    font-size: 20px;
    overflow: hidden;
    padding: 0 0 0 20px;
    cursor:pointer;
}

/****PG PRÉ RECARGA*****/
.pg-recarga {
    display:block;
}
.pg-recarga .bx-transfira,
.pg-compra .bx-resgate {
    background:#f3f6f8;
    padding:30px;
    margin:50px 0 60px;
    float:left;
    width:880px;
}
.pg-recarga .bx-transfira .bx-opcoes-resgate,
.pg-compra .bx-resgate .bx-opcoes-resgate {
    float:left;
    width:100%;
    margin-top:40px;
}
.pg-recarga .bx-transfira .bx-resgate {
    float:left;
    width:425px;
    margin:0 25px 0 0;
    padding:0;
}
.pg-recarga .bx-transfira .bx-resgate .fm-campo,
.pg-recarga .bx-transfira .bx-credito .fm-campo {
    float:left;
    width:100%;
    margin-top:15px;
}
.pg-recarga .bx-transfira .bx-resgate .fm-campo input {
    width:240px;
    height:50px;
    float:left;
    margin-right:5px;
    font-family: 'newjunebookregular';
    font-size:24px;
    text-align:center;
    line-height:50px;
    padding:0 15px;
}
.pg-recarga .bx-transfira .bx-resgate .fm-campo .btn-calcular {
    width:145px;
    height:50px;
    background:#f5e20f;
    color:#56585a;
    font-size:24px;
    font-family: 'newjuneboldregular';
}
.pg-recarga .bx-transfira .bx-credito,
.pg-compra .bx-resgate .bx-credito {
    width:285px;
    float:left;
}
.pg-recarga .bx-transfira .bx-credito .fm-campo input,
.pg-compra .bx-resgate .bx-credito .fm-campo input  {
    width:238px;
    height:48px;
    /*border:1px solid #f16031;*/
    font-family: 'newjuneboldregular';
    font-size:24px;
    text-align:center;
    color:#f16031;
    line-height:50px;
    padding:0 15px;
}
.pg-recarga .optin,
.pg-compra .optin {
    float:left;
    width:100%;
}
.pg-compra .optin-endereco {
    margin-bottom: 30px;
}
.pg-recarga .btn-regulamento,
.pg-compra .btn-regulamento {
    width:255px;
    height:30px;
    line-height:30px;
    font-size:18px;
    margin-right:40px;
}
.pg-recarga .botoes,
.pg-compra .botoes {
    margin:0 auto;
    width:170px;
    text-align:center;
}
.pg-recarga .botoes .btn-finalizar,
.pg-compra .botoes .btn-finalizar {
    width:170px;
    background:#f16031;
    color:#f5e20f;
    float:left;
    margin-top:50px;
}
.pg-recarga .optin .fm-campo,
.pg-compra .optin .fm-campo {
    float:left;
    margin-top:5px;
}
.pg-recarga .optin .fm-campo label,
.pg-compra .optin .fm-campo label {
    font-family:Arial;
    font-size:16px;
    margin:0 20px 0 5px;
    cursor:pointer;
}


/****PG CARTÃO COMPRA*****/
.pg-compra .bx-resgate {
    margin-bottom:0;
}
.pg-compra .bx-escolha-cartao {
    margin-top:50px;
    float:left;
    width:100%;
}
.pg-compra .bx-escolha-cartao h3 {
    float:left;
    width:100%;
    margin-bottom:30px;
}

.pg .bx-resgate>p {
    padding-top: 290px;
    font-size: 14px;
}

.pg-compra .bx-escolha-cartao .fm-campo {
    float:left;
    height:43px;
}
.pg-compra .bx-escolha-cartao .fm-campo label {
    background:url(../../img/comum/ico-cartao.png) no-repeat scroll 5px top transparent;
    float: left;
    height: 43px;
    line-height: 43px;
    margin-right: 30px;
    margin-top: -12px;
    padding: 0 0 0 70px;
    font-family: 'newjunebookregular';
    font-size:20px;
}
.pg-compra .bx-escolha-cartao .lst label {
    margin-right:0;
}
.pg-compra .bx-resgate .fm-campo {
    margin-top:15px;
    float:left;
}
.pg-compra .bx-resgate .bx-pontos-recadar,
.pg-compra .bx-resgate .bx-frete,
.pg-compra .bx-resgate .bx-cep {
    float:left;
    margin-right:35px;
}
.pg-compra .bx-resgate .bx-pontos-recadar,
.pg-compra .bx-resgate .bx-cep,
.pg-compra .bx-resgate .bx-frete {
    width:270px;
}
.pg-compra .bx-resgate .bx-pontos-recadar input,
.pg-compra .bx-resgate .bx-cep input {
    width:240px;
    height:50px;
    padding:0 15px;
    font-family: 'newjunebookregular';
    font-size:24px;
    text-align:center;
    float:left;
    border: 1px solid #f16031;
}
.pg-compra .bx-resgate .bx-frete input {
    width:240px;
    height:50px;
    padding:0 15px;
    font-family: 'newjunebookregular';
    font-size:24px;
    text-align:center;
    float:left;
}
.pg-compra .bx-resgate .bx-frete {
    margin-right:0;
}
.pg-compra .bx-resgate .bx-frete small strong {
    font-family: 'newjuneboldregular';
    font-size:16px;
}
.pg-compra .bx-resgate .bx-credito {
    width:100%;
    margin-top:20px;
}
.pg-compra .bx-resgate .bx-credito .fm-campo {
    width:270px;
}
.pg-compra .bx-resgate .bx-credito .fm-campo input {
    font-size:30px;
    height:73px;
    line-height:73px;
}
.pg-compra .bx-resgate .bx-credito .btn-frete {
    height: 75px;
    margin: 40px 35px 0 0px;
    width: 270px;
}
.pg-confirmacao .bx-dados-cadastro,
.pg-compra .bx-dados-cadastro {
    background: #f3f6f8;
    padding: 30px;
    margin: 30px 0;
    float: left;
    width: 880px;
}
.pg-pedidos .bx-entrega-cartao .col,
.pg-confirmacao .bx-dados-cadastro .col,
.pg-compra .bx-dados-cadastro .col {
    float:left;
    width:100%;
}
.pg-pedidos .bx-entrega-cartao .col1,
.pg-confirmacao .bx-dados-cartao .col1,
.pg-compra .bx-dados-cadastro .col1 {
    margin-top:15px;
}

.pg-pedidos .bx-entrega-cartao .col .fm-campo,
.pg-confirmacao .bx-dados-cadastro .col .fm-campo,
.pg-compra .bx-dados-cadastro .col .fm-campo {
    float:left;
    margin-right:5px;
}
.pg-pedidos .bx-entrega-cartao .col .fm-campo label,
.pg-confirmacao .bx-dados-cadastro .col .fm-campo label,
.pg-compra .bx-dados-cadastro .col .fm-campo label {
    font-size:20px;
    font-family: 'newjuneboldregular';
}
.pg-pedidos .bx-entrega-cartao .col .fm-campo input,
.pg-confirmacao .bx-dados-cadastro .col .fm-campo input,
.pg-compra .bx-dados-cadastro .col .fm-campo input {
    background:none;
    padding:0 10px;
    font-size:20px;
    width:120px;
}
.pg-pedidos .bx-entrega-cartao .col .fm-numero input,
.pg-confirmacao .bx-dados-cadastro .col .fm-numero input,
.pg-compra .bx-dados-cadastro .col .fm-numero input {
    width:50px;
}
.pg-pedidos .bx-entrega-cartao .col .fm-complemento input,
.pg-confirmacao .bx-dados-cadastro .col .fm-complemento input,
.pg-compra .bx-dados-cadastro .col .fm-complemento input {
    width:155px;
}
.pg-pedidos .bx-entrega-cartao .col .col1 .lst,
.pg-confirmacao .bx-dados-cadastro .col1 .lst,
.pg-compra .bx-dados-cadastro .col1 .lst {
    margin-right:0;
}
.pg-pedidos .bx-entrega-cartao .col2 .fm-campo input,
.pg-confirmacao .bx-dados-cadastro .col2 .fm-campo input,
.pg-compra .bx-dados-cadastro .col2 .fm-campo input {
    width:90px;
}
.pg-pedidos .bx-entrega-cartao .col2 .fm-estado input,
.pg-confirmacao .bx-dados-cadastro .col2 .fm-estado input,
.pg-compra .bx-dados-cadastro .col2 .fm-estado input {
    width:150px;
}
.pg-pedidos .bx-entrega-cartao .col2 .fm-cep input,
.pg-confirmacao .bx-dados-cadastro .col2 .fm-cep input,
.pg-compra .bx-dados-cadastro .col2 .fm-cep input {
    width:110px;
}
.pg-compra .bx-dados-entrega {
    float:left;
    width:100%;
    margin-bottom:70px;
}
.pg-compra .bx-dados-entrega p {
    padding-top:10px;
}
.pg-compra .bx-dados-entrega .bx-opcao-entrega {
    float:left;
    width:100%;
    margin:15px 0 20px 0;
}
.pg-compra .bx-dados-entrega .bx-opcao-entrega .fm-campo {
    float:left;
    margin-right:30px;
}
.pg-compra .bx-dados-entrega .bx-opcao-entrega .fm-campo label {
    padding-left:10px;
    cursor:pointer;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-campo {
    float:left;
    margin-top:15px;
    margin-right:40px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-campo label {
    font-size:20px;
    font-family: 'newjuneboldregular';
    float:left;
    margin-right:10px;
    line-height:35px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-campo input {
    background:#f3f6f8;
    padding:0 10px;
    height:35px;
    line-height:35px;
    width:110px;
    float:left;
    font-size:20px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-cep {
    width:100%;
    margin-right:0;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-cep input {
    text-align:center;    
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-cep .btn-preencha {
    width:235px;
    font-size:18px;
    height:35px;
    line-height:35px;
    margin-left:5px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-numero,
.pg-compra .bx-dados-entrega .bx-entrega .fm-bairro {    
    margin-right:0;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-rua input {
    width:615px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-numero input {
    width:90px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-complemento input {
    width:390px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-bairro input {
    width:240px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-estado input {
    width:150px;
}
.pg-compra .bx-dados-entrega .bx-entrega .fm-uf select {
    width:87px;
    height:35px;
    background:#f3f6f8;
    cursor:pointer;
}
/****PG CONFIRMACAÇÃO PEDIDO*****/
.pg-pedidos .botoes,
.pg-confirmacao .botoes {
    margin: 0 auto;
    width: 384px;
    text-align: center;
}
.pg-pedidos .botoes .btn-voltar,
.pg-confirmacao .botoes .btn-voltar {
    width:150px;
    height:50px;
    background:#f5e20f;
    color:#56585a;
    font-size:24px;
    font-family: 'newjuneboldregular';
    float: left;
}
.pg-pedidos .botoes .btn-finalizar,
.pg-confirmacao .botoes .btn-finalizar {
    width:170px;
    background:#f16031;
    color:#f5e20f;
    float:right;
}
.pg-confirmacao .bx-dados-cartao {
    line-height: 50px;
    margin: 18px 0 0;
    float:left;
    width:100%;
}
.pg-confirmacao .bx-dados-cartao span {
    font-size: 20px;
    font-family: 'newjuneboldregular';
}
.pg-pedidos .bx-entrega-cartao .col {
    width: 65%;
}
.pg-pedidos .bx-entrega-cartao .col2 {
    width: 35%;
}
.pg-confirmacao .bx-dados-cartao .col {
    float:left;
    width:50%;
}
/****PG LISTA DE PEDIDOS*****/
.pg-pedidos {
}
.pg-pedidos .bx-entrega-cartao {
    display: inline-block;
    width: 100%;
}
.pg-pedidos .bx-lista-pedidos {
    margin-bottom: 20px;
}
.pg-pedidos .accordionContent h2 {
    font-size: 24px;
    font-family: 'newjuneboldregular';
    padding-bottom: 11px;
}
.pg-pedidos .accordionContent strong,
.pg-pedidos .accordionContent h3 {
    font-size: 14px;
    font-family: 'newjuneboldregular';
    color: #8b9092;
    padding-bottom: 8px;
}
.pg-pedidos .accordionContent {
    display: none;
    border: 1px solid #f3f6f8;
    padding: 30px;
}
.pg-pedidos .accordionContent table {
    width: 100%;
}
.pg-pedidos .accordionContent td {
    border: 1px solid #d9dee1;
    padding: 15px 50px;
}
.pg-pedidos .accordionContent td strong {
    font-size: 20px;
}
.pg-pedidos .accordionContent td.total {
    border: 1px solid #f16031;
    color: #f16031;
}
.pg-pedidos .accordionContent td.total p {
    color: #f16031;
}
.pg-pedidos .accordionContent td.total strong {
    font-family: 'newjuneboldregular';
    color: #f16031;
}
.pg-pedidos .accordionButton {
    color: gray; 
    cursor: pointer;
    background: #f3f6f8;
    margin-top: 10px;
}
.pg-pedidos .accordionButton span {
    background: url('../../img/comum/btn-abrir.png') no-repeat;
    width: 32px;
    height: 32px;
    margin: 17px 8px;
    float: right;
}
.pg-pedidos .accordionButton-ativo span {
    background: url('../../img/comum/btn-fechar.png') no-repeat;
    
}
.pg-pedidos .accordionButton span.numero {
    color: #3766aa;
    font-family: 'newjuneboldregular';
    background: none;
    margin: 0px;
    float: none;
}
.pg-pedidos .accordionButton strong {
    font-size: 20px;
    font-family: 'newjuneboldregular';
}
.pg-pedidos .accordionButton ul {
    list-style-type: none;
    display: inline-block;
    height: 65px;
}
.pg-pedidos .accordionButton li {
    display: inline-block;
    padding: 0 30px;
    line-height: 65px;
}
.pg-pedidos .accordionButton li p,
.pg-pedidos .accordionButton li p strong {
    font-size: 14px;
}
.pg-pedidos .accordionButton.active {
    color: green;
}
.pg-pedidos .bx-entrega-cartao li {
    display: inline-block;
    line-height: 25px;
    padding-right: 10px;
}
.pg-pedidos .bx-entrega-cartao li p {
    font-size: 14px;
}

/**Sucesso Recarga e Resgate*/
.modal-resgate,
.modal-recarga {
    display:none;
}
.bx-resgate-sucesso,
.bx-recarga-sucesso {
    width:554px;
    height:280px;
    margin-left:-265px;
}
.bx-resgate-sucesso .resgate-sucesso,
.bx-recarga-sucesso .recarga-sucesso {
    padding: 0px 30px 0;
    width: 500px;
}
.bx-resgate-sucesso .resgat-sucessoe p,
.bx-recarga-sucesso .recarga-sucesso p {
    font: 16px Arial;
    color: #8b9092;
    line-height: 18px;
}
.bx-resgate-sucesso .resgat-sucessoe .numero-pedido,
.bx-recarga-sucesso .recarga-sucesso .numero-pedido {
    background: #f3f6f8;
    padding: 10px;
    margin: 17px 0;
}
.bx-resgate-sucesso .resgate-sucesso .numero-pedido p,
.bx-recarga-sucesso .recarga-sucesso .numero-pedido p {
    color: #3766aa;
    font-family: 'newjuneboldregular';
    text-align: center;
}
.bx-resgate-sucesso .resgate-sucesso a,
.bx-recarga-sucesso .recarga-sucesso a {
    color: #3766aa;
    font-style: italic;
}
.bx-resgate-sucesso .resgate-sucesso h3,
.bx-recarga-sucesso .recarga-sucesso h3 {
    text-transform: uppercase;
    font: 16px Arial;
    color: #f16031;
    font-weight: bold;
}
.bx-resgate-sucesso .resgate-sucesso strong,
.bx-recarga-sucesso .recarga-sucesso strong {
    font-weight: bold;
}
.bx-resgate-sucesso .resgate-sucesso h2,
.bx-recarga-sucesso .recarga-sucesso h2 {
    font-family: 'newjuneboldregular';
    font-size: 30px;
    color: #f16031;
    padding: 0;
}

@media screen and (max-width:1024px) {
    .wr-menu {
        background-position:-440px top;
    }
}
@media screen and (min-width:1100px) and (max-width:1280px) {
    .wr-menu {
        background-position:-350px top;
    }
}
@media screen and (min-width:1290px) and (max-width:1380px) {
    .wr-menu {
        background-position:-290px top;
    }
}
@media screen and (min-width:1390px) and (max-width:1610px) {
    .wr-menu {
        background-position:-180px top;
    }
}

.novoCartao {
    display: none;
}

.recarga {
    display: none;
}