<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************Errores********************************/
.error_required {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #84b59e;
    margin-top: 5px;
}

.error_required_2 {
    position: relative;
    float: left;
    left: 11%;
    right: 0;
    margin-top: 10px;
    font-size: 0.9em;
    width: 78%;
    color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 3px;
    background: #84b59e;
}

.error_required_3 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.9em;
    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: #986161;
    font-size: 0.9em;
    padding-top: 2px;
    border-radius: 3px;
    text-align: center;
}

.error_required_red {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #84b59e;
    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-size: 0.9em;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #84b59e;
}

.error_required_comment {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 8px 10px;
    margin-top: 12px;
    margin-bottom: 4px;
    border-radius: 3px;
    background: #84b59e;
}

.error_required_ajax {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #84b59e;
    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: #84b59e;
    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(204, 58, 43);
    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;
}

.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: #7a7a7a !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
  color: #7a7a7a !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
  color: #7a7a7a !important;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
  color: #7a7a7a !important;
}

/*******************************Formulario registro*******************************/

.modal-open {
    padding-right: 0 !important;
}

.modal-title{
    color: #001e3e;
}

.mdl-header {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 58px;
    line-height: 38px;
    background: #84b59e;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 20px;
}

.cont-logo img {
    max-width: 210px;
    margin-top: 10px;
}

.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;
    
}

.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: #278d46;
    font-weight: 600;
}

.span-blue {
    color: #009FE3;
    font-weight: 300;
}

.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;
}

.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: right;
}

/************************************************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?****************************************/

.main_whatis{
    position: relative;
    text-align: center;
}

.item_whatis {
    display: inline-block;
    width: 280px;
    height: 280px;
    padding: 20px;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.3em;
    border-radius: 250px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.item_whatis img {
    width: 100%;
    height: 300px;
    max-width: 300px;
    display: inline-block;
    margin: 0 auto;
}

.whatis-text {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 200;
}

.whatis-title {
    color: #009FE3;
    font-size: 1.4em;
}

/***************************************************************/

#beneficios img {
    width: 80%
}

#beneficios p {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
}

.ben-box {
    width: 50%;
    height: auto;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border-color: #0b95ff;
}

.box {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
}

.box-content {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 30px;
    -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.25);
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 25px 19px;
}

.benefits_text {
    padding-left: 8px;
}

.box_beneficios {
    border-radius: 3px;
    -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.25);
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 10px;
}

.img-beneficios {
    height: 100px;
}

.img-beneficios-peq {
    height: 30px;
}

.desc-beneficios {
    font-weight: 600;
    font-size: 30pt;
    color: #009FE3;
}

.desc-M-beneficios {
    font-weight: 600;
    font-size: 10pt;
    color: #009FE3;
}

/**********************************************************************/

.main-hotspot-logo{
    position: relative;
    width:100%;
    text-align: center;
    padding:20px;
}

.main-hotspot-logo img{
    display: block;
    margin:0 auto;
    max-width:300px;
    width:100%;
}

.modal-welcome-code{
    position: relative;
    width:100%;
    display: block;
    text-align: center;
}

.modal-welcome-code span{
    display: block;
    font-size: 1.9em;
    font-weight: 500;
    padding: 15px 0px;
}

.hotspot-plain-message {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.hotspot-plain-text {
    padding: 20px 25px;
    margin-bottom: 20px;
    color: #444;
    text-align: center;
    font-size: 1.2em;
}

.hotspot-plain-title {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
}

.hotspot-plain-title span{
    display: block;
    color: #009fe3;
}

.btn-main-login {
    padding-bottom: 8px;
    padding-top: 8px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    background-color: #009FE3;
    color: #ffffff !important;
    border: none !important;
}

.login-box{
    position: absolute;
    top: 70px;
    right: 50px;
    width: 250px;
    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;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    background-color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: 3px;
    font-size: 1em;
}

.boton-login a{
    color: #fff;
}

.boton-login:hover{
    background-color: #7b8288;
    transition-duration: 0.3s;
}

.lgn{
    margin-top:10px;
    text-align:center;
}

.login-body{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 9;
}

.login-footer{
    position: relative;
    text-align: center;
    padding: 10px;
    z-index: 10;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: solid 1px #ececec;
}

.login-footer a{
    color: #444;
}

.login-footer a:hover {
    color: #009FE3;
}

/**************************************************************************/
.radiobutton span label {
    padding-right: 40px;
}

.checkboxSingleLine
{
    display: inline;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.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;
    width: 150px;
}

.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;
}

