﻿.page-index-energia .next,
.page-index-energia .prev {
    display: none;
}

.page-index .nextEnergia {
    display: none;
}

.separador-cupom {
    margin: 20px 20px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.steps {
    background-color: #f2f2f2;
    height: 200px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    /*padding-left: 80px;*/
}

.steps .steps-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.steps div[class^='step-'] {
    float: left;
    background-color: #808080;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 20px;
    margin-top: 80px;
    margin-left: 120px;
    position: relative;
}

.steps div[class^='step-']:first-child {
    margin-left: 0px;
}

.steps div[class^='step-']:after {
    content: " ";
    width: 121px;
    height: 2px;
    background-color: #808080;
    position: absolute;
    top: 20px;
    left: 40px;
}

.steps .step-1:before {
    content: "1";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 15px;
}

.steps .step-2:before {
    content: "1";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 15px;
}

.steps .step-3:before {
    content: "2";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 15px;
}

.steps .step-4:before {
    content: "3";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 15px;
}

.steps .step-5:before {
    content: "4";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 15px;
}

.steps .step-5:after {
    display: none;
}

.steps div[class^='step-'].check {
    background-color: #fc7f17 !important;
}

.steps .check:before {
    content: "\2713 ";
    color: white;
    position: absolute;
    top: 6px;
    left: 13px;
}

.steps .check:after {
    content: " ";
    width: 121px;
    height: 2px;
    background-color: #fc7f17 !important;
    position: absolute;
    top: 20px;
    left: 40px;
}

.steps div[class^='step-'].current {
    background-color: #fc7f17;
}

.steps .steps-text {
    color: #000;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.steps .steps-text li {
    float: left;
    list-style: none;
    font-size: 18px;
    padding-top: 10px;
}

.steps .steps-text li:nth-child(1) {
    padding-left: 50px;
}

.steps .steps-text li:nth-child(2) {
    padding-left: 75px;
}

.steps .steps-text li:nth-child(3) {
    padding-left: 85px;
}

.steps .steps-text li:nth-child(4) {
    padding-left: 60px;
}

.steps .steps-text li:last-child {
    padding-left: 60px;
}

.tabs {
    background-color: #fff;
    min-height: 600px;
}

.tabs #planos {
    color: #fc7f17;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-left: 20px;
    display: none;
}

.tabs #planos p {
    text-align: center;
    padding: 70px 70px 120px 0;
}

.tabs #planos .card>label {
    width: 300px;
    /*height: 100px;*/
    height: 90px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 4px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
    color: #fc7f17;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
    padding-top: 12px;
    position: relative;
}

.tabs #planos .card .card-title {
    float: left;
    text-align: right;
    padding: 10px 0 0 0;
    line-height: 16px;
    width: 30%;
}

.tabs #planos .card .card-text {
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 0 0;
    width: 80%;
    position: absolute;
    left: 80px;
    /*bottom: 40px;*/
}

.tabs #planos .card .card-text span {
    font-size: 35px;
}

.tabs #planos .card:nth-child(2)>label:before {
    content: "Mais vendido!";
    display: block;
    color: #fff;
    width: 130px;
    height: 30px;
    padding: 5px;
    background-color: #fc7f17;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.tabs #planos .card:nth-child(1)>label .desconto {
    display: block;
    color: #fff;
    width: 100px;
    height: 30px;
    padding: 5px;
    background-color: #ff0000;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.tabs #planos .card:nth-child(2)>label .desconto {
    /*content: "22% OFF!";*/
    display: block;
    color: #fff;
    width: 100px;
    height: 30px;
    padding: 5px;
    background-color: #ff0000;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.tabs #planos .card:nth-child(3)>label .desconto {
    /*content: "30% OFF!";*/
    display: block;
    color: #fff;
    width: 100px;
    height: 30px;
    padding: 5px;
    background-color: #ff0000;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

#planos .card {
    text-align: center;
    top: 145px;
}

#planos .card .promo-mensal {
    width: 300px;
    font-size: 80%;
    height: 96px;
    font-weight: bold;
    color: #54007e;
    text-align: left;
    border: 3px dashed #b2b2b2;
    z-index: 0;
    border-bottom: 0;
    background-color: #FFF;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

