@cupcodev/ui 1.0.2 → 1.0.7

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.
package/styles/dock.css CHANGED
@@ -1,858 +1,875 @@
1
- :root {
2
- --accent-color: #1fa8f5;
3
- --accent-color-fg: #fefefe;
4
- --app-content-background-color: transparent;
5
- --inset-shadow: rgba(7, 43, 74, 0.3);
6
- --outset-shadow: rgba(223, 240, 255, 0.25);
7
- --clay-box-shadow: rgba(7, 43, 74, 0.3);
8
- --clay-background-color: #c0d8ec;
9
- --clay-fg-color: #444;
10
- --lg-bg-color: rgba(255, 255, 255, 0.25);
11
- --lg-highlight: rgba(255, 255, 255, 0.75);
12
- --lg-text: #18013a;
13
- --lg-hover-glow: rgba(255, 255, 255, 0.4);
14
- --lg-grey: #5b5b5b;
15
- --card-spacing: 0.5rem;
16
- --marketing-base: #ed1e79;
17
- --desenvolvimento-base: #951ddb;
18
- --blue-sky-light: #87ceeb;
19
- --blue-sky-med: #00b7eb;
20
- --blue-sky-dark: #006bb3;
21
- --blue-pink-light: #ff69b4;
22
- --blue-pink-med: #00b7eb;
23
- --purple-orange-light: #ff4500;
24
- --purple-orange-med: #951ddb;
25
- --black-grey-light: #a9a9a9;
26
- --black-grey-med: #2f2f2f;
27
- --orange-base: #ffa500;
28
- --yellow-base: #ffff00;
29
- --pink-blue-light: #ff69b4;
30
- --pink-blue-med: #00b7eb;
31
- --yellow-purple-light: #ffff00;
32
- --yellow-purple-med: #951ddb;
33
- --blue-green-grey-light: #00b7eb;
34
- --blue-green-grey-med: #228b22;
35
- --blue-green-grey-dark: #696969;
36
- }
37
-
38
- .flex-center {
39
- display: flex;
40
- justify-content: space-around;
41
- align-items: center;
42
- }
43
-
44
- .dock {
45
- max-width: 100%;
46
- width: 100%;
47
- margin: 0 auto;
48
- position: fixed;
49
- bottom: 0;
50
- left: 50%;
51
- transform: translateX(-50%);
52
- z-index: 1000;
53
- max-width: 580px;
54
- margin-bottom: 0.5rem;
55
- border-radius: 2rem;
56
- overflow: visible;
57
- transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
58
- background: #fcfcfc87;
59
- }
60
-
61
- .dark .dock {
62
- background: #00000087;
63
- }
64
-
65
- .marketing-style {
66
- --app-content-background-color: #ed1e79;
67
- }
68
- .mn-desenvolvimento-style {
69
- --app-content-background-color: #951ddb;
70
- }
71
- .mn-solucoes-style {
72
- --app-content-background-color: #00b7eb;
73
- }
74
- .mn-cases-de-sucesso-style {
75
- --app-content-background-color: #ff69b4;
76
- }
77
- .mn-sobre-nos-style {
78
- --app-content-background-color: #ffff00;
79
- }
80
- .mn-contato-style {
81
- --app-content-background-color: #228b22;
82
- }
83
-
84
- .tabbar {
85
- position: relative;
86
- background: transparent;
87
- border-radius: 2rem;
88
- height: 80px;
89
- min-height: 80px;
90
- display: flex;
91
- flex-direction: column;
92
- box-sizing: content-box;
93
- overflow: visible;
94
- transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
95
- box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
96
- }
97
-
98
- .is-active-menu.tabbar {
99
- height: auto;
100
- transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
101
- }
102
-
103
- .tabbar ul,
104
- .tabbar li {
105
- list-style-type: none;
106
- margin: 0;
107
- padding: 0;
108
- }
109
-
110
- .tabbar ul {
111
- position: relative;
112
- width: 100%;
113
- justify-content: center;
114
- height: 80px;
115
- z-index: 3;
116
- padding: 0.5rem 1rem;
117
- display: flex;
118
- align-items: center;
119
- gap: 10px;
120
- overflow: visible;
121
- }
122
-
123
- .tabbar li {
124
- display: flex;
125
- justify-content: center;
126
- align-items: center;
127
- font-size: 1rem;
128
- width: 60px;
129
- height: 60px;
130
- position: relative;
131
- color: var(--lg-text);
132
- cursor: pointer;
133
- transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
134
- }
135
-
136
- .tabbar li:last-child {
137
- margin-right: 0;
138
- }
139
-
140
- .tab-style1 li {
141
- display: flex;
142
- justify-content: center;
143
- align-items: center;
144
- width: 60px;
145
- height: 60px;
146
- flex-direction: column;
147
- border-radius: 1.2rem;
148
- padding: 1px;
149
- position: relative;
150
- }
151
- .tab-style1 li::after {
152
- content: '';
153
- position: absolute;
154
- top: -10px;
155
- left: 50%;
156
- transform: translateX(-50%);
157
- width: 0;
158
- height: 0;
159
- border-left: 10px solid transparent;
160
- border-right: 10px solid transparent;
161
- border-top: 10px solid rgb(148 20 222 / 71%);
162
- opacity: 0;
163
- transition: opacity 0.4s;
164
- z-index: 4;
165
- }
166
- .tab-style1 li.active::after {
167
- opacity: 1;
168
- }
169
-
170
- .tab-style1 li:hover {
171
- transform: scale(0.95);
172
- box-shadow: 0 0 10px var(--lg-hover-glow);
173
- }
174
-
175
- .tab-style1 li.dock-divider:hover {
176
- transform: none;
177
- box-shadow: none;
178
- }
179
-
180
- .tab-style1 li.dock-divider::after {
181
- content: none;
182
- }
183
-
184
- .tab-style1 li.dock-divider {
185
- width: 1px;
186
- min-width: 1px;
187
- height: 44px;
188
- padding: 0;
189
- margin: 0 7px;
190
- border-radius: 999px;
191
- background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(120, 120, 120, 0.2));
192
- box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.55), 0 0 2px rgba(0, 0, 0, 0.25);
193
- pointer-events: none;
194
- cursor: default;
195
- align-self: center;
196
- }
197
-
198
- .tabbar ul > li:last-of-type::before {
199
- content: '';
200
- position: absolute;
201
- bottom: -10px;
202
- left: 50%;
203
- transform: translateX(-50%);
204
- width: 8px;
205
- height: 8px;
206
- border-radius: 50%;
207
- background: hsl(var(--cc-pink, 330 87% 52%));
208
- box-shadow: 0 0 6px rgba(237, 30, 121, 0.45);
209
- }
210
-
211
- .tabbar li .bg-img-menu-fix-mob {
212
- display: block;
213
- height: 60px;
214
- width: 60px;
215
- background-size: contain;
216
- background-position: center;
217
- background-repeat: no-repeat;
218
- background-origin: content-box;
219
- padding: 1px;
220
- }
221
-
222
- .tabbar li.mn-sobre-nos .bg-img-menu-fix-mob {
223
- padding: 5px;
224
- }
225
-
226
- .list-menu-mob-show {
227
- position: absolute;
228
- left: 0;
229
- width: 100%;
230
- z-index: 5;
231
- display: none;
232
- flex-direction: column;
233
- align-items: center;
234
- gap: 0.25rem;
235
- pointer-events: none;
236
- }
237
-
238
- .list-menu-mob-show.show {
239
- display: flex;
240
- pointer-events: auto;
241
- }
242
-
243
- .list-menu-mob-show .mob-list-menu.hide {
244
- display: none;
245
- }
246
-
247
- .list-menu-mob-show .mob-list-menu.show {
248
- display: flex;
249
- flex-direction: column;
250
- align-items: center;
251
- gap: 0.25rem;
252
- }
253
-
254
- .submenu-stack {
255
- position: relative;
256
- display: flex;
257
- flex-direction: column;
258
- align-items: center;
259
- width: 100%;
260
- max-width: 210px;
261
- background: none;
262
- }
263
-
264
- .submenu-stack::after {
265
- content: '';
266
- position: absolute;
267
- bottom: -14px;
268
- left: 50%;
269
- transform: translateX(-50%);
270
- width: 0;
271
- height: 0;
272
- border-left: 14px solid transparent;
273
- border-right: 14px solid transparent;
274
- border-top: 14px solid rgba(255, 255, 255, 0.6);
275
- opacity: 0;
276
- transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 2.2);
277
- pointer-events: none;
278
- z-index: -1;
279
- }
280
-
281
- .submenu-stack::before {
282
- content: '';
283
- position: absolute;
284
- top: 0;
285
- left: 0;
286
- right: 0;
287
- bottom: 0;
288
- opacity: 0;
289
- transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
290
- z-index: -1;
291
- }
292
-
293
- .submenu-stack.visible::before {
294
- opacity: 1;
295
- transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
296
- }
297
-
298
- .submenu-stack:not(.visible)::before {
299
- transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2);
300
- }
301
-
302
- .mob-list-menu.show .submenu-stack::after {
303
- opacity: 1;
304
- }
305
-
306
- .submenu-stack.marketing::before {
307
- background: linear-gradient(182deg, rgba(149, 29, 218, 0) 13.45%, rgba(184, 29, 218, 0.66) 18.07%, rgba(218, 10, 163, 0.77));
308
- }
309
- .submenu-stack.mn-desenvolvimento::before {
310
- background: linear-gradient(187deg, rgba(237, 29, 120, 0) 12.18%, rgba(241, 12, 202, 0.68) 14.29%, rgba(83, 1, 190, 0.73));
311
- }
312
- .submenu-stack.mn-solucoes::before {
313
- background: linear-gradient(182deg, rgba(255, 255, 0, 0) 12.18%, rgba(217, 0, 255, 0.62) 15.55%, rgba(239, 64, 176, 0.78));
314
- }
315
- .submenu-stack.mn-cases-de-sucesso::before {
316
- background: linear-gradient(192deg, rgba(135, 206, 235, 0) 13.45%, rgba(21, 43, 228, 0.49) 16.39%, rgba(178, 0, 235, 0.6));
317
- }
318
- .submenu-stack.mn-sobre-nos::before {
319
- background: linear-gradient(187deg, rgba(0, 182, 235, 0) 12.61%, rgba(73, 0, 235, 0.56) 15.97%, rgba(201, 209, 59, 0.62));
320
- }
321
- .submenu-stack.mn-contato::before {
322
- background: linear-gradient(192deg, rgba(255, 105, 180, 0) 10.92%, rgba(11, 149, 61, 0.68) 15.13%, rgba(0, 183, 235, 0.8));
323
- }
324
-
325
- .marketing .submenu-stack::after { border-top-color: rgba(237, 30, 121, 0.8); }
326
- .mn-desenvolvimento .submenu-stack::after { border-top-color: rgba(149, 29, 218, 0.8); }
327
- .mn-solucoes .submenu-stack::after { border-top-color: rgba(0, 183, 235, 0.8); }
328
- .mn-cases-de-sucesso .submenu-stack::after { border-top-color: rgba(255, 105, 180, 0.8); }
329
- .mn-sobre-nos .submenu-stack::after { border-top-color: rgba(255, 255, 0, 0.8); }
330
- .mn-contato .submenu-stack::after { border-top-color: rgba(34, 139, 34, 0.8); }
331
-
332
- .submenu-card {
333
- width: 280px;
334
- height: 90px;
335
- position: relative;
336
- overflow: hidden;
337
- display: flex;
338
- align-items: center;
339
- padding: 0;
340
- margin: 0;
341
- clip-path: polygon(0 0, 95% 5%, 100% 100%, 5% 95%);
342
- border-radius: 10px 61px 20px 0;
343
- transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
344
- will-change: transform, opacity;
345
- isolation: isolate;
346
- transform-origin: center bottom;
347
- transform: translateY(100%);
348
- opacity: 0;
349
- }
350
-
351
- .submenu-card.animate-in {
352
- transform: translateY(0);
353
- opacity: 1;
354
- transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
355
- }
356
-
357
- .submenu-card:not(.animate-in) {
358
- transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2);
359
- }
360
-
361
- .submenu-card:hover.animate-in {
362
- transform: scale(1.02) translateY(-2px) !important;
363
- }
364
-
365
- .submenu-card:hover:not(.animate-in) {
366
- transform: scale(1.02) translateY(-2px);
367
- }
368
-
369
- .marketing {
370
- --c1: rgb(252 210 228 / 77%);
371
- --c2: rgb(215 45 146 / 50%);
372
- --c3: rgba(238, 135, 214, 0.35);
373
- --base-angle: 119deg;
374
- --p1: 0%;
375
- --p2: 50.84%;
376
- --p3: 100%;
377
- }
378
-
379
- .mn-desenvolvimento {
380
- --c1: rgba(204, 127, 247, 0.6);
381
- --c2: rgba(181, 160, 245, 0.55);
382
- --c3: rgba(203, 132, 226, 0.69);
383
- --base-angle: 150deg;
384
- --p1: 21.01%;
385
- --p2: 73.95%;
386
- --p3: 100%;
387
- }
388
-
389
- .mn-cases-de-sucesso {
390
- --c1: rgba(240, 173, 206, 0.69);
391
- --c2: rgba(206, 82, 217, 0.62);
392
- --c3: rgba(201, 243, 255, 0.5);
393
- --base-angle: 45deg;
394
- --p1: 0%;
395
- --p2: 44.12%;
396
- --p3: 100%;
397
- }
398
-
399
- .mn-sobre-nos {
400
- --c1: rgba(230, 145, 218, 0.6);
401
- --c2: rgba(198, 128, 238, 0.52);
402
- --c3: rgba(241, 241, 212, 0.51);
403
- --base-angle: 135deg;
404
- --p1: 0%;
405
- --p2: 50%;
406
- --p3: 100%;
407
- }
408
-
409
- .mn-contato {
410
- --c1: rgba(171, 217, 230, 0.65);
411
- --c2: rgba(213, 240, 213, 0.63);
412
- --c3: rgba(175, 214, 154, 0.61);
413
- --base-angle: 135deg;
414
- --p1: 0%;
415
- --p2: 55.88%;
416
- --p3: 100%;
417
- }
418
-
419
- :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card {
420
- --a: var(--base-angle, 135deg);
421
- --o1: var(--c1);
422
- --o2: var(--c2);
423
- --o3: var(--c3);
424
- background: linear-gradient(var(--a), var(--o1) var(--p1, 0%), var(--o2) var(--p2, 50%), var(--o3) var(--p3, 100%));
425
- }
426
- :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:first-child {
427
- --a: calc(var(--base-angle, 135deg) + 14deg);
428
- --o1: var(--c3);
429
- --o2: var(--c1);
430
- --o3: var(--c2);
431
- }
432
- :is(.marketing, .mn-desenvolvimento, .mn-sobre-nos, .mn-contato) .submenu-card:last-child {
433
- --a: calc(var(--base-angle, 135deg) + 180deg);
434
- --o1: var(--c2);
435
- --o2: var(--c3);
436
- --o3: var(--c1);
437
- }
438
- :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:not(:first-child):not(:last-child):nth-child(odd) {
439
- --a: calc(var(--base-angle, 135deg) + 31deg);
440
- --o1: var(--c1);
441
- --o2: var(--c3);
442
- --o3: var(--c2);
443
- }
444
- :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:not(:first-child):not(:last-child):nth-child(even) {
445
- --a: calc(var(--base-angle, 135deg) - 16deg);
446
- --o1: var(--c2);
447
- --o2: var(--c1);
448
- --o3: var(--c3);
449
- }
450
- :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:only-child {
451
- --a: var(--base-angle, 135deg);
452
- --o1: var(--c1);
453
- --o2: var(--c2);
454
- --o3: var(--c3);
455
- }
456
- :is(.mn-cases-de-sucesso) .submenu-card:last-child {
457
- --a: calc(var(--base-angle, 45deg) + 180deg);
458
- background: linear-gradient(
459
- var(--a),
460
- rgba(155, 26, 196, 0.68) 0%,
461
- rgba(185, 82, 225, 0.71) 40%,
462
- rgb(198 110 235 / 90%) 50%,
463
- rgba(185, 82, 225, 0.71) 60%,
464
- rgb(170 39 177 / 58%) 100%
465
- );
466
- background-size: 300% 100%;
467
- animation: visibleFlare 7.5s ease-in-out infinite;
468
- position: relative;
469
- z-index: 1;
470
- transform: translate3d(0, 0, 0);
471
- backface-visibility: hidden;
472
- will-change: background-position;
473
- }
474
-
475
- @keyframes visibleFlare {
476
- 0% {
477
- background-position: 0% 0%;
478
- }
479
- 25% {
480
- background-position: 100% 100%;
481
- }
482
- 50% {
483
- background-position: 0% 100%;
484
- }
485
- 75% {
486
- background-position: 100% 0%;
487
- }
488
- 100% {
489
- background-position: 0% 0%;
490
- }
491
- }
492
-
493
- .mn-solucoes .submenu-card:nth-child(1) {
494
- background: linear-gradient(to bottom right, rgba(39, 109, 177, 0.68), rgba(156, 212, 255, 0.71) 49.16%, rgba(252, 195, 212, 0.58));
495
- }
496
- .mn-solucoes .submenu-card:nth-child(2) {
497
- background: linear-gradient(to bottom right, rgba(255, 105, 180, 0.55), rgba(0, 183, 235, 0.66));
498
- }
499
- .mn-solucoes .submenu-card:nth-child(3) {
500
- background: linear-gradient(to bottom right, rgba(149, 29, 218, 0.68) 46.22%, rgba(255, 171, 0, 0.7));
501
- }
502
- .mn-solucoes .submenu-card:nth-child(4) {
503
- background: linear-gradient(to bottom right, rgba(132, 132, 132, 0.49), rgba(0, 0, 0, 0.59) 66.81%);
504
- }
505
- .mn-solucoes .submenu-card:nth-child(4) .card-content .text-content {
506
- color: #fff;
507
- }
508
- .mn-solucoes .submenu-card:nth-child(5) {
509
- background: linear-gradient(166deg, rgba(255, 128, 0, 0.64) 54.62%, color(display-p3 0.06 0.036 0.441 / 0.56) 92.86%);
510
- }
511
- .mn-solucoes .submenu-card:nth-child(6) {
512
- background: linear-gradient(to bottom right, rgba(255, 255, 0, 0.63), rgba(254, 123, 3, 0.64));
513
- }
514
-
515
- .submenu-card .fold {
516
- position: absolute;
517
- top: 0;
518
- left: 0;
519
- width: 30px;
520
- height: 20px;
521
- background: inherit;
522
- transform: skewX(10deg);
523
- transform-origin: right;
524
- z-index: 1;
525
- }
526
-
527
- .submenu-card .glass-filter {
528
- position: absolute;
529
- inset: 0;
530
- z-index: 0;
531
- filter: url(#lg-dist);
532
- isolation: isolate;
533
- backdrop-filter: blur(3px);
534
- }
535
-
536
- @supports (-webkit-backdrop-filter: blur(3px)) {
537
- .submenu-card .glass-filter,
538
- .tabbar .glass-filter {
539
- filter: url(#lg-dist);
540
- }
541
- }
542
- @supports not (-webkit-backdrop-filter: blur(3px)) {
543
- .submenu-card .glass-filter,
544
- .tabbar .glass-filter {
545
- backdrop-filter: blur(3px);
546
- }
547
- }
548
-
549
- .submenu-card .glass-overlay {
550
- position: absolute;
551
- inset: 0;
552
- z-index: 1;
553
- background: rgb(0 0 0 / 25%);
554
- }
555
-
556
- .submenu-card .glass-specular {
557
- position: absolute;
558
- inset: 0;
559
- z-index: 2;
560
- overflow: hidden;
561
- box-shadow: inset 1px 1px 0 var(--lg-highlight), inset -1px -1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
562
- }
563
-
564
- .dark .tabbar .glass-specular {
565
- box-shadow: inset 1px 1px 0 rgb(44 44 44 / 75%), inset -1px -1px 0 rgb(29 29 29 / 75%), inset 0 0 5px rgb(189 189 189 / 75%);
566
- }
567
-
568
- .submenu-card .card-content {
569
- position: relative;
570
- z-index: 3;
571
- display: flex;
572
- align-items: start;
573
- justify-content: flex-start;
574
- padding: 1rem 1rem 0 1rem;
575
- height: 100%;
576
- color: var(--lg-text);
577
- width: 100%;
578
- }
579
-
580
- .submenu-card .card-content .icon {
581
- width: 50px;
582
- margin-right: 0.5rem;
583
- flex-shrink: 0;
584
- }
585
-
586
- .submenu-card .card-content .text-content {
587
- flex: 1;
588
- display: flex;
589
- flex-direction: column;
590
- justify-content: center;
591
- }
592
-
593
- .submenu-card .card-content .title {
594
- font-size: 0.8rem;
595
- font-weight: bold;
596
- }
597
-
598
- .submenu-card .card-content .description {
599
- font-size: 0.65rem;
600
- opacity: 0.9;
601
- line-height: 1.2;
602
- }
603
-
604
- .submenu-card .card-content .saiba-mais {
605
- background: rgba(22, 185, 4, 0.69);
606
- border: 1px solid rgba(255, 255, 255, 0.3);
607
- border-radius: 0.5rem;
608
- padding: 0.1rem 0.6rem;
609
- color: #013a05;
610
- text-decoration: none;
611
- font-size: 0.75rem;
612
- position: absolute;
613
- bottom: -2px;
614
- right: 0;
615
- transition: background 0.3s;
616
- white-space: nowrap;
617
- }
618
- .saiba-mais-1 {
619
- background: rgba(22, 185, 4, 0.69);
620
- border: 1px solid rgba(255, 255, 255, 0.3);
621
- border-radius: 0.5rem;
622
- padding: 0.1rem 0.6rem;
623
- color: #013a05;
624
- text-decoration: none;
625
- font-size: 0.75rem;
626
- position: absolute;
627
- bottom: -2px;
628
- right: 120px;
629
- transition: background 0.3s;
630
- white-space: nowrap;
631
- }
632
-
633
- .submenu-card .card-content .saiba-mais:hover, .saiba-mais-1:hover {
634
- background: rgb(1 60 12 / 66%);
635
- color: #fff;
636
- }
637
-
638
- .tabbar .glass-filter {
639
- position: absolute;
640
- inset: 0;
641
- z-index: 0;
642
- filter: url(#lg-dist);
643
- isolation: isolate;
644
- backdrop-filter: blur(3px);
645
- border-radius: 40px;
646
- }
647
-
648
- .tabbar .glass-overlay {
649
- position: absolute;
650
- inset: 0;
651
- z-index: 1;
652
- background: rgba(255, 255, 255, 0.25);
653
- border-radius: 35px;
654
- }
655
-
656
- .tabbar .glass-specular {
657
- position: absolute;
658
- inset: 0;
659
- z-index: 2;
660
- border-radius: inherit;
661
- overflow: hidden;
662
- box-shadow: inset 1px 1px 0 var(--lg-highlight), inset -1px -1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
663
- }
664
-
665
- .dark .tabbar .glass-specular {
666
- box-shadow: inset 1px 1px 0 rgb(44 44 44 / 75%), inset -1px -1px 0 rgb(29 29 29 / 75%), inset 0 0 5px rgb(189 189 189 / 75%);
667
- }
668
- .dark .tabbar .glass-overlay {
669
- background: rgba(0, 0, 0, 0.25);
670
- }
671
-
672
- .tab-style1 li img {
673
- max-width: 40px;
674
- max-height: 40px;
675
- transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
676
- }
677
-
678
- .tab-style1 li:hover img {
679
- transform: scale(0.95);
680
- }
681
-
682
- .tabbar li.mn-homepage {
683
- position: relative;
684
- }
685
-
686
- a.link-absolute-menu {
687
- display: block;
688
- height: 100%;
689
- width: 100%;
690
- position: absolute;
691
- inset: 0;
692
- }
693
-
694
- .tabbar li.mn-homepage .bg-img-menu-fix-mob {
695
- height: 60px;
696
- width: 60px;
697
- background-size: contain;
698
- background-position: center;
699
- background-repeat: no-repeat;
700
- background-origin: content-box;
701
- padding: 1px;
702
- }
703
-
704
- .tooltip {
705
- z-index: 10000 !important;
706
- filter: none !important;
707
- }
708
-
709
- .tooltip-inner {
710
- background-color: rgba(0, 0, 0, 0.8) !important;
711
- color: #fff !important;
712
- font-weight: 600;
713
- }
714
-
715
- .tooltip .arrow::before {
716
- border-top-color: rgba(0, 0, 0, 0.8) !important;
717
- }
718
-
719
- @media (max-width: 600px) {
720
- .dock {
721
- max-width: 90%;
722
- min-width: 370px;
723
- }
724
- .submenu-card {
725
- height: 90px;
726
- width: 270px;
727
- }
728
-
729
- .submenu-stack {
730
- max-width: 240px;
731
- }
732
-
733
- .tabbar li .bg-img-menu-fix-mob {
734
- height: 40px;
735
- width: 40px;
736
- }
737
-
738
- .tabbar li.mn-sobre-nos .bg-img-menu-fix-mob {
739
- padding: 4px;
740
- }
741
-
742
- .tab-style1 li {
743
- width: 40px;
744
- height: 40px;
745
- }
746
-
747
- .tabbar ul {
748
- height: 60px;
749
- padding: 0.5rem 0.5rem;
750
- gap: 5px;
751
- }
752
-
753
- .tabbar {
754
- height: 60px;
755
- min-height: 60px;
756
- }
757
-
758
- .tab-style1 li.dock-divider {
759
- height: 32px;
760
- margin: 0 6px;
761
- }
762
-
763
- .tabbar ul > li:last-of-type::before {
764
- bottom: -8px;
765
- }
766
-
767
- .submenu-card .card-content .icon {
768
- width: 40px;
769
- margin-right: 0.25rem;
770
- }
771
-
772
- .submenu-card .card-content .title {
773
- font-size: 0.8rem;
774
- }
775
-
776
- .submenu-card .card-content .description {
777
- font-size: 0.65rem;
778
- }
779
-
780
- .submenu-card .card-content .saiba-mais {
781
- font-size: 0.7rem;
782
- padding: 0.1rem 0.4rem;
783
- }
784
- }
785
-
786
- .tabbar ul::after {
787
- content: '';
788
- position: absolute;
789
- top: var(--slider-top, 10px);
790
- left: var(--slider-left, 0px);
791
- width: var(--slider-width, 60px);
792
- height: var(--slider-height, 60px);
793
- border-radius: 1.2rem;
794
- background: rgb(225 175 241 / 30%);
795
- z-index: 2;
796
- backdrop-filter: blur(3px);
797
- transition-property: left, width, height, top, transform;
798
- transition-duration: var(--slider-duration, 0.4s);
799
- transition-timing-function: var(--slider-ease, ease);
800
- transform-origin: center;
801
- box-shadow:
802
- inset 0 0 0 1px rgba(255, 255, 255, 0.1),
803
- inset 2px 1px 0px -1px rgba(255, 255, 255, 0.8),
804
- inset -1.5px -1px 0px -1px rgba(255, 255, 255, 0.7),
805
- inset -2px -6px 1px -5px rgba(255, 255, 255, 0.5),
806
- inset -1px 2px 3px -1px rgba(24, 1, 58, 0.2),
807
- inset 0px -4px 1px -2px rgba(24, 1, 58, 0.1),
808
- 0px 3px 6px 0px rgba(24, 1, 58, 0.08);
809
- z-index: -1;
810
- will-change: left, width, height, top, transform;
811
- transform: translateZ(0) scale(var(--slider-scale, 1));
812
- }
813
-
814
- .tabbar ul {
815
- overflow: visible;
816
- }
817
- /* Custom dock backgrounds */
818
- @keyframes dockFloatFast {
819
- 0% { transform: translate3d(0,0,0); }
820
- 50% { transform: translate3d(0,-4px,0); }
821
- 100% { transform: translate3d(0,0,0); }
822
- }
823
- .submenu-card {
824
- backdrop-filter: blur(3px);
825
- }
826
-
827
- .submenu-card.submenu-card--particle-stars {
828
- background: radial-gradient(circle at 20% 20%, rgb(255 255 255 / 45%) 0%, rgb(212 100 228 / 56%) 45%, rgb(122 16 191 / 49%) 100%);
829
- }
830
-
831
- .submenu-card.submenu-card--purple {
832
- background: linear-gradient(135deg, rgba(83, 37, 167, 0.78), rgb(126 77 237 / 52%), rgb(176 78 236 / 60%));
833
- }
834
-
835
- .submenu-card.submenu-card--pink {
836
- background: linear-gradient(140deg, rgb(237 30 121 / 40%), rgba(255, 177, 213, 0.62), rgb(208 47 121 / 55%));
837
- }
838
-
839
- .submenu-card.submenu-card--comet {
840
- background: var(--cc-gradient-comet);
841
- }
842
- .submenu-card.submenu-card--comet .glass-overlay {
843
- background: radial-gradient(circle at 20% 20%, rgb(217 90 220 / 64%), rgb(64 9 116 / 65%), rgb(109 17 96 / 65%));
844
- }
845
- .submenu-card.submenu-card--comet .card-content .text-content {
846
- color: #f6f6ff;
847
- }
848
-
849
- .submenu-card.submenu-card--sunset {
850
- background: linear-gradient(155deg, rgb(255 168 66 / 56%), rgb(184 66 155 / 62%), rgb(94 25 180 / 58%));
851
- }
852
-
853
- .submenu-card.submenu-card--particle-comets {
854
- background: linear-gradient(150deg, rgb(223 35 213 / 56%), rgb(132 78 211 / 54%), rgb(132 78 211 / 48%));
855
- }
856
- .submenu-card.submenu-card--particle-comets .card-content {
857
- animation: dockFloatFast 7.5s ease-in-out infinite;
858
- }
1
+ :root {
2
+ --accent-color: #1fa8f5;
3
+ --accent-color-fg: #fefefe;
4
+ --app-content-background-color: transparent;
5
+ --inset-shadow: rgba(7, 43, 74, 0.3);
6
+ --outset-shadow: rgba(223, 240, 255, 0.25);
7
+ --clay-box-shadow: rgba(7, 43, 74, 0.3);
8
+ --clay-background-color: #c0d8ec;
9
+ --clay-fg-color: #444;
10
+ --lg-bg-color: rgba(255, 255, 255, 0.25);
11
+ --lg-highlight: rgba(255, 255, 255, 0.75);
12
+ --lg-text: #18013a;
13
+ --lg-hover-glow: rgba(255, 255, 255, 0.4);
14
+ --lg-grey: #5b5b5b;
15
+ --card-spacing: 0.5rem;
16
+ --marketing-base: #ed1e79;
17
+ --desenvolvimento-base: #951ddb;
18
+ --blue-sky-light: #87ceeb;
19
+ --blue-sky-med: #00b7eb;
20
+ --blue-sky-dark: #006bb3;
21
+ --blue-pink-light: #ff69b4;
22
+ --blue-pink-med: #00b7eb;
23
+ --purple-orange-light: #ff4500;
24
+ --purple-orange-med: #951ddb;
25
+ --black-grey-light: #a9a9a9;
26
+ --black-grey-med: #2f2f2f;
27
+ --orange-base: #ffa500;
28
+ --yellow-base: #ffff00;
29
+ --pink-blue-light: #ff69b4;
30
+ --pink-blue-med: #00b7eb;
31
+ --yellow-purple-light: #ffff00;
32
+ --yellow-purple-med: #951ddb;
33
+ --blue-green-grey-light: #00b7eb;
34
+ --blue-green-grey-med: #228b22;
35
+ --blue-green-grey-dark: #696969;
36
+ }
37
+
38
+ .flex-center {
39
+ display: flex;
40
+ justify-content: space-around;
41
+ align-items: center;
42
+ }
43
+
44
+ .dock {
45
+ max-width: 100%;
46
+ width: 100%;
47
+ margin: 0 auto;
48
+ position: fixed;
49
+ bottom: 0;
50
+ left: 50%;
51
+ transform: translateX(-50%);
52
+ z-index: 1000;
53
+ max-width: 580px;
54
+ margin-bottom: 0.5rem;
55
+ border-radius: 2rem;
56
+ overflow: visible;
57
+ transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
58
+ background: #fcfcfc87;
59
+ }
60
+
61
+ .dark .dock {
62
+ background: #00000087;
63
+ }
64
+
65
+ .marketing-style {
66
+ --app-content-background-color: #ed1e79;
67
+ }
68
+ .mn-desenvolvimento-style {
69
+ --app-content-background-color: #951ddb;
70
+ }
71
+ .mn-solucoes-style {
72
+ --app-content-background-color: #00b7eb;
73
+ }
74
+ .mn-cases-de-sucesso-style {
75
+ --app-content-background-color: #ff69b4;
76
+ }
77
+ .mn-sobre-nos-style {
78
+ --app-content-background-color: #ffff00;
79
+ }
80
+ .mn-contato-style {
81
+ --app-content-background-color: #228b22;
82
+ }
83
+
84
+ .tabbar {
85
+ position: relative;
86
+ background: transparent;
87
+ border-radius: 2rem;
88
+ height: 80px;
89
+ min-height: 80px;
90
+ display: flex;
91
+ flex-direction: column;
92
+ box-sizing: content-box;
93
+ overflow: visible;
94
+ transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
95
+ box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
96
+ }
97
+
98
+ .is-active-menu.tabbar {
99
+ height: auto;
100
+ transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
101
+ }
102
+
103
+ .tabbar ul,
104
+ .tabbar li {
105
+ list-style-type: none;
106
+ margin: 0;
107
+ padding: 0;
108
+ }
109
+
110
+ .tabbar ul {
111
+ position: relative;
112
+ width: 100%;
113
+ justify-content: center;
114
+ height: 80px;
115
+ z-index: 3;
116
+ padding: 0.5rem 1rem;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 10px;
120
+ overflow: visible;
121
+ }
122
+
123
+ .tabbar li {
124
+ display: flex;
125
+ justify-content: center;
126
+ align-items: center;
127
+ font-size: 1rem;
128
+ width: 60px;
129
+ height: 60px;
130
+ position: relative;
131
+ color: var(--lg-text);
132
+ cursor: pointer;
133
+ transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
134
+ }
135
+
136
+ .tabbar li:last-child {
137
+ margin-right: 0;
138
+ }
139
+
140
+ .tab-style1 li {
141
+ display: flex;
142
+ justify-content: center;
143
+ align-items: center;
144
+ width: 60px;
145
+ height: 60px;
146
+ flex-direction: column;
147
+ border-radius: 1.2rem;
148
+ padding: 1px;
149
+ position: relative;
150
+ }
151
+ .tab-style1 li::after {
152
+ content: '';
153
+ position: absolute;
154
+ top: -10px;
155
+ left: 50%;
156
+ transform: translateX(-50%);
157
+ width: 0;
158
+ height: 0;
159
+ border-left: 10px solid transparent;
160
+ border-right: 10px solid transparent;
161
+ border-top: 10px solid rgb(148 20 222 / 71%);
162
+ opacity: 0;
163
+ transition: opacity 0.4s;
164
+ z-index: 4;
165
+ }
166
+ .tab-style1 li.active::after {
167
+ opacity: 1;
168
+ }
169
+
170
+ .tab-style1 li:hover {
171
+ transform: scale(0.95);
172
+ box-shadow: 0 0 10px var(--lg-hover-glow);
173
+ }
174
+
175
+ .tab-style1 li.dock-divider:hover {
176
+ transform: none;
177
+ box-shadow: none;
178
+ }
179
+
180
+ .tab-style1 li.dock-divider::after {
181
+ content: none;
182
+ }
183
+
184
+ .tab-style1 li.dock-divider {
185
+ width: 1px;
186
+ min-width: 1px;
187
+ height: 44px;
188
+ padding: 0;
189
+ margin: 0 7px;
190
+ border-radius: 999px;
191
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(120, 120, 120, 0.2));
192
+ box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.55), 0 0 2px rgba(0, 0, 0, 0.25);
193
+ pointer-events: none;
194
+ cursor: default;
195
+ align-self: center;
196
+ }
197
+
198
+ .tabbar ul > li:last-of-type::before {
199
+ content: '';
200
+ position: absolute;
201
+ bottom: -10px;
202
+ left: 50%;
203
+ transform: translateX(-50%);
204
+ width: 8px;
205
+ height: 8px;
206
+ border-radius: 50%;
207
+ background: hsl(var(--cc-pink, 330 87% 52%));
208
+ box-shadow: 0 0 6px rgba(237, 30, 121, 0.45);
209
+ }
210
+
211
+ .tabbar li .bg-img-menu-fix-mob {
212
+ display: block;
213
+ height: 60px;
214
+ width: 60px;
215
+ background-size: contain;
216
+ background-position: center;
217
+ background-repeat: no-repeat;
218
+ background-origin: content-box;
219
+ padding: 1px;
220
+ }
221
+
222
+ .tabbar li .bg-img-menu-fix-mob.dock-fallback {
223
+ display: grid;
224
+ place-items: center;
225
+ border-radius: 1rem;
226
+ background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2) 45%, rgba(149, 29, 219, 0.22) 75%);
227
+ color: var(--lg-text);
228
+ font-weight: 700;
229
+ font-size: 0.85rem;
230
+ letter-spacing: 0.04em;
231
+ text-transform: uppercase;
232
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 6px 12px rgba(24, 1, 58, 0.18);
233
+ }
234
+
235
+ .tabbar li .bg-img-menu-fix-mob.dock-fallback .dock-fallback-icon {
236
+ line-height: 1;
237
+ }
238
+
239
+ .tabbar li.mn-sobre-nos .bg-img-menu-fix-mob {
240
+ padding: 5px;
241
+ }
242
+
243
+ .list-menu-mob-show {
244
+ position: absolute;
245
+ left: 0;
246
+ width: 100%;
247
+ z-index: 5;
248
+ display: none;
249
+ flex-direction: column;
250
+ align-items: center;
251
+ gap: 0.25rem;
252
+ pointer-events: none;
253
+ }
254
+
255
+ .list-menu-mob-show.show {
256
+ display: flex;
257
+ pointer-events: auto;
258
+ }
259
+
260
+ .list-menu-mob-show .mob-list-menu.hide {
261
+ display: none;
262
+ }
263
+
264
+ .list-menu-mob-show .mob-list-menu.show {
265
+ display: flex;
266
+ flex-direction: column;
267
+ align-items: center;
268
+ gap: 0.25rem;
269
+ }
270
+
271
+ .submenu-stack {
272
+ position: relative;
273
+ display: flex;
274
+ flex-direction: column;
275
+ align-items: center;
276
+ width: 100%;
277
+ max-width: 210px;
278
+ background: none;
279
+ }
280
+
281
+ .submenu-stack::after {
282
+ content: '';
283
+ position: absolute;
284
+ bottom: -14px;
285
+ left: 50%;
286
+ transform: translateX(-50%);
287
+ width: 0;
288
+ height: 0;
289
+ border-left: 14px solid transparent;
290
+ border-right: 14px solid transparent;
291
+ border-top: 14px solid rgba(255, 255, 255, 0.6);
292
+ opacity: 0;
293
+ transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 2.2);
294
+ pointer-events: none;
295
+ z-index: -1;
296
+ }
297
+
298
+ .submenu-stack::before {
299
+ content: '';
300
+ position: absolute;
301
+ top: 0;
302
+ left: 0;
303
+ right: 0;
304
+ bottom: 0;
305
+ opacity: 0;
306
+ transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
307
+ z-index: -1;
308
+ }
309
+
310
+ .submenu-stack.visible::before {
311
+ opacity: 1;
312
+ transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
313
+ }
314
+
315
+ .submenu-stack:not(.visible)::before {
316
+ transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2);
317
+ }
318
+
319
+ .mob-list-menu.show .submenu-stack::after {
320
+ opacity: 1;
321
+ }
322
+
323
+ .submenu-stack.marketing::before {
324
+ background: linear-gradient(182deg, rgba(149, 29, 218, 0) 13.45%, rgba(184, 29, 218, 0.66) 18.07%, rgba(218, 10, 163, 0.77));
325
+ }
326
+ .submenu-stack.mn-desenvolvimento::before {
327
+ background: linear-gradient(187deg, rgba(237, 29, 120, 0) 12.18%, rgba(241, 12, 202, 0.68) 14.29%, rgba(83, 1, 190, 0.73));
328
+ }
329
+ .submenu-stack.mn-solucoes::before {
330
+ background: linear-gradient(182deg, rgba(255, 255, 0, 0) 12.18%, rgba(217, 0, 255, 0.62) 15.55%, rgba(239, 64, 176, 0.78));
331
+ }
332
+ .submenu-stack.mn-cases-de-sucesso::before {
333
+ background: linear-gradient(192deg, rgba(135, 206, 235, 0) 13.45%, rgba(21, 43, 228, 0.49) 16.39%, rgba(178, 0, 235, 0.6));
334
+ }
335
+ .submenu-stack.mn-sobre-nos::before {
336
+ background: linear-gradient(187deg, rgba(0, 182, 235, 0) 12.61%, rgba(73, 0, 235, 0.56) 15.97%, rgba(201, 209, 59, 0.62));
337
+ }
338
+ .submenu-stack.mn-contato::before {
339
+ background: linear-gradient(192deg, rgba(255, 105, 180, 0) 10.92%, rgba(11, 149, 61, 0.68) 15.13%, rgba(0, 183, 235, 0.8));
340
+ }
341
+
342
+ .marketing .submenu-stack::after { border-top-color: rgba(237, 30, 121, 0.8); }
343
+ .mn-desenvolvimento .submenu-stack::after { border-top-color: rgba(149, 29, 218, 0.8); }
344
+ .mn-solucoes .submenu-stack::after { border-top-color: rgba(0, 183, 235, 0.8); }
345
+ .mn-cases-de-sucesso .submenu-stack::after { border-top-color: rgba(255, 105, 180, 0.8); }
346
+ .mn-sobre-nos .submenu-stack::after { border-top-color: rgba(255, 255, 0, 0.8); }
347
+ .mn-contato .submenu-stack::after { border-top-color: rgba(34, 139, 34, 0.8); }
348
+
349
+ .submenu-card {
350
+ width: 280px;
351
+ height: 90px;
352
+ position: relative;
353
+ overflow: hidden;
354
+ display: flex;
355
+ align-items: center;
356
+ padding: 0;
357
+ margin: 0;
358
+ clip-path: polygon(0 0, 95% 5%, 100% 100%, 5% 95%);
359
+ border-radius: 10px 61px 20px 0;
360
+ transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
361
+ will-change: transform, opacity;
362
+ isolation: isolate;
363
+ transform-origin: center bottom;
364
+ transform: translateY(100%);
365
+ opacity: 0;
366
+ }
367
+
368
+ .submenu-card.animate-in {
369
+ transform: translateY(0);
370
+ opacity: 1;
371
+ transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
372
+ }
373
+
374
+ .submenu-card:not(.animate-in) {
375
+ transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2), opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 2.2);
376
+ }
377
+
378
+ .submenu-card:hover.animate-in {
379
+ transform: scale(1.02) translateY(-2px) !important;
380
+ }
381
+
382
+ .submenu-card:hover:not(.animate-in) {
383
+ transform: scale(1.02) translateY(-2px);
384
+ }
385
+
386
+ .marketing {
387
+ --c1: rgb(252 210 228 / 77%);
388
+ --c2: rgb(215 45 146 / 50%);
389
+ --c3: rgba(238, 135, 214, 0.35);
390
+ --base-angle: 119deg;
391
+ --p1: 0%;
392
+ --p2: 50.84%;
393
+ --p3: 100%;
394
+ }
395
+
396
+ .mn-desenvolvimento {
397
+ --c1: rgba(204, 127, 247, 0.6);
398
+ --c2: rgba(181, 160, 245, 0.55);
399
+ --c3: rgba(203, 132, 226, 0.69);
400
+ --base-angle: 150deg;
401
+ --p1: 21.01%;
402
+ --p2: 73.95%;
403
+ --p3: 100%;
404
+ }
405
+
406
+ .mn-cases-de-sucesso {
407
+ --c1: rgba(240, 173, 206, 0.69);
408
+ --c2: rgba(206, 82, 217, 0.62);
409
+ --c3: rgba(201, 243, 255, 0.5);
410
+ --base-angle: 45deg;
411
+ --p1: 0%;
412
+ --p2: 44.12%;
413
+ --p3: 100%;
414
+ }
415
+
416
+ .mn-sobre-nos {
417
+ --c1: rgba(230, 145, 218, 0.6);
418
+ --c2: rgba(198, 128, 238, 0.52);
419
+ --c3: rgba(241, 241, 212, 0.51);
420
+ --base-angle: 135deg;
421
+ --p1: 0%;
422
+ --p2: 50%;
423
+ --p3: 100%;
424
+ }
425
+
426
+ .mn-contato {
427
+ --c1: rgba(171, 217, 230, 0.65);
428
+ --c2: rgba(213, 240, 213, 0.63);
429
+ --c3: rgba(175, 214, 154, 0.61);
430
+ --base-angle: 135deg;
431
+ --p1: 0%;
432
+ --p2: 55.88%;
433
+ --p3: 100%;
434
+ }
435
+
436
+ :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card {
437
+ --a: var(--base-angle, 135deg);
438
+ --o1: var(--c1);
439
+ --o2: var(--c2);
440
+ --o3: var(--c3);
441
+ background: linear-gradient(var(--a), var(--o1) var(--p1, 0%), var(--o2) var(--p2, 50%), var(--o3) var(--p3, 100%));
442
+ }
443
+ :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:first-child {
444
+ --a: calc(var(--base-angle, 135deg) + 14deg);
445
+ --o1: var(--c3);
446
+ --o2: var(--c1);
447
+ --o3: var(--c2);
448
+ }
449
+ :is(.marketing, .mn-desenvolvimento, .mn-sobre-nos, .mn-contato) .submenu-card:last-child {
450
+ --a: calc(var(--base-angle, 135deg) + 180deg);
451
+ --o1: var(--c2);
452
+ --o2: var(--c3);
453
+ --o3: var(--c1);
454
+ }
455
+ :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:not(:first-child):not(:last-child):nth-child(odd) {
456
+ --a: calc(var(--base-angle, 135deg) + 31deg);
457
+ --o1: var(--c1);
458
+ --o2: var(--c3);
459
+ --o3: var(--c2);
460
+ }
461
+ :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:not(:first-child):not(:last-child):nth-child(even) {
462
+ --a: calc(var(--base-angle, 135deg) - 16deg);
463
+ --o1: var(--c2);
464
+ --o2: var(--c1);
465
+ --o3: var(--c3);
466
+ }
467
+ :is(.marketing, .mn-desenvolvimento, .mn-cases-de-sucesso, .mn-sobre-nos, .mn-contato) .submenu-card:only-child {
468
+ --a: var(--base-angle, 135deg);
469
+ --o1: var(--c1);
470
+ --o2: var(--c2);
471
+ --o3: var(--c3);
472
+ }
473
+ :is(.mn-cases-de-sucesso) .submenu-card:last-child {
474
+ --a: calc(var(--base-angle, 45deg) + 180deg);
475
+ background: linear-gradient(
476
+ var(--a),
477
+ rgba(155, 26, 196, 0.68) 0%,
478
+ rgba(185, 82, 225, 0.71) 40%,
479
+ rgb(198 110 235 / 90%) 50%,
480
+ rgba(185, 82, 225, 0.71) 60%,
481
+ rgb(170 39 177 / 58%) 100%
482
+ );
483
+ background-size: 300% 100%;
484
+ animation: visibleFlare 7.5s ease-in-out infinite;
485
+ position: relative;
486
+ z-index: 1;
487
+ transform: translate3d(0, 0, 0);
488
+ backface-visibility: hidden;
489
+ will-change: background-position;
490
+ }
491
+
492
+ @keyframes visibleFlare {
493
+ 0% {
494
+ background-position: 0% 0%;
495
+ }
496
+ 25% {
497
+ background-position: 100% 100%;
498
+ }
499
+ 50% {
500
+ background-position: 0% 100%;
501
+ }
502
+ 75% {
503
+ background-position: 100% 0%;
504
+ }
505
+ 100% {
506
+ background-position: 0% 0%;
507
+ }
508
+ }
509
+
510
+ .mn-solucoes .submenu-card:nth-child(1) {
511
+ background: linear-gradient(to bottom right, rgba(39, 109, 177, 0.68), rgba(156, 212, 255, 0.71) 49.16%, rgba(252, 195, 212, 0.58));
512
+ }
513
+ .mn-solucoes .submenu-card:nth-child(2) {
514
+ background: linear-gradient(to bottom right, rgba(255, 105, 180, 0.55), rgba(0, 183, 235, 0.66));
515
+ }
516
+ .mn-solucoes .submenu-card:nth-child(3) {
517
+ background: linear-gradient(to bottom right, rgba(149, 29, 218, 0.68) 46.22%, rgba(255, 171, 0, 0.7));
518
+ }
519
+ .mn-solucoes .submenu-card:nth-child(4) {
520
+ background: linear-gradient(to bottom right, rgba(132, 132, 132, 0.49), rgba(0, 0, 0, 0.59) 66.81%);
521
+ }
522
+ .mn-solucoes .submenu-card:nth-child(4) .card-content .text-content {
523
+ color: #fff;
524
+ }
525
+ .mn-solucoes .submenu-card:nth-child(5) {
526
+ background: linear-gradient(166deg, rgba(255, 128, 0, 0.64) 54.62%, color(display-p3 0.06 0.036 0.441 / 0.56) 92.86%);
527
+ }
528
+ .mn-solucoes .submenu-card:nth-child(6) {
529
+ background: linear-gradient(to bottom right, rgba(255, 255, 0, 0.63), rgba(254, 123, 3, 0.64));
530
+ }
531
+
532
+ .submenu-card .fold {
533
+ position: absolute;
534
+ top: 0;
535
+ left: 0;
536
+ width: 30px;
537
+ height: 20px;
538
+ background: inherit;
539
+ transform: skewX(10deg);
540
+ transform-origin: right;
541
+ z-index: 1;
542
+ }
543
+
544
+ .submenu-card .glass-filter {
545
+ position: absolute;
546
+ inset: 0;
547
+ z-index: 0;
548
+ filter: url(#lg-dist);
549
+ isolation: isolate;
550
+ backdrop-filter: blur(3px);
551
+ }
552
+
553
+ @supports (-webkit-backdrop-filter: blur(3px)) {
554
+ .submenu-card .glass-filter,
555
+ .tabbar .glass-filter {
556
+ filter: url(#lg-dist);
557
+ }
558
+ }
559
+ @supports not (-webkit-backdrop-filter: blur(3px)) {
560
+ .submenu-card .glass-filter,
561
+ .tabbar .glass-filter {
562
+ backdrop-filter: blur(3px);
563
+ }
564
+ }
565
+
566
+ .submenu-card .glass-overlay {
567
+ position: absolute;
568
+ inset: 0;
569
+ z-index: 1;
570
+ background: rgb(0 0 0 / 25%);
571
+ }
572
+
573
+ .submenu-card .glass-specular {
574
+ position: absolute;
575
+ inset: 0;
576
+ z-index: 2;
577
+ overflow: hidden;
578
+ box-shadow: inset 1px 1px 0 var(--lg-highlight), inset -1px -1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
579
+ }
580
+
581
+ .dark .tabbar .glass-specular {
582
+ box-shadow: inset 1px 1px 0 rgb(44 44 44 / 75%), inset -1px -1px 0 rgb(29 29 29 / 75%), inset 0 0 5px rgb(189 189 189 / 75%);
583
+ }
584
+
585
+ .submenu-card .card-content {
586
+ position: relative;
587
+ z-index: 3;
588
+ display: flex;
589
+ align-items: start;
590
+ justify-content: flex-start;
591
+ padding: 1rem 1rem 0 1rem;
592
+ height: 100%;
593
+ color: var(--lg-text);
594
+ width: 100%;
595
+ }
596
+
597
+ .submenu-card .card-content .icon {
598
+ width: 50px;
599
+ margin-right: 0.5rem;
600
+ flex-shrink: 0;
601
+ }
602
+
603
+ .submenu-card .card-content .text-content {
604
+ flex: 1;
605
+ display: flex;
606
+ flex-direction: column;
607
+ justify-content: center;
608
+ }
609
+
610
+ .submenu-card .card-content .title {
611
+ font-size: 0.8rem;
612
+ font-weight: bold;
613
+ }
614
+
615
+ .submenu-card .card-content .description {
616
+ font-size: 0.65rem;
617
+ opacity: 0.9;
618
+ line-height: 1.2;
619
+ }
620
+
621
+ .submenu-card .card-content .saiba-mais {
622
+ background: rgba(22, 185, 4, 0.69);
623
+ border: 1px solid rgba(255, 255, 255, 0.3);
624
+ border-radius: 0.5rem;
625
+ padding: 0.1rem 0.6rem;
626
+ color: #013a05;
627
+ text-decoration: none;
628
+ font-size: 0.75rem;
629
+ position: absolute;
630
+ bottom: -2px;
631
+ right: 0;
632
+ transition: background 0.3s;
633
+ white-space: nowrap;
634
+ }
635
+ .saiba-mais-1 {
636
+ background: rgba(22, 185, 4, 0.69);
637
+ border: 1px solid rgba(255, 255, 255, 0.3);
638
+ border-radius: 0.5rem;
639
+ padding: 0.1rem 0.6rem;
640
+ color: #013a05;
641
+ text-decoration: none;
642
+ font-size: 0.75rem;
643
+ position: absolute;
644
+ bottom: -2px;
645
+ right: 120px;
646
+ transition: background 0.3s;
647
+ white-space: nowrap;
648
+ }
649
+
650
+ .submenu-card .card-content .saiba-mais:hover, .saiba-mais-1:hover {
651
+ background: rgb(1 60 12 / 66%);
652
+ color: #fff;
653
+ }
654
+
655
+ .tabbar .glass-filter {
656
+ position: absolute;
657
+ inset: 0;
658
+ z-index: 0;
659
+ filter: url(#lg-dist);
660
+ isolation: isolate;
661
+ backdrop-filter: blur(3px);
662
+ border-radius: 40px;
663
+ }
664
+
665
+ .tabbar .glass-overlay {
666
+ position: absolute;
667
+ inset: 0;
668
+ z-index: 1;
669
+ background: rgba(255, 255, 255, 0.25);
670
+ border-radius: 35px;
671
+ }
672
+
673
+ .tabbar .glass-specular {
674
+ position: absolute;
675
+ inset: 0;
676
+ z-index: 2;
677
+ border-radius: inherit;
678
+ overflow: hidden;
679
+ box-shadow: inset 1px 1px 0 var(--lg-highlight), inset -1px -1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
680
+ }
681
+
682
+ .dark .tabbar .glass-specular {
683
+ box-shadow: inset 1px 1px 0 rgb(44 44 44 / 75%), inset -1px -1px 0 rgb(29 29 29 / 75%), inset 0 0 5px rgb(189 189 189 / 75%);
684
+ }
685
+ .dark .tabbar .glass-overlay {
686
+ background: rgba(0, 0, 0, 0.25);
687
+ }
688
+
689
+ .tab-style1 li img {
690
+ max-width: 40px;
691
+ max-height: 40px;
692
+ transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
693
+ }
694
+
695
+ .tab-style1 li:hover img {
696
+ transform: scale(0.95);
697
+ }
698
+
699
+ .tabbar li.mn-homepage {
700
+ position: relative;
701
+ }
702
+
703
+ a.link-absolute-menu {
704
+ display: block;
705
+ height: 100%;
706
+ width: 100%;
707
+ position: absolute;
708
+ inset: 0;
709
+ }
710
+
711
+ .tabbar li.mn-homepage .bg-img-menu-fix-mob {
712
+ height: 60px;
713
+ width: 60px;
714
+ background-size: contain;
715
+ background-position: center;
716
+ background-repeat: no-repeat;
717
+ background-origin: content-box;
718
+ padding: 1px;
719
+ }
720
+
721
+ .tooltip {
722
+ z-index: 10000 !important;
723
+ filter: none !important;
724
+ }
725
+
726
+ .tooltip-inner {
727
+ background-color: rgba(0, 0, 0, 0.8) !important;
728
+ color: #fff !important;
729
+ font-weight: 600;
730
+ }
731
+
732
+ .tooltip .arrow::before {
733
+ border-top-color: rgba(0, 0, 0, 0.8) !important;
734
+ }
735
+
736
+ @media (max-width: 600px) {
737
+ .dock {
738
+ max-width: 90%;
739
+ min-width: 370px;
740
+ }
741
+ .submenu-card {
742
+ height: 90px;
743
+ width: 270px;
744
+ }
745
+
746
+ .submenu-stack {
747
+ max-width: 240px;
748
+ }
749
+
750
+ .tabbar li .bg-img-menu-fix-mob {
751
+ height: 40px;
752
+ width: 40px;
753
+ }
754
+
755
+ .tabbar li.mn-sobre-nos .bg-img-menu-fix-mob {
756
+ padding: 4px;
757
+ }
758
+
759
+ .tab-style1 li {
760
+ width: 40px;
761
+ height: 40px;
762
+ }
763
+
764
+ .tabbar ul {
765
+ height: 60px;
766
+ padding: 0.5rem 0.5rem;
767
+ gap: 5px;
768
+ }
769
+
770
+ .tabbar {
771
+ height: 60px;
772
+ min-height: 60px;
773
+ }
774
+
775
+ .tab-style1 li.dock-divider {
776
+ height: 32px;
777
+ margin: 0 6px;
778
+ }
779
+
780
+ .tabbar ul > li:last-of-type::before {
781
+ bottom: -8px;
782
+ }
783
+
784
+ .submenu-card .card-content .icon {
785
+ width: 40px;
786
+ margin-right: 0.25rem;
787
+ }
788
+
789
+ .submenu-card .card-content .title {
790
+ font-size: 0.8rem;
791
+ }
792
+
793
+ .submenu-card .card-content .description {
794
+ font-size: 0.65rem;
795
+ }
796
+
797
+ .submenu-card .card-content .saiba-mais {
798
+ font-size: 0.7rem;
799
+ padding: 0.1rem 0.4rem;
800
+ }
801
+ }
802
+
803
+ .tabbar ul::after {
804
+ content: '';
805
+ position: absolute;
806
+ top: var(--slider-top, 10px);
807
+ left: var(--slider-left, 0px);
808
+ width: var(--slider-width, 60px);
809
+ height: var(--slider-height, 60px);
810
+ border-radius: 1.2rem;
811
+ background: rgb(225 175 241 / 30%);
812
+ z-index: 2;
813
+ backdrop-filter: blur(3px);
814
+ transition-property: left, width, height, top, transform;
815
+ transition-duration: var(--slider-duration, 0.4s);
816
+ transition-timing-function: var(--slider-ease, ease);
817
+ transform-origin: center;
818
+ box-shadow:
819
+ inset 0 0 0 1px rgba(255, 255, 255, 0.1),
820
+ inset 2px 1px 0px -1px rgba(255, 255, 255, 0.8),
821
+ inset -1.5px -1px 0px -1px rgba(255, 255, 255, 0.7),
822
+ inset -2px -6px 1px -5px rgba(255, 255, 255, 0.5),
823
+ inset -1px 2px 3px -1px rgba(24, 1, 58, 0.2),
824
+ inset 0px -4px 1px -2px rgba(24, 1, 58, 0.1),
825
+ 0px 3px 6px 0px rgba(24, 1, 58, 0.08);
826
+ z-index: -1;
827
+ will-change: left, width, height, top, transform;
828
+ transform: translateZ(0) scale(var(--slider-scale, 1));
829
+ }
830
+
831
+ .tabbar ul {
832
+ overflow: visible;
833
+ }
834
+ /* Custom dock backgrounds */
835
+ @keyframes dockFloatFast {
836
+ 0% { transform: translate3d(0,0,0); }
837
+ 50% { transform: translate3d(0,-4px,0); }
838
+ 100% { transform: translate3d(0,0,0); }
839
+ }
840
+ .submenu-card {
841
+ backdrop-filter: blur(3px);
842
+ }
843
+
844
+ .submenu-card.submenu-card--particle-stars {
845
+ background: radial-gradient(circle at 20% 20%, rgb(255 255 255 / 45%) 0%, rgb(212 100 228 / 56%) 45%, rgb(122 16 191 / 49%) 100%);
846
+ }
847
+
848
+ .submenu-card.submenu-card--purple {
849
+ background: linear-gradient(135deg, rgba(83, 37, 167, 0.78), rgb(126 77 237 / 52%), rgb(176 78 236 / 60%));
850
+ }
851
+
852
+ .submenu-card.submenu-card--pink {
853
+ background: linear-gradient(140deg, rgb(237 30 121 / 40%), rgba(255, 177, 213, 0.62), rgb(208 47 121 / 55%));
854
+ }
855
+
856
+ .submenu-card.submenu-card--comet {
857
+ background: var(--cc-gradient-comet);
858
+ }
859
+ .submenu-card.submenu-card--comet .glass-overlay {
860
+ background: radial-gradient(circle at 20% 20%, rgb(217 90 220 / 64%), rgb(64 9 116 / 65%), rgb(109 17 96 / 65%));
861
+ }
862
+ .submenu-card.submenu-card--comet .card-content .text-content {
863
+ color: #f6f6ff;
864
+ }
865
+
866
+ .submenu-card.submenu-card--sunset {
867
+ background: linear-gradient(155deg, rgb(255 168 66 / 56%), rgb(184 66 155 / 62%), rgb(94 25 180 / 58%));
868
+ }
869
+
870
+ .submenu-card.submenu-card--particle-comets {
871
+ background: linear-gradient(150deg, rgb(223 35 213 / 56%), rgb(132 78 211 / 54%), rgb(132 78 211 / 48%));
872
+ }
873
+ .submenu-card.submenu-card--particle-comets .card-content {
874
+ animation: dockFloatFast 7.5s ease-in-out infinite;
875
+ }