@golstats/gsc-game-data 1.0.149 → 1.0.150

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.
Files changed (47) hide show
  1. package/README.md +35 -35
  2. package/dist/{FilterConditions-dc6b25de-DOW3ApFh-85a69382.js → FilterConditions-dc6b25de-DOW3ApFh-b07ace6d.js} +1 -1
  3. package/dist/{FilterConditions-dc6b25de-dd742c64.js → FilterConditions-dc6b25de-de489dc5.js} +1 -1
  4. package/dist/{FilterField-37ad154d-CGBI29FT-2eaf3d63.js → FilterField-37ad154d-CGBI29FT-8de32315.js} +1 -1
  5. package/dist/{FilterField-37ad154d-edee3315.js → FilterField-37ad154d-a7a0d771.js} +1 -1
  6. package/dist/{FilterSubcategories-a7b96423-1e677190.js → FilterSubcategories-a7b96423-8997c983.js} +1 -1
  7. package/dist/{FilterSubcategories-a7b96423-Dq4ouXsj-3be3ff54.js → FilterSubcategories-a7b96423-Dq4ouXsj-a411a427.js} +1 -1
  8. package/dist/atajada.svg +56 -56
  9. package/dist/backarrow.svg +3 -3
  10. package/dist/contorno-escudo.svg +3 -3
  11. package/dist/css/fonts.css +91 -91
  12. package/dist/fin-del-partido.svg +43 -43
  13. package/dist/fuera-de-lugar.svg +57 -57
  14. package/dist/gol.svg +48 -48
  15. package/dist/group-427321178.svg +8 -8
  16. package/dist/group-427321179.svg +5 -5
  17. package/dist/group-427321501.svg +5 -5
  18. package/dist/gsc-game-data.js +1 -1
  19. package/dist/gsc-game-data.umd.cjs +103 -103
  20. package/dist/icn-arrow-expand.svg +3 -3
  21. package/dist/icn-cambio.svg +26 -26
  22. package/dist/icn-expand-arrow.svg +3 -3
  23. package/dist/icn-expand-arrow1.svg +3 -3
  24. package/dist/icn-falta.svg +42 -42
  25. package/dist/icn-filter.svg +12 -12
  26. package/dist/icn-filter1.svg +12 -12
  27. package/dist/icn-filter2.svg +12 -12
  28. package/dist/icn-play.svg +10 -10
  29. package/dist/icn-tarjeta-amarilla.svg +4 -4
  30. package/dist/icn-tarjeta-roja.svg +4 -4
  31. package/dist/icn-tiro-a-porteria.svg +36 -36
  32. package/dist/icn-tiros-de-esquina.svg +54 -54
  33. package/dist/{index-fbf4d312.js → index-36f2e9ad.js} +40305 -40380
  34. package/dist/inicia-el-partido.svg +45 -45
  35. package/dist/jugada-peligrosa.svg +90 -90
  36. package/dist/next-arrow.svg +3 -3
  37. package/dist/nextarrow.svg +3 -3
  38. package/dist/penal-fallado.svg +194 -194
  39. package/dist/penal-marcado.svg +189 -189
  40. package/dist/play-icn.svg +3 -3
  41. package/dist/shape.svg +3 -3
  42. package/dist/style.css +1 -1
  43. package/dist/styles.css +1190 -1197
  44. package/dist/tiempo-agregado.svg +74 -74
  45. package/dist/tiro-a-porteria.svg +80 -80
  46. package/dist/var.svg +30 -30
  47. package/package.json +62 -62
