﻿/*********************************Errores********************************/
.error_required {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-weight: 400;
    padding: 5px 24px;
    border-radius: 8px;
    background: #ED1C2C;
    margin-top: 5px;
}

.error_required_2 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-weight: 400;
    padding: 5px 24px;
    border-radius: 8px;
    margin-bottom:5px;
    background: #ED1C2C;
    margin-top: 5px;
}

.error_required_3{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    font-weight:600;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    color: rgb(165, 29, 29);
    margin-top:5px;
}

.error_required_login {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #c11c1c;
    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: #ED1C2C;
    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: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;
    margin-top: 10px;
    border-radius:3px;
    background: #ED1C2C;
}

.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: #ED1C2C;
}

.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: #ED1C2C;
    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;
}

.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: #ED1C2C;
    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;
}

.popup-error-ajax-2 {
    position: absolute;
    top: 83px;
    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;
}

.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;
}

.error-popup-login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 265px;
    min-height: 40px;
    padding: 10px;
    background-color: #333;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.contact-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;
}

.contact-msg.success{
    background-color: #4fa944 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #007335 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
    color: #007335 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
    color: #007335 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
    color: #007335 !important;
}

/*******************************Formulario registro*******************************/

.modal-open {
    padding-right: 0 !important;
}

.modal-title{
    color: #fff;
}

.mdl-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 58px;
    line-height: 38px;
    background: #007335;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 20px;
}

.cont-logo img{
    max-width: 200px;
    margin-top: 23px;
}

.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: #c40a2c;
}

.tbx-card{
    max-width: 70%;
    display: inline-block;
}

.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-violet{
    color: #b14b4b;
    font-weight: 600;
}

.span-black{
    color: #707070;
    font-weight:600;
}

.span-pink{
    color: #f7b1b1;
    font-weight:600;
}

.span-yellow{
    color: #e9c02f;
    font-weight:600;
}

.span-mustard{
    color: #bfa528;
    font-weight:600;
}

.span-red{
    color: #C40A2C;
    font-weight:bold;
}

.span-green{
    color: #00A84F;
    font-weight: 600;
}

.span-dark-green {
    color: #1F402A;
    font-weight: 600;
}

.span-blue{
    color: #0167a8;
    font-weight:600;
}

.span-orange{
    color: #cc9934;
    font-weight:600;
}

.span-grey{
    color: #444;
    font-weight:600;
}

.span-white{
    color: #FFFFFF;
    font-weight:bold;
}

.span-mamey{
    color: #de7b65;
    font-weight:600;
}

.span-blue-sea{
    color: #328ced;
    font-weight:600;
}

.span-gold{
    color: #d1b721;
    font-weight:600;
}

.text-white{
    color: #FFF;
}

.text-black{
    color: #444;
}

.span-free{
    color: #c40a2c;
    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: #c40a2c;
    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: 100px;
}

.register-label {
    text-align: left;
    font-weight: 600;
}

/************************************************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:135px;
}

.clear-login{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

.clear-login-2{
    position:relative;
    clear:left;
    width:100%;
    height:131px;
}

.special-space{
    position:relative;
    clear:left;
    width:100%;
    height:155px;
}

.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: #C40A2C !important;
}

/*html {
  overflow-y: scroll !important;
}*/

.no-background{
    background-color: transparent !important;
}


/*************************************¿Qué és?****************************************/

.whatis-text {
    margin: 0 auto;
    max-width: 735px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

.main_whatis {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
}

.item_whatis {
    display: inline-table;
    vertical-align: middle;
    max-width: 375px;
    width: 95%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
}

.item_whatis img {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin: 0 auto;
}

.item_whatis_title {
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
}

.item_whatis_box {
    background: #f5f5f5;
    padding: 10px 28px;
    text-align: left;
    color: #000;
    font-weight: 400;
    min-height: 100px;
    line-height: 26px;
}

/**********************************************************************/

.btn-main-login {
    display: inline-table;
    padding-bottom: 8px;
    padding-top: 8px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    background-color: #005cb2;
    color: #ffffff !important;
    border: none !important;
    line-height: normal !important;
    width: 147px;
    text-align: center;
}

.btn-main-login span{
    display: inline-table;
    vertical-align: middle;
}

.btn-main-login img{
    display: inline-table;
    max-width:25px;
    vertical-align: middle;
}

.login-box{
    position: absolute;
    top: 70px;
    right: 50px;
    width: 280px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: none;
    -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);
}

.boton-login {
    color: white;
    text-align: center;
    margin-top: 10px;
    background-color: #005cb2;
    font-size: 1em;
    border: solid 1px #005cb2;
    padding: 10px 21px;
    border-radius: 10px;
    font-weight: 600;
}

.boton-login a{
    color: #fff;
}

.boton-login:hover{
    color: #fff !important;
    background-color: #0c6cc6;
    border: solid 1px #444;
    transition-duration: 0.3s;
}

.lgn{
    margin-top:10px;
    text-align:center;
}

.lgn a{
    color:  #000 !important;
}

.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;
}

.login-footer span{
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
}

/**************************************************************************/

.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, #5d5d5d 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, #5d5d5d 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{
    font-size:1.2em;
    font-weight:300;
    text-align:justify;
    line-height: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: 150px;
}

.cont_user_registered_3{
    text-align: center;
    padding: 20px 32px;
    margin-bottom: 20px;
    color: #444;
    font-size:1.1em;
}

.cont_user_registered_3 p{
    margin-bottom:15px;
}

.cont_promo_register img{
    margin: 0 auto;
    width: 100%;
    margin-bottom:20px;
}

.cont_user_registered{
    text-align: justify;
    line-height: 35px;
    padding: 20px 25px;
    margin-bottom: 20px;
    color: #444;
}

.cont_user_registered_2{
    text-align: center;
    padding: 20px 32px;
    margin-bottom: 20px;
    color: #444;
}

.cont_user_registered_2 p{
    margin-bottom:15px;
}

.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;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #00A84F;
}

.btn_close_session {
    padding: 0;
    font-size: 17px;
    /*font-weight: 600;
    text-transform: uppercase;*/
    background-color: transparent;
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

.cont-welcome-profile{
    position:relative;
    top:-13px;
    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:1em;
    color: #444;
}

.box-balance .span-points{
    font-size: 1.3em;
    color: #001e3e;
    font-weight: 600;
}

.text-welcome-cont{
    position:relative;
    top:-12px;
    float:right;
    right:10px;
    width:auto;
    height:auto;
    color: #fff;
    font-weight: 600;
}

.username{
    position:relative;
    float:right;
    width: auto;
    height: auto;
    margin-left:5px;
    font-weight: bold;
    color: #fff;
    text-transform: lowercase;
}

.username-fl{
    text-transform: uppercase !important;
}

.cont-mobile-username{
    display: none;
    font-size: 1.2em;
    color: #444;
}

.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: 200px;
    padding: 10px;
    margin-top: 10px;
}