#planos .card .promo-mensal label {
    padding-right: 10px;
    text-align: left;
    padding-top: 30px;
    padding-left: 35%;
    background-image: url(../img/promo-trimestral.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-size: 25%;
    line-height: 15px;
    width: calc(100% - 10px);
    height: calc(100% + 20px);
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer;
}

#planos .card .promo-trimestral {
    width: 300px;
    font-size: 80%;
    height: 96px;
    font-weight: bold;
    color: #54007e;
    text-align: left;
    border: 3px dashed #b2b2b2;
    z-index: 0;
    border-bottom: 0;
    background-color: #FFF;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

#planos .card .promo-trimestral label {
    padding-right: 10px;
    text-align: left;
    padding-top: 30px;
    padding-left: 35%;
    background-image: url(../img/promo-trimestral.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-size: 25%;
    line-height: 15px;
    width: calc(100% - 10px);
    height: calc(100% + 20px);
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer;
}

#planos .card .promo-anual {
    width: 300px;
    font-size: 80%;
    height: 96px;
    font-weight: bold;
    color: #54007e;
    text-align: left;
    border: 3px dashed #b2b2b2;
    z-index: 0;
    border-bottom: 0;
    background-color: #FFF;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

#planos .card .promo-anual label {
    padding-left: 45%;
    padding-top: 30px;
    padding-right: 10px;
    background-image: url(../img/promo-anual.png);
    background-repeat: no-repeat;
    background-size: 40%;
    line-height: 15px;
    width: calc(100% - 10px);
    height: calc(100% + 20px);
    position: absolute;
    top: -20px;
    left: 10px;
    cursor: pointer;
}

.tabs #planos .card input {
    visibility: hidden;
    width: 0;
    height: 0;
}

.tabs #planos .card input:checked+label {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 4px solid #fc7f17;
}

.tabs #planos .card input:checked+label .check:before {
    content: "\2713 ";
    color: #fff;
    background-color: #fc7f17;
    border-radius: 50%;
    position: absolute;
    right: -3%;
    top: -12%;
    text-align: center;
    width: 8%;
    height: 25%;
    padding-top: 0px;
}

.tabs #planos .card .card-text .plano-valor-decimal {
    font-size: 35px;
    vertical-align: top;
    position: relative;
    left: -8px;
}

.tabs #planos .card .card-text .txtMensal {
    font-size: 22px;
    position: relative;
    left: -40px;
    vertical-align: middle;
}

.tabs #planos .card .text-infos {
    font-size: 12px;
    padding: 0;
    position: absolute;
    bottom: 10px;
    width: 70%;
    text-align: center;
}

.tabs #planos .card .valor-mes {
    text-align: center;
    text-decoration: line-through;
    position: relative;
    bottom: 10px;
    font-size: 15px;
}

.tabs #planos .botoes {
    margin: 180px 0;
}

.tabs #planos .botoes .bt-next {
    padding: 10px 60px;
    width: 212px;
    height: 50px;
    background-color: #fc7f17;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #99551d !important;
    -webkit-box-shadow: 0 5px 0 0 #99551d !important;
    -moz-box-shadow: 0 5px 0 0 #99551d !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.tabs #login {
    width: 100%;
    min-height: 720px;
    padding-left: 200px;
    display: none;
    margin-left: 100px;
}

.tabs .modal-validation {
    text-align: center;
    position: relative;
    top: 10px;
}

.tabs #login .borda {
    margin-top: 30px;
    width: 60%;
}

.tabs #login .tab-content {
    border: 2px solid #fc7f17;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-left: none;
    margin-left: -17px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 60px;
    z-index: 1;
}

.tabs #login .tab-content:before {
    content: "";
    height: 480px;
    width: 2px;
    position: absolute;
    bottom: 0;
    background-color: #fc7f17;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 0%;
}

.tabs #login .tab-content input {
    border-radius: 0;
    border-color: #666;
}

.tabs #login ul {
    float: left;
    z-index: 3;
}

