.resultados-item--avatar{
    width:70px;
    height:70px;
}    


.resultados-item--avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}    

.participante__tiempo{
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: darkgray;
}

.badge-vuelta{
/*     background-color: darkgray;
    color: rgb(22, 21, 21);
 */    position: relative;
    border-radius: 30px;
    padding: 4px 10px 4px 25px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold; 
    display:inline-block;
    color: #fff!important;
    background-color: RGBA(108,117,125,var(--bs-bg-opacity,1))!important;      
}