
.votos-info{
    max-width: 90%;
    margin: 0 auto;
}

.votos-tit{
    font-size: 18px;    
    margin: 15px 0px;
    color: var(--profile-suave-color);
    text-align:left;
}



@media(min-width:900px){
    
    .votos-info{
        margin-bottom: 0px;
        padding: 0.5em 1em;
        font-size: 20px;
        font-weight: 500;
        border: 1px solid var(--profile-border-color);

        border-radius: 5px;
        padding: 0.5em 0.7em;
      /*  margin: 10px;*/

        
        margin: 0 auto; 

    }

    .votos-tit{       
        color: var(--primary-color);
        font-weight: bold;
    }

   

}