.tabs #login ul li {
    border-right: 2px solid #fc7f17;
    border-bottom: 2px solid #fc7f17;
    border-left: 2px solid #fc7f17;
    /*-moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;*/
    text-align: center;
    background-color: #f2f2f2;
}

.tabs #login ul li:nth-child(1) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid #fc7f17;
}

.tabs #login ul li:nth-child(2) {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabs #login ul li.active {
    border-right: none;
}

.tabs #login ul li a {
    color: #fc7f17;
    font-size: 21px;
    font-weight: bold;
}

.tabs #login ul div {
    padding-left: 40px;
}

.tabs #login #entrar .esqueceuSenha {
    color: #54007e;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
    text-decoration: underline;
    cursor: pointer;
}

.tabs #login #entrar .logar {
    padding: 6px 60px;
    width: 100%;
    height: 42px;
    background-color: #fc7f17;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 #99551d !important;
    -webkit-box-shadow: 0 5px 0 0 #99551d !important;
    -moz-box-shadow: 0 5px 0 0 #99551d !important;
    position: relative;
    left: 0;
    top: 30px;
    border: 0;
}

.tabs #login #cadastrar .bt-cadastro a {
    padding: 6px 60px;
    width: 100%;
    height: 42px;
    background-color: #fc7f17;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 #99551d !important;
    -webkit-box-shadow: 0 5px 0 0 #99551d !important;
    -moz-box-shadow: 0 5px 0 0 #99551d !important;
    position: relative;
    left: 0;
    top: 30px;
    cursor: pointer;
}

.tabs #login #cadastrar .bt-cadastro {
    margin-bottom: 25px;
}

.tabs #login button.prev {
    background-color: #fc7f17;
    color: #fff;
    padding: 10px 60px;
    width: 212px;
    height: 50px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 0px 0px #99551d;
    -moz-box-shadow: 0px 3px 0px 0px #99551d;
    box-shadow: 0px 3px 0px 0px #99551d;
    position: absolute;
    top: 40%;
    border: 0;
}

.tabs #login .bt-prev-login {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tabs #dadosPessoais {
    padding: 55px 7px;
    display: none;
}

.tabs .box-dadosPessoais {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs #dadosPessoais h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #333333;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
}

.tabs #dadosPessoais label {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans';
    color: #333333;
}

.tabs #dadosPessoais .btnUpdate {
    display: none;
}

.tabs #dadosPessoais .prev,
.btn-voltar-dadosPessoais {
    background-color: #303030;
    box-shadow: 0 5px 0 0 #000000;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.tabs #dadosPessoais .next,
.tabs #dadosPessoais .nextEnergia {
    padding: 10px 60px;
    width: 212px;
    height: 50px;
    background-color: #b3e800;
    color: #4c4c4c;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(76, 76, 76, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(76, 76, 76, 1);
    box-shadow: 0px 3px 0px 0px rgba(76, 76, 76, 1);
    position: relative;
    left: 20%;
    top: 30px;
}

.tabs #dadosPessoais .new-bt-next {
    left: 0;
    top: 0;
    margin: 30px 0 0 0;
}

.new-bt div {
    margin: 0 23.2px;
}

.tabs #dadosPessoais a {
    float: right;
    margin-top: 30px;
}

.tabs #dadosPessoais .nextEnergia {
    left: 0 !important;
    float: left;
}

.tabs #card {
    min-height: 1062px;
    display: none;
}

.tabs #card h2 {
    margin-left: 20px;
    margin-bottom: 30px;
}

.tabs #card .cards-cadastrados {
    border: 3px solid #e6e6e6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);
            box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);*/
    height: 325px;
    background-color: #fff;
    padding: 20px;
}

.tabs #card label {
    font-size: 18px;
    font-family: 'Open Sans';
    color: #333;
    font-weight: 400;
    padding-left: 0;
}

.tabs #card .cards-cadastrados label[for='cardVindi'] {
    padding-left: 20px;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #fc7f17 !important;
}

.tabs #card .cards-cadastrados .card-bandeira {
    padding-left: 10px;
}

