-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
722 lines (678 loc) · 74.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title></title>
<meta name="robots" content="max-image-preview:large">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//s.w.org">
<link rel="alternate" type="application/rss+xml" title="Feed para »" href="https://repository-documentation.github.io/feed/">
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para »" href="https://repository-documentation.github.io/comments/feed/">
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/repository-documentation.github.io\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.2"}};
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}</style>
<link rel="stylesheet" id="wp-block-library-css" href="https://repository-documentation.github.io/wp-includes/css/dist/block-library/style.min.css?ver=5.7.2" type="text/css" media="all">
<link rel="stylesheet" id="neve-style-css" href="https://repository-documentation.github.io/wp-content/themes/neve/style-main.min.css?ver=2.11.6" type="text/css" media="all">
<style id="neve-style-inline-css" type="text/css">.header-menu-sidebar-inner li.menu-item-nav-search { display: none; }
.nv-meta-list li:not(:last-child):after,.nv-meta-list span:not(:last-child):after { content:"/" }
.container{ max-width: 748px; } .has-neve-button-color-color{ color: #29cc7a!important; } .has-neve-button-color-background-color{ background-color: #29cc7a!important; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:718px } .button.button-primary, button, input[type=button], .btn, input[type="submit"], /* Buttons in navigation */ ul[id^="nv-primary-navigation"] li.button.button-primary > a, .menu li.button.button-primary > a, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, form input[type="submit"], form button[type="submit"], #comments input[type="submit"]{ background-color: #29cc7a;color: #121212;border-radius:0px 0px 0px 0px;border:none;border-width:1px 1px 1px 1px; } .button.button-primary:hover, ul[id^="nv-primary-navigation"] li.button.button-primary > a:hover, .menu li.button.button-primary > a:hover, .wp-block-button.is-style-primary .wp-block-button__link:hover, .wc-block-grid .wp-block-button .wp-block-button__link:hover, form input[type="submit"]:hover, form button[type="submit"]:hover, #comments input[type="submit"]:hover{ background-color: var(--nv-secondary-accent);color: var(--nv-text-color); } .button.button-secondary:not(.secondary-default), .wp-block-button.is-style-secondary .wp-block-button__link{ background-color: rgba(0,0,0,0);color: #121212;border-radius:0px 0px 0px 0px;border:1px solid;border-width:2px 2px 2px 2px; } .button.button-secondary.secondary-default{ background-color: rgba(0,0,0,0);color: #121212;border-radius:0px 0px 0px 0px;border:1px solid;border-width:2px 2px 2px 2px; } .button.button-secondary:not(.secondary-default):hover, .wp-block-button.is-style-secondary .wp-block-button__link:hover{ background-color: var(--nv-primary-accent);color: var(--nv-text-dark-bg); } .button.button-secondary.secondary-default:hover{ background-color: var(--nv-primary-accent);color: var(--nv-text-dark-bg); } .button.button-primary, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, form input[type="submit"], form button[type="submit"], #comments input[type="submit"]{ padding:12px 24px 12px 24px; } .button.button-secondary:not(.secondary-default), .wp-block-button.is-style-secondary .wp-block-button__link{ padding:12px 24px 12px 24px; } body, .site-title{ font-size: 15px; line-height: 1.6; letter-spacing: 0px; font-weight: 400; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h1, .single h1.entry-title{ font-size: 39px; line-height: 1.2em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h2{ font-size: 30px; line-height: 1.3em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h3, .woocommerce-checkout h3{ font-size: 20px; line-height: 1.3em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h4{ font-size: 16px; line-height: 1.3em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h5{ font-size: 14px; line-height: 1.3em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } h6{ font-size: 14px; line-height: 1.3em; letter-spacing: 0px; font-weight: 600; text-transform: none; font-family: Poppins, var(--nv-fallback-ff); } .cover-post .inner, .cover-post .inner a:not(.button), .cover-post .inner a:not(.button):hover, .cover-post .inner a:not(.button):focus, .cover-post .inner li{ color: #dadada; } form:not([role="search"]):not(.woocommerce-cart-form):not(.woocommerce-ordering):not(.cart) input:read-write:not(#coupon_code), form textarea, form select, .widget select{ margin-bottom: 10px; } form input:read-write, form textarea, form select, form select option, form.wp-block-search input.wp-block-search__input, .widget select{ color: var(--nv-text-color); font-family: Poppins, var(--nv-fallback-ff); } form label, .wpforms-container .wpforms-field-label{ margin-bottom: 10px; } form.search-form input:read-write{ padding-right:45px !important; font-family: Poppins, var(--nv-fallback-ff); } .header-top-inner,.header-top-inner a:not(.button),.header-top-inner .navbar-toggle{ color: var(--nv-text-color); } .header-top-inner .nv-icon svg,.header-top-inner .nv-contact-list svg{ fill: var(--nv-text-color); } .header-top-inner .icon-bar{ background-color: var(--nv-text-color); } .hfg_header .header-top-inner .nav-ul .sub-menu{ background-color: #dadada; } .hfg_header .header-top-inner{ background-color: #dadada; } .builder-item--logo .site-logo img{ max-width: 32px; } .builder-item--logo .site-logo .brand .nv-title-tagline-wrap{ color: #0d0d0d; } .builder-item--logo .site-logo{ padding:10px 0px 10px 0px; } .builder-item--logo{ margin:0px 0px 0px 0px; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul .has-caret > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul .neve-mm-heading span,.builder-item--primary-menu .nav-menu-primary > .nav-ul .has-caret{ color: #121212; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a:after,.builder-item--primary-menu .nav-menu-primary > .nav-ul li > .has-caret > a:after{ background-color: #29cc7a; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item):hover > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul li:hover > .has-caret > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul li:hover > .has-caret{ color: #29cc7a; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li:hover > .has-caret svg{ fill: #29cc7a; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li.current-menu-item > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul li.current_page_item > a,.builder-item--primary-menu .nav-menu-primary > .nav-ul li.current_page_item > .has-caret > a{ color: #121212; } .builder-item--primary-menu .nav-menu-primary > .nav-ul li.current-menu-item > .has-caret svg{ fill: #121212; } .builder-item--primary-menu .nav-ul > li:not(:last-of-type){ margin-right:20px; } .builder-item--primary-menu .style-full-height .nav-ul li:not(.menu-item-nav-search):not(.menu-item-nav-cart):hover > a:after{ width: calc(100% + 20px); } .builder-item--primary-menu .nav-ul li a, .builder-item--primary-menu .neve-mm-heading span{ min-height: 25px; } .builder-item--primary-menu{ font-size: 1em; line-height: 1.6em; letter-spacing: 0px; font-weight: 600; text-transform: uppercase; padding:0px 0px 0px 0px;margin:0px 0px 0px 0px; } .builder-item--primary-menu svg{ width: 1em;height: 1em; } .builder-item--header_search_responsive a.nv-search.nv-icon > svg{ width: 15px;height: 15px; } .builder-item--header_search_responsive input[type=submit],.builder-item--header_search_responsive .nv-search-icon-wrap{ width: 14px; } .builder-item--header_search_responsive .nv-nav-search .search-form input[type=search]{ height: 40px; font-size: 14px; padding-right:50px;border-width:1px 1px 1px 1px;border-radius:1px 1px 1px 1px;background-color: #ae1010;border-color: #150909; } .builder-item--header_search_responsive .nv-nav-search .search-form input[type=search],.builder-item--header_search_responsive input::placeholder{ color: #150909; } .builder-item--header_search_responsive .nv-search-icon-wrap .nv-icon svg{ fill: #150909;width: 14px;height: 14px; } .builder-item--header_search_responsive .close-responsive-search svg{ width: 14px;height: 14px; } .builder-item--header_search_responsive{ padding:0px 10px 0px 10px;margin:0px 0px 0px 0px; } .layout-grid .article-content-col .content { overflow:hidden; } .cover-post:after{ background-color: #121212; } .cover-post .inner{ min-height: 350px;text-align:left;justify-content:flex-start; } .cover-post{ border-radius:10px; } .posts-wrapper > article.layout-covers{ margin-bottom:30px;padding:0 15px; } .posts-wrapper > article{ margin-bottom:30px;padding:0 15px; } .scroll-to-top{ color: #ffffff;padding:8px 10px 8px 10px;border-radius:3px;background-color: #29cc7a; } .scroll-to-top:hover, .scroll-to-top:focus{ color: #ffffff;background-color: #29cc7a; } .scroll-to-top.icon .scroll-to-top-icon{ width:16px;height:16px; } @media(min-width: 576px){ .container{ max-width: 992px; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:962px } .button.button-primary, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, form input[type="submit"], form button[type="submit"], #comments input[type="submit"]{ padding:12px 24px 12px 24px; } .button.button-secondary:not(.secondary-default), .wp-block-button.is-style-secondary .wp-block-button__link{ padding:12px 24px 12px 24px; } body, .site-title{ font-size: 16px; line-height: 1.6; letter-spacing: 0px; } h1, .single h1.entry-title{ font-size: 55px; line-height: 1.3em; letter-spacing: 0px; } h2{ font-size: 35px; line-height: 1.3em; letter-spacing: 0px; } h3, .woocommerce-checkout h3{ font-size: 20px; line-height: 1.3em; letter-spacing: 0px; } h4{ font-size: 16px; line-height: 1.3em; letter-spacing: 0px; } h5{ font-size: 14px; line-height: 1.3em; letter-spacing: 0px; } h6{ font-size: 14px; line-height: 1.3em; letter-spacing: 0px; } .builder-item--logo .site-logo img{ max-width: 32px; } .builder-item--logo .site-logo{ padding:10px 0px 10px 0px; } .builder-item--logo{ margin:0px 0px 0px 0px; } .builder-item--primary-menu .nav-ul > li:not(:last-of-type){ margin-right:20px; } .builder-item--primary-menu .style-full-height .nav-ul li:not(.menu-item-nav-search):not(.menu-item-nav-cart):hover > a:after{ width: calc(100% + 20px); } .builder-item--primary-menu .nav-ul li a, .builder-item--primary-menu .neve-mm-heading span{ min-height: 25px; } .builder-item--primary-menu{ font-size: 1em; line-height: 1.6em; letter-spacing: 0px; padding:0px 0px 0px 0px;margin:0px 0px 0px 0px; } .builder-item--primary-menu svg{ width: 1em;height: 1em; } .builder-item--header_search_responsive input[type=submit],.builder-item--header_search_responsive .nv-search-icon-wrap{ width: 14px; } .builder-item--header_search_responsive .nv-nav-search .search-form input[type=search]{ height: 40px; font-size: 14px; padding-right:50px;border-width:1px 1px 1px 1px;border-radius:1px 1px 1px 1px; } .builder-item--header_search_responsive .nv-search-icon-wrap .nv-icon svg{ width: 14px;height: 14px; } .builder-item--header_search_responsive .close-responsive-search svg{ width: 14px;height: 14px; } .builder-item--header_search_responsive{ padding:0px 10px 0px 10px;margin:0px 0px 0px 0px; } .cover-post .inner{ min-height: 350px; } .posts-wrapper > article.layout-covers{ margin-bottom:30px;padding:0 15px; } .posts-wrapper > article{ margin-bottom:30px;padding:0 15px; } .scroll-to-top{ padding:8px 10px 8px 10px; } .scroll-to-top.icon .scroll-to-top-icon{ width:16px;height:16px; } }@media(min-width: 960px){ .container{ max-width: 1170px; } body:not(.single):not(.archive):not(.blog):not(.search) .neve-main > .container .col{ max-width: 100%; } body:not(.single):not(.archive):not(.blog):not(.search) .nv-sidebar-wrap{ max-width: 0%; } .neve-main > .archive-container .nv-index-posts.col{ max-width: 100%; } .neve-main > .archive-container .nv-sidebar-wrap{ max-width: 0%; } .neve-main > .single-post-container .nv-single-post-wrap.col{ max-width: 100%; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:1140px } .container-fluid.single-post-container .alignfull > [class*="__inner-container"], .container-fluid.single-post-container .alignwide > [class*="__inner-container"]{ max-width:calc(100% + 15px) } .neve-main > .single-post-container .nv-sidebar-wrap{ max-width: 0%; } .button.button-primary, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, form input[type="submit"], form button[type="submit"], #comments input[type="submit"]{ padding:12px 24px 12px 24px; } .button.button-secondary:not(.secondary-default), .wp-block-button.is-style-secondary .wp-block-button__link{ padding:12px 24px 12px 24px; } body, .site-title{ font-size: 17px; line-height: 1.7; letter-spacing: 0px; } h1, .single h1.entry-title{ font-size: 70px; line-height: 1.3em; letter-spacing: 0px; } h2{ font-size: 50px; line-height: 1.3em; letter-spacing: 0px; } h3, .woocommerce-checkout h3{ font-size: 24px; line-height: 1.3em; letter-spacing: 0px; } h4{ font-size: 20px; line-height: 1.3em; letter-spacing: 0px; } h5{ font-size: 16px; line-height: 1.3em; letter-spacing: 0px; } h6{ font-size: 16px; line-height: 1.3em; letter-spacing: 0px; } .builder-item--logo .site-logo img{ max-width: 32px; } .builder-item--logo .site-logo{ padding:10px 0px 10px 0px; } .builder-item--logo{ margin:0px 0px 0px 0px; } .builder-item--primary-menu .nav-ul > li:not(:last-of-type){ margin-right:20px; } .builder-item--primary-menu .style-full-height .nav-ul li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after{ left:-10px;right:-10px } .builder-item--primary-menu .style-full-height .nav-ul li:not(.menu-item-nav-search):not(.menu-item-nav-cart):hover > a:after{ width: calc(100% + 20px); } .builder-item--primary-menu .nav-ul li a, .builder-item--primary-menu .neve-mm-heading span{ min-height: 25px; } .builder-item--primary-menu{ font-size: 0.8em; line-height: 1.6em; letter-spacing: 0px; padding:0px 0px 0px 0px;margin:0px 0px 0px 0px; } .builder-item--primary-menu svg{ width: 0.8em;height: 0.8em; } .builder-item--header_search_responsive input[type=submit],.builder-item--header_search_responsive .nv-search-icon-wrap{ width: 14px; } .builder-item--header_search_responsive .nv-nav-search .search-form input[type=search]{ height: 40px; font-size: 14px; padding-right:50px;border-width:1px 1px 1px 1px;border-radius:1px 1px 1px 1px; } .builder-item--header_search_responsive .nv-search-icon-wrap .nv-icon svg{ width: 14px;height: 14px; } .builder-item--header_search_responsive .close-responsive-search svg{ width: 14px;height: 14px; } .builder-item--header_search_responsive{ padding:0px 10px 0px 10px;margin:0px 0px 0px 0px; } .cover-post .inner{ min-height: 250px; } .posts-wrapper > article.layout-covers{ margin-bottom:20px;padding:0 10px; } .posts-wrapper > article{ margin-bottom:20px;padding:0 10px; } .scroll-to-top{ padding:8px 10px 8px 10px; } .scroll-to-top.icon .scroll-to-top-icon{ width:16px;height:16px; } }.nv-content-wrap .elementor a:not(.button):not(.wp-block-file__button){ text-decoration: none; }.scroll-to-top {right: 20px; border: none; position: fixed; bottom: 30px; display: none; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; align-items: center; justify-content: center; z-index: 999; } .scroll-to-top:focus { outline: none; } .scroll-to-top.image { background-position: center; } .scroll-to-top .scroll-to-top-image { width: 100%; height: 100%; } .scroll-to-top .scroll-to-top-label { margin: 0; padding: 5px; } .scroll-to-top:hover { text-decoration: none; } .scroll-to-top.scroll-to-top-left {left: 20px; right: unset;} .scroll-to-top.scroll-show-mobile { display: flex; } @media (min-width: 960px) { .scroll-to-top { display: flex; } }:root{--nv-primary-accent:#121212;--nv-secondary-accent:#29cc7a;--nv-site-bg:#dadada;--nv-light-bg:#dadada;--nv-dark-bg:#121212;--nv-text-color:#121212;--nv-text-dark-bg:#dadada;--nv-c-1:#29cc7a;--nv-c-2:#f37262;--nv-fallback-ff:Arial, Helvetica, sans-serif;}
:root{--e-global-color-nvprimaryaccent:#121212;--e-global-color-nvsecondaryaccent:#29cc7a;--e-global-color-nvsitebg:#dadada;--e-global-color-nvlightbg:#dadada;--e-global-color-nvdarkbg:#121212;--e-global-color-nvtextcolor:#121212;--e-global-color-nvtextdarkbg:#dadada;--e-global-color-nvc1:#29cc7a;--e-global-color-nvc2:#f37262;}
#content.neve-main .container .alignfull > [class*="__inner-container"],#content.neve-main .alignwide > [class*="__inner-container"]{ max-width: 718px; } @media(min-width: 576px){ #content.neve-main .container .alignfull > [class*="__inner-container"],#content.neve-main .alignwide > [class*="__inner-container"]{ max-width: 962px; } } @media(min-width: 960px) { #content.neve-main .container .alignfull > [class*="__inner-container"],#content.neve-main .container .alignwide > [class*="__inner-container"]{ max-width: 1140px; } #content.neve-main > .container > .row > .col{ max-width: 100%; } #content.neve-main > .container > .row > .nv-sidebar-wrap, #content.neve-main > .container > .row > .nv-sidebar-wrap.shop-sidebar { max-width: 0%; } }</style>
<link rel="stylesheet" id="neve-blog-pro-css" href="https://repository-documentation.github.io/wp-content/plugins/neve-pro-addon/includes/modules/blog_pro/assets/style.min.css?ver=1.4.0" type="text/css" media="all">
<link rel="stylesheet" id="elementor-animations-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.2.4" type="text/css" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.2.4" type="text/css" media="all">
<style id="elementor-frontend-inline-css" type="text/css">@font-face{font-family:eicons;src:url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);src:url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"),url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format("woff"),url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"),url(https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");font-weight:400;font-style:normal}</style>
<link rel="stylesheet" id="elementor-post-91-css" href="https://repository-documentation.github.io/wp-content/uploads/elementor/css/post-91.css?ver=1624700238" type="text/css" media="all">
<link rel="stylesheet" id="elementor-pro-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.3.0" type="text/css" media="all">
<link rel="stylesheet" id="uael-frontend-css" href="https://repository-documentation.github.io/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.29.0" type="text/css" media="all">
<link rel="stylesheet" id="neve-elementor-widgets-styles-css" href="https://repository-documentation.github.io/wp-content/plugins/neve-pro-addon/includes/modules/elementor_booster/assets/css/style.min.css?ver=1.4.0" type="text/css" media="all">
<link rel="stylesheet" id="elementor-post-296-css" href="https://repository-documentation.github.io/wp-content/uploads/elementor/css/post-296.css?ver=1624851466" type="text/css" media="all">
<link rel="stylesheet" id="neve-google-font-poppins-css" href="//fonts.googleapis.com/css?family=Poppins%3A400%2C600&display=swap&ver=2.11.6" type="text/css" media="all">
<link rel="stylesheet" id="hfg_module-css" href="https://repository-documentation.github.io/wp-content/plugins/neve-pro-addon/includes/modules/header_footer_grid/assets/style.min.css?ver=1.4.0" type="text/css" media="all">
<link rel="stylesheet" id="google-fonts-1-css" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.7.2" type="text/css" media="all">
<link rel="stylesheet" id="elementor-icons-shared-0-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.1" type="text/css" media="all">
<link rel="stylesheet" id="elementor-icons-fa-brands-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.1" type="text/css" media="all">
<link rel="stylesheet" id="elementor-icons-fa-solid-css" href="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.1" type="text/css" media="all">
<link rel="https://api.w.org/" href="https://repository-documentation.github.io/wp-json/">
<link rel="alternate" type="application/json" href="https://repository-documentation.github.io/wp-json/wp/v2/pages/296">
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://repository-documentation.github.io/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://repository-documentation.github.io/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 5.7.2">
<link rel="canonical" href="https://repository-documentation.github.io/">
<link rel="shortlink" href="https://repository-documentation.github.io/">
<link rel="alternate" type="application/json+oembed" href="https://repository-documentation.github.io/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fhttps://repository-documentation.github.io%2F">
<link rel="alternate" type="text/xml+oembed" href="https://repository-documentation.github.io/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fhttps://repository-documentation.github.io%2F&format=xml">
<!-- Enter your scripts here --><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body class="home page-template page-template-page-templates page-template-template-pagebuilder-full-width page-template-page-templatestemplate-pagebuilder-full-width-php page page-id-296 wp-custom-logo nv-sidebar-full-width menu_sidebar_slide_left elementor-beta elementor-default elementor-kit-91 elementor-page elementor-page-296" id="neve_body">
<div class="wrapper">
<header class="header" role="banner">
<a class="neve-skip-link show-on-focus" href="#content" tabindex="0">
Pular para o conteúdo </a>
<div id="header-grid" class="hfg_header site-header">
<div class="header--row header-top hide-on-mobile hide-on-tablet layout-full-contained header--row" data-row-id="top" data-show-on="desktop">
<div class="header--row-inner header-top-inner">
<div class="container">
<div class="row row--wrapper" data-section="hfg_header_layout_top">
<div class="builder-item has-nav hfg-item-last hfg-item-first col-12 desktop-left hfg-is-group">
<div class="item--inner builder-item--logo" data-section="title_tagline" data-item-id="logo">
<div class="site-logo">
<a class="brand" href="https://repository-documentation.github.io/" title="" aria-label=""><img width="362" height="390" src="https://repository-documentation.github.io/wp-content/uploads/2021/06/cropped-cropped-profile-first-repo-dark.png" class="skip-lazy" alt="" loading="lazy" srcset="https://repository-documentation.github.io/wp-content/uploads/2021/06/cropped-cropped-profile-first-repo-dark.png 362w, https://repository-documentation.github.io/wp-content/uploads/2021/06/cropped-cropped-profile-first-repo-dark-278x300.png 278w" sizes="(max-width: 362px) 100vw, 362px"></a>
</div>
</div>
<div class="item--inner builder-item--header_search_responsive" data-section="header_search_responsive" data-item-id="header_search_responsive">
<div class="nv-search-icon-component">
<div active canvas : class="menu-item-nav-search canvas" id="nv-search-icon-responsive" tabindex="0">
<a href="#" class="nv-icon nv-search">
<svg width="15" height="15" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"></path></svg>
</a> <div class="nv-nav-search" aria-label="search">
<div class="form-wrap container">
<form role="search" method="get" class="search-form" action="https://repository-documentation.github.io/">
<label><span class="screen-reader-text">Pesquisar por...</span><input type="search" class="search-field" placeholder="Pesquise ou pule para..." value="" name="s"></label><input type="submit" class="search-submit" value="Search"><div class="nv-search-icon-wrap"><div class="nv-icon nv-search">
<svg width="15" height="15" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"></path></svg>
</div></div>
</form> </div>
<div class="close-container container">
<button tabindex="0" class="close-responsive-search">
<svg width="50" height="50" viewbox="0 0 20 20" fill="#555555"><path d="M14.95 6.46L11.41 10l3.54 3.54l-1.41 1.41L10 11.42l-3.53 3.53l-1.42-1.42L8.58 10L5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z"></path><rect></rect></svg>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="item--inner builder-item--primary-menu has_menu" data-section="header_menu_primary" data-item-id="primary-menu">
<div class="nv-nav-wrap">
<div role="navigation" class="style-plain nav-menu-primary" aria-label="Menu primário">
<ul id="nv-primary-navigation-top" class="primary-menu-ul nav-ul">
<li class="page_item page-item-5"><a href="https://repository-documentation.github.io/inicio/">Início</a></li>
<li class="page_item page-item-296 current_page_item"><a href="https://repository-documentation.github.io/" aria-current="page">Teste</a></li>
</ul> </div>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</header>
<main id="content" class="neve-main" role="main">
<div data-elementor-type="wp-page" data-elementor-id="296" class="elementor elementor-296" data-elementor-settings="[]">
<div class="elementor-section-wrap">
<section class="elementor-section elementor-top-section elementor-element elementor-element-c6a0eb3 elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-height-default elementor-section-items-middle" data-id="c6a0eb3" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-52bb36e" data-id="52bb36e" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-fb81465 elementor-widget elementor-widget-heading" data-id="fb81465" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">github.com/MatheusMoraesdeJesus</h2> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bd5b8e5" data-id="bd5b8e5" data-element_type="column">
<div class="elementor-widget-wrap">
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-6e785a1 elementor-section-height-min-height elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-items-middle" data-id="6e785a1" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-93529e5" data-id="93529e5" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-a57b5d1 elementor-widget elementor-widget-heading" data-id="a57b5d1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h1 class="elementor-heading-title elementor-size-xxl">Bem-vindo ao meu site do repositório GitHub</h1> </div>
</div>
<div class="elementor-element elementor-element-aa41038 elementor-widget elementor-widget-text-editor" data-id="aa41038" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Adoraria mostrar minha paixão pelo desenvolvimento de projetos, como colaboro em equipe e meu desejo de ser uma pessoa preparada para os grandes desafios que temos pela frente.</p> </div>
</div>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-e265486 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e265486" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e4dd889" data-id="e4dd889" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-9a32c0d elementor-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="9a32c0d" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://github.com/MatheusMoraesdeJesus" class="elementor-button-link elementor-button elementor-size-lg" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-left">
<i aria-hidden="true" class="fab fa-github"></i> </span>
<span class="elementor-button-text">GitHub</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1dbffcb" data-id="1dbffcb" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-e40416c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e40416c" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7a59e55" data-id="7a59e55" data-element_type="column">
<div class="elementor-widget-wrap">
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-397f7fa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="397f7fa" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-fc35bd9 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fc35bd9" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic","shape_divider_top":"tilt"}">
<div class="elementor-shape elementor-shape-top" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 100" preserveaspectratio="none">
<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"></path>
</svg> </div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-34d5b3a" data-id="34d5b3a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-1032854 elementor-widget elementor-widget-spacer" data-id="1032854" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-b94c6a8 elementor-view-default elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="b94c6a8" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<i aria-hidden="true" class="fas fa-memory"></i> </span>
</div>
<div class="elementor-icon-box-content">
<h3 class="elementor-icon-box-title">
<span>Alta velocidade</span>
</h3>
<p class="elementor-icon-box-description">Finalmente. Você não sentirá mais aquelas travas irritantes de antes; agora, com o poder do GitHub, você não precisará mais se preocupar!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-38c1700" data-id="38c1700" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-d82709d elementor-widget elementor-widget-spacer" data-id="d82709d" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1a528dc elementor-view-default elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="1a528dc" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<i aria-hidden="true" class="fab fa-wordpress"></i> </span>
</div>
<div class="elementor-icon-box-content">
<h3 class="elementor-icon-box-title">
<span>Desenvolvido através do WordPress</span>
</h3>
<p class="elementor-icon-box-description">Este site é um lugar simples, bonito e obviamente perfeito.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-915231d" data-id="915231d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-059378e elementor-widget elementor-widget-spacer" data-id="059378e" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-834d601 elementor-view-default elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="834d601" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<i aria-hidden="true" class="fas fa-cloud-upload-alt"></i> </span>
</div>
<div class="elementor-icon-box-content">
<h3 class="elementor-icon-box-title">
<span>Alta qualidade em tudo</span>
</h3>
<p class="elementor-icon-box-description">Não buscamos apenas qualidade, também estamos colaborando com projetos que têm futuro. Você já pensou em construir um novo Site?</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-155ceb3b elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="155ceb3b" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7e6582d8" data-id="7e6582d8" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-7a655d74 elementor-widget elementor-widget-heading" data-id="7a655d74" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Escolha seu plano de doação</h4> </div>
</div>
<div class="elementor-element elementor-element-64ad7bed elementor-widget elementor-widget-text-editor" data-id="64ad7bed" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Ajude-me a evoluir cada vez mais com os projetos que estou desenvolvendo, tornar uma comunidade mais incrível e criar formas de agradar ao público.</p> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bea14b1" data-id="bea14b1" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-18125941 elementor-widget elementor-widget-price-table" data-id="18125941" data-element_type="widget" data-widget_type="price-table.default">
<div class="elementor-widget-container">
<div class="elementor-price-table">
<div class="elementor-price-table__header">
<h3 class="elementor-price-table__heading">Patrocinador</h3>
</div>
<div class="elementor-price-table__price">
<span class="elementor-price-table__currency">R$</span> <span class="elementor-price-table__integer-part">19</span>
<div class="elementor-price-table__after-price">
<span class="elementor-price-table__fractional-part">99</span>
</div>
<span class="elementor-price-table__period elementor-typo-excluded">Mensal</span> </div>
<ul class="elementor-price-table__features-list">
<li class="elementor-repeater-item-0bbe5da">
<div class="elementor-price-table__feature-inner">
<i class="" aria-hidden="true"></i>
<span>
Isso nos ajuda a investir mais em projetos atuais e futuros. </span>
</div>
</li>
</ul>
<div class="elementor-price-table__footer">
<a class="elementor-price-table__button elementor-button elementor-size-md elementor-animation-grow" href="#">Envie agora</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7b5c1fcd" data-id="7b5c1fcd" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-5760b380 elementor-widget elementor-widget-price-table" data-id="5760b380" data-element_type="widget" data-widget_type="price-table.default">
<div class="elementor-widget-container">
<div class="elementor-price-table">
<div class="elementor-price-table__header">
<h3 class="elementor-price-table__heading">Colaborador</h3>
</div>
<div class="elementor-price-table__price">
<span class="elementor-price-table__currency">R$</span> <span class="elementor-price-table__integer-part">49</span>
<div class="elementor-price-table__after-price">
<span class="elementor-price-table__fractional-part">99</span>
</div>
<span class="elementor-price-table__period elementor-typo-excluded">Mensal</span> </div>
<ul class="elementor-price-table__features-list">
<li class="elementor-repeater-item-c1e67b1">
<div class="elementor-price-table__feature-inner">
<i class="" aria-hidden="true"></i>
<span>
Isso nos ajuda a investir mais em projetos atuais e futuros. </span>
</div>
</li>
</ul>
<div class="elementor-price-table__footer">
<a class="elementor-price-table__button elementor-button elementor-size-md elementor-animation-grow" href="#">Envie agora</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-32646fd1 elementor-section-content-middle elementor-section-stretched elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="32646fd1" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched","shape_divider_top":"tilt"}">
<div class="elementor-shape elementor-shape-top" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 100" preserveaspectratio="none">
<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"></path>
</svg> </div>
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-79aac65d" data-id="79aac65d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-800421f elementor-widget elementor-widget-spacer" data-id="800421f" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1ed89ed8 elementor-widget elementor-widget-image" data-id="1ed89ed8" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img width="1366" height="768" src="https://repository-documentation.github.io/wp-content/uploads/2021/06/Screenshot_2.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://repository-documentation.github.io/wp-content/uploads/2021/06/Screenshot_2.png 1366w, https://repository-documentation.github.io/wp-content/uploads/2021/06/Screenshot_2-300x169.png 300w, https://repository-documentation.github.io/wp-content/uploads/2021/06/Screenshot_2-1024x576.png 1024w, https://repository-documentation.github.io/wp-content/uploads/2021/06/Screenshot_2-768x432.png 768w" sizes="(max-width: 1366px) 100vw, 1366px"> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-63eed8c8" data-id="63eed8c8" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-35f9d18 elementor-widget elementor-widget-spacer" data-id="35f9d18" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-6a0d2255 elementor-widget elementor-widget-heading" data-id="6a0d2255" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">As ferramentas de que você precisa para construir o que deseja.</h4> </div>
</div>
<div class="elementor-element elementor-element-4567b957 elementor-widget elementor-widget-text-editor" data-id="4567b957" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Você cria algo sem saber o que está fazendo, não encontrando uma forma mais prática, rápida e, eficiente de finalizar seu primeiro projeto? Pesquise ou faça ferramentas úteis para ajudá-lo com desafios que você pode não entender muito bem, procure uma comunidade ou alguém que entenda mais e mostre seu projeto para ter ideias mais criativas sem pensar em várias atividades ao mesmo tempo.</p> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-c301172 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c301172" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5355b4d1" data-id="5355b4d1" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3b842778 elementor-widget elementor-widget-heading" data-id="3b842778" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Selecionamos as</h3> </div>
</div>
<div class="elementor-element elementor-element-f505eae elementor-widget elementor-widget-heading" data-id="f505eae" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Ferramentas GitHub</h3> </div>
</div>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-1a63260a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1a63260a" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7468d96e" data-id="7468d96e" data-element_type="column" data-settings="{"background_background":"classic"}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-321e2a98 elementor-widget elementor-widget-counter" data-id="321e2a98" data-element_type="widget" data-widget_type="counter.default">
<div class="elementor-widget-container">
<div class="elementor-counter">
<div class="elementor-counter-number-wrapper">
<span class="elementor-counter-number-prefix"></span>
<span class="elementor-counter-number" data-duration="10000" data-to-value="97" data-from-value="0" data-delimiter=",">0</span>
<span class="elementor-counter-number-suffix">%</span>
</div>
<div class="elementor-counter-title">Codificação Colaborativa</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-44b3854d elementor-widget elementor-widget-text-editor" data-id="44b3854d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Contribua com projetos rapidamente com a configuração automática do ambiente. Certifique-se de ver as mudanças importantes para você. Construa uma comunidade em torno do seu código.</p> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-52717978" data-id="52717978" data-element_type="column" data-settings="{"background_background":"classic"}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-7d8a67f elementor-widget elementor-widget-counter" data-id="7d8a67f" data-element_type="widget" data-widget_type="counter.default">
<div class="elementor-widget-container">
<div class="elementor-counter">
<div class="elementor-counter-number-wrapper">
<span class="elementor-counter-number-prefix"></span>
<span class="elementor-counter-number" data-duration="10000" data-to-value="92" data-from-value="0" data-delimiter=",">0</span>
<span class="elementor-counter-number-suffix">%</span>
</div>
<div class="elementor-counter-title">Automação e CI/CD</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7c3680c0 elementor-widget elementor-widget-text-editor" data-id="7c3680c0" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Automatize tudo: CI/CD, teste, planejamento, gerenciamento de projeto, rotulagem de problemas, aprovações, integração e muito mais. Padronize e dimensione as práticas recomendadas, a segurança e a conformidade em sua organização. Comece rapidamente com milhares de ações de parceiros e da comunidade.</p> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-69f9088" data-id="69f9088" data-element_type="column" data-settings="{"background_background":"classic"}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-16e30d6e elementor-widget elementor-widget-counter" data-id="16e30d6e" data-element_type="widget" data-widget_type="counter.default">
<div class="elementor-widget-container">
<div class="elementor-counter">
<div class="elementor-counter-number-wrapper">
<span class="elementor-counter-number-prefix"></span>
<span class="elementor-counter-number" data-duration="10000" data-to-value="100" data-from-value="0" data-delimiter=",">0</span>
<span class="elementor-counter-number-suffix">%</span>
</div>
<div class="elementor-counter-title">Segurança</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-137d3240 elementor-widget elementor-widget-text-editor" data-id="137d3240" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Proteja o código enquanto o escreve. Revise automaticamente todas as alterações em sua base de código e identifique vulnerabilidades antes que cheguem à produção. Entenda e resolva quaisquer vulnerabilidades em suas dependências de código aberto. Detecte e desative automaticamente os segredos comprometidos com seus repositórios.</p> </div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-014f7f5 elementor-section-stretched elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="014f7f5" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched","shape_divider_bottom":"tilt"}">
<div class="elementor-shape elementor-shape-bottom" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 100" preserveaspectratio="none">
<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"></path>
</svg> </div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3446043" data-id="3446043" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-009c666 elementor-widget elementor-widget-heading" data-id="009c666" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Quero expandir, elevar e aumentar a qualidade</h2> </div>
</div>
<div class="elementor-element elementor-element-ae47633 elementor-widget elementor-widget-text-editor" data-id="ae47633" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>O meu apreço é sempre importante para que possamos expandir, elevar e melhorar cada detalhe que damos a este lugar, uma equipe experiente, capacidades de utilização fantásticas e novas formas de interagir com a comunidade.</p> </div>
</div>
<div class="elementor-element elementor-element-b728e04 elementor-widget elementor-widget-spacer" data-id="b728e04" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-69e884b7 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="69e884b7" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-39040dd3" data-id="39040dd3" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3b50d00c elementor-widget elementor-widget-heading" data-id="3b50d00c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">Contato</h5> </div>
</div>
<div class="elementor-element elementor-element-3b4f5ae1 elementor-widget elementor-widget-heading" data-id="3b4f5ae1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Para qualquer dúvida, envie um e-mail</h4> </div>
</div>
<div class="elementor-element elementor-element-4a1e22bf elementor-widget elementor-widget-heading" data-id="4a1e22bf" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">membership.actuallydev@gmail.com</h4> </div>
</div>
<div class="elementor-element elementor-element-2f6960b2 elementor-shape-square e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="2f6960b2" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid">
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-github elementor-animation-grow elementor-repeater-item-7116dbe" href="https://github.com/MatheusMoraesdeJesus" target="_blank">
<span class="elementor-screen-only">Github</span>
<i class="fab fa-github"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-reddit elementor-animation-grow elementor-repeater-item-a8c522d" href="https://www.reddit.com/user/TestingAccReddit" target="_blank">
<span class="elementor-screen-only">Reddit</span>
<i class="fab fa-reddit"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-spotify elementor-animation-grow elementor-repeater-item-4d7dd6e" href="https://open.spotify.com/user/77tn8027ugkw8flom0n6jnl7r" target="_blank">
<span class="elementor-screen-only">Spotify</span>
<i class="fab fa-spotify"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-steam elementor-animation-grow elementor-repeater-item-515c1db" href="https://steamcommunity.com/id/MatheusMoraesdeJesus/" target="_blank">
<span class="elementor-screen-only">Steam</span>
<i class="fab fa-steam"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-twitch elementor-animation-grow elementor-repeater-item-6610e8f" href="https://www.twitch.tv/matheusmoraesdejesus" target="_blank">
<span class="elementor-screen-only">Twitch</span>
<i class="fab fa-twitch"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-d0859d2" href="https://twitter.com/MatheusMoraesTw" target="_blank">
<span class="elementor-screen-only">Twitter</span>
<i class="fab fa-twitter"></i> </a>
</div>
<div class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-grow elementor-repeater-item-194a5ab" href="https://www.youtube.com/channel/UCLJG4i0Id0ls-9k5Hqhq8zw" target="_blank">
<span class="elementor-screen-only">Youtube</span>
<i class="fab fa-youtube"></i> </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-7e3e6b9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="7e3e6b9" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-026cbfb" data-id="026cbfb" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-604fde3 elementor-widget elementor-widget-image" data-id="604fde3" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://github.com/">
<img width="1024" height="615" src="https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark-1024x615.png" class="attachment-large size-large" alt="" loading="lazy" srcset="https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark-1024x615.png 1024w, https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark-300x180.png 300w, https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark-768x461.png 768w, https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark-1536x922.png 1536w, https://repository-documentation.github.io/wp-content/uploads/2021/06/profile-first-repo-dark.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px"> </a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</main><!--/.neve-main-->
<a tabindex="0" on="tap:neve_body.scrollTo(duration=200)" id="scroll-to-top" class="scroll-to-top scroll-to-top-right icon"><svg class="scroll-to-top-icon" width="15" height="15" viewbox="0 0 448 512"><path fill="currentColor" d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"></path></svg><p class="scroll-to-top-label">Voltar ao topo</p></a><footer class="site-footer" id="site-footer">
<div class="hfg_footer">
</div>
</footer>
</div>
<!--/.wrapper-->
<!-- Enter your scripts here --><script type="text/javascript" id="neve-script-js-extra">
/* <![CDATA[ */
var NeveProperties = {"ajaxurl":"https:\/\/repository-documentation.github.io\/wp-admin\/admin-ajax.php","nonce":"f48c38c301","isRTL":"","isCustomize":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/themes/neve/assets/js/build/modern/frontend.js?ver=2.11.6" id="neve-script-js" async></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-includes/js/comment-reply.min.js?ver=5.7.2" id="comment-reply-js"></script>
<script type="text/javascript" id="neve-pro-scroll-to-top-js-extra">
/* <![CDATA[ */
var scrollOffset = {"offset":"0"};
/* ]]> */
</script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/neve-pro-addon/includes/modules/scroll_to_top/assets/js/script.js?ver=1.4.0" id="neve-pro-scroll-to-top-js" async></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-includes/js/wp-embed.min.js?ver=5.7.2" id="wp-embed-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-includes/js/jquery/jquery.min.js?ver=3.5.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.3.0" id="elementor-pro-webpack-runtime-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.2.4" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.2.4" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.3.0" id="elementor-sticky-js"></script>
<script type="text/javascript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/repository-documentation.github.io\/wp-admin\/admin-ajax.php","nonce":"bead22a312","urls":{"assets":"https:\/\/repository-documentation.github.io\/wp-content\/plugins\/elementor-pro\/assets\/"},"i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"pt_BR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/repository-documentation.github.io\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.3.0" id="elementor-pro-frontend-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="elementor-frontend-js-extra">
/* <![CDATA[ */
var uael_particles_script = {"uael_particles_url":"https:\/\/repository-documentation.github.io\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/repository-documentation.github.io\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js"};
/* ]]> */
</script>
<script type="text/javascript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Compartilhar no Facebook","shareOnTwitter":"Compartilhar no Twitter","pinIt":"Fixar","download":"Baixar","downloadImage":"Baixar imagem","fullscreen":"Tela cheia","zoom":"Zoom","share":"Compartilhar","playVideo":"Reproduzir vídeo","previous":"Anterior","next":"Próximo","close":"Fechar"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Dispositivo móvel extra","value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet extra","value":1365,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1620,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"direction":"min","is_enabled":false}}},"version":"3.2.4","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"a11y_improvements":true,"e_import_export":true,"landing-pages":true,"form-submissions":true,"video-playlist":true},"urls":{"assets":"https:\/\/repository-documentation.github.io\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":296,"title":"","excerpt":"","featuredImage":false}};
</script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.2.4" id="elementor-frontend-js"></script>
<script type="text/javascript" id="elementor-frontend-js-after">
window.scope_array = [];
window.backend = 0;
jQuery.cachedScript = function( url, options ) {
// Allow user to set any option except for dataType, cache, and url.
options = jQuery.extend( options || {}, {
dataType: "script",
cache: true,
url: url
});
// Return the jqXHR object so we can chain callbacks.
return jQuery.ajax( options );
};
jQuery( window ).on( "elementor/frontend/init", function() {
elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
if ( "undefined" == typeof $scope ) {
return;
}
if ( $scope.hasClass( "uael-particle-yes" ) ) {
window.scope_array.push( $scope );
$scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
}else{
return;
}
if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript( uael_url );
window.backend = 1;
}else if(elementorFrontend.isEditMode()){
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript( uael_url ).done(function(){
var flag = true;
});
}
});
});
jQuery(document).ready(function(){
if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) {
return;
}
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript = function( url, options ) {
// Allow user to set any option except for dataType, cache, and url.
options = jQuery.extend( options || {}, {
dataType: "script",
cache: true,
url: url
});
// Return the jqXHR object so we can chain callbacks.
return jQuery.ajax( options );
};
jQuery.cachedScript( uael_url );
});
</script>
<script type="text/javascript" src="https://repository-documentation.github.io/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.3.0" id="pro-elements-handlers-js"></script>
</body>
</html>