.btn-login-buy {
    background: #C40A2C !important;
    border: 0 none !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    padding: 6px 18px;
}

.table-header{
    background-color: #c40a2c;
    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;
}

.fechanac select{
    margin-bottom:10px;
}

.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: #007335;
    opacity: 0.2;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    max-width: 180px;
    width: 100%;
    padding: 1px 20px;
}

.loader img{
    position: relative;
    margin: 0 auto;
    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;
}

.loader-countys{
    position: absolute;
    top:4px;
    width: 30px;
    height:30px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    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;
}

.upd-main-text {
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 20px;
    color: #444;
    font-size: 1.3em;
}

.upd-main-buttons {
    position: relative;
    padding: 0px 25px;
}

/***************************Backgrounds dotted*****************************/

.dotted-bottom-right{
    background-image: url('../images/home/dotted-bottom-right.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
}

/**********************************Boughts*********************************/

.no-border{
    border: 0 !important;
}

.no-display{
    display: none;
}

/*******************************Foto de Perfil************************************/

.cont_account_photo{
    position: relative;
    clear: left;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.account-image{
    width:100%;
    height:100%;
}

.cont-upload-photo {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #245d43;
    /* padding-top: 3px; */
    color: #fff;
}

.btn-file{
    width: 30px;
    height:30px;
}

.img-upload-file{
    width: 100%;
}

.file-upload {
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 30px;
}

.file-upload span {
    width: 100%;
    height: auto;
    font-size: 0.9em;   
}

.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;
    clear:left;
    top:-5px;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:15px;
    padding:10px 5px;
    display: none;
}

.file-info{
    position: relative;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    background-color: #444;
    text-align: center;
    padding: 10px 45px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.cont_preview_photo{
    position:relative;
    top:0px;
    width:150px;
    height:150px;
    margin: 0 auto;
    margin-bottom:10px;
    border-radius:4px;
    overflow: hidden;
    text-align:center;
}

.preview-photo{
    width:150px;
    height:150px;
}

.delete-photo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 4px 5px;
    text-align: center;
    border: none;
    background-color: #245d43;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
}

/***************************************************************************/

.text-card{
    text-align:right;
    font-weight:bold;
    line-height:15px;
}

.card-edit {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    border: none;
    background-color: transparent;
    font-size: 1em;
    font-weight: 600;
}

.card-edit span.edt-crd{
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0px 7px;
    font-size: 1.1em;
}

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #737373;
    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: #cc9934!important;
}

.btn-cancel-card{
    position:relative;
    margin: 0 auto;
    margin-top:10px;
    width:120px;
    height:auto;
    padding: 10px 15px;
    background-color: #cc9934;
    color:#fff;
    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;
}

/*****************************************************************/

.current-points {
    padding: 10px;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    background: #f1f1f1;
}

.cpoints-container {
    position: relative;
    text-align: left;
}

.cpoints-username {
    display: inline-block;
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
}

.cpoints-level {
    display: inline-block;
    float: right;
    color: #0e8546;
    font-size: 1.5em;
    font-weight: 600;
}

.cpoints-text {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4em;
    font-weight: 500;
}

.span-current-points {
    font-weight: 600;
}

.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 {
    position: relative;
    width: 100%;
    display: block;
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.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;
}

.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;
}

/*********************************************************/

.cont-items-ac-state {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.item-ac-state {
    display: inline-block;
    width: 100%;
    max-width: 225px;
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #007335;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.ac-text-expire {
    position: relative;
    width: 100%;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    background: #f1f1f1;
    color: #444;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 8px 2px;
}

.accrued-points {
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #007335;
    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: #007335;
    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: #007335;
    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: #FFF !important;
    background: #005cb2;
    padding: 12px 26px;
    border-radius: 14px;
    border: solid 1px #005cb2;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
}

.cont-btn-excel {
    position: relative;
    margin: 0 auto;
    padding: 8px 22px;
    margin-top: 10px;
    border-radius: 13px;
    color: #fff;
    background: #005cb2;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cont-btn-excel:hover {
    background: #005cb2;
    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;
}

.msg-empty-transactions img{
    width:100%;
    display: block;
}

.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: #1f402a;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 6px 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: #00a84f;
    font-weight: bold;
    text-align: center;
}

.cardtrans-amount span{
    display: inline-table;
    vertical-align: middle;
}

.cardtrans-amount i{
    display: inline-table;
    vertical-align: middle;
    font-size: 0.4em;
    color: #444;
    margin: 0px 3px;
}

/*.cardtrans-amount span:last-child{
    background: #ececec;
    padding: 0px 9px;
    border-radius: 4px;
}*/

.cont_popup_transactions{
    text-align: left;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.cardtranstickettext{
    text-align: center;
    color: #cc9934;
}

.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: #cc9934;
    font-weight: bold;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
}

/*****************************Pagination******************************/

.pagination {
    padding: 20px;
    color: #1f402a;
    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: #007335 !important;
}

.pagination .nav.prev.disabled, .pagination .nav.next.disabled{
    color: #797979;
}

/****************************************************************/

.tbx-recover-pass {
    width: 230px;
    height: 42px;
    border: solid 2px #ebe8e6;
    border-radius: 3px;
    /* border: solid 2px #ebe8e6;*/
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #000;
    margin-right: 5px;
}

.tbx-recover-pass:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
    border: solid 2px #165436;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
}

.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;
}

/************************************************************************************/

.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: #005cb2;
    color: #fff;
}

.contact-phone{
    color: #f7b1b1 !important;
}

.contact-phone:hover{
    color: #FFF !important;
}

.how-phone{
    color: #fff !important;
}

.how-phone:hover{
    color: #1d4c80 !important;
    font-weight: 500;
}

.no-promo-title{
    font-size:2.1em;
    font-weight:400;
    color: #8b7e7f;
}

.cont_success_linkedcards{
    text-align:center;
    font-size:1.5em;
    margin-bottom:25px;
}

.cont_insufficient_points{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_text_linkedcards{
    text-align: center;
    padding: 20px 25px;
    margin-top: 15px;
    color: #444;
}

.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.2em;
    font-weight:100;
    padding:20px;
    color: #444;
}

.form-control {
    box-shadow: none;
    /* background-color: #ebe8e6; */
    border: solid 2px #ebe8e6;
    font-weight: 400;
    font-size: 1em;
    border-radius: 7px;
    line-height: 1.5;
    padding: 7px 22px;
    color: #000;
}

.form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
    border: solid 2px #165436;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
}

.form-control.blue-tbx:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
    border: solid 2px #165436;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
}

