<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************* 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;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
    margin-top:5px;
}

.error_required_2{
    position:relative;
    float:left;
    top:-10px;
    left:50%;
    width:60%;
    height:auto;
    transform:translate(-50%, 50%);
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
}

.error_required_login{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #986161;
    font-weight: 400;
    padding-top: 2px;
    border-radius: 3px;
    text-align: center;
}

.error_required_red{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(205, 92, 92);
    margin-top:5px;
}

.error_login{
    position: fixed;
    top:30%;
    left:50%;
    transform: translate(-50%, 50%);
    width:300px;
    background-color: #000;
    border-radius:3px;
    color: #FFFFFF;
    font-size:1.1em;
    padding: 10px 5px;
    text-align:center;
    animation-delay: 1s !important;
    z-index: 15;
}

.error_required_contact{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    top:-3px;
    margin-bottom:8px;
    border-radius:3px;
    background: rgb(132, 73, 73);
}

.error_required_comment{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-top:12px;
    margin-bottom:4px;
    border-radius:3px;
    background: rgb(132, 73, 73);
}

.error_required_ajax{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background-color:rgb(205, 92, 92);
    margin-top:5px;
    display: none;
}

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

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

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


.span-pm{
    color: #767676;
    font-weight:400;
}

.span-teal{
    color: #55c4c1;
    font-weight:400;
}

.span-black{
    color: #707070;
    font-weight:600;
}

.span-pink{
    color: #f7b1b1;
    font-weight:600;
}

.span-yellow{
    color: #f7d60f;
    font-weight:600;
}

.span-mustard{
    color: #bfa528;
    font-weight:600;
}

.span-red{
    color: #e00c23;
    font-weight:600;
}

.span-green{
    color: #9bb935;
    font-weight:600;
}

.span-blue{
    color: #019bc1;
    font-weight:600;
}

.span-orange{
    color: #e0922e;
    font-weight:600;
}

.span-grey{
    color: #767676;
    font-weight:600;
}

.span-white{
    color: #FFFFFF;
    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;
    background-color: #093e52;
}

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

.clear-login-2{
    position:relative;
    clear:left;
    width:100%;
    height:131px;
}

.valign{
    padding:5px 5px;
}

table td, table th{
    align-items:center !important;
    text-align:center !important;
    vertical-align: middle !important;
}

.bg-grey{
    background-color: #093e52 !important;
}

.carousel .item{
    top: -96px !important;
}

html {
  overflow-y: scroll !important;
}

.whatis-text{
    font-size:1.5em;
    font-weight:100;
    text-align:justify;
}

.span-whatis{
    font-weight: 100 !important;
    font-size: 1.5em !important;
    color: #444 !important;
    text-align:center;
    margin-bottom: 60px;
}

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

.btn-main-login{
    padding-bottom: 8px;
    padding-top: 8px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #444 !important;
    font-weight: 400 !important;
    border: none !important;
}

.login-box, .login-box-mbl{
    position: absolute;
    top: 70px;
    right: 50px;
    width: 250px;
    height: 300px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display: none;
}

.boton-login {
    color: white;
    text-align:center;
    margin-top:10px;
    background-color:#78808f;
    border-radius: 3px;
    font-weight: 100;
    font-size:1.1em;
    border:none;
}

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

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

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

.login-footer{
    position:absolute;
    bottom: 0px;
    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;
}

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

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

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

.checkboxSingleLine label
{
    display: inline;
    padding-left:7px;
    margin-bottom:0px;
    cursor:pointer;
    vertical-align:top;
    font-weight:400;
}

.btn_verify_cp{
    width: 120px;
    padding:8px 5px;
    text-align:center;
    border: none;
    color:#FFFFFF;
    border-radius: 3px;
    font-weight: 100;
    font-size:1.1em;
    background: #444;
}

.dotted-space{
    position: relative;
    clear: left;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #481025 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 120px 1px;
    background-repeat: repeat-x;
}

.dotted-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
    background-image: linear-gradient(to right, #444 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}


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 89px;
    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;
    background-color: #b26464;
}

.btn_close_session{
    padding: 0;
    font-size:14px;
    font-weight: 400;
    text-transform:uppercase;
    background-color: transparent;
    border:none;
    color: #444;
}

.cont-welcome-profile{
    position:relative;
    top:-15px;
    float:right;
    right:0px;
    width:35px;
    height:35px;
    margin-right:35px;
}