.tabs #card .cards-cadastrados p {
    padding-left: 40px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #333333;
}

.tabs #card #adicionarCartao,
.tabs .boleto {
    border: 3px solid #e6e6e6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 325px;
    /*-webkit-box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);
            box-shadow: 0px 2px 0px 0px rgba(162,162,162,1);*/
    padding-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.tabs #card #adicionarCartao input[type='radio'] {
    margin-left: 14px;
}

.tabs #card #adicionarCartao label[for='newCard'],
.tabs .boleto label[for='rdBoleto'] {
    font-size: 19px !important;
    font-family: 'Open Sans' !important;
    font-weight: bold !important;
    color: #fc7f17 !important;
}

.boleto {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.tabs #card .borda {
    border: 3px solid #fc7f17 !important;
}

.tabs #card .bordaNew {
    border: 3px solid #fc7f17 !important;
}

.tabs #card .bordaNew:after {
    content: "\2713 ";
    position: absolute;
    background-color: #fc7f17;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px 0 0 7px;
    font-size: 20px;
    font-weight: bold;
    right: 6px;
    top: -11px;
}

.tabs #card .borda:after {
    content: "\2713 ";
    position: absolute;
    background-color: #fc7f17;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px 0 0 7px;
    font-size: 20px;
    font-weight: bold;
    right: 6px;
    top: -11px;
}

.tabs #card .boleto.borda:after {
    height: 30px;
    width: 30px;
    padding-left: 8px;
}

.tabs #card .termos {
    color: #333333;
    font-family: 'Open Sans';
    padding: 0px;
}

.tabs #card .termos h2 {
    font-size: 18px;
    font-weight: bold;
}

.tabs #card .termos p {
    margin-top: 30px;
    padding: 0 20px 0 20px;
    font-size: 18px;
    font-weight: 100;
    /*height: 170px;*/
    overflow: auto;
}

.tabs #card .termos p a {
    text-decoration: underline;
}

.tabs #card .termos .termosError {
    display: none;
    margin: 0px 20px;
    text-align: center;
}

.tabs #card .termos div input {
    visibility: visible;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.tabs #card .termos div label {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 30px;
}

.tabs #card .termos button.next {
    padding: 6px 60px;
    background-color: #fc7f17;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #99551d;
    -moz-box-shadow: 0 5px 0 0 #99551d;
    box-shadow: 0 5px 0 0 #99551d;
    height: 42px;
    border: none;
}

.tabs #card .termos button.prev {
    background-color: #fc7f17;
    color: #fff;
    padding: 6px 60px;
    width: 212px;
    height: 43px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #99551d;
    -moz-box-shadow: 0 5px 0 0 #99551d;
    box-shadow: 0 5px 0 0 #99551d;
    border: none;
    position: relative;
    top: 30px;
    left: 0;
    float: right;
    margin-top: 15px;
}

.tabs #card .termos .form-group {
    padding: 15px;
}

.tabs #card .termos .bts-dadosPessoais-recarga div #btn-recarga, #btn-recarga-warcoins, #btn-torneio {
    margin-top: 0px;
    float: left;
}

.span-link {
    font-size: 16px;
    font-weight: bold;
    color: #1460aa !important;
    cursor: pointer;
}

.span-link:hover {
    color: #fc7f17 !important;
}

.tabs #confirmacao {
    font-family: 'Open Sans';
    display: none;
}

.tabs #confirmacao h2 {
    font-size: 26px;
    font-weight: bold;
    color: #fc7f17;
}

.tabs #confirmacao a {
    font-size: 16px;
    font-weight: bold;
    color: #fc7f17;
    text-decoration: underline;
}

.tabs #confirmacao p {
    font-size: 16px;
    font-weight: 100;
    color: #4c4c4c;
}

#dadosPessoais .form-dados-pessoais {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tabs #card .semGratis {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #fff;
}


/*.next {
    float: left;
}*/

.card-bandeira {
    margin: 0 2% 0 0;
}

.card-block div {
    border: 0.5px solid #fc7f17;
    margin-bottom: 5%;
    cursor: pointer;
}