select.form-control:not([size]):not([multiple]){
    height: auto;
}

.stores-filter select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
    border: solid 2px #165436;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
}

.form-group{
    margin-bottom:10px;
}

/****************************Filtros para el mapa********************************/

.stores-filter {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #00A84F;
    text-align: center;
}

.str-filter-store {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    margin-right: 10px;
}

.str-filter-state {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    margin-right: 10px;
}

.str-filter-county {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
}

.str-filter-button {
    display: inline-block;
    max-width: 135px;
    width: 100%;
}

/**********************************Como funciona*************************************/

.how-main-benefits{
    font-size:1.2em;
    padding:0px 30px;
}

.crl-step{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom:10px;
    margin-top: 40px;
    width: 70px;
    height:70px;
    border-radius:70px;
    background-color: #00A84F;
    color: #fff;
    font-size:2.4em;
    text-align:center;
}

.crl-text{
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 45px;
}

.crl-icons{
    position: relative;
    display: block;
    text-align: center;
}

.crl-icons img{
    display: inline-block;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.img-step{
    display:inline-block;
    max-width:60px;
    width: 100%;
}

.how-step-title{
    display: block;
    color: #00A84F;
    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-cardholder{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 300px;
    width: 100%;
    border-radius:11px;
}

.how-card{
    display: block;
    margin: 0 auto;
    margin-top: 9px;
    max-width: 202px;
    width: 100%;
}

.how-step3-images, .how-step4-images{
    margin-top:30px;
    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;
    max-width: 160px;
}

/*****************************Mapa*************************************/

#map {
    width:100%;
    height: 600px;
}

.geolocation-current{
    text-align:center;
    color: #444;
    font-weight: 500;
    font-size: 1em;
}

.geolocation-current img{
    margin:0 auto;
}

.geolocation-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;
    padding: 12px 20px;
    font-size: 1.1em;
    background-color: #008d08;
    color: #fff;
}

.geolocation-box{
    position: relative;
    margin-top: 32px;
    max-width: 250px;
    text-align:center;
    font-size:1.1em;
    font-weight:400;
    color: #444;
    padding:10px;
}

.geolocation-btn{
    display:block;
    padding:5px 10px;
    background-color: #001e3e;
    color: #fff !important;
    font-size:1em;
    text-align:center;
    border-radius: 3px;
    margin-top:10px;
    transition-duration: 0.3s;
    cursor:pointer;
}

.geolocation-btn:hover{
    background-color: #38597b;
    color: #fff !important;
    transition-duration: 0.3s;
}

.geolocation-icon{
    display: inline-block;
    margin: 0px 2px;
    margin-top: 11px;
}

.geolocation-icon img{
    max-width:100px;
}

.gm-style .gm-style-iw-c{
    color: #444;
}

/*****************************BlueWallet***********************************/

.walletbullet{
    margin-left: 40px;
    font-weight: 200;
    font-size: 1.2em;
}
.walletbullet-xs{
    font-weight: 200;
    font-size: 1.2em;
    margin-left: 10%;
    margin-top: 50px;
    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;
}

.walletapptext{
    position:relative;
    text-align:center;
    font-size:1.2em;
}

.walletappbuttons{
    position:relative;
    text-align:center;
    margin-top: 10px;
}

.walletappbuttons a{
    display: inline-block !important;
}

/***************************************************************/

.table.faq-table thead{
    background-color: #15993a;
}

.table.faq-table tbody{
    background-color: #fff;
}

/**********************************************************/
/*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***************************/

.register-options{
    position: relative;
    padding-top: 60px;
}

#virtualCard{
    position: relative;
    display:inline-block;
    margin-right: 30px;
    cursor: pointer;
}

#virtualCard span{
    position: relative;
    display: block;
    color: #00A84F;
    font-size: 1.3em;
    line-height: 30px;
    margin-bottom: 20px;
}

#plasticCard{
    position: relative;
    display:inline-block;
    cursor: pointer;
}

#plasticCard span{
    position: relative;
    display: block;
    color: #00A84F;
    font-size: 1.3em;
    line-height: 30px;
    margin-bottom: 20px;
}

#plasticCard img, #virtualCard img{
    border-radius: 10px;
    display: inline-block;
    max-width:300px;
    width:100%;
}

.active-image{
    border: solid 4px #00A84F;
}

.inactive-image{
    opacity:0.4;
}

.box-barCode{
    position:relative;
    display:block;
    margin-left:10px;
    margin-right:10px;
}

.box-barCode img{
    margin: 0 auto;
}

/****************************************************************************************/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fff;
}

/****************************************Mi Tarjeta*****************************************/

.tarjeta {
    position: relative;
    margin: 0 auto;
    width: 93%;
    max-width: 450px;
    height: 360px;
    text-align: right;
    margin-top: 15px;
}

.tarjeta-main-options{
    position: relative;
    max-width:500px;
    margin: 0 auto;
    text-align: center;
    margin-top:10px;
}

.tarjeta-opt-agregar {
    position: relative;
    max-width: 200px;
    width: 100%;
    padding: 30px 5px;
    display: inline-table;
    vertical-align: middle;
    background: #e8e8e8;
    font-weight: 500;
    border-radius: 6px;
    margin: 0px 5px;
}

.tarjeta-opt-agregar img{
    max-width: 30px;
    display: inline-table;
    position: relative;
    vertical-align: middle;
}

.tarjeta-opt-beneficios {
    position: relative;
    max-width: 200px;
    width: 100%;
    padding: 30px 5px;
    display: inline-table;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    border-radius:6px;
    margin: 0px 5px;
    cursor: pointer;
}

