﻿.txtpopup {
    font-size: 1.4em;
    color: #001e3e;
}

.txttext {
    display: block;
}

.txtpopup-info-member {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    text-align: justify;
    font-size: 0.9em;
    color: #001e3e;
    background-color: #f6f6f6;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    margin-top: 7px;
    margin-bottom: 13px;
}

.tbx-recover-pass{
    width: 230px;
    height: 42px;
    border: solid 2px #fff;
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    margin-right: 5px;
}

.tbx-recover-pass:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(166, 65, 126);
    border: solid 2px #a6417e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(166, 65, 126);
}

.boton {
    display: inline-block;
    /* min-height: 58px; */
    padding: 10px 20px;
    margin: 0 auto;
    color: #06142f;
    border: 2px solid #1267ff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 12px 22px rgba(18, 103, 255, .12);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.boton a{
    color: #fff;
}

.boton:hover{
    background-color:#1267ff;
    color: #fff;
    transition-duration: 0.3s;
}

.boton:disabled{
    background-color: #bcbdba !important; 
}

.login-msg{
    position:fixed;
    top:45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align:center;
    min-height: 48px;
    max-width: 300px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display:none;
    z-index:99;
}

.login-msg.success{
    background-color: #4fa944 !important;
}

.vacio-section {
    position: relative;
    width:100%;
}

.vacio-anchor{
    position: absolute;
    margin-top: 70px;
    padding: 10px;
}

.vacio-anchor2 {
    position: absolute;
    margin-top: -70px;
    padding: 10px;
}

.error_required_2 {
    position: relative;
    float: left;
    left: 11%;
    right: 0;
    margin-top: 10px;
    width: 78%;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: #9d0000;
}

.error_login {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 300px;
    background-color: #000;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 10px 5px;
    text-align: center;
    animation-delay: 1s !important;
    z-index: 15;
}

.error_required_login {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #986161;
    font-weight: 400;
    padding-top: 2px;
    border-radius: 3px;
    text-align: center;
}

.error_required_ajax {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #9d0000;
    margin-top: 5px;
    display: none;
}

.error_required_ajax2 {
    position: relative;
    width: 100%;
    height: auto;
    color: #a51d1d;
    font-weight: 600;
    padding: 8px 10px;
    margin-top: 5px;
    display: none;
}

.icon-eye, .icon-eye2, .icon-eye3, .icon-eye4 {
    position: absolute;
    right: 23px;
    top: 8px;
    width: 23px;
    height: 23px;
    background-image: url('../images/iconos/close_pass.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon-eye3 {
    right: 10px;
}

.eye-open{
    background-image: url('../images/iconos/open_pass.png') !important;
    background-repeat: no-repeat;
    background-size:contain;
}

.input-relative {
    position: relative;
    display: block;
    width: 100%;
    clear: left;
}

.form-control{
    box-shadow: none;
    background-color: #f7f7f7;
    border: solid 2px #fff;
    font-weight:600;
}

.form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(6, 63, 189);
    border: solid 2px #063fbd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(18, 103, 255);
}

.modal-header{
    border-bottom:0 !important;
}

.main-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1000;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(8px);
}

.white-popup-color2 {
    background-color: rgba(4, 0, 65, 0.25) !important;
}

.mppm-popup-box3 {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    max-width: 550px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
}

.mppm-popup-box-large {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    max-width: 1050px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
}

.mppm-popup-login {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding: 10px 0px;
}

.mppm-popup-login-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 15px;
}

.mppm-popup-login-title span{
    display: block;
    font-size: 0.7em;
    color: #061121;
}