.img-profile{
    margin: 0 auto;
    margin-top:4px;
    width:25px;
    height:25px;
    border-radius:20px !important;
}

.down-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/down-arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.up-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/up_arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.box-balance{
    position: absolute;
    top: 40px;
    right: -15px;
    width: auto;
    height: auto;
    min-width: 230px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding:10px;
    text-align:center;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display:none;
    transition-duration:1s;
}

.box-balance p{
    font-size:1.1em;
}

.box-balance .span-points{
    font-size:1.1em;
    color: #9a6754;
}

.text-welcome-cont{
    position:relative;
    top:-9px;
    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;
    text-transform: lowercase;
}

.username-fl{
    text-transform: uppercase !important;
}

.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;
    display: inline-table;
    margin-bottom: 20px;
}

/*.cont_account_item img{
    width:50px;
}*/

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

/*.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;
    float:left;
    top:-5px;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:15px;
    padding:10px 5px;
    display: none;
}

.cont_preview_photo{
    position:relative;
    top:0px;
    width:150px;
    height:150px;
    margin: 0 auto;
    margin-bottom:10px;
    border-radius:80px;
    overflow: hidden;
    text-align:center;
}

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

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

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

.text-card{
    padding-top:2px;
    text-align:right;
    font-weight:bold;
    line-height:10px;
}

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

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #767676;
    line-height:35px;   
    margin-bottom:20px;
}

.text-info{
    font-size:1.1em;
    font-weight:600;
    color: #767676;
}

.btn-cancel-card{
    position:relative;
    margin: 0 auto;
    margin-top:10px;
    width:120px;
    height:auto;
    padding: 10px 15px;
    background-color: #78808f;
    color:#FFFFFF;
    font-weight: 100;
    font-size: 1em;
    border-radius:3px;
    cursor:pointer;
}

.btn-accept-cancel {
    color: white;
    background-color:#767676;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
}

.info-promo{
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    padding: 2px 5px;
    font-size: 0.7em;
    text-align: center;
}

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

.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:2em;
    font-weight:100;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
}

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

.accumulated-points{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #e0922e;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-bottom:10px;
    margin-right:15px !important;
}

.exchange-points{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #e0922e;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 1.3em;
    margin-bottom:10px;
}

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

.select-period{
    padding: 4px 5px;
    color: #242424;
    font-weight: 100;
    font-size: 1.3em;
    margin-bottom:10px;
}

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

.end-balance{
    border-radius: 3px;
    padding: 10px 5px;
    color: #242424;
    font-weight: 100;
    font-size: 1.3em;
    margin-top:20px;
    margin-bottom:10px;
    background-color: #e0922e;
    color: #FFFFFF;
}

.month-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #e0922e;
    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: #e0922e;
    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;
}

.msg-empty-transactions{
    border-radius: 3px;
    padding: 10px 5px;
    color: #242424;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom:25px;
    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;
    float:right;
    padding-top:5px;
    margin-top:20px;
    margin-bottom:10px;
    margin-right:15px;
}

.export-excel{
    width:70px !important;
    height:70px !important;
    border:none !important;
    background-color: transparent;
    background-image: url('../images/iconos/export-excel-3.png') !important;
    background-repeat: no-repeat !important;
    background-size: 70px 70px !important;
} 

.tbx-recover-pass{
    width: 230px;
    height: 42px;
    border: solid 1px #929292;
    border-radius: 3px;
}

.main_cont_1{
    background-image: linear-gradient(to right, #E58A77 45%, rgba(59,156,164,0) 0%);
    background-position: top;
    background-size: 40px 1px;
    background-repeat: repeat-x;
}

.main_sub_cont_1{
    
    background-color: hsla(35, 91%, 65%, 0.6);
}

.main_sub_cont_2{
    
    background-color: hsla(197, 62%, 11%, 0.6);
}

.main_cont_2{
    background-color: #f8f8f8; 
}

.main_cont_3{
    background-color: rgb(240, 196, 135); 
}

.main_cont_3 p a{
    color: rgba(231, 206, 40, 0.81);
    font-weight:600;
}

.step_1{
    margin-top:130px;
    margin-bottom:70px;
}

.text-step-1{
    font-weight:100;
    font-size:1.4em;
    margin-top:20px;
    margin-bottom:20px;
}

.step_2{
    margin-top:95px;
    margin-bottom:0px;
}

.text-step-2 {
    margin-top: 70px;
    font-size: 1.4em;
    font-weight: 600;
    color: #646464;
}

.img-step-2{
    margin-top:60px;
    margin-bottom:60px; 
}

.step_3{
    margin-top:150px;
    margin-bottom:0px;
}

.text-step-3 {
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 100;
    color: #FFFFFF;
}

.img-step-3{
    margin-top:20px;
    margin-bottom:30px;
}

.step_4{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-4 {
    margin-top: 65px;
    font-size: 1.4em;
    font-weight: 100;
    color: #444;
}

.img-step-4{
    margin-top:40px;
    margin-bottom:30px;
}

.step_5{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-5{
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 500;
    color: #FFFFFF;
}

.text-step-5 a{
    color: #767676;
    font-weight: 600;
}

.img-step-5{
    margin-top:40px;
    margin-bottom:30px;
}

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

.cont-main-menu{
}

.item-1, .item-2, .item-3, .item-4{
    background: rgb(233, 150, 122);
}

.boton-section{
    text-align:center;
    font-weight:100;
    font-size:1.2em;
    color: #FFFFFF;
    padding-top:30px;
    padding-bottom:30px;
}

.boton-section img{
    margin-bottom:10px;
}

.item-1:hover, .item-2:hover, .item-3:hover, .item-4:hover{
    background: RGB(205, 92, 92) !important;
}

.item-1:hover img, .item-2:hover img, .item-3:hover img, .item-4:hover img{
    animation: rubberBand;
    animation-duration:1s;
}

.item-active{
    background: RGB(205, 92, 92);
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    padding-bottom: 10px;
}

.btn-close{
    width: auto;
    height: auto;
    padding: 8px 15px !important;
    font-size: 1.1em;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #8cb5bf;
    color: #FFFFFF;
}

.contact-phone{
    color: #f7b1b1 !important;
}

.contact-phone:hover{
    color: #FFF !important;
}

.how-phone{
    color: #e6e6e6 !important;
}

.how-phone:hover{
    color: #FFF !important;
}

.no-promo-title{
    font-size:2.1em;
    font-weight:400;
    color: #8b7e7f;
}

.cont_success_linkedcards{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_insufficient_points{
    text-align:center;
    font-size:1.5em;
    font-weight:100;
    margin-bottom:25px;
}

.cont_text_linkedcards{
    text-align: justify;
    padding:20px 25px;
    margin-top:15px;
}

.cont_text_insufficient{
    text-align: center;
    padding:20px 25px;
    margin-top:15px;
}

.span_text_lc{
    color: #f08f10;
    font-weight:400;
}

.anchor{
    position:absolute;
    width:100%;
    bottom:80px;
}

.text-restart{
    font-size:1.7em;
    font-weight:100;
    padding:20px;
    color: #444;
}

/****************************Categorías del Recargas Telefónicas*****************************/