/* caracteristicas de tarjetas */
.frente{
    border-radius: 14px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.atras {
    border-radius: 14px;
    min-height: 267px;
    display: flex;
    flex-direction: column;
}

.frente {
  position: absolute;
  width: 100%;
  top: 65px;
  left: -10px;
  animation-duration: 1s;
  animation-name: cardviewBack;
  animation-fill-mode: forwards;
  overflow: hidden;
  /*background: #1b2838;
  border: solid 1px #fff;*/
}

.frente img{
    max-width:100%;
    width:100%;
}

.frente.cardview {
  animation-duration: 1s;
  animation-name: cardviewFront;
  animation-fill-mode: forwards;
}

.atras {
    position: absolute;
    width: 97%;
    top: 45px;
    right: -10px;
    z-index: 0;
    animation-duration: 1s;
    animation-name: cardviewBack2;
    background: #ffffff;
    border: solid 2px #0a112b;
}
.atras.cardview {
  animation-duration: 1s;
  animation-name: cardviewFront2;
}

.tarjeta-back-line {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 0.8em;
}

.tarjeta-back-line-logo {
    position: relative;
    display: inline-table;
    vertical-align: top;
    float: left;
}

.tarjeta-back-line-logo img{
    display: block;
    max-width: 150px;
    width: 100%;
}

.tarjeta-back-line-udata {
    position: relative;
    display: inline-table;
    vertical-align: top;
    float: right;
    line-height: 27px;
}

.tarjeta-back-line-udata span{
    display: block;
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
}

.tarjeta-back-line-udata span:last-child{
    color: #0e8546;
}

.tarjeta-numero {
    position: absolute;
    width: 100%;
    bottom: 25px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 2px;
}

.tarjeta-balance {
    position: absolute;
    /* width: 100%; */
    bottom: 9px;
    right: 15px;
    color: #fff;
    font-size: 1.3em;
    /* text-align: left; */
    font-weight: 700;
    padding: 0px 10px;
    text-transform: uppercase;
}

.tarjeta-uname {
    position: absolute;
    /* width: 100%; */
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    /* text-align: left; */
    padding: 0px 10px;
    text-transform: uppercase;
}

.reverse-button {
    text-align: right;
    cursor: pointer;
}

.cont-barcode{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    left: 0;
    right: 0;
    max-width: 400px;
}

.cont-barcode img{
    max-width:140px;
    margin: 0 auto;
    box-shadow: 0 0 0 0 !important;
    border-radius: 0 !important;
}

/* Comportamiento de animacion */
@keyframes cardviewBack {
  0 {
    left: -10px;
    z-index: 0;
  }
  50% {
    left: -250px;
    z-index: 0;
    transform: rotateZ(-25deg);
  }
  51% {
    z-index: 1;
  }
  100% {
    left: -10px;
    z-index: 1;
  }
}
@keyframes cardviewFront {
  0% {
    left: -10px;
    z-index: 1;
  }
  50% {
    left: -250px;
    z-index: 1;
    transform: rotateZ(-25deg);
  }
  51% {
    z-index: 0;
  }
  100 {
    left: -10px;
    z-index: 0;
  }
}
@keyframes cardviewBack2 {
  0% {
    right: -10px;
  }
  50% {
    right: -250px;
    transform: rotateZ(25deg);
  }
  100 {
    right: -10px;
  }
}
@keyframes cardviewFront2 {
  0% {
    right: -10px;
  }
  50% {
    right: -250px;
    transform: rotateZ(25deg);
  }
  100 {
    right: -10px;
  }
}

.no-data{
    position: relative;
    width:100%;
    text-align: center;
    padding:5px;
}

.no-data img{
    max-width:230px;
    display: block;
    margin: 0 auto;
    width:100%;
    margin-bottom:10px;
}

.no-data span{
    position: relative;
    max-width: 268px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 5px 10px 5px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 25px;
}

.no-data button{
    margin-top: 10px;
}

.txt-validated {
    color: #00a84f;
    font-weight: 600;
    text-align: left;
    padding: 10px 0px 0px 0px;
}

/***************************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;
    top: 19%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.loader-cart img{
    margin: 0 auto;
    max-width:140px;
    width:100%;
}

/***************************************/

.loader-content{
    position: relative;
    width:100%;
    text-align: center;
}

.loader-content img{
    max-width:200px;
    display: block;
    width:100%;
    margin: 0 auto;
}

.code-response{
    position: relative;
    text-align: center;
    font-size:1.1em;
}

.code-response i{
    display: block;
    margin-bottom:5px;
    font-size: 1.8em;
    color: #ED1C2C;
}

.rdm-code {
    font-size: 3.5em;
    font-weight: 800;
    color: #000;
    background: #fafafa;
    border-radius: 8px;
}

.rdm-code span{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.5em;
    margin-bottom: 20px;
}

.rdm-code-info {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
}

.rdm-qrcode {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.rdm-qrcode img{
    display: block;
    margin: 0 auto;
}

.rdm-code-message {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px 30px 20px;
}

/**************************************Promociones*************************************/

.promo-item {
    display: inline-block;
    width: 96%;
    max-width:1300px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.promo-item img{
    width:100%;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
}

/**********************************Aviso de Privacidad*********************************/

.section-beside-logo{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-beside-title{
    text-align: center;
    padding: 15px 5px;
    font-size: 1.5em;
    font-weight: 100;
}

.section-beside-subtitle{
    text-align: center;
    padding: 15px 5px;
    font-size: 1.3em;
    font-weight: 100;
}

/*********************************Niveles**********************************/

.heading-image{
    background-image: url('../images/home/banner-levels2022.jpg');
    height: 460px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.levels-text{
    padding:30px;
    font-size:1.2em;
    font-weight:100;
    text-align:center;
}

.main-level{
    position: relative;
    text-align: center;
}

.main-level-info{
    position: relative;
    width: 100%;
    text-align: center;
    color: #afadad;
    font-size: 0.9em;
}

.main-level-gold{
    position: relative;
    display: inline-block;
    width:33%;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-top: solid 3px #d9c521;
}

.main-level-platinum{
    position: relative;
    display: inline-block;
    width:33%;
    text-align:center;
    margin-bottom: 30px;
    padding:20px;
    border-top: solid 3px #0e288e;
}

.main-level-titanium{
    position: relative;
    display: inline-block;
    width:33%;
    text-align:center;
    margin-bottom: 30px;
    padding:20px;
    border-top: solid 3px #518844;
}

.level-title{
    font-size: 1.5em;
    font-weight:600;
    margin-top: 5px;
}

.main-level-gold .level-text{
    position: relative;
    padding-top: 15px;
    max-width: 284px;
    margin: 0 auto;
}

.main-level-gold .level-title{
    color: #e9c02f;
}

.main-level-platinum .level-text{
    position: relative;
    padding-top: 15px;
    max-width: 284px;
    margin: 0 auto;
}

.main-level-platinum .level-title{
    color: #0167a8;
}

.main-level-titanium .level-text{
    position: relative;
    padding-top: 15px;
    max-width: 252px;
    margin: 0 auto;
}

.main-level-titanium .level-title{
    color: #518844;
}

/************************************************/

.acc-modal-item{
    white-space: normal;
    text-align:left;
    color: #444;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width:100%;
}

.acc-modal-text {
    font-size:0.9em;
}

/**********************************************************/

.icon-eye{
    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;
}

.eye-open{
    background-image: url('../images/iconos/open_pass.png') !important;
    background-repeat: no-repeat;
    background-size:contain;
}

/*****************************Rewards section (with owl slider)********************************/

/*.reward-main-item {
    position: relative;
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
}

.rwd-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 20px;
}

.rwd-item-level {
    position: relative;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 2.3em;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 10px;
}

.rwd-bgtitle-level1 {
    background: #09102f;
    color: #fff;
}

.rwd-bgtitle-level2 {
    background: #143989;
    color: #fff;
}

.rwd-bgtitle-level3 {
    background: #b99313;
    color: #fff;
}

.rwd-item-card {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.rwd-item-card img{
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    -webkit-box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    -moz-box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    border-radius: 25px;
}

.rwd-item-box {
    position: relative;
    width: 100%;
    min-width: 470px;
    max-width: 600px;
    margin-bottom: 15px;
}

.mppm-rib.rwd-item-box {
    min-width: 0;
}

.rwd-item-box-header {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: 10px 22px;
    width: 100%;
    height: 57px;
}

.rwd-bg-level1 {
    background: rgb(0,76,85);
    background: linear-gradient(90deg, rgba(0,76,85,1) 0%, rgba(10,19,44,1) 100%);
}

.rwd-bg-level2 {
    background: rgb(11,25,112);
    background: linear-gradient(90deg, rgba(11,25,112,1) 0%, rgba(37,122,186,1) 100%);
}

.rwd-bg-level3 {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(185,147,19,1) 100%);
}

.rwd-item-hdr-title {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    float: left;
    top: -2px;
}

.mppm-rib.rwd-item-hdr-title {
    width:88%;
}

.rwd-item-hdr-title img {
    position: relative;
    max-width: 44px;
    display: inline-table !important;
    vertical-align: middle;
}

.rwd-item-hdr-icon {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    color: #fff;
    float: right;
    font-size: 1.4em;
    float: right;
    top: -2px;
}

.rwd-item-box-body {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 1em;
    font-weight: 500;
    line-height: 22px;
    padding: 15px 21px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: justify;
}

.rwd-item-box-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: -29px;
    width: 100%;
    height: 30px;
    background-color: #f1f1f1;
    z-index: -1;
}

.rwd-icon-rotate {
    transform: rotate(180deg);
    transition-duration: 0.3s;
}*/

.reward-main-item {
    position: relative;
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
}

.rwd-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 20px;
}

.rwd-item-level {
    position: relative;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 2.3em;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 10px;
}

.rwd-bgtitle-level1 {
    background: #f77311 !important;
    color: #fff !important;
}

.rwd-bgtitle-level2 {
    background: #00ad42 !important;
    color: #fff !important;
}

.rwd-bgtitle-level3 {
    background: #1d1d1b !important;
    color: #fff !important;
}

.rwd-clrtitle-level1 {
    color: #f77311 !important;
}

.rwd-clrtitle-level2 {
    color: #00ad42 !important;
}

.rwd-clrtitle-level3 {
    color: #1d1d1b !important;
}

.rwd-item-card {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.rwd-item-card img{
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    -webkit-box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    -moz-box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.58);
    border-radius: 25px;
}

.rwd-item-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: 470px;
    max-width: 600px;
    margin-bottom: 15px;
}

.mppm-rib.rwd-item-box {
    min-width: 0;
}

.rwd-item-box-header {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: 10px 22px;
    width: 100%;
    height: 57px;
    cursor: pointer;
}

.rwd-bg-nolevel {
    background: rgb(31,64,42) !important;
    background: linear-gradient(90deg, rgba(31,64,42,1) 0%, rgba(0,168,79,1) 100%) !important;
}

.rwd-bg-level1 {
    /*background: rgb(10, 83, 9) !important;
    background: linear-gradient(90deg, rgb(16 104 13) 0%, rgb(5 60 5) 100%) !important;*/
    background: #f77311 !important;
}

.rwd-bg-level2 {
    /*background: rgb(11,25,112) !important;
    background: linear-gradient(90deg, rgba(11,25,112,1) 0%, rgba(37,122,186,1) 100%) !important;*/
    background: #00ad42 !important;
}

.rwd-bg-level3 {
    /*background: rgb(0,0,0) !important;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(185,147,19,1) 100%) !important;*/
    background: #1d1d1b !important;
}

.rwd-item-hdr-title {
    position: relative;
    display: inline-table;
    width: 85%;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    float: left;
    text-align: left;
    top: -2px;
}

.mppm-rib.rwd-item-hdr-title {
    width:88%;
}

.rwd-item-hdr-title img {
    position: relative;
    max-width: 44px;
    display: inline-table !important;
    vertical-align: middle;
}

.rwd-item-hdr-icon {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    color: #fff;
    float: right;
    font-size: 1.4em;
    float: right;
    top: -2px;
}

.rwd-item-box-body {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 1em;
    font-weight: 500;
    line-height: 22px;
    padding: 15px 21px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: justify;
}

.rwd-item-box-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: -29px;
    width: 100%;
    height: 30px;
    background-color: #f1f1f1;
    z-index: -1;
}

.rwd-icon-rotate {
    transform: rotate(90deg);
    transition-duration: 0.3s;
}

.rwd-progress-percent {
    position: relative;
    width: 100%;
    text-align: right;
    color: #fff;
    padding: 0px 5px;
}

.progress-container:before {
    content: '100%';
    position: absolute;
    top: -1px;
    right: -45px;
    width: 100%;
    text-align: right;
    font-weight: 500;
    padding: 0px 3px;
}

.main-ecomm-bg{
    background-color:#fff;
}

.posecomm-class {
    position: relative;
}

.main-ecomm-logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.main-ecomm-logo img{
    max-width:300px;
    display: block;
    margin: 0 auto;
}

/**********************************************************************/

.sgnin-main-container {
    position: relative;
    width: 95%;
    background: #f5f5f5;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 25px;
}

.sgnin-logo {
    width: 40%;
    display: inline-table;
    vertical-align: middle;
}

.sgnin-logo img{
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.sgnin-cont-text {
    display: inline-table;
    vertical-align: middle;
    width: 59%;
}

.sgnin-text {
    position: relative;
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.sgnin-buttons {
    position: relative;
    display: block;
    text-align: center;
}

.sgnin-buttons button{
    margin: 0px 25px;
}

/**********************************************************************/

.cntct-main-container {
    position: relative;
    width: 92%;
    /*background: #f5f5f5;*/
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 25px;
}

.cntct-title {
    position: relative;
    display: block;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 2em;
}

.cntct-text {
    position: relative;
    display: block;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.6em;
}

.cntct-buttons {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0px;
}

.cntct-whatsapp {
    margin: 0px 40px;
    width: 100%;
    max-width: 210px;
    display: inline-table;
    vertical-align: middle;
    background: #00a84f;
    color: #fff;
    padding: 0px 0px;
    font-size: 4em;
    border-radius: 6px;
    cursor: pointer;
}

.cntct-mail {
    margin: 0px 40px;
    width: 100%;
    max-width: 210px;
    display: inline-table;
    vertical-align: middle;
    background: #00ace6;
    color: #fff;
    padding: 0px 0px;
    font-size: 4em;
    border-radius: 6px;
    cursor: pointer;
}

/****************************Radio / Checkbox*********************************/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #00a84f;
    --active-inner: #fff;
    --focus: 2px rgb(22 212 111);
    --border: #00a84f;
    --border-hover: #09d067;
    --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 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 12px;
    margin-right: 5px;
  }

  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;
  }
}

/****************************************************/

.owl-title{
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0px 15px;
}

.owl-carousel{
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1368px;
    height: 0;
    margin-top: 0 !important;
    text-align: center;
}

.owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 180px;
    float: left;
    margin-left: -5px !important;
    font-size: 3em !important;
    background: #fff !important;
    outline: none;
    cursor: pointer;
    padding: 0px 25px !important;
    border: solid 1px #444 !important;
    border-radius: 60px !important;
    line-height: 64px !important;
}

