@golstats/gsc-top-player 1.0.11 → 1.0.13

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