.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;
}

.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;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #009FE3;
}

.btn_close_session {
    padding: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    color: #272727;
    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: #444;
}

.username{
    position:relative;
    float:right;
    width: auto;
    height: auto;
    margin-left:5px;
    font-weight: bold;
    color: #000;
    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 {
    max-width: 210px;
    margin-top: 10px;
}

.datos-hijos {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.btn-add-pet {
    position: relative;
    display: inline-block;
    max-width: 215px;
    padding: 10px 15px;
    background-color: #cf3790;
    color: #fff !important;
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 2px;
    cursor: pointer;
}

.btn-add-pet:hover {
    background-color: #dd4da1;
}

.pleca-item {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.pleca-item img{
    width:100%;
}

.pet-item {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: #f7f7f7;
    padding: 0px 24px;
    padding-bottom: 20px;
}

.pet-item-editable {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: #f7f7f7;
    padding: 0px 24px;
    padding-bottom: 20px;
}

.pet-item-title {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #009FE3;
}

.pet-item-subtitle {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pet-item-input {
    position: relative;
    display: inline-block;
}

.pet-item-input select, .pet-item-input input{
    background-color: #fff;
}

.pet-item-input label {
    margin-right: 10px;
    cursor: pointer;
}

.pet-item-selects {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.pet-item-selects select {
    display: inline-block;
    margin: 0px 3px;
    background-color: #fff;
}

.pitem-male {
    background-color: #009FE3;
    color: #fff !important;
}

.pitem-female {
    background-color: #cf3790;
    color: #fff !important;
}

.pitem-male .pet-item-title, .pitem-female .pet-item-title {
    color: #fff !important;
}

.cntnt-bday {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.cntnt-bday select {
    display: inline-block;
    max-width: 28%;
    margin-left: 3px;
    margin-right: 3px;
}

.ddl-short {
    width: 125px;
}

.ddl-day {
    width: 70px;
}

.tbx-short {
    width: 200px;
}

.tbx-short-2 {
    width: 50px;
    text-align: center;
}

.pet-item-error {
    position: relative;
    padding: 8px 10px;
    background-color: #84b59e;
    color: #fff;
    border-radius: 3px;
    display: none;
}

.counter-added-pets {
    position: relative;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 30px;
    display: none;
}

.counter-added-pets span {
    color: #509c3f;
}

.pet-item-delete {
    position: absolute;
    top: 25px;
    right: 13px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #a6242c;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.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;
}

.main_loader{
    position: fixed;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1000;
    display: none;
}
.loader-bg{
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    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;
}

/***************************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: 80px;
    overflow: hidden;
}

.account-image{
    width:100%;
    height:100%;
}

.cont-upload-photo{
    position:absolute;
    top:109px;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(255,255,255, 0.7);
    padding-top:3px;
}

.btn-file{
    width: 30px;
    height:30px;
}

.img-upload-file{
    width: 100%;
}

.file-upload {
    position:relative !important;
    top:0px !important;
    margin-right: auto;
    margin-left:auto;
    overflow: hidden;
    text-align: center;
    color: #656565;
    cursor: pointer;
    width: 90px;
    height: 30px;
}

.file-upload span {
    width:90px;
    height:30px;        
}

.file-upload input {
    position:relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cont-file-info{
    position:relative;
    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:80px;
    overflow: hidden;
    text-align:center;
}

.preview-photo{
    width:150px;
    height:150px;
}

.delete-photo{
    position:absolute;
    bottom:5px;
    width:100%;
    height: auto;
    padding:5px 5px;
    text-align:center;
    font-weight:bold;
    border:none;
    background-color: rgba(255,255,255, 0.8);
    cursor: pointer;
}

/***************************************************************************/

.text-card{
    text-align:right;
    font-weight:bold;
    line-height:15px;
}

.card-edit{
    position:relative;
    top:0px;
    width:100%;
    height:auto;
    padding:0px 0px;
    font-size:1.1em;
    font-weight:500;
    letter-spacing:2px;
    border:none;
    background-color: transparent;
}

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #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{
    border-radius: 3px;
    padding: 10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    margin-bottom:10px;
    margin-top:15px;
}

.title{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding:10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
    margin-top:10px;
    margin-bottom:20px;
}

.sub-title{
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-points-to-expire{
    padding:10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
}

.center{
    text-align: center !important;
}

.select-period{
    color: #242424;
    font-weight: 100;
    font-size: 1.3em;
}

.span-current-points{
    color: #cc9934;
    font-weight:400;
}

.month-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
    margin-right:15px !important;
}

.points-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
}

.expiration-text{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #f5f5f5;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 1.3em;
    margin-top:20px;
}

.date-from-to{
    padding:13px 10px;
    font-size:1.2em !important;
    background-color: #4e4e4e;
    color: #FFFFFF;
    border-radius: 3px;
}

/*********************************************************/

.accrued-points {
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #cf3790;
    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: #0e7a52;
    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: #0e7a52;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:10px;
}

.text-period{
    padding: 10px 5px;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom:10px;
    text-align: center;
}

.from-select{
    width:230px;
    display: inline-block;
}

.to-select{
    width:230px;
    display: inline-block;
}

.to-select select{
    min-width: 174px;
}

.period-from, .period-to, .period-button{
    display: inline-block;
    text-align: center;
}

.boton-filter{
    color: white;
    background-color: #009FE3;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
    outline: none !important;
}

.cont-btn-excel{
    position: relative;
    margin: 0 auto;
    padding: 6px 16px;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    background: #0e7a52;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cont-btn-excel:hover{
    color: #ffffff;
    background: #189466;
    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;
}

.no-content {
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 18px;
}

.no-content img{

}

.no-content span{
    font-size: 1.1em;
    font-weight: 400;
}

.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: #592c98;
    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: #009fe3;
    font-weight: 300;
    text-align: center;
}

.cont_popup_transactions{
    text-align: left;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.cardtranstickettext {
    text-align: center;
    color: #84b59e;
    font-weight: 300;
}

.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: #333 !important;
    opacity: 0.9 !important;
}

/*****************************Pagination******************************/

.pagination {
    padding: 20px;
    color: #84b59e;
    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: #cf3790 !important;
}

.pagination .nav.prev.disabled, .pagination .nav.next.disabled{
    color: #797979;
}

/****************************************************************/

.tbx-recover-pass{
    width: 230px;
    height: 52px;
    border: solid 2px #fff;
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    margin-right: 5px;
}

.tbx-recover-pass:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
    border: solid 2px #009FE3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
}

.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: #009fe3;
    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: #f7f7f7;
    border: solid 2px #fff;
}

.form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
    border: solid 2px #009FE3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
}

