%%{init: {"flowchart": {"useMaxWidth": true, "htmlLabels": false, "nodeSpacing": 30, "rankSpacing": 45, "padding": 24}, "themeVariables": {"fontSize": "16px", "edgeLabelBackground": "#ffffff"}}}%%
flowchart LR
W1["SEMANA 1<br/>conocimiento,<br/>argumentos, afirmaciones"] --> W2["SEMANA 2<br/>deducción, validez,<br/>práctica"]
W2 --> W3["SEMANA 3<br/>falacias,<br/>repaso, parcial"]
W3 --> W4["SEMANA 4<br/>falacias,<br/>desinformación,<br/>persuasión"]
W4 --> W5["SEMANA 5<br/>causalidad, leer<br/>un estudio, final"]
style W1 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style W2 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W3 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W4 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W5 fill:#b44527,color:#f9fafb,stroke:#b44527