﻿/********************* COLORS *********************/

.Amarillo{
    background-color: #ddd914 !important;
    color: #FFFFFF !important;
}

.Azul{
    background-color: #011e41 !important;
    color: #FFFFFF !important;
}

.Rojo{
    background-color: #c40a2c !important;
    color: #FFFFFF !important;
}

.Gris{
    background-color: #666 !important;
    color: #FFFFFF !important;
}

.Verde{
    background-color: #009a4f !important;
    color: #FFFFFF !important;
}

.Negro{
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.Naranja{
    background-color: #e0922e !important;
    color: #FFFFFF !important;
}

.Morado{
    background-color: #9715c3 !important;
    color: #FFFFFF !important;
}

.Blanco{
    background-color: #FFFFFF !important;
    color: #444444 !important;
}

.Rosa{
    background-color: #dc3094 !important;
    color: #FFFFFF !important;
}

.Violeta{
    background-color: #d127c4 !important;
    color: #FFFFFF !important;
}

.Sea{
    background-color: #1abc9c !important;
    color: #FFFFFF !important;
}

.Blue_Sea{
    background-color: #093e52 !important;
    color: #FFFFFF !important;
}

/*********************************Errores********************************/
.error_required{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
    margin-top:5px;
}

.error_required_2{
    position:relative;
    float:left;
    top:-10px;
    left:50%;
    width:60%;
    height:auto;
    transform:translate(-50%, 50%);
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
}

.error_required_orange{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(173, 72, 1);
    margin-top:5px;
}

.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_red{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
    margin-top:5px;
}

.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_contact{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    top:-3px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(132, 73, 73);
}

.error_required_comment{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-top:12px;
    margin-bottom:4px;
    border-radius:3px;
    background: rgb(132, 73, 73);
}

.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:rgb(205, 92, 92);
    margin-top:5px;
    display: none;
}

.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;
}

.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: rgb(92, 131, 183);
    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;
}

/*******************************Formulario registro*******************************/

.modal-open {
    padding-right: 0 !important;
}

.cont-logo img{
    max-width: 350px;
    margin-top: 15px;
    width: 100%;
}

.bg-white{
    background-color: #FFFFFF !important;
    border-radius:3px;
}

.radiobutton span label
{
    padding-right:40px;
}

.title-card{
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.7em;
    color: #011e41;
}

.tbx-card{
    max-width: 70%;
    display: inline-block;
}

/*.btn-validate-card{
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: 5px;
    padding: 5px 25px;
    text-align: center;
    background-color: #011e41;
    color: #FFF;
    border: none;
    border-radius: 3px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.btn-validate-card:hover{
    background-color: #f6f6f6;
    color: #444;
    transition-duration: 0.3s;
}*/

.checkboxSingleLine
{
    display: inline;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.checkboxSingleLine label
{
    display: inline;
    padding-left:7px;
    margin-bottom:0px;
    cursor:pointer;
    vertical-align:top;
    font-weight:400;
}

.span-pm{
    color: #767676;
    font-weight:400;
}

.span-teal{
    color: #55c4c1;
    font-weight:400;
}

.span-black{
    color: #707070;
    font-weight:600;
}

.span-pink{
    color: #f7b1b1;
    font-weight:600;
}

.span-blue{
    color: #011e41;
    font-weight:600;
}

.span-mustard{
    color: #bfa528;
    font-weight:600;
}

.span-red{
    color: #C40A2C;
    font-weight:bold;
}

.span-green{
    color: #9bb935;
    font-weight:600;
}

.span-orange{
    color: #e0922e;
    font-weight:600;
}

.span-grey{
    color: #767676;
    font-weight:600;
}

.span-white{
    color: #FFFFFF;
    font-weight:bold;
}

.span-mamey{
    color: #de7b65;
    font-weight:600;
}

.text-white{
    color: #FFF;
}

.span-free{
    color: #011e41;
    font-weight: 500;
    font-size: 1.9em;
}

#point_1, #point_2, #point_3{
    display:none;
}

#point_1{
    animation-delay:0.5s;
}

#point_2{
    animation-delay:1s;
}

#point_3{
    animation-delay:1.5s;
}