.mppm-popup-close {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-image: url(../images/iconos/close-w.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

.login-body {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 9;
}

.login-footer {
    position: relative;
    text-align: center;
    padding: 10px;
    z-index: 10;
    /*background-color: #0a1e3f;*/
    /*border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    /*border-top: solid 1px #1a2d4d;*/
}

.login-footer a{
    font-size:0.9em;
    /*color: #fff !important;*/
}

.login-footer a:hover{
    font-weight:500;
}

.boton-login {
    display: block;
    /* min-height: 58px; */
    padding: 10px 20px;
    margin: 0 auto;
    color: #06142f;
    border: 2px solid #1267ff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 12px 22px rgba(18, 103, 255, .12);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.boton-login a{
    color: #333;
}

.boton-login:hover{
    background-color: #1267ff;
    color: #fff;
    transition-duration: 0.3s;
}

.lgn{
    margin-top:10px;
    text-align:center;
}

.lgn .form-control{
    width: 82%;
    margin: 0 auto;
}

.lgn .icon-eye{
    right:60px;
}

.have_account_link {
    cursor: pointer;
}

.span-light{
    color:#1267ff !important;
    font-weight:600 !important;
}

.span-green {
    color: #1a921c !important;
    font-weight: 600 !important;
}

/*********************************************************************/

.menu-currency {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    padding: 8px 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    z-index: 3200;
    background-color: #0a1e3f;
    color: #fff;
}

.menu-currency:hover{
    background-color: #162d54;
}

.menu-currency i{
    position: relative;
    margin-right:10px;
}

.container-ico-currencies {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 32px;
}

.ico-currency {
    position: relative;
    display: inline-block;
    padding: 12px;
    background-color: #fff;
    border: 1px solid rgb(210, 210, 213);
    border-radius: 5px;
    margin: 8px;
    text-align: left;
    /*min-width: 278px;*/
    min-width: 337px;
    cursor: pointer;
}

.ico-currency.active{
    background: #07142a !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.ico-currency.active span{
    color: #e3e3e3 !important;
}

.ico-currency:hover{
    background: rgba(92, 92, 92, 0.06);
}

.ico-currency label{
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
}

.ico-currency span{
    display: block;
    color: rgb(150, 150, 157);
    cursor: pointer;
}

abbr {
    font-size: 0.8em;
}


/************************Flujo compra Suscripción*****************************/
.buy-elash-container2 {
    position: relative;
    width: 100%;
    display: table;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 50px;
    border: 2px solid rgba(18, 103, 255, .36);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(229, 244, 255, .7)), rgba(255, 255, 255, .72);
    box-shadow: 0 24px 54px rgba(36, 107, 217, .14), inset 0 0 28px rgba(18, 103, 255, .06);
    transition: transform .22s ease, box-shadow .22s ease;
}

.buy-elash-container2.susbg-classic {
    border-color: rgba(18, 103, 255, .68);
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgb(241 244 255 / 75%)), rgba(255, 255, 255, .72);
    box-shadow: 0 28px 58px rgba(18, 103, 255, .16), 0 0 0 1px rgba(18, 103, 255, .2), inset 0 0 30px rgba(18, 103, 255, .08);
}

.buy-elash-container2.susbg-gold {
  border-color: var(--gold);
  transform: translateY(-14px);
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgb(255 251 241 / 75%)), rgba(255, 255, 255, .72);
  box-shadow: 0 26px 64px rgba(244, 177, 31, .28), 0 0 0 1px rgba(244, 177, 31, .28), inset 0 0 34px rgba(244, 177, 31, .08);
}

.buy-elash-container2.susbg-silver {
    border-color: rgba(138, 85, 255, .6);
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(246, 241, 255, .75)), rgba(255, 255, 255, .72);
    box-shadow: 0 24px 54px rgba(138, 85, 255, .16), inset 0 0 28px rgba(138, 85, 255, .08);
}

.form-title{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    padding: 10px;
}

.form-title span{
    font-size: 0.7em;
    color: #444;
    display: block;
}

.susbg-classic .form-title {
    color: #1267ff;
}

.susbg-gold .form-title {
    color: var(--gold);
}

.susbg-silver .form-title {
    color: var(--violet);
}