.owl-theme .owl-nav .owl-next{
    position: relative;
    top: 180px;
    float: right;
    margin-right: -5px !important;
    font-size: 3em !important;
    background: #fff !important;
    outline: none;
    cursor: pointer;
    padding: 0px 25px !important;
    border: solid 1px #444 !important;
    border-radius: 60px !important;
    line-height: 64px !important;
}

.owl-carousel .owl-nav .owl-prev span{
    display: block;
    position: relative;
    top:-3px;
}

.owl-carousel .owl-nav .owl-next span {
    display: block;
    position: relative;
    top: -3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #444 !important;
}

/****************************Promociones*******************************/

.no-promo-container{
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 150px;
    text-align: right;
}

.no-promo-text{
    position: relative;
    display: block;
    font-size: 2em;
    color: #c7c7c7;
    text-align: right;
    line-height: 40px;
    margin-bottom: 17px;
    padding: 0px 11px;
}

.no-promo-item1{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#128bcc;
    margin: 0px 5px;
}

.no-promo-item2{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#056eb0;
    margin: 0px 5px;
}

.no-promo-item3{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#9f4d90;
    margin: 0px 5px;
}

.no-promo-item4{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#da5344;
    margin: 0px 5px;
}

.no-promo-item5{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#e9a433;
    margin: 0px 5px;
}