.form-control.blue-tbx:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
    border: solid 2px #009FE3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
}

.stores-filter select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
    border: solid 2px #009FE3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
}

/**********************************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;
    font-family: 'ProximaNovaA-Light', serif;
    width: 70px;
    height:70px;
    border-radius:70px;
    background-color: #009FE3;
    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: #009FE3;
    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;
}

/****************************Filtros para el mapa********************************/

.stores-filter{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #cc9934;
    text-align: center;
}

.str-filter-state{
    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%;
}

/*****************************BlueWallet***********************************/

.walletbullet {
    margin-left: 40px;
    font-size: 1.2em;
}

.walletbullet-xs {
    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;
}


.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;
}

.qr {
    width: 60%;
}

.app-vacio {
    margin: 100px;
}

/***************************************************************/

.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 &amp; Virtual Card***************************/

.cont-option-register {
    position: relative;
}

.register-options {
    position: relative;
    padding-top: 40px;
    display: table;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.reg-opt-item {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
    padding: 10px 5px;
    margin: 5px 10px 20px 10px;
    background-color: #009FE3;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #009FE3;
    cursor: pointer;
}

.reg-opt-item label {
    cursor: pointer;
    color: #fff !important;
    font-weight:600;
}

.reg-opt-item:hover{
    background-color:#fff;
    color: #444;
}

.reg-opt-item:hover label{
    color: #009FE3 !important;
}

.reg-opt-item-active {
    background-color: #fff;
    color: #444;
    border-top: solid 2px #cf3790;
    border-bottom: solid 2px #f8d22c;
    border-left: solid 2px #cc3a2b;
    border-right: solid 2px #2fa5dc;
}

.reg-opt-item-active label{
    color: #009FE3 !important;
}

.opt-register-text {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.opt-register-inputs {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.opt-register-inputs input{
    margin-top:12px;
}

#virtualCard {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#virtualCard span{
    position: relative;
    display: block;
    color: #009FE3;
    font-size: 1.3em;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

#virtualCard span strong{
    font-family: 'ProximaNovaA-Bold', serif;
}

#virtualCard img{
    border-radius: 14px;
    display: block;
    margin: 0 auto;
    max-width:270px;
    -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);
}

