%%{init: {"flowchart": {"useMaxWidth": true, "htmlLabels": false, "nodeSpacing": 10, "rankSpacing": 26, "padding": 12}, "themeVariables": {"fontSize": "12px", "edgeLabelBackground": "#f9fafb"}}}%%
flowchart LR
M1["1<br/>AFIRMACIÓN"] --> M2["2<br/>ARGUMENTO"] --> M3["3<br/>MEDICIÓN"] --> M4["4<br/>COMPARAR"] --> M5["5<br/>RIVALES"] --> M6["6<br/>VEREDICTO"]
style M1 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style M2 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style M3 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style M4 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style M5 fill:#b44527,color:#f9fafb,stroke:#b44527
style M6 fill:#b7943a,color:#f9fafb,stroke:#b7943a