.spinner {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4em;
    height: 4em;
    padding: 7px;
    border-radius: 50%;
    transform: scale(.7);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.spinner-wrapper {
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    left: calc(50% - 2em)
}

.spinner-wrapper::after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    position: absolute;
    top: .5em;
    left: .5em
}

.rotator {
    position: relative;
    width: 4em;
    border-radius: 4em;
    overflow: hidden;
    animation: rotate 2000ms infinite linear
}

.rotator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f51b5;
    border: 3px solid #fff;
    border-radius: 100%
}

.inner-spin {
    background: #fff;
    height: 4em;
    width: 2em
}

.inner-spin {
    animation: rotate-left 2500ms infinite cubic-bezier(.445, .05, .55, .95);
    border-radius: 2em 0 0 2em;
    transform-origin: 2em 2em
}

.inner-spin:last-child {
    animation: rotate-right 2500ms infinite cubic-bezier(.445, .05, .55, .95);
    margin-top: -4em;
    border-radius: 0 2em 2em 0;
    float: right;
    transform-origin: 0 50%
}

@keyframes rotate-left {

    60%,
    75%,
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-right {

    0%,
    25%,
    45% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.widget {
    margin: 0;
    padding: 0;
}

.section {
    margin: 0;
    padding: 0;
}

.pixImg {
    padding: 7px;
    transform: translate(60%);
}

.pixText {
    width: 100%;
    max-width: 235px;
    transform: translate(70px);
    background-color: #fafafa;
    resize: none;
    border: 1px solid #e3e3e6;
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

html,
body {
    width: 100%;
    height: 100%
}

html>body {
    font-family: roboto, helvetica, arial, sans-serif !important
}

body {
    background-color: #f6f6f6;
    transition: filter 0.3s ease;
}

body.loading-blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.dialogPayment .mdl-spinner {
    width: 48px;
    height: 48px
}

.mdl-spinner--single-color .mdl-spinner__layer {
    border-color: #664a6f
}

#topWrapper {
    width: 100%;
    position: relative;
    background: #630a95;
    background: linear-gradient(137deg, rgb(41 44 68) 0%, rgb(152 44 87) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

#topWrapperBar,
#topWrapperContent {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table
}

#topWrapperBar .logoTop {
    float: left;
    display: table;
    margin-left: 20px
}

#topWrapperBar .rightTop,
#topWrapperContent .rightMain {
    float: right;
    margin-right: 20px;
    display: table;
    position: relative
}

#topWrapperBar .rightTop p {
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-family: Arial;
    float: left;
    clear: both;
    margin: 0;
    padding: 0
}

#topWrapperBar .rightTop img {
    float: left;
    display: table;
    clear: both
}

#topWrapperContent {
    margin-top: 100px
}

#topWrapperContent .promoLogo {
    float: right;
    display: table;
    margin-left: 20px;
}

#recargaStepInit p {
    color: #fff;
    font-size: 20px;
    text-align: right;
    font-family: Arial;
    float: right;
    clear: both;
    margin: 0;
    padding: 0
}

#recargaStepInit a {
    float: right;
    display: table;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 13px;
    color: #1b1b1b;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    background-color: #fff;
    cursor: pointer;
    clear: both;
    margin-top: 10px
}

#recargaStepInit a:hover,
#recargaStepInit a:active {
    background-color: #dcdcdc
}

#mainRecargas {
    max-width: 980px;
    display: table;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto
}

#mainRecargas .titlePlanosRecargas {
    font-family: open sans;
    font-weight: 200;
    font-size: 28px;
    color: #1b1b1b;
    margin: 0;
    display: table;
    margin-left: 20px;
    text-align: left;
    line-height: 1.2
}

#mainRecargas .planosRecargas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    margin-top: 35px;
}

#mainRecargas .planosRecargas li {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: white;
}

#mainRecargas .planosRecargas li:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

#mainRecargas .planosRecargas li:nth-child(3) {
    position: relative;
    transform: scale(1.05);
    z-index: 2;
}

#mainRecargas .planosRecargas li:first-of-type {
    margin-left: 0;
}

#mainRecargas .planosRecargas li .topRecarga {
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(135deg, #664a6f 0%, #795472 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#mainRecargas .planosRecargas li .topRecarga::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

#mainRecargas .planosRecargas li .mainRecarga {
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
    flex: 1;
}