.active-image{
    border: solid 4px #009FE3;
}

.inactive-image{
    opacity:0.4;
    cursor:default;
}

.inactive-image label{
    cursor: default;
}

.inactive-image:hover {
    opacity: 0.4;
    background-color:#fff;
}

.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: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #009FE3;
}

/****************************************Mi Tarjeta*****************************************/

.tarjeta {
    position: relative;
    margin: 0 auto;
    width: 93%;
    max-width: 350px;
    height: 300px;
    text-align: right;
}

/* caracteristicas de tarjetas */
.frente{
    border-radius: 14px;
    max-height: 220px;
    display: flex;
    flex-direction: column;
}

.atras {
    border-radius: 14px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

.frente {
    position: absolute;
    width: 100%;
    top: 60px;
    left: -10px;
    animation-duration: 1s;
    animation-name: cardviewBack;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.frente img{
    max-width:100%;
    width:100%;
}

.frente.cardview {
  animation-duration: 1s;
  animation-name: cardviewFront;
  animation-fill-mode: forwards;
}

.atras {
    position: absolute;
    width: 100%;
    top: 30px;
    right: -10px;
    z-index: 0;
    animation-duration: 1s;
    animation-name: cardviewBack2;
    background: #2fa5dc;
    border: solid 1px #3884a7;
}
.atras.cardview {
  animation-duration: 1s;
  animation-name: cardviewFront2;
}

.tarjeta-back-line {
    margin-top: 15px;
    display: block;
    width: 100%;
    background-color: #592c98;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 0.8em;
}

.tarjeta-numero {
    position: absolute;
    width: 100%;
    bottom: 69px;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 2px;
}

.reverse-button{
    text-align: right;
    cursor: pointer;
}

.cont-barcode{
    position: absolute;
    top: 65px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 400px;
}

.cont-barcode img{
    max-width:250px;
    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;
        }
    }
    /**************************************Promociones*************************************/
    .promo-item{
    display: inline-block;
    max-width:1300px;
    width:95%;
    /*margin-left:20px;
    margin-right:20px;
    margin-bottom:30px;*/
}

.promo-item img{
    width:100%;
    margin: 0 auto;
    display: block;
    /*border-radius: 3px;
    -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);*/
}

/**********************************Aviso de Privacidad*********************************/

.section-beside-logo{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-beside-logo img{
    display: block;
    margin: 0 auto;
    max-width:350px;
}

.section-beside-title{
    text-align: center;
    padding: 15px 5px;
    font-size: 1.5em;
    font-weight: 400;
}

.section-beside-subtitle {
    text-align: center;
    padding: 15px 5px;
    font-size: 1.6em;
    font-weight: 400;
    color: #2fa5dc;
}

.section-beside-text-code {
    text-align: center;
    padding: 15px 5px;
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 150px;
}

/*********************************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%;
    font-family: 'ProximaNovaA-Bold', serif;
    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;
}

.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;
}

/**************************************************************/

.main-cont-codes {
    position: relative;
    display: block;
    text-align: center;
    margin-top:50px;
}

.main-item-code {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    max-width: 450px;
    min-height: 184px;
    width: 90%;
    border-radius: 3px;
    text-align: left;
    margin: 10px 15px;
    padding: 10px 22px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -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);
}

.mc-code {
    color: #2fa5dc;
    font-weight: 800;
    font-size: 1.3em;
}

.mc-description {
    font-weight: 400;
    min-height: 62px;
}

.mc-date {
    font-weight: 400;
    color: #ababab;
}

.mc-terms {
    font-weight: 400;
    color: #2fa5dc;
    cursor: pointer;
}

.mc-terms-title{
    position: relative;
    display: block;
    width:100%;
    text-align:center;
    font-weight:500;
}

.mc-terms-html {
    position: relative;
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 0.8em;
}

.mc-status {
    font-weight: 400;
    color: #333;
}

.mc-status span {
    color: #2fa623;
}

/****************************Radio / Checkbox*********************************/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #009fe3;
    --active-inner: #fff;
    --focus: 2px rgb(132 181 158);
    --border: #009fe3;
    --border-hover: #592c98;
    --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;
    bottom: -120px;
    width: 100%;
    margin-top:0 !important;
    text-align: center;
}

