.boxptos {
    
    color: red;
}
.img-login{
    width: 40px;
}

.img-puntos {
    width: 20px;
}

.account-name > span {
    color: rgb(25, 66, 130);
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: top;}

.img-puntos {
    width: 20px;
    align-items: center;
    margin-left: 15px;

}
.nav-button {
    position: relative;
    display: inline-block;
    padding: 9px 10px;
    border-radius: 25px;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    margin-top: 1px;
    background: #ee353a;
    border: none;
    box-shadow: 0px 3px 7px 0px rgba(158,158,158,1);
}
.nav-button > span {
    color: white;
}
.nav-button:hover {
    background:rgb(25, 66, 130);
}
/***AJUSTE PARA BOTON PREMIOS USUARIOS GLUX***/
.sidebar #custom_li {
    display: none;
}
header#header header.content_mobile div.row {
    padding: 0.5rem 0.75rem!important;
}
/***AJUSTE PARA BOTON PREMIOS USUARIOS GLUX***/
/*
 .puntos-disp {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    float:right;
}

.user-info a.login {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF !important;
    text-align: center;
    line-height: 0;

}
.user-info a.login:hover {
    color: #ff7900 !important;
}

.user-info.login.selection-options-wrapper {
    border-radius: 3px;
    background: #ff7900 !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    top: 16px;
    margin-bottom: 30px;
	padding: 14px 15px 14px !important;
}

.user-info.login.selection-options-wrapper:hover {
    background: #fff !important;
    border:1px solid #ff7900
}
@media (max-width: 768px) and (min-width:415px){
    .user-info.login.selection-options-wrapper {
        top: 20px;
        margin-bottom: 10px;
        
    } 
    .user-info a.login {
        line-height: 34px;
    }
}
@media (max-width: 414px){
    .puntos-disp{
        float:left !important;
    } 
    .user-info.login.selection-options-wrapper {
        top: 5px;
        margin-bottom: 10px;
        
    }
} */