
.vela-contenedor {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.vela-tarjeta {
    display: flex;
    align-items: center;
    background-color: #772c3f;
    border-radius: 10px;
    padding: 1em;
    color: white;
}
.vela-img img {
    width: 70px;
    height: auto;
    border-radius: 50%;
}
.vela-texto {
    margin-left: 1em;
}
.vela-nombre {
    font-weight: bold;
    margin-bottom: 0.5em;
}