.owl-theme .owl-nav .owl-prev{
    position: relative;
    top: -220px;
    float: left;
    margin-left: 20px !important;
    font-size: 3em !important;
    background: none !important;
    outline: none;
    cursor: pointer;
}

.owl-theme .owl-nav .owl-next{
    position: relative;
    top: -220px;
    float: right;
    margin-right: 20px !important;
    font-size: 3em !important;
    background: none !important;
    outline: none;
    cursor: pointer;
}

.owl-carousel .item{
    max-width: 280px;
    min-height: 320px;
    background: #15993a;
    padding: 85px 20px 20px 20px;
    transition-duration:0.3s;
    cursor: pointer;
}

.owl-carousel .item:hover{
    background: #ddb411;
    transition-duration:0.3s;
}

.owl-item-store{
    position: relative;
    font-size: 1.2em;
    line-height: 25px;
    color: #fff;
}

.owl-item-store span{
    display: block;
    font-family: 'ProximaNovaA-Bold', serif;
}

.owl-item-address{
    position: relative;
    margin-top: 10px;
    font-size: 0.7em;
    color: #fff;
}

.owl-item-phone{
    position: relative;
    margin-top: 10px;
    font-size: 0.7em;
    color: #fff;
}

/****************************Promociones*******************************/

.no-promo-container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 150px;
}

.no-promo-container img{
    display: block;
    margin: 0 auto;
}

/********************************Contacto********************************/

.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: #009FE3;
}

.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-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: #009FE3;
    margin-bottom:5px;
}

.mppm-popup-input {
    position: relative;
    text-align: center;
    padding: 20px 0px;
}

.mppm-popup-input input[type=text]{
    position: relative;
    text-align: center;
    padding: 20px 0px;
    max-width: 180px;
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border: solid 2px #fff;
    border-radius: 0.25rem;
    font-weight: 600;
    box-shadow: none;
    -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{
    border-color: #009FE3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
    border: solid 2px #009FE3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(132, 181, 158);
}

.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;
}

.popup-main-message {
    position: fixed;
    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;
}

/*******************************************************************/

.main-lgn-lndng{
    position: relative;
    width:100%;
    margin: 0 auto;
    max-width:400px;
    margin-top:10px;
    margin-bottom:30px;
}

.main-lgn-lndng-title {
    position: relative;
    width: 100%;
    font-size: 1.4em;
    font-weight: 500;
    color: #009FE3;
    text-align: center;
    padding-top: 20px;
}

/************************************************************************************/

@media screen and (max-width: 1440px)
{
    .heading-image{
        height:390px;
    }
}

@media screen and (min-width: 1375px)
{
    #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;
    }

}

@media screen and (max-width: 932px) 
{
    .level-title{
        font-size:1.2em;
    }
}

@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;
    }

    .formulariopie2{
        max-width: initial;
    }

}

@media screen and (max-width: 624px)
{
    .str-filter-button{
        margin-top:10px;
    }
}

@media screen and (max-width: 604px)
{
    #plasticCard{
        margin-top:30px;
    }
}

@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: 534px)
{
    .period-from, .period-to, .period-button{
        display: block;
        margin-bottom:10px;
    }
}

@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;
    }
}

@media screen and (max-width: 455px)
{
    .clear-2{
        height:25vw;
    }
}

@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;
    }
}

@media screen and (max-width: 400px)
{
    .atras{
        width: 95%;
        min-height: 0;
        height: 70%;
    }

    .cont-barcode img{
        width:59%;
    }
}

@media screen and (max-width: 397px)
{
    .how-brands img.logo-grow{
        top: 0;
    }
}

@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;
    }
}


@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:5vw;
    }
}

@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;
    }
}

@media screen and (max-width: 345px)
{
    .cont-barcode{
        width: 75%;
    }

    .cont-barcode img{
        width:73%;
    }
}

@media screen and (max-width: 340px)
{
    .cont_text_info2{        
        width:90%;
    }

    .offline-text{
        font-size:1.7em;
    }

    .atras{
        height: 58%;
    }

    .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;
    }

}</pre></body></html>