﻿/********************* COLORS *********************/

.Amarillo{
    background-color: #ddd914 !important;
    color: #FFFFFF !important;
}

.Azul{
    background-color: #2390c1 !important;
    color: #FFFFFF !important;
}

.Rojo{
    background-color: #b12424 !important;
    color: #FFFFFF !important;
}

.Gris{
    background-color: #666 !important;
    color: #FFFFFF !important;
}

.Verde{
    background-color: #009a4f !important;
    color: #FFFFFF !important;
}

.Negro{
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.Naranja{
    background-color: #e0922e !important;
    color: #FFFFFF !important;
}

.Morado{
    background-color: #9715c3 !important;
    color: #FFFFFF !important;
}

.Blanco{
    background-color: #FFFFFF !important;
    color: #444444 !important;
}

.Rosa{
    background-color: #dc3094 !important;
    color: #FFFFFF !important;
}

.Violeta{
    background-color: #d127c4 !important;
    color: #FFFFFF !important;
}

.Sea{
    background-color: #1abc9c !important;
    color: #FFFFFF !important;
}

.Blue_Sea{
    background-color: #093e52 !important;
    color: #FFFFFF !important;
}

/*********************************Errores********************************/
.error_required{
    position: relative;
    /* display: inline-block; */
    float: left;
    width: 100%;
    height: auto;
    color: #62bb46;
    font-weight: 400;
    padding: 8px 2px;
    /* margin-bottom: 8px; */
    margin-left: 20px;
    border-radius: 3px;
    /* background: #A9393C; */
    margin-top: 5px;
}

.error_required_terms_update {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #62bb46;
    font-weight: 400;
    padding: 8px 2px;
    border-radius: 3px;
    margin-top: 5px;
}

.error_required_terms_update2 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #a41616;
    font-weight: 400;
    padding: 8px 2px;
    border-radius: 3px;
    margin-top: 5px;
}

.error_required_2{
    position: relative;
    float: left;
    left: 11%;
    right: 0;
    margin-top: 10px;
    width: 78%;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 3px;
    background: rgb(205, 92, 92);
}

.error_required_login{
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
    color: #7ab956;
    padding-top: 2px;
    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: #A9393C;
    margin-top:5px;
}

.error_required_short{
    position:relative;
    float:left;
    width:auto;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: #A9393C;
    margin-top:5px;
}

.error_login{
    position: fixed;
    top:30%;
    left:50%;
    transform: translate(-50%, 50%);
    width:300px;
    background-color: #000;
    border-radius:3px;
    color: #FFFFFF;
    font-size:1.1em;
    padding: 10px 5px;
    text-align:center;
    animation-delay: 1s !important;
    z-index: 15;
}

.error_ajax_login{
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 5px;
    text-align: center;
    animation-delay: 1s !important;
    z-index: 15;
    display: none;
}

.error_required_contact{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #7ab956;
    font-weight: 600;
    padding: 8px 40px;
    text-align: left;
    background: transparent;
}

.error_required_ajax{
    float: left;
    width: 100%;
    height: auto;
    color: #62bb46;
    font-weight: 400;
    padding: 8px 10px;
    /* margin-bottom: 8px; */
    margin-left: 12px;
    border-radius: 3px;
    /* background-color: rgb(169, 57, 60); */
    /* margin-top: 5px; */
    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: #b52424;
    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: #b52424;
    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: #62bb46;
    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;
}

.logo img{
    position: relative;
    top: 4px;
    width: 100%;
    max-width: 120px;
}

.logo-promo{
    text-align:center;
}

.logo-promo img{
    position: relative;
    top: 4px;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.promo-image{
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.promo-image img{
    max-width:80%;
}

/************************************Menú****************************************/

.ico-menu{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 5px auto;
}

.ico-menu img{
    height: 100%;
    margin: 0 auto;
}

/*******************************Formulario registro*******************************/

.cont-logo img{
    width: 100%;
    margin-top: 20px;
}

.bg-white{
    background-color: #FFFFFF !important;
    border-radius:3px;
}

.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;
}

.checkboxSingleLine a{
    display: inline-block;
}

.text-location-accept {
    color: #fff;
    padding: 10px 0px 0px 0px;
}

.text-location-accept a{
    font-weight: 600;
    color: #2a3d81;
}

.span-pm {
    color: #767676;
    font-weight: 400;
}

.span-teal{
    color: #55c4c1;
    font-weight:400;
}

.span-black{
    color: #707070;
    font-weight:600;
}

.span-pink{
    color: #7d426b;
    font-weight:600;
}

.span-yellow{
    color: #f7d60f;
    font-weight:600;
}

.span-mustard{
    color: #cf9e43;
    font-weight:600;
}

.span-red{
    color: #e00c23;
    font-weight:600;
}

.span-green{
    color: #3c3;
    font-weight:600;
}

.span-blue{
    color: #021689;
    font-weight:600;
}

.span-orange{
    color: #a9393c;
    font-weight:600;
}

.span-grey{
    color: #444;
    font-weight:600;
}

.span-pistache{
    color: #99c394;
    font-weight:600;
}

.span-white{
    color: #FFF;
    font-weight:600;
}

.text-white{
    color: #FFF;
    font-weight:300;
}

#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;
    float:right;
    top:8px;
    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:100px;
    line-height:25px;
    padding:10px 10px;
    color:#FFFFFF;
    font-size:1em;
    text-align: justify;
    margin-top:3px;
    margin-bottom:8px;
    background-color: #4dad90;
    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:97%;
    height:40px;
    text-align:center;
    background-color:#f8f8f8;
    color: #832828;
    line-height: 40px;
    margin-bottom:15px;
}

/************************************************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-6{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.br-footer{
    position:relative;
    clear:left;
    width:100%;
    height:160px;
}

.clear{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

.clear-2{
    position:relative;
    clear:left;
    width:100%;
    height:150px;
}

.clear-login{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.clear-login-2{
    position:relative;
    clear:left;
    width:100%;
    height:90px;
}

.valign{
    padding:5px 5px;
}

table td, table th{
    align-items:center !important;
    text-align:center !important;
    vertical-align: middle !important;
}

.bg-grey{
    background-color: #314c94 !important;
}

/*.carousel .item{
    top: -96px !important;
}*/

html {
  overflow-y: scroll !important;
}

/*******************************Qué es*************************************/

.main-whatis-items{
    text-align: center;
    margin-bottom:90px;
}

.item-whatis{
    display: inline-table;
    max-width:255px;
    width:100%;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 80px;
    text-align: center;
}

.item-whatis img{
    width:100%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom:10px;
}

.item-whatis p{
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
}

.info-whatis{
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #f5f5f5;
    color: #444;
}

.whatis-text{
    font-size:1.5em;
    font-weight:100;
    text-align:center;
}

.span-whatis{
    font-weight: 100 !important;
    font-size: 1.5em !important;
    color: #444 !important;
    text-align:center;
    margin-bottom: 60px;
}

/***************************Cómo funciona********************************/

.header_item, .header_item2, .header_item4{
    height: 120px;
    min-height: 120px;
}

.header_item img, .header_item2 img, .header_item4 img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.header_content, .header_content2, .header_content4{
    height:520px;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.3em;
}

.bg1{
    background-color: #d74d3a;
    color: #FFF;
}

.bg2{
    background-color: #f3f3f3;
    color: #444;
}

.bg3{
    background-color: #90bc21;
    color: #FFF;
}

