.wallet{
    width: 97%;
    height: 60px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px #000;
    padding-bottom: 10px;
    margin-top: -10px;
    border-top-right-radius:  15px;
    cursor: pointer;
}

.wallet:hover{
    background: rgba(255,255,255,0.9);
    width: 100%;
    transition: 0.5s all ;
    
}

.bgfotoWallet, .bglogoWallet{
    width: 20%;
    float: left;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgdatosWallet{
    width: 60%;
    float: left;
    height: 50px;
    text-align: left!important;
    padding-left: 10px;
}

.bglogoWallet{
    
}


.fotoWallet{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
    border: 2px solid <?php echo $color1 ?>;
    object-fit: cover;
}

.nomWallet, .puestoWallet{
    width: 100%;
    text-align: left; 
    font-size: 13px;
    color: #000;
    font-weight: bold!important;
    margin-top: 5px;
    cursor: pointer;
}

.puestoWallet{
    color: <?php echo $color1 ?>;
    font-size: 10px;
    font-weight: normal!important;
    margin-top: -2px;
    height: 15px;
    overflow-y: hidden;
}

.iconoWallet{
    width: 25px;
    height: 25px;
    cursor: pointer;
}