.itemc{
    display: inline-block;
    background-color: transparent;
    margin-left: 25px;
    margin-right: 25px;
}

.boton-sectionc{
    display: block !important;
    text-align:center;
    font-weight:100;
    font-size:1.2em;
    color: #444444;
}

.boton-sectionc:hover span{
    font-weight:400;
}

.boton-sectionc img{
    width: 210px;
}

.boton-sectionc a{
    margin:0 auto;
}

.span-item{
    display: block;
}

/**********************************Como funciona*************************************/

.container-shape{
    position: relative;
    width: 100%;
    height: auto;
}

#backshape {
    display: inline-block;
    width: 100%;
    margin-bottom:50px;
    z-index: 1;
    background: #093e52;
    transform: skew(0deg,10deg);
    -ms-transform: skew(0deg,10deg);
    -webkit-transform: skew(0deg,5deg);
}

#backshape .wrapper {
    display: inline-block;
    /* margin: 50px auto 200px; */
    width: 100%;
    padding: 40px;
    transform: skew(0deg,-5deg);
    -ms-transform: skew(0deg,-10deg);
    -webkit-transform: skew(0deg,-5deg);
    text-align: center;
    color: #FFF;
}

#backshape-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    z-index: 1;
    background: #fff;
}

#backshape-2 .wrapper-2 {
    display: inline-block;
    /* margin: 50px auto 200px; */
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #565656;
}

#backshape-3 {
    display: inline-block;
    width: 100%;
    margin-bottom:50px;
    z-index: 1;
    background: #c1482c;
    transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -5deg);
}

