-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
861 lines (849 loc) · 29.3 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="./assets/img/index.ico"
type="image/x-icon"
/>
<title>
Advocacia Serraglia — Direito Previdenciário, Trabalhista e Civil
</title>
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body class="active-loader">
<div class="loader">
<div class="square">S</div>
<div class="icon">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
style="margin: auto; display: block; shape-rendering: auto;"
width="100px"
height="100px"
viewBox="0 0 100 100"
preserveAspectRatio="xMidYMid"
>
<circle
cx="50"
cy="50"
fill="none"
stroke="none"
stroke-width="10"
r="35"
stroke-dasharray="164.93361431346415 56.97787143782138"
>
<animateTransform
attributeName="transform"
type="rotate"
repeatCount="indefinite"
dur="1s"
values="0 50 50;360 50 50"
keyTimes="0;1"
></animateTransform>
</circle>
<!-- [ldio] generated by https://loading.io/ -->
</svg>
</div>
</div>
<nav>
<div class="wrapper">
<a class="logo" href="#home">
<img
src="./assets/img/serraglia.webp"
alt="Logo Advocacia Serraglia"
/>
</a>
<div class="menu">
<ul>
<li><a class="navlink" href="#home">Início</a></li>
<li><a class="navlink" href="#about">Sobre</a></li>
<li><a class="navlink" href="#features">Diferenciais</a></li>
<li><a class="navlink" href="#testimonials">Avaliações</a></li>
<li><a class="navlink" href="#areas">Areas</a></li>
</ul>
<a class="btn navlink" href="#contact">Entre em Contato</a>
<ul class="social-links">
<li>
<a href="https://instagram.com/adv.serraglia" target="_blank">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M17 1.99997H7C4.23858 1.99997 2 4.23855 2 6.99997V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V6.99997C22 4.23855 19.7614 1.99997 17 1.99997Z"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M15.9997 11.3701C16.1231 12.2023 15.981 13.0523 15.5935 13.7991C15.206 14.5459 14.5929 15.1515 13.8413 15.5297C13.0898 15.908 12.2382 16.0397 11.4075 15.906C10.5768 15.7723 9.80947 15.3801 9.21455 14.7852C8.61962 14.1903 8.22744 13.4229 8.09377 12.5923C7.96011 11.7616 8.09177 10.91 8.47003 10.1584C8.84829 9.40691 9.45389 8.7938 10.2007 8.4063C10.9475 8.0188 11.7975 7.87665 12.6297 8.00006C13.4786 8.12594 14.2646 8.52152 14.8714 9.12836C15.4782 9.73521 15.8738 10.5211 15.9997 11.3701Z"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M17.5 6.49997H17.51"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</a>
</li>
</ul>
</div>
<button
aria-expanded="false"
aria-label="abrir menu"
class="menu-open"
type="button"
>
<svg
width="40"
height="40"
viewBox="0 0 40 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10 20H30"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M10 12H30"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M18 28L30 28"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</button>
<button
aria-expanded="true"
aria-label="fechar menu"
class="menu-close"
type="button"
>
<svg
width="40"
height="40"
viewBox="0 0 40 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M30 10L10 30M10 10L30 30"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</button>
</div>
</nav>
<section id="home" data-menu-status="1">
<div class="wrapper">
<div class="col-a">
<header>
<h4>SEJA BEM-VINDO AO NOSSO SITE 👋</h4>
<h1>Advocacia Serraglia</h1>
</header>
<div class="content">
<p>
Desde 1979 atuando com técnica, rapidez e competência. Assistência
Jurídica nos ramos do Direito Civil, Previdenciário e Trabalhista.
Contate-nos via Telefone ou Whatsapp.
</p>
<a href="#about">
<svg
class="chevron"
xmlns="http://www.w3.org/2000/svg"
width="192"
height="192"
fill="#000000"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="128"
cy="128"
r="96"
fill="none"
stroke="none"
stroke-miterlimit="10"
stroke-width="16"
></circle>
<polyline
points="164 116 128 156 92 116"
fill="none"
stroke="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
</svg>
</a>
</div>
</div>
<div class="stats rounded">
<div class="stat">
<h3>+3500</h3>
<p>Clientes Atendidos</p>
</div>
<div class="stat">
<h3>+15000</h3>
<p>Momentações Processuais</p>
</div>
<div class="stat">
<h3>+30</h3>
<p>Anos de Atuação</p>
</div>
</div>
</div>
</section>
<section id="about" data-menu-status="1">
<div class="wrapper">
<div class="col-a img-box">
<div class="img-box-1">
<img
class="rounded"
src="./assets/img/court-hammer-and-books-judgment-and-law-concept.webp"
alt=""
/>
</div>
<div class="img-box-2">
<img
class="rounded"
src="./assets/img/businesspeople-shaking-hands.webp"
alt=""
/>
</div>
</div>
<div class="col-b">
<header>
<h4>Sobre nós</h4>
<h2>Um pouco da nossa história.</h2>
</header>
<div class="content">
<p>
A nossa vocação para o Direito vem de família, Dr. Henrique
Serraglia, pai do Dr. Nilson Serraglia, logo após formar-se na
Faculdade de Direito Largo de são Francisco (USP) tornou-se um
grande promotor de justiça em 1957, e foi uma grande referência
como um dos promotores de justiça que marcaram sua época (sendo
homenageado pelo Ministério Público com o documentário "Texto &
Testa"), também foi professor títular Universidade de Ribeirão
Preto por mais de 40 anos.
</p>
<p>
Dr. Nilson Serraglia formou-se na Universidade de Ribeirão Preto,
em 1988, onde, logo que saiu, tornou-se professor títular nas
áreas de direito civil e processo civil. Vocacionou-se na
advocacia, para as áreas previdenciária, civil e trabalhista. Atua
desde os anos 90, completando mais de 30 anos de experiência como
advogado e professor, reflexo de sua competência e conhecimento é
a grande procura por parte de clientes, ex-alunos e também
advogados em busca de orientações.
</p>
</div>
</div>
</div>
</section>
<section id="features">
<div class="wrapper">
<div class="content">
<div class="cards">
<header>
<h4>Diferenciais</h4>
<h2>Listamos algumas de nossas características</h2>
</header>
<div class="card grow">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M5.25 17.322l-2.25-1.221 2.234-3.067-2.234-1.96 4.713-2.562c.204.231.41.504.604.807l-3.584 1.948 1.181 1.037 3.058-1.686c.119.314.216.641.282.977l-3.261 1.801 6.018 3.109 5.989-3.105-3.152-1.745c.061-.347.144-.667.248-.968l2.933 1.615 1.234-1.095-3.5-1.855c.183-.275.388-.54.614-.803l4.623 2.449-2.261 2.008.011.006 2.25 3.081-2.25 1.224v3.087l-6.75 3.596-6.75-3.596v-3.082zm7.246-.094v5.377l5.255-2.799v-1.946l-3.501 1.905-1.754-2.537zm-6.247.636v1.942l5.248 2.796v-5.373l-1.747 2.536-3.501-1.901zm-1.772-2.096l4.96 2.692 1.099-1.594-4.983-2.575-1.076 1.477zm8.988 1.107l1.096 1.585 4.961-2.698-1.073-1.471-4.984 2.584zm-1.192-2.915h-.521c-.136 0-.268-.046-.358-.127l-.692-.455h2.621l-.692.455c-.089.081-.221.127-.358.127zm1.075-1.164h-2.655c-.161 0-.291-.129-.291-.29 0-.161.13-.291.291-.291h2.655c.161 0 .291.13.291.291 0 .161-.13.29-.291.29zm.287-1.163h-3.245c0-2.297-1.872-3.291-1.872-5.367 0-2.166 1.746-3.358 3.493-3.358 1.748 0 3.497 1.194 3.497 3.358 0 2.076-1.872 3.038-1.873 5.367zm-.901-.997c.188-.954.624-1.689 1.018-2.356.424-.714.757-1.279.757-2.014 0-1.55-1.257-2.361-2.498-2.361-1.239 0-2.495.811-2.495 2.361 0 .739.337 1.312.763 2.035.392.664.822 1.396 1.012 2.335h1.443zm-5.357-4.321h-1.772v-.997h1.818c-.039.219-.059.445-.059.674l.013.323zm11.043 0h-1.761l.014-.323c0-.229-.02-.455-.06-.674h1.807v.997zm-9.983-3.011c-.227.247-.424.518-.584.809l-1.439-1.021.578-.813 1.445 1.025zm7.159-.005l1.437-1.02.578.813-1.43 1.015c-.161-.29-.358-.561-.585-.808zm-5.3-1.22c-.318.115-.619.261-.899.433l-.772-1.575.897-.438.774 1.58zm3.435-.004l.773-1.576.896.438-.769 1.57c-.28-.172-.581-.318-.9-.432zm-1.219-.271c-.162-.016-.327-.024-.494-.024-.17 0-.339.009-.505.025v-1.805h.999v1.804z"
></path>
</svg>
</span>
<h3>Conhecimento Técnico</h3>
<p>
Atuamos com conhecimento de causa, além do conhecimento olistico
contamos com um conhecimento específico solido.
</p>
</div>
<div class="card">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M22 9.74l-2 1.02v7.24c-1.007 2.041-5.606 3-8.5 3-3.175 0-7.389-.994-8.5-3v-7.796l-3-1.896 12-5.308 11 6.231v8.769l1 3h-3l1-3v-8.26zm-18 1.095v6.873c.958 1.28 4.217 2.292 7.5 2.292 2.894 0 6.589-.959 7.5-2.269v-6.462l-7.923 4.039-7.077-4.473zm-1.881-2.371l9.011 5.694 9.759-4.974-8.944-5.066-9.826 4.346z"
></path>
</svg>
</span>
<h3>Extrema Competência</h3>
<p>
Formação solida e aperfeiçoamento constante nas áreas de
atuação, estamos sempre atualizados a respeito das modificações
na lei.
</p>
</div>
<div class="card grow">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M24 22h-24v-20h24v20zm-1-19h-22v18h22v-18zm-4 13v1h-4v-1h4zm-6.002 1h-10.997l-.001-.914c-.004-1.05-.007-2.136 1.711-2.533.789-.182 1.753-.404 1.892-.709.048-.108-.04-.301-.098-.407-1.103-2.036-1.305-3.838-.567-5.078.514-.863 1.448-1.359 2.562-1.359 1.105 0 2.033.488 2.545 1.339.737 1.224.542 3.033-.548 5.095-.057.106-.144.301-.095.41.14.305 1.118.531 1.83.696 1.779.41 1.773 1.503 1.767 2.56l-.001.9zm-9.998-1h8.999c.003-1.014-.055-1.27-.936-1.473-1.171-.27-2.226-.514-2.57-1.267-.174-.381-.134-.816.119-1.294.921-1.739 1.125-3.199.576-4.111-.332-.551-.931-.855-1.688-.855-.764 0-1.369.31-1.703.871-.542.91-.328 2.401.587 4.09.259.476.303.912.13 1.295-.342.757-1.387.997-2.493 1.252-.966.222-1.022.478-1.021 1.492zm18-3v1h-6v-1h6zm0-3v1h-6v-1h6zm0-3v1h-6v-1h6z"
></path>
</svg>
</span>
<h3>Muita Experiência</h3>
<p>
Mais de 30 anos advogando e lecionando como professor titular na
Universidade de Ribeirão Preto.
</p>
</div>
<div class="card">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm0 11h6v1h-7v-9h1v8z"
></path>
</svg>
</span>
<h3>Rapidez e Agilidade</h3>
<p>
Já na primeira consulta buscamos solucionar todos os problemas
do cliente, para evitar que precise ficar marcando retorno.
</p>
</div>
<div class="card">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M12 0c-3.371 2.866-5.484 3-9 3v11.535c0 4.603 3.203 5.804 9 9.465 5.797-3.661 9-4.862 9-9.465v-11.535c-3.516 0-5.629-.134-9-3zm0 1.292c2.942 2.31 5.12 2.655 8 2.701v10.542c0 3.891-2.638 4.943-8 8.284-5.375-3.35-8-4.414-8-8.284v-10.542c2.88-.046 5.058-.391 8-2.701zm5 7.739l-5.992 6.623-3.672-3.931.701-.683 3.008 3.184 5.227-5.878.728.685z"
></path>
</svg>
</span>
<h3>Honestidade</h3>
<p>
Prestamos contas a rigor para todos os clientes, sempre
mostrando a real situação.
</p>
</div>
<div class="card grow">
<span class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M5 22h4v-3h-9v-18h24v18h-10v3h4v1h-13v-1zm5-3v3h3v-3h-3zm13-17h-22v16h22v-16z"
></path>
</svg>
</span>
<h3>Consultas Online e Presencial</h3>
<p>
Devido as condições do covid-19, passamos a oferecer também
atendimento online (seguimos com o presencial).
</p>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials">
<div class="wrapper">
<header>
<h4>Avaliações do Google</h4>
<h2>O que estão dizendo?</h2>
</header>
</div>
<div class="new-slider">
<div class="new-slider-controls">
<div class="new-slider-btn prev">
<svg
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="100%"
fill="#a40000"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="128"
cy="128"
r="96"
fill="var(--dark-alpha)"
stroke-miterlimit="10"
stroke-width="16"
></circle>
<polyline
points="144 92 104 128 144 164"
fill="none"
stroke="var(--light-alpha)"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
</svg>
</div>
<div class="new-slider-btn next">
<svg
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="100%"
fill="#a40000"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="128"
cy="128"
r="96"
fill="var(--dark-alpha)"
stroke-miterlimit="10"
stroke-width="16"
></circle>
<polyline
points="116 92 156 128 116 164"
fill="none"
stroke="var(--light-alpha)"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
</svg>
</div>
</div>
<div class="new-slider-carousel">
<div class="new-slider-item">
<blockquote>
<p>
Eu estava tentando resolver um problema na minha faculdade por
muito tempo, ate que resolvi procurar saber a respeito de um
possível processo. Após procurar essa ajuda, decidimos entrar
com um processo, não passou nem 1 mês e aconteceu exatamente o
que o doutor havia me falado na consulta, eles propuseram um
acordo e todo meu problema foi resolvido! ótimos profissionais e
muito competentes!
</p>
<span>
— Geovana Cardoso
</span>
</blockquote>
</div>
<div class="new-slider-item">
<blockquote>
<p>
Procurei o escritório de advocacia Serraglia para que pudessem
esclarecer- me algumas dúvidas sobre assuntos de cunho
pessoal.Fui muito bem atendida ... todos atenciosos e
prestativos !! Profissionais de alta competência!!
</p>
<span>
— Marta Leão
</span>
</blockquote>
</div>
<div class="new-slider-item">
<blockquote>
<p>
Gostei, ótimo atendimento!
</p>
<span>
— Teresa Maria
</span>
</blockquote>
</div>
</div>
</div>
</section>
<section id="areas" data-menu-status="1">
<div class="wrapper">
<div class="col-a img-box">
<div class="img-box-1">
<img
class="rounded"
src="./assets/img/lawyer-with-weighing-scales.webp"
alt=""
/>
</div>
<div class="img-box-2">
<img
class="rounded"
src="./assets/img/breakup-marriage-couple-with-divorce-certification.webp"
alt=""
/>
</div>
<div class="img-box-3">
<img
class="rounded"
src="./assets/img/successful-business-man-signing-documents-in-a-modern-office.webp"
alt=""
/>
</div>
</div>
<div class="col-b">
<header>
<h4>Áreas de Atuação</h4>
<h2>Áreas de Atuação</h2>
</header>
<div class="content">
<h3>01. Direito Civil.</h3>
<p>
Poucos advogados sabem aplicar de fato o direito e processo civil
em todo ordanamento jurídico, que se presta de uma fonte de suma
importância a ser utilizada em todos os ramos.
</p>
<h3>02. Direito Previdenciário.</h3>
<p>
Muitas pessoas desconhecem os vários tipos de aposentadoria a que
tem direito, mesmo tendo parado de contribuir com o INSS há muito
tempo ou até mesmo nunca tendo contribuído.
</p>
<h3>03. Direito Trabalhista.</h3>
<p>
Muitos trabalhadores e empregadores desconhecem os direitos
trabalhistas, o que acaba gerando desencontros com a lei e
excessivos prejuízos, chegando quase sempre ao conhecimento do
judiciário.
</p>
</div>
</div>
</div>
</section>
<section id="contact" data-menu-status="1">
<div class="wrapper">
<div class="content">
<ul>
<header>
<h2>Contate-nos!</h2>
</header>
<li>
<div class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M22 6L12 13L2 6"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</div>
<div class="info">
<h3>Telefone</h3>
<p><a href="tel:1632347550">(16) 3234-7550</a></p>
<a
href="https://wa.me/551632347550?text=Ol%C3%A1%2C%20conheci%20voc%C3%AAs%20pela%20internet%20e%20estou%20entrando%20em%20contato%20pois%20preciso%20de%20suporte%20jur%C3%ADdico"
>ou Whatsapp</a
>
</div>
</li>
<li>
<div class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M22 6L12 13L2 6"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</div>
<div class="info">
<h3>E-mail</h3>
<p>contato@serraglia.com.br</p>
<a href="mailto:contato@serraglia.com.br">Envie um email</a>
</div>
</li>
<li>
<div class="icon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z"
stroke="#00856F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</div>
<div class="info">
<h3>Endereço</h3>
<p>
Prof. Felisberto Almada, 597 <br />
Ribeirão Preto - SP
</p>
<a href="https://g.page/serraglia">ver no google maps</a>
</div>
</li>
</ul>
<div class="map">
<iframe
style="filter: invert(1) hue-rotate(180deg); border: 0;"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3718.184716992415!2d-47.82220688452742!3d-21.264154585871353!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94b9b9bc37ce38c3%3A0xb1679596891710a4!2sAdvocacia%20Serraglia!5e0!3m2!1spt-BR!2sbr!4v1615128127264!5m2!1spt-BR!2sbr&language=pt&alt_basemap=dark-gray"
>
</iframe>
<a
class="button"
href="https://wa.me/551632347550?text=Ol%C3%A1%2C%20conheci%20voc%C3%AAs%20pela%20internet%20e%20estou%20entrando%20em%20contato%20pois%20preciso%20de%20suporte%20jur%C3%ADdico"
target="_blank"
><svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.6 14.0001C16.4 13.9001 15.1 13.3001 14.9 13.2001C14.7 13.1001 14.5 13.1001 14.3 13.3001C14.1 13.5001 13.7 14.1001 13.5 14.3001C13.4 14.5001 13.2 14.5001 13 14.4001C12.3 14.1001 11.6 13.7001 11 13.2001C10.5 12.7001 10 12.1001 9.6 11.5001C9.5 11.3001 9.6 11.1001 9.7 11.0001C9.8 10.9001 9.9 10.7001 10.1 10.6001C10.2 10.5001 10.3 10.3001 10.3 10.2001C10.4 10.1001 10.4 9.9001 10.3 9.8001C10.2 9.7001 9.7 8.5001 9.5 8.0001C9.4 7.3001 9.2 7.3001 9 7.3001C8.9 7.3001 8.7 7.3001 8.5 7.3001C8.3 7.3001 8 7.5001 7.9 7.6001C7.3 8.2001 7 8.9001 7 9.7001C7.1 10.6001 7.4 11.5001 8 12.3001C9.1 13.9001 10.5 15.2001 12.2 16.0001C12.7 16.2001 13.1 16.4001 13.6 16.5001C14.1 16.7001 14.6 16.7001 15.2 16.6001C15.9 16.5001 16.5 16.0001 16.9 15.4001C17.1 15.0001 17.1 14.6001 17 14.2001C17 14.2001 16.8 14.1001 16.6 14.0001ZM19.1 4.9001C15.2 1.0001 8.9 1.0001 5 4.9001C1.8 8.1001 1.2 13.0001 3.4 16.9001L2 22.0001L7.3 20.6001C8.8 21.4001 10.4 21.8001 12 21.8001C17.5 21.8001 21.9 17.4001 21.9 11.9001C22 9.3001 20.9 6.8001 19.1 4.9001ZM16.4 18.9001C15.1 19.7001 13.6 20.2001 12 20.2001C10.5 20.2001 9.1 19.8001 7.8 19.1001L7.5 18.9001L4.4 19.7001L5.2 16.7001L5 16.4001C2.6 12.4001 3.8 7.4001 7.7 4.9001C11.6 2.4001 16.6 3.7001 19 7.5001C21.4 11.4001 20.3 16.5001 16.4 18.9001Z"
fill="white"
></path>
</svg>
Agende sua Consulta
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="wrapper">
<div class="col-a">
<a class="logo" href="#">
<img
src="./assets/img/serraglia-footer.webp"
alt="Logo alternativo Advocacia Serraglia"
/>
</a>
<p>
©Advocacia Serraglia.<br />
Todos os direitos reservados.
</p>
</div>
<div class="col-b">
<ul class="social-links">
<li>
<a target="_blank" href="https://instagram.com/adv.serraglia"
><svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M17 1.99997H7C4.23858 1.99997 2 4.23855 2 6.99997V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V6.99997C22 4.23855 19.7614 1.99997 17 1.99997Z"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M15.9997 11.3701C16.1231 12.2023 15.981 13.0523 15.5935 13.7991C15.206 14.5459 14.5929 15.1515 13.8413 15.5297C13.0898 15.908 12.2382 16.0397 11.4075 15.906C10.5768 15.7723 9.80947 15.3801 9.21455 14.7852C8.61962 14.1903 8.22744 13.4229 8.09377 12.5923C7.96011 11.7616 8.09177 10.91 8.47003 10.1584C8.84829 9.40691 9.45389 8.7938 10.2007 8.4063C10.9475 8.0188 11.7975 7.87665 12.6297 8.00006C13.4786 8.12594 14.2646 8.52152 14.8714 9.12836C15.4782 9.73521 15.8738 10.5211 15.9997 11.3701Z"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M17.5 6.49997H17.51"
stroke="#FFFAF1"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</a>
</li>
</ul>
</div>
</div>
</footer>
<div id="whatsapp">
<div class="message">
<a
href="https://wa.me/551632347550?text=Ol%C3%A1%2C%20conheci%20voc%C3%AAs%20pela%20internet%20e%20estou%20entrando%20em%20contato%20pois%20preciso%20de%20suporte%20jur%C3%ADdico"
>Olá 👋, oferecemos atendimento via WhatsApp</a
>
<span></span>
</div>
<a
target="_blank"
rel="nofollow"
class="icon"
href="https://wa.me/551632347550?text=Ol%C3%A1%2C%20conheci%20voc%C3%AAs%20pela%20internet%20e%20estou%20entrando%20em%20contato%20pois%20preciso%20de%20suporte%20jur%C3%ADdico"
>
<svg
version="1.1"
id="Capa_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background: new 0 0 512 512;"
xml:space="preserve"
>
<path
style="fill: #25d366;"
d="M256.064,0h-0.128l0,0C114.784,0,0,114.816,0,256c0,56,18.048,107.904,48.736,150.048l-31.904,95.104 l98.4-31.456C155.712,496.512,204,512,256.064,512C397.216,512,512,397.152,512,256S397.216,0,256.064,0z"
/>
<path
style="fill: #fafafa;"
d="M405.024,361.504c-6.176,17.44-30.688,31.904-50.24,36.128c-13.376,2.848-30.848,5.12-89.664-19.264 C189.888,347.2,141.44,270.752,137.664,265.792c-3.616-4.96-30.4-40.48-30.4-77.216s18.656-54.624,26.176-62.304 c6.176-6.304,16.384-9.184,26.176-9.184c3.168,0,6.016,0.16,8.576,0.288c7.52,0.32,11.296,0.768,16.256,12.64 c6.176,14.88,21.216,51.616,23.008,55.392c1.824,3.776,3.648,8.896,1.088,13.856c-2.4,5.12-4.512,7.392-8.288,11.744 c-3.776,4.352-7.36,7.68-11.136,12.352c-3.456,4.064-7.36,8.416-3.008,15.936c4.352,7.36,19.392,31.904,41.536,51.616 c28.576,25.44,51.744,33.568,60.032,37.024c6.176,2.56,13.536,1.952,18.048-2.848c5.728-6.176,12.8-16.416,20-26.496 c5.12-7.232,11.584-8.128,18.368-5.568c6.912,2.4,43.488,20.48,51.008,24.224c7.52,3.776,12.48,5.568,14.304,8.736 C411.2,329.152,411.2,344.032,405.024,361.504z"
/>
</svg>
</a>
</div>
<a id="backToTopButton" class="hidden" href="#home">
<svg
width="40"
height="40"
viewBox="0 0 40 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="20" cy="20" r="20" fill="none"></circle>
<path
d="M20 27V13"
stroke="none"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M13 20L20 13L27 20"
stroke="none"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</a>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>