/* =====================================================
   AMINOVITA - Estilos de Perfil de Usuario
   Aplica a: perfil.html
   ===================================================== */


/* ── TARJETA DE PERFIL ────────────────────────────── */

.profile-card {
    border: none;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}


/* ── AVATAR ───────────────────────────────────────── */

.avatar-circle {
    width: 120px;
    height: 120px;
    background-color: #2c3e50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
