@media (max-width: 768px) {
    body{
        font-size: 0.75rem;
    }    
    h1{
        font-size: 1.25rem !important;
    }
    .perfil-jogador {
        font-size: 0.75rem;
        width: 90vw;
        .h1 {
            font-size: 1.25rem !important;
        }
        .itmpos {
            width: 32px;
            height: 32px;
        }
        .btn-amigo img{
            width: 32px;
            height: 32px;
        }
    }
}