create-marp-presentation 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1735 @@
1
+ /* *================================================================================
2
+ *
3
+ * MIT License
4
+ *
5
+ * Copyright (c) 2025 Paulo Cunha - MarpX
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ *
25
+ * ================================================================================
26
+ *
27
+ * marpx.css - MarpX base-theme configuration ORIGINAL
28
+ * Paulo Cunha (cunha.paulo@gmail.com)
29
+ * Created: jul.2025
30
+ * Last update: 12.jan.2026
31
+ *
32
+ * ================================================================================ */
33
+
34
+ /*
35
+ * @theme marpx
36
+ *
37
+ * @auto-scaling true
38
+ * @size 16:9 1280px 720px
39
+ * @size 4:3 960px 720px
40
+ * @size A4 210mm 297mm
41
+ * @size fullHD 1920px 1080px
42
+ * @size banner 1600px 13000px
43
+ *
44
+ */
45
+
46
+ @import "default";
47
+
48
+ /**>--------------------------------------------------------------*/
49
+ /**-- Fonts from CDN Fonts >--*/
50
+ /**-- Styles: "Fira Sans Condensed" >--*/
51
+ /**>--------------------------------------------------------------*/
52
+ /* Font: "Fira Sans Condensed" */
53
+ @import url("https://fonts.cdnfonts.com/css/fira-sans-condensed?styles=19730");
54
+
55
+ /**>--------------------------------------------------------------*/
56
+ /**-- Fonts from Web Font Free >--*/
57
+ /**-- font-family: 'Sentinel-Book', cursive; >--*/
58
+ /**>--------------------------------------------------------------*/
59
+ /* Font: "Sentinel Book" */
60
+ /* @import url("https://c.webfontfree.com/c.js?f=Sentinel-Book"); */
61
+
62
+ /**>--------------------------------------------------------------*/
63
+ /**-- Fonts from Google Fonts >--*/
64
+ /**-- https://fonts.google.com/specimen/Fira+Sans?query=fira >--*/
65
+ /**-- >--*/
66
+ /**-- Styles: Thin, ExtraLight, Light, Regular, Medium, >--*/
67
+ /**-- SemiBold, Bold, ExtraBold, Black >--*/
68
+ /**>--------------------------------------------------------------*/
69
+ /* Charter */
70
+ /* @import url("https://fonts.cdnfonts.com/css/charter-itc-tt"); */
71
+
72
+ /* Font: Fautina, "Fira Sans", "Source Sans 3" */
73
+ @import url("https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
74
+
75
+ /* Font: "Source Sans Pro" */
76
+ @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&family=Zilla+Slab:wght@300;400;600&display=swap");
77
+
78
+ /* "Open Sans" */
79
+ /* @import url("https://fonts.googleapis.com/css2?Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); */
80
+
81
+ /* "EB+Garamond" */
82
+ /* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800'); */
83
+
84
+ /* "Bitter" */
85
+ /* @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap'); */
86
+
87
+
88
+ :root {
89
+
90
+ /** -----------------------<------------------------>---------------------- */
91
+ /** WARNING: The parameter (container-type: normal) was used to allow */
92
+ /** the numbering of figures and tables. Be warned that it may */
93
+ /** produce side effects in browsers other than Chrome! */
94
+ /** -----------------------<------------------------>---------------------- */
95
+
96
+ container-type: normal;
97
+ counter-reset: figure_cnt table_cnt;
98
+
99
+ --marpx-color-light-grey: #a6a6a6;
100
+ --marpx-color-dark-grey: #000000;
101
+
102
+ /*------------< Palete >---------------------------------*/
103
+
104
+ /* Bluish cyan */
105
+ --bluishCyan-100: #61d9ff;
106
+ --bluishCyan-200: #00c8ff;
107
+ --bluishCyan-300: #00a0d2;
108
+ --bluishCyan-400: #24b1d1;
109
+ --bluishCyan-500: #01bbf0;
110
+ --bluishCyan-600: #0ca1cc;
111
+ --bluishCyan-700: #0073aa;
112
+ --bluishCyan-800: #4680c7;
113
+
114
+ /* Gray */
115
+ --gray-50: #ffffff;
116
+ --gray-100: #faf7f7;
117
+ --gray-200: #fafafa;
118
+ --gray-300: #f5f5f5;
119
+ --gray-350: #d8dee9;
120
+ --gray-400: #eae8e3;
121
+ --gray-450: #515458;
122
+ --gray-500: #242424;
123
+ --gray-600: #1b1e21;
124
+ --gray-700: #161514;
125
+ --gray-800: #121212;
126
+ --gray-900: #0a0a0a;
127
+ --gray-1000: #3e3f42;
128
+ --gray-1100: #E4E3DF;
129
+
130
+ /* Blue */
131
+ --blue-100: #55acee;
132
+ --blue-200: #3e8ed0;
133
+ --blue-300: #215987;
134
+ --blue-400: #1d2733;
135
+ --blue-500: #00204a;
136
+ --blue-600: #123A53;
137
+
138
+ /* Orange */
139
+ --orange-100: #ffbd6d;
140
+ --orange-200: #de7f2b;
141
+ --orange-300: #ff8f07;
142
+ --orange-400: #c3732c;
143
+ --orange-500: #ff7c00;
144
+
145
+ /* Scarlet */
146
+ --scarlet-100: #e36ca3;
147
+ --scarlet-200: #cd6799;
148
+ --scarlet-300: #d16098;
149
+ --scarlet-400: #eb2889;
150
+
151
+ /* Scarlet red */
152
+ --scarletRed-100: #ff6d70;
153
+ --scarletRed-200: #ff3860;
154
+ --scarletRed-300: #e81c4f;
155
+ --scarletRed-400: #fc0c18;
156
+ --scarletRed-500: #d1002a;
157
+ --scarletRed-600: #ff0033;
158
+ --scarletRed-700: #c92828;
159
+
160
+ /* Blue violet */
161
+ --blueViolet-50: #4f6cee;
162
+ --blueViolet-100: #485fc7;
163
+ --blueViolet-200: #3b5998;
164
+ --blueViolet-300: #004fff;
165
+ --blueViolet-400: #071636;
166
+ --blueViolet-500: #040d21;
167
+ --blueViolet-550: #002238;
168
+ --blueViolet-600: #98a5e6;
169
+ --blueViolet-700: #e2e8f6;
170
+ --blueViolet-800: #d9dfea;
171
+
172
+ /* Khaki */
173
+ --khaki-100: #ffe08a;
174
+ --khaki-200: #fee16d;
175
+ --khaki-300: #ffc524;
176
+ --khaki-400: #fdcc08;
177
+ --khaki-500: #ffbf00;
178
+ --khaki-600: #daa60b;
179
+ --khaki-700: #e77b00;
180
+ --khaki-800: #3e3f42;
181
+ --khaki-850: #848482;
182
+ --khaki-900: #ff3300;
183
+
184
+ /* Vermilion */
185
+ --vermilion-100: #ffa08e;
186
+ --vermilion-200: #f88f7b;
187
+ --vermilion-300: #ff470f;
188
+ --vermilion-400: #da5656;
189
+
190
+ /* Greenish cyan */
191
+ --greenishCyan-100: #51e2c4;
192
+ --greenishCyan-200: #00d1b2;
193
+ --greenishCyan-300: #006b5b;
194
+
195
+ /* Teal */
196
+ --teal-100: #48c78e;
197
+
198
+ /* Violet */
199
+ --violet-100: #e6e6fa;
200
+ --violet-200: #161c4f;
201
+
202
+ /* Yellow */
203
+ --yellow-100: #f7df1e;
204
+ --yellow-200: #a69308;
205
+ --yellow-300: #e5ff00;
206
+ --yellow-400: #ffff00;
207
+
208
+ /* Bluish green */
209
+ --bluishGreen-100: #65d277;
210
+ --bluishGreen-200: #24ff70;
211
+
212
+ /* Olive */
213
+ --olive-100: #ade960;
214
+
215
+ /* Lime */
216
+ --lime-100: #d4ee9b;
217
+
218
+ /* Purple */
219
+ --purple-100: #b86bff;
220
+ --purple-200: #8605ff;
221
+
222
+ /* Purple magenta */
223
+ --purpleMagenta-100: #a44eca;
224
+
225
+ /* Purple violet */
226
+ --purpleViolet-100: #bdaaf6;
227
+
228
+ /* Red */
229
+ --red-100: #f95347;
230
+
231
+ --scarlet-100: #5e5bfc;
232
+
233
+ /*------------< Overall theme parameters >---------------------------------*/
234
+
235
+ --marpx-theme-font-family: "Fira Sans Light", Faustina, Bookerly, Lora, sans-serif;
236
+ --marpx-theme-font-size: 22pt;
237
+ --marpx-theme-letter-spacing: -0.0125px;
238
+ --marpx-theme-figure-captiontext: "Figure ";
239
+ --marpx-theme-figure-captiontext-color: var(--scarletRed-500);
240
+ --marpx-theme-h1-font-size: 32pt;
241
+ --marpx-theme-table-captiontext: "Table ";
242
+ --marpx-theme-table-captiontext-color: var(--scarletRed-500);
243
+
244
+ --marpx-theme-brandlogo: " (2025)";
245
+
246
+ --marpx-theme-color: #3e6ceb;
247
+ --marpx-theme-h1-color: var(--blueViolet-500);
248
+ --marpx-theme-h1-bold-color: #ff3c00;
249
+ --marpx-theme-h2-color: var(--blueViolet-300);
250
+ --marpx-theme-marker-color: color-mix(in srgb,
251
+ var(--marpx-theme-color),
252
+ white 25%);
253
+ --marpx-theme-font-color: #000000;
254
+ --marpx-theme-background-color: #ffffff;
255
+ --marpx-theme-bold-color: #f8150d;
256
+ --marpx-theme-subtitle-color: #5d616d;
257
+ --marpx-theme-code-color: #e9e9e9;
258
+ --marpx-theme-highlight-color: #ffff00;
259
+ --marpx-theme-footnote-mark-color: #ff0000;
260
+ --marpx-theme-toc-color: #4562bb;
261
+ --marpx-theme-toc-background-color: #f6f6f6;
262
+
263
+ /*-------------------< CHAPTER SLIDE >-----------------------------*/
264
+
265
+ --marpx-theme-chapter-background-color: hsl(224, 65%, 75%);
266
+ --marpx-theme-chapter-h1-font-color: #ffffff;
267
+ --marpx-theme-chapter-h2-font-color: #ffffff;
268
+
269
+
270
+ /*-------------------< TITLE SLIDE >-----------------------------*/
271
+
272
+ /* fonts sizes */
273
+ --marpx-title-header-color: #000000;
274
+ --marpx-title_academic-title-size: 145%;
275
+ --marpx-title_academic-subtitle-size: 95%;
276
+ --marpx-title_academic-author-size: 105%;
277
+ --marpx-title_academic-date-size: 95%;
278
+ --marpx-title_academic-institute-size: 95%;
279
+
280
+ /* inter character space */
281
+ --marpx-title_academic-letter-spacing: 0.125px;
282
+
283
+ /* font weights */
284
+ --marpx-title_academic-title-font-weight: 600;
285
+ --marpx-title_academic-subtitle-font-weight: 300;
286
+
287
+ /* colors in style */
288
+ /* --marpx-title_academic-title-color: #002b36; */
289
+ --marpx-title_academic-title-color: #003c4b;
290
+ --marpx-title_academic-subtitle-color: #ababac;
291
+ --marpx-title_academic-author-color: #f8150d;
292
+ --marpx-title_academic-font-color: #242d31;
293
+ --marpx-title_academic-background-color: #faf7f7;
294
+ --marpx-title_academic-border-color: #364269;
295
+
296
+ /*------------< Parameters used in `REFERENCES` >---------------------------------*/
297
+ --marpx-references-color: #303235;
298
+ --marpx-references-bold-color: #3e6ceb;
299
+ --marpx-references-background-color: #eff4fa;
300
+ --marpx-references-header-color: #539dd3;
301
+
302
+ /*------------< Parameters used in `QUOTE` >---------------------------------*/
303
+
304
+ --marpx-quote-font-family: Bookerly, Faustina, Times, serif;
305
+ --marpx-quote-background-color: #ffffff;
306
+ --marpx-quote-paragraph-background-color: #ffffff;
307
+ --marpx-quote-font-color: #222230;
308
+ --marpx-quote-bold-color: #6462f1;
309
+
310
+ /*-< quote dark >-*/
311
+
312
+ --marpx-quote_dark-font: Faustina, Bookerly, Times, serif;
313
+ --marpx-quote_dark-font-color: #222230;
314
+ --marpx-quote_dark-color-background: #9aade2;
315
+ --marpx-quote_dark-color-paragraph-background: #9aade2;
316
+ --marpx-quote_dark-bold-color: #f8f8f7;
317
+
318
+ /*------------< Parameters used in `TABLE` >---------------------------------*/
319
+
320
+ --marpx-table-font-size: 22px;
321
+ --marpx-table-font-color: var(--marpx-theme-font-color);
322
+ --marpx-table-font-family: inherit;
323
+ --marpx-table-header-background-color: #151d33;
324
+ --marpx-table-header-color-color: white;
325
+ --marpx-table-border-top-color: rgb(255, 73, 1);
326
+ --marpx-table-border-bottom-color: #cac9c5f8;
327
+ --marpx-table-nth-child-color-color: #f5f5f5;
328
+ --marpx-table-hover-color: #474619;
329
+ --marpx-table-hover-background-color: #eaf779;
330
+
331
+ --marpx-calc-toc-font-color: color-mix(in srgb,
332
+ var(--marpx-theme-toc-color),
333
+ white 35%);
334
+ --marpx-calc-toc-marker-color: color-mix(in srgb,
335
+ var(--marpx-theme-toc-color),
336
+ black 30%);
337
+ --marpx-calc-toc-hover-color: color-mix(in srgb,
338
+ var(--marpx-theme-toc-color),
339
+ gray 40%);
340
+ --marpx-calc-toc-hoover-background-color: color-mix(in srgb,
341
+ var(--marpx-theme-toc-color),
342
+ white 85%);
343
+ }
344
+
345
+ img[alt~="center"] {
346
+ display: block;
347
+ margin: 0 auto;
348
+ }
349
+
350
+ img[alt~="end-bg"] {
351
+ position: absolute;
352
+ top: 0;
353
+ left: 0;
354
+ z-index: -2;
355
+ }
356
+
357
+ img[alt~="title-bg"] {
358
+ position: absolute;
359
+ top: 0;
360
+ left: 65.3%;
361
+ z-index: -2;
362
+ }
363
+
364
+ li {
365
+ /* Espaço de 20 pixels entre cada item */
366
+ margin-bottom: 20px;
367
+ }
368
+
369
+ section {
370
+ /* Until aug.2025 it works only with Chrome */
371
+ --page-number: attr(data-marpit-pagination);
372
+ /* Until aug.2025 it works only with Chrome */
373
+ --page-number-total: attr(data-marpit-pagination-total);
374
+
375
+ font-weight: 400;
376
+ font-family: var(--marpx-theme-font-family);
377
+ font-size: var(--marpx-theme-font-size);
378
+ letter-spacing: var(--marpx-theme-letter-spacing);
379
+ color: var(--marpx-theme-font-color);
380
+ background: var(--marpx-theme-background-color);
381
+ padding: 145px 80px 68px 80px;
382
+ background-size: contain;
383
+ }
384
+
385
+ section::after {
386
+ background-color: #ffffffbd;
387
+ border-radius: 100px;
388
+ bottom: 22px;
389
+ color: var(--marpx-theme-color);
390
+ content: attr(data-marpit-pagination) "/" attr(data-marpit-pagination-total);
391
+ font-size: 14pt;
392
+ left: 50px;
393
+ margin: 0;
394
+ padding: 2px 8px;
395
+ position: absolute;
396
+ }
397
+
398
+ header {
399
+ position: absolute;
400
+ bottom: 29px;
401
+
402
+ margin: 0px;
403
+ padding: 0px;
404
+ text-align: end;
405
+ left: 130px;
406
+ color: var(--marpx-theme-color);
407
+ font-weight: 700;
408
+ font-size: 10.5pt;
409
+ vertical-align: bottom;
410
+
411
+ display: flex;
412
+ justify-content: flex-end;
413
+ align-items: flex-end;
414
+ }
415
+
416
+ footer {
417
+ position: absolute;
418
+ color: var(--marpx-color-light-grey);
419
+ font-size: 8pt;
420
+ font-weight: 700;
421
+ margin: 0px;
422
+ padding: 0px;
423
+ top: auto;
424
+ right: auto;
425
+ left: 130px;
426
+ bottom: 16px;
427
+ }
428
+
429
+ footer::before {
430
+ content: " ";
431
+ }
432
+
433
+ /* BRAND LOGO */
434
+ footer::after {
435
+ content: var(--marpx-theme-brandlogo);
436
+ }
437
+
438
+ h1 {
439
+ max-width: calc(100% - 10px);
440
+ top: 60px;
441
+ position: absolute;
442
+ color: var(--marpx-theme-h1-color);
443
+ font-size: var(--marpx-theme-h1-font-size);
444
+ font-weight: 700;
445
+ height: 120px;
446
+
447
+ /* border-bottom: 1px solid #fd0d0d; */
448
+
449
+ /* Inhibited due to the form of italic and bold text linking - 19.dez.2025 */
450
+ /* display: flex; */
451
+
452
+
453
+ justify-content: flex-end;
454
+ align-items: center;
455
+ }
456
+
457
+ h1[data-auto-scaling] {
458
+ display: unset;
459
+ position: unset;
460
+ }
461
+
462
+ h2 {
463
+ color: var(--marpx-theme-h2-color);
464
+ }
465
+
466
+ h2,
467
+ h3 {
468
+ margin-top: 12px;
469
+ margin-bottom: 8px;
470
+ }
471
+
472
+ /* h1 > strong::before,
473
+ h1 > strong::after,
474
+ h1 > em::before,
475
+ h1 > em::after,
476
+ h2 > strong::before,
477
+ h2 > strong::after,
478
+ h2 > em::before,
479
+ h2 > em::after,
480
+ h3 > strong::before,
481
+ h3 > strong::after,
482
+ h3 > em::before,
483
+ h3 > em::after {
484
+ content: "\00a0";
485
+ } */
486
+
487
+ h1>strong,
488
+ h1>em,
489
+ h2>strong,
490
+ h2>em,
491
+ h3>strong,
492
+ h3>em,
493
+ h4>strong,
494
+ h4>em,
495
+ h5>strong,
496
+ h5>em,
497
+ h6>strong,
498
+ h6>em {
499
+ /* padding: 0.01em 0.01em 0em 0.01em; */ /* 19.dez.2025 */
500
+ color: var(--marpx-theme-h1-bold-color);
501
+ font-weight: bold !important;
502
+
503
+ /* paulo.cunha */
504
+ /* margin-left: 0.125em; */
505
+ /* ajuste conforme necessário */
506
+ /* margin-right: 0.125 em; */
507
+ /* ajuste conforme necessário */
508
+ /* display: inline-block; */
509
+ /* assegura que margin-right funcione previsivelmente */
510
+ }
511
+
512
+ /* 19.dez.2025 */
513
+ /* h1>strong,
514
+ h1>em {
515
+
516
+ margin-left: 0.125em;
517
+ } */
518
+
519
+ li::marker {
520
+ color: var(--marpx-theme-marker-color);
521
+ }
522
+
523
+ section>video {
524
+ max-height: 100%;
525
+ }
526
+
527
+ section>figure {
528
+ margin: 0;
529
+ margin-bottom: 10px;
530
+ max-height: calc(100% - 48px);
531
+ }
532
+
533
+ section>figure.center {
534
+ margin: 0 auto;
535
+ margin-bottom: 10px;
536
+ display: block;
537
+ text-align: center;
538
+ max-height: calc(100% - 48px);
539
+ }
540
+
541
+ /*
542
+ !================================================================================
543
+ ?-----------------------< <FOOTNOTE> >-----------------------
544
+ !================================================================================
545
+ */
546
+ section sup,
547
+ footnote li::marker,
548
+ .footnote li::marker {
549
+ color: var(--marpx-theme-footnote-mark-color);
550
+ }
551
+
552
+ footnote {
553
+ border-top: 0.1em solid #555;
554
+ border-left: 0;
555
+ font-size: 60%;
556
+ margin-top: auto;
557
+ }
558
+
559
+ footnote>ol {
560
+ margin-bottom: 0;
561
+ }
562
+
563
+ /*
564
+ !================================================================================
565
+ ?-----------------------< SLIDE LAYOUTS >-----------------------
566
+ !================================================================================
567
+ */
568
+ section>div.multicolumn,
569
+ section.multicolumn {
570
+ display: grid;
571
+ grid-auto-flow: column;
572
+ grid-gap: 10px;
573
+ }
574
+
575
+ section>div.multicolumn.vcenter,
576
+ section.multicolumn.vcenter {
577
+ align-items: center;
578
+ }
579
+
580
+ /* The layout for all slides is set to appear in column mode. */
581
+ section.cols {
582
+ display: flex;
583
+ gap: 2rem;
584
+ flex-direction: row;
585
+ }
586
+
587
+ /* The following is a layout for individual column areas in normal slides. */
588
+ section>div.cols {
589
+ display: flex;
590
+ gap: 1rem;
591
+ flex-direction: row;
592
+ }
593
+
594
+ /* It is optional to use the same column behavior. */
595
+ /*.cols > .col { */
596
+ .cols>div {
597
+ flex: 1 1 0;
598
+ }
599
+
600
+ /* The objective is to display multiple rows in a single column. */
601
+ section.rows {
602
+ display: flex;
603
+ gap: 2rem;
604
+ justify-content: space-evenly;
605
+ flex-direction: column;
606
+ }
607
+
608
+ section>div.rows {
609
+ display: flex;
610
+ gap: 1rem;
611
+ flex-direction: column;
612
+ }
613
+
614
+ /* grid layouts */
615
+ section>div.grid-tlr,
616
+ section.grid-tlr {
617
+ display: grid;
618
+ grid-template-areas: "top top" "left right";
619
+ grid-template-columns: 1fr 1fr;
620
+ gap: 5px 10px;
621
+ }
622
+
623
+ section>div.grid-lrb,
624
+ section.grid-lrb {
625
+ display: grid;
626
+ grid-template-areas: "left right" "bottom bottom";
627
+ grid-template-columns: 1fr 1fr;
628
+ gap: 5px 10px;
629
+ }
630
+
631
+ .gtop {
632
+ grid-area: top;
633
+ }
634
+
635
+ .gbot {
636
+ grid-area: bottom;
637
+ }
638
+
639
+ .glft {
640
+ grid-area: left;
641
+ }
642
+
643
+ .grgt {
644
+ grid-area: right;
645
+ }
646
+
647
+ /* adjust h1 for the flex elements */
648
+ section.multicolumn>h1,
649
+ section.cols>h1,
650
+ section.rows>h1,
651
+ section.grid>h1 {
652
+ margin-left: 80px;
653
+ }
654
+
655
+ /*
656
+ !================================================================================
657
+ ?-----------------------< TITLE >-----------------------
658
+ !================================================================================
659
+ */
660
+ section.title,
661
+ section.title-bg {
662
+ padding-left: 80px;
663
+ background-color: var(--marpx-title_academic-background-color);
664
+ }
665
+
666
+
667
+ section.title>h1,
668
+ section.title-bg>h1 {
669
+ position: absolute;
670
+ top: 34%;
671
+ margin: 0px;
672
+ height: 28%;
673
+
674
+ padding: 0px;
675
+ font-size: 42pt;
676
+ /* font-size: var(--marpx-title_academic-title-size); */
677
+ line-height: normal;
678
+ color: var(--marpx-title_academic-title-color);
679
+ font-weight: 700;
680
+
681
+ /* display: flex; */
682
+ /* paulo.cunha */
683
+ display: block;
684
+ justify-content: flex-end;
685
+ align-items: flex-end;
686
+ }
687
+
688
+ section.title>h2,
689
+ section.title-bg>h2 {
690
+ position: absolute;
691
+ top: 65.27%;
692
+ margin: 0px;
693
+ padding: 0px;
694
+ font-size: 30pt;
695
+ color: var(--marpx-title_academic-subtitle-color);
696
+ font-weight: 700;
697
+ }
698
+
699
+ section.title-bg::before {
700
+ position: absolute;
701
+ top: 0;
702
+ left: 0;
703
+ width: 100%;
704
+ height: 100%;
705
+ z-index: -1;
706
+ }
707
+
708
+ section.title::after,
709
+ section.title-bg::after {
710
+ opacity: 0;
711
+ }
712
+
713
+ section.title>header,
714
+ section.title-bg>header {
715
+ position: absolute;
716
+ bottom: 140px;
717
+ margin: 0px;
718
+ padding: 0px;
719
+ left: 80px;
720
+ font-size: 20pt;
721
+ color: var(--marpx-title-header-color);
722
+ font-weight: 200;
723
+ }
724
+
725
+ section.title>footer,
726
+ section.title-bg>footer {
727
+ opacity: 0;
728
+ }
729
+
730
+ /*
731
+ !================================================================================
732
+ $?-----------------------< TITLE ACADEMIC >-----------------------
733
+ !================================================================================
734
+ */
735
+
736
+ section.title-academic {
737
+ background-color: var(--marpx-title_academic-background-color) !important;
738
+ background-image: none;
739
+ z-index: -5;
740
+ }
741
+
742
+ section.title-academic .title,
743
+ section.title-academic>h1 {
744
+ width: 95%;
745
+ padding-bottom: 15px !important;
746
+ /* distance from the title to the underline below it */
747
+
748
+ line-height: 1.05 !important;
749
+ font-size: var(--marpx-title_academic-title-size);
750
+ letter-spacing: var(--marpx-title_academic-letter-spacing);
751
+ font-weight: var(--marpx-title_academic-title-font-weight);
752
+ color: var(--marpx-title_academic-title-color);
753
+ border-bottom: 1px solid var(--marpx-title_academic-border-color) !important;
754
+ }
755
+
756
+ section.title-academic .title>strong {
757
+ /* color: var(--marpx-theme-h1-bold-color) !important; */
758
+ color: red !important;
759
+ font-weight: bold;
760
+ }
761
+
762
+ section.title-academic>h1 {
763
+ top: 25pt;
764
+ height: 0%;
765
+ position: relative;
766
+ font-weight: var(--marpx-title_academic-title-font-weight);
767
+ letter-spacing: var(--marpx-title_academic-letter-spacing);
768
+ }
769
+
770
+ section.title-academic .subtitle,
771
+ section.title-academic>h2 {
772
+ color: var(--marpx-title_academic-subtitle-color);
773
+
774
+ font-size: var(--marpx-title_academic-subtitle-size);
775
+ font-weight: var(--marpx-title_academic-subtitle-font-weight);
776
+
777
+ line-height: 1.2;
778
+ letter-spacing: var(--marpx-title_academic-letter-spacing);
779
+
780
+ padding-top: 10px;
781
+ padding-bottom: 120px;
782
+ }
783
+
784
+ section.title-academic>h2 {
785
+ top: 18pt;
786
+ width: 95% !important;
787
+ position: relative;
788
+ }
789
+
790
+ section.title-academic .author,
791
+ section.title-academic>h3 {
792
+ color: var(--marpx-title_academic-author-color) !important;
793
+ font-size: var(--marpx-title_academic-author-size);
794
+ font-weight: bold !important;
795
+ }
796
+
797
+ section.title-academic .date,
798
+ section.title-academic>h4 {
799
+ font-size: var(--marpx-title_academic-date-size);
800
+ }
801
+
802
+ section.title-academic .organization,
803
+ section.title-academic>h5 {
804
+ font-size: var(--marpx-title_academic-institute-size);
805
+ }
806
+
807
+ section.title-academic .author,
808
+ section.title-academic .date,
809
+ section.title-academic .organization,
810
+ section.title-academic h3,
811
+ section.title-academic h4,
812
+ section.title-academic h5 {
813
+ font-weight: 400;
814
+ text-align: left;
815
+ color: var(--marpx-title_academic-font-color);
816
+ line-height: 1.25;
817
+ letter-spacing: var(--marpx-title_academic-letter-spacing);
818
+ }
819
+
820
+ /* Omits page number in Title Page Slide */
821
+ section.title-academic footer,
822
+ section.title-academic header,
823
+ section.title-academic:after {
824
+ /* hide header, footer and pagination */
825
+ display: none;
826
+ }
827
+
828
+ /*
829
+ !================================================================================
830
+ ?-----------------------< CHAPTER >-----------------------
831
+ !================================================================================
832
+ */
833
+ section.chapter {
834
+ padding-left: 80px;
835
+ background-image: none;
836
+ background-color: var(--marpx-theme-chapter-background-color);
837
+ }
838
+
839
+ /*
840
+ !================================================================================
841
+ ?-----------------------< CHAPTER ALTERNATIVE >-----------------------
842
+ !================================================================================
843
+ */
844
+ section.chapter-alt {
845
+ padding-left: 80px;
846
+ background-image: none;
847
+ background-color: white;
848
+ }
849
+
850
+ section.chapter-alt>h1 {
851
+ top: 38px;
852
+ position: absolute;
853
+ color: white;
854
+ font-size: 64pt;
855
+ font-weight: 700;
856
+ height: 47.5%;
857
+ width: 60%;
858
+
859
+ display: flex;
860
+ justify-content: flex-end;
861
+ align-items: flex-end;
862
+ }
863
+
864
+ /*
865
+ !================================================================================
866
+ ?-----------------------< CHAPTER AND SECTION >-----------------------
867
+ !================================================================================
868
+ */
869
+ /* Autor, Akad. Grad */
870
+ section.chapter-alt>header,
871
+ section.chapter>header {
872
+ opacity: 0;
873
+ }
874
+
875
+ /* Datum */
876
+ section.chapter-alt>footer,
877
+ section.chapter>footer {
878
+ opacity: 0;
879
+ }
880
+
881
+ section.chapter>h1 {
882
+ position: absolute;
883
+ top: 38px;
884
+ color: var(--marpx-theme-chapter-h1-font-color);
885
+ font-size: 54pt;
886
+ font-weight: 700;
887
+ height: 47.5%;
888
+
889
+ display: flex;
890
+ justify-content: flex-end;
891
+ align-items: flex-end;
892
+ }
893
+
894
+ section.chapter-alt>h1::after,
895
+ section.chapter>h1::after {
896
+ background: none repeat scroll 0 0 white;
897
+ bottom: 10px;
898
+ left: -50px;
899
+ content: "";
900
+ display: block;
901
+ position: absolute;
902
+ height: 8px;
903
+ width: 200px;
904
+ }
905
+
906
+ section.chapter-alt>h2,
907
+ section.chapter>h2 {
908
+ position: absolute;
909
+ top: 53.5%;
910
+ color: var(--marpx-theme-chapter-h2-font-color);
911
+ font-size: 28pt;
912
+ font-weight: 700;
913
+ }
914
+
915
+ section.chapter-alt::after,
916
+ section.chapter::after {
917
+ opacity: 0;
918
+ }
919
+
920
+ /*
921
+ !================================================================================
922
+ ?-----------------------< Table of Contents (TOC) >-----------------------
923
+ !================================================================================
924
+ */
925
+ section.toc {
926
+ padding-left: 450px;
927
+ padding-top: 50px;
928
+ font-size: 24pt;
929
+ flex-flow: nowrap;
930
+ background-color: var(--marpx-theme-toc-background-color);
931
+ }
932
+
933
+ section.toc a {
934
+ color: var(--marpx-calc-toc-font-color) !important;
935
+ /* font-weight: 600; */
936
+ }
937
+
938
+ /* paulo.cunha 12.01.2026 */
939
+ section.toc li {
940
+ /* Espaço de 20 pixels entre cada item */
941
+ margin-bottom: 10px;
942
+ }
943
+
944
+ section.toc li::marker {
945
+ color: var(--marpx-calc-toc-marker-color);
946
+ font-weight: bold;
947
+ }
948
+
949
+ section.toc a:hover {
950
+ font-size: 0.95em;
951
+ font-weight: bold;
952
+
953
+ color: var(--marpx-calc-toc-hover-color) !important;
954
+ background-color: var(--marpx-calc-toc-hoover-background-color);
955
+
956
+ border-radius: 8px;
957
+ padding: 5px 5px;
958
+ text-decoration-line: none;
959
+ }
960
+
961
+ section.toc::before {
962
+ position: absolute;
963
+
964
+ left: 0px;
965
+ top: 0px;
966
+ margin: 0px;
967
+ padding-top: 30px;
968
+
969
+ width: 30%;
970
+ /* height: 86.11%; */
971
+ height: 100%;
972
+
973
+ text-align: center;
974
+ font-size: 42pt;
975
+ font-weight: 700;
976
+
977
+ color: white;
978
+ background-color: var(--marpx-theme-toc-color);
979
+ content: "Agenda";
980
+ }
981
+
982
+ section[lang|="en"].toc::before {
983
+ content: "Contents";
984
+ }
985
+
986
+ section[lang|="pt"].toc::before {
987
+ content: "Conteúdo";
988
+ }
989
+
990
+ section[lang|="de"].toc::before {
991
+ content: "Inhalt";
992
+ }
993
+
994
+ section[lang|="es"].toc::before {
995
+ content: "Contenido";
996
+ }
997
+
998
+ section[lang|="fr"].toc::before {
999
+ content: "Contenu";
1000
+ }
1001
+
1002
+ section[lang|="it"].toc::before {
1003
+ content: "Contenuto";
1004
+ }
1005
+
1006
+ section[lang|="ru"].toc::before {
1007
+ content: "Содержание";
1008
+ }
1009
+
1010
+ section[lang|="ja"].toc::before {
1011
+ content: "目次";
1012
+ }
1013
+
1014
+ section[lang|="zh"].toc::before {
1015
+ content: "内容";
1016
+ }
1017
+
1018
+ /*
1019
+ !================================================================================
1020
+ ?-----------------------< THANKS >-----------------------
1021
+ !================================================================================
1022
+ */
1023
+ section.end,
1024
+ section.end-bg {
1025
+ color: white;
1026
+ background-color: var(--marpx-theme-color);
1027
+ padding-right: 515px;
1028
+ padding-left: 90px;
1029
+ padding-top: 185px;
1030
+ font-size: 14pt;
1031
+ /* white link color */
1032
+ --color-accent-fg: white;
1033
+ --fgColor-accent: white;
1034
+ }
1035
+
1036
+ section.end>h1,
1037
+ section.end-bg>h1 {
1038
+ color: white;
1039
+ font-size: 60pt;
1040
+ height: 152px;
1041
+ align-items: flex-end;
1042
+ }
1043
+
1044
+ section.end>h2,
1045
+ section.end-bg>h2 {
1046
+ color: white;
1047
+ }
1048
+
1049
+ section.end-bg::before {
1050
+ position: absolute;
1051
+ top: 0;
1052
+ left: 0;
1053
+ width: 100%;
1054
+ height: 100%;
1055
+ z-index: -1;
1056
+ }
1057
+
1058
+ /* no footer */
1059
+ section.end-bg::after,
1060
+ section.end-bg>header,
1061
+ section.end-bg>footer,
1062
+ section.end::after,
1063
+ section.end>header,
1064
+ section.end>footer {
1065
+ visibility: hidden;
1066
+ }
1067
+
1068
+ /*
1069
+ !================================================================================
1070
+ ?-----------------------< TOTAL PAGES >-----------------------
1071
+ !================================================================================
1072
+ */
1073
+ section.totalpages::after {
1074
+ color: var(--marpx-theme-color);
1075
+ font-size: 14pt;
1076
+ content: attr(data-marpit-pagination) "/" attr(data-marpit-pagination-total);
1077
+ position: absolute;
1078
+ padding: 0px;
1079
+ padding-bottom: 24px;
1080
+ left: 10px;
1081
+ width: 100px;
1082
+ margin: 0px;
1083
+ }
1084
+
1085
+ /*
1086
+ !================================================================================
1087
+ ?-----------------------< TITLE COPYRIGHT >-----------------------
1088
+ !================================================================================
1089
+ */
1090
+ section.copyright>footer {
1091
+ opacity: 100%;
1092
+ bottom: 1%;
1093
+ left: 1%;
1094
+ }
1095
+
1096
+ /*
1097
+ !================================================================================
1098
+ ?-----------------------< TITLE ADDITIONAL-LOGOS >-----------------------
1099
+ !================================================================================
1100
+ */
1101
+ section.logos>div.additional-logos {
1102
+ background-color: #ffffff;
1103
+ display: block;
1104
+ position: absolute;
1105
+ padding: 0;
1106
+ margin: 0;
1107
+ left: 0;
1108
+ top: 0;
1109
+ height: 20%;
1110
+ max-height: 100%;
1111
+ min-width: 61%;
1112
+ width: 61%;
1113
+ max-width: 61%;
1114
+ }
1115
+
1116
+ section.logos>div.additional-logos>p {
1117
+ display: flex;
1118
+ justify-content: left;
1119
+ text-align: left;
1120
+ margin: 0;
1121
+ height: 100%;
1122
+ max-height: inherit;
1123
+ align-items: center;
1124
+ align-content: center;
1125
+ max-width: inherit;
1126
+ }
1127
+
1128
+ section.logos>div.additional-logos>p>img {
1129
+ flex: 1;
1130
+ padding: 0;
1131
+ margin: 0;
1132
+ border: 0;
1133
+ max-height: inherit;
1134
+ object-fit: contain;
1135
+ background-color: #ffffff;
1136
+ max-width: inherit;
1137
+ }
1138
+
1139
+ /*
1140
+ !================================================================================
1141
+ ?-----------------------< BLANK / NOBRAND SLIDE >-----------------------
1142
+ !================================================================================
1143
+ */
1144
+
1145
+ section.blank,
1146
+ section.nobrand {
1147
+ background: none;
1148
+ background-color: #ffffff;
1149
+ }
1150
+
1151
+ section.blank>h1 {
1152
+ visibility: visible; /* 19.dez.2025 */
1153
+ }
1154
+
1155
+ section.blank>header,
1156
+ section.nobrand>header {
1157
+ visibility: hidden;
1158
+ }
1159
+
1160
+ section.blank>footer,
1161
+ section.nobrand>footer {
1162
+ visibility: hidden;
1163
+ }
1164
+
1165
+ section.blank::after,
1166
+ section.nobrand::after {
1167
+ visibility: hidden;
1168
+ }
1169
+
1170
+ /*
1171
+ !================================================================================
1172
+ ?-----------------------< CALLOUT >-----------------------
1173
+ !================================================================================
1174
+ */
1175
+ div.callout {
1176
+ overflow: hidden;
1177
+ border-style: solid;
1178
+ border-width: 1.25px;
1179
+ border-radius: 8px;
1180
+ margin: 12px 0;
1181
+ /* top+bottom right+left */
1182
+ padding: 1px 8px 8px 16px;
1183
+ mix-blend-mode: normal;
1184
+ }
1185
+
1186
+ div.callout>h1 {
1187
+ position: relative;
1188
+ font-size: 18pt;
1189
+ font-weight: 700;
1190
+ padding: 0px 0px 8pt 0px;
1191
+ margin-top: 0px;
1192
+ margin-bottom: 12px;
1193
+ justify-content: flex-start;
1194
+ height: unset;
1195
+ }
1196
+
1197
+ div.callout>ul,
1198
+ div.callout>ol,
1199
+ div.callout>p {
1200
+ margin-top: 0px;
1201
+ margin-bottom: 6px;
1202
+ }
1203
+
1204
+ div.callout.slim {
1205
+ margin: 8px 0;
1206
+ padding: 6px 6px 6px 12px;
1207
+ font-size: 14pt;
1208
+ }
1209
+
1210
+ div.callout.slim>h1 {
1211
+ font-size: 16pt;
1212
+ padding: 0px 0px 0pt 0px;
1213
+ }
1214
+
1215
+ div.callout>h1::before {
1216
+ margin-right: 4pt;
1217
+ }
1218
+
1219
+ div.callout>h1,
1220
+ div.callout.info>h1 {
1221
+ color: #4b96e7;
1222
+ }
1223
+
1224
+ div.callout,
1225
+ div.callout.info {
1226
+ background-color: #e9f2fc;
1227
+ border-color: #82a8d1;
1228
+ }
1229
+
1230
+ div.callout.warning>h1 {
1231
+ color: #e67300;
1232
+ }
1233
+
1234
+ div.callout.warning {
1235
+ background-color: #fff2e6;
1236
+ border-color: #c99e73;
1237
+ }
1238
+
1239
+ div.callout.note>h1 {
1240
+ color: #086ddd;
1241
+ }
1242
+
1243
+ div.callout.note {
1244
+ background-color: #e6f1fe;
1245
+ border-color: #88a2be;
1246
+ }
1247
+
1248
+ div.callout.abstract>h1 {
1249
+ color: #16c4c2;
1250
+ }
1251
+
1252
+ div.callout.abstract {
1253
+ background-color: #e8fcfc;
1254
+ border-color: #4a8a89;
1255
+ }
1256
+
1257
+ div.callout.todo>h1 {
1258
+ color: #4b96e7;
1259
+ }
1260
+
1261
+ div.callout.todo {
1262
+ background-color: #e9f2fc;
1263
+ border-color: #7694b4;
1264
+ }
1265
+
1266
+ div.callout.tip>h1 {
1267
+ color: #16c4c2;
1268
+ }
1269
+
1270
+ div.callout.tip {
1271
+ background-color: #e8fcfc;
1272
+ border-color: #279795;
1273
+ }
1274
+
1275
+ div.callout.success>h1 {
1276
+ color: #22c061;
1277
+ }
1278
+
1279
+ div.callout.success {
1280
+ background-color: #e1fdec;
1281
+ border-color: #4aa06b;
1282
+ }
1283
+
1284
+ div.callout.question>h1 {
1285
+ color: #e5b92a;
1286
+ }
1287
+
1288
+ div.callout.question {
1289
+ background-color: #fcf8e8;
1290
+ border-color: #ccb875;
1291
+ }
1292
+
1293
+ div.callout.failure>h1 {
1294
+ color: #ff001e;
1295
+ }
1296
+
1297
+ div.callout.failure {
1298
+ background-color: #fde8ea;
1299
+ border-color: #b14d4d;
1300
+ }
1301
+
1302
+ div.callout.danger>h1,
1303
+ div.callout.danger strong {
1304
+ color: #ffd000;
1305
+ }
1306
+
1307
+ div.callout.danger {
1308
+ background-color: #bd3540;
1309
+ border-color: #b80202;
1310
+ color: #ffffff;
1311
+ }
1312
+
1313
+ div.callout.bug>h1 {
1314
+ color: #ff9100;
1315
+ }
1316
+
1317
+ div.callout.bug {
1318
+ color: #030303;
1319
+ background-color: #f8fa91;
1320
+ border-color: #c09e05;
1321
+ }
1322
+
1323
+ div.callout.example>h1 {
1324
+ color: #7852ee;
1325
+ }
1326
+
1327
+ div.callout.example {
1328
+ background-color: #ede8fd;
1329
+ border-color: #9d8ec7;
1330
+ }
1331
+
1332
+ div.callout.quote>h1 {
1333
+ color: #a7a7a7;
1334
+ }
1335
+
1336
+ div.callout.quote {
1337
+ background-color: #f2f2f2;
1338
+ border-color: #949393;
1339
+ }
1340
+
1341
+ /*
1342
+ !================================================================================
1343
+ ?-----------------------< BESPOKE PROGRESS BAR >-----------------------
1344
+ !================================================================================
1345
+ */
1346
+ @import url("data:text/css, .bespoke-marp-parent { top: 0 !important; } .bespoke-progress-parent { position: absolute; bottom: 0 !important; z-index:100; background:none !important; height:3px !important; }");
1347
+
1348
+ /*
1349
+ !================================================================================
1350
+ ?-----------------------< FIGCAPTION and TABCAPTION >-----------------------
1351
+ !================================================================================
1352
+ */
1353
+ figcaption,
1354
+ tabcaption,
1355
+ .figcaption,
1356
+ .tabcaption {
1357
+ font-family: "Fira Sans";
1358
+ font-size: 14pt;
1359
+ font-weight: normal;
1360
+ color: var(--marpx-theme-font-color);
1361
+ text-align: center;
1362
+ }
1363
+
1364
+ figcaption::before,
1365
+ .figcaption::before {
1366
+ counter-increment: figure_cnt;
1367
+ font-weight: bold;
1368
+ color: var(--marpx-theme-figure-captiontext-color);
1369
+ content: var(--marpx-theme-figure-captiontext) var(--page-number) "."
1370
+ counter(figure_cnt) ": ";
1371
+ }
1372
+
1373
+ tabcaption::before,
1374
+ .tabcaption::before {
1375
+ counter-increment: table_cnt;
1376
+ font-weight: bold;
1377
+ color: var(--marpx-theme-table-captiontext-color);
1378
+ content: var(--marpx-theme-table-captiontext) var(--page-number) "."
1379
+ counter(table_cnt) ": ";
1380
+ }
1381
+
1382
+ .highlight {
1383
+ padding: 0.2em 0.3em;
1384
+ background-color: var(--marpx-theme-highlight-color);
1385
+ }
1386
+
1387
+ section code:not(pre code) {
1388
+ font-family: inherit;
1389
+ font-size: 0.95em;
1390
+ background-color: var(--marpx-theme-highlight-color);
1391
+ font-weight: bold;
1392
+ /* color: white; */
1393
+ border-radius: 11px 11px 11px 11px;
1394
+ }
1395
+
1396
+ section strong {
1397
+ color: var(--marpx-theme-bold-color);
1398
+ }
1399
+
1400
+ /*
1401
+ !================================================================================
1402
+ ?-----------------------< QUOTE (UNIFIED) >-----------------------
1403
+ !================================================================================
1404
+ */
1405
+
1406
+ section.quote {
1407
+ background-color: var(--marpx-quote-background-color) !important;
1408
+ }
1409
+
1410
+ section.quote h1 {
1411
+
1412
+ position: relative;
1413
+ top: -100px;
1414
+ height: 0px;
1415
+ text-align: center;
1416
+
1417
+ }
1418
+
1419
+ section.quote p {
1420
+ color: var(--marpx-quote-font-color);
1421
+ /* background-color: var(--marpx-quote-paragraph-background-color); */
1422
+ /* paulo.cunha */
1423
+ letter-spacing: -0.23pt;
1424
+ font-size: 1.4em !important;
1425
+ text-align: center;
1426
+ line-height: 1.10em;
1427
+ font-family: var(--marpx-quote-font-family) !important;
1428
+ /* font-style: oblique; */
1429
+ padding-top: auto;
1430
+ padding-bottom: auto;
1431
+ padding-left: 100px;
1432
+ padding-right: 100px;
1433
+ }
1434
+
1435
+ section.quote strong {
1436
+ font-style: italic;
1437
+ color: var(--marpx-quote-bold-color) !important;
1438
+ }
1439
+
1440
+ section.quote footer,
1441
+ section.quote header {
1442
+ display: none;
1443
+ }
1444
+
1445
+ /* Alternative style (used to be quote2, now quote dark) */
1446
+ section.quote.dark {
1447
+ background-color: var(--marpx-quote_dark-color-background) !important;
1448
+ }
1449
+
1450
+ /* Alternative style (used to be quote2, now quote dark) */
1451
+ section.quote.dark h1 {
1452
+ color: var(--bluishCyan-100) !important;
1453
+ }
1454
+
1455
+ section.quote.dark p {
1456
+ color: var(--marpx-quote_dark-font-color) !important;
1457
+ font-family: var(--marpx-quote_dark-font) !important;
1458
+ font-weight: normal;
1459
+ font-size: 34pt !important;
1460
+ background-color: var(--marpx-quote_dark-color-paragraph-background);
1461
+ letter-spacing: 0.1pt;
1462
+ text-align: center;
1463
+ line-height: 1.10em;
1464
+ padding-top: auto;
1465
+ padding-bottom: auto;
1466
+ padding-left: 85px;
1467
+ padding-right: 85px;
1468
+ }
1469
+
1470
+ section.quote.dark strong {
1471
+ font-style: italic;
1472
+ color: var(--marpx-quote_dark-bold-color) !important;
1473
+ }
1474
+
1475
+ /*
1476
+ !================================================================================
1477
+ ?-----------------------< TABLES >-----------------------
1478
+ !================================================================================
1479
+ */
1480
+
1481
+ section table {
1482
+ font-size: var(--marpx-table-font-size);
1483
+ font-family: var(--marpx-table-font-family) !important;
1484
+ color: var(--marpx-table-font-color);
1485
+ }
1486
+
1487
+ section table th {
1488
+ background-color: var(--marpx-table-header-background-color);
1489
+ color: var(--marpx-table-header-color-color);
1490
+ border-top: var(--marpx-table-border-top-color) solid 2px;
1491
+ border-bottom: var(--marpx-table-border-bottom-color) solid 2px;
1492
+ border-width: initial;
1493
+ }
1494
+
1495
+ section table td {
1496
+ border: 1px solid var(--marpx-table-border-bottom-color);
1497
+ border-left: 0;
1498
+ border-right: 0;
1499
+ line-height: 1.15;
1500
+ }
1501
+
1502
+ section table tr:nth-child(even) {
1503
+ background-color: var(--marpx-table-nth-child-color-color);
1504
+ }
1505
+
1506
+ section table tr:last-child {
1507
+ border-bottom: var(--marpx-table-border-bottom-color) solid 1px;
1508
+ }
1509
+
1510
+ tr:hover {
1511
+ color: var(--marpx-table-hover-color) !important;
1512
+ background: var(--marpx-table-hover-background-color) !important;
1513
+ /* font-weight: bold !important; */
1514
+ }
1515
+
1516
+ /*
1517
+ !================================================================================
1518
+ ?-----------------------< REFERENCES >-----------------------
1519
+ !================================================================================
1520
+ */
1521
+ section.references {
1522
+ background: var(--marpx-references-background-color);
1523
+ color: var(--marpx-references-color);
1524
+ font-family: "Fira Sans Light", sans-serif;
1525
+ padding: 150px 48px;
1526
+ line-height: 1.15;
1527
+ }
1528
+
1529
+ section.references li {
1530
+ /* ajuste o valor conforme desejar */
1531
+ margin-bottom: 0.7em !important;
1532
+ }
1533
+
1534
+ section.references strong {
1535
+ color: var(--marpx-references-bold-color);
1536
+ font-family: "Fira Sans Regular", sans-serif;
1537
+ }
1538
+
1539
+ section.references h1,
1540
+ section.references h2 {
1541
+ color: var(--marpx-references-header-color);
1542
+ margin-bottom: 16px;
1543
+ font-family: "Fira Sans Regular", sans-serif;
1544
+ /* border-bottom: 1px solid #0606ee; */
1545
+ }
1546
+
1547
+ section.references .multicolumn {
1548
+ display: grid;
1549
+ column-gap: 18px;
1550
+ /* Align items to the top */
1551
+ align-items: start;
1552
+ }
1553
+
1554
+ section.references .multicolumn>div {
1555
+ padding: 0 0px;
1556
+ /* Ensures content is aligned with the top */
1557
+ vertical-align: top;
1558
+ }
1559
+
1560
+ section.references,
1561
+ /* section.references *, */
1562
+ section.references .multicolumn>div,
1563
+ section.references .multicolumn>div * {
1564
+ font-size: 15pt !important;
1565
+ font-weight: 600 !important;
1566
+ box-sizing: border-box;
1567
+ }
1568
+
1569
+ /*
1570
+ !================================================================================
1571
+ ?-----------------------< BLACK-SLIDE & SLIDE BLACK>-----------------------
1572
+ !================================================================================
1573
+ */
1574
+
1575
+ section.slide.black,
1576
+ section.black-slide {
1577
+ background-color: black !important;
1578
+ color: white !important;
1579
+ }
1580
+
1581
+ section.slide.black>h1,
1582
+ section.black-slide>h1 {
1583
+ color: white;
1584
+ }
1585
+
1586
+ section.slide.black figcaption,
1587
+ section.slide.black .figcaption,
1588
+ section.black-slide figcaption,
1589
+ section.black-slide .figcaption {
1590
+ color: white !important;
1591
+ }
1592
+
1593
+ section.slide.black figcaption::before,
1594
+ section.slide.black .figcaption::before,
1595
+ section.black-slide figcaption::before,
1596
+ section.black-slide .figcaption::before {
1597
+ color: rgb(245, 76, 76) !important;
1598
+ }
1599
+
1600
+ /*
1601
+ !================================================================================
1602
+ ?-----------------------< WHITE-SLIDE & SLIDE WHITE>-----------------------
1603
+ !================================================================================
1604
+ */
1605
+ section.slide.white,
1606
+ section.white-slide {
1607
+ background-color: white !important;
1608
+ }
1609
+
1610
+ section.slide.white>h1,
1611
+ section.white-slide>h1 {
1612
+ color: black;
1613
+ }
1614
+
1615
+ section.slide.white figcaption,
1616
+ section.slide.white .figcaption,
1617
+ section.white-slide figcaption,
1618
+ section.white-slide .figcaption {
1619
+ color: black !important;
1620
+ }
1621
+
1622
+ /*
1623
+ section.slide.white figcaption::before,
1624
+ section.slide.white .figcaption::before,
1625
+ section.white-slide figcaption::before,
1626
+ section.white-slide .figcaption::before {
1627
+ color: red !important;
1628
+ } */
1629
+
1630
+ /*
1631
+ !================================================================================
1632
+ ?-----------------------< NOTES >-----------------------
1633
+ !================================================================================
1634
+ */
1635
+ .notes {
1636
+ color: #2c3e50;
1637
+ margin-top: 10px;
1638
+ background: #e8f6fc;
1639
+ padding: 35px;
1640
+ padding-top: 15px;
1641
+ border-radius: 10px;
1642
+ border-left: 15px solid #178cda;
1643
+ }
1644
+
1645
+ .notes h3 {
1646
+ margin-bottom: 15px;
1647
+ color: #2c3e50;
1648
+ }
1649
+
1650
+ .notes ul,
1651
+ ol {
1652
+ padding-left: 50px;
1653
+ }
1654
+
1655
+ .notes li {
1656
+ margin-bottom: 15px;
1657
+ }
1658
+
1659
+
1660
+ /*
1661
+ !================================================================================
1662
+ ?-----------------------< CONTAINER >-----------------------
1663
+ !================================================================================
1664
+ */
1665
+
1666
+ .container {
1667
+ max-width: 1200px;
1668
+ margin: 0 auto;
1669
+ background: white;
1670
+ border-radius: 10px;
1671
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
1672
+ padding: 25px;
1673
+ overflow-x: auto;
1674
+ }
1675
+
1676
+ /*
1677
+ !================================================================================
1678
+ ?-----------------------< BOX >-----------------------
1679
+ !================================================================================
1680
+ */
1681
+
1682
+ box {
1683
+
1684
+ border: 0px solid black;
1685
+ /* cria a borda */
1686
+ padding: 15px;
1687
+ /* espaçamento interno */
1688
+ margin: 15px auto;
1689
+ /* espaçamento externo */
1690
+ display: inline-block;
1691
+ /* garante que a caixa se ajuste ao conteúdo */
1692
+ border-radius: 10px;
1693
+ /* cantos arredondados (opcional) */
1694
+ background-color: #d3d3d3d0;
1695
+ /* cor de fundo (opcional) */
1696
+ text-align: center;
1697
+ /* centraliza o conteúdo dentro da caixa */
1698
+ box-shadow: 0 8px 15px rgba(8, 8, 8, 0.192);
1699
+ }
1700
+
1701
+ bbox {
1702
+
1703
+ border: 1px solid black;
1704
+ /* cria a borda */
1705
+ padding: 25px;
1706
+ /* espaçamento interno */
1707
+ margin: 50px auto;
1708
+ /* espaçamento externo */
1709
+ display: inline-block;
1710
+ /* garante que a caixa se ajuste ao conteúdo */
1711
+ border-radius: 10px;
1712
+ /* cantos arredondados (opcional) */
1713
+ background-color: #ffffff;
1714
+ /* cor de fundo (opcional) */
1715
+ text-align: center;
1716
+ /* centraliza o conteúdo dentro da caixa */
1717
+ box-shadow: 0 7px 15px rgba(0, 0, 0, 0.08);
1718
+ }
1719
+
1720
+ .box {
1721
+
1722
+ border: 1px solid black;
1723
+ /* cria a borda */
1724
+ padding: 10px;
1725
+ /* espaçamento interno */
1726
+ /* margin: 50px auto; espaçamento externo */
1727
+ display: inline-block;
1728
+ /* garante que a caixa se ajuste ao conteúdo */
1729
+ border-radius: 6px;
1730
+ /* cantos arredondados (opcional) */
1731
+ background-color: #f0f0f0;
1732
+ /* cor de fundo (opcional) */
1733
+ text-align: center;
1734
+ /* centraliza o conteúdo dentro da caixa */
1735
+ }