#backshape-3 .wrapper-3 {
    display: inline-block;
    /* margin: 50px auto 200px; */
    width: 100%;
    padding: 40px;
    transform: skew(0deg, 5deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 5deg);
    text-align: center;
    color: #FFF;
}

#backshape-4 {
    display: inline-block;
    width: 100%;
    margin-bottom:40px;
    z-index: 1;
    background: #fff;
}

#backshape-4 .wrapper-4 {
    display: inline-block;
    /* margin: 50px auto 200px; */
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #444;
}

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

/*****************************************Recargas Telefónicas*****************************************/

.exchange_img{
    text-align:center;
}

.exchange_img img{
    width:100%;
}

.info-image{
    background-color: #f9f9f9;
    padding: 5px 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
}

.exchange_name{
    padding:10px;
    text-align:center;
    font-size:1.8em;
    font-weight:100;
    color:#565656;
}

.exchange_price{
    padding:10px 5px;
    text-align:center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight:400 !important;
    font-size:1.4em;
    letter-spacing: 2px;
    color: #666;
}

.exchange_buttons{
    text-align:center;
    z-index:10;
    padding-bottom:50px;
}

.btn-exchange-addcart{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    padding-top:11px;
    padding-bottom:11px;
    margin-bottom:8px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-ex{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    padding-top:11px;
    padding-bottom:11px;
    margin-bottom:8px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-seemore{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    padding-top:11px;
    padding-bottom:11px;
    margin-bottom:8px;
    border:solid 1px #e6e6e6;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
}

.btn-exchange-addwl{
    position:relative;
    clear: left;
    float: left;
    left:35px;
    top:12px;
    width:262px;
    padding-top:11px;
    padding-bottom:11px;
    display:block;
    text-align: center;
    font-size:1.1em;
    background-color: #FFFFFF;
    border: none;
    color: #656565;
}

.btn-exchange-addwl:hover{
    background-color: #ef8903;
    color: #FFFFFF;
    border-radius:3px;
}

.btn-exchange-addcart:hover, .btn-exchange-ex:hover, .btn-exchange-seemore:hover{
    color: #ef8903;
}

/*****************************************Estilos para MainSingleProduct******************************************/

.cont-msp{
    padding-top:30px;
    padding-bottom:40px;
    border-radius:10px;
    border:solid 1px #e6e6e6;
    background-color: #FFFFFF;
}

.msp-title{
    font-size: 2em;
    text-align: center;
    font-weight:100 !important;
    margin-bottom: 10px;
}

.msp-subtitle{
    text-align: center;
    font-size: 1.5em;
    padding:10px 5px;
}

.msp-image img{
    width:300px;
}

.msp-description{
    text-align: center;
    font-size: 1em;
    padding:12px 100px;
}

.msp-price{
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.msp-quantity{
    text-align: center;
    font-size: 1.5em;
    padding:10px 5px;
}

.select-msp{
    width:150px;
    height:38px;
    border:none;
    background-color: #f8f8f8;
}

.select-filter{
    width:210px;
    height:38px;
    border:none;
    border-radius:3px;
    background-color: #f8f8f8;
}

.msp-buttons{
    padding-top: 30px;
    text-align: center;
}

.btn-add-msp{
    display: inline-block;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
    padding: 10px 11px;
    margin-bottom:10px;
}

.btn-buy-msp{
    display: inline-block;
    border: solid 1px #e6e6e6;
    text-align: center;
    font-size: 1.1em;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #444444;
    padding: 10px 11px;
    margin-bottom:10px;
}

.btn-add-msp:hover, .btn-buy-msp:hover{
    color: #009a4f;
}

/*****************************************Estilos para ViewCart******************************************/

.msg-empty{
    text-align:center;
    font-size: 1.4em;
    font-weight: 100;
    color:#656565;
    margin-top:50px;
}

.LblTotalAmount{
    font-size:1.2em;
    color: #7e7e7e;
}

.cart_menu {
  background-color: #093e52;
  color: #fff;
  font-size: 16px;
  font-family: 'Varela Round', sans-serif !important;
  font-weight: normal;
}

.small-cart{
    color: #69a0a8;
}

.th {
  height: 60px !important;
  line-height:60px !important;
  font-weight:300;
  font-size:1.1em;
  text-align:center;
}

.th-name {
    width:200px !important;
    height: 60px !important;
    line-height:60px !important;
    font-weight:300;
    font-size:1.1em;
    text-align:center;
}

.td{
    font-weight:300 !important;
    font-size:1.1em !important;
    text-align:center;
    align-content:center;
}

td{
    vertical-align: middle !important;
}

.cart_image {
  width:130px;
  height:130px;
  border-radius: 6px;
}

.cart_quantity_cont{
    position:relative;
    width:100%;
    height:0px !important;
    display: inline-table;
}

.cart_quantity_down img{
    display: inline;
    width:32px;
}

input[type=text].cart_quantity_input {
    position: relative;
    top: -9px;
    display: inline;
    width:45px;
    height:32px;
    line-height: 32px;
    color: #444;
    font-size: 16px;
    text-align: center;
    border:solid 1px #b18a2c;
    cursor:text;
}

.cart_quantity_up img{
    display: inline;
}

.cart_quantity_delete{
    position:relative;
    float:left;
    left:0px;
    top:-5px;
    width:34px;
    height:34px;
    display:block !important;
}

.move_to_cart{
    position:relative;
    float:left;
    left:0px;
    top:-5px;
    width:34px;
    height:34px;
    display:block !important;
    margin-left:15px !important;
}

/******************************Estilos para CheckOut*********************************/

.stepsRep{
    text-align:center;
    margin-bottom:20px;
    height:50px;
}

.title_request{
    font-size:2em;
    line-height:35px;
    color:#656565;
    text-align:center;
}

.subtitle_request{
    font-size:1.1em;
    line-height:25px;
    color:#656565;
    text-align:left;
    padding-top:5px;
    padding-bottom:10px;
    text-transform: uppercase;
}

.text_request{
    text-align:justify;
    font-size:1em;
    line-height:25px;
}

.text_request_cont{
    text-align:left;
    font-size:1em;
    line-height:25px;
}

.content_request{
    position:relative;
    clear: left;
    padding-top:20px;
    width:100%;
    height:auto;
    text-align:left;
    padding-left:10px;
    padding-bottom:20px;
}

.content_request_success{
    position: relative;
    clear: left;
    padding-top: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-size: 1.1em;
    text-align: justify;
    line-height: 27px;
}

.tbx_request{
    width:100%;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.tbx_area_code_request{
    width:105px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.tbx_phone_request{
    width:140px;
    height:35px;
    border:none;
    background-color:#f8f8f8;
    color:#444444;
    padding-left:10px;
    margin-bottom:8px;
}

.btn_verify_cp_ex{
    position:relative;
    float:left;
    padding:10px 17px;
    text-align:center;
    border: none;
    background-color:#2390c1;
    color:#FFFFFF;
    font-size: 1em;
    margin-bottom:8px;
    border-radius:3px;
}

.btn_continue_exchange{
    width: 300px;
    height: 40px;
    border: none;
    background-color:#cb4a14;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_back_exchange{
    position:relative;
    float:left;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#444;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.btn_exchange_buy{
    position:relative;
    float:right;
    width: 100px;
    height: 40px;
    border: none;
    background-color:#cb4a14;
    color:#FFFFFF;
    font-size: 1em;
    border-radius:3px;
}

.select{
    width:100%;
    height:42px;
    border:none;
    background-color: #f8f8f8;
    color: #444;
    margin-bottom: 8px;
}

.head-cart{
    background-color: #738497;
    color: #FFFFFF;
    text-align:center;
    font-size:1.1em;
    padding:5px 5px;
}

.item-cart {
    background-color: #FFFFFF;
    color: #000;
    text-align:center;
    font-size:1em;
    padding:15px 5px;
}

.insuficient-message{
    font-size: 2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 300 !important;
    text-align: center;
    color: #7996c3;
    margin-bottom:10px;
    padding:10px 15px;
}

.btn-check-points{
    position:relative;
    float: left;
    background-color: #738497;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 13px;
    cursor:pointer;
}

.btn-check-points:hover{
    background-color: #319494;
    color: #FFFFFF;
}

.btn-check-points:focus{
    background-color: #319494;
    color: #FFFFFF;
}

.points{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size:2.4em;
    font-weight:100 !important;
    color:#2881a3;
    text-align:center;
    margin-bottom:20px;
    letter-spacing:1px;
}

.points_title{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size:2.1em;
    font-weight:100 !important;
    color:#656565;
    text-align:center;
    margin-bottom:20px;
}

.title_text{
    color: #7e7e7e !important;
    font-weight:500 !important;
}

.text_discount{
    color: #2d8129 !important;
    font-weight:bold !important;
    font-size:1.2em;
}

.content_data{
    position:relative !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    padding:5px 10px !important;
    margin-bottom: 8px !important;
    background-color: #f8f8f8 !important;
}

.info_payment_text_3{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    line-height:25px;
    padding:10px 15px;
    color:#FFFFFF;
    font-size:1.1em;
    text-align: justify;
    margin-top:20px;
    margin-bottom:8px;
    border-radius:3px;
    background-color: #4dad90;
}

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

.walletbullet{
    margin-left: 15px;
    font-weight: 200;
    font-size: 13pt;
}
.walletbullet-xs{
    max-width: 300px;
    font-weight: 200;
    font-size: 11pt;
    margin: 0 auto;
    margin-top: 50px;
    text-align: justify;
    margin-bottom: 50px;
}
.walletbullet li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletbullet-xs li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletimg img{
    position:relative;
    float:right;
}
.walletvacio{
    margin: 100px;
}

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

.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: red;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 1000;
    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;
}

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

.no-display {
    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: #78808f;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

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


@media screen and (max-width: 1200px) 
{
    .cont-welcome-profile{
        position:relative;
        top:-15px;
        float:right;
        right:0px;
        width:35px;
        height:35px;
        margin-right:35px;
    }

    .text-welcome-cont{
        position:relative;
        top:-9px;
        float:right;
        right:10px;
        width:auto;
        height:auto;
    }

    .main-menu ul li a{
        font-size: 0.9em;
    }

    .cont-logo img{
        width: 100%;
        margin-top: 31px;
    }
}

@media screen and (max-width: 991px) 
{
    .cont-welcome-profile {
        position: relative;
        float: right;
        right: -10px;
        width: 35px;
        height: 35px;
        margin-right: 35px;
    }

    .text-welcome-cont {
        position: relative;
        float: right;
        right: 0px;
        width: auto;
        height: auto;
    }

    a.toggle-menu {
        width: 36px;
        height: 36px;
        float: right;
        margin-top: 32px;
        margin-right: 30px;
        text-align: center;
        line-height: 0px;
        font-size: 1.3em;
        background: #1e95a5;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }

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

    .cont-logo img {
        margin-top: 11px;
    }

}


@media screen and (max-width: 767px) 
{
    .cont-logo{
        text-align:left !important;
    }

    .cont-welcome-profile{
        position: relative;
        top: -30px;
        float: right;
        right: 72px;
        width: 35px;
        height: 35px;
        margin-right: 35px;
    }

    .text-welcome-cont{
        position:relative;
        top:-25px;
        float:right;
        right:90px;
        width:auto;
        height:auto;
    }

    a.toggle-menu {
        width: 36px;
        height: 36px;
        float: right;
        margin-top: 32px;
        margin-right: 30px;
        text-align: center;
        line-height: 0px;
        font-size: 1.3em;
        background: #1e95a5;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }

    a.toggle-login{
        width: 36px;
        height: 36px;
        margin-top:0px;
        margin-bottom: 11px;
        border-radius: 3px;
        float: right;
        text-align: center;
        line-height: 0px;
        font-size: 16px;
        background-color: #d5d5d5;
        color: #444;
    }

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

}

@media screen and (max-width: 441px) {

    .text-welcome-cont{
        position:relative;
        top:-35px;
        float:right;
        right:90px;
        width:75px;
        height:auto;
        overflow-y:visible;
    }

    .username{
        position:relative;
        width:100%;
    }

    a.toggle-menu {
        width: 36px;
        height: 36px;
        float: right;
        margin-top: 14px;
        margin-right: 25px;
        text-align: center;
        line-height: 0px;
        font-size: 1.3em;
        background: #1e95a5;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }

    a.toggle-login {
        width: 36px;
        height: 36px;
        margin-top: 3px !important;
        margin-bottom: 12px;
        border-radius: 3px;
        margin-right: 25px;
        text-align: center;
        line-height: 0px;
        font-size: 16px;
        background-color: #d5d5d5;
        color: #444;
    }

    .cont_account_item {
        width: auto;
        height: auto;
        display: inline-table;
        margin-bottom: 40px;
    }

    .box-balance{
        position: absolute;
        top: 40px;
        right: -80px;
        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;
    }

}

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


}

.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.7;
    z-index: 10000;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    max-width: 320px;
    width: 100%;
    padding: 1px 20px;
}

    .loader img {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 130px;
    }

.cont-logo img {
    max-width: 300px;
    margin-top: 15px;
}
</pre></body></html>