.input-field-plan {
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.input-field-plan span{
    text-align: center;
    color: #061121;
    font-weight: 400;
}

.input-field-plan label{
    display: block;
    text-align: left;
    font-weight:600;
}

.input-field-plan input[type=text], .input-field-plan input[type=password]{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    
    background-clip: padding-box;
    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    background-color: #f7f7f7;
    border: solid 2px #f7f7f7;
    font-weight: 600;
}

.input-field-plan input[type=text]:focus, .input-field-plan input[type=password]:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(6, 63, 189);
    border: solid 2px #063fbd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(18, 103, 255);
}

.input-field-plan input[type=text]:disabled, .input-field-plan input[type=password]:disabled{
    background-color: #f3f2ff;
}

.input-field-plan select{
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    background-color: #f7f7f7;
    border: solid 2px #f7f7f7;
    border-radius: .25rem;
    margin: 8px 0px;
    outline: none;
    color: #495057;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}

.input-field-plan select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(6, 63, 189);
    border: solid 2px #063fbd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(18, 103, 255);
}

.input-field-plan-buttons {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.req {
    color: #7e0000 !important;
    font-size: 0.9em;
    font-weight: 600;
}

.req3 {
    color: #7e0000 !important;
    font-size: 0.9em;
    font-weight: 400;
}

.btn-cancel {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff;
    border: 2px solid #061121;
    border-radius: 10px;
    background: #061121;
    box-shadow: 0 12px 22px rgba(18, 103, 255, .12);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-cancel:hover{
    opacity: 0.9;
}

.btn-form {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    color: #06142f;
    border: 2px solid #1267ff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 12px 22px rgba(18, 103, 255, .12);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    cursor: pointer;
}

.btn-form:hover{
    background-color: #1267ff;
    color: #fff;
    transition-duration: 0.3s;
}

.btn-form:disabled{
    background-color: #bcbdba !important; 
}

.susbg-gold .btn-form {
    border: 2px solid var(--gold);
}

.susbg-gold .btn-form:hover {
    background-color: var(--gold);
    color: #fff;
}

.susbg-silver .btn-form {
    border: 2px solid var(--violet);
}

.susbg-silver .btn-form:hover {
    background-color: var(--violet);
    color: #fff;
}

.input-checkbox span {
    color: #333 !important;
}

.formulariopie {
    font-size: 0.8em;
    color: #061121;
    font-weight: 500;
}

.formulariopie sub{
    bottom:0 !important;
}

.br-3 {
    position: relative;
    clear: left;
    width: 100%;
    height: 10px;
}

.no-display{
    display: none;
}

.blue-plan-item-bonus {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    padding: 0px 5px;
    color: #2683a5;
    margin-bottom: 15px;
}

.blue-plan-item-bonus span{
    font-weight:700;
}

.span-discount {
    text-decoration: line-through;
    color: #aaaaaa;
}

.blue-plan-item-date-disc {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 10px;
    text-align: center;
    background-color: #e5f4ff;
    padding: 8px;
    border: solid 1px #b7d5dc;
    border-radius: 5px;
    font-weight: 400;
    color: #18181b;
}

.blue-plan-item-date-disc span{
    display: block;
    font-weight: 600;
}

.request-invoice-info {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #444;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-invoice-info2 {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #444;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.request-invoice-info label, .request-invoice-info2 label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
}

.DataInvoice {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.popup-error-message {
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
    padding: 10px;
    background-color: rgb(92, 131, 183);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.loader-cp-invoice {
    position: absolute;
    top: 24px;
    width: 40px;
    height: 40px;
    right: 0px;
    background-color: transparent;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    display: none;
    transition-duration: 1s;
}

.bprc-info-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    padding: 10px;
    color: #258a41;
}

.bprc-info-title div{
    position: relative;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.8em;
    font-weight: 600;
    color: #444;
}

.bprc-info-price {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    padding: 10px;
}

.bprc-info-price .span-discount{
    margin: 0px 5px 20px 5px;
    display: block;
}

.bprc-info-price .span-discount abbr{
    font-size:1em;
}

.bprc-info-price .span-purple{
    margin: 0px 5px;
    display: block;
}

.bprc-info-price span sub{
    display:block;
    font-size:0.8em;
}

.span-discount {
    text-decoration: line-through;
}

.bprc-info-question {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding: 10px;
    margin-top:20px;
}

.bprc-info-code {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 0px 10px 20px 10px;
    letter-spacing: 3px;
    color: #0a1e3f;
}

.bprc-info-options {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.bprc-info-options button{
    margin:0px 5px;
}

.btn-redeem {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    color: #06142f;
    border: 2px solid #1267ff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 12px 22px rgba(18, 103, 255, .12);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-redeem:hover {
    background-color: #1267ff;
    color: #fff;
    transition-duration: 0.3s;
}

.susbg-gold .btn-redeem {
    border: 2px solid var(--gold);
}

.susbg-gold .btn-redeem:hover{
    background-color: var(--gold);
    color: #fff;
}

.susbg-silver .btn-redeem {
    border: 2px solid var(--violet);
}

.susbg-silver .btn-redeem:hover{
    background-color: var(--violet);
    color: #fff;
}

.bprc-response-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    padding: 10px;
    color: #18599f;
}

.bprc-response-image {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.bprc-response-image img{
    margin: 0 auto;
    max-width:100px;
    width:100%;
}

.bprc-response-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
}

.bprc-response-text div{
    color: #18599f;
    display: block;
}

.bprc-response-input {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 15px;
}

.bprc-response-options {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    margin-top: 15px;
}

.subtitle-bprc2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
    color: #444;
}

.subtitle-bprc2 sub{
    display: block;
    font-size:0.7em;
}

.rt-bprc3{
    display: block;
    text-align: center;
}

.rt-bprc-span3 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 1.2em;
}

.rt-bprc-span3 sub{
    display: block;
    font-size: 0.6em;
}

.subtitle-bprc2 .rt-bprc-0 {
    display: inline-table;
    color: #444;
    min-width: 200px;
    text-align: right;
}

.subtitle-bprc2 .rt-bprc-01{
    display: inline-table;
    color: #444;
    min-width: 200px;
    text-align: left;
}

.subtitle-bprc2 .rt-bprc{
    display: inline-table;
    color: #444;
    min-width: 200px;
    text-align: right;
}

.subtitle-bprc2 .rt-bprc-span {
    display: inline-table;
    color: #061121;
    min-width: 200px;
    text-align: left;
}

.rt-bprc2 {
    position: relative;
    display: block;
    font-size: 1.1em;
    color: #061121;
}

.rt-bprc-span2 {
    position: relative;
    display: block;
    font-size: 1.3em;
    color: #11610c;
}

.rt-bprc-span2 sub {
    position: relative;
    display: block;
    font-size: 0.5em;
}

.main-cont-buy-envelopes{
    position: relative;
    text-align: center;
    width:100%;
    padding:20px;
    margin-top:10px;
    margin-bottom:10px;
}

/************************Payment*************************/

.payment-options {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.sbsmn-total {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    padding: 0px 10px;
    color: #000000;
    margin-bottom: 23px;
}

.sbsmn2-total {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    padding: 0px 10px;
    color: #000000;
    margin-bottom: 23px;
}

.sbsmn-total::after {
    position: absolute;
    bottom: -8px;
    content: '';
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-bottom: solid 1px #dbdada;
}

.payment-confirm {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pay-oxxo-info{
    font-size: 0.9em;
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.pay-question{
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
}

.payment-item{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-align:center;
}

.payment-item img{
    width:100%;
}

.payment-item span{
    font-size: 1em;
    font-weight: 500;
}

.payment-item-info{
    position: absolute;
    top: -8px;
    right: 15%;
    width: 21px;
    height: 21px;
    z-index: 200;
    background-color: #011e41;
    color: #fff;
    border-radius: 21px;
}

.payment-item-info-title {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
    font-weight: 500;
}

.payment-active .card-button{
    border: solid 1px #011e41;
    background-color: #f1f1f1;
    color: #011e41;
}

.card-button {
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    height: 36px;
    max-height: 36px;
    border-radius: 4px;
    background-color: #fff;
    color: #011e41;
    font-size: 0.9em;
    text-align: center;
    line-height: 35px;
    border: solid 1px #011e41;
}

.card-button:hover{
    opacity: 0.9;
}

.card-button-oxxo{
    position: relative;
    display: table;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding: 3px 0px;
    border-radius: 4px;
    /*background-color: #ff001b;  OXXO*/
    background-color: #fff; /*OXXO pay*/
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    /*border: solid 1px #ff001b;  OXXO*/
    border: solid 1px #011e41; /*OXXO pay*/
}

.card-button-oxxo img{
    display: inline-table;
    /*max-width: 56px;  OXXO*/
    max-width: 103px; /*OXXO pay*/
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.card-button-oxxo:hover{
    opacity: 0.9;
}

.payment-active .card-button-oxxo {
    border: solid 1px #011e41;
    background-color: #f1f1f1;
    color: #011e41;
}

.payment-active .code-button{
    border: solid 1px #011e41;
    background-color: #f1f1f1;
    color: #011e41;
}

.code-button{
    position: relative;
    margin: 0 auto;
    max-width:250px;
    width:100%;
    height:36px;
    max-height:36px;
    border-radius:4px;
    background-color: #1e792c;
    color: #fff;
    font-size: 0.9em;
    text-align:center;
    line-height: 35px;
    border: solid 1px #1e792c;
}

.code-button:hover{
    opacity: 0.9;
}

.mda-main-codes{
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 270px;
    width: 100%;
    background-color: transparent;
}

.mda-code-title{
    font-weight:500;
}

.mda-code-inputs{
    position: relative;
    margin-top:10px;
}

.mda-code-inputs input{
    display: inline-block;
    max-width:220px;
    width:100%;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #666666;
    text-transform: uppercase;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.mda-code-inputs input:focus{
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
}

.payment-error {
    position: fixed;
    top: 45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    min-height: 48px;
    max-width: 300px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
}

.payment-error.success{
    background-color: #108728 !important;
}

/**********************Checkout Message************************/

.checkout-message-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2e7dff;
}

.susbg-gold .checkout-message-title {
    color: var(--gold);
}

.susbg-silver .checkout-message-title {
    color: var(--violet);
}

.checkout-message-title span {
    font-size: 1em;
    padding: 0px 70px;
    display: block;
}

.checkout-message-image{
    position:relative;
    width:100%;
    text-align:center;
    font-size:1.2em;
    font-weight:500;
}

.checkout-message-image img{
    max-width:150px;
    width:100%;
    margin: 0 auto;
}

.cht-mes-img-check{
    width:80px !important;
}

.checkout-message-image span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0px 50px;
}

.checkout-message-subtitle{
    position:relative;
    width:100%;
    text-align:center;
}

.checkout-message-subtitle div{
    padding: 5px 25px;
    font-weight: 500;
}

.checkout-message-text {
    position: relative;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.8em;
    font-weight: 400;
    padding: 12px 30px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    border-radius: 3px;
}

.checkout-message-text span{
    font-weight:700;
}

.checkout-message-promo-code {
    position: relative;
    width: 100%;
    max-width: 321px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding: 15px 25px;
    margin-top: 28px;
    border: none;
    background-color: #061121;
    color: #fff;
    border-radius: 3px;
}

.mdl-promocode-title {
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.checkout-message-options{
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.checkout-message-points{
    font-size:1.7em;
    font-weight:400;
    color: #1e792c;
}

.checkout-message-points span{
    position: relative;
    display: block;
    font-size:4em;
}

.checkout-message-envelopes {
    font-size: 1.7em;
    font-weight: 400;
    color: #1e792c;
}

.checkout-message-envelopes span{
    display: block;
}

.checkout-message-envelopes img{
    display: block;
    max-width:200px;
    width:100%;
    margin: 0 auto;
    margin-top:5px;
}

.checkout-message-congrats{
    margin-top:15px;
    font-size:1.2em;
}

.checkout-message-sus-image{
    position:relative;
    width:100%;
    text-align:center;
    font-size:1.2em;
    font-weight:500;
}

.checkout-message-sus-image img{
    max-width:90px;
    width:100%;
    margin: 0 auto;
}

.checkout-message-sus-image i{
    color: #2e7dff;
    font-size: 3.9rem;
}

.susbg-gold .checkout-message-sus-image i {
    color: var(--gold);
}

.susbg-silver .checkout-message-sus-image i {
    color: var(--violet);
}

.checkout-message-sus-image span {
    display: block;
    margin-top: 10px;
}

.checkout-message-suscription {
    font-size: 1.6em;
    font-weight: 700 !important;
    color: #2e7dff;
    padding: 0px 35px;
}

.susbg-gold .checkout-message-suscription {
    color: var(--gold);
}

.susbg-silver .checkout-message-suscription {
    color: var(--violet);
}

.checkout-message-sus-benefits {
    position: relative;
    width: 100%;
    padding: 5px 25px;
    font-weight: 500;
    max-width: 338px;
    margin: 0 auto;
    text-align: center;
}

.checkout-message-sus-benefits p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 26px 0 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(18, 103, 255, .24);
    color: var(--ink);
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.checkout-message-sus-benefits p b{
    display: block;
    flex: 0 0 auto;
    color: #1267ff;
    font-size: 3.75rem;
    line-height: .86;
}

.susbg-gold .checkout-message-sus-benefits p b {
    color: var(--gold);
}

.susbg-silver .checkout-message-sus-benefits p b {
    color: var(--violet);
}

.checkout-message-sus-benefits p span {
    display: grid;
    gap: 6px;
    color: var(--ink);
    font-size: .95rem;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.checkout-message-sus-benefits p em {
    display: block;
    color: #1267ff;
    font-style: normal;
    font-size: .98rem;
}

.susbg-gold .checkout-message-sus-benefits p em {
    color: var(--gold);
}

.susbg-silver .checkout-message-sus-benefits p em {
    color: var(--violet);
}

.checkout-message-sus-benefits ul {
    display: grid;
    gap: 15px;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
    list-style: none;
}

.checkout-message-sus-benefits ul li:first-child{
    font-weight: 900;
}

.checkout-message-sus-benefits ul li{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #202a3b;
    font-size: 1rem;
    font-weight: 500;
}

.checkout-message-sus-benefits ul li i{
    flex: 0 0 auto;
    color: #1267ff;
    font-size: 1.35rem;
}

.susbg-gold .checkout-message-sus-benefits ul li i {
    color: var(--gold);
}

.susbg-silver .checkout-message-sus-benefits ul li i {
    color: var(--violet);
}

.checkout-message-newpoints {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #0a1e3f;
    font-size: 1.3em;
}

.checkout-message-newpoints sub{
    display: block;
    font-size: 0.7em;
    margin-bottom: 15px;
}

.popup-error-ajax{
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #444;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-success-ajax{
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #2fa24c;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.cont-form {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 3px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.cont-form-2{
    position: relative;
    max-width: 470px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    border-radius:3px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.prev-btn {
    background-color: #011e41 !important;
}

/***************************Payment loader (Before Cart loader)***************************/

.main-loader-cart{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 100;
    display: none;
}

.loader-cart-bg{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader-cart {
    position: absolute;
    bottom: 30%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

.loader-cart img{
    width:100%;
    margin: 0 auto;
    display: block;
}

.loader-cart2 {
    position: absolute;
    bottom: 30%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

.loader-cart2 img{
    width:100%;
    margin: 0 auto;
    display: block;
}

.main-loader-pagination {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
}

.loader-pagination-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader-pagination {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background-image: url('../images/iconos/ball.png');
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

/****************************Radio / Checkbox*********************************/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #061121;
    --active-inner: #fff;
    --focus: 2px rgb(104 215 255);
    --border: #698dc2;
    --border-hover: #061121;
    --background: #fff;
    --disabled: #c6c5c5;
    --disabled-inner: #c6c5c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: -1px;
    top: -1px;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 12px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

/**********************************************************/