
.textoPrincipal {
    letter-spacing: 5px;
    margin-bottom: 5px;
    color: var(--accent); /* Color dorado tipo Anubis */
}

.textoSecundario {
    color: var(--text-muted);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.textoMonto {
    color: var(--success); /* Verde para dinero */
    font-weight: bold;
}

.textoDetalle {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.dato-principal {
    font-size: 2rem;
    color: var(--text-primary);
    margin: 6px 0;
    font-weight: bold;
}