wagtail-enap-designsystem 1.2.1.202__py3-none-any.whl → 1.2.1.203__py3-none-any.whl

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.

Potentially problematic release.


This version of wagtail-enap-designsystem might be problematic. Click here for more details.

@@ -1,41 +1,1154 @@
1
- /* Estilos Base */
2
- body {
1
+ /* Estilos para a tela de resultado redesenhada */
2
+
3
+ .mapa-personalizado {
4
+ color: #024248;
5
+ padding: 2rem 0;
6
+ margin: 0 auto;
7
+ background: #F5F7FA;
8
+ }
9
+
10
+ .container {
11
+ width: 100%;
12
+ padding: 0 1.5rem;
13
+ }
14
+
15
+ /* Estilo do cabeçalho */
16
+ .header-icon {
17
+ display: flex;
18
+ justify-content: center;
19
+ margin-bottom: 1.5rem;
20
+ }
21
+
22
+ .icon-circle {
23
+ width: 70px;
24
+ height: 70px;
25
+ background-color: #024248;
26
+ border-radius: 50%;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: center;
30
+ color: white;
31
+ font-size: 2rem;
32
+ }
33
+
34
+ .mapa-header {
35
+ text-align: center;
36
+ margin-bottom: 2.5rem;
37
+ border-radius: 20px;
38
+ border: 1px solid #C8D1E0;
39
+ }
40
+
41
+ .mapa-header h1 {
42
+ font-size: 2.5rem;
43
+ font-weight: 700;
44
+ color: #024248;
45
+ margin-bottom: 1rem;
46
+ }
47
+
48
+ .categoria-badge {
49
+ display: inline-block;
50
+ padding: 0.5rem 1rem;
51
+ background-color: #f0f8fa;
52
+ border-radius: 20px;
53
+ color: #024248;
54
+ font-weight: 500;
55
+ font-size: 0.9rem;
56
+ letter-spacing: 0.5px;
57
+ margin: 1rem 0;
58
+ }
59
+
60
+ .texto-resultado {
61
+ max-width: 700px;
62
+ margin: 1rem auto;
63
+ line-height: 1.5;
64
+ }
65
+
66
+ /* Estilo da cápsula principal */
67
+ .capsula-principal {
68
+ margin-bottom: 3rem;
69
+ }
70
+
71
+ .capsula-card-two {
72
+ background-color: white;
73
+ border-radius: 20px;
74
+ border: 1px solid #C8D1E0;
75
+ padding: 2rem;
76
+ display: flex;
77
+ flex-direction: column;
78
+ align-items: center;
79
+ position: relative;
80
+ overflow: hidden;
81
+ margin-bottom: 1rem;
82
+ }
83
+
84
+ .capsula-card {
85
+ background-color: white;
86
+ border-radius: 12px;
87
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
88
+ display: flex;
89
+ flex-direction: column;
90
+ align-items: center;
91
+ border: 1px solid #f0f0f0;
92
+ position: relative;
93
+ overflow: hidden;
94
+ margin-bottom: 1rem;
95
+ }
96
+
97
+ .card-icon {
98
+ margin-bottom: 1.5rem;
99
+ }
100
+
101
+ .icon-target {
102
+ width: 60px;
103
+ height: 60px;
104
+ background-color: #024248;
105
+ border-radius: 12px;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ color: white;
110
+ font-size: 1.5rem;
111
+ }
112
+
113
+ .card-content {
114
+ text-align: center;
115
+ width: 100%;
116
+ }
117
+
118
+ .comece-aqui {
119
+ color: #0d3950;
120
+ font-weight: 700;
121
+ margin-bottom: 1.5rem;
122
+ font-size: 1.2rem;
123
+ letter-spacing: 0.5px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ gap: 0.5rem;
128
+ }
129
+
130
+ .rocket-icon {
131
+ font-size: 1.5rem;
132
+ }
133
+
134
+ .capsula-title {
135
+ font-size: 1.8rem;
136
+ font-weight: 700;
137
+ margin-bottom: 1rem;
138
+ color: #024248;
139
+ }
140
+
141
+ .capsula-subtitle {
142
+ color: #5a6c77;
143
+ margin-bottom: 2rem;
144
+ font-size: 1.1rem;
145
+ line-height: 1.6;
146
+ max-width: 700px;
147
+ margin-left: auto;
148
+ margin-right: auto;
149
+ }
150
+
151
+ .action-button {
152
+ margin-top: 1.5rem;
153
+ }
154
+
155
+ .btn-acessar {
156
+ display: inline-flex;
157
+ align-items: center;
158
+ gap: 8px;
159
+ background-color: #007D7A;
160
+ color: white;
161
+ padding: 0.8rem 1.5rem;
162
+ border-radius: 6px;
163
+ text-decoration: none;
164
+ font-weight: 600;
165
+ transition: all 0.2s ease;
166
+ }
167
+
168
+ .btn-acessar:hover {
169
+ background-color: #003e4e;
170
+ transform: translateY(-2px);
171
+ }
172
+
173
+ /* Seção próximos passos */
174
+ .proximos-passos {
175
+ background-color: white;
176
+ border-radius: 12px;
177
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
178
+ padding: 2rem;
179
+ border: 1px solid #f0f0f0;
180
+ margin-bottom: 2rem;
181
+ }
182
+
183
+ .section-title {
184
+ display: flex;
185
+ align-items: center;
186
+ gap: 8px;
187
+ font-size: 1.3rem;
188
+ color: #0d3950;
189
+ font-weight: 700;
190
+ margin-bottom: 0.5rem;
191
+ }
192
+
193
+ .section-icon-two {
194
+ font-size: 1.5rem;
195
+ background-color: #024248;
196
+ color: white;
197
+ padding: 20px;
198
+ border-radius: 20px;
199
+ }
200
+
201
+ .section-subtitle {
202
+ color: #5a6c77;
203
+ margin-bottom: 2rem;
204
+ padding-left: 4.4rem;
205
+ }
206
+
207
+ .capsulas-complementares {
208
+ display: flex;
209
+ flex-direction: column;
210
+ gap: 1rem;
211
+ }
212
+
213
+ .capsula-item {
214
+ display: flex;
215
+ align-items: center;
216
+ padding: 1rem;
217
+ background-color: #f8fcfd;
218
+ border-radius: 8px;
219
+ transition: all 0.2s ease;
220
+ border: 1px solid #e0eef2;
221
+ }
222
+
223
+ .capsula-item:hover {
224
+ background-color: #f0f8fa;
225
+ transform: translateX(5px);
226
+ }
227
+
228
+ .item-number {
229
+ width: 36px;
230
+ height: 36px;
231
+ background-color: #024248;
232
+ color: white;
233
+ border-radius: 50%;
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: center;
237
+ font-weight: 600;
238
+ margin-right: 1rem;
239
+ }
240
+
241
+ .item-content {
242
+ flex-grow: 1;
243
+ }
244
+
245
+ .item-title {
246
+ font-size: 1.1rem;
247
+ font-weight: 600;
248
+ color: #0d3950;
249
+ }
250
+
251
+ .item-action {
252
+ margin-left: 1rem;
253
+ }
254
+
255
+ .item-link {
256
+ width: 36px;
257
+ height: 36px;
258
+ background-color: #e0f4f8;
259
+ color: #007D7A;
260
+ border-radius: 50%;
261
+ display: flex;
262
+ align-items: center;
263
+ justify-content: center;
264
+ text-decoration: none;
265
+ transition: all 0.2s ease;
266
+ }
267
+
268
+ .item-link:hover {
269
+ background-color: #006969;
270
+ color: white;
271
+ }
272
+
273
+ /* Botões de ação */
274
+ .acoes-resultado {
275
+ display: flex;
276
+ justify-content: center;
277
+ gap: 1rem;
278
+ margin-top: 3rem;
279
+ }
280
+
281
+ .btn {
282
+ display: inline-flex;
283
+ align-items: center;
284
+ gap: 8px;
285
+ padding: 0.8rem 1.5rem;
286
+ border-radius: 6px;
287
+ text-decoration: none;
288
+ font-weight: 600;
289
+ transition: all 0.2s ease;
290
+ cursor: pointer;
291
+ border: none;
292
+ font-family: inherit;
293
+ font-size: 1rem;
294
+ }
295
+
296
+
297
+ /* Responsividade */
298
+ @media (max-width: 768px) {
299
+ .mapa-header h1 {
300
+ font-size: 2rem;
301
+ }
302
+
303
+ .capsula-title {
304
+ font-size: 1.5rem;
305
+ }
306
+
307
+ .acoes-resultado {
308
+ flex-direction: column;
309
+ gap: 0.8rem;
310
+ }
311
+ }
312
+
313
+ /* Para FontAwesome ou melhor compatibilidade com os ícones */
314
+ .fa-star-sparkles:before {
315
+ content: "★";
316
+ }
317
+
318
+ .fa-bullseye:before {
319
+ content: "◎";
320
+ }
321
+
322
+ .fa-book-open:before {
323
+ content: "📖";
324
+ }
325
+
326
+ .fa-refresh:before {
327
+ content: "↻";
328
+ }
329
+
330
+ .fa-print:before {
331
+ content: "🖨️";
332
+ }
333
+
334
+ .fa-arrow-right:before {
335
+ content: "→";
336
+ }
337
+
338
+
339
+ .quiz-header {
340
+ text-align: center;
341
+ color: #024248;
342
+ padding: 2rem 0;
343
+ }
344
+
345
+ .quiz-header h1 {
346
+ text-align: center;
347
+ font-size: 40px;
348
+ font-weight: 600;
349
+ color: #024248;
350
+ }
351
+
352
+
353
+ .quiz-header p {
354
+ color: #555;
355
+ font-size: 1.1rem;
356
+ }
357
+
358
+ .question-block {
359
+ padding: 2rem;
360
+ margin-bottom: 2rem;
361
+ background-color: #f9f9f9;
362
+ border-radius: 8px;
363
+ border-left: 5px solid #024248;
364
+ }
365
+
366
+ .question-number {
367
+ display: inline-block;
368
+ width: 36px;
369
+ height: 36px;
370
+ background-color: #024248;
371
+ color: white;
372
+ border-radius: 50%;
373
+ text-align: center;
374
+ line-height: 36px;
375
+ font-weight: bold;
376
+ margin-right: 10px;
377
+ vertical-align: middle;
378
+ }
379
+
380
+ .question-title {
381
+ display: inline-block;
382
+ font-size: 20px;
383
+ margin-bottom: 0.5rem;
384
+ font-weight: 600;
385
+ vertical-align: middle;
386
+ }
387
+
388
+ .question-subtitle {
389
+ margin-left: 46px;
390
+ margin-bottom: 1.5rem;
391
+ color: #666;
392
+ font-size: 0.95rem;
393
+ }
394
+
395
+ .options-grid {
396
+ display: grid;
397
+ grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
398
+ gap: 1rem;
399
+ margin-top: 1rem;
400
+ }
401
+
402
+ .option-card {
403
+ background-color: white;
404
+ border: 1px solid #ddd;
405
+ border-radius: 8px;
406
+ padding: 1rem;
407
+ cursor: pointer;
408
+ transition: all 0.3s ease;
409
+ display: flex;
410
+ align-items: center;
411
+ }
412
+
413
+ .option-card:hover {
414
+ border-color: #024248;
415
+ box-shadow: 0 0 10px rgba(7, 29, 65, 0.1);
416
+ }
417
+
418
+ .option-card.selected {
419
+ border-color: #024248;
420
+ background-color: rgba(7, 29, 65, 0.05);
421
+ }
422
+
423
+ .option-checkbox {
424
+ margin-right: 12px;
425
+ }
426
+
427
+ .option-icon {
428
+ margin-right: 12px;
429
+ font-size: 1.2rem;
430
+ width: 24px;
431
+ color: #024248;
432
+ }
433
+
434
+ .option-text {
435
+ font-weight: 500;
436
+ }
437
+
438
+ .form-buttons {
439
+ display: flex;
440
+ align-items: center;
441
+ justify-content: center;
442
+ gap: 20px;
443
+ text-align: center;
444
+ margin-top: 2rem;
445
+ margin-bottom: 1rem;
446
+ }
447
+
448
+ :root {
449
+ --primary-color: #0A6C76;
450
+ --primary-light: #e0f7fa;
451
+ --secondary-color: #0A6C76;
452
+ --accent-color: #f97316;
453
+ --background-color: #f8fafc;
454
+ --card-bg: #ffffff;
455
+ --text-color: #033540;
456
+ --text-light: #4a6572;
457
+ --border-color: #e2e8f0;
458
+ --shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.06);
459
+ --shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
460
+ --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
461
+ --radius: 12px;
462
+ --radius-sm: 8px;
463
+ --radius-full: 9999px;
464
+ --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
465
+ }
466
+
467
+ * {
3
468
  margin: 0;
4
- font-family: 'Inter', sans-serif;
5
- color: #333;
469
+ padding: 0;
470
+ box-sizing: border-box;
471
+ }
472
+
473
+ body {
474
+ font-family: var(--font-sans);
475
+ background-color: var(--background-color);
476
+ color: var(--text-color);
477
+ line-height: 1.6;
478
+ }
479
+
480
+ /* Menu e cabeçalho */
481
+ .menu {
482
+ display: flex;
483
+ align-items: center;
484
+ max-width: 1280px;
485
+ margin: 0 auto;
486
+ padding: 0.5rem 1rem;
487
+ gap: 1.5rem;
488
+ color: white;
489
+ }
490
+
491
+ .menu a {
492
+ color: white;
493
+ text-decoration: none;
494
+ font-size: 0.875rem;
495
+ transition: opacity 0.15s ease;
496
+ }
497
+
498
+ .menu a:hover {
499
+ opacity: 0.8;
500
+ text-decoration: underline;
501
+ }
502
+
503
+ .separator {
504
+ height: 1rem;
505
+ width: 1px;
506
+ background-color: rgba(255, 255, 255, 0.5);
507
+ }
508
+
509
+ .logo {
510
+ margin-right: auto;
511
+ }
512
+
513
+ /* Main content container */
514
+ .acessibilidade-container-page {
515
+ background-color: #F5F7FA;
516
+ }
517
+
518
+ .page-title-container {
519
+ padding: 2.5rem 0;
520
+ background-color: transparent;
521
+ position: relative;
522
+ max-width: 1142px;
523
+ margin: auto;
524
+ }
525
+
526
+ .page-title-container::before {
527
+ content: '';
528
+ position: absolute;
529
+ width: 100vw;
530
+ left: 50%;
531
+ transform: translateX(-50%);
532
+ top: 0;
533
+ bottom: 0;
534
+ background-color: white;
535
+ z-index: -1;
536
+ }
537
+
538
+ .page-title-capsulas{
539
+ color: var(--text-color);
540
+ font-weight: 800;
541
+ font-size: 32px;
542
+ margin-bottom: 0.75rem;
543
+ letter-spacing: -0.025em;
544
+ line-height: 1.2;
545
+ }
546
+
547
+ /* Search and filter layout */
548
+ .acessibilidade-conteudo-container {
549
+ display: flex;
550
+ gap: 2.5rem;
551
+ }
552
+
553
+ .page-containera-cessibilidade {
554
+ background: white;
555
+ width: 100%;
556
+ }
557
+
558
+ /* Sidebar filters */
559
+ .filtros-lateral {
560
+ width: 340px;
561
+ flex-shrink: 0;
562
+ }
563
+
564
+ .search-box-container {
565
+ background-color: white;
566
+ padding: 1.25rem;
567
+ border-radius: var(--radius);
568
+ box-shadow: var(--shadow);
569
+ margin-bottom: 1.5rem;
570
+ }
571
+
572
+ .search-box {
573
+ display: flex;
574
+ align-items: center;
575
+ border: 1px solid var(--border-color);
576
+ border-radius: var(--radius-full);
577
+ padding: 0 0.75rem;
578
+ transition: var(--transition);
579
+ }
580
+
581
+ .search-box:focus-within {
582
+ border-color: var(--primary-color);
583
+ box-shadow: 0 0 0 2px rgba(10, 108, 118, 0.15);
584
+ }
585
+
586
+ .search-box input {
587
+ flex: 1;
588
+ padding: 0.75rem;
589
+ border: none;
590
+ outline: none;
591
+ font-size: 0.95rem;
592
+ border-radius: var(--radius-full);
593
+ }
594
+
595
+ .search-icon {
596
+ color: var(--text-light);
597
+ }
598
+
599
+ /* Filtros avançados */
600
+ .filtros-avancados-container {
601
+ background-color: white;
602
+ padding: 1.25rem;
603
+ border-radius: var(--radius);
604
+ box-shadow: var(--shadow);
605
+ margin-bottom: 1.5rem;
606
+ position: relative;
607
+ }
608
+
609
+ .filtros-header {
610
+ display: flex;
611
+ align-items: center;
612
+ justify-content: space-between;
613
+ padding: 0 0 0.75rem 0;
614
+ margin-bottom: 1.25rem;
615
+ border-bottom: 1px solid var(--border-color);
616
+ font-weight: 600;
617
+ color: var(--text-color);
618
+ }
619
+
620
+ .filtros-titulo {
621
+ display: flex;
622
+ align-items: center;
623
+ gap: 0.5rem;
624
+ }
625
+
626
+ .filtros-header button {
627
+ display: flex;
628
+ align-items: center;
629
+ justify-content: center;
630
+ width: 2rem;
631
+ height: 2rem;
632
+ background: none;
633
+ border: none;
634
+ border-radius: var(--radius-full);
635
+ cursor: pointer;
636
+ color: var(--text-light);
637
+ transition: background-color 0.15s ease;
638
+ }
639
+
640
+ .filtros-header button:hover {
641
+ background-color: #f5f5f5;
642
+ }
643
+
644
+ /* Categorias de filtros */
645
+ .categoria-filtro {
646
+ border: none;
647
+ margin-bottom: 2rem;
648
+ }
649
+
650
+ .categoria-titulo {
651
+ font-weight: 600;
652
+ margin-bottom: 0.9rem;
653
+ color: var(--text-color);
654
+ font-size: 0.95rem;
655
+ }
656
+
657
+ /* Checkboxes */
658
+ .opcoes-filtro {
659
+ display: flex;
660
+ flex-direction: column;
661
+ gap: 0.625rem;
662
+ }
663
+
664
+ .checkbox-item {
665
+ display: flex;
666
+ align-items: center;
667
+ }
668
+
669
+ /* Estilização moderna dos checkboxes */
670
+ .checkbox-item input[type="checkbox"] {
671
+ position: absolute;
672
+ opacity: 0;
673
+ width: 0;
674
+ height: 0;
675
+ }
676
+
677
+ .checkbox-label {
678
+ position: relative;
679
+ padding-left: 1.75rem;
680
+ font-size: 0.9rem;
681
+ color: var(--text-color);
682
+ cursor: pointer;
683
+ display: inline-block;
684
+ user-select: none;
685
+ transition: color 0.15s ease;
686
+ }
687
+
688
+ .checkbox-label:before {
689
+ content: '';
690
+ position: absolute;
691
+ left: 0;
692
+ top: 0.15rem;
693
+ width: 1rem;
694
+ height: 1rem;
695
+ border: 1px solid #cbd5e1;
696
+ background-color: #fff;
697
+ border-radius: 4px;
698
+ transition: all 0.15s ease;
699
+ }
700
+
701
+ .checkbox-item input[type="checkbox"]:checked + .checkbox-label:before {
702
+ background-color: #024248;
703
+ border-color: var(--primary-color);
704
+ }
705
+
706
+ .checkbox-item input[type="checkbox"]:checked + .checkbox-label:after {
707
+ content: '';
708
+ position: absolute;
709
+ left: 0.35rem;
710
+ top: 0.45rem;
711
+ width: 0.35rem;
712
+ height: 0.6rem;
713
+ border: solid white;
714
+ border-width: 0 2px 2px 0;
715
+ transform: rotate(45deg);
716
+ }
717
+
718
+ .checkbox-item:hover .checkbox-label:before {
719
+ border-color: var(--primary-color);
720
+ }
721
+
722
+ /* Results area */
723
+ .resultados-container {
724
+ flex: 1;
725
+ animation: fadeIn 0.5s ease;
726
+ }
727
+
728
+ @keyframes fadeIn {
729
+ from { opacity: 0; transform: translateY(10px); }
730
+ to { opacity: 1; transform: translateY(0); }
731
+ }
732
+
733
+ .filtros-ativos-container {
734
+ margin-bottom: 1.25rem;
735
+ display: flex;
736
+ flex-wrap: wrap;
737
+ gap: 0.625rem;
738
+ align-items: center;
739
+ }
740
+
741
+ .resultados-header {
742
+ display: flex;
743
+ justify-content: space-between;
744
+ align-items: center;
745
+ margin-bottom: 1.75rem;
746
+ }
747
+
748
+ .contagem-resultados {
749
+ font-size: 0.95rem;
750
+ font-weight: 500;
751
+ color: var(--text-color);
752
+ }
753
+
754
+ .ordenacao-dropdown {
755
+ position: relative;
756
+ }
757
+
758
+ .ordenacao-button {
759
+ display: flex;
760
+ align-items: center;
761
+ gap: 0.5rem;
762
+ padding: 0.5rem 1rem;
763
+ border: 1px solid var(--border-color);
764
+ border-radius: var(--radius-full);
765
+ background-color: white;
766
+ color: var(--text-color);
767
+ font-size: 0.9rem;
768
+ cursor: pointer;
769
+ transition: var(--transition);
770
+ }
771
+
772
+ .ordenacao-button:hover {
773
+ background-color: #f8f8f8;
774
+ border-color: #cbd5e1;
775
+ }
776
+
777
+ .tag-filtro {
778
+ display: inline-flex;
779
+ align-items: center;
780
+ gap: 0.5rem;
781
+ padding: 0.4rem 0.9rem;
782
+ background-color: #f1f5f9;
783
+ border-radius: var(--radius-full);
784
+ font-size: 0.875rem;
785
+ color: var(--text-color);
786
+ transition: var(--transition);
787
+ }
788
+
789
+ .tag-filtro:hover {
790
+ background-color: #e2e8f0;
791
+ }
792
+
793
+ .tag-filtro button {
794
+ display: flex;
795
+ align-items: center;
796
+ justify-content: center;
797
+ background: none;
798
+ border: none;
799
+ cursor: pointer;
800
+ color: var(--text-light);
801
+ transition: color 0.15s ease;
802
+ }
803
+
804
+ .tag-filtro button:hover {
805
+ color: #ef4444;
806
+ }
807
+
808
+ .limpar-todos {
809
+ font-size: 0.875rem;
810
+ color: var(--primary-color);
811
+ text-decoration: none;
812
+ margin-left: 0.5rem;
813
+ padding: 0.375rem 0.75rem;
814
+ border-radius: var(--radius-full);
815
+ transition: var(--transition);
816
+ }
817
+
818
+ .limpar-todos:hover {
819
+ background-color: rgba(10, 108, 118, 0.08);
820
+ text-decoration: none;
821
+ }
822
+
823
+ .grade-resultados {
824
+ display: grid;
825
+ grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
826
+ gap: 2rem;
827
+ }
828
+
829
+
830
+
831
+
832
+ .capsula-icone {
833
+ width: 3.25rem;
834
+ height: 3.25rem;
835
+ display: flex;
836
+ align-items: center;
837
+ justify-content: center;
838
+ background-color: var(--primary-light);
839
+ color: white;
840
+ border-radius: 10px;
841
+ margin-bottom: 1.25rem;
842
+ }
843
+
844
+
845
+ .capsula-icone svg {
846
+ width: 1.75rem;
847
+ height: 1.75rem;
848
+ }
849
+
850
+ .capsula-conteudo {
851
+ padding: 20px;
852
+ display: flex;
853
+ flex-direction: column;
854
+ flex-grow: 1;
855
+ justify-content: space-between;
856
+ height: 100%;
857
+ }
858
+
859
+ .capsula-titulo {
860
+ color: var(--primary-color);
861
+ font-size: 1.35rem;
862
+ font-weight: 700;
863
+ margin-bottom: 10px;
864
+ line-height: 1.3;
865
+ transition: var(--transition);
866
+ }
867
+
868
+ .capsula-card:hover .capsula-titulo {
869
+ color: #085a63;
870
+ }
871
+
872
+ .capsula-descricao {
873
+ color: var(--text-light);
874
+ font-size: 0.95rem;
875
+ margin-bottom: 0px;
876
+ flex-grow: 1;
877
+ line-height: 1.6;
878
+
879
+ display: -webkit-box;
880
+ -webkit-line-clamp: 3;
881
+ -webkit-box-orient: vertical;
882
+ overflow: hidden;
883
+ text-overflow: ellipsis;
884
+ }
885
+
886
+ /* Tags de tipos */
887
+ .capsula-tipos {
888
+ display: flex;
889
+ gap: 1rem;
890
+ flex-wrap: wrap;
891
+ margin-bottom: 1.25rem;
892
+ display: flex;
893
+ align-items: center;
894
+ color: #024248;
895
+ margin-top: 10px;
896
+ }
897
+
898
+ .capsula-tipo {
899
+ display: flex;
900
+ align-items: center;
901
+ gap: 0.35rem;
902
+ color: #024248;
903
+ }
904
+
905
+ .capsula-tipo-visual .tipo-dot {
906
+ width: 0.5rem;
907
+ height: 0.5rem;
908
+ background-color: var(--primary-color);
909
+ border-radius: 50%;
910
+ }
911
+
912
+ .capsula-tipo-visual .tipo-text {
913
+ font-size: 0.85rem;
914
+ font-weight: 500;
915
+ }
916
+
917
+ /* Tags de recursos */
918
+ .capsula-recursos {
919
+ display: flex;
920
+ flex-wrap: wrap;
921
+ gap: 0.625rem;
922
+ margin-bottom: 1.75rem;
923
+ }
924
+
925
+ .recurso-tag {
926
+ display: inline-flex;
927
+ align-items: center;
928
+ gap: 0.35rem;
929
+ padding: 0.375rem 0.625rem;
930
+ background-color: #f1f5f9;
931
+ border-radius: var(--radius-sm);
932
+ font-size: 0.75rem;
933
+ color: var(--text-color);
934
+ transition: var(--transition);
935
+ }
936
+
937
+ .capsula-card:hover .recurso-tag {
938
+ background-color: #e2e8f0;
939
+ }
940
+
941
+ .recurso-tag svg {
942
+ width: 0.85rem;
943
+ height: 0.85rem;
944
+ }
945
+
946
+ /* Priority badges */
947
+ .prioridade-tag {
948
+ display: inline-flex;
949
+ align-items: center;
950
+ gap: 0.35rem;
951
+ padding: 0.375rem 0.625rem;
952
+ border-radius: var(--radius-sm);
953
+ font-size: 0.8rem;
954
+ font-weight: 500;
955
+ margin-bottom: 1.25rem;
956
+ width: fit-content;
957
+ background: #E6EFFA;
958
+ color: #155BCB;
959
+ }
960
+
961
+ .prioridade-obrigatorio {
962
+ background-color: rgba(239, 68, 68, 0.1);
963
+ color: #ef4444;
964
+ }
965
+
966
+ /* Empty state */
967
+ .conteudo-vazio {
968
+ padding: 4rem 2rem;
969
+ text-align: center;
970
+ background-color: white;
971
+ border-radius: var(--radius);
972
+ box-shadow: var(--shadow);
973
+ border: 1px solid rgba(0, 0, 0, 0.03);
974
+ }
975
+
976
+ .conteudo-vazio-icone {
977
+ width: 4rem;
978
+ height: 4rem;
979
+ color: var(--text-light);
980
+ margin-bottom: 1.5rem;
981
+ opacity: 0.7;
982
+ }
983
+
984
+ .conteudo-vazio h2 {
985
+ font-size: 1.75rem;
986
+ margin-bottom: 0.75rem;
987
+ color: var(--text-color);
988
+ font-weight: 600;
989
+ }
990
+
991
+ .conteudo-vazio p {
992
+ color: var(--text-light);
993
+ max-width: 400px;
994
+ margin: 0 auto;
995
+ }
996
+
997
+ .conteudo-vazio a {
998
+ color: var(--primary-color);
999
+ text-decoration: none;
1000
+ font-weight: 500;
1001
+ transition: color 0.15s ease;
1002
+ }
1003
+
1004
+ .conteudo-vazio a:hover {
1005
+ color: #085a63;
1006
+ text-decoration: underline;
1007
+ }
1008
+
1009
+ /* Responsive styles */
1010
+ @media (max-width: 1100px) {
1011
+ .acessibilidade-conteudo-container {
1012
+ flex-direction: column;
1013
+ }
1014
+
1015
+ .filtros-lateral {
1016
+ width: 100%;
1017
+ }
1018
+
1019
+ .grade-resultados {
1020
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
1021
+ }
1022
+ }
1023
+
1024
+ @media (max-width: 768px) {
1025
+ .page-title-capsulas {
1026
+ font-size: 2rem;
1027
+ }
1028
+
1029
+ .page-title-container {
1030
+ padding: 2rem 0;
1031
+ }
1032
+
1033
+ .menu {
1034
+ flex-wrap: wrap;
1035
+ justify-content: center;
1036
+ }
1037
+
1038
+ .logo {
1039
+ margin-right: 0;
1040
+ margin-bottom: 0.5rem;
1041
+ }
1042
+
1043
+ .resultados-header {
1044
+ flex-direction: column;
1045
+ align-items: flex-start;
1046
+ gap: 1rem;
1047
+ }
1048
+
1049
+ .grade-resultados {
1050
+ grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
1051
+ }
1052
+ }
1053
+
1054
+ @media (max-width: 640px) {
1055
+ .acessibilidade-container-page {
1056
+ padding: 0 1rem;
1057
+ }
1058
+
1059
+ .page-title-container {
1060
+ padding: 1.5rem 0;
1061
+ }
1062
+
1063
+ .page-title {
1064
+ font-size: 1.75rem;
1065
+ }
1066
+
1067
+ .grade-resultados {
1068
+ grid-template-columns: 1fr;
1069
+ }
1070
+ }
1071
+
1072
+ /* Breadcrumb styles */
1073
+ .breadcrumb {
1074
+ display: flex;
1075
+ align-items: center;
1076
+ flex-wrap: wrap;
1077
+ gap: 0.5rem;
1078
+ margin-bottom: 1rem;
1079
+ font-size: 0.875rem;
1080
+ }
1081
+
1082
+ .breadcrumb a {
1083
+ color: var(--text-light);
1084
+ text-decoration: none;
1085
+ transition: color 0.2s ease;
1086
+ }
1087
+
1088
+ .breadcrumb a:hover {
1089
+ color: var(--primary-color);
1090
+ text-decoration: underline;
1091
+ }
1092
+
1093
+ .breadcrumb-separator {
1094
+ color: var(--text-light);
1095
+ }
1096
+
1097
+ .sr-only {
1098
+ position: absolute;
1099
+ width: 1px;
1100
+ height: 1px;
1101
+ padding: 0;
1102
+ margin: -1px;
1103
+ overflow: hidden;
1104
+ clip: rect(0, 0, 0, 0);
1105
+ white-space: nowrap;
1106
+ border-width: 0;
6
1107
  }