#mainRecargas .planosRecargas li .titleRecarga {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

#mainRecargas .planosRecargas li .bonusRecarga {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #664a6f;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.2;
    background: linear-gradient(135deg, #664a6f, #795472);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#mainRecargas .planosRecargas li .labelRecarga,
#mainRecargas .planosRecargas li .validadeRecarga {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

#mainRecargas .planosRecargas li .validadeRecarga {
    color: #999;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    padding: 4px 12px;
    background: #f8f9fa;
    border-radius: 20px;
    display: inline-block;
}

#mainRecargas .planosRecargas li .buttonRecarga {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 12px 20px;
    background: linear-gradient(135deg, #664a6f 0%, #795472 100%);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 15px rgba(102, 74, 111, 0.3);
    position: relative;
    overflow: hidden;
}

#mainRecargas .planosRecargas li .buttonRecarga::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

#mainRecargas .planosRecargas li .buttonRecarga:hover::before {
    left: 100%;
}

#mainRecargas .planosRecargas li .buttonRecarga:hover,
#mainRecargas .planosRecargas li .buttonRecarga:active {
    background: linear-gradient(135deg, #795472 0%, #664a6f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 74, 111, 0.4);
}

#mainRecargas .observacaoRecarga {
    font-family: open sans;
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0;
    display: table;
    margin-left: 20px;
    text-align: left;
    line-height: 1.2;
    margin-top: 20px
}

#formRecarga {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

#formRecarga p {
    color: #fff;
    font-size: 20px;
    text-align: right;
    font-family: Arial;
    float: right;
    transform: translateX(53px);
    clear: both;
    margin: 0;
    padding: 0;
}

#formRecarga .inputRecarga {
    width: 200px;
    background-color: FFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #1b1b1b;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    background-color: #fff;
    border: none;
    float: right;
    clear: both;
    margin-top: 10px
}

#formRecarga .submitRecarga {
    width: 240px;
    background-color: FFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    background-color: #471e4880;
    border: none;
    float: right;
    clear: both;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
}

#formRecarga .submitRecarga:hover,
#formRecarga .submitRecarga:active {
    background-color: #722c4fc4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#formRecarga .errorMessages {
    float: right;
    clear: both;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    display: none
}

#mainCards {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 90px;
    display: table;
    background-color: #fff
}

#mainCards h2 {
    font-family: open sans;
    font-weight: 100;
    font-size: 28px;
    color: #1b1b1b;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1.2
}

#mainCards img {
    max-width: 751px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    display: none
}

#mainCards img.full {
    display: table
}

footer {
    width: 100%;
    background-color: #f8f9fa;
    padding: 40px 0;
    border-top: 1px solid #e9ecef;
}

#footerCont {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-section h4 {
    color: #664a6f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

footer .visaVerified {
    margin: 0;
    max-width: 120px;
    height: auto;
}

footer .logoBottom {
    max-width: 150px;
    height: auto;
    margin: 0;
}

footer .footerCopyr {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #696868;
    line-height: 1.6;
    text-align: center;
}

footer .footerCopyr p {
    margin: 5px 0;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.link-list li a {
    color: #696868;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    transition: color 0.3s ease;
}

.link-list li a:hover {
    color: #664a6f;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #footerCont {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .footer-section {
        min-width: auto;
        width: 100%;
    }
    
    .link-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

#modalWrapper {
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 50;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#modalWrapper.show {
    opacity: 1;
}

#modalWrapper .dialogWindow {
    width: 380px;
    height: 530px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    border-radius: 4px;
    display: none;
    background-color: #fff;
    transform: scale(0.8) translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

#modalWrapper .dialogWindow.show {
    transform: scale(1) translateY(0);
    opacity: 1;
}

#modalWrapper .dialogWindowCont {
    width: 100%;
    height: auto;
    display: none
}

#modalWrapper .dialogWindowLoding {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#modalWrapper .dialogWindowLoding.show {
    opacity: 1;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #664a6f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.payment-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.payment-loading.show {
    opacity: 1;
    display: flex
;
}

.payment-loading-content {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(0.8) translateY(-20px);
    transition: all 0.3s ease-out;
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
}

