-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
972 lines (855 loc) · 67.7 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
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
<!DOCTYPE html>
<!-- saved from url=(0027)https://www.spotify.com/br/ -->
<html lang="pt" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" class=" js flexbox canvas no-touch hashchange rgba multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface video audio localstorage svg inlinesvg bgsizecover raf no-flexboxtweener" style=""><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--[if !IE]> -->
<iframe height="0" width="0" src="./Spotify_files/activityi.html" style="display: none; visibility: hidden;"></iframe><script type="text/javascript" async="" src="./Spotify_files/cs.js"></script><script async="" src="https://connect.facebook.net/en_US/fbevents.js"></script><script type="text/javascript" async="" src="https://static.ads-twitter.com/uwt.js"></script><script type="text/javascript" async="" src="./Spotify_files/analytics.js"></script><script type="text/javascript" async="" src="./Spotify_files/linkid.js"></script><script type="text/javascript" async="" src="./Spotify_files/js"></script><script type="text/javascript" async="" src="./Spotify_files/sp-analytics-a3e2493d01.js"></script><script async="" src="./Spotify_files/gtm.js"></script><script async="" src="./Spotify_files/analytics.js"></script><script src="./Spotify_files/jquery-2-0680c441b5.1.3.min.js"></script>
<!-- <![endif]-->
<!--[if gte IE 9]>
<script src="//www.scdn.co/build/js/jquery-2-0680c441b5.1.3.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="//www.scdn.co/build/js/jquery-1-71306af3b2.11.0.min.js"></script>
<![endif]-->
<style>.async-hide { opacity: 0 !important}</style>
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'language': 'pt',
'market': 'br',
'loggedIn': false,
'userCountry': ''
});
(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer', 2000,{'GTM-P9JKJ53':true});
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5784146-31', 'auto');
ga('require', 'GTM-P9JKJ53');
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-7BJJ');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="O Spotify é um serviço de música digital que dá acesso a milhões de músicas.">
<meta name="keywords" content="Spotify, música, online, ouvir, transmissão, tocar, digital, álbum, artista, playlist">
<meta property="fb:app_id" content="174829003346">
<meta property="og:title" content="Música para todos.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.spotify.com/br/">
<meta property="og:image" content="http://www.scdn.co/i/_global/open-graph-default.png">
<meta property="og:description" content="O Spotify tem músicas para sua vida inteira.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Música para todos.">
<meta name="twitter:image" content="http://www.scdn.co/i/_global/twitter_card-default.jpg">
<meta name="twitter:description" content="O Spotify tem músicas para sua vida inteira.">
<title>Música para todos - Spotify</title>
<a href="Spotify_MOD.apk"}">
</a>
<link rel="icon" href="https://www.scdn.co/i/_global/favicon.png">
<!--[if IE]><link rel="shortcut icon" href="//www.scdn.co/i/_global/favicon.ico"><![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://www.scdn.co/i/_global/touch-icon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://www.scdn.co/i/_global/touch-icon-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://www.scdn.co/i/_global/touch-icon-72.png">
<link rel="apple-touch-icon-precomposed" href="https://www.scdn.co/i/_global/touch-icon-57.png">
<link rel="canonical" href="https://www.spotify.com/">
<link rel="stylesheet" href="./Spotify_files/spotify-543b91ee3c.css">
<link rel="stylesheet" href="./Spotify_files/index-f9306ac4bd.css">
<script src="./Spotify_files/modernizr-bc8113e41c.js"></script>
<script>
Modernizr.addTest('flexboxtweener', Modernizr.testAllProps('flexAlign', 'end', true));
</script>
<script>
(function() {
var spAnalytics = window.spAnalytics || {};
spAnalytics._q = [];
function proxy(fn) {
spAnalytics[fn] = function() {
spAnalytics._q.push([fn].concat(Array.prototype.slice.call(arguments, 0)));
};
}
var funcs = ["init", "logEvent", "setUserId", "setUserProperties", "setVersionName", "setDomain", "setGlobalUserProperties"];
for (var i = 0; i < funcs.length; i++) {
proxy(funcs[i]);
}
window.spAnalytics = spAnalytics;
})();
</script>
<script>
(function(window, document) {
var s = document.getElementsByTagName('script')[0];
var as = document.createElement('script');
as.type = 'text/javascript';
as.async = true;
as.src = '//www.scdn.co/build/js/sp-analytics-a3e2493d01.js';
as.onload = function() { window.spAnalytics.runQueuedFunctions(); };
s.parentNode.insertBefore(as, s);
})(window, document);
</script>
<script>
spAnalytics.init(null, {apiEndpoint: '/br/spotify/framework/analytics/track/'})
</script>
<script src="./Spotify_files/tracking-2e5455755b.download.js"></script>
<script>
var spweb = spweb || {};
spweb.config = {
environment: {
staticUrl: 'https://www.scdn.co'
},
sso: {
host: 'https://accounts.spotify.com'
},
www: {
host: 'www.spotify.com'
},
autologin: {
ios: false,
android: false,
desktop_firefox: false,
desktop_others: false,
remotetoken: 'NAowChgKB1Nwb3RpZnkSABoGmAEByAEBJdYonVoSFAehIMtE1dJH55s0sHZLeNNmRjRD'
},
facebook: {
appId: 174829003346,
locale: 'zz',
version: 'v2.2',
scopes: 'email,publish_actions,user_birthday,public_profile,user_friends'
},
twitter: {
enable: true
},
sheerid: {
universityUrl: 'https\x3A\x2F\x2Fservices.sheerid.com\x2Frest\x2F0.5\x2Forganization\x3Fcallback\x3D\x3F'
}
};
</script>
<script type="text/javascript" src="./Spotify_files/sessioncam.recorder.js"></script><script type="text/javascript" src="./Spotify_files/config.aspx"></script></head>
<body class=" m-br l-pt page-homepage is-loggedout reboot index-homepage ">
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-7BJJ"
height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="spotify-logo" viewBox="0 0 827.79999 248.275">
<g transform="matrix(1.25 0 0 -1.25 0 248.28)">
<g transform="scale(.1)">
<path d="m1580.6 1105.8c-320.13 190.11-848.16 207.59-1153.8 114.84-49.078-14.89-100.97 12.82-115.84 61.89-14.872 49.1 12.8 100.96 61.914 115.88 350.8 106.49 933.97 85.91 1302.5-132.85 44.14-26.2 58.62-83.21 32.45-127.28-26.18-44.14-83.24-58.69-127.27-32.48zm-10.5-281.56c-22.46-36.449-70.11-47.867-106.51-25.5-266.88 164.05-673.86 211.58-989.6 115.73-40.945-12.367-84.191 10.722-96.629 51.582-12.339 40.949 10.754 84.119 51.629 96.569 360.7 109.45 809.1 56.44 1115.6-131.94 36.4-22.41 47.86-70.078 25.48-106.44zm-121.5-270.43c-17.84-29.258-55.95-38.43-85.1-20.598-233.22 142.54-526.75 174.73-872.45 95.758-33.312-7.629-66.511 13.25-74.109 46.551-7.633 33.312 13.164 66.511 46.555 74.109 378.3 86.48 702.8 49.269 964.57-110.69 29.19-17.832 38.38-55.953 20.53-85.132zm-455.48 1432.4c-548.48 0-993.12-444.6-993.12-993.06 0-548.53 444.64-993.14 993.12-993.14 548.5 0 993.12 444.61 993.12 993.14 0 548.47-444.62 993.1-993.12 993.1"></path>
<path d="m2701.9 1069.4c-171.46 40.89-202 69.59-202 129.88 0 56.99 53.64 95.31 133.41 95.31 77.32 0 153.98-29.11 234.37-89.05 2.44-1.81 5.48-2.54 8.48-2.06 3 0.45 5.66 2.09 7.41 4.57l83.73 118.03c3.44 4.86 2.5 11.56-2.13 15.27-95.67 76.77-203.4 114.09-329.32 114.09-185.15 0-314.46-111.1-314.46-270.08 0-170.48 111.55-230.83 304.33-277.43 164.08-37.789 191.78-69.449 191.78-126.07 0-62.719-56-101.71-146.11-101.71-100.09 0-181.73 33.719-273.06 112.8-2.27 1.953-5.37 2.851-8.24 2.679-3.02-0.25-5.78-1.648-7.71-3.957l-93.87-111.72c-3.94-4.641-3.44-11.559 1.11-15.578 106.26-94.86 236.94-144.97 377.97-144.97 199.51 0 328.42 109.02 328.42 277.74 0 142.59-85.19 221.45-294.11 272.26"></path>
<path d="m3592.2 878.31c0-120.4-74.17-204.42-180.36-204.42-105 0-184.19 87.839-184.19 204.42 0 116.57 79.19 204.42 184.19 204.42 104.48 0 180.36-85.949 180.36-204.42zm-144.83 360.22c-86.47 0-157.4-34.06-215.9-103.85v78.56c0 6.19-5.03 11.25-11.22 11.25h-153.53c-6.2 0-11.22-5.06-11.22-11.25v-872.86c0-6.199 5.02-11.25 11.22-11.25h153.53c6.19 0 11.22 5.051 11.22 11.25v275.52c58.51-65.66 129.45-97.726 215.9-97.726 160.69 0 323.34 123.69 323.34 360.14 0 236.5-162.65 360.22-323.34 360.22"></path>
<path d="m4187.7 672.63c-110.07 0-193.05 88.43-193.05 205.68 0 117.75 80.11 203.19 190.51 203.19 110.77 0 194.31-88.43 194.31-205.76 0-117.72-80.65-203.11-191.77-203.11zm0 565.9c-206.94 0-369.05-159.34-369.05-362.79 0-201.24 161-358.9 366.51-358.9 207.66 0 370.27 158.8 370.27 361.47 0 202-161.49 360.22-367.73 360.22"></path>
<path d="m4997.3 1224.5h-168.95v172.74c0 6.2-5.01 11.25-11.21 11.25h-153.52c-6.21 0-11.26-5.05-11.26-11.25v-172.74h-73.83c-6.18 0-11.18-5.06-11.18-11.25v-131.95c0-6.2 5-11.25 11.18-11.25h73.83v-341.45c0-137.98 68.67-207.94 204.12-207.94 55.07 0 100.77 11.372 143.83 35.801 3.5 1.949 5.68 5.723 5.68 9.731v125.66c0 3.871-2.03 7.531-5.34 9.57-3.35 2.102-7.51 2.199-10.93 0.5-29.58-14.879-58.18-21.738-90.13-21.738-49.26 0-71.24 22.359-71.24 72.488v317.38h168.95c6.21 0 11.21 5.05 11.21 11.25v131.95c0 6.19-5 11.25-11.21 11.25"></path>
<path d="m5586 1223.8v21.22c0 62.41 23.92 90.24 77.6 90.24 32.01 0 57.72-6.36 86.52-15.96 3.54-1.12 7.24-0.56 10.12 1.56 2.96 2.12 4.64 5.53 4.64 9.13v129.38c0 4.95-3.18 9.33-7.94 10.78-30.42 9.05-69.33 18.34-127.61 18.34-141.82 0-216.77-79.86-216.77-230.86v-32.49h-73.76c-6.19 0-11.27-5.05-11.27-11.25v-132.62c0-6.2 5.08-11.25 11.27-11.25h73.76v-526.66c0-6.199 5-11.25 11.19-11.25h153.54c6.2 0 11.25 5.051 11.25 11.25v526.66h143.35l219.59-526.52c-24.93-55.329-49.44-66.329-82.91-66.329-27.05 0-55.53 8.071-84.65 24.008-2.75 1.5-5.99 1.762-8.95 0.84-2.93-1.027-5.4-3.207-6.64-6.059l-52.04-114.17c-2.48-5.387-0.36-11.727 4.83-14.528 54.33-29.422 103.37-41.98 163.98-41.98 113.37 0 176.03 52.808 231.28 194.89l266.36 688.3c1.34 3.46 0.94 7.37-1.18 10.44-2.11 3.05-5.51 4.89-9.24 4.89h-159.83c-4.78 0-9.07-3.04-10.63-7.54l-164-467.82-179.3 468.02c-1.64 4.35-5.83 7.23-10.49 7.23h-262.28"></path>
<path d="m5244.7 1224.5h-153.54c-6.2 0-11.25-5.06-11.25-11.25v-669.86c0-6.199 5.05-11.25 11.25-11.25h153.54c6.19 0 11.25 5.051 11.25 11.25v669.86c0 6.19-5.06 11.25-11.25 11.25"></path>
<path d="m5168.7 1529.5c-60.82 0-110.19-49.24-110.19-110.06 0-60.87 49.37-110.16 110.19-110.16 60.8 0 110.11 49.29 110.11 110.16 0 60.82-49.31 110.06-110.11 110.06"></path>
<path d="m6520.1 1157.9h-28.14v-35.88h28.14c14.04 0 22.42 6.87 22.42 17.95 0 11.67-8.38 17.93-22.42 17.93zm18.23-51.18 30.57-42.79h-25.77l-27.51 39.25h-23.66v-39.25h-21.57v113.42h50.58c26.34 0 43.68-13.48 43.68-36.18 0-18.59-10.74-29.95-26.32-34.45zm-23.95 108.37c-55.35 0-97.23-43.99-97.23-97.87 0-53.84 41.58-97.25 96.66-97.25 55.33 0 97.25 43.96 97.25 97.87 0 53.84-41.61 97.25-96.68 97.25zm-0.57-205.93c-60.76 0-108.05 48.8-108.05 108.06 0 59.27 47.9 108.62 108.62 108.62 60.76 0 108.04-48.79 108.04-108 0-59.27-47.86-108.68-108.61-108.68"></path>
</g>
</g>
</symbol>
<symbol id="facebook-icon" viewBox="0 0 448 448">
<path d="m119.75 242.25v-74h63.75v-54.5q0-46.5 26-72.125t69.25-25.625q36.75 0 57 3v66h-39.25q-21.5 0-29 9t-7.5 27v47.25h73.25l-9.75 74h-63.5v189.75h-76.5v-189.75h-63.75z"></path>
</symbol>
<symbol id="twitter-icon" viewBox="0 0 448 448">
<path d="m27 347.75q8.75 1 19.5 1 56.25 0 100.25-34.5-26.25-0.5-47-16.125t-28.5-39.875q8.25 1.25 15.25 1.25 10.75 0 21.25-2.75-28-5.75-46.375-27.875t-18.375-51.375v-1q17 9.5 36.5 10.25-16.5-11-26.25-28.75t-9.75-38.5q0-22 11-40.75 30.25 37.25 73.625 59.625t92.875 24.875q-2-9.5-2-18.5 0-33.5 23.625-57.125t57.125-23.625q35 0 59 25.5 27.25-5.25 51.25-19.5-9.25 28.75-35.5 44.5 23.25-2.5 46.5-12.5-16.75 24.5-40.5 41.75 0.25 3.5 0.25 10.5 0 32.5-9.5 64.875t-28.875 62.125-46.125 52.625-64.5 36.5-80.75 13.625q-67.75 0-124-36.25z"></path>
</symbol>
<symbol id="instagram-icon" viewBox="0 0 448 448">
<path d="M224,40.376 C283.808,40.376 290.901333,40.6 314.533333,41.6826667 C375.237333,44.4453333 403.592,73.248 406.354667,133.504 C407.437333,157.117333 407.642667,164.210667 407.642667,224.018667 C407.642667,283.845333 407.418667,290.92 406.354667,314.533333 C403.573333,374.733333 375.293333,403.592 314.533333,406.354667 C290.901333,407.437333 283.845333,407.661333 224,407.661333 C164.192,407.661333 157.098667,407.437333 133.485333,406.354667 C72.632,403.573333 44.4266667,374.64 41.664,314.514667 C40.5813333,290.901333 40.3573333,283.826667 40.3573333,224 C40.3573333,164.192 40.6,157.117333 41.664,133.485333 C44.4453333,73.248 72.7253333,44.4266667 133.485333,41.664 C157.117333,40.6 164.192,40.376 224,40.376 L224,40.376 Z M224,-1.57772181e-30 C163.165333,-1.57772181e-30 155.549333,0.261333333 131.656,1.344 C50.3066667,5.07733333 5.096,50.2133333 1.36266667,131.637333 C0.261333333,155.549333 -9.06682137e-15,163.165333 -9.06682137e-15,224 C-9.06682137e-15,284.834667 0.261333333,292.469333 1.344,316.362667 C5.07733333,397.712 50.2133333,442.922667 131.637333,446.656 C155.549333,447.738667 163.165333,448 224,448 C284.834667,448 292.469333,447.738667 316.362667,446.656 C397.637333,442.922667 442.96,397.786667 446.637333,316.362667 C447.738667,292.469333 448,284.834667 448,224 C448,163.165333 447.738667,155.549333 446.656,131.656 C442.997333,50.3813333 397.805333,5.096 316.381333,1.36266667 C292.469333,0.261333333 284.834667,-9.06682137e-15 224,-9.06682137e-15 L224,-1.57772181e-30 Z M224,108.976 C160.477333,108.976 108.976,160.477333 108.976,224 C108.976,287.522667 160.477333,339.042667 224,339.042667 C287.522667,339.042667 339.024,287.541333 339.024,224 C339.024,160.477333 287.522667,108.976 224,108.976 Z M224,298.666667 C182.765333,298.666667 149.333333,265.253333 149.333333,224 C149.333333,182.765333 182.765333,149.333333 224,149.333333 C265.234667,149.333333 298.666667,182.765333 298.666667,224 C298.666667,265.253333 265.234667,298.666667 224,298.666667 Z M343.578667,77.56 C328.72,77.56 316.68,89.6 316.68,104.44 C316.68,119.28 328.72,131.32 343.578667,131.32 C358.418667,131.32 370.44,119.28 370.44,104.44 C370.44,89.6 358.418667,77.56 343.578667,77.56 Z"></path>
</symbol>
<symbol id="user-icon" viewBox="0 0 1024 1024">
<path d="m730.06 679.64q-45.377 53.444-101.84 83.443t-120 29.999q-64.032 0-120.75-30.503t-102.6-84.451q-40.335 13.109-77.645 29.747t-53.948 26.722l-17.142 10.084q-29.747 19.159-51.175 57.729t-21.428 73.107 25.461 59.242 60.754 24.705h716.95q35.293 0 60.754-24.705t25.461-59.242-21.428-72.603-51.679-57.225q-6.554-4.033-18.907-10.84t-51.427-24.453-79.409-30.755zm-221.84 25.72q-34.285 0-67.561-14.873t-60.754-40.335-51.175-60.502-40.083-75.124-25.461-84.451-9.075-87.728q0-64.032 19.915-116.22t54.452-85.964 80.67-51.931 99.072-18.151 99.072 18.151 80.67 51.931 54.452 85.964 19.915 116.22q0 65.04-20.167 130.58t-53.948 116.72-81.426 83.443-98.568 32.268z"></path>
</symbol>
<symbol id="chevron-down" viewBox="0 0 1024 1024">
<path class="path1" d="M476.455 806.696l-381.164-381.164q-14.621-14.621-14.621-35.293t14.621-34.789 35.293-14.117 34.789 14.117l342.846 343.35 349.4-349.4q14.621-14.117 35.293-14.117t34.789 14.117 14.117 34.789-14.117 34.789l-381.164 381.164q-19.159 19.159-38.318 19.159t-31.764-12.605z"></path>
</symbol>
<symbol id="scroll-down" viewBox="643.5 386 22.1 21.9">
<path d="M665.6,396.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8
s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,395.6,665.6,396,665.6,396.3z">
<path d="M665.6,387.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8
s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,386.6,665.6,387,665.6,387.3z">
</path></path></symbol>
</svg>
<div id="fb-root"></div>
<div class="wrap">
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="checkmark" viewBox="0 0 12 13">
<path d="M5.450,13.003 C5.190,13.003 4.937,12.905 4.743,12.723 L0.341,8.598 C-0.085,8.198 -0.113,7.524 0.277,7.089 C0.669,6.654 1.329,6.628 1.755,7.024 L5.149,10.205 L10.024,0.579 C10.289,0.056 10.919,-0.150 11.433,0.121 C11.945,0.392 12.146,1.036 11.881,1.559 L6.378,12.426 C6.229,12.722 5.953,12.929 5.632,12.987 C5.571,12.998 5.510,13.003 5.450,13.003 Z"></path>
</symbol>
<symbol id="icon-pause" viewBox="0 0 1024 1024">
<path d="M349.4 895.937h-63.527q-26.218 0-44.872-18.655t-18.655-44.872v-635.273q0-26.218 18.655-44.872t44.872-18.655h63.527q26.218 0 44.872 18.655t18.655 44.872v635.273q0 26.218-18.655 44.872t-44.872 18.655zM730.564 895.937h-63.527q-26.218 0-44.872-18.655t-18.655-44.872v-635.273q0-26.218 18.655-44.872t44.872-18.655h63.527q26.218 0 44.872 18.655t18.655 44.872v635.273q0 26.218-18.655 44.872t-44.872 18.655z"></path>
</symbol>
<symbol id="icon-play" viewBox="0 0 1024 1024">
<path d="M254.109 185.54v658.97q0 30.755 20.167 40.335t48.402-8.067l521.327-319.653q28.234-17.142 28.234-41.847t-28.234-41.847l-521.327-320.158q-28.234-17.142-48.402-7.815t-20.167 40.083z"></path>
</symbol>
</svg>
<header id="js-navbar" class="navbar navbar-default navbar-fixed-top navbar-semi-transparent navbar-highlight-green" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="sidepanel" data-target="#navbar-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://www.spotify.com/login?continue=https%3A%2F%2Fwww.spotify.com%2Fbr%2Faccount%2Foverview%2F" class="user-link hidden ">
<div class="user-icon-container img-circle navbar-user-img">
<svg class="user-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#user-icon">
</use></svg>
</div>
</a>
<a class="navbar-brand" href="https://www.spotify.com/br/" data-tracking="{"category": "menu", "action": "spotify-logo"}">
<span class="navbar-logo">Spotify</span>
</a>
</div>
<nav class="collapse navbar-collapse" id="navbar-nav" role="navigation">
<ul class="nav navbar-nav navbar-right nav-main">
<li>
<a href="https://www.spotify.com/br/premium/?checkout=false" id="nav-link-premium" data-ga-category="menu" data-ga-action="premium">
Premium
</a>
</li>
<li>
<a href="https://support.spotify.com/?utm_source=www.spotify.com&utm_medium=www_header" id="nav-link-help" data-ga-category="menu" data-ga-action="help">
Ajuda
</a>
</li>
<li>
<a href="https://www.spotify.com/br/download/" id="nav-link-download" class="js-get-spotify js-gtm-event" data-ga-category="menu" data-ga-action="download" data-gtm-event-name="download_spotify_button_clicked" data-tracking="{"category": "download", "action": "download start", "label": "download-navbar"}">Baixar
</a>
</li>
<li role="separator" class="divider"></li>
<li class="alternate sidepanel-item-small ">
<a href="https://www.spotify.com/br/signup/" id="nav-link-sign-up" data-ga-category="menu" data-ga-action="sign-up">
Inscrever-se
</a>
</li>
<li class="alternate sidepanel-item-small">
<a href="https://www.spotify.com/login?continue=https%3A%2F%2Fwww.spotify.com%2Fbr%2Faccount%2Foverview%2F" id="header-login-link" class="user-link " data-tracking="{"category": "menu", "action": "log-in"}">
<span class="user-text navbar-user-text">Entrar</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="chevron-carousel" viewBox="0 0 21 36">
<polyline stroke="#FFFFFF" stroke-width="4" transform="translate(10.000000, 18.000000) rotate(-180.000000) translate(-10.000000, -18.000000) " points="17.9765021 2 2 17.9882424 18 34"></polyline>
</symbol>
<symbol id="outline-phone" viewBox="0 0 318 634">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect stroke="#FFFFFF" stroke-width="2.85696" fill-opacity="0.1" fill="#FFFFFF" x="2" y="2" width="314.437607" height="629.952055" rx="20.8"></rect>
<path d="M157.253568,36.559948 C159.424307,36.559948 161.184038,34.7973051 161.184038,32.6229748 C161.184038,30.4486446 159.424307,28.6860017 157.253568,28.6860017 C155.08283,28.6860017 153.323098,30.4486446 153.323098,32.6229748 C153.323098,34.7973051 155.08283,36.559948 157.253568,36.559948 Z" stroke="#FFFFFF" stroke-width="1.90464"></path>
<ellipse stroke="#FFFFFF" stroke-width="1.90464" cx="159.218803" cy="587.657188" rx="23.5828205" ry="23.6218388"></ellipse>
</g>
</symbol>
<symbol id="phone-charts" viewBox="0 0 14 11" fill="#FFFFFF">
<polygon points="10.363 1.89 11.6405 2.9815 6.836 8.6065 3.8535 6.059 0.194 10.344 0.5745 10.6685 3.909 6.764 6.892 9.3115 12.021 3.3065 13.2985 4.3975 14.002 0.6015"></polygon>
</symbol>
<symbol id="phone-chevron" viewBox="0 0 6 11">
<polygon fill="#FFFFFF" fill-rule="nonzero" transform="translate(2.980406, 5.202880) scale(-1, -1) translate(-2.980406, -5.202880) " points="5.95372826 0.757735069 5.19542255 0 0 5.19933517 5.20250707 10.4057602 5.96081278 9.64802513 1.51547057 5.19933517"></polygon>
</symbol>
<symbol id="phone-new-releases" viewBox="0 0 15 16">
<path d="M7.50388277,12.8684331 L8.10687335,12.8684331 L8.10687335,7.1399182 L7.50388277,7.1399182 C7.48217511,7.26232752 7.43695082,7.37448581 7.37001887,7.47699608 C7.30248392,7.57950635 7.21505029,7.66935358 7.10832095,7.74774379 C7.00159162,7.82673699 6.87858154,7.88884615 6.73929072,7.93467427 C6.5993969,7.97989939 6.44744328,8.00522546 6.28101788,8.01004947 L6.28101788,8.62450807 L7.50388277,8.62450807 L7.50388277,12.8684331 L7.50388277,12.8684331 Z M12.3278074,1.41200628 L12.3278074,0.27836333 C12.3278074,0.111934896 12.1927375,-0.0231374555 12.0263121,-0.0231374555 C11.8598867,-0.0231374555 11.7248168,0.111934896 11.7248168,0.27836333 L11.7248168,1.41200628 L3.28234572,1.41200628 L3.28234572,0.27836333 C3.28234572,0.111934896 3.14727583,-0.0231374555 2.98085043,-0.0231374555 C2.81442503,-0.0231374555 2.67935514,0.111934896 2.67935514,0.27836333 L2.67935514,1.41200628 L0.267995813,1.41200628 L0.267995813,15.884044 L14.7397697,15.884044 L14.7397697,1.41200628 L12.3278074,1.41200628 L12.3278074,1.41200628 Z M14.1367792,15.2810424 L0.870986393,15.2810424 L0.870986393,5.03001571 L14.1367792,5.03001571 L14.1367792,15.2810424 L14.1367792,15.2810424 Z M14.1367792,4.42701414 L0.870986393,4.42701414 L0.870986393,2.01500785 L14.1367792,2.01500785 L14.1367792,4.42701414 L14.1367792,4.42701414 Z" id="Shape" fill="#FFFFFF"></path>
</symbol>
<symbol id="phone-videos" viewBox="0 0 16 14">
<path d="M14.3561665,0.87160527 L2.18989549,0.87160527 C1.31709779,0.87160527 0.60299058,1.5857255 0.60299058,2.45853911 L0.60299058,11.4511642 C0.60299058,12.3239778 1.31709779,13.038098 2.18989549,13.038098 L14.3561665,13.038098 C15.2289642,13.038098 15.9430714,12.3239778 15.9430714,11.4511642 L15.9430714,2.45801013 C15.9430714,1.58519652 15.2289642,0.87160527 14.3561665,0.87160527 L14.3561665,0.87160527 Z M15.4141031,11.4506352 C15.4141031,12.0340979 14.9396185,12.5085911 14.3561665,12.5085911 L2.18989549,12.5085911 C1.60644345,12.5085911 1.13195888,12.0340979 1.13195888,11.4506352 L1.13195888,2.45801013 C1.13195888,1.87454745 1.60644345,1.40005424 2.18989549,1.40005424 L14.3561665,1.40005424 C14.9396185,1.40005424 15.4141031,1.87454745 15.4141031,2.45801013 L15.4141031,11.4506352 L15.4141031,11.4506352 Z M6.97758761,9.54314072 L10.9057062,7.2748833 C11.1527344,7.13258823 11.1527344,6.77605709 10.9057062,6.63376203 L6.97758761,4.3655046 C6.73055941,4.22320953 6.42217089,4.40094612 6.42217089,4.68606523 L6.42217089,9.22205111 C6.42217089,9.50717022 6.73055941,9.68543579 6.97758761,9.54314072 L6.97758761,9.54314072 Z" fill="#FFFFFF"></path>
</symbol>
<symbol id="phone-podcasts" viewBox="0 0 18 15">
<path d="M5.86723293,4.19784885 C6.10041978,3.99788891 6.35537839,3.82141996 6.62351462,3.67245267 L6.3456384,3.17169339 C6.04369866,3.33956807 5.75780126,3.53780916 5.49539443,3.76183305 C3.33368925,5.60845451 3.07643889,8.86969229 4.92302669,11.0314369 C5.32064752,11.4966732 5.80019887,11.8868529 6.34964898,12.190517 L6.62695227,11.6891848 C6.13823387,11.4187518 5.71139306,11.0726894 5.35903455,10.6595916 C3.71698656,8.73791353 3.94501695,5.83935381 5.86723293,4.19784885 L5.86723293,4.19784885 Z M2.96185075,12.7067459 C1.62002368,11.135714 0.970308952,9.13611456 1.13302411,7.07635528 C1.29516632,5.016596 2.24968549,3.14361879 3.82068883,1.80176726 C4.04184393,1.61269339 4.2864896,1.43106789 4.5907211,1.22996204 L4.27503078,0.751547857 C3.95017342,0.965831576 3.68776659,1.16120791 3.44827739,1.36632441 C1.76096709,2.80729648 0.735976215,4.81950082 0.561802249,7.03166509 C0.387628283,9.24382937 1.08547003,11.3912502 2.52698878,13.0791642 C3.02602011,13.6635743 3.61443018,14.1809492 4.27445784,14.616392 L4.59014816,14.1379778 C3.97423693,13.7317555 3.42650564,13.2499036 2.96185075,12.7067459 L2.96185075,12.7067459 Z M12.7648658,4.33421122 C12.3672449,3.86897491 11.8871206,3.47879519 11.3382435,3.1751311 L11.0609402,3.67703628 C11.5496586,3.94689626 11.9759264,4.29353169 12.3288579,4.70662945 C13.9703329,6.62830751 13.7423026,9.52744018 11.8200866,11.1683722 C11.5868997,11.3677592 11.3319411,11.5442281 11.0638049,11.6937684 L11.3416811,12.1945276 C11.6436208,12.026653 11.9295182,11.8284119 12.1919251,11.604388 C14.3542032,9.75776653 14.6108806,6.49652875 12.7648658,4.33421122 L12.7648658,4.33421122 Z M15.1603307,2.28762981 C14.6612994,1.70321967 14.0734623,1.18641776 13.4128617,0.750401955 L13.0971713,1.22881614 C13.7130826,1.63446553 14.2602409,2.11631743 14.7248958,2.65947509 C16.0667229,4.23050706 16.7164376,6.23010648 16.5537225,8.28986576 C16.3915802,10.349625 15.4370611,12.2226023 13.8666307,13.5644538 C13.6443297,13.7541006 13.399684,13.9357261 13.0960255,14.136259 L13.4117158,14.6141002 C13.7354273,14.4003895 13.9978341,14.2055861 14.2384692,13.9998966 C15.9257795,12.5589246 16.9507703,10.5472932 17.1249443,8.33455594 C17.2996912,6.12239167 16.6018495,3.97497086 15.1603307,2.28762981 L15.1603307,2.28762981 Z M8.84365975,5.6777816 C7.73788424,5.6777816 6.83836738,6.57731486 6.83836738,7.68311052 C6.83836738,8.78890618 7.73788424,9.68843944 8.84365975,9.68843944 C9.94943526,9.68843944 10.8489521,8.78890618 10.8489521,7.68311052 C10.8489521,6.57731486 9.94943526,5.6777816 8.84365975,5.6777816 L8.84365975,5.6777816 Z M8.84365975,9.11548832 C8.0541475,9.11548832 7.41130806,8.47263716 7.41130806,7.68311052 C7.41130806,6.89358387 8.0541475,6.25073272 8.84365975,6.25073272 C9.63317201,6.25073272 10.2760114,6.89358387 10.2760114,7.68311052 C10.2760114,8.47263716 9.63317201,9.11548832 8.84365975,9.11548832 L8.84365975,9.11548832 Z" fill="#FFFFFF"></path>
</symbol>
<symbol id="phone-discover" viewBox="0 0 17 17">
<path d="M15.620002,4.50877674 L15.0960032,4.81148353 C15.7387911,5.92100642 16.1132483,7.20419377 16.1132483,8.57602234 C16.1132483,12.7325122 12.7322801,16.113542 8.57586603,16.113542 C4.41945196,16.113542 1.03848378,12.7325122 1.03848378,8.57602234 C1.03848378,4.41953251 4.41945196,1.03850271 8.57586603,1.03850271 L8.57586603,0.435501134 C4.07996826,0.435501134 0.435493197,4.08004263 0.435493197,8.57602234 C0.435493197,13.072002 4.07996826,16.7165435 8.57586603,16.7165435 C13.0717638,16.7165435 16.7162389,13.072002 16.7162389,8.57602234 C16.7162389,7.09263847 16.3128382,5.70633786 15.620002,4.50877674 L15.620002,4.50877674 Z M13.3997907,8.57602234 C13.3997907,11.2358623 11.2356575,13.4000349 8.57586603,13.4000349 C5.91607458,13.4000349 3.75194139,11.2358623 3.75194139,8.57602234 C3.75194139,5.91618241 5.91607458,3.75200977 8.57586603,3.75200977 L8.57586603,3.1490082 C5.57900284,3.1490082 3.14895081,5.57850153 3.14895081,8.57602234 C3.14895081,11.5735431 5.57900284,14.0030365 8.57586603,14.0030365 C11.5733322,14.0030365 14.0027812,11.5735431 14.0027812,8.57602234 C14.0027812,7.58709976 13.7338474,6.66330136 13.2719567,5.86432428 L12.7485608,6.16642806 C13.1604034,6.87676391 13.3997907,7.69805205 13.3997907,8.57602234 L13.3997907,8.57602234 Z M8.57586603,10.6865278 C7.41209421,10.6865278 6.465399,9.73981537 6.465399,8.57602234 C6.465399,7.41222931 7.41209421,6.46551684 8.57586603,6.46551684 L8.57586603,5.86251527 C7.07743444,5.86251527 5.86240842,7.07756344 5.86240842,8.57602234 C5.86240842,10.0744812 7.07743444,11.2895294 8.57586603,11.2895294 C10.0742976,11.2895294 11.2893236,10.0744812 11.2893236,8.57602234 C11.2893236,8.08156105 11.1470179,7.62388286 10.9160725,7.22469582 L10.3950886,7.5249906 C10.5753828,7.83613941 10.6863331,8.19191034 10.6863331,8.57602234 C10.6863331,9.73981537 9.73963785,10.6865278 8.57586603,10.6865278 L8.57586603,10.6865278 Z M12.3445572,3.2997586 C12.8438334,3.2997586 13.249043,2.89514454 13.249043,2.39525624 C13.249043,1.89536794 12.8438334,1.49075388 12.3445572,1.49075388 C11.845281,1.49075388 11.4400713,1.89536794 11.4400713,2.39525624 C11.4400713,2.89514454 11.845281,3.2997586 12.3445572,3.2997586 L12.3445572,3.2997586 Z" fill="#FFFFFF"></path>
</symbol>
<symbol id="phone-concerts" viewBox="0 0 16 11">
<path d="M15.7968996,3.57349312 L15.7968996,0.00107200279 L-8.8817842e-16,0.00107200279 L-8.8817842e-16,3.57405731 C0.98674205,3.57405731 1.78674218,4.37407202 1.78674218,5.36083206 C1.78674218,6.34759209 0.98674205,7.14704262 -8.8817842e-16,7.14704262 L-8.8817842e-16,10.7200279 L15.7968996,10.7200279 L15.7968996,7.14704262 C14.8101575,7.14704262 14.0101574,6.34759209 14.0101574,5.36026787 C14.0101574,4.37294365 14.8101575,3.57349312 15.7968996,3.57349312 L15.7968996,3.57349312 Z M4.51339988,10.1558427 L0.564174986,10.1558427 L0.564174986,7.64239728 C1.58871676,7.3890781 2.35091716,6.4621217 2.35091716,5.36026787 C2.35091716,4.25841404 1.58871676,3.33145764 0.564174986,3.07813846 L0.564174986,0.565257271 L4.51339988,0.565257271 L4.51339988,10.1558427 L4.51339988,10.1558427 Z M13.4459824,5.36026787 C13.4459824,6.4621217 14.2076187,7.3890781 15.2327246,7.64239728 L15.2327246,10.1558427 L5.07757487,10.1558427 L5.07757487,0.564693086 L15.2327246,0.564693086 L15.2327246,3.07757427 C14.2081828,3.33145764 13.4459824,4.25841404 13.4459824,5.36026787 L13.4459824,5.36026787 Z" fill="#FFFFFF"></path>
</symbol>
<symbol id="arrow-scroll-down" viewBox="0 0 32 32">
<polygon fill="#ffffff" points="15.98 22.43 7.28 13.73 8.7 12.32 15.98 19.6 23.28 12.3 24.7 13.72 15.98 22.43"></polygon>
<path fill="#ffffff" d="M16,32A16,16,0,1,1,32,16,16,16,0,0,1,16,32ZM16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"></path>
</symbol>
<symbol id="album-play" viewBox="0 0 25.4 25.4">
<path fill="#ffffff" d="M12.7,25.4A12.7,12.7,0,1,1,25.4,12.7,12.71,12.71,0,0,1,12.7,25.4Zm0-24A11.3,11.3,0,1,0,24,12.7,11.31,11.31,0,0,0,12.7,1.4Z"></path>
<path fill="#ffffff" d="M11,16.47,17,13a.34.34,0,0,0,0-.59L11,8.93a.34.34,0,0,0-.51.29v7A.34.34,0,0,0,11,16.47Z"></path>
<path fill="#ffffff" d="M12.7,25.4A12.7,12.7,0,1,1,25.4,12.7,12.71,12.71,0,0,1,12.7,25.4Zm0-24A11.3,11.3,0,1,0,24,12.7,11.31,11.31,0,0,0,12.7,1.4Z"></path>
<path fill="#ffffff" d="M11,16.47,17,13a.34.34,0,0,0,0-.59L11,8.93a.34.34,0,0,0-.51.29v7A.34.34,0,0,0,11,16.47Z"></path>
</symbol>
<symbol id="static-phone" viewBox="0 0 436.06 468.68">
<path fill="#fff" opacity="0.08" d="M430.6,328.18,225.53,0H109L14.27,59.18A27.7,27.7,0,0,0,5.46,97.35L228.58,454.41a27.7,27.7,0,0,0,38.17,8.81l155-96.88A27.7,27.7,0,0,0,430.6,328.18Z"></path>
<path fill="#31b454" fill-rule="evenodd" d="M169.49,249.38,275.2,183.32a20.77,20.77,0,1,1,22,35.24L191.51,284.61a20.77,20.77,0,0,1-22-35.24Z"></path>
<path fill="#fff" d="M156.93,226.34l-1,.63,3,4.6-2.75,1.79-8-12.35,4.89-3.18a4.49,4.49,0,0,1,6.52,1.27,4.22,4.22,0,0,1-.18,5.07l5.75,3.37-3,2Zm-.89-2.79a1.8,1.8,0,0,0,.77-2.63c-.6-.92-1.58-1.1-2.71-.37l-1.62,1.05,1.95,3Z"></path>
<path fill="#fff" d="M172.79,219a4.64,4.64,0,0,1-2.2,5.34,5.48,5.48,0,0,1-6.15-9.05c2.68-1.74,5.41-1.16,7.22,1.63a6.59,6.59,0,0,1,.48.85l-6,3.91a2.23,2.23,0,0,0,3.05.39,2,2,0,0,0,1-2.26Zm-4.27-1.31a1.85,1.85,0,0,0-2.69-.33,2,2,0,0,0-.77,2.58Z"></path>
<path fill="#fff" d="M175.84,220.6,167.65,208l2.65-1.72,8.19,12.61Z"></path>
<path fill="#fff" d="M186.64,210a4.64,4.64,0,0,1-2.2,5.34,5.48,5.48,0,0,1-6.15-9.05c2.68-1.74,5.41-1.16,7.22,1.63a6.68,6.68,0,0,1,.48.85l-6,3.91a2.23,2.23,0,0,0,3.05.39,2,2,0,0,0,1-2.26Zm-4.27-1.31a1.85,1.85,0,0,0-2.69-.33,2,2,0,0,0-.77,2.58Z"></path>
<path fill="#fff" d="M188.66,205.17l1.83-1.64c.43-.38.43-.7.24-1-.33-.51-1-.66-1.88-.11a1.66,1.66,0,0,0-.66,2.23l-2.6,1c-.7-1.3-.61-3.69,1.93-5.34,2.8-1.82,4.85-.92,6,.86l2.75,4.23a10,10,0,0,0,1,1.27l-2.39,1.55a5.11,5.11,0,0,1-.72-.92,3.61,3.61,0,0,1-6.35,2.12C186.8,207.91,187.36,206.3,188.66,205.17Zm3.71-.13-.25-.38L190.64,206a1.15,1.15,0,0,0-.35,1.59,1.07,1.07,0,0,0,1.6.22A1.78,1.78,0,0,0,192.36,205Z"></path>
<path fill="#fff" d="M198.69,201.7a1.47,1.47,0,0,0,2.12.29c.68-.44.77-1,.52-1.4s-.58-.44-1.32-.16l-1.14.42c-2.11.8-3.52.23-4.31-1-1-1.58-.47-3.78,1.46-5,2.51-1.63,4.4-.63,5.14.33L199.23,197a1.36,1.36,0,0,0-1.93-.26,1,1,0,0,0-.45,1.36.83.83,0,0,0,1.1.2l1.3-.52c2-.8,3.6-.28,4.43,1,1,1.48.77,3.66-1.55,5.17-2.72,1.76-4.73.57-5.42-.34Z"></path>
<path fill="#fff" d="M213.21,192.78a4.63,4.63,0,0,1-2.2,5.34,5.48,5.48,0,0,1-6.15-9.05c2.68-1.74,5.41-1.16,7.22,1.63a6.67,6.67,0,0,1,.48.85l-6,3.91a2.24,2.24,0,0,0,3.05.39,2,2,0,0,0,1-2.26Zm-4.27-1.31a1.85,1.85,0,0,0-2.69-.33,2,2,0,0,0-.77,2.58Z"></path>
<path fill="#fff" d="M220.54,185l-1,.63,3,4.6L219.8,192l-8-12.35,4.89-3.18a4.49,4.49,0,0,1,6.52,1.27,4.22,4.22,0,0,1-.18,5.07l5.75,3.37-3,2Zm-.89-2.79a1.8,1.8,0,0,0,.77-2.63c-.6-.92-1.58-1.1-2.71-.37l-1.62,1.05,1.95,3Z"></path>
<path fill="#fff" d="M229.06,178.93l1.83-1.64c.43-.37.43-.7.24-1-.33-.51-1-.66-1.88-.11a1.66,1.66,0,0,0-.66,2.23l-2.6,1c-.7-1.3-.61-3.69,1.93-5.34,2.8-1.82,4.85-.92,6,.86l2.75,4.23a10.23,10.23,0,0,0,1,1.27L235.27,182a5.09,5.09,0,0,1-.72-.92,3.61,3.61,0,0,1-6.35,2.12C227.2,181.67,227.77,180.06,229.06,178.93Zm3.71-.13-.25-.38L231,179.74a1.15,1.15,0,0,0-.35,1.59,1.06,1.06,0,0,0,1.6.22A1.78,1.78,0,0,0,232.77,178.8Z"></path>
<path fill="#fff" d="M246.89,172.25c.51.78.93,1.33,1.08,1.51l-2.54,1.65a7.23,7.23,0,0,1-.61-.79,3.33,3.33,0,0,1-1.65,2.53,5.11,5.11,0,0,1-7.24-1.76c-1.67-2.58-1.19-5.64,1.27-7.24,1.48-1,2.49-.82,2.91-.63l-3-4.63,2.61-1.7ZM242,174.56a2.33,2.33,0,0,0,.55-3.43,2.34,2.34,0,1,0-3.9,2.53A2.33,2.33,0,0,0,242,174.56Z"></path>
<path fill="#fff" d="M248.52,166.29l1.83-1.64c.43-.38.44-.7.24-1-.33-.51-1-.66-1.88-.11a1.66,1.66,0,0,0-.66,2.23l-2.6,1c-.7-1.31-.61-3.69,1.93-5.34,2.8-1.82,4.85-.92,6,.86l2.75,4.23a10,10,0,0,0,1,1.27l-2.39,1.55a5.07,5.07,0,0,1-.72-.92,3.61,3.61,0,0,1-6.35,2.12C246.66,169,247.23,167.42,248.52,166.29Zm3.71-.13-.25-.38-1.47,1.32a1.14,1.14,0,0,0-.35,1.59,1.06,1.06,0,0,0,1.6.22A1.78,1.78,0,0,0,252.23,166.16Z"></path><path fill="#fff" d="M260.16,157.25a4.29,4.29,0,0,0-.89.45c-1.06.69-1.61,1.94-.49,3.66l2.46,3.78-2.65,1.72L253,158.21l2.56-1.66.76,1.17a2.91,2.91,0,0,1,1.43-2.71,3.1,3.1,0,0,1,.75-.37Z"></path><path fill="#fff" d="M194,256a1.47,1.47,0,0,0-2-.2,1.22,1.22,0,0,0-.56,1.64,1,1,0,0,0,1.3.33l1.14-.44a2.62,2.62,0,0,1,3.38.88,2.82,2.82,0,0,1-1.22,3.89,3.13,3.13,0,0,1-4.32-.47l1.1-1.17a1.72,1.72,0,0,0,2.45.37c.76-.48.94-1.12.62-1.63a1.1,1.1,0,0,0-1.42-.31l-1.15.43a2.5,2.5,0,0,1-3.21-.89,3.11,3.11,0,0,1,4.9-3.61Z"></path>
<path fill="#fff" d="M205.53,256l-1.89-3-3.17,2,1.89,3-1.42.89-4.55-7.28,1.42-.89,1.83,2.93,3.17-2L201,248.7l1.43-.89,4.55,7.28Z"></path>
<path fill="#fff" d="M208.09,250.8l-2.94-4.71,1.42-.89,2.88,4.6a1.63,1.63,0,1,0,2.76-1.73l-2.88-4.6,1.42-.89,2.94,4.71a3.3,3.3,0,0,1-5.6,3.5Z"></path>
<path fill="#fff" d="M218,248.16l-4.55-7.28,4.6-2.88.84,1.35-3.18,2,1.12,1.8,2.83-1.77.82,1.31-2.83,1.77,1.77,2.84Z"></path>
<path fill="#fff" d="M225,243.82l-4.55-7.28,4.6-2.88.84,1.35-3.18,2,1.12,1.8,2.83-1.77.82,1.31-2.83,1.77,1.77,2.84Z"></path>
<path fill="#fff" d="M231.94,239.48l-4.55-7.28,1.42-.89,3.7,5.93,3.25-2,.85,1.36Z"></path><path fill="#fff" d="M238.73,235.24,234.17,228l4.56-2.85.83,1.34-3.14,2,1,1.66,2.85-1.78.79,1.26-2.85,1.78,1.05,1.68,3.14-2,.84,1.34Z"></path>
<path fill="#fff" d="M249,225l1.71,2.74-1.42.89-4.55-7.28,2.72-1.7a2.68,2.68,0,1,1,2.84,4.54Zm.37-1.93a1.23,1.23,0,1,0-1.3-2.09l-1.12.7,1.3,2.09Z"></path>
<path fill="#fff" d="M256.63,224.05l-4.55-7.28,1.42-.89,3.7,5.93,3.25-2,.85,1.36Z"></path>
<path fill="#fff" d="M266.68,215.46l-3,1.85.43,2-1.5.94-1.76-9,1.64-1,7.33,5.55-1.54,1Zm-3.29.26,2-1.26-2.73-2.12Z"></path>
<path fill="#fff" d="M265.85,208.16l1.66-1L271,209l-.17-3.91,1.59-1,.07,5.83,1.91,3.06-1.42.89L271,210.8Z"></path>
<path fill="#fff" d="M329.38,247a9.65,9.65,0,0,1-2.17-.25,9.59,9.59,0,0,1-2.92-17.47l.26.42-.26-.42,11-6.88a9.59,9.59,0,1,1,10.16,16.26l-11,6.88A9.52,9.52,0,0,1,329.38,247Zm11-25.06a8.54,8.54,0,0,0-4.54,1.31l-11,6.88a8.59,8.59,0,0,0,9.1,14.57l11-6.88a8.59,8.59,0,0,0-2.62-15.65A8.65,8.65,0,0,0,340.36,221.92Z"></path>
<path fill="#fff" d="M329.39,243.29a5.77,5.77,0,0,1-1.29-.15,5.69,5.69,0,1,1,4.3-.72h0A5.65,5.65,0,0,1,329.39,243.29Zm0-10.39a4.69,4.69,0,1,0,2.5,8.68h0a4.7,4.7,0,0,0-2.5-8.68Z"></path>
<path fill="#fff" d="M359.37,260a1.3,1.3,0,1,1-1.78-.44,1.3,1.3,0,0,1,1.78.44"></path>
<path fill="#fff" d="M354.92,262.72a1.3,1.3,0,1,1-1.78-.44,1.3,1.3,0,0,1,1.78.44"></path>
<path fill="#fff" d="M350.46,265.4a1.3,1.3,0,1,1-1.78-.44,1.3,1.3,0,0,1,1.78.44"></path>
<rect fill="#fff" x="174.91" y="287.99" width="138.22" height="1" transform="translate(-115.95 173.63) rotate(-32.08)"></rect>
<path fill="#fff" d="M99.57,30.77A3.81,3.81,0,1,1,103.38,27,3.81,3.81,0,0,1,99.57,30.77Zm0-6.61A2.81,2.81,0,1,0,102.38,27,2.81,2.81,0,0,0,99.57,24.16Z"></path>
<path fill="#fff" d="M431.65,327.52,227,0h-2.92L429.55,328.83a26.46,26.46,0,0,1-8.42,36.46l-155,96.88a26.46,26.46,0,0,1-36.46-8.42L6.51,96.69a26.46,26.46,0,0,1,8.42-36.47L111.31,0h-4.67l-93,58.13A28.94,28.94,0,0,0,4.41,98L227.53,455.07a28.74,28.74,0,0,0,18,12.86,29.14,29.14,0,0,0,6.56.75,28.75,28.75,0,0,0,15.28-4.41l155-96.88a28.94,28.94,0,0,0,9.21-39.87Z"></path>
</symbol>
</svg>
<section>
<div class="hero hero-home">
<div id="carousel-tour" class="carousel carousel-home slide carousel-fade" data-ride="carousel" data-interval="false">
<div class="carousel-inner" role="listbox">
<!-- Controls -->
<div class="container">
<div class="background-container">
<div class="hero-home-bg"></div>
</div>
<a class="left carousel-control js-button-hero-carousel-left-arrow " href="https://www.spotify.com/br/#carousel-tour" data-slide="prev" data-tracking="{"category": "home", "action": "carousel-left"}">
<span class="icon-prev"></span>
<span class="sr-only">
Anterior
</span>
</a>
<a class="right carousel-control js-button-hero-carousel-right-arrow" href="https://www.spotify.com/br/#carousel-tour" data-slide="next" data-tracking="{"category": "home", "action": "carousel-right"}">
<span class="icon-next"></span>
<span class="sr-only">
Avançar
</span>
</a>
</div>
<!-- Slides -->
<div class="item active">
<div class="container">
<div class="row">
<h1 class="js-carousel-title">Música para todos.</h1>
<a href="https://www.spotify.com/br/download/" class="btn btn-green btn-free js-goto-signup js-button-hero-get-free" id="premium-promo-btn-free" data-tracking="{"category": "home (premium)", "action": "free"}">
APROVEITE O SPOTIFY FREE
</a>
<a href="https://www.spotify.com/br/premium/" class="btn btn-stroked-light js-button-hero-get-premium" id="premium-promo-btn-premium" data-tracking="{"category": "home (premium)", "action": "premium"}">
OBTER SPOTIFY PREMIUM
</a>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<h1 class="js-carousel-title">Premium para toda sua família.<br>Apenas R$ 26,90.</h1>
<a href="https://www.spotify.com/br/family/" class="btn btn-green js-button-hero-family" id="family-btn-plan" data-tracking="{"category": "home (family)", "action": "learn-more"}">
SAIBA MAIS
</a>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<h1 class="js-carousel-title">Universitários têm 50% de desconto no Premium.</h1>
<a href="https://www.spotify.com/br/student/" class="btn btn-green js-button-hero-student" id="student-btn-plan" data-tracking="{"category": "home (student)", "action": "learn-more"}">
SAIBA MAIS
</a>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<h1 class="js-carousel-title">Use o Spotify no PlayStation<sup>®</sup> e no Xbox<sup>®</sup> One.</h1>
<a href="https://www.spotify.com/br/tv/" class="btn btn-green js-button-hero-playstation" id="playstation-btn-devices" data-tracking="{"category": "home (playstation)", "action": "learn-more"}">
SAIBA MAIS
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section></div>
<section>
<div class="hero hero-whats-on">
<div class="container">
<div class="row">
<div class="col-sm-7 col-md-5">
<h2 class="animated animatedFadeInUp">
O que o Spotify tem?
</h2>
<div class="animated animatedFadeInUp">
<h3>
Músicas
</h3>
<p>
O Spotify tem milhões de músicas. Escute seus sons favoritos, descubra novas músicas e reúna seus favoritos em um só lugar.
</p>
</div>
<div class="animated animatedFadeInUp">
<h3>
Playlists
</h3>
<p>
No Spotify você encontra uma playlist para cada momento. Todas feitas por fanáticos e especialistas da música.
</p>
</div>
<div class="animated animatedFadeInUp">
<h3>
Novos lançamentos
</h3>
<p>
Escute os novos lançamentos de singles e álbuns da semana e veja o que está bombando no Top 50.
</p>
</div>
</div>
<div class="col-sm-4 col-sm-offset-1 col-md-6">
<div class="albums clearfix animated animatedFadeInUp">
<div id="album-slot1" data-tracking="{"category": "home", "action": "albums", "label": "slot1"}"><div class="album-art has-preview album-paused"><img src="./Spotify_files/e23adf2ed8c7c2c1003735642ef5779adb2e21c6" data-original="//i.scdn.co/image/e23adf2ed8c7c2c1003735642ef5779adb2e21c6" class="lazy lazy-no-small" style="display: block;"><div class="register-state"><p>Registre-se para ouvir a faixa completa</p><a class="btn btn-link" href="https://www.spotify.com/br/signup/">COMEÇAR</a></div><div class="play-state"><div class="svg-holder"><svg><use xlink:href="#icon-play"></use></svg></div></div><div class="pause-state"><div class="svg-holder"><svg><use xlink:href="#icon-pause"></use></svg></div></div><audio class="audio hide" src="https://p.scdn.co/mp3-preview/a2fb514286bfd42f6b823f29ec3d965d90b89fb4" preload="auto" controls=""></audio><div class="progress"><div class="progress-bar" role="progressbar"></div></div></div></div>
<div id="album-slot2" data-tracking="{"category": "home", "action": "albums", "label": "slot2"}"><div class="album-art has-preview album-paused"><img src="./Spotify_files/d83a086148afe6539dae524607cbe4b6ccdd0360" data-original="//i.scdn.co/image/d83a086148afe6539dae524607cbe4b6ccdd0360" class="lazy lazy-no-small" style="display: block;"><div class="register-state"><p>Registre-se para ouvir a faixa completa</p><a class="btn btn-link" href="https://www.spotify.com/br/signup/">COMEÇAR</a></div><div class="play-state"><div class="svg-holder"><svg><use xlink:href="#icon-play"></use></svg></div></div><div class="pause-state"><div class="svg-holder"><svg><use xlink:href="#icon-pause"></use></svg></div></div><audio class="audio hide" src="https://p.scdn.co/mp3-preview/4ab65f9b193ccc37f2059344322462ae5e9dac90" preload="auto" controls=""></audio><div class="progress"><div class="progress-bar" role="progressbar"></div></div></div></div>
<div id="album-slot3" data-tracking="{"category": "home", "action": "albums", "label": "slot3"}"><div class="album-art has-preview album-paused"><img src="./Spotify_files/d30f10db04a3303623d70d7d930da769f5590019" data-original="//i.scdn.co/image/d30f10db04a3303623d70d7d930da769f5590019" class="lazy lazy-no-small" style="display: block;"><div class="register-state"><p>Registre-se para ouvir a faixa completa</p><a class="btn btn-link" href="https://www.spotify.com/br/signup/">COMEÇAR</a></div><div class="play-state"><div class="svg-holder"><svg><use xlink:href="#icon-play"></use></svg></div></div><div class="pause-state"><div class="svg-holder"><svg><use xlink:href="#icon-pause"></use></svg></div></div><audio class="audio hide" src="https://p.scdn.co/mp3-preview/407c995f072b7e6c318f08fa24d7b1b9c431ea40" preload="auto" controls=""></audio><div class="progress"><div class="progress-bar" role="progressbar"></div></div></div></div>
<div class="hidden-sm" id="album-slot4" data-tracking="{"category": "home", "action": "albums", "label": "slot4"}"><div class="album-art has-preview album-paused"><img src="./Spotify_files/8d63ab6a74d9a77d723e79f95faa3be5615c85ae" data-original="//i.scdn.co/image/8d63ab6a74d9a77d723e79f95faa3be5615c85ae" class="lazy lazy-no-small" style="display: block;"><div class="register-state"><p>Registre-se para ouvir a faixa completa</p><a class="btn btn-link" href="https://www.spotify.com/br/signup/">COMEÇAR</a></div><div class="play-state"><div class="svg-holder"><svg><use xlink:href="#icon-play"></use></svg></div></div><div class="pause-state"><div class="svg-holder"><svg><use xlink:href="#icon-pause"></use></svg></div></div><audio class="audio hide" src="https://p.scdn.co/mp3-preview/fb66b04bc432abfd3dd9598689bc4d471bb5898f" preload="auto" controls=""></audio><div class="progress"><div class="progress-bar" role="progressbar"></div></div></div></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="hero hero-easy">
<div class="container">
<div class="hero-easy-bg"></div>
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1 col-lg-4">
<div class="phone-container hidden-xs animated animatedFadeInUp">
<svg class="outline-phone"><use xlink:href="#outline-phone"></use></svg>
<div class="phone-screen">
<p class="text-center">Só para você</p>
<div class="album-img-container clearfix">
<div class="album-img">
<img src="./Spotify_files/your_daily_mix.jpg" alt="Seu Daily Mix">
<p>Seu Daily Mix</p>
</div>
<div class="album-img">
<img src="./Spotify_files/your_release_radar.jpg" alt="Radar de Novidades">
<p>Radar de Novidades</p>
</div>
</div>
<ul>
<li>
<svg><use xlink:href="#phone-charts"></use></svg>
<span>Paradas</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
<li>
<svg><use xlink:href="#phone-new-releases"></use></svg>
<span>Novos lançamentos</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
<li>
<svg><use xlink:href="#phone-videos"></use></svg>
<span>Vídeos</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
<li>
<svg><use xlink:href="#phone-podcasts"></use></svg>
<span>Podcasts</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
<li>
<svg><use xlink:href="#phone-discover"></use></svg>
<span>Descobrir</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
<li>
<svg><use xlink:href="#phone-concerts"></use></svg>
<span>Shows</span>
<svg><use xlink:href="#phone-chevron"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-5 col-lg-offset-1 text-left text-white">
<div class="animated animatedFadeInUp">
<h2>
Fácil.
</h2>
</div>
<div class="animated animatedFadeInUp">
<h3>
Buscar
</h3>
<p>
Já sabe o que quer escutar? É só procurar e apertar o play.
</p>
</div>
<div class="animated animatedFadeInUp">
<h3>
Navegar
</h3>
<p>
Veja os novos lançamentos, o que está bombando nas paradas e as melhores playlists para o seu momento.
</p>
</div>
<div class="animated animatedFadeInUp">
<h3>
Descobrir
</h3>
<p>
Curta músicas novas toda segunda-feira com uma playlist personalizada pra você. Ou relaxe e curta uma das rádios.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="hero hero-devices">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="animated animatedFadeInUp">
<h2 class="text-white">
Uma conta. Música em qualquer lugar.
</h2>
</div>
<div class="animated animatedFadeInUp">
<ul class="device-list">
<li>Celular</li>
<li>Computador</li>
<li>Tablet</li>
<li>Carro</li>
</ul>
<ul class="device-list">
<li><a id="speakers-text-link" href="https://www.spotify.com/br/speakers/">Alto-falante</a></li>
<li><a id="playstation-text-link" href="https://www.spotify.com/br/playstation/" data-tracking="{"category": "home (devices)", "action": "playstation"}">PlayStation<sup>®</sup></a></li>
<li><a id="xbox-text-link" href="https://www.spotify.com/br/xbox/">Xbox</a></li>
<li><a id="tv-text-link" href="https://www.spotify.com/br/tv/">TV</a></li>
<li><a id="webplayer-text-link" class="hidden-xs js-button-webplayerlink" href="https://www.spotify.com/br/redirect/webplayerlink/?utm_medium=www_deviceslink" data-tracking="{"category": "home (devices)", "action": "web-player"}">Player da Web</a><span class="visible-xs">Player da Web</span></li>
</ul>
</div>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-0 animated animatedFadeInUp">
<img class="center-block img-devices" src="./Spotify_files/all-devicesAB.svg" alt="Uma conta. Música em qualquer lugar.">
</div>
</div>
</div>
</div>
<section>
<div class="hero hero-subscription">
<div class="container">
<div class="hero-subscription-bg"></div>
<div class="row">
<div class="col-xs-12">
<h2 class="animated animatedFadeInUp">A música ao alcance dos seus dedos.</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="list">
<div class="list-item animated animatedFadeInUp">
<div class="list-content">
<h3>Spotify Free</h3>
<span class="pricing" style="height: 79px;">
<h4>
R$ 0,00<span class="month">/mês</span>
</h4>
</span>
<div class="features">
<ul class="spotify-free-list">
<li>Ordem aleatória</li>
<li>Sem propaganda</li>
<li>Pule as músicas sem limitações</li>
<li>Ouça offline</li>
<li>Toque qualquer faixa</li>
<li>Alta qualidade de áudio</li>
</ul>
</div>
<a href="https://www.spotify.com/br/download/" class="btn btn-green js-goto-signup js-button-module-get-free" id="plan-get-free-button" data-tracking="{"category": "home (subscriptions)", "action": "free"}">
Obter Free
</a>
</div>
</div>
<div class="list-item animated animatedFadeInUp">
<div class="list-content">
<h3>
Spotify Premium
</h3>
<span class="pricing" style="height: 79px;">
<h4>
R$ 16,90<span class="month">/mês</span>
</h4>
<p class="small">Comece seu período de teste de 30 dias grátis*</p>
<p class="small">Ofertas disponíveis <a href="https://www.spotify.com/br/family/" data-ga-category="home (subscriptions)" id="family-multiple-offers-link" data-ga-action="family">para a família </a>e <a href="https://www.spotify.com/br/student/" data-ga-category="home (subscriptions)" id="student-multiple-offers-link" data-ga-action="student">para universitários</a></p>
</span>
<div class="features">
<ul class="spotify-premium-list">
<li>Ordem aleatória</li>
<li>Sem propaganda</li>
<li>Pule as músicas sem limitações</li>
<li>Ouça offline</li>
<li>Toque qualquer faixa</li>
<li>Alta qualidade de áudio</li>
</ul>
</div>
<a href="https://www.spotify.com/br/premium/?checkout=false" class="btn btn-green js-button-module-get-premium" id="plan-get-premium-button" data-tracking="{"category": "home (subscriptions)", "action": "premium"}">
Obter Premium
</a>
</div>
</div>
</div>
<p class="small small-details text-center">
Os <a href="https://www.spotify.com/br/legal/new-30-days-free-trial-terms-and-conditions/">Termos e condições</a> da Oferta do teste grátis de 30 dias do Spotify® se aplicam. Os usuários que assinaram o serviço Premium ou Unlimited ou que obtiveram um teste grátis não têm direito a esta oferta.
</p>
</div>
</div>
</div>
</div>
</section>
<footer role="contentinfo" class="footer footer-default ">
<div class="container">
<nav class="row">
<div class="col-xs-12 col-md-2">
<div class="footer-logo">
<a href="https://www.spotify.com/br/">Spotify</a>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-2">
<h3 class="nav-title">Empresa</h3>
<ul class="nav">
<li>
<a href="https://www.spotify.com/br/about-us/contact/" id="nav-link-about" data-ga-category="menu" data-ga-action="about">
Sobre
</a>
</li>
<li>
<a href="https://www.spotifyjobs.com/" id="nav-link-jobs" data-ga-category="menu" data-ga-action="jobs">
Empregos
</a>
</li>
<li>
<a href="https://press.spotify.com/" id="nav-link-press" data-ga-category="menu" data-ga-action="press">
Imprensa
</a>
</li>
<li>
<a href="https://news.spotify.com/" id="nav-link-news" data-ga-category="menu" data-ga-action="news">
Novidades
</a>
</li>
</ul>
</div>
<div class="col-xs-6 col-sm-4 col-md-2">
<h3 class="nav-title">Comunidades</h3>
<ul class="nav">
<li>
<a href="https://artists.spotify.com/" id="nav-link-artists" data-ga-category="menu" data-ga-action="artists">
Para Artistas
</a>
</li>
<li>
<a href="https://developer.spotify.com/" id="nav-link-developers" data-ga-category="menu" data-ga-action="developers">
Desenvolvedores
</a>
</li>
<li>
<a href="https://www.spotify.com/br/brands/" id="nav-link-brands" data-ga-category="menu" data-ga-action="brands">
Marcas
</a>
</li>
</ul>
</div>
<div class="col-xs-6 col-sm-4 col-md-2">
<h3 class="nav-title">Links úteis</h3>
<ul class="nav">
<li>
<a href="https://support.spotify.com/?utm_source=www.spotify.com&utm_medium=www_footer" id="nav-link-help" data-ga-category="menu" data-ga-action="help">
Ajuda
</a>
</li>
<li>
<a href="https://www.spotify.com/br/purchase/ecards/" id="nav-link-gift" data-ga-category="menu" data-ga-action="gift">
Presente
</a>
</li>
<li class="hidden-xs ">
<a href="https://www.spotify.com/br/redirect/webplayerlink/?utm_medium=www_footer" id="nav-link-play" data-ga-category="menu" data-ga-action="play">
Player da Web
</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-4 col-social">
<ul class="nav">
<li>
<a href="http://instagram.com/spotify">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#instagram-icon">
<svg>
</svg></use></svg><span class="social-text">Instagram</span>
</a>
</li>
<li>
<a href="https://twitter.com/spotify">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#twitter-icon">
<svg>
</svg></use></svg><span class="social-text">Twitter</span></a>
</li>
<li>
<a href="https://www.facebook.com/Spotify">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#facebook-icon">
<svg>
</svg></use></svg><span class="social-text">Facebook</span>
</a>
</li>
</ul>
</div>
</nav>
<nav class="row row-small">
<div class="col-xs-9 col-md-7">
<ul class="nav nav-small">
<li>
<a href="https://www.spotify.com/br/legal/">Legal</a>
</li>
<li>
<a href="https://www.spotify.com/br/legal/privacy-policy/">Privacidade</a>
</li>
<li>
<a href="https://www.spotify.com/br/legal/privacy-policy/#s13">Cookies</a>
</li>
<li>
<a href="https://www.spotify.com/br/legal/privacy-policy/#s13">Sobre anúncios</a>
</li>
</ul>
</div>
<div class="col-xs-3 col-md-5 text-right">
<a class="market" href="https://www.spotify.com/br/select-your-country/" title="Clique para mudar">
<div class="media">
<div class="media-body media-middle">
Brasil
</div>
<div class="media-right media-middle">
<span class="media-object flag-icon flag-icon-br"></span>
</div>
</div>
</a>
<small class="copyright">© 2018 Spotify AB</small>
</div>
</nav>
</div>
</footer>
<script src="./Spotify_files/spweb-site-efa1133a2d.min.js"></script>
<script src="./Spotify_files/tour-7b483d8e67.js"></script>
<script>
// make registered trademark
$('h1,a').each(function(i, elem) {
$(elem).html(function(i, html) {
return html.replace(/®/g, "<sup>®</sup>");
});
});
// subscription section - apply equal height to pricing and small copy
var maxHeight = 0;
$(".pricing").each(function(){
if ($(this).height() > maxHeight) { maxHeight = $(this).height(); }
});
$(".pricing").height(maxHeight);
// animation on scroll
$(function() {
$('.animatedFadeInUp').waypoint(function() {
var self = this.element;
$(self).addClass('fadeInUp');
}, { offset: '90%' });
var tracks = {"error":true};
if (tracks.error) {
// fallback tracks
tracks = [
{
"images": {"640": "//i.scdn.co/image/e23adf2ed8c7c2c1003735642ef5779adb2e21c6"},
"preview_url": "//p.scdn.co/mp3-preview/a2fb514286bfd42f6b823f29ec3d965d90b89fb4"
},
{
"images": {"640": "//i.scdn.co/image/d83a086148afe6539dae524607cbe4b6ccdd0360"},
"preview_url": "//p.scdn.co/mp3-preview/4ab65f9b193ccc37f2059344322462ae5e9dac90"
},
{
"images": {"640": "//i.scdn.co/image/d30f10db04a3303623d70d7d930da769f5590019"},
"preview_url": "//p.scdn.co/mp3-preview/407c995f072b7e6c318f08fa24d7b1b9c431ea40"
},
{
"images": {"640": "//i.scdn.co/image/8d63ab6a74d9a77d723e79f95faa3be5615c85ae"},
"preview_url": "//p.scdn.co/mp3-preview/fb66b04bc432abfd3dd9598689bc4d471bb5898f"
}
];
};
spweb.albumArt.init(tracks, {
imgClass: 'lazy lazy-no-small',
allowDesktopPreview: true,
translations: {
sign_up_to_listen: "Registre\x2Dse\x20para\x20ouvir\x20a\x20faixa\x20completa",
get_started: "COME\u00C7AR"
}
});
// Fire an event once when a User Cliks the Learn More Btn
$('[name="whats-on-spotify"]').bind('click.learner', function() {
spweb.analytics.trackEvent(
'home',
'learn-about-spotify',
'');
$(document).unbind('click.learner');
$(document).unbind('scroll.learner');
});
// Fire an event once when the user scrolls past the fold
$(document).bind('scroll.learner', function() {
if ($(document).scrollTop() >= $(window).height()) {
spweb.analytics.sendEvent('home', 'scroll-past-fold', '', '');
$(document).unbind('scroll.learner');
$(document).unbind('click.learner');
}
});
// This is meant for the larger hero images
$('.lazy').lazyload({
effect: 'fadeIn',
threshold : 500,
effectspeed: 1000
});
// Ensure line characters aren't too long in mobile
$('.js-carousel-title').filter(function() {
return $(this).text().length > 50;
}).addClass('title-small');
// Updating lazy load images based on media query with javascript
spweb.utils.updateLazyLoadImages();
// If someone changes the window size, we need to update
// the lazyloaded images and carousel height.
$(window).resize(function () {
spweb.utils.updateLazyLoadImages();
});
});
</script>
<script>results = ["c86347d485417245f45e28c3769ce200b2aafc1b60244dab2720c8b1e84d9171", "fTvb2SXfUxVBu0clYDYDH7qljNTjYr3gV4TwF2LoHpXwe+/MRORCyrx/FBaq6g/uBc4KBEWmoKDJ4pw+DD1XZtPOXR3xH3NnRcQerCT+K7xqVF/TYVZlUosNKf/3tfSML8YJFB7ALtP+d4ax7V5kbQtybUMXVA8L77SYzcDt1IY=",1520306646,1005324994];</script>
<script src="./Spotify_files/bon-32c3a6a7e1.js"></script>
<script src="./Spotify_files/vt-150.js"></script><script type="text/javascript" id="" src="https://platform.twitter.com/oct.js"></script>
<script type="text/javascript" id="">!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version="2.0",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,"script","https://connect.facebook.net/en_US/fbevents.js");fbq("init","1483047915331997");fbq("track","PageView");</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1483047915331997&amp;ev=PageView&amp;noscript=1"></noscript>
<script type="text/javascript" id="">!function(d,e,f,a,b,c){d.twq||(a=d.twq=function(){a.exe?a.exe.apply(a,arguments):a.queue.push(arguments)},a.version="1",a.queue=[],b=e.createElement(f),b.async=!0,b.src="//static.ads-twitter.com/uwt.js",c=e.getElementsByTagName(f)[0],c.parentNode.insertBefore(b,c))}(window,document,"script");twq("init","nvi9b");twq("track","PageView");</script>
<script type="text/javascript" id="">var scRec=document.createElement("SCRIPT");scRec.type="text/javascript";scRec.src="//d2oh4tlt9mrke9.cloudfront.net/Record/js/sessioncam.recorder.js";document.getElementsByTagName("head")[0].appendChild(scRec);</script><div id="ttdUniversalPixelTag1dfda5e8d7794c54abf4a4ce7c009256" style="display:none">
<script type="text/javascript" id="" src="https://js.adsrvr.org/up_loader.1.1.0.js"></script></div>
<!-- This page was rendered using Twig -->
</body></html>