.bg4{
    background-color: #f5d91a;
    color: #636363;
}

.bg1 img{
    width: 180px;
}

.bg2 img{
    width: 120px;
}

.bg3 img{
    width: 120px;
}

.bg4 img{
    width: 120px;
}

.short{
    width:135px !important;
}

.inline{
    display:inline-block !important;
    float: none !important;
    margin-top: 5px;
}

.short-tbx{
    width:166px !important;
}

.birthday{
    margin-right:15px;
}

.title-child{
    position: relative;
    padding-bottom: 7px;
    font-size: 1.1em;
    font-weight: 600;
}

.no-background{
    background-color: transparent !important;
}

.item-howit{
    margin-bottom:30px;
}

.fyza-span{
    display: inline-block;
}

/*********************************Promociones******************************/

.promo-item{
    position: relative;
    display: inline-block;
    max-width: 360px;
    margin-bottom: 50px;
    margin-right: 20px;
}

/**********************************************************************/

.btn-main-login{
    padding-bottom: 8px;
    padding-top: 8px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: none !important;
}

.login-box{
    position: absolute;
    top: 70px;
    right: 50px;
    width: 250px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
    -webkit-box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
    display: none;
}

.boton-login {
    color: white;
    text-align:center;
    width: 90%;
    background-color: #FF9A00;
    border-radius: 20px !important;
    font-weight: bold;
    border:none;
    transition-duration:0.3s;
}

.boton-login a{
    color: #fff;
}

.boton-login:hover, .boton-login:focus{
    background-color: #fbb243;
    color: #fff;
    transition-duration: 0.3s;
}

/*.btn-facebook-login{
    display: block;
    outline: 0;
    margin: 0 auto;
    padding: 6px;
    color: white;
    text-align:center;
    margin-top:10px;
    width: 90%;
    background-color: #0069d9;
    border-radius: 35px !important;
    font-weight: bold;
    border:none;
    transition-duration:0.3s;
}

.btn-facebook-login:hover, .btn-facebook-login:focus{
    background-color: #53838b;
    transition-duration:0.3s;
    color: #fff;
}

.btn-facebook-login i{
    position: relative;
    top:1px;
    margin-right: .5rem;
}*/

.lgn{
    padding-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;
}

/*******************************Registro**********************************/

.main-register-options{
    position: relative;
    width: 100%;
    text-align: center;
    clear: left;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 32px 0px;
}

.mrobg-card{
    background-color: #021689;
    color: #fff;
}

.mrobg-email{
    background-color: #021689;
    color: #fff;
}

.option-register-input{
    width:100%;
    max-width:370px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align:center;
}

.title-option-ri{
    position:relative;
    margin-bottom:10px;
    font-size:1.3em;
    font-weight:600;
}