.no-promo-item6{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#f5c830;
    margin: 0px 5px;
}

.no-promo-item7{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#009e5c;
    margin: 0px 5px;
}

.no-promo-item8{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius:45px;
    background-color:#90b958;
    margin: 0px 5px;
}

/********************************Contacto********************************/

.gifcard img {
    max-width: 300px;
    width:95%;
}

.contact-forms{
    position: relative;
    border-right: solid 1px #444;
    max-width:385px;
}

.contact-item{
    position: relative;
    display: block;
    text-align: left;
    margin-bottom:30px;
}

.contact-item img{
    display: inline-table;
    position: relative;
    max-width: 40px;
}

.contact-item span{
    display: inline-table;
    position: relative;
    top: -14px;
    color: #00A84F;
}

.tbx-textarea{
    min-height:160px;
}

/**************************************Level*****************************************/

.cntnt-level{
    position: relative;
    width: 100%;
    font-size: 1.2em;
    font-weight: 600;
}

.mycard-level{
    position: relative;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

/*********************************Popup info*************************************/

.main-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 3200;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(8px);
}

.white-popup-color {
    background-color: rgba(139, 118, 42, 0.25) !important;
}

.mppm-popup-box {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    max-width: 450px;
    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-box-iframe {
    position: relative;
    right: 0;
    left: 0;
    top: 42%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    max-width: 450px;
    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-text {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 20px;
    padding: 0px 12px;
    text-align: center;
}

.mppm-popup-text2 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 20px;
    padding: 0px 12px;
    text-align: center;
    margin-top: 20px;
}

.mppm-popup-text2 a{
    position: relative;
    margin-top: 20px;
    font-size: 0.9em;
}

.mppm-popup-text2 i{
    display: block;
    font-size: 2em;
    color: #00A84F;
    margin-bottom:5px;
}

.mppm-popup-text3 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 20px;
    padding: 0px 12px;
    text-align: center;
    margin-top: 20px;
}

.mppm-popup-text4 {
    position: relative;
    font-size: 0.85em;
    margin-bottom: 20px;
    /* padding: 0px 12px; */
    text-align: center;
    /* margin-top: 20px;*/
}

.mppm-popup-text4 span{
    color: #00a84f;
    font-weight: 500;
    cursor: pointer;
}

.mppm-item-del-icon{
    position: relative;
    text-align: center;
    padding:10px;
}

.mppm-item-del-icon img{
    max-width:120px;
    width:100%;
    margin: 0 auto;
}

.mppm-item-del-icon i{
    display: block;
    font-size: 4em;
    color: #00a84f;
}

.mppm-item-options {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.mppm-popup-input {
    position: relative;
    text-align: center;
    padding: 20px 0px;
}

.mppm-popup-input input[type=text]{
    position: relative;
    text-align: center;
    
    max-width: 180px;
    width: 100%;
    
    box-shadow: none;
    background-color: #ebe8e6;
    border: solid 2px #fff;
    font-weight: 400;
    font-size: 1em;
    border-radius: 7px;
    padding: 7px 22px;
    color: #007335;
    line-height:1.5;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mppm-popup-input input[type=text]:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
    border: solid 2px #165436;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(22, 84, 54);
}

.mppm-popup-options {
    position: relative;
    text-align: center;
    padding: 10px 0px;
    clear: left;
}

.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;
}

.mppm-popup-close-iframe {
    position: fixed;
    top: 43%;
    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;
}

