.circular-perfil {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.circular-perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}