.header-top .top-right ul.social-icons li a, 
.header-top .top-right ul.social-icons li .cabecera-saldo1,
.header-top .top-left ul.social-icons li .btn-android{
    display: block;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Oxanium', cursive;
    padding: 2px 23px 2px 7px;
    border-top: 2px solid #2a2b37;
    border-bottom: 2px solid #2a2b37;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}

.header-top .top-right ul.social-icons li a i,
.header-top .top-left ul.social-icons li a.btn-android i{
    width: 29px;
    height: 25px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
    text-align: center;
    line-height: 25px;
    background: #1d1e29;
    margin-right: 15px;
    color: #b7030c;
}

.header-top .top-left ul.social-icons li a {
    background-image: url(img/bg/header_social_bg.jpg);
    display: block;
    min-width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
    color: #fff;
    font-size: 14px;
}

.header-top .top-left ul.social-icons li + li {
    margin-left: 10px;
}

.header-top .top-right .cabecera-saldo1 div p{
    line-height: 10px;
    font-size: 14px;
    padding-top: 3px;
}
.header-top .top-right .cabecera-saldo1 div p small{
    font-size: 8px;
}
.main-header .header-top .top-right .social-icons li a.btn-recharge{
    position: relative;
    max-width: 92px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    background: #b7030c;
    color: #fff;
    line-height: 12px;
    border-top: 2px solid #b7030c;
    border-bottom: 2px solid #b7030c;
    border-radius: 3px 0px 0px 3px;
}