.payment-loading.show .payment-loading-content {
    transform: scale(1) translateY(0);
}

.payment-loading h3 {
    margin: 20px 0 15px 0;
    color: #664a6f;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.payment-loading p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.buttonRecarga {
    background: linear-gradient(135deg, #664a6f 0%, #795472 100%);
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 74, 111, 0.3);
    text-decoration: none;
    display: inline-block;
    min-width: 175px;
    text-align: center;
}

.buttonRecarga:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 74, 111, 0.4);
    background: linear-gradient(135deg, #795472 0%, #664a6f 100%);
}

.buttonRecarga:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 74, 111, 0.3);
}
 
.labelPIX img {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

#modalWrapper .dialogWindowTop {}

#modalWrapper .dialogWindowTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    display: none
}

#modalWrapper .dialogWindowTop .infoRecarga {
    font-family: open sans;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    float: left;
    margin: 0;
    margin-left: 20px;
    margin-top: 12px;
    display: table
}

#modalWrapper .dialogWindowTop .siteSafe {
    float: right;
    margin: 0;
    margin-right: 20px;
    margin-top: 15px
}

#modalWrapper .dialogWindow.step1 {
    height: 320px;
    display: table
}

#modalWrapper .dialogWindow.step1 .dialogWindowCont.step1 {
    display: table
}

#modalWrapper .dialogWindow.step1 .dialogWindowTop {
    display: table
}

#modalWrapper .dialogWindow.loading {
    height: 300px;
    display: table
}

#modalWrapper .dialogWindow.loading .dialogWindowLoding {
    display: table
}

#modalWrapper .label {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 12px;
    display: table
}

#modalWrapper .label:first-of-type {
    margin-top: 20px
}

#modalWrapper .labelTitle {
    color: #212121;
    font-size: 11px;
    font-family: open sans semibold;
    padding: 0;
    margin: 0
}

#modalWrapper .inpSelect {
    width: 240px;
    background-color: FFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #757575 !important;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    background-color: #fafafa;
    border: 1px solid #e3e3e6;
    font-size: 13px;
    color: #000;
    cursor: pointer
}

#modalWrapper .inpSelect.selected {
    color: #1b1b1b !important
}

#modalWrapper .inpText {
    width: 200px;
    background-color: FFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #1b1b1b;
    font-size: 14px;
    font-family: open sans;
    font-weight: 600;
    background-color: #fafafa;
    border: 1px solid #e3e3e6;
    font-size: 13px;
    color: #000
}

#modalWrapper .inpText:focus,
#modalWrapper .inpText:hover,
#modalWrapper .inpText:active,
#modalWrapper .inpSelect:hover,
#modalWrapper .inpSelect:active,
#modalWrapper .inpSelect:focus {
    color: #2d003b !important;
    border-color: #664a6f
}

#modalWrapper .inpText.error,
#modalWrapper .inpSelect.error {
    color: #b51d1d !important;
    background-color: #ffdfdf;
    border-color: #ffdfdf
}

#modalWrapper .inpText.error:focus,
#modalWrapper .inpText.error:hover,
#modalWrapper .inpText.error:active,
#modalWrapper .inpSelect.error:focus,
#modalWrapper .inpSelect.error:hover,
#modalWrapper .inpSelect.error:active {
    border-color: #d47070
}

#modalWrapper .inpExpiration {
    width: 95px
}

#modalWrapper .inpExpiration:last-of-type {
    margin-left: 10px
}

#modalWrapper .butCancel {
    float: left;
    margin-top: 12px;
    font-family: open sans;
    font-weight: 800;
    font-size: 12px;
    color: #505050;
    display: table;
    cursor: pointer;
    text-decoration: none;
    margin-right: 40px
}

#modalWrapper .butCancel:hover {
    text-decoration: underline
}

#modalWrapper .butNext {
    border: none;
    background-color: #209139 !important;
    color: #fff !important;
    font-family: open sans;
    font-weight: 800;
    font-size: 11px;
    float: right;
    padding-top: 10px;
    padding-bottom: 12px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer
}

#modalWrapper .butNext:hover,
#modalWrapper .butNext:active {
    background-color: #14b14e !important
}

#modalWrapper .dialogWindowFooter {
    display: none;
    margin-top: 20px;
    margin-bottom: 30px
}