package/dist/styles.css CHANGED
@@ -1,1198 +1,1191 @@
1
-
2
- body {
3
- margin: 0;
4
- line-height: normal;
5
- }
6
-
7
-
8
-
9
-
10
- :root {
11
- /* fonts */
12
- --font-poppins: 'Poppins-Regular';
13
-
14
- /* font sizes */
15
- --font-size-smi: 13px;
16
- --font-size-sm: 14px;
17
- --font-size-5xl: 24px;
18
- --font-size-base: 16px;
19
- --font-size-3xl: 22px;
20
-
21
- /* Colors */
22
- --color-gray-100: #fafafb;
23
- --color-gray-200: #122736;
24
- --color-gray-300: #172531;
25
- --color-gray-400: #0d1d29;
26
- --color-gray-500: rgba(255, 255, 255, 0.4);
27
- --color-gray-600: rgba(255, 255, 255, 0.05);
28
- --color-gray-700: rgba(255, 255, 255, 0.2);
29
- --color-gray-800: rgba(255, 255, 255, 0.1);
30
- --color-gray-900: rgba(255, 255, 255, 0.04);
31
- --color-gray-1000: rgba(116, 125, 132, 0.6);
32
- --color-yellowgreen: #cbee6b;
33
- --color-white: #fff;
34
- --color-darkslategray: #3d4a54;
35
- --color-steelblue: #275075;
36
- --color-whitesmoke: #f4f4f4;
37
- --color-dimgray: #566169;
38
- --color-slategray: #667085;
39
-
40
- /* Gaps */
41
- --gap-smi: 13px;
42
- --gap-35xl: 48px;
43
- --gap-xl: 20px;
44
- --gap-45xl: 64px;
45
- --gap-21xl: 40px;
46
- --gap-base: 8px;
47
- --gap-3xs: 10px;
48
- --gap-7xs: 6px;
49
- --gap-0: 0px;
50
- --gap-5xl: 24px;
51
- --gap-xs: 12px;
52
- --gap-11xs-6: 1.6px;
53
-
54
- /* Paddings */
55
- --padding-3xs: 10px;
56
- --padding-9xs: 4px;
57
- --padding-5xs: 8px;
58
- --padding-base: 16px;
59
- --padding-xs: 12px;
60
- --padding-31xl: 50px;
61
- --padding-xl: 20px;
62
- --padding-61xl: 80px;
63
- --padding-5xl: 24px;
64
- --padding-smi: 13px;
65
-
66
- /* Border radiuses */
67
- --br-6xl: 25px;
68
- --br-31xl: 50px;
69
- --br-9xs: 4px;
70
- --br-5xs: 8px;
71
- --br-46xl: 65px;
72
- --br-xs: 12px;
73
- }
74
-
75
- /* grupos */
76
- .filtersContainer {
77
- align-self: stretch;
78
- display: flex;
79
- flex-direction: column;
80
- align-items: flex-start;
81
- display: none;
82
- justify-content: flex-start;
83
- }
84
-
85
- .filtersContainer1232 {
86
- display: none;
87
- }
88
- .closeFiltersPc{
89
- width: 20px;
90
- height: 20px;
91
- right: 10px;
92
- position: absolute;
93
- top: 9px;
94
- }
95
- .closeFiltersPc:hover{
96
- background-color: rgba(128, 128, 128, 0.15);
97
- cursor: pointer;
98
- }
99
- .textleyemdmultipleleagues{
100
- font-size: 12px;
101
- color: rgb(167, 167, 167);
102
- }
103
- .textleyemdmultipleleagues380{
104
- font-size: 10px;
105
- color: rgb(167, 167, 167);
106
- }
107
-
108
- .filtersContainer760 {
109
- display: flex;
110
- width: 100%;
111
- box-sizing: border-box;
112
- flex-direction: column;
113
- align-items: center;
114
- justify-content: center;
115
- }
116
-
117
- .filtersContainer460 {
118
- display: flex;
119
- width: 100%;
120
- box-sizing: border-box;
121
- flex-direction: column;
122
- align-items: center;
123
- justify-content: center;
124
- }
125
-
126
-
127
-
128
- /* grupos */
129
- /* grupos */
130
- .containerSection {
131
- align-self: stretch;
132
- flex: 1;
133
- display: flex;
134
- flex-direction: column;
135
- padding: 0px var(--padding-xs);
136
- align-items: center;
137
- justify-content: flex-start;
138
- gap: var(--gap-xl);
139
- text-align: left;
140
- font-size: 15px;
141
- color: var(--color-white);
142
- font-family: var(--font-poppins);
143
- }
144
-
145
- .containerSection1232 {
146
- align-self: stretch;
147
- width: auto;
148
- padding-left: var(--padding-31xl);
149
- padding-right: var(--padding-31xl);
150
- box-sizing: border-box;
151
- align-self: stretch;
152
- flex: 1;
153
- display: flex;
154
- flex-direction: column;
155
- padding: 0px var(--padding-xs);
156
- align-items: center;
157
- justify-content: flex-start;
158
- gap: var(--gap-xl);
159
- text-align: left;
160
- font-size: 15px;
161
- color: var(--color-white);
162
- font-family: var(--font-poppins);
163
-
164
- }
165
-
166
- .containerSection960 {
167
- align-self: stretch;
168
- width: auto;
169
- padding-left: 0px;
170
- padding-right: 0px;
171
- box-sizing: border-box;
172
- align-self: stretch;
173
- flex: 1;
174
- display: flex;
175
- flex-direction: column;
176
- padding: 0px var(--padding-xs);
177
- align-items: center;
178
- justify-content: flex-start;
179
- gap: var(--gap-xl);
180
- text-align: left;
181
- font-size: 15px;
182
- color: var(--color-white);
183
- font-family: var(--font-poppins);
184
- }
185
-
186
- .containerSection320 {
187
- width: 99%;
188
- align-self: stretch;
189
- flex: 1;
190
- display: flex;
191
- flex-direction: column;
192
- align-items: center;
193
- justify-content: flex-start;
194
- text-align: left;
195
- font-size: 15px;
196
- color: var(--color-white);
197
- font-family: var(--font-poppins);
198
- margin: 0 auto;
199
- gap: 10px;
200
- }
201
-
202
- .containerSection350 {
203
- width: 99%;
204
- align-self: stretch;
205
- flex: 1;
206
- display: flex;
207
- flex-direction: column;
208
- align-items: center;
209
- justify-content: flex-start;
210
- gap: var(--gap-xl);
211
- text-align: left;
212
- font-size: 15px;
213
- color: var(--color-white);
214
- font-family: var(--font-poppins);
215
- }
216
-
217
- /* grupos*/
218
- /* grupos: */
219
- .templateLosMejores {
220
- position: relative;
221
-
222
- width: 100%;
223
- overflow: hidden;
224
- display: flex;
225
- flex-direction: column;
226
- align-items: center;
227
- justify-content: center;
228
- gap: var(--gap-35xl);
229
- }
230
-
231
- .templateLosMejores1232 {
232
- position: relative;
233
- width: auto;
234
- align-self: unset;
235
- min-width: 960px;
236
- display: flex;
237
- overflow: hidden;
238
- flex-direction: column;
239
- align-items: center;
240
- justify-content: center;
241
- gap: var(--gap-35xl);
242
- }
243
-
244
- .templateLosMejores960 {
245
- position: relative;
246
- width: auto;
247
- overflow: hidden;
248
- align-self: unset;
249
- align-items: center;
250
- justify-content: center;
251
- min-width: 540px;
252
-
253
- display: flex;
254
- flex-direction: column;
255
- align-items: center;
256
- justify-content: center;
257
- gap: var(--gap-35xl);
258
- }
259
-
260
- .templateLosMejores420 {
261
- position: relative;
262
- overflow: hidden;
263
- width: auto;
264
- min-width: 320px;
265
- display: flex;
266
- flex-direction: column;
267
- align-items: center;
268
- justify-content: center;
269
- gap: var(--gap-35xl);
270
- }
271
-
272
- .templateLosMejores320 {
273
- position: relative;
274
- width: auto;
275
- align-self: unset;
276
- display: flex;
277
- overflow: hidden;
278
- flex-direction: column;
279
- align-items: center;
280
- justify-content: center;
281
- gap: var(--gap-35xl);
282
- }
283
-
284
- .templateLosMejores540 {
285
- position: relative;
286
- width: auto;
287
- align-self: unset;
288
- min-width: 420px;
289
- overflow: hidden;
290
- display: flex;
291
- flex-direction: column;
292
- align-items: center;
293
- justify-content: center;
294
- gap: var(--gap-35xl);
295
- }
296
-
297
- .templateLosMejores350 {
298
- position: relative;
299
- width: auto;
300
- overflow: hidden;
301
- align-self: unset;
302
- display: flex;
303
- flex-direction: column;
304
- align-items: center;
305
- justify-content: center;
306
- }
307
-
308
- /* grupos: */
309
- /* grupos */
310
- .topFiltersParent {
311
- align-self: stretch;
312
- border-radius: var(--br-5xs);
313
- background-color: #172531;
314
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
315
- display: flex;
316
- flex-direction: column;
317
- padding: 0px 0px 50px;
318
- align-items: center;
319
- justify-content: flex-start;
320
- gap: var(--gap-35xl);
321
- font-size: var(--font-size-base);
322
- }
323
-
324
- .topFiltersParent1232 {
325
- align-self: stretch;
326
- border-radius: var(--br-5xs);
327
- background-color: #172531;
328
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
329
- display: flex;
330
- flex-direction: column;
331
- padding: 0px 0px 50px;
332
- align-items: center;
333
- justify-content: flex-start;
334
- gap: var(--gap-35xl);
335
- font-size: var(--font-size-base);
336
- width: auto;
337
- min-height: 1100px;
338
- }
339
-
340
- .topFiltersParent960 {
341
- align-self: stretch;
342
- border-radius: var(--br-5xs);
343
- background-color: #172531;
344
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
345
- display: flex;
346
- flex-direction: column;
347
- padding: 0px 0px 50px;
348
- align-items: center;
349
- justify-content: flex-start;
350
- gap: var(--gap-35xl);
351
- font-size: var(--font-size-base);
352
- width: auto;
353
- }
354
-
355
- .topFiltersParent460 {
356
- align-self: stretch;
357
- border-radius: var(--br-5xs);
358
- background-color: #172531;
359
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
360
- display: flex;
361
- flex-direction: column;
362
- padding: 0px 0px 50px;
363
- align-items: center;
364
- justify-content: flex-start;
365
- gap: var(--gap-35xl);
366
- font-size: var(--font-size-base);
367
- width: auto;
368
- margin-top: 6px;
369
- }
370
- .topFiltersParent420 {
371
- align-self: stretch;
372
- border-radius: var(--br-5xs);
373
- background-color: #172531;
374
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
375
- display: flex;
376
- flex-direction: column;
377
- padding: 0px 0px 50px;
378
- align-items: center;
379
- justify-content: flex-start;
380
- gap: var(--gap-35xl);
381
- font-size: var(--font-size-base);
382
- width: auto;
383
- margin-top: 6px;
384
- }
385
-
386
- /* grupos */
387
- /* grupos */
388
- .containerTheBest {
389
- align-self: stretch;
390
- display: flex;
391
- flex-direction: column;
392
- align-items: center;
393
- justify-content: flex-start;
394
- gap: 0px;
395
- }
396
-
397
- .containerTheBest1232 {
398
- align-self: stretch;
399
- width: auto;
400
- display: flex;
401
- flex-direction: column;
402
- align-items: center;
403
- justify-content: flex-start;
404
- gap: 10px;
405
- }
406
-
407
- .containerTheBest960 {
408
- gap: 10px;
409
- width: 100%;
410
- box-sizing: border-box;
411
- display: flex;
412
- flex-direction: column;
413
- align-items: center;
414
- justify-content: flex-start;
415
- }
416
-
417
- .containerTheBest320 {
418
- width: 100%;
419
- display: flex;
420
- flex-direction: column;
421
- align-items: center;
422
- justify-content: flex-start;
423
- gap: 10px;
424
- }
425
-
426
- /* grupos */
427
- /* grupos */
428
- .titleSection {
429
- align-self: stretch;
430
- display: flex;
431
- position: relative;
432
- flex-wrap: wrap;
433
- flex-direction: row;
434
- padding: 0px 0px 15px 48px;
435
- align-items: center;
436
- justify-content: flex-start;
437
- }
438
-
439
- .titleSection540 {
440
- align-self: stretch;
441
- display: flex;
442
- position: relative;
443
- flex-direction: row;
444
- align-items: center;
445
- flex-wrap: wrap;
446
- justify-content: flex-start;
447
- padding: 0px 5px 15px 5px;
448
- box-sizing: border-box;
449
- }
450
-
451
- /* grupos*/
452
- /* grupos */
453
- .containerTables {
454
- align-self: stretch;
455
- display: flex;
456
- flex-direction: row;
457
- flex-wrap: wrap;
458
- align-items: flex-start;
459
- justify-content: center;
460
- gap: 45px;
461
- font-size: var(--font-size-5xl);
462
- color: var(--color-whitesmoke);
463
- width: 100% !important;
464
- }
465
-
466
- .containerTables960 {
467
- align-self: stretch;
468
- display: flex;
469
- flex-direction: row;
470
- flex-wrap: wrap;
471
- align-items: flex-start;
472
- justify-content: center;
473
- font-size: var(--font-size-5xl);
474
- color: var(--color-whitesmoke);
475
- width: 100% !important;
476
- gap: var(--gap-21xl);
477
- box-sizing: border-box;
478
- }
479
-
480
- .containerTables760 {
481
- align-self: stretch;
482
- display: flex;
483
- flex-direction: row;
484
- flex-wrap: wrap;
485
- align-items: flex-start;
486
- justify-content: center;
487
- font-size: var(--font-size-5xl);
488
- color: var(--color-whitesmoke);
489
- width: 100% !important;
490
- gap: var(--gap-3xs);
491
- box-sizing: border-box;
492
- }
493
-
494
- .containerTables320 {
495
- align-self: stretch;
496
- width: auto;
497
- align-self: stretch;
498
- display: flex;
499
- flex-direction: row;
500
- flex-wrap: wrap;
501
- gap: var(--gap-21xl);
502
- width: 100% !important;
503
- align-items: flex-start;
504
- justify-content: center;
505
- font-size: var(--font-size-5xl);
506
- color: var(--color-whitesmoke);
507
- }
508
-
509
- /* grupos */
510
- /* grupos */
511
- .toniKroosWrapper {
512
- flex: 1;
513
- border-radius: var(--br-xs);
514
- height: auto;
515
- min-height: 480px;
516
- display: flex;
517
- flex-direction: row;
518
- box-sizing: border-box;
519
- align-items: center;
520
- justify-content: center;
521
- min-width: 496px;
522
- max-width: 496px;
523
- margin-bottom: -50px;
524
- }
525
-
526
- .toniKroosWrapper1080 {
527
- flex: 1;
528
- border-radius: var(--br-xs);
529
- height: auto;
530
- display: flex;
531
- flex-direction: row;
532
- box-sizing: border-box;
533
- align-items: center;
534
- justify-content: center;
535
- min-width: 456px;
536
- max-width: 456px;
537
- margin-bottom: -25px;
538
- }
539
-
540
- .toniKroosWrapper975 {
541
- flex: 1;
542
- border-radius: var(--br-xs);
543
- height: auto;
544
- display: flex;
545
- flex-direction: row;
546
- box-sizing: border-box;
547
- align-items: center;
548
- justify-content: center;
549
- min-width: 426px;
550
- max-width: 426px;
551
- margin-bottom: -25px;
552
- }
553
-
554
- .toniKroosWrapper760 {
555
- flex: 1;
556
- border-radius: var(--br-xs);
557
- height: auto;
558
- display: flex;
559
- flex-direction: row;
560
- box-sizing: border-box;
561
- align-items: center;
562
- justify-content: center;
563
- min-width: 360px;
564
- max-width: 360px;
565
- margin-bottom: 0px;
566
- }
567
-
568
- .toniKroosWrapper420 {
569
- flex: 1;
570
- border-radius: var(--br-xs);
571
- height: auto;
572
- display: flex;
573
- flex-direction: row;
574
-
575
- box-sizing: border-box;
576
- align-items: center;
577
- justify-content: center;
578
- width: 330px;
579
- min-width: 330px;
580
- margin-bottom: 0px;
581
- }
582
-
583
- .toniKroosWrapper320 {
584
- flex: 1;
585
- border-radius: var(--br-xs);
586
- height: auto;
587
- display: flex;
588
- flex-direction: row;
589
- box-sizing: border-box;
590
- align-items: center;
591
- justify-content: center;
592
- width: 310px;
593
- min-width: 310px;
594
- margin-bottom: -25px;
595
- }
596
-
597
- /* grupos */
598
-
599
-
600
- .frameChild {
601
- position: relative;
602
- width: 17px;
603
- height: 10.03px;
604
- }
605
-
606
- .filtros {
607
- position: relative;
608
- line-height: 24px;
609
- }
610
-
611
- .groupParent {
612
- flex: 1;
613
- display: flex;
614
- flex-direction: row;
615
- align-items: center;
616
- justify-content: flex-start;
617
- gap: 9px;
618
- }
619
-
620
- .shapeIcon {
621
- position: relative;
622
- width: 8px;
623
- height: 4px;
624
- }
625
-
626
- .btnFilters {
627
- border-radius: var(--br-5xs);
628
- background-color: var(--color-gray-600);
629
- border: 1px solid rgba(255,255,255, .2);
630
- box-sizing: border-box;
631
- width: 145px;
632
- display: flex;
633
- flex-direction: row;
634
- padding: var(--padding-xs);
635
- align-items: center;
636
- justify-content: flex-start;
637
- gap: 43px;
638
- height: 45px;
639
- font-size: 14px;
640
- color: rgba(255,255,255, .9);
641
- font-family: 'Poppins-Regular', sans-serif;
642
- cursor: pointer;
643
- }
644
- .btnFiltersPC {
645
- border-radius: var(--br-5xs);
646
- background-color: var(--color-gray-600);
647
- border: 1px solid #566169;
648
- box-sizing: border-box;
649
- width: 115px;
650
- display: flex;
651
- flex-direction: row;
652
- padding: 6px 12px;
653
- margin-left: 12px;
654
- align-items: center;
655
- justify-content: flex-start;
656
- gap: 43px;
657
- font-size: 16px;
658
- margin-top: 7px;
659
- }
660
- .btnFiltersPC:hover {
661
- cursor: pointer;
662
- }
663
- .quitarFiltros{
664
- color: rgba(255, 255, 255, 0.7);
665
- text-decoration: underline;
666
- font-size: 12px;
667
- font-family: 'Poppins-Regular';
668
- top: 1px;
669
- right: 20px;
670
- position: absolute;
671
- text-align: center;
672
- width: 110px;
673
- height: 30px;
674
- line-height: 30px;
675
- }
676
- .quitarFiltros:hover{
677
- background: rgba(128, 128, 128, 0.15);
678
- cursor: pointer;
679
- }
680
-
681
- .quitarFiltros730 {
682
- color: #cccccc;
683
- text-decoration: underline;
684
- font-size: 12px;
685
- font-family: 'Poppins-SemiBold';
686
- top: -28px;
687
- right: 20px;
688
- position: absolute;
689
- text-align: center;
690
- width: 110px;
691
- height: 30px;
692
- line-height: 30px;
693
- }
694
-
695
- .quitarFiltros480{
696
- color: #cccccc;
697
- text-decoration: underline;
698
- font-size: 10px;
699
- font-family: 'Poppins-SemiBold';
700
- top: -28px;
701
- right: 0px;
702
- position: absolute;
703
- text-align: center;
704
- width: 80px;
705
- height: 30px;
706
- line-height: 30px;
707
- }
708
- .quitarFiltros380{
709
- color: #cccccc;
710
- text-decoration: underline;
711
- font-size: 12px;
712
- font-family: 'Poppins-SemiBold';
713
- top: -41px;
714
- right: 0px;
715
- position: absolute;
716
- text-align: center;
717
- width: 100px;
718
- height: 30px;
719
- line-height: 30px;
720
- }
721
-
722
- .btnCloseFilters {
723
- cursor: pointer;
724
- position: absolute;
725
- left: 9%;
726
- display: none;
727
- margin-top: 90px;
728
- background: url(https://az755631.vo.msecnd.net/todoelfut/icn_close.png);
729
- width: 15px;
730
- height: 15px;
731
- background-size: 100%;
732
- opacity: 0.7;
733
- }
734
-
735
- .mejoresJugadores {
736
- position: relative;
737
- font-weight: 500;
738
- }
739
- .mejoresJugadores730 {
740
- position: relative;
741
- font-weight: 500;
742
- font-size: 14px;
743
- }
744
- .mejoresJugadores480 {
745
- position: relative;
746
- font-weight: 500;
747
- font-size: 11px;
748
- }
749
-
750
- .mejoresJugadoresSM {
751
- position: relative;
752
- font-weight: 500;
753
- font-size: 11px;
754
- }
755
-
756
- .toniKroos {
757
- position: relative;
758
- letter-spacing: 0.2px;
759
- line-height: 20px;
760
- font-weight: 500;
761
- }
762
-
763
-
764
- /* aqui esta el codigo */
765
-
766
- .teamBar {
767
- align-self: stretch;
768
- background-color: var(--color-gray-300);
769
- box-shadow: 0px -1px 0px #3d4a54 inset;
770
- height: 72px;
771
- display: flex;
772
- flex-direction: row;
773
- align-items: center;
774
- justify-content: center;
775
- gap: var(--gap-5xl);
776
- border-bottom: 1px solid rgba(255, 255, 255, 0.25);
777
- }
778
-
779
- .menuSection {
780
- align-self: stretch;
781
- height: 40px;
782
- display: flex;
783
- overflow: hidden;
784
- flex-direction: row;
785
- align-items: flex-start;
786
- justify-content: center;
787
- position: relative;
788
- }
789
-
790
- .menuSection960 {
791
- align-self: stretch;
792
- overflow: hidden;
793
- height: 40px;
794
- display: flex;
795
- flex-direction: row;
796
- align-items: flex-start;
797
- justify-content: center;
798
- position: relative;
799
- }
800
-
801
- .containerMenu {
802
-
803
- display: inline-flex;
804
- width: 100%;
805
- align-items: center;
806
- justify-content: center;
807
- gap: 10px;
808
-
809
- }
810
- .containerMenu760{
811
- display: flex;
812
- margin: 0 auto;
813
- gap: 15px;
814
- flex-direction: column;
815
- }
816
-
817
- .containerFilters {
818
- align-self: stretch;
819
- display: flex;
820
- flex-direction: column;
821
- align-items: center;
822
- justify-content: flex-start;
823
- gap: var(--gap-xl);
824
- font-size: var(--font-size-sm);
825
- margin-top: -3px;
826
- }
827
-
828
- .teamBarParent {
829
- align-self: stretch;
830
- display: flex;
831
- flex-direction: column;
832
- align-items: left;
833
- justify-content: flex-start;
834
- gap: var(--gap-base);
835
- }
836
-
837
- .topFilters {
838
- align-self: stretch;
839
- border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
840
- /* background-color: var(--color-gray-300); */
841
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
842
- display: flex;
843
- flex-direction: column;
844
- padding: 0px var(--padding-base) var(--padding-base);
845
- align-items: flex-start;
846
- justify-content: flex-start;
847
- text-align: center;
848
- font-size: var(--font-size-smi);
849
- color: var(--color-white);
850
- font-family: var(--font-poppins);
851
- }
852
-
853
- .topFilters1232 {
854
- align-self: stretch;
855
- border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
856
- /* background-color: var(--color-gray-300); */
857
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
858
- display: flex;
859
- flex-direction: column;
860
- padding: 0px var(--padding-base) var(--padding-base);
861
- align-items: flex-start;
862
- justify-content: flex-start;
863
- text-align: center;
864
- font-size: var(--font-size-smi);
865
- color: var(--color-white);
866
- font-family: var(--font-poppins);
867
- width: auto;
868
- }
869
-
870
- .topFilters420 {
871
- align-self: stretch;
872
- border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
873
- /* background-color: var(--color-gray-300); */
874
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
875
- display: flex;
876
- flex-direction: column;
877
- padding: 0px var(--padding-base) var(--padding-base);
878
- align-items: flex-start;
879
- justify-content: flex-start;
880
- text-align: center;
881
- font-size: var(--font-size-smi);
882
- color: var(--color-white);
883
- font-family: var(--font-poppins);
884
- }
885
-
886
- .topFilters460 {
887
- align-self: stretch;
888
- border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
889
- /* background-color: var(--color-gray-300); */
890
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
891
- display: flex;
892
- flex-direction: column;
893
- padding: 0px 6px 16px;
894
- align-items: flex-start;
895
- justify-content: flex-start;
896
- text-align: center;
897
- font-size: var(--font-size-smi);
898
- color: var(--color-white);
899
- font-family: var(--font-poppins);
900
- }
901
-
902
- /* coidgo */
903
-
904
- .losMejores {
905
- margin: 0;
906
- align-self: stretch;
907
- position: relative;
908
- margin-top: 20px;
909
- font-size: inherit;
910
- font-weight: 500;
911
- font-family: inherit;
912
- }
913
- .losMejores380{
914
- margin: 0;
915
- width: 30%;
916
- height: 42px;
917
- align-self: stretch;
918
- position: relative;
919
- margin-top: 20px;
920
- font-size: inherit;
921
- margin-top: 0px;
922
- line-height: 42px;
923
- font-size: 14px;
924
- font-weight: 500;
925
- font-family: inherit;
926
- }
927
- .losMejores530{
928
- margin: 0;
929
- width: 30%;
930
- height: 42px;
931
- align-self: stretch;
932
- position: relative;
933
- margin-top: 20px;
934
- font-size: inherit;
935
- margin-top: 0px;
936
- line-height: 42px;
937
- font-size: 16px;
938
- font-weight: 500;
939
- font-family: inherit;
940
- }
941
- .losMejores730{
942
- margin: 0;
943
- width: 33.3%;
944
- height: 42px;
945
- align-self: stretch;
946
- position: relative;
947
- margin-top: 20px;
948
- font-size: inherit;
949
- margin-top: 0px;
950
- line-height: 42px;
951
- font-size: 18px;
952
- font-weight: 500;
953
- font-family: inherit;
954
- }
955
-
956
- .menuSectionHeader {
957
- min-width: 392px !important;
958
- max-width: 300px !important;
959
- height: 42px;
960
- display: flex;
961
- flex-direction: row;
962
- align-items: flex-start;
963
- justify-content: center;
964
- }
965
-
966
- .menuSectionHeader1232 {
967
- min-width: 392px !important;
968
- max-width: 300px !important;
969
- height: 42px;
970
- display: flex;
971
- flex-direction: row;
972
- align-items: flex-start;
973
- justify-content: center;
974
-
975
- width: auto;
976
- align-self: unset;
977
- }
978
-
979
- .menuSectionHeader960 {
980
- min-width: 392px;
981
- height: 42px;
982
- display: flex;
983
- flex-direction: row;
984
- align-items: flex-start;
985
- justify-content: center;
986
- gap: var(--gap-0);
987
- align-items: flex-start;
988
- justify-content: flex-start;
989
- }
990
-
991
- .menuSectionHeader730 {
992
- display: flex;
993
- flex-direction: row;
994
- align-items: flex-start;
995
- justify-content: center;
996
- min-width: 392px;
997
- height: 42px;
998
- flex: 1;
999
- }
1000
-
1001
- .dropdown {
1002
- flex: 1;
1003
- border-radius: var(--br-9xs);
1004
- box-sizing: border-box;
1005
- height: 42px;
1006
- display: flex;
1007
- flex-direction: row;
1008
-
1009
- align-items: center;
1010
- justify-content: space-between;
1011
- }
1012
- .dropdown730 {
1013
- border-radius: var(--br-9xs);
1014
- box-sizing: border-box;
1015
- height: 42px;
1016
- width: 33.3%;
1017
- color: var(--color-gray-100);
1018
- }
1019
-
1020
- .dropdown1 {
1021
- flex: 1;
1022
- border-radius: var(--br-9xs);
1023
- box-sizing: border-box;
1024
- height: 42px;
1025
- display: flex;
1026
- flex-direction: row;
1027
-
1028
- align-items: center;
1029
- justify-content: space-between;
1030
- color: var(--color-gray-100);
1031
- }
1032
- .dropdown1730 {
1033
- border-radius: var(--br-9xs);
1034
- box-sizing: border-box;
1035
- height: 42px;
1036
- width: 33.3%;
1037
- color: var(--color-gray-100);
1038
- }
1039
-
1040
- .dropdownParent {
1041
- width: 312px;
1042
- display: flex;
1043
- flex-direction: row;
1044
- align-items: flex-start;
1045
- justify-content: flex-start;
1046
- gap: var(--gap-xs);
1047
- text-align: left;
1048
- font-size: var(--font-size-sm);
1049
- z-index: 4;
1050
- }
1051
-
1052
- .dropdownParent730 {
1053
- flex: 1;
1054
- width: 100%;
1055
-
1056
- display: flex;
1057
- flex-direction: row;
1058
- align-items: flex-start;
1059
- justify-content: flex-start;
1060
- gap: var(--gap-xs);
1061
- text-align: left;
1062
- font-size: var(--font-size-sm);
1063
-
1064
- padding-left: 0px;
1065
- padding-right: 0px;
1066
- box-sizing: border-box;
1067
- margin-top: 10px;
1068
- }
1069
-
1070
- .menuSectionParentHeader {
1071
- width: 100%;
1072
- align-self: stretch;
1073
- display: flex;
1074
- margin-top: 20px;
1075
- flex-direction: row;
1076
- flex-wrap: wrap;
1077
- align-items: flex-end;
1078
- justify-content: space-between;
1079
- text-align: center;
1080
- font-size: var(--font-size-base);
1081
- }
1082
-
1083
- .menuSectionParentHeader1232 {
1084
- align-self: stretch;
1085
- display: flex;
1086
- margin-top: 20px;
1087
- flex-direction: row;
1088
- flex-wrap: wrap;
1089
- text-align: center;
1090
- font-size: var(--font-size-base);
1091
- align-items: flex-end;
1092
- justify-content: space-between;
1093
- gap: var(--gap-0);
1094
- }
1095
-
1096
- .menuSectionParentHeader960 {
1097
- align-self: stretch;
1098
- display: flex;
1099
- margin-top: 20px;
1100
- flex-direction: row;
1101
- flex-wrap: wrap;
1102
- text-align: center;
1103
- font-size: var(--font-size-base);
1104
- align-self: stretch;
1105
- width: auto;
1106
- gap: var(--gap-0);
1107
- align-items: center;
1108
- justify-content: space-between;
1109
- }
1110
-
1111
- .menuSectionParentHeader730 {
1112
- align-self: stretch;
1113
- margin-top: -20px;
1114
- text-align: center;
1115
- font-size: var(--font-size-base);
1116
- display: flex;
1117
- flex-direction: column-reverse;
1118
- justify-content: space-between;
1119
- align-items: center;
1120
- gap: var(--gap-base);
1121
-
1122
-
1123
- box-sizing: border-box;
1124
- }
1125
-
1126
- .menuSectionParentHeader430 {
1127
- align-self: stretch;
1128
-
1129
- margin-top: 0px;
1130
- flex-direction: row;
1131
- flex-wrap: wrap;
1132
- text-align: center;
1133
- font-size: var(--font-size-base);
1134
-
1135
- gap: var(--gap-base);
1136
- align-items: center;
1137
- display: inline-block;
1138
- justify-content: center;
1139
- display: flex;
1140
- box-sizing: border-box;
1141
- }
1142
-
1143
- .descubreVideos {
1144
- align-self: stretch;
1145
- display: flex;
1146
- flex-direction: column;
1147
- padding: 0px 0px var(--padding-9xs);
1148
- align-items: flex-start;
1149
- justify-content: flex-start;
1150
- text-align: left;
1151
- font-size: var(--font-size-3xl);
1152
- color: var(--color-white);
1153
- font-family: var(--font-poppins);
1154
- }
1155
-
1156
- .descubreVideos1232 {
1157
-
1158
- align-self: stretch;
1159
- display: flex;
1160
- flex-direction: column;
1161
- padding: 0px 0px var(--padding-9xs);
1162
- align-items: flex-start;
1163
- justify-content: flex-start;
1164
- text-align: left;
1165
- font-size: var(--font-size-3xl);
1166
- color: var(--color-white);
1167
- font-family: var(--font-poppins);
1168
- width: auto;
1169
- }
1170
-
1171
- .descubreVideos960 {
1172
- align-self: stretch;
1173
- display: flex;
1174
- flex-direction: column;
1175
- padding: 0px 0px var(--padding-9xs);
1176
- align-items: flex-start;
1177
- text-align: left;
1178
- font-size: var(--font-size-3xl);
1179
- color: var(--color-white);
1180
- font-family: var(--font-poppins);
1181
-
1182
- flex-direction: column;
1183
- align-items: flex-start;
1184
- justify-content: space-between;
1185
- gap: var(--gap-0);
1186
- }
1187
-
1188
- .allCategories {
1189
- height: 35px;
1190
- background-color: rgb(35, 48, 59);
1191
- border-radius: 30px;
1192
- color: rgba(255, 255, 255, 0.7);
1193
- padding: 0 14px;
1194
- display: flex;
1195
- font-size: 11px;
1196
- margin-left: 13px;
1197
- align-items: center;
1
+
2
+ body {
3
+ margin: 0;
4
+ line-height: normal;
5
+ }
6
+
7
+
8
+
9
+
10
+ :root {
11
+ /* fonts */
12
+ --font-poppins: 'Poppins-Regular';
13
+
14
+ /* font sizes */
15
+ --font-size-smi: 13px;
16
+ --font-size-sm: 14px;
17
+ --font-size-5xl: 24px;
18
+ --font-size-base: 16px;
19
+ --font-size-3xl: 22px;
20
+
21
+ /* Colors */
22
+ --color-gray-100: #fafafb;
23
+ --color-gray-200: #122736;
24
+ --color-gray-300: #172531;
25
+ --color-gray-400: #0d1d29;
26
+ --color-gray-500: rgba(255, 255, 255, 0.4);
27
+ --color-gray-600: rgba(255, 255, 255, 0.05);
28
+ --color-gray-700: rgba(255, 255, 255, 0.2);
29
+ --color-gray-800: rgba(255, 255, 255, 0.1);
30
+ --color-gray-900: rgba(255, 255, 255, 0.04);
31
+ --color-gray-1000: rgba(116, 125, 132, 0.6);
32
+ --color-yellowgreen: #cbee6b;
33
+ --color-white: #fff;
34
+ --color-darkslategray: #3d4a54;
35
+ --color-steelblue: #275075;
36
+ --color-whitesmoke: #f4f4f4;
37
+ --color-dimgray: #566169;
38
+ --color-slategray: #667085;
39
+
40
+ /* Gaps */
41
+ --gap-smi: 13px;
42
+ --gap-35xl: 48px;
43
+ --gap-xl: 20px;
44
+ --gap-45xl: 64px;
45
+ --gap-21xl: 40px;
46
+ --gap-base: 8px;
47
+ --gap-3xs: 10px;
48
+ --gap-7xs: 6px;
49
+ --gap-0: 0px;
50
+ --gap-5xl: 24px;
51
+ --gap-xs: 12px;
52
+ --gap-11xs-6: 1.6px;
53
+
54
+ /* Paddings */
55
+ --padding-3xs: 10px;
56
+ --padding-9xs: 4px;
57
+ --padding-5xs: 8px;
58
+ --padding-base: 16px;
59
+ --padding-xs: 12px;
60
+ --padding-31xl: 50px;
61
+ --padding-xl: 20px;
62
+ --padding-61xl: 80px;
63
+ --padding-5xl: 24px;
64
+ --padding-smi: 13px;
65
+
66
+ /* Border radiuses */
67
+ --br-6xl: 25px;
68
+ --br-31xl: 50px;
69
+ --br-9xs: 4px;
70
+ --br-5xs: 8px;
71
+ --br-46xl: 65px;
72
+ --br-xs: 12px;
73
+ }
74
+
75
+ /* grupos */
76
+ .filtersContainer {
77
+ align-self: stretch;
78
+ display: flex;
79
+ flex-direction: column;
80
+ align-items: flex-start;
81
+ display: none;
82
+ justify-content: flex-start;
83
+ }
84
+
85
+ .filtersContainer1232 {
86
+ display: none;
87
+ }
88
+ .closeFiltersPc{
89
+ width: 20px;
90
+ height: 20px;
91
+ right: 10px;
92
+ position: absolute;
93
+ top: 9px;
94
+ }
95
+ .closeFiltersPc:hover{
96
+ background-color: rgba(128, 128, 128, 0.15);
97
+ cursor: pointer;
98
+ }
99
+ .textleyemdmultipleleagues{
100
+ font-size: 12px;
101
+ color: rgb(167, 167, 167);
102
+ }
103
+ .textleyemdmultipleleagues380{
104
+ font-size: 10px;
105
+ color: rgb(167, 167, 167);
106
+ }
107
+
108
+ .filtersContainer760 {
109
+ display: flex;
110
+ width: 100%;
111
+ box-sizing: border-box;
112
+ flex-direction: column;
113
+ align-items: center;
114
+ justify-content: center;
115
+ }
116
+
117
+ .filtersContainer460 {
118
+ display: flex;
119
+ width: 100%;
120
+ box-sizing: border-box;
121
+ flex-direction: column;
122
+ align-items: center;
123
+ justify-content: center;
124
+ }
125
+
126
+
127
+
128
+ /* grupos */
129
+ /* grupos */
130
+ .containerSection {
131
+ align-self: stretch;
132
+ flex: 1;
133
+ display: flex;
134
+ flex-direction: column;
135
+ padding: 0px var(--padding-xs);
136
+ align-items: center;
137
+ justify-content: flex-start;
138
+ gap: var(--gap-xl);
139
+ text-align: left;
140
+ font-size: 15px;
141
+ color: var(--color-white);
142
+ font-family: var(--font-poppins);
143
+ }
144
+
145
+ .containerSection1232 {
146
+ align-self: stretch;
147
+ width: auto;
148
+ padding-left: var(--padding-31xl);
149
+ padding-right: var(--padding-31xl);
150
+ box-sizing: border-box;
151
+ align-self: stretch;
152
+ flex: 1;
153
+ display: flex;
154
+ flex-direction: column;
155
+ padding: 0px var(--padding-xs);
156
+ align-items: center;
157
+ justify-content: flex-start;
158
+ gap: var(--gap-xl);
159
+ text-align: left;
160
+ font-size: 15px;
161
+ color: var(--color-white);
162
+ font-family: var(--font-poppins);
163
+
164
+ }
165
+
166
+ .containerSection960 {
167
+ align-self: stretch;
168
+ width: auto;
169
+ padding-left: 0px;
170
+ padding-right: 0px;
171
+ box-sizing: border-box;
172
+ align-self: stretch;
173
+ flex: 1;
174
+ display: flex;
175
+ flex-direction: column;
176
+ padding: 0px var(--padding-xs);
177
+ align-items: center;
178
+ justify-content: flex-start;
179
+ gap: var(--gap-xl);
180
+ text-align: left;
181
+ font-size: 15px;
182
+ color: var(--color-white);
183
+ font-family: var(--font-poppins);
184
+ }
185
+
186
+ .containerSection320 {
187
+ width: 99%;
188
+ align-self: stretch;
189
+ flex: 1;
190
+ display: flex;
191
+ flex-direction: column;
192
+ align-items: center;
193
+ justify-content: flex-start;
194
+ text-align: left;
195
+ font-size: 15px;
196
+ color: var(--color-white);
197
+ font-family: var(--font-poppins);
198
+ margin: 0 auto;
199
+ gap: 10px;
200
+ }
201
+
202
+ .containerSection350 {
203
+ width: 99%;
204
+ align-self: stretch;
205
+ flex: 1;
206
+ display: flex;
207
+ flex-direction: column;
208
+ align-items: center;
209
+ justify-content: flex-start;
210
+ gap: var(--gap-xl);
211
+ text-align: left;
212
+ font-size: 15px;
213
+ color: var(--color-white);
214
+ font-family: var(--font-poppins);
215
+ }
216
+
217
+ /* grupos*/
218
+ /* grupos: */
219
+ .templateLosMejores {
220
+ position: relative;
221
+
222
+ width: 100%;
223
+ overflow: hidden;
224
+ display: flex;
225
+ flex-direction: column;
226
+ align-items: center;
227
+ justify-content: center;
228
+ gap: var(--gap-35xl);
229
+ }
230
+
231
+ .templateLosMejores1232 {
232
+ position: relative;
233
+ width: auto;
234
+ align-self: unset;
235
+ min-width: 960px;
236
+ display: flex;
237
+ overflow: hidden;
238
+ flex-direction: column;
239
+ align-items: center;
240
+ justify-content: center;
241
+ gap: var(--gap-35xl);
242
+ }
243
+
244
+ .templateLosMejores960 {
245
+ position: relative;
246
+ width: auto;
247
+ overflow: hidden;
248
+ align-self: unset;
249
+ align-items: center;
250
+ justify-content: center;
251
+ min-width: 540px;
252
+
253
+ display: flex;
254
+ flex-direction: column;
255
+ align-items: center;
256
+ justify-content: center;
257
+ gap: var(--gap-35xl);
258
+ }
259
+
260
+ .templateLosMejores420 {
261
+ position: relative;
262
+ overflow: hidden;
263
+ width: auto;
264
+ min-width: 320px;
265
+ display: flex;
266
+ flex-direction: column;
267
+ align-items: center;
268
+ justify-content: center;
269
+ gap: var(--gap-35xl);
270
+ }
271
+
272
+ .templateLosMejores320 {
273
+ position: relative;
274
+ width: auto;
275
+ align-self: unset;
276
+ display: flex;
277
+ overflow: hidden;
278
+ flex-direction: column;
279
+ align-items: center;
280
+ justify-content: center;
281
+ gap: var(--gap-35xl);
282
+ }
283
+
284
+ .templateLosMejores540 {
285
+ position: relative;
286
+ width: auto;
287
+ align-self: unset;
288
+ min-width: 420px;
289
+ overflow: hidden;
290
+ display: flex;
291
+ flex-direction: column;
292
+ align-items: center;
293
+ justify-content: center;
294
+ gap: var(--gap-35xl);
295
+ }
296
+
297
+ .templateLosMejores350 {
298
+ position: relative;
299
+ width: auto;
300
+ overflow: hidden;
301
+ align-self: unset;
302
+ display: flex;
303
+ flex-direction: column;
304
+ align-items: center;
305
+ justify-content: center;
306
+ }
307
+
308
+ /* grupos: */
309
+ /* grupos */
310
+ .topFiltersParent {
311
+ align-self: stretch;
312
+ border-radius: var(--br-5xs);
313
+ background-color: #172531;
314
+ display: flex;
315
+ flex-direction: column;
316
+ padding: 0px 0px 50px;
317
+ align-items: center;
318
+ justify-content: flex-start;
319
+ gap: var(--gap-35xl);
320
+ font-size: var(--font-size-base);
321
+ }
322
+
323
+ .topFiltersParent1232 {
324
+ align-self: stretch;
325
+ border-radius: var(--br-5xs);
326
+ background-color: #172531;
327
+ display: flex;
328
+ flex-direction: column;
329
+ padding: 0px 0px 50px;
330
+ align-items: center;
331
+ justify-content: flex-start;
332
+ gap: var(--gap-35xl);
333
+ font-size: var(--font-size-base);
334
+ width: auto;
335
+ min-height: 1100px;
336
+ margin-top: -200px;
337
+ }
338
+
339
+ .topFiltersParent960 {
340
+ align-self: stretch;
341
+ border-radius: var(--br-5xs);
342
+ background-color: #172531;
343
+ display: flex;
344
+ flex-direction: column;
345
+ padding: 0px 0px 50px;
346
+ align-items: center;
347
+ justify-content: flex-start;
348
+ gap: var(--gap-35xl);
349
+ font-size: var(--font-size-base);
350
+ width: auto;
351
+ }
352
+
353
+ .topFiltersParent460 {
354
+ align-self: stretch;
355
+ border-radius: var(--br-5xs);
356
+ background-color: #172531;
357
+ display: flex;
358
+ flex-direction: column;
359
+ padding: 0px 0px 50px;
360
+ align-items: center;
361
+ justify-content: flex-start;
362
+ gap: var(--gap-35xl);
363
+ font-size: var(--font-size-base);
364
+ width: auto;
365
+ margin-top: -150px;
366
+ }
367
+ .topFiltersParent420 {
368
+ align-self: stretch;
369
+ border-radius: var(--br-5xs);
370
+ background-color: #172531;
371
+ display: flex;
372
+ flex-direction: column;
373
+ padding: 0px 0px 50px;
374
+ align-items: center;
375
+ justify-content: flex-start;
376
+ gap: var(--gap-35xl);
377
+ font-size: var(--font-size-base);
378
+ width: auto;
379
+ margin-top: -150px;
380
+ }
381
+
382
+ /* grupos */
383
+ /* grupos */
384
+ .containerTheBest {
385
+ align-self: stretch;
386
+ display: flex;
387
+ flex-direction: column;
388
+ align-items: center;
389
+ justify-content: flex-start;
390
+ gap: 0px;
391
+ }
392
+
393
+ .containerTheBest1232 {
394
+ align-self: stretch;
395
+ width: auto;
396
+ display: flex;
397
+ flex-direction: column;
398
+ align-items: center;
399
+ justify-content: flex-start;
400
+ gap: 10px;
401
+ }
402
+
403
+ .containerTheBest960 {
404
+ gap: 10px;
405
+ width: 100%;
406
+ box-sizing: border-box;
407
+ display: flex;
408
+ flex-direction: column;
409
+ align-items: center;
410
+ justify-content: flex-start;
411
+ }
412
+
413
+ .containerTheBest320 {
414
+ width: 100%;
415
+ display: flex;
416
+ flex-direction: column;
417
+ align-items: center;
418
+ justify-content: flex-start;
419
+ gap: 10px;
420
+ }
421
+
422
+ /* grupos */
423
+ /* grupos */
424
+ .titleSection {
425
+ align-self: stretch;
426
+ display: flex;
427
+ position: relative;
428
+ flex-wrap: wrap;
429
+ flex-direction: row;
430
+ padding: 0px 0px 15px 48px;
431
+ align-items: center;
432
+ justify-content: flex-start;
433
+ }
434
+
435
+ .titleSection540 {
436
+ align-self: stretch;
437
+ display: flex;
438
+ position: relative;
439
+ flex-direction: row;
440
+ align-items: center;
441
+ flex-wrap: wrap;
442
+ justify-content: flex-start;
443
+ padding: 0px 5px 15px 5px;
444
+ box-sizing: border-box;
445
+ }
446
+
447
+ /* grupos*/
448
+ /* grupos */
449
+ .containerTables {
450
+ align-self: stretch;
451
+ display: flex;
452
+ max-width: 1200px;
453
+ flex-direction: row;
454
+ flex-wrap: wrap;
455
+ align-items: flex-start;
456
+ justify-content: center;
457
+ gap: 45px;
458
+ font-size: var(--font-size-5xl);
459
+ color: var(--color-whitesmoke);
460
+ width: 100% !important;
461
+ }
462
+
463
+ .containerTables960 {
464
+ align-self: stretch;
465
+ display: flex;
466
+ flex-direction: row;
467
+ flex-wrap: wrap;
468
+ align-items: flex-start;
469
+ justify-content: center;
470
+ font-size: var(--font-size-5xl);
471
+ color: var(--color-whitesmoke);
472
+ width: 100% !important;
473
+ gap: var(--gap-21xl);
474
+ box-sizing: border-box;
475
+ }
476
+
477
+ .containerTables760 {
478
+ align-self: stretch;
479
+ display: flex;
480
+ flex-direction: row;
481
+ flex-wrap: wrap;
482
+ align-items: flex-start;
483
+ justify-content: center;
484
+ font-size: var(--font-size-5xl);
485
+ color: var(--color-whitesmoke);
486
+ width: 100% !important;
487
+ gap: var(--gap-3xs);
488
+ box-sizing: border-box;
489
+ }
490
+
491
+ .containerTables320 {
492
+ align-self: stretch;
493
+ width: auto;
494
+ align-self: stretch;
495
+ display: flex;
496
+ flex-direction: row;
497
+ flex-wrap: wrap;
498
+ gap: var(--gap-21xl);
499
+ width: 100% !important;
500
+ align-items: flex-start;
501
+ justify-content: center;
502
+ font-size: var(--font-size-5xl);
503
+ color: var(--color-whitesmoke);
504
+ }
505
+
506
+ /* grupos */
507
+ /* grupos */
508
+ .toniKroosWrapper {
509
+ flex: 1;
510
+ border-radius: var(--br-xs);
511
+ height: auto;
512
+ min-height: 480px;
513
+ display: flex;
514
+ flex-direction: row;
515
+ box-sizing: border-box;
516
+ align-items: center;
517
+ justify-content: center;
518
+ min-width: 496px;
519
+ max-width: 496px;
520
+ margin-bottom: -50px;
521
+ }
522
+
523
+ .toniKroosWrapper1080 {
524
+ flex: 1;
525
+ border-radius: var(--br-xs);
526
+ height: auto;
527
+ display: flex;
528
+ flex-direction: row;
529
+ box-sizing: border-box;
530
+ align-items: center;
531
+ justify-content: center;
532
+ min-width: 456px;
533
+ max-width: 456px;
534
+ margin-bottom: -25px;
535
+ }
536
+
537
+ .toniKroosWrapper975 {
538
+ flex: 1;
539
+ border-radius: var(--br-xs);
540
+ height: auto;
541
+ display: flex;
542
+ flex-direction: row;
543
+ box-sizing: border-box;
544
+ align-items: center;
545
+ justify-content: center;
546
+ min-width: 426px;
547
+ max-width: 426px;
548
+ margin-bottom: -25px;
549
+ }
550
+
551
+ .toniKroosWrapper760 {
552
+ flex: 1;
553
+ border-radius: var(--br-xs);
554
+ height: auto;
555
+ display: flex;
556
+ flex-direction: row;
557
+ box-sizing: border-box;
558
+ align-items: center;
559
+ justify-content: center;
560
+ min-width: 360px;
561
+ max-width: 360px;
562
+ margin-bottom: 0px;
563
+ }
564
+
565
+ .toniKroosWrapper420 {
566
+ flex: 1;
567
+ border-radius: var(--br-xs);
568
+ height: auto;
569
+ display: flex;
570
+ flex-direction: row;
571
+
572
+ box-sizing: border-box;
573
+ align-items: center;
574
+ justify-content: center;
575
+ width: 330px;
576
+ min-width: 330px;
577
+ margin-bottom: 0px;
578
+ }
579
+
580
+ .toniKroosWrapper320 {
581
+ flex: 1;
582
+ border-radius: var(--br-xs);
583
+ height: auto;
584
+ display: flex;
585
+ flex-direction: row;
586
+ box-sizing: border-box;
587
+ align-items: center;
588
+ justify-content: center;
589
+ width: 310px;
590
+ min-width: 310px;
591
+ margin-bottom: -25px;
592
+ }
593
+
594
+ /* grupos */
595
+
596
+
597
+ .frameChild {
598
+ position: relative;
599
+ width: 17px;
600
+ height: 10.03px;
601
+ }
602
+
603
+ .filtros {
604
+ position: relative;
605
+ line-height: 24px;
606
+ }
607
+
608
+ .groupParent {
609
+ flex: 1;
610
+ display: flex;
611
+ flex-direction: row;
612
+ align-items: center;
613
+ justify-content: flex-start;
614
+ gap: 9px;
615
+ }
616
+
617
+ .shapeIcon {
618
+ position: relative;
619
+ width: 8px;
620
+ height: 4px;
621
+ }
622
+
623
+ .btnFilters {
624
+ border-radius: var(--br-5xs);
625
+ background-color: var(--color-gray-600);
626
+ border: 1px solid rgba(255,255,255, .2);
627
+ box-sizing: border-box;
628
+ width: 145px;
629
+ display: flex;
630
+ flex-direction: row;
631
+ padding: var(--padding-xs);
632
+ align-items: center;
633
+ justify-content: flex-start;
634
+ gap: 43px;
635
+ height: 45px;
636
+ font-size: 14px;
637
+ color: rgba(255,255,255, .9);
638
+ font-family: 'Poppins-Regular', sans-serif;
639
+ cursor: pointer;
640
+ }
641
+ .btnFiltersPC {
642
+ border-radius: var(--br-5xs);
643
+ background-color: var(--color-gray-600);
644
+ border: 1px solid #566169;
645
+ box-sizing: border-box;
646
+ width: 115px;
647
+ display: flex;
648
+ flex-direction: row;
649
+ padding: 6px 12px;
650
+ margin-left: 12px;
651
+ align-items: center;
652
+ justify-content: flex-start;
653
+ gap: 43px;
654
+ font-size: 16px;
655
+ margin-top: 7px;
656
+ }
657
+ .btnFiltersPC:hover {
658
+ cursor: pointer;
659
+ }
660
+ .quitarFiltros{
661
+ color: rgba(255, 255, 255, 0.7);
662
+ text-decoration: underline;
663
+ font-size: 12px;
664
+ font-family: 'Poppins-Regular';
665
+ top: 1px;
666
+ right: 20px;
667
+ position: absolute;
668
+ text-align: center;
669
+ width: 110px;
670
+ height: 30px;
671
+ line-height: 30px;
672
+ }
673
+ .quitarFiltros:hover{
674
+ background: rgba(128, 128, 128, 0.15);
675
+ cursor: pointer;
676
+ }
677
+
678
+ .quitarFiltros730 {
679
+ color: #cccccc;
680
+ text-decoration: underline;
681
+ font-size: 12px;
682
+ font-family: 'Poppins-SemiBold';
683
+ top: -28px;
684
+ right: 20px;
685
+ position: absolute;
686
+ text-align: center;
687
+ width: 110px;
688
+ height: 30px;
689
+ line-height: 30px;
690
+ }
691
+
692
+ .quitarFiltros480{
693
+ color: #cccccc;
694
+ text-decoration: underline;
695
+ font-size: 10px;
696
+ font-family: 'Poppins-SemiBold';
697
+ top: -28px;
698
+ right: 0px;
699
+ position: absolute;
700
+ text-align: center;
701
+ width: 80px;
702
+ height: 30px;
703
+ line-height: 30px;
704
+ }
705
+ .quitarFiltros380{
706
+ color: #cccccc;
707
+ text-decoration: underline;
708
+ font-size: 12px;
709
+ font-family: 'Poppins-SemiBold';
710
+ top: -41px;
711
+ right: 0px;
712
+ position: absolute;
713
+ text-align: center;
714
+ width: 100px;
715
+ height: 30px;
716
+ line-height: 30px;
717
+ }
718
+
719
+ .btnCloseFilters {
720
+ cursor: pointer;
721
+ position: absolute;
722
+ left: 9%;
723
+ display: none;
724
+ margin-top: 90px;
725
+ background: url(https://az755631.vo.msecnd.net/todoelfut/icn_close.png);
726
+ width: 15px;
727
+ height: 15px;
728
+ background-size: 100%;
729
+ opacity: 0.7;
730
+ }
731
+
732
+ .mejoresJugadores {
733
+ position: relative;
734
+ font-weight: 500;
735
+ }
736
+ .mejoresJugadores730 {
737
+ position: relative;
738
+ font-weight: 500;
739
+ font-size: 14px;
740
+ }
741
+ .mejoresJugadores480 {
742
+ position: relative;
743
+ font-weight: 500;
744
+ font-size: 11px;
745
+ }
746
+
747
+ .mejoresJugadoresSM {
748
+ position: relative;
749
+ font-weight: 500;
750
+ font-size: 11px;
751
+ }
752
+
753
+ .toniKroos {
754
+ position: relative;
755
+ letter-spacing: 0.2px;
756
+ line-height: 20px;
757
+ font-weight: 500;
758
+ }
759
+
760
+
761
+ /* aqui esta el codigo */
762
+
763
+ .teamBar {
764
+ align-self: stretch;
765
+ background-color: var(--color-gray-300);
766
+ box-shadow: 0px -1px 0px #3d4a54 inset;
767
+ height: 72px;
768
+ display: flex;
769
+ flex-direction: row;
770
+ align-items: center;
771
+ justify-content: center;
772
+ gap: var(--gap-5xl);
773
+ border-bottom: 1px solid rgba(255, 255, 255, 0.25);
774
+ }
775
+
776
+ .menuSection {
777
+ align-self: stretch;
778
+ height: 40px;
779
+ display: flex;
780
+ overflow: hidden;
781
+ flex-direction: row;
782
+ align-items: flex-start;
783
+ justify-content: center;
784
+ position: relative;
785
+ }
786
+
787
+ .menuSection960 {
788
+ align-self: stretch;
789
+ overflow: hidden;
790
+ height: 40px;
791
+ display: flex;
792
+ flex-direction: row;
793
+ align-items: flex-start;
794
+ justify-content: center;
795
+ position: relative;
796
+ }
797
+
798
+ .containerMenu {
799
+
800
+ display: inline-flex;
801
+ width: 100%;
802
+ align-items: center;
803
+ justify-content: center;
804
+ gap: 10px;
805
+
806
+ }
807
+ .containerMenu760{
808
+ display: flex;
809
+ margin: 0 auto;
810
+ gap: 15px;
811
+ flex-direction: column;
812
+ }
813
+
814
+ .containerFilters {
815
+ align-self: stretch;
816
+ display: flex;
817
+ flex-direction: column;
818
+ align-items: center;
819
+ justify-content: flex-start;
820
+ gap: var(--gap-xl);
821
+ font-size: var(--font-size-sm);
822
+ margin-top: -3px;
823
+ }
824
+
825
+ .teamBarParent {
826
+ align-self: stretch;
827
+ display: flex;
828
+ flex-direction: column;
829
+ align-items: left;
830
+ justify-content: flex-start;
831
+ gap: var(--gap-base);
832
+ }
833
+
834
+ .topFilters {
835
+ align-self: stretch;
836
+ border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
837
+ /* background-color: var(--color-gray-300); */
838
+ display: flex;
839
+ flex-direction: column;
840
+ padding: 0px var(--padding-base) var(--padding-base);
841
+ align-items: flex-start;
842
+ justify-content: flex-start;
843
+ text-align: center;
844
+ font-size: var(--font-size-smi);
845
+ color: var(--color-white);
846
+ font-family: var(--font-poppins);
847
+ }
848
+
849
+ .topFilters1232 {
850
+ align-self: stretch;
851
+ border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
852
+ /* background-color: var(--color-gray-300); */
853
+ display: flex;
854
+ flex-direction: column;
855
+ padding: 0px var(--padding-base) var(--padding-base);
856
+ align-items: flex-start;
857
+ justify-content: flex-start;
858
+ text-align: center;
859
+ font-size: var(--font-size-smi);
860
+ color: var(--color-white);
861
+ font-family: var(--font-poppins);
862
+ width: auto;
863
+ }
864
+
865
+ .topFilters420 {
866
+ align-self: stretch;
867
+ border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
868
+ /* background-color: var(--color-gray-300); */
869
+ display: flex;
870
+ flex-direction: column;
871
+ padding: 0px var(--padding-base) var(--padding-base);
872
+ align-items: flex-start;
873
+ justify-content: flex-start;
874
+ text-align: center;
875
+ font-size: var(--font-size-smi);
876
+ color: var(--color-white);
877
+ font-family: var(--font-poppins);
878
+ }
879
+
880
+ .topFilters460 {
881
+ align-self: stretch;
882
+ border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
883
+ /* background-color: var(--color-gray-300); */
884
+ display: flex;
885
+ flex-direction: column;
886
+ padding: 0px 6px 16px;
887
+ align-items: flex-start;
888
+ justify-content: flex-start;
889
+ text-align: center;
890
+ font-size: var(--font-size-smi);
891
+ color: var(--color-white);
892
+ font-family: var(--font-poppins);
893
+ }
894
+
895
+ /* coidgo */
896
+
897
+ .losMejores {
898
+ margin: 0;
899
+ align-self: stretch;
900
+ position: relative;
901
+ margin-top: 20px;
902
+ font-size: inherit;
903
+ font-weight: 500;
904
+ font-family: inherit;
905
+ }
906
+ .losMejores380{
907
+ margin: 0;
908
+ width: 30%;
909
+ height: 42px;
910
+ align-self: stretch;
911
+ position: relative;
912
+ margin-top: 20px;
913
+ font-size: inherit;
914
+ margin-top: 0px;
915
+ line-height: 42px;
916
+ font-size: 14px;
917
+ font-weight: 500;
918
+ font-family: inherit;
919
+ }
920
+ .losMejores530{
921
+ margin: 0;
922
+ width: 30%;
923
+ height: 42px;
924
+ align-self: stretch;
925
+ position: relative;
926
+ margin-top: 20px;
927
+ font-size: inherit;
928
+ margin-top: 0px;
929
+ line-height: 42px;
930
+ font-size: 16px;
931
+ font-weight: 500;
932
+ font-family: inherit;
933
+ }
934
+ .losMejores730{
935
+ margin: 0;
936
+ width: 33.3%;
937
+ height: 42px;
938
+ align-self: stretch;
939
+ position: relative;
940
+ margin-top: 20px;
941
+ font-size: inherit;
942
+ margin-top: 0px;
943
+ line-height: 42px;
944
+ font-size: 18px;
945
+ font-weight: 500;
946
+ font-family: inherit;
947
+ }
948
+
949
+ .menuSectionHeader {
950
+ min-width: 392px !important;
951
+ max-width: 300px !important;
952
+ height: 42px;
953
+ display: flex;
954
+ flex-direction: row;
955
+ align-items: flex-start;
956
+ justify-content: center;
957
+ }
958
+
959
+ .menuSectionHeader1232 {
960
+ min-width: 392px !important;
961
+ max-width: 300px !important;
962
+ height: 42px;
963
+ display: flex;
964
+ flex-direction: row;
965
+ align-items: flex-start;
966
+ justify-content: center;
967
+
968
+ width: auto;
969
+ align-self: unset;
970
+ }
971
+
972
+ .menuSectionHeader960 {
973
+ min-width: 392px;
974
+ height: 42px;
975
+ display: flex;
976
+ flex-direction: row;
977
+ align-items: flex-start;
978
+ justify-content: center;
979
+ gap: var(--gap-0);
980
+ align-items: flex-start;
981
+ justify-content: flex-start;
982
+ }
983
+
984
+ .menuSectionHeader730 {
985
+ display: flex;
986
+ flex-direction: row;
987
+ align-items: flex-start;
988
+ justify-content: center;
989
+ min-width: 392px;
990
+ height: 42px;
991
+ flex: 1;
992
+ }
993
+
994
+ .dropdown {
995
+ flex: 1;
996
+ border-radius: var(--br-9xs);
997
+ box-sizing: border-box;
998
+ height: 42px;
999
+ display: flex;
1000
+ flex-direction: row;
1001
+
1002
+ align-items: center;
1003
+ justify-content: space-between;
1004
+ }
1005
+ .dropdown730 {
1006
+ border-radius: var(--br-9xs);
1007
+ box-sizing: border-box;
1008
+ height: 42px;
1009
+ width: 33.3%;
1010
+ color: var(--color-gray-100);
1011
+ }
1012
+
1013
+ .dropdown1 {
1014
+ flex: 1;
1015
+ border-radius: var(--br-9xs);
1016
+ box-sizing: border-box;
1017
+ height: 42px;
1018
+ display: flex;
1019
+ flex-direction: row;
1020
+
1021
+ align-items: center;
1022
+ justify-content: space-between;
1023
+ color: var(--color-gray-100);
1024
+ }
1025
+ .dropdown1730 {
1026
+ border-radius: var(--br-9xs);
1027
+ box-sizing: border-box;
1028
+ height: 42px;
1029
+ width: 33.3%;
1030
+ color: var(--color-gray-100);
1031
+ }
1032
+
1033
+ .dropdownParent {
1034
+ width: 312px;
1035
+ display: flex;
1036
+ flex-direction: row;
1037
+ align-items: flex-start;
1038
+ justify-content: flex-start;
1039
+ gap: var(--gap-xs);
1040
+ text-align: left;
1041
+ font-size: var(--font-size-sm);
1042
+ z-index: 4;
1043
+ }
1044
+
1045
+ .dropdownParent730 {
1046
+ flex: 1;
1047
+ width: 100%;
1048
+
1049
+ display: flex;
1050
+ flex-direction: row;
1051
+ align-items: flex-start;
1052
+ justify-content: flex-start;
1053
+ gap: var(--gap-xs);
1054
+ text-align: left;
1055
+ font-size: var(--font-size-sm);
1056
+
1057
+ padding-left: 0px;
1058
+ padding-right: 0px;
1059
+ box-sizing: border-box;
1060
+ margin-top: 10px;
1061
+ }
1062
+
1063
+ .menuSectionParentHeader {
1064
+ width: 100%;
1065
+ align-self: stretch;
1066
+ display: flex;
1067
+ margin-top: 20px;
1068
+ flex-direction: row;
1069
+ flex-wrap: wrap;
1070
+ align-items: flex-end;
1071
+ justify-content: space-between;
1072
+ text-align: center;
1073
+ font-size: var(--font-size-base);
1074
+ }
1075
+
1076
+ .menuSectionParentHeader1232 {
1077
+ align-self: stretch;
1078
+ display: flex;
1079
+ margin-top: 20px;
1080
+ flex-direction: row;
1081
+ flex-wrap: wrap;
1082
+ text-align: center;
1083
+ font-size: var(--font-size-base);
1084
+ align-items: flex-end;
1085
+ justify-content: space-between;
1086
+ gap: var(--gap-0);
1087
+ }
1088
+
1089
+ .menuSectionParentHeader960 {
1090
+ align-self: stretch;
1091
+ display: flex;
1092
+ margin-top: 20px;
1093
+ flex-direction: row;
1094
+ flex-wrap: wrap;
1095
+ text-align: center;
1096
+ font-size: var(--font-size-base);
1097
+ align-self: stretch;
1098
+ width: auto;
1099
+ gap: var(--gap-0);
1100
+ align-items: center;
1101
+ justify-content: space-between;
1102
+ }
1103
+
1104
+ .menuSectionParentHeader730 {
1105
+ align-self: stretch;
1106
+ margin-top: -20px;
1107
+ text-align: center;
1108
+ font-size: var(--font-size-base);
1109
+ display: flex;
1110
+ flex-direction: column-reverse;
1111
+ justify-content: space-between;
1112
+ align-items: center;
1113
+ gap: var(--gap-base);
1114
+
1115
+
1116
+ box-sizing: border-box;
1117
+ }
1118
+
1119
+ .menuSectionParentHeader430 {
1120
+ align-self: stretch;
1121
+
1122
+ margin-top: 0px;
1123
+ flex-direction: row;
1124
+ flex-wrap: wrap;
1125
+ text-align: center;
1126
+ font-size: var(--font-size-base);
1127
+
1128
+ gap: var(--gap-base);
1129
+ align-items: center;
1130
+ display: inline-block;
1131
+ justify-content: center;
1132
+ display: flex;
1133
+ box-sizing: border-box;
1134
+ }
1135
+
1136
+ .descubreVideos {
1137
+ align-self: stretch;
1138
+ display: flex;
1139
+ flex-direction: column;
1140
+ padding: 0px 0px var(--padding-9xs);
1141
+ align-items: flex-start;
1142
+ justify-content: flex-start;
1143
+ text-align: left;
1144
+ font-size: var(--font-size-3xl);
1145
+ color: var(--color-white);
1146
+ font-family: var(--font-poppins);
1147
+ }
1148
+
1149
+ .descubreVideos1232 {
1150
+
1151
+ align-self: stretch;
1152
+ display: flex;
1153
+ flex-direction: column;
1154
+ padding: 0px 0px var(--padding-9xs);
1155
+ align-items: flex-start;
1156
+ justify-content: flex-start;
1157
+ text-align: left;
1158
+ font-size: var(--font-size-3xl);
1159
+ color: var(--color-white);
1160
+ font-family: var(--font-poppins);
1161
+ width: auto;
1162
+ }
1163
+
1164
+ .descubreVideos960 {
1165
+ align-self: stretch;
1166
+ display: flex;
1167
+ flex-direction: column;
1168
+ padding: 0px 0px var(--padding-9xs);
1169
+ align-items: flex-start;
1170
+ text-align: left;
1171
+ font-size: var(--font-size-3xl);
1172
+ color: var(--color-white);
1173
+ font-family: var(--font-poppins);
1174
+
1175
+ flex-direction: column;
1176
+ align-items: flex-start;
1177
+ justify-content: space-between;
1178
+ gap: var(--gap-0);
1179
+ }
1180
+
1181
+ .allCategories {
1182
+ height: 35px;
1183
+ background-color: rgb(35, 48, 59);
1184
+ border-radius: 30px;
1185
+ color: rgba(255, 255, 255, 0.7);
1186
+ padding: 0 14px;
1187
+ display: flex;
1188
+ font-size: 11px;
1189
+ margin-left: 13px;
1190
+ align-items: center;
1198
1191
  }