.card-block input {
    visibility: hidden;
    width: 0;
    height: 0;
}

.card-block input:checked+div {
    background-color: #fc7f17;
    color: white;
}

.card-add {
    text-align: center;
    background: #cacaca;
    border-radius: 72%;
    width: 50px;
    height: 50px;
    display: block;
}

.card-add i {
    font-size: 2em;
    width: 100%;
    margin-top: 25%;
    margin-left: 5%;
}

#pagamento .txtCard {
    font-size: 18px;
    width: 100%;
    margin-top: 12px;
}

.altera-card {
    margin-bottom: 5%;
}

.card-wrapper {
    margin-bottom: 5%;
}

.modal-footer {
    border-top: none;
}

.cards-cadastrados {
    margin-bottom: 2%;
}

.cards-cadastrados p {
    float: left;
    margin: 0;
    padding-left: 1%;
    margin-top: 2%;
}

.cards-cadastrados p span {
    font-size: 12px;
    font-weight: bold;
}

.cards-cadastrados>div {
    padding: 10px;
}

.cards-cadastrados input {
    position: absolute;
}

.card-bandeira img {
    margin: 0;
}

.remover-card {
    margin-top: 2.5%;
}

#confirmacao .cardInfo {
    margin-top: 5%;
}

#confirmacao .cardInfo p {
    text-align: center;
}

.height {
    min-height: 170px;
}

.icon {
    font-size: 47px;
    color: #5CB85C;
}

.iconbig {
    font-size: 77px;
    color: #5CB85C;
}

.nav-pills li a {
    color: #000;
}

.alert {
    display: none;
}


/*.next, #btn-confirmacao {
    float: right;
}

.prev {
    float: left;
}*/

.perfil-info {
    cursor: default;
    padding-top: 10px;
}

#confirmacao .container {
    margin-left: 5%;
}

#confirmacao .container .text-center h2 {
    margin-left: 20px;
}

#confirmacao .panel-heading {
    font-size: large;
}

.tab-current.active {
    display: block !important;
}

.isCheckout h1.bt-modal-open {
    display: none !important;
}

.btn .btn-.default .new-bt .bt-prev-login {
    height: 37px !important;
}

@media (width: 992px) {
    .tabs #login .col-md-4 {
        width: 66%;
    }
}

@media (width: 768px) {
    .tabs #dadosPessoais .new-bt-next {
        margin: 0;
    }
    .bt-resgatar-cupom {
        margin-left: 20px !important;
        margin-top: 0px !important;
    }
    .features .features-figures .feature-descontos img {
        margin-top: 0px;
    }
    .features .features-figures {
        margin-left: 0;
        width: 100%;
        padding: 40px 10px;
    }
}