.popup-main-message {
    position: absolute;
    top: 46%;
    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(67, 67, 67);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-sucess{
    background-color: #379656;
    color: #FFF;
}

.mppm-popup-error {
    position: absolute;
    bottom: 29%;
    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;
}

.mppm-popup-success {
    position: absolute;
    bottom: 29%;
    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;
}

.gft-query span{
    font-size:2.6em;
}

/******************************************************/
    .brd-frnd-main {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ebe8e6;
    overflow: auto;
}

.brd-frnd-item {
    display: block;
    width: 100%;
    margin: 6px 0px 6px 0px;
    padding: 10px;
    background: #fff;
}

.brd-frnd-item div{
    display: inline-table;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}

.brd-frnd-item div i{
    margin: 0px 12px;
    font-size: 1.2em;
    color: #00A84F;
    cursor: pointer;
}

.brd-frnd-addopt {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
    background: #fff;
}

.brd-frnd-addopt span{
    cursor: pointer;
    color: #00A84F;
}

/**************************************************************/

.progress-container {
    position: relative;
    margin: 0px auto 0px;
    padding: 4px 0 0;
    width: 100%;
    height: 27px;
    background: #eaeaea;
}
 .progress-container ul li:first-child {
	position: absolute;
    top: -6px;
    left: 0;
    margin: 0;
    padding: 0;
    display: inline-table;
    height: 10px;
    width: 18px;
    background: #C9A40A;
    border-radius: 2px;
    height: 39px;
    z-index: 10;
}

 .progress-container ul li:first-child:before {
	 z-index: -99;
	 position: absolute;
	 top: -5px;
	 left: -5px;
	 height: 20px;
	 width: 20px;
	 background: #444;
	 border-radius: 50%;
}

 .progress-container ul li:last-child {
	position: absolute;
    top: -6px;
    left: 0;
    margin: 0;
    padding: 0;
    display: inline-table;
    height: 10px;
    width: 18px;
    background: #2b4481;
    border-radius: 2px;
    height: 39px;
    z-index: 10;
}

 .progress-container ul li:last-child:before {
	 z-index: -99;
	 position: absolute;
	 top: -5px;
	 left: -5px;
	 height: 20px;
	 width: 20px;
	 background: #444;
	 border-radius: 50%;
}


 .progress-container .progress-bar {
	 height: 27px;
	 /* width: 70%; */
	 background: #5e6f64;
	 -webkit-transition: width 1s ease-in-out;
	 -moz-transition: width 1s ease-in-out;
	 -o-transition: width 1s ease-in-out;
	 transition: width 1s ease-in-out;
   position: absolute;
    top: 0px;
}

.divtextonivel {
    position: relative;
    display: block;
    clear: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    background: #eaeaea;
    padding: 12px 17px;
    border-radius: 5px;
}

.frans-item-title {
    position: relative;
    display: table-cell;
    width: calc(100% - 48px);
    height: 100%;
    vertical-align: middle;
    /* font-weight: 600; */
    /* float: left; */
    text-align: left;
    /* top: -2px; */
    background-color: #ebe8e6;
    padding: 15px 18px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-family: 'Cera Pro Regular', sans-serif;
    box-shadow: 0px 2px 0px 0px rgb(194, 194, 194);
    -webkit-box-shadow: 0px 2px 0px 0px rgb(194, 194, 194);
    -moz-box-shadow: 0px 2px 0px 0px rgba(194,194,194,1);
}

.frans-item-icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    /* float: right; */
    /* float: right; */
    /* top: -2px; */
    padding: 10px 18px;
    background-color: rgb(212, 207, 205);
    width: 50px;
    box-shadow: 0px 2px 0px 0px rgb(194, 194, 194);
    -webkit-box-shadow: 0px 2px 0px 0px rgb(194, 194, 194);
    -moz-box-shadow: 0px 2px 0px 0px rgba(194,194,194,1);
}

.card {
    margin: 15px 0px;
    border-radius: 0;
    border: 0;
}

.card-header {
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
}

.acc-modal-item {
    display: table;
    white-space: normal;
    /* text-align: left; */
    color: #444;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0;
    width: 100%;
}

.acc-modal-text {
    font-size: 0.9em;
}

.btn-link:hover {
    color: #00ace6 !important;
}

.modal-header {
    background-color: #00ace6;
    color: #fff;
}

/************************************************************************************/

@media screen and (min-width: 1522px)
{
    .no-promo-container{
        margin-top: 220px !important;
        margin-bottom: 210px !important;
    }
}

@media screen and (max-width: 1440px)
{
    .heading-image{
        height:390px;
    }
}

@media screen and (max-width: 1100px) 
{
    .rwd-item-box{
        min-width: 0;
    }

    .rwd-item {
        width: 37%;
    }
}

@media screen and (min-width: 991px)
{
    .no-promo-container{
        margin-top: 150px;
        margin-bottom: 160px;
    }
}

@media screen and (min-width: 1375px)
{
    #plasticCard img, #virtualCard img{
        max-width:320px;
    }
}