1108
+
1109
+
1110
+
1111
+
1112
+
7
1113
 
8
1114
  /* Estilos do Container Principal */
9
1115
  .quiz-container {
10
1116
  display: flex;
1117
+ flex-direction: column;
11
1118
  min-height: 100vh;
12
- background-color: #02333A;
1119
+ max-width: 1142px;
1120
+ margin: auto ;
13
1121
  }
14
1122
 
15
1123
  /* Lado Esquerdo - Informações */
16
1124
  .quiz-info {
17
- width: 50%;
18
- background-color: #02333A;
19
- color: white;
1125
+ color: #02333A;
20
1126
  padding: 3rem;
21
1127
  display: flex;
22
1128
  flex-direction: column;
23
1129
  gap: 50px;
24
1130
  }
1131
+
1132
+ .quiz-info-card{
1133
+ background-color: white;
1134
+ margin: auto;
1135
+ max-width: 800px;
1136
+ display: flex;
1137
+ align-items: center;
1138
+ flex-direction: column;
1139
+ }
25
1140
 
26
1141
  /* Lado Direito - Perguntas */
27
1142
  .quiz-questions {
28
- width: 50%;
29
1143
  background-color: #FFFFFF;
30
1144
  padding: 3rem;
31
- box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
32
1145
  }