#modalWrapper .dialogWindow.step2 {
    height: 320px;
    display: table
}

#modalWrapper .dialogWindow.step2 .dialogWindowCont.step2 {
    display: table
}

#modalWrapper .dialogWindow.step2 .dialogWindowTop {
    display: table
}

#modalWrapper .dialogWindowTitle {
    font-size: 17px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 20px
}

#modalWrapper .dialogWindowDesc {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
    color: #4a4a4a
}

#modalWrapper .dialogWindow.step3 {
    height: 180px;
    display: table
}

#modalWrapper .dialogWindow.step3 .dialogWindowCont.step3 {
    display: table
}

#modalWrapper .dialogWindow.step3 .dialogWindowTop {
    display: table
}

#modalWrapper .dialogWindow.step4 {
    height: 270px;
    display: table
}

#modalWrapper .dialogWindow.step4 .dialogWindowCont.step4 {
    display: table
}

#modalWrapper .dialogWindowCont.step4 img {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

#modalWrapper .dialogWindowCont.step4 h2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1;
    font-family: open sans;
    font-weight: 700;
    font-size: 16px;
    color: #0ad253;
    display: table
}

#modalWrapper .dialogWindowCont.step4 p {
    font-family: open sans;
    font-weight: 600;
    font-size: 13px;
    color: #444;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    line-height: 1;
    text-align: center;
    display: table
}

#modalWrapper .dialogWindowError {
    display: none;
    margin-top: 25px;
    margin-bottom: 25px
}

.showTable {
    display: table !important
}

#boxRec {
    float: right;
    margin: 0;
    width: 320px;
    height: 320px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
    position: relative
}

#boxRec .titleLabel,
.dialogPayCont .titleLabel,
.dialogConfCont .titleLabel {
    width: 100%;
    display: table;
    margin: 0;
    padding-bottom: 5px
}

#boxRec .titleLabel p,
.dialogPayCont .titleLabel p,
.dialogConfCont .titleLabel p {
    display: table;
    margin: 0;
    font-family: open sans;
    font-weight: 600;
    font-size: 11px;
    color: #67676b;
    line-height: 1
}

.dialogPayCont .labelRecarga,
.dialogPayCont .labelPhone {
    margin-top: 30px
}

#boxRec .inpPhoneNum {
    width: 117px;
    margin-left: 10px
}

#boxRec .labelPhone {
    margin-top: 55px
}

#boxRec .labelRecarga {
    margin-top: 30px
}

#boxRec .labelButRec,
.dialogPayCont .labelButPay,
.dialogConfCont .labelButConf {
    margin-top: 30px;
    display: none
}

#boxRec .labelError,
.dialogPayCont .labelError,
.dialogConfCont .labelError {
    margin-top: 30px;
    display: none
}

#boxRec .labelError p,
.dialogPayCont .labelError p,
.dialogConfCont .labelError p {
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

#boxRec .labelError.success p,
.dialogPayCont .labelError.success p,
.dialogConfCont .labelError.success p {
    color: #2d5a2f
}

#boxRec .labelError.error p,
.dialogPayCont .labelError.error p,
.dialogConfCont .labelError.error p {
    color: #b51d1d
}

#boxRec .fakeInpButton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0ad254;
    border: none;
    border-radius: 3px;
    width: 100%;
    font-family: open sans;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    display: table;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

#boxRec .fakeInpButton:hover {
    background-color: #14b14e
}

.dialogPayCont .butPay,
.dialogConfCont .butConfirm {
    background: #0ad254;
    color: #fff;
    font-family: open sans;
    font-weight: 800;
    font-size: 11px;
    float: right;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.dialogPayCont .butPay:hover,
.dialogConfCont .butConfirm:hover {
    background-color: #14b14e
}

.dialogPayment,
.dialogSuccess,
.dialogConfirm {
    width: 415px;
    height: 530px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    border-radius: 4px;
    display: none;
    background-color: #fff
}

.dialogConfirm {
    height: 320px
}

.dialogPayment {
    height: 550px
}

.dialogSuccess {
    height: 280px
}

.dialogPayment .infoPayCont,
.dialogConfirm .infoPayCont {
    display: none;
    width: 100%;
    float: left
}

.topInfoCard {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 14px;
    float: left;
    border-bottom: 1px solid #d4d4d4
}

@media screen and (max-width: 1100px) {
    #topWrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #topWrapperContent {
        margin-top: 60px
    }
}
 