.question-icon{
    position: relative;
    clear: left;
    top: 7px;
    width: 25px;
    height: 25px;
    background-image: url(../images/iconos/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.question-icon-2{
    position:relative;
    display: inline-block;
    top: 8px;
    left: 9px;
    width:25px;
    height: 25px;
    background-image: url('../images/iconos/question.png');
    background-repeat: no-repeat;
    background-size:contain;
    cursor: pointer;
}

.question-icon-3{
    position:relative;
    display: inline-block;
    top: 8px;
    left: 9px;
    width:25px;
    height: 25px;
    background-image: url('../images/iconos/question.png');
    background-repeat: no-repeat;
    background-size:contain;
    cursor: pointer;
}

.info_phone_text{
    position: relative;
    float: left;
    width: 97%;
    height: auto;
    padding: 10px 30px;
    color: #FFFFFF;
    font-size: 1em;
    text-align: justify;
    margin-top: 3px;
    margin-bottom: 8px;
    background-color: #011e41;
    border-radius: 3px;
    display: none;
}

.radiobuttonbs span label
{
    padding-right:40px;
    font-weight:400;
}

.checkboxSingleLine label
{
    padding-left:7px;
    font-weight:400;
}

.required-fields{
    position:relative;
    float:left;
    width:100%;
    height:40px;
    text-align:center;
    background-color:#f8f8f8;
    color: #832828;
    line-height: 40px;
    margin-bottom:15px;
}

.required-fields-2{
    margin: 0 auto;
    display: block;
    padding: 1px 22px;
    text-align: center;
    background-color: #f8f8f8;
    color: #832828;
    line-height: 40px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.postalcode{
    max-width: 125px;
}

.register-label{
    text-align: right;
    font-weight: bold;
}

/************************************************Otros estilos**************************************************/

.br-0{
    position:relative;
    clear:left;
    width:100%;
    height:3px;
}

.br-1{
    position:relative;
    clear:left;
    width:100%;
    height:5px;
}

.br-2{
    position:relative;
    clear:left;
    width:100%;
    height:7px;
}

.br-3{
    position:relative;
    clear:left;
    width:100%;
    height:10px;
}
.br-4{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-5{
    position:relative;
    clear:left;
    width:100%;
    height:40px;
}

.br-5-1{
    position:relative;
    clear:left;
    width:100%;
    height:55px;
}

.br-5-2{
    position:relative;
    clear:left;
    width:100%;
    height:46px;
}

.br-6{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.br-acc{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-footer{
    position:relative;
    clear:left;
    width:100%;
    height:160px;
    background-color: #d68b34;
}

.clear{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

.clear-cb{
    position:relative;
    clear:left;
    width:100%;
    height:17px;
}

.clear-2{
    position:relative;
    clear:left;
    width:100%;
    height:150px;
}

.clear-login{
    position:relative;
    clear:left;
    width:100%;
    height:96px;
}

.clear-login-2{
    position:relative;
    clear:left;
    width:100%;
    height:131px;
}

.special-space{
    position:relative;
    clear:left;
    width:100%;
    height:120px;
}

.special-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:155px;
}

.valign{
    padding:5px 5px;
}

table td, table th{
    align-items:center !important;
    text-align:center !important;
    vertical-align: middle !important;
}

.bg-grey{
    background-color: #011e41 !important;
}

html {
  overflow-y: scroll !important;
}

.whatis-text{
    text-align:justify;
    margin-bottom: 40px;
    font-size: 1.3em;
}

.span-whatis{
    font-weight: 100 !important;
    font-size: 1.5em !important;
    color: #444 !important;
    text-align:center;
    margin-bottom: 60px;
}

.no-background{
    background-color: transparent !important;
}

/**********************************************************************/

.btn-main-login{
    padding-bottom: 8px;
    padding-top: 8px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #444 !important;
    border: none !important;
}

.login-box{
    position: absolute;
    top: 70px;
    right: 50px;
    width: 250px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display: none;
}

.boton-login {
    color: white;
    text-align:center;
    margin-top:10px;
    background-color:#011e41;
    border-radius: 3px;
    font-weight: 100;
    border: solid 1px #011e41;
}

.boton-login a{
    color: #fff;
}

.boton-login:hover{
    color: #444 !important;
    font-weight:600;
    background-color: #f5f5f5;
    border: solid 1px #444;
    transition-duration: 0.3s;
}

.lgn{
    margin-top:10px;
    text-align:center;
}

.login-body{
    position: relative;
    padding-top: 30px;
    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: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: solid 1px #ececec;
}

.login-footer a{
    color: #444;
    transition-duration: 0.8s;
}

.login-footer a:hover{
    font-weight:500;
    transition-duration: 0.8s;
}

/**************************************************************************/
/*Cómo funciona*/

.funcionaNo{
    font-size: 20pt;
    background: #011e41;
    padding: 20px 30px;
    color: #fff;
    border-radius: 50%;
}

.title-separator{
    font-size: 2.9em;
    text-transform: uppercase;
    color: #011e41;
    font-weight: 600;
    margin-bottom:20px;
    margin-top:20px;
}

.how-main-benefits{
    font-size: 1.3em;
}

.how-text{
    text-align: justify;
    font-size: 1.3em;
}

/************************************************************/
/*Beneficios*/

.main-benefits{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.benefit-title{
    font-weight:600;
    margin-bottom:20px;
    font-size: 1.3em;
}

.benefit-item{
    max-width:350px;
    min-height:450px;
    width:100%;
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
    padding:10px 25px;
}

.benefit-item img{
    width:250px;
    margin: 0 auto;
    margin-bottom:30px;
}

.benefit-item span{
    font-size: 1.1em;
}

.benefit-item .span-grey{
    font-size:1em;
}

/**************************************************************************/

.radiobutton span label
{
    padding-right:40px;
}

.checkboxSingleLine
{
    display: inline;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.checkboxSingleLine label
{
    display: inline;
    padding-left:7px;
    margin-bottom:0px;
    cursor:pointer;
    vertical-align:top;
    font-weight:400;
}

.btn_verify_cp{
    width: 120px;
    padding:8px 5px;
    text-align:center;
    margin-left: 5px;
    border: none;
    color:#FFFFFF;
    border-radius: 3px;
    font-weight: 100;
    font-size:1.1em;
    background: #444;
}

.dotted-space{
    position: relative;
    clear: left;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #481025 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 120px 1px;
    background-repeat: repeat-x;
}

.dotted-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
    background-image: linear-gradient(to right, #444 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.dotted-space-3{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
    background-image: linear-gradient(to right, #cecece 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.dotted-space-chout{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
    background-image: linear-gradient(to right, #cecece 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 25px 1px;
    background-repeat: repeat-x;
}

hr.separator {
    border: 0;height: 2px;background: #000;
    width: 100%;
    height:50px;


}
hr.separator.red{
    background-image: -webkit-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -moz-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -ms-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -o-lineargradient(left, #e14307, #093e51, #ef8903);  
}


.cont_text_contact{
    text-align:justify;
    line-height:2em;
    font-size: 1.2em;
}

.have_account_link{
    cursor:pointer;
}

.cursor{
    cursor:pointer !important;
}

.cont_img_register_2 img{
    margin-left: auto;
    margin-right:auto;
    margin-top:30px;
    width: 250px;
}

.cont_user_registered{
    font-weight: 100;
    font-size: 1.3em;
    text-align: justify;
    line-height: 35px;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.align-right img{
    margin-left:auto;
}

.span_congrats{
    font-weight:500;
    font-size:1.4em;
    color: #333333;
}

.btn_signin_register{
    padding:15px 15px;
    margin-bottom:10px;
    font-weight:600;
    font-size:1.1em;
    border-radius:4px;
    color: #FFFFFF;
    background-color: #011e41;
}

.btn_close_session{
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    text-transform:uppercase;
    background-color: transparent;
    border:none;
    color: #444;
    margin-bottom:15px;
}

.cont-welcome-profile{
    position:relative;
    top:-15px;
    float:right;
    right:0px;
    width:35px;
    height:35px;
    margin-right:35px;
}

.img-profile{
    margin: 0 auto;
    margin-top:4px;
    width:25px;
    height:25px;
    border-radius:20px !important;
}

.down-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/down-arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.up-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/up_arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.box-balance{
    position: absolute;
    top: 40px;
    right: -15px;
    width: auto;
    height: auto;
    min-width: 230px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding:10px;
    text-align:center;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display:none;
    transition-duration:1s;
}

.box-balance p{
    font-size:1.2em;
}

.box-balance .span-points{
    font-size: 1.3em;
    color: #8cb7e8;
    font-weight: 600;
}

.text-welcome-cont{
    position:relative;
    top:-12px;
    float:right;
    right:10px;
    width:auto;
    height:auto;
    color: #444;
    font-size: 1.2em;
}

.username{
    position:relative;
    float:right;
    width: auto;
    height: auto;
    margin-left:5px;
    font-weight: bold;
    text-transform: lowercase;
}

.username-fl{
    text-transform: uppercase !important;
}

.cont-mobile-username{
    display: none;
    font-size: 1.4em;
}

.cont_main_menu_account{
    position:relative;
    width:auto;
    height:auto;
    z-index:10;
    text-align:center;
    padding-top:20px !important;
}

.cont_account_item{
    width: auto;
    height:auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.cont_account_item span{
    display: block;
    width: 130px;
    font-size: 1.2em;
    margin: 0 auto;
    cursor: pointer;
}

.cont_account_item:hover span{
    font-weight:600;
}

.lnkGoHome{
    position:relative;
    float:left;
    display:block;
    text-align:center;
    padding:10px 15px !important;
    background-color: #093e52;
    color: #FFFFFF;
    border-radius:3px;
}

.lnkMyAccount{
    position:relative;
    float:right;
    right:15px;
    display:block;
    padding:10px 15px !important;
    background-color: #cb4a14;
    color: #FFFFFF;
    border-radius:3px;
    border:none;
}

.lnkGoHome:hover,.lnkMyAccount:hover{
    background-color: #e6e6e6;
    color:#656565;
    text-decoration:none;
}

.button-back{
    color: white;
    background: #444;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.account-logo img{
    width: 350px;
}

.btn-login-buy {
    background: #011e41 !important;
    border: 0 none !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    padding: 6px 18px;
}

.table-header{
    background-color: #011e41;
    color: #fff;
}

.table-body tr td{
    font-size: 1.1em;
}

.option-table-icon{
    text-align: center;
}

.option-table-icon img{
    margin: 0 auto;
    cursor: pointer;
}

.main_loader{
    position: fixed;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1000;
    display: none;
}
.loader-bg{
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    width: 180px;
    height: 180px;
}

.loader img{
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.loader-2{
    position: fixed;
    top:0px;
    width: 100%;
    height:100%;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    z-index:10;
    transition-duration: 1s;
}

.loader-cp{
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    right: 20px;
    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;
}

/**********************************Mi Código de Referido*********************************/

.promocode{
    text-align: center;
    padding: 15px;
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 4px;
}

.promocode-text{
    text-align: center;
    font-size: 1.4em;
    padding: 5px 27px;
    margin-bottom: 30px;
}

.item-social{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 35px;
}   

.fb-share-button{
    top: -8px;
}

.btn-share-mail{
    position: relative;
    top: -10px;
    margin-left: -2px;
    border: none;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 600;
    background-color: #011e41;
    color: #FFF;
}

.btn-share-mail:hover{
    background-color: #444;
    color: #FFF;
}

.btn-share-mail:focus{
    color: #FFF;
}

/********************************Checkout**********************************/

.flatCheckbox{
    position: relative;
    display:inline-block;
    width: 100px;
    height: 35px;
    margin: 20px 50px;
}

.flatCheckbox input[type=checkbox]{
    visibility: hidden;
}

.flatCheckbox label {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 8px;
    background: #FFF;
}

.flatCheckbox div {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    top: -30px;
}

.flatCheckbox input[type=checkbox]:checked ~ div
{
    background: #8ab7e9;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.flatCheckbox input[type=checkbox]:checked ~ label {
    left: 69px;
}

.flatCheckboxForm{
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-right: 2px;
}

.flatCheckboxForm input[type=checkbox]{
    visibility: hidden;
}

.flatCheckboxForm label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 1;
    left: 8px;
    background: #FFF;
}

.flatCheckboxForm div {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    top: -27px;
}

.flatCheckboxForm input[type=checkbox]:checked ~ div
{
    background: #8ab7e9;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.flatCheckboxForm input[type=checkbox]:checked ~ label {
    left: 47px;
}

.flatCheckboxOptions{
    position: relative;
    display:inline-block;
    width: 100px;
    height: 35px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.flatCheckboxOptions input[type=checkbox]{
    visibility: hidden;
}

.flatCheckboxOptions label {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -2px;
    z-index: 1;
    left: 8px;
    background: #FFF;
}

.flatCheckboxOptions div {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    top: -30px;
}

.flatCheckboxOptions input[type=checkbox]:checked ~ div
{
    background: #8ab7e9;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.flatCheckboxOptions input[type=checkbox]:checked ~ label {
    left: 69px;
}

.cont_flat_lock{
    position:relative;
    clear:left;
    display:inline-block;
}

.flatlock{
    position:absolute;
    top:-2px;
    width:100%;
    height:100%;
    z-index:100;
}

.stepsRep{
    text-align:center;
    margin-top:80px;
    margin-bottom:20px;
    height:50px;
}

.mb1{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutStep1.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.mb2{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutStep2.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.mb3{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutStep3.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.mb4{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutStep4.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.stp1{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutInvoiceStep1.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.stp2{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutInvoiceStep2.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.digmb1{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutDigitalStep1.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.digmb2{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutDigitalStep2.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.digmb3{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutDigitalStep3.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.digmb4{
    margin-top:30px !important;
    margin:0 auto;
    background-image: url("../images/home/CheckoutDigitalStep4.png");
    background-repeat:no-repeat;
    background-size: auto;
    background-position:center center;
}

.btn_continue_request{
    width: 100%;
    height: 40px;
    border: none;
    background-color:#011e41;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_continue_request_2{
    padding:12px 45px;
    border: none;
    background-color:#011e41;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_cancel_request{
    display:inline-block;
    left:10px;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#444;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_back_request{
    display:inline-block;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#444;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_next_request{
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#011e41;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.request-invoice-info{
    position:relative;
    width: 100%;
    background-color: #f8f8f8;
    border: none;
    border-radius: 3px;
    color: #444;
    text-align: center;
    padding: 1.25rem;
}

.cont_totals{
    border-top: solid 1px #e6e6e6;
    background-color: #fbfbfb !important;
}

.cont_totals table{
    margin-top: 6px;
    background-color: #fbfbfb !important;
}

.table{
    margin-bottom: 0;
}

/**********************************Formas de pago*******************************/

.cont_amex{
    float:left;
    padding:20px 15px;
    border-radius: 3px;
    border:dotted 1px #4da6b6;
}

.pay_text{
    font-size:1.1em;
}

.total_pay_text{
    position:relative;
    float:left;
    width:100%;
    height: auto;
    margin-bottom: 20px;
    font-size:1.6em;
    padding-bottom:7px;
    text-align:center;
    border-bottom: solid 1px #e6e6e6;
}

.select-payment-title{
    font-size:1.2em;
}

.select-payment{
    background-color:#f8f8f8;
    width:140px;
    height:40px;
    border:none;
    margin-bottom: 10px;
    margin-left:10px;
}

.cont_payment{
    position: relative;
    clear: left;
    text-align:center;
    width: auto;
    height: auto;
}

.cont_typePayment{
    display: inline-block;
    left: 0px;
    width: auto;
    height: auto;
    padding: 5px 20px;
    cursor:pointer;
}

.cont_typePayment img{
    width:120px;
}

#mastercard:hover img{
    content: url("../images/home/mastercard.png");
}

#visa:hover img{
    content: url("../images/home/visa.png");
}

#amex:hover img{
    content: url("../images/home/amex.png");
}

.tbx_code1{
    margin-left:42px;
    width:65px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    font-size: 1em !important;
    text-align: center;
    padding:10px 5px !important;
    margin-bottom:8px;
    margin-top:7px;
}

.tbx_code2{
    width:95px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    font-size: 1em !important;
    text-align: center;
    padding:10px 5px;
    margin-bottom:8px;
    margin-top:7px;
}

.tbx_code3{
    width:75px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    font-size: 1em !important;
    text-align: center;
    padding:10px 5px;
    margin-bottom:8px;
    margin-top:7px;
}

.tbx_sc{
    background-color: #f8f8f8;
    color:#444444;
    font-size: 1em;
    text-align: center;
    padding:10px 5px;
    border:none;
    margin-left: 17px;
    max-width: 60px;
    -webkit-text-security: disc !important;
}

.info_payment_text_2{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 14px;
    color: #484848;
    font-size: 0.9em !important;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #f7f7f7;
    display: none;
}

.cont-img-register{
    position:relative;
    margin-top:120px;
    text-align:center;
}

.cont-img-register img{
    margin: 0 auto;
    max-width: 250px;
    width:100%;
}

.cont-success-img{
    position: relative;
    display: inline-block;
}

.icon-correct{
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    right: -18px;
    width: 60px;
    height: 60px;
    background-image: url(../images/home/correct.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cont-success-register-2{
    font-size: 1.1em;
    font-weight: 400;
    padding: 10px;
    text-align: justify;
    line-height: 32px;
    color: #656565;
    margin-bottom: 30px;
}

.cont-success-register-3{
    position: relative;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    color: #656565;
    margin-bottom: 30px;
}

.btn-home-register{
    display: inline-block;
    left: 0px;
    padding: 11px 20px;
    background-color: #444;
    border: solid 1px #444;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.btn-home-register:hover{
    background-color: #f8f8f8;
    color: #444;
    border: solid 1px #444;
}

.btn-success-goregister{
    display: inline-block;
    padding: 8px 16px;
    background-color: #ac1f28;
    color: #fff;
    border: none;
    border-radius: 3px;
    transition-duration: 0.3s;
}

.btn-success-goregister:hover{
    transition-duration:0.3s;
    background-color: #e47a7a;
    color: #FFF;
}

.btn-account-register{
    display: inline-block;
    float: right;
    padding: 12px 14px;
    border: none;
    border-radius: 3px;
    background-color: #011e41;
    font-weight: 500;
    color:#FFF;
    transition-duration:0.3s;
}

.btn-account-register:hover{
    transition-duration:0.3s;
    background-color: #516a88;
    color: #FFF;
}

/**********************************Boughts*********************************/

.no-border{
    border: 0 !important;
}

.no-display{
    display: none;
}

.header-boughts{
    background-color: #011e41;
    color: #FFFFFF;
}

.header-boughts-2{
    background-color: #6c96c5;
    color: #FFFFFF;
}

.toggle_items{
    background-color: #FFFFFF;
    color: #656565;
    font-size: 0.9em;
    font-weight: bold;
    text-align:center;
}

.toggle_items img{
    display:inline-block;
}

.subheader-boughts-prod{
    background-color: #f1f1f1;
    color: #656565;
    font-size: 0.9em;
}

.deliveryOrder-header{
    background-color: #f8f8f8;
    color: #444;
    font-size: 0.9em;
    font-weight:600;
}

.total-bought{
    background-color: transparent;
    color: #656565;
    font-size: 1em;
}

.bg-item{
    background-color: #f8f8f8;
}
.img_boughts{
    width:70px !important;
    margin: 0 auto;
}

table td{
    align-items:center !important;
    vertical-align: middle !important;
}

/*******************************Foto de Perfil************************************/

.cont_account_photo{
    position:relative;
    clear:left;
    top:-40px;
    width:150px;
    height:150px;
    margin: 0 auto;
    border-radius:80px;
    overflow: hidden;
}

.account-image{
    width:100%;
    height:100%;
}

.cont-upload-photo{
    position:absolute;
    top:109px;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(255,255,255, 0.7);
    padding-top:3px;
}

.btn-file{
    width: 30px;
    height:30px;
}

.img-upload-file{
    width: 100%;
}

.file-info{
    color: #1aa379;
}

.file-upload {
    position:relative !important;
    top:0px !important;
    margin-right: auto;
    margin-left:auto;
    overflow: hidden;
    text-align: center;
    color: #656565;
    cursor: pointer;
    width: 90px;
    height: 30px;
}

.file-upload span {
    width:90px;
    height:30px;        
}

.file-upload input {
    position:relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cont-file-info{
    position:relative;
    float:left;
    top:-5px;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:15px;
    padding:10px 5px;
    display: none;
}

.cont_preview_photo{
    position:relative;
    top:0px;
    width:150px;
    height:150px;
    margin: 0 auto;
    margin-bottom:10px;
    border-radius:80px;
    overflow: hidden;
    text-align:center;
}

.preview-photo{
    width:150px;
    height:150px;
}

.delete-photo{
    position:absolute;
    bottom:5px;
    width:100%;
    height: auto;
    padding:5px 5px;
    text-align:center;
    font-weight:bold;
    border:none;
    background-color: rgba(255,255,255, 0.8);
    cursor: pointer;
}

/***************************************************************************/

.text-card{
    text-align:right;
    font-weight:bold;
    line-height:10px;
}

.card-edit{
    position:relative;
    top:0px;
    width:100%;
    height:auto;
    padding:0px 0px;
    font-size:1.1em;
    font-weight:500;
    color: #242424;
    letter-spacing:2px;
    border:none;
    background-color: transparent;
}

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #767676;
    line-height:35px;   
    margin-bottom:20px;
}

.cont_text_info2{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:40%;
    height:auto;    
    text-align:center;
    font-size:1.1em;
    color: #767676;
    line-height:35px;   
    margin-bottom:20px;
}

.text-info{
    font-size:1.1em;
    font-weight:600;
    color: #001740 !important;
}

.btn-cancel-card{
    position:relative;
    margin: 0 auto;
    margin-top:10px;
    width:120px;
    height:auto;
    padding: 10px 15px;
    background-color: #011e41;
    color:#FFFFFF;
    font-weight: 100;
    font-size: 1em;
    border-radius:3px;
    cursor:pointer;
}

.btn-accept-cancel {
    color: white;
    background-color:#767676;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
}

.info-promo{
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    padding: 2px 5px;
    font-size: 0.7em;
    text-align: center;
}

/*******************************Estado de Cuenta**********************************/

.current-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    margin-bottom:10px;
    margin-top:15px;
}

.title{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding:10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
    margin-top:10px;
    margin-bottom:20px;
}

.sub-title{
    font-size: 1.4em;
    color: #444;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-points-to-expire{
    padding:10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
}

.center{
    text-align: center !important;
}

.select-period{
    color: #242424;
    font-weight: 100;
    font-size: 1.3em;
}

.span-current-points{
    color: #011e41;
    font-weight:400;
}

.month-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
    margin-right:15px !important;
}

.points-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
}

.expiration-text{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #f5f5f5;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 1.3em;
    margin-top:20px;
}

.date-from-to{
    padding:13px 10px;
    font-size:1.2em !important;
    background-color: #4e4e4e;
    color: #FFFFFF;
    border-radius: 3px;
}

/*********************************************************/

.accrued-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #011e41;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:10px;
}

.exchange-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #011e41;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.end-balance{
    border-radius: 3px;
    padding: 10px 5px;
    color: #242424;
    font-size: 1em;
    background-color: #011e41;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:10px;
}

.text-period{
    padding: 10px 5px;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom:10px;
    text-align: center;
}

.from-select{
    width:230px;
    display: inline-block;
}

.to-select{
    width:230px;
    display: inline-block;
}

.to-select select{
    min-width: 174px;
}

.period-from, .period-to, .period-button{
    display: inline-block;
    text-align: center;
}

.boton-filter{
    color: white;
    background-color: #011e41;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
    outline: none !important;
}

.cont-btn-excel{
    position: relative;
    margin: 0 auto;
    padding: 6px 16px;
    margin-top: 30px;
    border-radius: 3px;
    color: #fff;
    background: #3c7b2d;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cont-btn-excel:hover{
    color: #ffffff;
    background: #63b351;
    transition-duration: 0.3s;
}

.msg-empty-transactions{
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 18px;
}

.cardtransaction{
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 30px;
    padding: 8px 20px;
    z-index: 10;
    cursor: pointer;
}

.cardtrans-tag{
    position: absolute;
    top: -10px;
    left: 10px;
    background: #011e41;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 4px 20px;
    border-radius: 4px;
}

.cardtrans-info{
    display: inline-block;
    width:40%;
    padding: 13px 10px;
}

.cardtrans-info-2{
    display: inline-block;
    width:60%;
    padding: 13px 10px;
}

.cardtrans-hour{
    margin-bottom: 3px;
    color: #444;
}

.cardtrans-store{
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
}

.cardtrans-ticket{
    color: #444;
}

.cardtrans-type{
    display: block;
    font-size: 0.9em;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.cardtrans-amount{
    display: block;
    font-size: 1.4em;
    color: #021689;
    font-weight: bold;
    text-align: center;
}

.cont_popup_transactions{
    text-align: left;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.cont_popup_transactions img{
    margin: 0 auto;
    margin-top:30px;
}

.cardtranstickettext{
    text-align: center;
    color: #8ab7e9;
    font-weight: 600;
}

.cardtransticketID{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #001e3e;
}

.detail-item{
    margin-bottom:20px;
}

.cardtransdetail-name{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #001e3e;
}

.cardtransdetail-qty{
    display: block;
    color: #444;
}

.cardtransdetail-price{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.4em;
    color: #001e3e;
    font-weight: bold;
}

.cardtransdetail-points{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.2em;
    color: #8ebaea;
    font-weight: bold;
}

.mdl-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 58px;
    line-height: 38px;
    background: #011e41;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 20px;
}

.mdl-close{
    color: #fff;
    font-weight: 600;
    opacity:0.9;
}

/*****************************Pagination******************************/

.pagination {
    padding: 20px;
    color: #7d7d7d;
    font-weight: 500;
}
.pagination,
.pagination * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          text-align: center;
          display: block;
}
.pagination a {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.pagination .page.current{
    color: #8ab7e9 !important;
    font-weight: 600;
}

.pagination .nav.prev.disabled, .pagination .nav.next.disabled{
    color: #797979;
}

.pagination-option{
    position: relative;
    width: 100%;
    margin-left: 12%;
    margin-top: 30px;
}

.pagination-option select{
    max-width:100px;
    display: inherit;
}

/****************************************************************/

.tbx-recover-pass{
    width: 230px;
    height: 42px;
    border: none;
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-right: 5px;
}

.tbx-recover-pass:focus{
    border-color: #ff8a00;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 195, 144, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(239, 195, 144);
}

.main_cont_1{
    background-image: linear-gradient(to right, #E58A77 45%, rgba(59,156,164,0) 0%);
    background-position: top;
    background-size: 40px 1px;
    background-repeat: repeat-x;
}

.main_sub_cont_1{
    
    background-color: hsla(35, 91%, 65%, 0.6);
}

.main_sub_cont_2{
    
    background-color: hsla(197, 62%, 11%, 0.6);
}

.main_cont_2{
    background-color: #f8f8f8; 
}

.main_cont_3{
    background-color: rgb(240, 196, 135); 
}

.main_cont_3 p a{
    color: rgba(231, 206, 40, 0.81);
    font-weight:600;
}

.step_1{
    margin-top:130px;
    margin-bottom:70px;
}

.text-step-1{
    font-weight:100;
    font-size:1.4em;
    margin-top:20px;
    margin-bottom:20px;
}

.step_2{
    margin-top:95px;
    margin-bottom:0px;
}

.text-step-2 {
    margin-top: 70px;
    font-size: 1.4em;
    font-weight: 600;
    color: #646464;
}

.img-step-2{
    margin-top:60px;
    margin-bottom:60px; 
}

.step_3{
    margin-top:150px;
    margin-bottom:0px;
}

.text-step-3 {
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 100;
    color: #FFFFFF;
}

.img-step-3{
    margin-top:20px;
    margin-bottom:30px;
}

.step_4{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-4 {
    margin-top: 65px;
    font-size: 1.4em;
    font-weight: 100;
    color: #444;
}

.img-step-4{
    margin-top:40px;
    margin-bottom:30px;
}

.step_5{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-5{
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 500;
    color: #FFFFFF;
}

.text-step-5 a{
    color: #767676;
    font-weight: 600;
}

.img-step-5{
    margin-top:40px;
    margin-bottom:30px;
}

/************************************************************************************/

.cont-main-menu{
}

.item-1, .item-2, .item-3, .item-4{
    background: rgb(233, 150, 122);
}

.boton-section{
    text-align:center;
    font-weight:100;
    font-size:1.2em;
    color: #FFFFFF;
    padding-top:30px;
    padding-bottom:30px;
}

.boton-section img{
    margin-bottom:10px;
}

.item-1:hover, .item-2:hover, .item-3:hover, .item-4:hover{
    background: RGB(205, 92, 92) !important;
}

.item-1:hover img, .item-2:hover img, .item-3:hover img, .item-4:hover img{
    animation: rubberBand;
    animation-duration:1s;
}

.item-active{
    background: RGB(205, 92, 92);
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    padding-bottom: 10px;
}

.btn-close{
    width: auto;
    height: auto;
    padding: 8px 15px !important;
    font-size: 1.1em;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #011e41;
    color: #fff;
}

.contact-phone{
    color: #f7b1b1 !important;
}

.contact-phone:hover{
    color: #FFF !important;
}

.how-phone{
    color: #e6e6e6 !important;
}

.how-phone:hover{
    color: #FFF !important;
}

.no-promo-title{
    font-size:2.1em;
    font-weight:400;
    color: #8b7e7f;
}

.cont_success_linkedcards{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_insufficient_points{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_text_linkedcards{
    text-align: justify;
    padding:20px 25px;
    margin-top:15px;
}

.cont_text_insufficient{
    text-align: center;
    padding:20px 25px;
    margin-top:15px;
}

.span_text_lc{
    color: #f08f10;
    font-weight:400;
}

.anchor{
    position:absolute;
    width:100%;
    bottom:80px;
}

.text-restart{
    font-size:1.7em;
    font-weight:100;
    padding:20px;
    color: #444;
}

/****************************Categorías del Recargas Telefónicas*****************************/

.itemc{
    display: inline-block;
    background-color: transparent;
    margin-left: 25px;
    margin-right: 25px;
}

.boton-sectionc{
    display: block !important;
    text-align:center;
    font-weight:100;
    font-size:1.2em;
    color: #444444;
}

.boton-sectionc span{
    font-size: 1.4em;
    margin-top: 15px;
    font-weight: 500;
    display: inline-block;
}

.boton-sectionc:hover span{
    font-weight:400;
}

.boton-sectionc img{
    width: 210px;
}

.boton-sectionc a{
    margin:0 auto;
}

.span-item{
    display: block;
}

.form-control{
    box-shadow: none;
    background-color: #f7f7f7;
    border: none;
}

.form-control:focus{
    border-color: #011e41;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(1, 30, 65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(1, 30, 65);
}

/**********************************Como funciona*************************************/

.how-step{
    font-size:1.2em;
}

.img-step{
    display:inline-block;
    max-width:60px;
    width: 100%;
    margin-right: 15px;
}

.how-step-title{
    display: block;
    color: #88b7e8;
    font-weight: 600;
    font-size: 1.3em;
}

.how-step-text{
    display: block;
    max-width:480px;
    margin: 0 auto;
    margin-top:10px;
    text-align: center;
}

.how-space{
    display: none;
}

.how-card{
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    max-width: 340px;
    width: 100%;
}

.how-card-virtual{
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    max-width: 200px;
    width: 100%;
}

.how-mini, .how-mini-2{
    text-align: center;
    font-size:1.1em;
}

.how-mini img{
    max-width: 100px;
    width: 100%;
    margin-right: 15px;
}

.how-mini-2 img{
    max-width: 100px;
    width: 100%;
    margin-left: 15px;
}

.how-step3{
    max-width:540px;
    font-size:1.2em;
}

.how-step3-images, .how-step4-images, .how-step5-image{
    margin-top:20px;
    text-align: center;
}

.how-step3-images img{
    display: inline-block;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.how-step4-images img{
    display: inline-block;
    margin: 0 auto;
    padding: 0px 20px;
}

.how-step5-image img{
    display: inline-block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.how-info{
    position: relative;
    max-width:350px;
    width: 100%;
    background-color: #444;
    text-align: center;
    padding: 10px 45px;
    border-radius: 3px;
    margin-top: 35px;
}

/*****************************************Recargas Telefónicas*****************************************/

.exchange_img{
    text-align:center;
    border: solid 1px #d8d8d8;
    border-radius: 3px;
    padding: 20px;
}

.exchange_img img{
    width:100%;
}

.info-image{
    background-color: #f9f9f9;
    padding: 5px 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
}

.exchange_name{
    padding:10px;
    text-align:center;
    font-size:1.8em;
    font-weight:100;
    color:#565656;
}

.exchange_price{
    padding:10px 5px;
    text-align:center;
    font-weight:400 !important;
    font-size:1.4em;
    letter-spacing: 2px;
    color: #666;
}

.exchange_buttons{
    text-align:center;
    z-index:10;
    padding-bottom:50px;
}

.btn-exchange-addcart{
    display:inline-block;
    padding: 10px 12px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-ex{
    display:inline-block;
    padding: 10px 12px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-seemore{
    display:inline-block;
    padding: 10px 12px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-addcart:hover, .btn-exchange-ex:hover, .btn-exchange-seemore:hover{
    color: #7ba4d2;
}

.breadcrumb{
    font-size: 1.1em;
}

/*****************************************Estilos para MainSingleProduct******************************************/

.cont-msp{
    padding-top:30px;
    padding-bottom:40px;
    border-radius:10px;
    border:solid 1px #e6e6e6;
    background-color: #FFFFFF;
}

.msp-title{
    font-size: 2.4em;
    text-align: center;
    font-weight:100 !important;
    margin-bottom: 10px;
}

.msp-subtitle{
    text-align: center;
    font-size: 1.5em;
    padding:10px 5px;
}

.msp-image img{
    width:300px;
}

.msp-description{
    text-align: center;
    font-size: 1.3em;
    padding:12px 100px;
}

.msp-price{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.msp-quantity{
    text-align: center;
    font-size: 1.5em;
    padding:10px 5px;
}

.select-msp{
    width:86px;
    height:38px;
    border:none;
    background-color: #f8f8f8;
}

.select-filter{
    width:210px;
    height:38px;
    border:none;
    border-radius:3px;
    background-color: #f8f8f8;
}

.msp-buttons{
    padding-top: 30px;
    text-align: center;
}

.btn-add-msp{
    display: inline-block;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
    padding: 10px 11px;
    margin-bottom:10px;
}

.btn-buy-msp{
    display: inline-block;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
    padding: 10px 11px;
    margin-bottom:10px;
}

.btn-add-msp:hover, .btn-buy-msp:hover{
    color: #669dda;
}

/*****************************************Estilos para ViewCart******************************************/

.msg-empty{
    text-align:center;
    font-size: 1.4em;
    font-weight: 100;
    color:#656565;
    margin-top:50px;
}

.LblTotalAmount{
    font-size:1.2em;
    color: #7e7e7e;
}

.cart_menu {
  background-color: #011e41;
  color: #fff;
  font-size: 16px;
}

.small-cart{
    color: #011e41;
}

.th {
  height: 60px !important;
  line-height:60px !important;
  font-weight:300;
  font-size:1.1em;
  text-align:center;
}

.th-name {
    width:200px !important;
    height: 60px !important;
    line-height:60px !important;
    font-weight:300;
    font-size:1.1em;
    text-align:center;
}

.td{
    font-weight:300 !important;
    font-size:1.1em !important;
    text-align:center;
    align-content:center;
}

td{
    vertical-align: middle !important;
}

.cart_image {
  width:130px;
  height:130px;
  border-radius: 6px;
  margin: 0 auto;
}

.cart_quantity_cont{
    position:relative;
    width:100%;
    height:0px !important;
    display: inline-table;
}

.cart_quantity_down img{
    display: inline;
    width:32px;
}

input[type=text].cart_quantity_input {
    position: relative;
    top: -9px;
    display: inline;
    width:45px;
    height:32px;
    line-height: 32px;
    color: #444;
    font-size: 16px;
    text-align: center;
    border:solid 1px #b18a2c;
    cursor:text;
}

.cart_quantity_up img{
    display: inline;
}

.cart_quantity_delete{
    position:relative;
    float:left;
    left:0px;
    top:-5px;
    width:34px;
    height:34px;
    display:block !important;
}

.move_to_cart{
    position:relative;
    float:left;
    left:0px;
    top:-5px;
    width:34px;
    height:34px;
    display:block !important;
    margin-left:15px !important;
}

.btn-default{
    border: solid 1px #011e41;
    background-color: #FFF;
    color: #011e41;
    transition-duration: 0.3s;
}

.btn-default:hover{
    border: solid 1px #444;
    background-color: #444;
    color: #FFF;
    transition-duration: 0.3s;
}

/******************************Estilos para CheckOut*********************************/

.stepsRep{
    text-align:center;
    margin-bottom:20px;
    height:50px;
}

.title_request{
    font-size:2em;
    line-height:35px;
    color:#656565;
    text-align:center;
    margin: 0 auto;
}

.subtitle_request{
    font-size:1.1em;
    line-height:25px;
    color:#656565;
    text-align:left;
    padding-top:5px;
    padding-bottom:10px;
    text-transform: uppercase;
}

.text_request{
    text-align:justify;
    font-size:1em;
    line-height:25px;
}

.text_request_cont{
    text-align:left;
    font-size:1em;
    line-height:25px;
}

.content_request{
    position:relative;
    clear: left;
    padding-top:20px;
    width:100%;
    height:auto;
    text-align:left;
    padding-bottom:20px;
}

.content_request_success{
    position: relative;
    clear: left;
    padding-top: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-size: 1.1em;
    text-align: justify;
    line-height: 27px;
}

.tbx_request{
    width:100%;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.tbx_area_code_request{
    width:105px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.tbx_phone_request{
    width:170px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.btn_verify_cp_ex{
    position:relative;
    float:left;
    padding:10px 17px;
    text-align:center;
    border: none;
    background-color:#2390c1;
    color:#FFFFFF;
    font-size: 1em;
    margin-bottom:8px;
    border-radius:3px;
}

.btn_continue_exchange{
    width: 100%;
    height: 40px;
    border: none;
    background-color:#cb4a14;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_back_exchange{
    position:relative;
    float:left;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#444;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_exchange_buy{
    position:relative;
    float:right;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#cb4a14;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.select{
    width:100%;
    height:42px;
    border:none;
    background-color: #f8f8f8;
    color: #444;
    margin-bottom: 8px;
}

.head-cart{
    background-color: #011e41;
    color: #FFFFFF;
    text-align:center;
    font-size:1.1em;
    padding:5px 5px;
}

.item-cart {
    background-color: #FFFFFF;
    color: #000;
    text-align:center;
    font-size:1em;
    padding:15px 5px;
}

.insuficient-message{
    font-size: 2em;
    font-weight: 300 !important;
    text-align: center;
    color: #7996c3;
    margin-bottom:10px;
    padding:10px 15px;
}

.btn-check-points{
    position:relative;
    float: left;
    background-color: #738497;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 13px;
    cursor:pointer;
}

.btn-check-points:hover{
    background-color: #319494;
    color: #FFFFFF;
}

.btn-check-points:focus{
    background-color: #319494;
    color: #FFFFFF;
}

.points{
    font-size:2.4em;
    font-weight:100 !important;
    color:#2881a3;
    text-align:center;
    margin-bottom:20px;
    letter-spacing:1px;
}

.points_title{
    font-size:2.1em;
    font-weight:100 !important;
    color:#656565;
    text-align:center;
    margin-bottom:20px;
}

.title_text{
    color: #7e7e7e !important;
    font-weight:500 !important;
}

.title_main_text{
    font-size:1.3em;
    color: #7e7e7e;
    font-weight:500;
}

.text_discount{
    color: #2d8129 !important;
    font-weight:bold !important;
    font-size:1.2em;
}

.content_data{
    position:relative !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    padding:5px 10px !important;
    margin-bottom: 8px !important;
    background-color: #f8f8f8 !important;
}

.info_payment_text_3{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    line-height:25px;
    padding:10px 15px;
    color:#FFFFFF;
    font-size:1.1em;
    text-align: justify;
    margin-top:20px;
    margin-bottom:8px;
    border-radius:3px;
    background-color: #4dad90;
}

.subtitle{
    font-size: 1.4em;
}

/*****************************BlueWallet***********************************/

.walletbullet{
    margin-left: 40px;
    font-weight: 200;
    font-size: 1.2em;
}
.walletbullet-xs{
    max-width: 300px;
    font-weight: 200;
    font-size: 11pt;
    margin: 0 auto;
    margin-top: 50px;
    text-align: justify;
    margin-bottom: 50px;
}
.walletbullet li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletbullet-xs li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletimg img{
    position:relative;
    float:right;
}
.walletvacio{
    margin: 100px;
}

.bluewallet-note{
    text-align:center;
    padding:20px;
    font-size: 1.1em;
}

/**********************************************************/

.calendar-section{
    text-align:center;
}

.calendar-section img{
    margin: 0 auto;
    max-width:740px;
    width: 100%;
}

/**********************************************************/

.crd-ticket-text{
    font-size: 1.1em;
    font-weight: 600;
}

.crd-ticket{
    max-width: 300px;
    display: inline-block;
}

.crd-ticket-info{
    font-size:1.1em;
}

.cont-btn-ticket{
    margin-top:20px;
}

.error_ajax{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: rgb(205, 92, 92);
    display: none;
}

/**********************************************************/
/*App offline*/

.offline-logo{
    margin-top:60px;
}

.offline-logo img{
    max-width: 400px;
    width: 100%;
}

.offline-image img{
    max-width:250px;
    width:100%;
}

.offline-text{
    margin-top: 40px;
    margin-bottom: 170px;
    text-align: center;
    font-size: 2.6em;
    font-weight: bold;
}

.offline-bluemx {
    color: #0f1d41;
    font-size: 9pt;
}

.offline-bluemx a{
    color: #0f1d41;
    text-decoration: none;
}

.offline-footer{
    background: #8cb7e8;
    font-weight: 400;
    text-align: center;
}

/*****************************Plastic & Virtual Card***************************/

#virtualCard{
    position: relative;
    display:inline;
    margin-right: 30px;
    cursor: pointer;
}

#plasticCard{
    position: relative;
    display:inline;
    cursor: pointer;
}

#plasticCard img, #virtualCard img{
    border-radius: 10px;
    display: inline-block;
    width:270px;
}

.active-image{
    border: solid 4px #444;
}

.box-barCode{
    position:relative;
    display:block;
    margin-left:10px;
    margin-right:10px;
}

/**********************************Enrollment***********************************/

.enroll-background{
    position:fixed;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    background: url('../images/home/enroll-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center 100%;
}

.main-success-enroll{
    font-weight: 100;
    font-size: 1.2em;
    text-align: center;
    line-height: 35px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.modal-enroll-error{
    font-weight: 300;
    font-size: 1.4em;
    text-align: center;
    line-height: 35px;
    padding: 10px 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont-Android-button{
    display: inline-block;
    max-width: 140px;
    margin-bottom:20px;
}

.cont-IOS-button{
    display: inline-block;
    max-width: 140px;
    margin-left:20px;
}

.btn-enroll{
    margin-top: 20px;
    padding: 9px 15px;
    font-weight: 100;
    font-size: 1em;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    background-color: #011e41;
    cursor: pointer;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .1);
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #011e41;
}

/************************************************************************************/

@media screen and (max-width: 1160px)
{
    .cont-logo img{
        margin-top: 25px;
    }
}

@media screen and (max-width: 1144px)
{
    .main-menu ul li a {
        font-size: 15px;
    }

    .main-menu ul li input {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) 
{
    .cont-logo img{
        margin-top: 5px;
    }

    .account-logo img{
        margin-top: 8px;
    }

    .cont-welcome-profile {
        right: -10px;
        top: 34px;
    }

    .text-welcome-cont {
        right: 0px;
        top: 36px;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .step_1{
        margin-top:95px;
    }

    .text-step-1{
        margin-top:70px;
        margin-bottom:60px;
    }

    .item-1, .item-2, .item-3{
        padding-top:13px;
        padding-bottom:14px;
    }

    .cont-logo{
        margin-bottom:10px;
    }

    .msp-description{
        padding: 12px 8px;
    }

    .br-5-2{
        height:16px;
    }

    .cont_text_info2{        
        width:59%;
    }

    .special-space{
        height:5px;
    }

    .special-space-2{
        height:30px;
    }
}

@media screen and (max-width: 855px)
{
    .text-welcome-cont{
        display: none;
    }
}

@media screen and (max-width: 767px) 
{
    .username{
        display: none;
    }

    .cont-mobile-username{
        display: block;
    }

    .cont-logo{
        text-align:left !important;
    }

    .accumulated-points{
        margin-right:0px !important;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .step_1{
        margin-top:10px;
        padding-top:50px;
    }

    .step_3{
        margin-top:40px;
    }

    .msp-image img{
        width: 100%;
        max-width: 230px;
    }

    .msp-description{
        padding: 12px 8px;
    }

    .register-label{
        text-align: left;
    }

    .cont_text_info2{        
        width:69%;
    }

    .mb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutStep1.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .mb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutStep2.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .mb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutStep3.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .mb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutStep4.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .digmb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutDigitalStep1.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .digmb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutDigitalStep2.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .digmb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutDigitalStep3.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .digmb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutDigitalStep4.png");
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .registerSteps{
        text-align:center;
        margin-top:80px;
        margin-bottom:20px;
        height: 90px;
    }

    .pagination-option{
        margin-left:0;
    }

    #virtualCard{
        margin-right:0;
    }

}

@media screen and (max-width: 576px)
{
    .msp-description{
        padding: 12px 60px;
    }

}

@media screen and (max-width: 575px)
{
    a.toggle-menu{
        margin-top: 25px;
        margin-right: 5px;
        margin-bottom: 22px;
    }

    a.toggle-login{
        margin-top: 25px;
        margin-bottom: 22px;
    }

    .cont-welcome-profile{
        top: 30px;
    }
}

@media screen and (max-width: 556px)
{
    .stepsRep img{
        width: 100%;
    }

    .cont-logo img {
        margin-top: 6%;
    }

}

@media screen and (max-width: 512px)
{
    .account-logo{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .account-logo img{
        margin-top:0;
    }
    .option-menu{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .option-menu a.toggle-menu{
        margin-top: 0;
    }

    .option-menu a.toggle-login{
        margin-top: 0;
    }

    .option-menu .cont-welcome-profile{
        top: 4px;
    }

    .option-menu .main-cart{
        top: 8px;
    }

    .special-space-2{
        height: 70px;
    }
}

@media screen and (max-width: 490px)
{
    .stepsRep{
        text-align:center;
        margin-top:80px;
        margin-bottom:20px;
        height:100px;
    }

    .mb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep1.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .mb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep2.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .mb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep3.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .mb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep4.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .digmb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep1.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .digmb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep2.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .digmb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep3.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .digmb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep4.png");
        background-repeat:no-repeat;
        background-size: auto;
        background-position:center center;
    }

    .cont_text_info2{        
        width:79%;
    }
}

@media screen and (max-width: 441px)
{

    .cont_account_item {
        width: auto;
        height: auto;
        display: inline-table;
        margin-bottom: 40px;
    }

    .box-balance{
        top: 40px;
        right: -80px;
    }

    .wrapper-text{
        padding-left: 24px;
        padding-right: 24px;
    }

    .modal-enroll-error{
        padding:12px;
    }

    .main-success-enroll{
        padding:10px;
    }

}

@media screen and (max-width: 441px)
{
    .benefit-item{
        margin-left: 0;
        margin-right: 0;
    }

    .cont-IOS-button{
        margin-left: 0;
    }
}

@media screen and (max-width:436px)
{
    .cont-logo img {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 388px)
{
    .mb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep1.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .mb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep2.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .mb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep3.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .mb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblStep4.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .digmb1{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep1.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .digmb2{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep2.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .digmb3{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep3.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .digmb4{
        margin-top:30px !important;
        margin:0 auto;
        background-image: url("../images/home/CheckoutMblDigitalStep4.png");
        background-repeat:no-repeat;
        background-size: 90%;
        background-position:center center;
    }

    .box-balance{
        top: 40px;
        right: -133px;
    }
}


@media screen and (max-width: 385px)
{
    .modal-body img{
        width:80%;
    }

    .cont-IOS-button{
        max-width: 100%;
    }

    .cont-Android-button{
        max-width: 100%;
    }

    .boton, .boton-grey, .boton-red, .botonmax{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 372px)
{
    .heading-section-2 h2{
        font-size: 10vw;
    }

    .heading-section h2{
        font-size: 10vw;
    }

    h2{
        font-size: 12vw;
    }

    .msp-description{
        padding: 12px 8px;
    }
}

@media screen and (max-width: 360px) 
{

    .accumulated-points{
        margin-right:0px !important;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .login-box{
        top: 40px;
    }

    .step_1{
        margin-top:50px;
    }

    .br-5-1{
        height:49px;
    }

    .clear-cb{
        height:62px;
    }

    .cont-logo{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .cont-logo img {
        margin-top: 0;
    }

    .main-menu-anonymous{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    a.toggle-menu{
        margin-top: 0;
    }

    a.toggle-login{
        margin-top: 0;
    }

    .cont-welcome-profile{
        top: 4px;
    }

    .br-acc{
        height:60px;
    }

    .special-space{
        height:50px;
    }

    .special-space-2{
        height:70px;
    }
}

@media screen and (max-width: 340px)
{
    .cont_text_info2{        
        width:90%;
    }

    .offline-text{
        font-size:1.7em;
    }
}

@media screen and (max-width: 323px)
{

    .stp1{
        background-size: contain;
    }

    .stp2{
        background-size: contain;
    }

    .box-balance{
        top: 40px;
        right: -80px;
    }

    .box-balance img{
        width: 100%;
    }
}

@media screen and (max-width: 323px)
{
    .login-box, .login-box-mbl{
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .cont_account_item{
        margin-left: 0;
        margin-right: 0;
        margin-bottom:20px;
    }

    .cont_account_item img{
        width: 90%;
        margin: 0 auto;
    }

    .box-balance{
        right: -125px;
    }

}

@media screen and (max-width: 290px) {

    .tbx-recover-pass {
        width: 97%;
        height: 40px;
    }

}