@media( max-width: 992px) {
    .tabs #planos .card .valor-mes {
        bottom: 20px;
    }
    .tabs #card .bordaNew:after {
        top: -15px;
        right: -15px;
    }
    .tabs #card #adicionarCartao {
        position: relative;
    }
    .tabs #card h2 {
        margin-left: 0px;
    }
    .tabs #planos .card .card-text {
        bottom: 60px;
        width: 60%;
        left: 110px;
    }
    .steps {
        display: none;
    }
    .tabs #planos .card:nth-child(2)>label:before {
        top: -1px;
    }
    .tabs #planos .card input:checked+label .check:before {
        width: 10%;
        height: 20%;
        padding-top: 3px;
        right: -3%;
        top: 10px;
    }
    .tabs #planos .card .card-title {
        font-size: 14px;
        padding: 0 0 0 0;
        width: 0;
    }
    .tabs #planos .card .card-text {
        padding: 25px 0 0 0;
        font-size: 22px;
    }
    .tabs #planos .card .card-text span {
        font-size: 30px;
    }
    .planos .planos-cards {
        margin-left: 0;
    }
    .planos .card {
        height: auto;
        margin-left: 0;
        margin-bottom: 180px;
    }
    .planos .card .promo-mensal {
        padding-left: 15px;
        /*padding-right: 85px;*/
        padding-top: 8%;
    }
    .planos .card .promo-trimestral {
        padding-left: 15px;
        /*padding-right: 85px;*/
        padding-top: 8%;
    }
    .planos .card .promo-anual {
        padding-top: 8%;
        padding-right: 15px;
        /*padding-left: 125px;*/
    }
    .planos .card:last-child {
        margin-bottom: 60px !important;
    }
    .planos .info-preco {
        bottom: 20px;
    }
    .planos .card:nth-child(2) .desconto,
    .planos .card:nth-child(3) .desconto {
        bottom: 70px;
    }
    .planos .card .bt-plan {
        position: relative;
        top: 40px;
    }
    .tabs #planos .card:nth-child(3)>label:before {
        -ms-transform: scale(0.7, 0.7);
        /* IE 9 */
        -webkit-transform: scale(0.7, 0.7);
        /* Safari */
        transform: scale(0.7, 0.7);
        /* Standard syntax */
        top: -58px;
        left: 0;
    }
    .tabs #login {
        min-height: inherit;
        /*padding-left: 0;*/
        margin-left: inherit;
    }
    .tabs #login .borda {
        width: 100%;
        margin-top: 100px;
    }
    .tabs #login ul {
        float: none;
        margin-left: 10px;
    }
    .tabs #login ul li {
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
        width: 50%;
        float: left;
        background-color: #fff;
    }
    .tabs #login ul li:nth-child(1) {
        border-top: none;
    }
    .tabs #login ul li.active {
        background-color: #f2f2f2;
    }
    .tabs #login .tab-content {
        margin-left: 0;
        margin-left: 10px;
        min-height: 275px;
        padding: 0;
    }
    .tabs #login .tab-content #login-assinatura {
        padding-top: 10px;
    }
    .tabs #login #entrar .logar {
        width: 100%;
        height: auto;
        left: 0;
        top: 10px;
        height: 42px;
    }
    .tabs #login button.prev {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 10px;
        margin-bottom: 30px;
    }
    .tabs #login #cadastrar {
        min-height: 450px;
        padding-top: 10px;
        border: 2px solid #fc7f17;
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
    .tabs #login #cadastrar .bt-cadastro a {
        width: 100%;
        height: auto;
        position: relative;
        top: 10px;
        left: 0;
        cursor: pointer;
        height: 42px;
        line-height: 30px;
    }
    .tabs #card {
        margin-top: 60px;
    }
    .tabs #card h2 {
        text-align: center;
    }
    .tabs #card .cards-cadastrados {
        min-height: 350px;
    }
    .tabs #card .borda:after {
        top: -15px;
        right: 0px;
    }
    .tabs #card .termos h2:after,
    .tabs #card .termos p:after {
        width: 95%;
    }
    .tabs #card .termos button.next {
        left: 60px;
    }
    .tabs #confirmacao {
        margin-top: 100px;
    }
    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover,
    .nav-pills>li.active>a:focus {
        background-color: #f2f2f2;
    }
    .tabs #login .bt-prev-login {
        width: 100%;
        margin: 0 0 50px 10px;
    }
    .tabs .modal-validation {
        top: 70px;
    }
}

.botoes-adicionar-cartao {
    text-align: right;
    margin-bottom: 100px;
}

.botoes-adicionar-cartao div {
    display: inline-block;
    margin: 0px 0px;
}

.botoes-adicionar-cartao div:first-child button {
    width: 250px;
}