.option-email{
    display: inline-block;
    padding: 10px 26px;
    margin: 15px 10px;
    background-color: #ff9900;
    color: #fff !important;
    border-radius: 30px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.option-email:hover, .option-email:focus{
    background-color: #fbb243;
    color: #fff;
    transition-duration: 0.3s;
}

.option-facebook{
    display: inline-block;
    padding: 10px 26px;
    margin: 15px 10px;
    background-color: #4c69ba;
    color: #fff !important;
    border-radius: 30px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.login-option-facebook{
    display: inline-block;
    padding: 6px 26px;
    background-color: #4c69ba;
    color: #fff !important;
    border-radius: 30px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.option-facebook:hover, .option-facebook:focus, .login-option-facebook:hover, .login-option-facebook:focus{
    background-color: #6e84bf;
    color: #fff;
    transition-duration: 0.3s;
}

.option-disabled{
    background-color: rgba(91, 91, 91, 0.2);
    color: #444;
    transition-duration: 0.3s;
}

.register-label{
    text-align: right;
}

.input-group-button{
    position: absolute;
    right: 2px;
    top:2px;
}

.input-group-button button{
    border: none;
    padding:10px 15px;
    border-radius:30px;
    background-color: #021689;
    color: #fff;
    text-align:center;
    outline: none;
}

.input-group-button button:hover{
    background-color: #2134a2;
    color: #fff;
}

.input-group-button input[type=submit]{
    border: none;
    padding:10px 15px;
    border-radius:30px;
    background-color: #021689;
    color: #fff;
    text-align:center;
    outline: none;
    display: block;
    width: 100% !important;
}

.input-group-button input[type=submit]:hover{
    background-color: #2134a2;
    color: #fff;
    outline: none;
}

.input-group-button img{
    position: relative;
    top: 6px;
    right: 10px;
    max-width: 30px;
    width: 100%;
}

.input-group-button.active-input{
    border: 0 !important;
}

/**************************************************************************/

.modal-open {
    padding-right: 0 !important;
}

.radiobutton label
{
    padding-right:20px;
    margin-left:3px;
}

.btn_verify_cp{
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: 100;
    font-size: 1em;
    background: #444;
}

.btn_verify_cp:hover, .btn_verify_cp:focus{
    color: #FFFFFF;
    background: #5b5b5b;
}

.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: #b52424;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.loader-cp{
    position: absolute;
    top:7px;
    width: 30px;
    height:30px;
    right: 8px;
    background-color: transparent;
    background-image: url('../images/iconos/loader.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

.loader-countys{
    position: absolute;
    top:7px;
    width: 30px;
    height:30px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: url('../images/iconos/loader.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

.loader-promo{
    position: absolute;
    top:7px;
    width: 30px;
    height:30px;
    right: 10px;
    background-color: transparent;
    background-image: url('../images/iconos/loader.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

/*.loader{
    position: fixed;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    margin-bottom: 40px;
    background-color: transparent;
    background-image: url(../images/iconos/loader.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    transition-duration: 1s;
}*/

.password{
    font-size: 1em;
    text-security: disc !important;
    -webkit-text-security: disc !important;
    -moz-text-security: disc !important;
}

.view-password{
    font-size: 1em;
    text-security: none !important;
    -webkit-text-security: none !important;
    -moz-text-security: none !important;
}

.dotted-space{
    position: relative;
    clear: left;
    width: 100%;
    height: 1px;
    /*margin-top: 25px;*/
    /*margin-bottom: 50px;*/
    background-image: linear-gradient(to right, #d8d8d8 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, #dedede 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 61px 1px;
    background-repeat: repeat-x;
}

.dotted-space-3{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
    background-image: linear-gradient(to right, #1abc9c 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;
    height:150px;
}

.cont_user_registered{
    font-weight: 100;
    font-size: 1.3em;
    text-align: justify;
    line-height: 35px;
    padding: 20px 45px;
    margin-bottom: 20px;
}

.align-right img{
    margin-left:auto;
}

.span_congrats{
    font-weight:500;
    font-size:1.4em;
    color: #333333;
}

.btn_signin_register{
    padding: 15px 15px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 3px;
    color: #FFFFFF;
    border: none;
    background-color: #021689;
}

.btn_close_session{
    padding: 0;
    font-size:14px;
    font-weight: 400;
    text-transform:uppercase;
    background-color: transparent;
    border:none;
    color: #021689;
}

.main-user-data{
    position: absolute;
    top: 77px;
    right: 30px;
    padding: 8px 17px;
    background: #fff;
    border-radius: 20px;
    color: #fff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.cont-welcome-profile{
    position: relative;
    display: inline-block;
}

.text-welcome-cont{
    position: relative;
    display: inline-block;
    /* right: 10px; */
    /* width: auto; */
    /* height: auto; */
    color: #444;
    /* margin-top: 15px; */
    /* margin-bottom: 5px; */
}

.img-profile{
    margin: 0 auto;
    margin-top: -4px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 20px !important;
}

.username{
    position: relative;
    display: inline-block;
    /* width: auto; */
    /* height: auto; */
    /* margin-left: 5px; */
    margin-right: 5px;
    font-weight: bold;
    text-transform: lowercase;
}

.username-fl{
    text-transform: uppercase !important;
}

.down-arrow{
    position: relative;
    display: inline-block;
    top: 5px;
    /* 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: relative;
    display: inline-block;
    top: 5px;
    /* 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: #fff;
    color: #444;
    border-radius: 3px;
    padding:10px;
    text-align:center;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display:none;
    transition-duration:1s;
}

.box-balance p{
    font-size:1.1em;
}

.box-balance .span-points{
    font-size:1.1em;
    color: #021689;
}

.cont_main_menu_account{
    position:relative;
    width:auto;
    height:auto;
    z-index:10;
    text-align:center;
    padding-top:33px !important;
}

.cont_account_item{
    width: auto;
    height: auto;
    display: inline-block !important;
    margin-bottom: 20px;
    margin-left:8px;
    background-color: #62bb46;
    text-align: center;
    max-width: 330px;
    min-height: 80px;
    border: none;
    border-radius: 3px;
    padding: 3px 1px;
    cursor: pointer;
}

.cont_account_item:hover{
    background-color: #7a8875;
}

.cont_account_item:hover .item-divisor{
    background-color: #9da09c;
}

.item-divisor{
    position: absolute;
    top: 9px;
    right: 0px;
    width: 2px;
    height: 65px;
    background-color: #87d071;
}

.item_image img{
    width:100%;
}

.item_span{
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-size: 1.2em;
    color: #FFF;
}

.item_active{
    background-color: #7a8875;
}

.item_active .item-divisor{
    background-color: #9da09c;
}

/*.cont_account_item img{
    width:50px;
}*/

/*.cont_account_item:hover span{
    font-weight:600;
}*/

/*.item-menu{
    animation-duration:1s;
}

.item-menu:hover{
    animation: bounce;
    animation-duration:1s;
}*/

/*.item_active span{
    border-bottom: solid 3px #e0922e;
}*/

.btn_personal_data{
    position:relative;
    /*width:90px;
    height:90px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
    display:inline-block;
    /*background-image:url('../images/iconos/personaldata.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

/*.btn_personal_data:hover, .btn_personal_data_active{
    position:relative;
    width:90px;
    height:90px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;
    display:inline-block;
    background-image:url('../images/iconos/personaldata_02.png');
    background-repeat:no-repeat;
    background-size:contain;
}*/

.btn_account_state{
    position:relative;
    /*width:90px;
    height:90px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
    display:inline-block;
    /*background-image:url('../images/iconos/accountstate_02.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

/*.btn_account_state:hover, .btn_account_state_active{
    position:relative;
    width:90px;
    height:90px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;
    display:inline-block;
    background-image:url('../images/iconos/accountstate_02.png');
    background-repeat:no-repeat;
    background-size:contain;
}*/

.btn_access_data{
    position:relative;
    /*width:90px;
    height:90px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
    display:inline-block;
    /*background-image:url('../images/iconos/accessdata_02.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

/*.btn_access_data:hover, .btn_access_data_active{
    position:relative;
    width:90px;
    height:90px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;
    display:inline-block;
    background-image:url('../images/iconos/accessdata_02.png');
    background-repeat:no-repeat;
    background-size:contain;
}*/

.btn_history_exchanges{
    position:relative;
    /*width:90px;
    height:90px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
    display:inline-block;
    /*background-image:url('../images/iconos/redeemhistory_02.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

/*.btn_history_exchanges:hover, .btn_history_exchanges_active{
    position:relative;
    width:90px;
    height:90px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;
    display:inline-block;
    background-image:url('../images/iconos/redeemhistory_02.png');
    background-repeat:no-repeat;
    background-size:contain;
}*/

.btn_cancel_card{
    position:relative;
    /*width:90px;
    height:90px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
    display:inline-block;
    /*background-image:url('../images/iconos/redeemhistory_02.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

.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;
}

/**********************************Boughts*********************************/

.no-border{
    border: 0 !important;
}

.no-display{
    display: none;
}

.header-boughts-ex{
    background-color: #ef8903;
    color: #FFFFFF;
}

.toggle_items{
    background-color: #FFFFFF;
    color: #656565;
    font-size: 0.9em;
    font-weight: bold;
    text-align:center;
}

.toggle_items img{
    display:inline-block;
}

.subheader-boughts-ex{
    background-color: #666;
    color: #FFFFFF;
    font-size: 0.9em;
}

.total-bought{
    background-color: transparent;
    color: #656565;
    font-size: 1em;
}

.bg-item{
    background-color: #f8f8f8;
}
.img_boughts{
    width:70px !important;
}

table td{
    align-items:center !important;
    vertical-align: middle !important;
}

/*******************************Foto de Perfil************************************/

.cont_account_photo{
    position:relative;
    clear:left;
    top:-40px;
    width:150px;
    height:150px;
    margin: 0 auto;
    border-radius:80px;
    overflow: hidden;
}

.account-image{
    width:100%;
    height:100%;
}

.cont-upload-photo{
    position:absolute;
    top:109px;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(255,255,255, 0.7);
    padding-top:3px;
}

.btn-file{
    width: 30px;
    height:30px;
}

.img-upload-file{
    width: 100%;
}

.file-info{
    color: #1aa379;
}

.file-upload {
    position:relative !important;
    top:0px !important;
    margin-right: auto;
    margin-left:auto;
    overflow: hidden;
    text-align: center;
    color: #656565;
    cursor: pointer;
    width: 90px;
    height: 30px;
}

.file-upload span {
    width:90px;
    height:30px;        
}

.file-upload input {
    position:relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cont-file-info{
    position:relative;
    clear:left;
    top:-5px;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:15px;
    padding:10px 5px;
    display: none;
}

.cont_preview_photo{
    position:relative;
    top:0px;
    width:150px;
    height:150px;
    margin: 0 auto;
    margin-bottom:10px;
    border-radius:80px;
    overflow: hidden;
    text-align:center;
}

.preview-photo{
    width:150px;
    height:150px;
}

.delete-photo{
    position:absolute;
    bottom:5px;
    width:100%;
    height: auto;
    padding:5px 5px;
    text-align:center;
    font-weight:bold;
    border:none;
    background-color: rgba(255,255,255, 0.8);
    cursor: pointer;
}

/***************************************************************************/

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #767676;
    line-height:35px;   
    margin-bottom:20px;
}

.text-info{
    font-size:1.1em;
    font-weight:600;
    color: #26ce22!important;
}

.btn-cancel-card{
    position:relative;
    margin: 0 auto;
    margin-top:10px;
    width:120px;
    height:auto;
    padding: 10px 15px;
    background-color: #7ab956;
    color:#FFFFFF;
    font-weight: 100;
    font-size: 1em;
    border-radius:3px;
    cursor:pointer;
}

.btn-accept-cancel {
    color: white;
    background-color:#767676;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
}

/*****************************************************************/

.current-points{
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: transparent;
    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;
}

.title-points-to-expire{
    padding:10px 5px;
    font-size:1.4em;
    font-weight:100;
    text-align:center;
    color: #444;
}

.title-2{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding:10px 5px;
    font-size:2em;
    font-weight:100;
    text-align:center;
    color: #FFFFFF;
    border-radius:3px;
    background-color: #5ebfbf;
    margin-top:10px;
    margin-bottom:15px;
}

.center{
    text-align: center !important;
}

.accrued-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #ffffff;
    color: #5a5a5a;
    border: solid 1px #d0d0d0;
    margin-top:50px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.exchange-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #ffffff;
    color: #5a5a5a;
    border: solid 1px #d0d0d0;
    margin-top:50px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.end-balance{
    border-radius: 3px;
    padding: 10px 5px;
    color: #242424;
    font-size: 1em;
    margin-top:50px;
    background-color: #ffffff;
    color: #5a5a5a;
    border: solid 1px #d0d0d0;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

#maint .row{
    max-height:500px;
    overflow-y: auto;
    padding-top: 20px;
}

.text-period{
    display: inline-block;
    padding: 10px 5px;
    color: #242424;
    font-weight: 500;
    font-size: 1.3em;
    margin-right: 45px;
    text-align: center;
}

.from-select{
    width:230px;
    display: inline-block;
}

.to-select{
    width:230px;
    display: inline-block;
}

.period-from, .period-to, .period-button{
    display: inline-block;
    text-align: center;
}

.period-filters{
    text-align: right;
}

.span-current-points{
    color: #808080;
    font-weight:400;
}

.boton-filter{
    color: white;
    background-color: #FF9A00;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
    outline: none !important;
}

.month-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #021689;
    color: #fff;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
    margin-right:15px !important;
    text-align: center;
}

.points-expire{
    padding: 10px 5px;
    color: #fff;
    font-weight: 100;
    font-size: 1em;
    text-align: center;
}

.points-expire span{
    font-size: 1.3em;
    font-weight: 600;
    color: #3c3;
}

.expiration-text{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #f5f5f5;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 1.3em;
    margin-top:20px;
    text-align: center;
}

.msg-empty-transactions{
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 17px 18px;
    font-weight: 100;
    font-size: 1em;
    text-align: center;
    background-color: #efefef;
    color: #a4a4a4;
}

.date-from-to{
    padding:13px 10px;
    font-size:1.2em !important;
    background-color: #4e4e4e;
    color: #FFFFFF;
    border-radius: 3px;
}

.cont-btn-excel{
    position: relative;
    margin: 0 auto;
    padding: 6px 16px;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    background: #50ab3b;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cont-btn-excel:hover{
    color: #ffffff;
    background: #63b351;
    transition-duration: 0.3s;
}

/*.export-excel{
    position: relative;
    top: 5px;
    width:40px !important;
    height:40px !important;
    border:none !important;
    background-color: transparent;
    background-image: url('../images/iconos/excel.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 40px 40px !important;
    outline: none;
}*/ 

table.dataTable{
    padding-top:10px !important;
    width:100% !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e9ecef !important;
    margin-bottom: 10px !important;
}

/*****************************************************************************/

.tbx-recover-pass{
    width: 230px;
    height: 42px;
    border: solid 1px #929292;
    border-radius: 3px;
}

.input-recover{
    max-width:270px;
    display: inline-flex;
}

.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;
}

.update-pop-terms{
    position: relative;
    padding: 0px 65px;
}

/***********************************Formulario***************************************/

.identation-left{
    margin-left:20px;
}

.input-group{
    position: relative;
    margin: 0 auto;
    width: 90%;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border: solid 2px #cacaca;
}

.input-group-text{
    display: inline-block;
    width: 40px;
    color: #ababab;
    background-color: #fff;
    border: 0;
}

.input-group input, .input-group select, .input-group textarea{
    display: inline-block;
    width: calc(100% - 40px) !important;
    height: auto !important;
    border: none;
}

.input-group select{
    cursor: pointer;
}

.birth-day{
    width: 130px;
    margin-left:17px;
    display: inline-block;
}

.birth-month{
    width: 150px;
    display: inline-block;
}

.birth-year{
    width: 137px;
    display: inline-block;
}

.phonebox{
    width: 225px;   
    margin-left:10px;
}

.cpbox{
    width: 225px;   
    margin-left:10px;
}

.active-input{
    border: solid 2px #7ab956 !important;
}

.active-input i{
    color: #7ab956;
}

.input-gender{
    margin-left:9px;
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 8px 15px;
}

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #62bb46;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.radio:hover .label:after {
  transform: scale(3.6);
}

input[type="radio"]:checked + .label {
  border-color: #62bb46;
}

input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.hidden {
  display: none;
}

.margin-bottom{
    margin-bottom:10px;
}

.contact-form{
    text-align: center;
}

/************************************************************************************/

.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: #62bb46;
    color: #FFFFFF;
}

.contact-phone{
    color: #FFF !important;
}

.contact-phone:hover{
    color: #FFF !important;
}

.how-phone{
    display: block;
    color: #525252 !important;
    font-weight: 600;
}

.how-phone:hover{
    color: #FFF !important;
}

.no-promo-title{
    font-size:2.1em;
    font-weight:400;
    color: #8b7e7f;
}

.cont_success_linkedcards{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_insufficient_points{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_text_linkedcards{
    text-align: center;
    padding:20px 25px;
    margin-top: 15px;
    font-size: 1em;
    font-weight: 100;
}

.cont_text_insufficient{
    text-align: center;
    padding:20px 25px;
    margin-top:15px;
}

.span_text_lc{
    color: #7ab956;
    font-weight:400;
}

.anchor{
    position:absolute;
    width:100%;
    bottom:80px;
}

.text-restart{
    font-size:1.7em;
    font-weight:100;
    padding:20px;
    color: #444;
}

/**********************************Como funciona*************************************/

.wrapper-text{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    padding:10px;
    text-align:center;
    font-size: 1.6em;
    font-weight: 100;
    max-width:400px;
}

.wrapper-text img{
    display:inline-block;
}

.how-phone-image{
    margin-left:30px;
    float:right;
}

/*****************************Plastic & Virtual Card***************************/

#MainOptionCards{
    margin-left:10px;
    margin-right:10px;
}

#virtualCard{
    position: relative;
    display:inline-block;
    margin-right: 30px;
    cursor: pointer;
}

#plasticCard{
    position: relative;
    display:inline;
    cursor: pointer;
}

#plasticCard img, #virtualCard img{
    border-radius: 10px;
    width:270px;
}

.active-image{
    border: solid 4px #444;
}

.image-disabled{
    background-color: #fff;
    opacity:0.2;
}

.box-barCode{
    position:relative;
    display:block;
    margin-left:10px;
    margin-right:10px;
}

/***********************************Mi Cuenta**********************************/

h2.micuenta {
    color: #021389;
    font-size: 2em;
    padding: 40px 0;
}

.saldo {
    background: #000099;
    padding: 40px 0;
    color: #fff;
    line-height: 1;
}

.saldo label {
    color: #fff;
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
}

.saldo h3 {
    color: #fff;
    font-size: 3rem;
    padding-top: 10px;
    margin: 0;
}

.name{
    color: #fff;
}

.numb{
    color: #fff;
    margin-top:10px;
    letter-spacing:2px;
}

#myaccount .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #26CE22;
}

#myaccount .nav-tabs .nav-item.active {
    background: #26CE22;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

#myaccount .nav-tabs .nav-item {
    border: none;
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}
.nav-tabs .nav-item.nav-link.active {
    background: #021389;
    color: #fff;
}

/********************My Card*************************/

/* entire container, keeps perspective */
.flip-container {
    position: relative;
    display: inline-block;
    max-width: 600px;
    margin: 0 auto;
    perspective: 1000px;
    margin-bottom:10px;
}

.flip-container.flip .flipper{
	transform: rotateY(180deg);
}

.front img, .back img{
    width: 100%;
    border-radius: 10px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front{
    /*Uncomment for IOS Change*/
	position: relative;
	top: 0;
	left: 0;
    max-width: 400px;
    margin: 0 auto;
}

.back {
    /*Uncomment for IOS Change*/
	/*backface-visibility: hidden;*/
	/*position: absolute;*/
    position: relative;
	top: 0;
	left: 0;
    max-width: 400px;
    margin: 0 auto;
    /*Delete for IOS Change*/
    display: none;
}

.reverse-button{
    text-align: right;
    cursor: pointer;
}

.cont-barcode{
    position: absolute;
    top: 56px;
    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;
}


/*****************************/

.tarjeta {
    position: relative;
    margin: 0 auto;
    width: 93%;
    max-width: 350px;
    height: 300px;
}

/* caracteristicas de tarjetas */
.frente,
.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;
  background: #000099;
  border: solid 1px #fff;
}

.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: #fff;
  border: solid 1px #fff;
}
.atras.cardview {
  animation-duration: 1s;
  animation-name: cardviewFront2;
}

.tarjeta-text{
    display:block;
    padding: 35px 24px;
    font-size:1.5rem;
    text-align: left;
}

.tarjeta-logo{
    display:block;
    text-align: right;
    padding:24px;
    margin-top: 10px;
}

.tarjeta-logo img{
    max-width: 130px;
}

.tarjeta-back-line{
    margin-top:15px;
    display: block;
    width:100%;
    background-color: #3c3;
    color: #fff;
    text-align: center;
    padding: 8px;
}

.info-tarjeta{
    position: relative;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 13px 13px;
    color: #ffffff;
    font-style: italic;
    font-weight: 100;
}

.tarjeta .lado.frente .tarjeta-imagen{
    max-width: 350px;
    width: 100%;
    border-radius:10px;
}

/* 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;
  }
}



/********************************Servicio a domicilio************************************/

.searchdomicilio{
    background: #00CCCD;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
}

.searchdomicilio .input-group{
    border: solid 2px transparent;
}

.servcard, .transcard{
  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: 30px 0;
}

.servcard .tag, .transcard .tag{
  position: absolute;
  top: -12px; right: 14px;
  background: #FF9A00;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 20px;
  border-radius: 4px;
}

.servcard .info .title{
  color: #FF9A00;
  font-size: 1.1rem;
  margin: 0;
}

.mypromocard{
    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;
}

.mypromo-tag{
    position: absolute;
    top: -12px;
    right: 10px;
    background: #021689;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 20px;
    border-radius: 4px;
}

.mypromo-info{
    display: inline-block;
}

.mypromo-image img{
    max-width:100px;
    width:100%;
}

.mypromo-title{
    display: block;
    margin-bottom:9px;
    margin-left:20px;
    color: #021689;
    font-weight: bold;
}

.mypromo-desc{
    display: block;
    margin-left:20px;
    color: #cecece;
}

.mypromo-footer{
    position: relative;
    top: -14px;
    width: 100%;
    height: auto;
    min-height: 55px;
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #021689;
    border-radius: 8px;
    text-align: center;
}

.mypromo-footer span{
    display: block;
    font-size:1em;
    font-weight: bold;
    color: #fff;
    margin-bottom:10px;
}

.mypromo-footer .item-counter{
    display: inline-block;
    width: 50px;
    height: 20px;
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #fff;
    border: solid 1px #fff;
}

.mypromo-footer-text{

}

.item-counter.filled{
    background-color: #edc850;
}

/******************************/

.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-bottom: 30px;
    padding: 8px 20px;
    z-index: 10;
    cursor: pointer;
}

.cardtrans-tag{
    position: absolute;
    top: -12px;
    left: 10px;
    background: #021689;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 20px;
    border-radius: 4px;
}

.cardtrans-info{
    display: inline-block;
    width:40%;
    padding: 13px 10px;
}

.cardtrans-info-2{
    display: inline-block;
    width:60%;
    padding: 13px 10px;
}

.cardtrans-hour{
    /*color: #c3c3c3;*/
    margin-bottom: 3px;
}

.cardtrans-store{
    color: #021689;
    font-weight: bold;
    margin-bottom: 3px;
}

.cardtrans-ticket{
    color: #021689;
}

.cardtrans-type{
    display: block;
    font-size: 0.9em;
    /* color: #b3b3b3; */
    /* font-weight: bold; */
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.cardtrans-amount{
    display: block;
    font-size: 1.4em;
    color: #021689;
    font-weight: bold;
    text-align: center;
}

.cont_popup_transactions{
    text-align: left;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.cardtranstickettext{
    text-align: center;
    color: #3c3;
}

.cardtransticketID{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #009;
}

.detail-item{
    margin-bottom:20px;
}

.cardtransdetail-name{
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    color: #009;
}

.cardtransdetail-qty{
    display: block;
}

.cardtransdetail-price{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.4em;
    color: #009;
    font-weight: bold;
}

.cardtransdetail-points{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.2em;
    color: #3c3;
    font-weight: bold;
}

/***********************************************/

.mdl-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 58px;
    line-height: 38px;
    background: #009;
    color: #fff;
    font-size: 1.4em;
    font-weight: 100;
    padding: 10px 20px;
}

.yza-close{
    color: #fff;
    font-weight: 600;
    opacity:0.9;
}

.cont_bonus_popup{
    font-weight: 100;
    font-size: 1.3em;
    text-align: justify;
    line-height: 35px;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.bonus_popup_text{
    position: relative;
    width:100%;
    padding:10px;
    text-align: center;
}

.bonus_popup_message{
    position: relative;
    width:100%;
    padding:10px;
    text-align: center;
}

.bonus_popup_error{
    position: relative;
    width:100%;
    padding:10px;
    text-align: center;
}

.popupInitial img{
    margin: 0 auto;
    width:100%;
}

/******************************/

.servcard, .transcard {
  padding: 20px;
}
.servcard .tag{
  right: auto; left: 14px;
  background: #00CCCD;
}
.servcard .info .title{ color: #00CCCD; }
.servcard .call, .transcard .call{
  text-align:  center;
  margin-left: auto;
}

.transcard .tag{
  right: auto; left: 14px;
  background: #26CE22;
}

.servcard .call label, .transcard .call label{
    display: block;
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: .5rem;
}

.transcard .call h4{
  color: #26CE22;
}

.servcard .call .btn-primary{
   background: #00CCCD;
}

.btn-yza {
    border-radius: 20px !important;
    font-weight: bold;
    padding: 10px 30px;
    border: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ajax-home-service{
    text-align: center;
}

.ajax-home-service img{
    margin: 0 auto;
}

/*****************************Pagination******************************/

.pagination {
  padding: 20px;
}
.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 a.disabled {
  opacity: .3;
  pointer-events: none;
  cursor: not-allowed;
}
.pagination a.current {
  background: #f3f3f3;
}

/*****************************Mapa*************************************/

#map {
    width:100%;
    height: 600px;
}

.geolocation-current{
    text-align:center;
}

.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: #3c3;
    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: #37d531;
    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: #021689;
    color: #fff !important;
    transition-duration: 0.3s;
}

.geolocation-icon{
    display: inline-block;
    margin: 0px 2px;
    margin-top: 11px;
}

.geolocation-icon img{
    max-width:100px;
}

/****************************Filtros para el mapa********************************/

.stores-filter{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #3c3;
    text-align: center;
}

.str-filter-state{
    display: inline-block;
    max-width: 220px;
    width: 100%;
    margin-right:10px;
}

.str-filter-county{
    display: inline-block;
    max-width: 220px;
    width: 100%;
}

.str-filter-button{
    display: inline-block;
    max-width: 135px;
    width: 100%;
}

.str-filter-state .input-group{
    border: solid 2px transparent;
}

.str-filter-state .input-group.active-input{
    border: solid 2px #021689 !important;
}

.str-filter-state .input-group.active-input i{
    color: #021689 !important;
}

.str-filter-county .input-group{
    border: solid 2px transparent;
}

.str-filter-county .input-group.active-input{
    border: solid 2px #021689 !important;
}

.str-filter-county .input-group.active-input i{
    color: #021689 !important;
}

.filter-buttons{
    position: relative;
    max-width: 450px;
    width: 90%;
    min-height: 35px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}

.filter-item{
    position: relative;
    display: inline-block;
    width: 150px;
    margin-left: -2px;
    margin-right: -2px;
    line-height: 35px;
    height: 100%;
    font-size: 0.9em;
    text-align: center;
    color: #021689;
    font-weight:600;
    cursor:pointer;
}

.filter-item i{
    font-size:1.2em;
}

.filter-item.ftr-active{
    background: #021689;
    color: #fff;
}

.filter-item.ftr-active span{
    color: #3c3;
}

/***************************Filtros para las promociones**************************/

.promotions-filter{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FF9A00;
    text-align: center;
}

.promotions-filter.general-public{
    background-color: #021689;
}

.promotions-filter .input-group{
    border: solid 2px transparent;
}

.prm-filter-text span{
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.prm-filter-change{
    display: block;
    margin-top: 14px;
}

.prm-btn-change{
    color: white;
    background-color: #021689;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
    outline: none !important;
}

.prm-btn-change.prm-btn-change-public{
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #FF9A00;
}

.letter-search{
    color: #62bb46 !important;
    font-weight:600 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active{
    color: #ef8903;
    font-weight:bold;
    border-radius: 0px;
    border: none;
    background-color: none;
    background: none;
}

.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus{
    color: #ef8903;
    font-weight:bold;
    border-radius: 0px;
    border: none;
    background-color: none;
    background: none;
}

.promosec-title{
    font-size:1.5em;
    font-weight: 600;
    color: #ff9a00;
    text-align: left;
}

.promosec-title-2{
    font-size:1.5em;
    font-weight: 600;
    color: #ff9a00;
    text-align: left;
    padding-left:67px;
}

.promosec-title-3{
    font-size:1.5em;
    font-weight: 600;
    color: #00be00;
    text-align: left;
    padding-left:67px;
}

.promosec-subtitle{
    font-size:1em;
    font-weight: 300;
    color: #ff9a00;
    text-align: left;
}

.carouselPromotions{
    background-color: #FF9A00;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    max-width: 80%;
    margin: 0 auto;
}

.carouselPromotions .carousel .carousel-inner{
    border-radius: 20px;
}

.carouselPromotions .carousel .carousel-indicators .active{
    background-color: #fff;
}

.carouselPromotionsToPublic{
    background-color: #021689;
}

.promosec-slidetitle{
    font-size:1.1em;
    font-weight:400;
    padding-top:5px;
    padding-bottom:5px;
}

.promosec-main{
    text-align: left;
}

.promosec-cat-items{
    font-size: 0.9em;
}

.promosec-cat-items input, .promosec-cat-items label{
    cursor: pointer;
}

.promosec-cat-title{
    font-size:1.1em;
    font-weight: 600;
    color: #ff9a00;
}

.promosec-subcat{
    margin-left:16px;
    overflow:hidden;
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s;
    height:auto;
    max-height:0;
    display: none;
}

.promosec-float, .promosec-float-display{
    display: none;
}

/*.maincat-item{
    display: inline-block;
    max-width: 220px;
    width: 45%;
    min-height: 150px;
    background-color: #f90;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
    padding-bottom:5px;
    cursor: pointer;
}

.maincat-item.active{
    background-color: #021689;
}

.maincat-item img{
    width: 100px;
    margin-bottom: 20px;
}

.maincat-item.free img{
    margin-bottom: 26px;
}

.mcat-item-maintext{
    text-align: left;
    padding: 0px 15px;
    font-size: 1.4rem;
}

.mcat-item-text{
    position: relative;
    top: -7px;
    text-align: left;
    padding: 0px 15px;
    font-size: 1rem;
}

.promocat-item{
    display: inline-block;
    max-width:300px;
    width: 100%;
    min-height:40px;
    padding:16px;
    color: #fff;
    font-size: 1.3em;
    margin-bottom:20px;
    background-color: #444;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
    border-radius: 4px;
    margin-left:5px;
    margin-right:5px;
    text-align: left;
    cursor: pointer;
}*/

/*****************************Promociones filtradas********************************/

.prm-ftr-title{
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5px;
    font-weight: 100;
    color: #001;
    text-transform: uppercase;
}

.prm-ftr-title span{
    color: #3c3;
}

/*.prm-ftr-cont{
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom:30px;
    margin-top:30px;
    cursor: pointer;
}*/

.prm-ftr-cont{
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 12px 15px;
    display: inline-block;
    width: 340px;
    align-items: center;
    margin-bottom:30px;
    margin-top:30px;
    margin-left: 10px;
    margin-right: 10px;
}

.prm-ftr-tag{
    position: absolute;
    top: -10px;
    right: 0;
    padding: 2px 7px;
    color: #fff;
    background-color: #FF9A00;
    text-align: center;
    font-size: 0.7em;
    border-radius: 3px;
}

.prm-ftr-subcont1{
    display: block;
    width: 100%;
    text-align: left;
}

/*.prm-ftr-subcont1{
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
}

.prm-ftr-subcont1 img{
    max-width: 100%;
    width:100%;
    margin: 0 auto;
}

.prm-ftr-subcont2{
    display: inline-block;
    width: calc(100% - 90px);
    min-height: 90px;
    text-align: left;
    padding: 10px 5px;
}*/

.prm-ftr-sbtitle{
    color: #009;
    font-weight: bold;
}

.prm-ftr-sbtitle-2{
    color: #cecece;
    font-weight: 100;
}

.prm-ftr-type{
    color: #ff9a00;
    font-weight: 100;
    font-size: 0.9em;
}

.prm-detail-back{
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    padding-left: 30px;
    font-size: 2em;
    color: #444;
    cursor: pointer;
    transition-duration:0.4s;
}

.prm-detail-back:hover{
    color: #FF9A00;
    transition-duration:0.4s;
}

.prm-detail-back i{
    line-height:1;
}

.prm-detail-image{
    width: 100%;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    text-align: center;
}

.prm-detail-image img{
    max-width: 250px;
    width: 100%;
    margin-top: 30px;
}

.prm-detail-tag{
    padding: 2px 11px;
    background: #ff9a00;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 30px;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 18px;
}

.prm-detail-title{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #000099;
    font-weight: 600;
}

.prm-detail-description{
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    color: #cecece;
    font-weight: 100;
}

.prm-detail-type{
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #ff9a00;
    font-weight: 100;
}

/*****************************Direcciones de Envío********************************/

.shipadd-title{
    position: relative;
    width:100%;
    text-align: center;
    font-size:1.3em;
    padding:10px;
}

.shipadd-button{
    position: relative;
    width:100%;
    text-align: center;
    padding:20px;
}

/************************************Inbox***********************************/

.icon-notification{
    position: relative;
    display: inline-block;
    top: 5px;
    left: 5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../images/iconos/ico-notification.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.icon-notif-counter{
    position: absolute;
    top: -15px;
    right: -15px;
    min-width: 20px;
    min-height: 20px;
    padding: 0px 6px;
    border-radius: 16px;
    background-color: #3c3;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 0.8em;
}

.box-notifications{
    position: absolute;
    top: 40px;
    right: -15px;
    width: auto;
    height: auto;
    min-width: 400px;
    background-color: #fff;
    color: #444;
    text-align:center;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display:none;
    transition-duration:1s;
    border-radius: 3px;
    overflow: hidden;
}

.notif-header{
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #3c3;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.2em;
}

.notif-body{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 70px;
    max-height: 321px;
    text-align: center;
    color: #b7b7b7;
    overflow-y: auto;
}

.notif-item{
    display: block;
    padding:15px;
    cursor: pointer;
}

.notif-item:hover{
    background-color: #efefef;
}

.notif-item-title{
    font-size:1.1em;
    color: #009;
    text-align: left;
}

.notif-item-desc{
    font-size:1em;
    color: #444;
    text-align: left;
}

/**********************************Docs**************************************/

.docs-logo{
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.docs-logo img{
    position: relative;
    margin: 0 auto;
    max-width:250px;
    width: 100%;
}

.docs-title{
    position: relative;
    font-size:1.6em;
    font-weight:100;
    margin-bottom:20px;
}

.docs-subtitle{
    font-size: 1.5em;
    font-weight: 100;
    border-bottom: solid 1px #d6d6d6;
    text-align: center;
    margin-bottom:30px;
}

.docs-text{
    font-size:1.2em;
    font-weight:100;
    text-align: justify;
}

.docs-text strong{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.docs-text-space{
    position: relative;
    padding-left:50px;
}

.docs-text-space-faqs{
    position: relative;
    padding-left:20px;
}

/******************************************************************/

.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;
}

/**********************************************************/

.icon-eye, .icon-eye-lgn {
    position: absolute;
    right: 10px;
    top: 10px;
    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;
}

/*********************************************************/

.register-contact-btn{
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 5px 17px;
    border-radius: 30px;
    background-color: #3c3;
    color: #fff;
    font-size: 0.9em;
    z-index: 100;
    -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);
    display: none;
}

.register-contact-btn a{
    color: #fff;
}

.register-contact-btn:hover{
    background-color: #4bd64b;
}

.margin-left{
    padding-left:30px;
}

/******************************************************************************/

@media screen and (max-width: 1200px) 
{
    .header_item4 {
        height: 266px;
        min-height: 266px;
    }

    .header_content4 {
        height: auto;
        padding-top: 40px;
        text-align: center;
        padding-bottom: 31px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1.3em;
    }

    .main-menu ul li a{
        font-size: 0.9em;
    }

    .prm-ftr-cont{
        width: 280px;
    }

}

@media screen and (min-width: 991px)
{
    
    /*.promosec-float{
        -webkit-animation-name: slideInLeft !important;
        animation-name: slideInLeft !important;
    }*/

    .hidden_text_md{
        display: block;
    }

    .visible_text_md{
        display: none;
    }

    .promosec-float-display{
        display: none !important;
    }

    .promosec-float{
        display: block;
    }

}

@media screen and (max-height: 738px)
{
    .promosec-float{
        top: 18% !important;
    }

    .promosec-float-display{
        top: 18% !important;
    }

    .promosec-float .promosec-main{
        max-height: 350px !important;
    }
}

@media screen and (max-width: 991px) 
{
    .logo img{
        margin-bottom: 26px;
    }

    a.toggle-login{
        width: 36px;
        height: 36px;
        margin-bottom: 11px;
        border-radius: 3px;
        float: right;
        text-align: center;
        line-height: 0px;
        font-size: 16px;
        background-color: #d5d5d5;
        color: #444;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .step_1{
        margin-top:95px;
    }

    .text-step-1{
        margin-top:70px;
        margin-bottom:60px;
    }

    .item-1, .item-2, .item-3{
        padding-top:13px;
        padding-bottom:14px;
    }

    .cont-logo{
        margin-bottom:10px;
    }

    .btn_close_session{
        padding: 0;
        font-size:14px;
        font-weight: 400;
        text-transform:uppercase;
        background-color: transparent;
        border:none;
        color: #444;
        margin-bottom: 10px;
    }

    .header_content2{
        height:520px;
        padding-top: 54px;
        text-align: center;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.3em;
    }

    .header_item4 {
        height: 120px;
        min-height: 120px;
    }

    .header_content4 {
        height:auto;
        padding-top: 80px;
        text-align: center;
        padding-bottom: 80px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1.3em;
    }

    .birth-day{
        margin-left: 7px;
        width: 90px;
    }

    .birth-day .input-group-text, .birth-month .input-group-text, .birth-year .input-group-text{
        width: 25px;
        padding: .375rem .25rem;
    }

    .birth-day .input-group, .birth-month .input-group, .birth-year .input-group{
        margin: 0;
        width: 100%;
    }

    .birth-day select, .birth-month select, .birth-year select{
        width: calc(100% - 27px) !important;
        padding: 10px 0px;
    }

    .birth-month{
        width:110px;
    }

    .birth-year{
        width:100px;
    }

    .boton-filter{
        margin-top:10px;
        width:100%;
        max-width:260px;
    }

    .period-button{
        margin-top:10px;
        margin-right:10px;
    }

    .hidden_text_md{
        display: none;
    }

    .visible_text_md{
        display: block;
    }

    .visible_text_md .promosec-title, .visible_text_md .promosec-subtitle{
        text-align: center;
    }

    .promosec-title-2{
        margin-top:50px;
        text-align:center;
        padding-left:0;
    }

    .promosec-title-3{
        margin-top:50px;
        text-align:center;
        padding-left:0;
    }

    .promosec-float{
        position: fixed;
        top: 25%;
        left: -15px;
        z-index: 98;
        background-color: #fff;
        padding-right: 0;
        width: auto;
        min-width: 260px;
        flex: 0;
        border-top-right-radius: 10px;
        box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
        -webkit-box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
        -moz-box-shadow: 5px 5px 10px rgba(91, 91, 91, 0.2);
    }

    .promosec-float .promosec-main{
        padding: 9px 12px;
        overflow-y: scroll;
        overflow-x: hidden;
        bottom: 0;
        max-height: 480px;
        font-size: 0.8em;
    }

    .promosec-float-display{
        position: fixed;
        top: 25%;
        left: 0;
        z-index: 98;
        padding: 6px 15px;
        background-color: #FF9A00;
        color: #fff;
        text-align: center;
        border-top-right-radius:10px;
        border-bottom-right-radius:10px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .promosec-float-filter{
        display: block;
        background-color: #FF9A00;
        color: #fff;
        text-align: left;
        padding: 3px 17px;
        font-size:1.1em;
        border-top-right-radius: 10px;
    }

    .promosec-float-icon{
        position: relative;
        right: -55px;
    }

}

@media screen and (max-width: 767px) 
{
    .cont-logo{
        text-align:left !important;
    }

    .accumulated-points{
        margin-right:0px !important;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .step_1{
        margin-top:10px;
        padding-top:50px;
    }

    .step_3{
        margin-top:40px;
    }

    .hvr-overline-reveal {
        display: block !important;
    }

    .header_content, .header_content2 {
        height:auto;
        padding-top: 80px;
        text-align: center;
        padding-bottom: 80px;
        padding-left: 55px;
        padding-right: 55px;
        font-size: 1.3em;
    }

    
    .whatis-text {
        font-size: 1.5em;
        font-weight: 100;
        text-align: justify;
        padding-left:80px;
        padding-right:80px;
    }

    .carousel-control {
        position: absolute;
        top: -120px;
    }

    .promo-item{
        margin-right: 0;
    }

    .register-label{
        text-align: left;
    }

    #virtualCard{
        margin-bottom:30px;
        margin-right:0;
    }

    .cont_text_contact{
        margin-bottom:20px;
    }

    .clear-login-2{
        height:140px;
    }

    .period-button{
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .accrued-points, .end-balance{
        margin-top:20px;
    }

    .cont-btn-excel{
        right:5px;
    }

    .prm-ftr-cont{
        width: 340px;
    }

}

@media screen and (max-width: 660px)
{
    .text-period{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 592px)
{
    .str-filter-button{
        margin-top:10px;
    }
}

@media screen and (max-width: 576px)
{
    .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;
    }

    .docs-text-space{
        position: relative;
        padding-left:10px;
    }
}

@media screen and (max-width: 534px)
{
    .period-from, .period-to, .period-button{
        display: block;
        margin-bottom:10px;
    }

    .promo-image img{
        max-width:100%;
    }
}

@media screen and (max-width: 499px) 
{
    .birth-day{
        width:100px;
    }

    .birth-day .input-group-text{
        padding: 0.375rem .25rem;
        width: 20px;
    }

    .birth-day .input-group select{
        width: calc(100% - 20px) !important;
        padding: 10px 5px;
    }

    .birth-month{
        width:100px;
    }

    .birth-month .input-group-text{
        padding: 0.375rem .25rem;
        width: 20px;
    }

    .birth-month .input-group select{
        width: calc(100% - 20px) !important;
        padding: 10px 5px;
    }

    .birth-year{
        width:100px;
    }

    .birth-year .input-group-text{
        padding: 0.375rem .25rem;
        width: 20px;
    }

    .birth-year .input-group select{
        width: calc(100% - 20px) !important;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 496px)
{
    .filter-buttons{
        display: inline-block;
        width: auto;
    }

    .filter-item{
        max-width: 95px;
        line-height: 21px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .filter-item i{
        display: block;
        font-size:1.3em;
    }
}

@media screen and (max-width: 486px)
{
    .main-register-options span{
        display: block;
    }
}

@media screen and (max-width: 461px)
{
    .toggle-menu.anonymous{
        margin-right:20px;
    }

    .clear-login{
        height:105px;
    }

    .box-notifications{
        min-width: 100%;
        width: 290px;
    }
}

@media screen and (max-width: 453px)
{
    .str-filter-state{
        display: block;
        margin-right:0;
        margin-bottom:10px;
        text-align: center;
        max-width: 100%;
    }

    .str-filter-county{
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .str-filter-button{
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .str-filter-button button{
        width: 90%;
    }
}

@media screen and (max-width:446px)
{
    .input-recover{
        max-width:210px;
    }

    .cont_user_registered{
        padding: 20px 20px;
    }
}

@media screen and (max-width: 441px)
{

    /*a.toggle-menu {
        margin-top: 14px;
        margin-right: 25px;
    }*/

    a.toggle-menu.taccount {
        margin-top: 23px;
        margin-right: 30px;
    }

    /*a.toggle-login {
        margin-top: 5px !important;
        margin-bottom: 12px;
        margin-right: 20px;
    }*/

    .cont_account_item {
        width: 90%;
        height: auto;
        display: inline-table;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .item_image{
        padding-top: 7px;
        padding-left: 0;
        padding-right: 0;
    }

    .item_image img{
        width:65px;
        margin: 0 auto;
    }

    .whatis-text {
        font-size: 1.5em;
        font-weight: 100;
        text-align: justify;
        padding-left:40px;
        padding-right:40px;
    }

    .login-box{
        right: 0;
        margin-right: 25%;
    }

    .mypromocard{
        display:block;
    }

    .mypromo-info{
        display: block;
        text-align: center;
    }

    .mypromo-desc{
        margin-bottom:20px;
        margin-left:0;
    }

    .mypromo-title{
        margin-left:0;
    }

    .stores-filter{
        padding-left: 20px;
        padding-right: 20px;
    }

    .prm-ftr-cont{
        width: 80%;
    }

}

@media screen and (max-width: 384px)
{
    .input-group{
        width: 100%;
    }

    .input-recover{
        max-width:100%;
    }

    .promotions-filter{
        padding-left:12px;
        padding-right:12px;
    }

    .phonebox{
        width: 100%;
        margin-left:0;
    }

    .cpbox{
        width: 100%;
        margin-left:0;
    }

    .birth-day, .birth-month, .birth-year {
        width: 31%;
    }

    .boton, .boton-grey, .boton-red, .botonmax{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .shipadd-button{
        padding: 20px 0px;
    }

    .boton-login, .login-option-facebook{
        width: 100%;
    }

    .option-register-input{
        margin-left:35px;
        margin-right:35px;
    }
}

@media screen and (max-width: 360px) 
{
    
    .accumulated-points{
        margin-right:0px !important;
    }

    .cont_text_info{
        position:relative;
        top:-20px;
        margin: 0 auto;
        width:100%;
        height:auto;    
        text-align:justify;
        font-size:1.1em;
        color: #767676;
        line-height:35px;   
        margin-bottom:20px;
    }

    .step_1{
        margin-top:50px;
    }

    .carousel-control {
        position: absolute;
        top: -120px;
    }

    .birth-day{
        margin-left:5px;
    }

    .main-user-data{
        right: 0;
    }

    .toggle-menu.anonymous{
        margin-right:0px;
    }

    a.toggle-login{
        margin-right:10%;
    }
}

@media screen and (max-width: 345px)
{
    .cont-barcode{
        width: 90%;
        top: 76px;
    }

    .cont-barcode img{
        width:90%;
    }
}

@media screen and (max-width: 343px) 
{
    
    .birth-day .input-group, .birth-month .input-group, .birth-year.input-group{
        margin:0;
        width: 100%;
    }

    footer .footer-nav a{
        margin: 6px 3px;
    }

    .box-balance{
        min-width:260px;
    }

    .box-barCode img{
        width:100%;
    }
}

@media screen and (max-width: 324px)
{
    .option-email, .option-facebook{
        width: 90%;
    }
}

@media screen and (max-width: 320px)
{
    .filter-item{
        max-width: 85px;
    }
}