body {
    background: linear-gradient(135deg, #4c106e, #bc9cdb);
    font-family: 'Segoe UI', sans-serif;
}

/* TARJETA */
.card {
    border-radius: 15px;
    border: none;
}

/* COLUMNA IZQUIERDA */
.left {
    background: #2c3e50;
    color: white;
    border-radius: 15px 0 0 15px;
    padding: 20px;
}

/* FOTO */
img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* NOMBRE */
.nombre {
    color: #2c3e50;
    font-weight: bold;
}

/* CARGO */
.cargo {
    color: #7f8c8d;
    margin-bottom: 20px;
}

/* TITULOS */
h5 {
    color: #6c5ce7;
    margin-top: 20px;
}

/* LISTAS */
ul {
    padding-left: 20px;
}