@media (max-width: 767px) {
    .bgComprarEnergia{
        background-image: none !important;
        padding-left: 0px !important;
    }
    .bgComprarWarCoins {
        background-image: none !important;
        padding-left: 0px !important;
    }
    .bgComprarEnergia>div{
        height: 65% !important;
    }
    .bgComprarWarCoins > div {
        height: 65% !important;
    }
    .energiaTextos {
        padding-left: 0px !important;
        position: relative;
        text-align: center;
        left: 0 !important;
        margin: 0 auto !important;
        width: 100%;
    }
    .bt-resgatar-cupom {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .tabs #login {
        min-height: inherit;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .perfil-info {
        padding-top: 0;
    }
    .botoes-adicionar-cartao {
        text-align: center;
        margin: 0px 20px;
    }
    .botoes-adicionar-cartao div {
        display: inline-block;
        margin: 0px;
        width: 100%;
    }
    .botoes-adicionar-cartao div button {
        width: 100% !important;
    }
    .tabs #dadosPessoais .prev,
    .btn-voltar-dadosPessoais {
        margin-bottom: 30px;
    }
    .tabs #planos .card .valor-mes {
        bottom: 60px;
    }
    .tabs #planos .card .card-text {
        left: 90px;
        bottom: 10px;
        width: 60%;
    }
    .features .features-figures {
        margin-left: 0;
    }
    .planos p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 25px;
        padding-bottom: 25px;
    }
    .planos .bt-plan {
        top: 25px;
        position: relative;
    }
    .steps {
        display: none;
    }
    .tabs {
        /*margin-top: -40px;*/
    }
    .tabs #login .borda {
        width: 100%;
    }
    .tabs #login ul {
        float: none;
        margin-left: 10px;
    }
    .tabs #login ul li {
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
        width: 50%;
        float: left;
        background-color: #fff;
    }
    .tabs #login ul li:nth-child(1) {
        border-top: none;
    }
    .tabs #login ul li.active {
        background-color: #f2f2f2;
    }
    .tabs #login .tab-content {
        margin-left: 0;
        margin-left: 10px;
        padding-top: 10px;
        min-height: 260px;
    }
    .tabs #login .tab-content #login-assinatura {
        padding-top: 10px;
    }
    .tabs #login #entrar .logar {
        width: 100%;
        height: auto;
        left: 0;
        top: 10px;
        height: 50px;
    }
    .tabs #login button.prev {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 10px;
        margin-bottom: 30px;
    }
    .tabs #login #cadastrar {
        min-height: 450px;
        padding-top: 10px;
        border: 2px solid #fc7f17;
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
    .tabs #login #cadastrar .bt-cadastro a {
        width: 100%;
        height: auto;
        position: relative;
        top: 10px;
        left: 0;
        cursor: pointer;
        height: 50px;
        line-height: 37px;
    }
    .bt-entrar-novo {
        margin: 0px 0 30px 0 !important;
    }
    .tabs #login #cadastrar .bt-cadastro {
        margin-bottom: 65px;
    }
    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover,
    .nav-pills>li.active>a:focus {
        background-color: #f2f2f2;
    }
    .tabs #card .termos button.prev {
        width: 100%;
        top: 0;
        left: 0;
    }
    .tabs #card .termos button.next {
        width: 100%;
        left: 0;
    }
    .regulamento {
        margin-bottom: 15px;
    }
    .tabs #planos p {
        padding: 0;
    }
    .tabs #planos .botoes {
        margin: 0 0 80px 0;
    }
    .tabs #planos .card {
        margin-bottom: 20%;
        top: 0px;
    }
    .tabs #planos .card .card-text span,
    .tabs #planos .card .card-text {
        font-size: 20px;
    }
    .tabs #planos .card .promo-mensal,
    .tabs #planos .card .promo-trimestral,
    .tabs #planos .card .promo-anual {
        top: -70px;
        font-size: 70%;
    }
    .tabs #planos .card .promo-mensal label,
    .tabs #planos .card .promo-trimestral label,
    .tabs #planos .card .promo-anual label {
        background-position-y: 25px;
    }
    .tabs #planos .card>label {
        width: 100%;
        height: 100%;
    }
    .tabs #planos .card .card-title {
        float: none;
        text-align: center;
    }
    .tabs #planos .card input:checked+label .check:before {
        width: 6%;
        height: 30%;
        right: -12px;
        top: -13px;
        padding-top: 1px;
    }
    .tabs #planos .card:nth-child(2)>label:before {
        height: 29px;
        top: -30px;
    }
    /*.tabs #planos .card:nth-child(3) {
            margin-top: 60px;
        }*/
    .tabs #planos .card:nth-child(3)>label:before {
        top: -60px;
        left: 0;
        margin: auto;
        right: 0;
    }
    .tabs #dadosPessoais {
        margin-left: 0;
    }
    .tabs #dadosPessoais .prev {
        width: 100%;
        top: 10px;
        left: 0;
    }
    .tabs #dadosPessoais .next {
        width: 100%;
        left: 0;
    }
    .tabs #card .termos h2:after {
        position: relative;
        top: 20px;
    }
    .tabs #card h2:after {
        margin-bottom: 15px;
    }
    .tabs #card .cards-cadastrados .card-bandeira {
        text-align: center;
    }
    .tabs #card .cards-cadastrados p {
        font-size: 26px;
        padding-top: 10px;
    }
    .cards-cadastrados p span {
        font-size: 18px;
        vertical-align: middle;
    }
    .tabs #payment-form #card_cvv+div {
        float: right;
    }
    .tabs #card .termos div label {
        margin-top: 0;
        padding-left: 0;
        margin-left: 20px;
        width: 90%;
    }
    .tabs #card .termos {
        padding-bottom: 40px;
    }
    .tabs #dadosPessoais a,
    .tabs #dadosPessoais a .bt-prev-login {
        margin-top: 0px;
        width: 100%;
    }
    .tabs #card .semGratis {
        margin-top: 40px;
    }
    .tabs #card #adicionarCartao {
        margin-bottom: 20px;
    }
    .tabs #card #meus-cartoes {
        margin-bottom: 20px;
    }
    .tabs #dadosPessoais .nextEnergia {
        width: 100%;
        margin-bottom: 60px;
    }
    .tabs #card .termos .bts-dadosPessoais-recarga div {
        padding: 0;
    }
    .tabs #card .termos .bts-dadosPessoais-recarga div #btn-recarga, #btn-recarga-warcoins, #btn-torneio {
        margin-top: 0px;
        float: left;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .tabs #login ul li a {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .tabs #planos .card {
        margin-bottom: 40%;
    }
    .tabs #planos .card input:checked+label .check:before {
        width: 25px;
        height: 25px;
    }
    .tabs #dadosPessoais {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tabs #dadosPessoais h2 {
        margin-left: 15px;
    }
    .tabs #dadosPessoais .next {
        top: 0px !important;
    }
    .form-dados-pessoais {
        padding-top: 0px !important;
    }
    .energiaHeader {
        margin-top: 0px !important;
    }
}