@media screen and (max-width: 1050px) and (min-width: 791px) {
    #mainRecargas .planosRecargas {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 15px;
    }

    #mainRecargas .planosRecargas li .bonusRecarga {
        font-size: 28px;
    }

    #mainRecargas .planosRecargas li .titleRecarga {
        font-size: 32px;
    }

    #mainCards {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 790px) {
    #mainRecargas .planosRecargas {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px !important;
        display: grid !important;
    }

    #mainRecargas .planosRecargas li {
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    #mainRecargas .planosRecargas li .titleRecarga {
        font-size: 24px;
    }

    #mainRecargas .planosRecargas li .bonusRecarga {
        font-size: 20px;
    }

    #mainRecargas .planosRecargas li .mainRecarga {
        padding: 20px 15px;
    }

    #mainRecargas .planosRecargas li .buttonRecarga {
        font-size: 14px;
        padding: 10px 15px;
    }

    #mainRecargas .planosRecargas li:nth-child(3) {
        transform: scale(1);
    }

    #mainRecargas .planosRecargas li:nth-child(3)::before {
        font-size: 8px;
        padding: 3px 8px;
        top: -8px;
    }
}

@media screen and (max-width: 900px) {
    #formRecarga p {
        font-size: 16px;
        transform: translateX(0px);
    }

    #formRecarga .errorMessages {
        transform: translateX(-60px)
    }

    @media screen and (max-width: 815px) {
        #topWrapper {
            padding-top: 30px;
            padding-bottom: 30px
        }

        #topWrapperContent {
            margin-top: 40px
        }

        #topWrapperContent .promoLogo {
            float: none;
            margin-left: auto;
            margin-right: auto
        }

        #formRecarga {
            float: none;
            margin-left: auto;
            margin-right: auto;
            display: table;
            margin-top: 40px
        }
    }

    @media screen and (max-width: 790px) {

        #topWrapperBar .rightTop,
        #topWrapperContent .rightMain {
            float: none;
            margin-left: auto;
            margin-right: auto;
            margin-top: 40px
        }

        #topWrapperBar .logoTop {
            float: none;
            display: table;
            margin-left: auto;
            margin-right: auto
        }

        #mainCards h2 {
            font-size: 20px;
            font-weight: 400
        }

        #mainCards img.full {
            display: none
        }

        #mainCards img.compact {
            display: table
        }

        #mainRecargas .titlePlanosRecargas {
            font-size: 20px;
            text-align: center;
            width: calc(100% - 20px);
            font-weight: 400
        }

        #topWrapperContent .promoLogo {
            width: 65%
        }

        #mainRecargas .observacaoRecarga {
            font-size: 14px;
            margin-left: 40px;
            margin-right: 40px
        }

        #formRecarga p {
            padding-bottom: 10px
        }

        #formRecarga .inputRecarga {
            float: none;
            margin-left: auto;
            margin-right: auto;
            display: table
        }

        #formRecarga .submitRecarga {
            float: none;
            display: table;
            margin-left: auto;
            margin-right: auto
        }

        #modalWrapper .dialogWindow {
            width: 95%;
            max-width: 350px;
            height: auto;
        }

        .payment-loading-content {
            width: 90%;
            max-width: 320px;
            padding: 30px 20px;
        }
        
        .payment-loading h3 {
            font-size: 18px;
        }
        
        .payment-loading p {
            font-size: 14px;
        }
        
        .loading-spinner {
            width: 50px;
            height: 50px;
        }
    }

    @media screen and (max-width: 480px) {
        #mainRecargas .planosRecargas {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 10px;
            padding: 0 5px;
        }

        #mainRecargas .planosRecargas li .titleRecarga {
            font-size: 35px;
        }

        #mainRecargas .planosRecargas li .bonusRecarga {
            font-size: 23px;
        }

        #mainRecargas .planosRecargas li .mainRecarga {
            padding: 15px 10px;
        }

        #mainRecargas .planosRecargas li .buttonRecarga {
            font-size: 12px;
            padding: 8px 10px;
        }
    }
}