33
1146
 
34
1147
  /* Link para Homepage */
35
1148
  .home-link {
36
1149
  display: flex;
37
1150
  align-items: center;
38
- color: #FFFFFF;
1151
+ color: #007D7A;
39
1152
  text-decoration: none;
40
1153
  font-weight: 500;
41
1154
  margin-bottom: 2rem;
@@ -46,7 +1159,7 @@ body {
46
1159
  }
47
1160
 
48
1161
  .home-link svg path {
49
- stroke: #FFFFFF;
1162
+ stroke: #007D7A;
50
1163
  }
51
1164
 
52
1165
  /* Indicador de Passos */
@@ -59,15 +1172,15 @@ body {
59
1172
 
60
1173
  /* Título da Pergunta */
61
1174
  .question-title {
62
- color: #FFFFFF;
63
- font-size: 2.5rem;
64
- font-weight: 700;
1175
+ color: #024248;
1176
+ font-size: 20px;
1177
+ font-weight: 600;
65
1178
  margin-bottom: 0.5rem;
66
1179
  line-height: 1.2;
67
1180
  }
68
1181
 
69
1182
  .question-subtitle {
70
- color: rgba(255, 255, 255, 0.8);
1183
+ color: #333840;
71
1184
  font-size: 1.125rem;
72
1185
  margin-bottom: 2rem;
73
1186
  }
@@ -85,14 +1198,26 @@ body {
85
1198
  /* Cards de Perguntas */
86
1199
  .pergunta-card {
87
1200
  height: 100%;
1201
+ padding: 30px;
88
1202
  display: flex;
89
1203
  flex-direction: column;
90
1204
  justify-content: space-between;
1205
+ background-color: var(--card-bg);
1206
+ border-radius: var(--radius);
1207
+ box-shadow: var(--shadow);
1208
+ overflow: hidden;
1209
+ display: flex;
1210
+ flex-direction: column;
1211
+ height: 100%;
1212
+ transition: var(--transition);
1213
+ border: 1px solid rgba(0, 0, 0, 0.03);
1214
+ position: relative;
91
1215
  }
92
1216
 
93
1217
  /* Container de Opções */
94
1218
  .options-container {
95
- display: flex;
1219
+ display: grid;
1220
+ grid-template-columns: 1fr 1fr;
96
1221
  flex-direction: column;
97
1222
  gap: 0.75rem;
98
1223
  margin-bottom: 2rem;
@@ -270,16 +1395,14 @@ body {
270
1395
  .capsula-card {
271
1396
  background-color: white;
272
1397
  border-radius: 10px;
273
- padding: 1.5rem;
274
1398
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
275
1399
  position: relative;
276
- color: #333;
277
- transition: transform 0.2s ease, box-shadow 0.2s ease;
278
1400
  }
279
1401
 
280
1402
  .capsula-card:hover {
281
- transform: translateY(-5px);
282
1403
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
1404
+ color: #006969;
1405
+ background-color: #EBEFF5;
283
1406
  }
284
1407
 
285
1408
  .capsula-card.obrigatorio {
@@ -724,11 +1847,6 @@ body {
724
1847
  /* ============================================ */
725
1848
  /* LAYOUT PRINCIPAL */
726
1849
  /* ============================================ */
727
-
728
- .acessibilidade-container-page {
729
- background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
730
- min-height: 100vh;
731
- }
732
1850
 
733
1851
  .acessibilidade-container-white {
734
1852
  background: white;