.bgComprarEnergia{
    background-image: url(../img/bgComprarEnergia.png);
    width: 100%;
    height: 157px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgComprarWarCoins {
    background-image: url(../img/bgComprarWarcoins.png);
    width: 100%;
    height: 157px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgComprar {
    background-image: url(../img/bgComprar.png);
}

.gameLogo {
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
}

.logoWar {
    background-image: url(../img/logoWar.png);
    height: 40%;
}

.logoAveCaesar {
    height: 70%;
    background-image: url(../img/logoAveCesar.png);
}

.energiaHeader {
    margin-top: 20px;
}

.bgComprarEnergia>div {
    height: 85%;
    padding-right: 0;
}

.bgComprarWarCoins > div {
    height: 85%;
    padding-right: 0;
}

.energiaTextos {
    height: 50%;
    position: absolute;
    left: 12%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 21px;
    line-height: 34px;
    font-family: 'Open Sans';
}

.txPrice {
    font-weight: bold;
}

.bt-resgatar-cupom[disabled] {
    background-color: #333;
    color: #aaa;
}

.tabs #planos p {
    padding: 0;
}

@media(min-width: 994px) {
    .bgComprarEnergia {
        margin-top: 40px;
    }
    .bgComprarWarCoins {
        margin-top: 40px;
    }
}

@media(min-width: 768px) {
    #div-button-confirm {
        float: right;
    }
    #div-button-prev {
        float: left;
    }
    #div-button-prev .prev {
        top: 0 !important;
        margin-top: 0 !important;
    }
    #card-add-cartao {
        margin-bottom: 20px;
    }
}

.input-novo {
    border-radius: 5px !important;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #303030;
    height: 45px;
    float: none;
}

.datas-cadastro-novo .input-novo {
    float: left !important;
}

#img-codigo-card {
    float: right;
}