@media screen and (max-width: 991px) 
{
    
    .cont-welcome-profile {
        right: -10px;
        top: 32px;
    }

    .text-welcome-cont {
        right: 0px;
        top: 33px;
    }

    .cont_text_info{
        width:100%;
    }

    .item-1, .item-2, .item-3{
        padding-top:13px;
        padding-bottom:14px;
    }

    .cont-logo{
        margin-bottom:10px;
    }

    .br-5-2{
        height:16px;
    }

    .cont_text_info2{        
        width:59%;
    }

    .special-space{
        height:5px;
    }

    .special-space-2{
        height:30px;
    }

    .clear-2{
        height: 93px;
    }

    .clear-login{
        height:89px;
    }

    .boton-filter{
        margin-top:10px;
        width:100%;
        max-width:260px;
    }

    .contact-item:last-child span{
        font-size: 0.9em;
        top: -19px;
    }

    .progress-container {
        margin: 25px auto 0px;
    }

    .rwd-item {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .rwd-item-box {
        margin: 0 auto;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 932px) 
{
    .level-title{
        font-size:1.2em;
    }
}

@media screen and (max-width: 810px) 
{
    .sgnin-logo{
        width:100%;
        display: block;
    }

    .sgnin-logo img{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .sgnin-cont-text {
        width: 100%;
        display: block;
    }

    .sgnin-text{
        margin-bottom:40px;
    }

    .sgnin-buttons button {
        margin: 0px 23px;
    }
}

@media screen and (max-width: 770px) 
{
    .level-title{
        font-size:1.5em;
    }

    .main-level-gold{
        width:100%;
    }

    .main-level-platinum{
        width:100%;
    }

    .main-level-titanium{
        width:100%;
    }
}

@media screen and (max-width: 767px) 
{
    .text-welcome-cont{
        display: none;
    }

    .username{
        display: none;
    }

    .cont-mobile-username{
        display: block;
    }

    .cont-logo{
        text-align:left !important;
    }

    .accumulated-points{
        margin-right:0px !important;
    }

    .register-label{
        text-align: left;
    }

    .cont_text_info2{        
        width:69%;
    }

    .clear-login{
        height:72px;
    }

    #virtualCard{
        margin-right: 0;
    }

    .how-space{
        display: block;
    }

    .contact-forms{
        border-right:0;
        margin: 0 auto;
        background-color: #fafafa;
        padding: 25px 0px 1px 0px;
        margin-bottom: 15px;
    }

    .contact-item{
        text-align:center;
    }

    .contact-item img{
        display: block;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .contact-item span{
        display: block;
    }

    .contact-item:last-child span{
        font-size:1em;
        top: -14px;
    }

    .cntct-whatsapp {
        margin: 0px 20px;
    }

    .cntct-mail {
        margin: 0px 20px;
    }

    .footermodal {
        padding: 30px 0px;
    }

}

@media screen and (max-width: 624px)
{
    .str-filter-button{
        margin-top:10px;
    }

    /*.rwd-item {
        width: 70%;
    }*/

    .rwd-item-card {
        width: 94%;
    }

}

@media screen and (max-width: 604px)
{
    #plasticCard{
        margin-top:30px;
    }

    .cntct-whatsapp {
        max-width: 130px;
        margin: 0px 10px;
    }

    .cntct-mail {
        max-width: 130px;
        margin: 0px 10px;
    }
}

@media screen and (max-width: 591px) 
{
    .cntct-title {
        line-height: 35px;
    }

    .progress-container:before {
        right: 0;
        top: -25px;
    }

}

@media screen and (max-width: 575px)
{
    a.toggle-menu{
        margin-right: 8px;
        margin-left: 15px;
        margin-bottom: 31px;
    }

    a.toggle-login{
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .cont-welcome-profile{
        top: 30px;
        margin-right:19px;
    }

    .cardtransaction{
        display: block;
    }

    .cardtrans-info{
        display:block;
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 13px;
        padding-bottom:8px;
    }

    .cardtrans-info-2{
        display:block;
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 12px;
    }

    /*.cardtrans-type, .cardtrans-amount{
        text-align: left;
    }*/
}

@media screen and (max-width:564px)
{
    .walletbullet-xs{
        margin-left: 10%;
        font-size: 1em;
    }
}

@media screen and (max-width: 543px)
{
    .atras {
        width: 95%;
        min-height: 0;
        height: 70%;
    }
}

@media screen and (max-width: 534px)
{
    .period-from, .period-to, .period-button{
        display: block;
        margin-bottom:10px;
    }

    .brd-frnd-item div {
        width: 33%;
    }

    .brd-frnd-item div:last-child{
        width:100% !important;
    }

}

@media screen and (max-width: 490px)
{
    .cont_text_info2{        
        width:79%;
    }
}

@media screen and (max-width: 484px)
{
    .str-filter-state {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .str-filter-county {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top:10px;
    }

    .str-filter-button{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .sgnin-buttons button {
        width: 100%;
        max-width: 300px;
        margin: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 466px) 
{
    .progress-container {
        margin: 0px auto 0px;
    }

    .item_whatis{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 455px)
{
    .clear-2{
        height:25vw;
    }

    .atras {
        height: 55%;
    }

    .cont-barcode {
        margin-top: 0;
    }

    .cont-barcode img {
        width: 68%;
    }

    .tarjeta-opt-agregar {
        max-width: 155px;
    }

    .tarjeta-opt-beneficios {
        max-width: 155px;
    }

}

@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;
    }

    .promo-item{
        width:80%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .walletbullet-xs{
        margin-left: 8%;
    }

}

@media screen and (max-width: 441px)
{
    .benefit-item{
        margin-left: 0;
        margin-right: 0;
    }

    .cont-IOS-button{
        margin-left: 0;
    }

    .heading-image{
        background-attachment: scroll !important;
    }

    /*.rwd-item {
        width: 60%;
    }*/

    .tarjeta-uname {
        bottom: 3px;
        /*padding: 0px 35px;*/
    }

    .tarjeta-balance {
        bottom: 2px;
        /*padding: 0px 35px;*/
    }

    .tarjeta{
        height:320px;
    }

    .cpoints-username{
        font-size:1.2em;
    }

    .cpoints-level {
        font-size: 1.2em;
    }

}


@media screen and (max-width: 397px)
{
    .how-brands img.logo-grow{
        top: 0;
    }

    .reward-main-item {
        padding: 0px 5px;
        width: 97%;
    }
}

@media only screen and (max-width: 388px)
{
    .box-balance{
        top: 40px;
    }
}


@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, .boton-blue{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .tarjeta-back-line{
        font-size: 3.5vw;
    }

    .cntct-whatsapp {
        max-width: 100px;
        font-size:3em;
    }

    .cntct-mail {
        max-width: 100px;
        font-size: 3em;
    }
}


@media screen and (max-width: 372px)
{
    .heading-section-2 h2{
        font-size: 10vw;
    }

    h2{
        font-size: 12vw;
    }

    .msp-description{
        padding: 12px 8px;
    }

    .tarjeta-numero{
        font-size:6vw;
    }

    .atras {
        height: 48%;
    }

    .cont-barcode img {
        width: 59%;
    }

    .tarjeta-back-line-logo img{
        max-width:120px;
    }

    .tarjeta-back-line-udata {
        line-height: 20px;
    }

    .tarjeta-back-line-udata span {
        font-size: 1.2em;
    }

    .tarjeta-opt-agregar {
        max-width: 97%;
        display: block;
        margin: 0 auto;
        margin-bottom:10px;
    }

    .tarjeta-opt-beneficios {
        max-width: 97%;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) 
{

    .accumulated-points{
        margin-right:0px !important;
    }

    .login-box{
        top: 50px;
    }

    .step_1{
        margin-top:50px;
    }

    .br-5-1{
        height:49px;
    }

    .clear-cb{
        height:40px;
    }

    .account-logo{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .account-logo img{
        margin-top: 0;
    }

    .cont-logo{
        max-width:100% !important;
        flex: 0 0 100%;
        margin-bottom:0;
    }

    .cont-logo img{
        margin-top: 10px;
    }

    .main-menu-anonymous{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .option-menu{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    a.toggle-menu{
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 34px;
    }

    a.toggle-login{
        margin-top: -1px;
        margin-bottom: 0;
    }

    .cont-welcome-profile{
        top: 4px;
    }

    .br-acc{
        height:60px;
    }

    .special-space{
        height:50px;
    }

    .special-space-2{
        height:70px;
    }

    .clear-2{
        height: 40vw;
    }

    .tarjeta-uname {
        font-size: 1em;
    }

    .tarjeta-balance {
        font-size: 1em;
    }

    .progress-container {
        margin: 0px auto 0px;
    }

    .rwd-item-hdr-title {
        font-size: 5vw;
    }
}

@media screen and (max-width: 345px)
{
    .cont-barcode{
        width: 75%;
    }

    .cont-barcode img{
        width:35%;
    }
}

@media screen and (max-width: 340px)
{
    .cont_text_info2{        
        width:90%;
    }

    .offline-text{
        font-size:1.7em;
    }

    .atras{
        height: 40%;
    }

    .main-level-info{
        padding: 0px 35px;
    }
}

@media screen and (max-width: 323px)
{
    .box-balance{
        top: 40px;
        right: -80px;
    }

    .box-balance img{
        width: 100%;
    }

    .login-box{
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .cont_account_item{
        margin-left: 0;
        margin-right: 0;
    }

    .cont_account_item img{
        width: 80%;
        margin: 0 auto;
    }

    .level-title{
        font-size: 8vw;
    }

}

@media screen and (max-width: 290px) {

    .tbx-recover-pass {
        width: 97%;
        height: 40px;
    }

}