This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
854 lines (845 loc) · 43.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AIM LVT</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="all,follow" />
<!-- Site Name, Title, and Description to be displayed -->
<meta property="og:site_name" content="AIM LVT" />
<meta property="og:title" content="AIM LVT" />
<meta property="og:description" content="Associação de Internos de MGF de Lisboa e Vale do Tejo" />
<!-- Image to display -->
<meta property="og:image" content="http://aimlvt.pt/img/banner_fb.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:image" content="http://aimlvt.pt/img/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<!-- No need to change anything here -->
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/jpeg" />
<!-- Website to visit when clicked in fb or WhatsApp-->
<meta property="og:url" content="https://aimlvt.pt" />
<meta property="og:type" content="website" />
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
<!-- Google fonts-->
<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=Open+Sans:wght@300;400;700;800&family=Poiret+One&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet" />
<!-- Lightbox-->
<link rel="stylesheet" href="vendor/lightbox2/css/lightbox.min.css" />
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.aimlvt.css" id="theme-stylesheet" />
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css" />
<!-- FontAwesome -->
<script data-search-pseudo-elements defer src="https://kit.fontawesome.com/9677a19e7d.js"
crossorigin="anonymous"></script>
<!-- Leaflet CSS - For the map-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.css" />
<!-- Favicon-->
<link rel="shortcut icon" href="img/logo.png" />
<!-- Parallax CSS-->
<link href="css/universal-parallax.min.css" rel="stylesheet" />
<!-- Spamspan -->
<script type="text/javascript" src="js/spamspan.js"></script>
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script
><![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YT4WEK681X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-YT4WEK681X");
</script>
</head>
<body>
<!-- Navbar-->
<header class="header sticky-top">
<nav class="navbar navbar-expand-md bg-white border-bottom py-0 px-0">
<div class="container-lg">
<a href="#" class="navbar-brand py-1 link-scroll"><img src="img/logo.svg" alt="" class="img-fluid"
style="height: 50px" /></a>
<div class="d-flex flex-row order-2 order-md-3">
<ul class="navbar-nav flex-row">
<li class="nav-item">
<a role="button" href="https://docs.google.com/forms/d/e/1FAIpQLSdQ9wntl-aco8SIveSeNKBCe6IJ3qIq3CEhd5-ZDZpmhRGhuA/viewform" class="link-scroll"><button
class="btn btn-secondary rounded-pill nav-link text-uppercase text-white text-nowrap pl-3 pr-3 mr-2 nav-link"
type="button">
<span class="d-none d-sm-inline">Tornar-me sócio </span><i class="fas fa-user-plus"></i></button></a>
</li>
</ul>
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler navbar-toggler-right">
<span class="fas fa-bars"></span>
</button>
</div>
<div id="navbarSupportedContent" class="collapse navbar-collapse order-3 order-md-2">
<ul class="navbar-nav ml-auto px-3">
<!--<li class="nav-item active"><a href="#intro" class="nav-link text-uppercase link-scroll">Intro</a></li>-->
<li class="nav-item my-auto">
<a href="#info" class="nav-link text-uppercase link-scroll">Info</a>
</li>
<li class="nav-item my-auto">
<a href="#eventos" class="nav-link text-uppercase link-scroll">Eventos</a>
</li>
<li class="nav-item my-auto dropdown">
<a class="nav-link dropdown-toggle text-uppercase" href="" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Vantagens
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="text-uppercase dropdown-item" href="formacao.html">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fas fa-book-reader"
aria-hidden="true"></i></span>
Formação
</p>
</a>
<a class="text-uppercase dropdown-item" href="parcerias.html">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fas fa-tags" aria-hidden="true"></i></span>
Ofertas
<span class="text-uppercase badge badge-pill badge-primary align-middle">Novo!</span>
</p>
</a>
<a class="text-uppercase dropdown-item" href="info.html">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fas fa-plus-square"
aria-hidden="true"></i></span>
Informação Útil
</p>
</a>
</div>
</li>
<li class="nav-item my-auto">
<a href="#team" class="nav-link text-uppercase link-scroll">Equipa</a>
</li>
<li class="nav-item my-auto dropdown">
<a class="nav-link dropdown-toggle text-uppercase" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Docs
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="text-uppercase dropdown-item" href="docs/1. AIM LVT Estatutos.pdf" target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Estatutos
</p>
</a>
<a class="text-uppercase dropdown-item" href="docs/2. AIM LVT Plano de Atividades.pdf" target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Plano de Actividades
</p>
</a>
<a class="text-uppercase dropdown-item" href="docs/AIM LVT Relatorio de Atividades e Contas - Mandato 2021-2023.pdf" target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Relatório contas / actividades 21-23
</p>
</a>
</div>
</li>
<li class="nav-item my-auto">
<a href="#footer" class="nav-link text-uppercase link-scroll">Contactos</a>
</li>
<!--<li class="nav-item my-auto"><a href="#apoios" class="nav-link text-uppercase link-scroll">Apoios</a></li>
<li class="nav-item my-auto"><a href="#contacto" class="nav-link text-uppercase link-scroll">Contacto</a></li>-->
</ul>
</div>
</div>
</nav>
</header>
<!--Top Section -->
<section id="topbanner" class="my-0 py-0 bg-gray">
<div class="alert alert-info alert-dismissible fade show mb-1 text-center align-middle" role="alert"><span class="text-uppercase badge badge-pill badge-warning" style="vertical-align: top"><i class="fas fa-vote-yea"></i> Candidaturas Abertas !</span>
Fica a saber mais sobre o processo eleitoral para o mandato <strong>2023-2025</strong> da <strong>AIM LVT</strong> <a href="#eventos" class="text-dark text-uppercase font-weight-bold py-0 pl-2 link-scroll">Sabe mais <i class="fas fa-angle-right"></i></a>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Info-->
<section id="info" class="about pt-3 pb-0 bg-white">
<div class="container-lg">
<div class="row">
<img src="img/logo_full.svg" class="img-fluid px-5 mx-auto" style=""
alt="AIM-LVT: Associação de Internos de Medicina Geral e Familiar de Lisboa e Vale do Tejo" />
</div>
<div class="row">
<div class="col">
<header class="text-center my-3">
<h2 class="lined text-uppercase">Bem-vindo!</h2>
</header>
<div class="mt-3 text-justify">
<p class="lead font-weight-normal">
A
<strong class="text-primary">Associação de Internos de Medicina Geral e Familiar de Lisboa
e Vale do Tejo</strong>
(AIM LVT) é um projeto criado de forma entusiasta e altamente
motivada,
<span class="font-weight-bold bg-primary text-white rounded-pill px-2">por internos e para
internos.</span>
</p>
<div class="content masked masked-intro pt-3">
<p>
Ao longo do nosso percurso formativo temos sido confrontados
com diversas adversidades, quer por escassez de recursos,
lacunas formativas, pouca divulgação de projetos relevantes,
dificuldade na comunicação entre colegas, escassez de partilha
de informação, entre outros.
</p>
<p>
Nesse sentido, decidimos criar este projeto, tendo como
principal missão
<strong class="text-primary">aproximar os internos</strong> de
Medicina Geral e Familiar (MGF) de Lisboa e Vale do Tejo
(LVT), minimizando a distância geográfica, e criando uma
comunidade coesa de
<strong class="text-primary">partilha e interajuda</strong>
durante o internato médico. Pretendemos desenvolver projetos
em diversas áreas que possam ser úteis ao percurso formativo
de cada interno, oferecendo oportunidades formativas em
diversos âmbitos, bem como outras experiências de
enriquecimento pessoal, cultural e social.
</p>
<p>
Esclarece-se ainda que a AIM LVT é um projeto
<strong class="text-primary">autónomo e independente</strong>
da
<abbr title="Administração Regional de Saúde de Lisboa e Vale do Tejo">ARSLVT</abbr>, não tendo por isso
funções representativas nem cumulativas
com a atual Comissão de Internos de MGF e respetiva
Coordenação do Internato Médico da ARSLVT. O objetivo é
trabalhar sempre de forma paralela e complementar em prol dos
internos, mas não tendo qualquer poder nas decisões destes
órgãos.
</p>
<p>
Junta-te à AIM LVT, explora o nosso plano de atividades e
todas as ideias que queremos concretizar. Envolve-te,
<strong class="text-primary">participa!</strong>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Eventos-->
<!--section id="eventos" class="pt-5 pb-0">
<header class="text-center">
<h2 class="text-uppercase lined mb-0 pb-0">Próximos eventos</h2>
</header>
<div class="row">
<div class="col-lg-6 px-0">
<div class="hover hover-1 text-white">
<img src="img/eventos/mcdts.jpeg" alt="" class="hover-bg" />
<div class="hover-overlay"></div>
<div class="hover-1-content px-5 py-4">
<h4 class="hover-1-title sessions font-weight-bold mb-0 text-white">
<span class="aim">AIM</span> cursos
</h4>
<h3 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
Meios complementares de diagnóstico <span class="font-weight-light">em MGF</span>
</h3>
<h5 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<i class="fa-regular fa-calendar"></i> 12, 19 e 26 de Novembro 2022
<i class="far fa-clock"></i> 8h45-18h30
<span class="text-uppercase badge badge-pill badge-primary"><i class="fa-solid fa-wifi"></i> online</span>
</h5>
<a role="button" target="_blank" href="https://forms.gle/mLb3JtkJcbMBVnW26"><button
class="shadow-sm btn btn-secondary d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-sign-in-alt"></i> Inscrever-me
</button></a>
<a role="button" target="_blank" href="docs/eventos/AIMLVT_Programa_Provisorio_MCDTs.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-file-lines"></i> Programa
</button></a>
</div>
</div>
</div>
</div>
</section-->
<!--Vantagens-->
<section id="vantagens" class="pb-0 bg-graycircle">
<div class="container">
<header class="text-center mb-5">
<h2 class="lined text-uppercase">Como sócio tens acesso a...</h2>
</header>
<div class="row text-center">
<div class="col col-12 col-md-6">
<a role="button" target="_self" href="formacao.html">
<div class="bg-white mb-4 p-4 hovershadow">
<div class="icon mb-3"><i class="fas fa-book-reader"></i></div>
<h4 class="text-uppercase font-weight-bold">
<span class="text-primary">+</span> Formação
</h4>
<p class="small text-gray">
Acesso a cursos e workshops organizados pela associação.
</p>
</div>
</a>
</div>
<div class="col col-12 col-md-6">
<a role="button" target="_self" href="parcerias.html">
<div class="bg-white mb-4 p-4 hovershadow">
<div class="icon mb-3"><i class="fas fa-tags"></i></div>
<h4 class="text-uppercase font-weight-bold d-inline-block">
<span class="text-primary">+</span> Ofertas
</h4>
<!-- <p>
<span class="text-uppercase badge badge-pill badge-primary">Novas em Setembro:</span>
AlgoritMD, TestMD
</p> -->
<p class="small text-gray">
Ofertas em cursos, artigos médicos e muito mais...
</p>
</div>
</a>
</div>
</div>
<div class="row text-center">
<div class="col col-12 col-md-6">
<a role="button" class="link-scroll" href="#eventos">
<div class="bg-white mb-4 p-4 hovershadow">
<div class="icon mb-3">
<i class="fas fa-hands-helping"></i>
</div>
<h4 class="text-uppercase font-weight-bold d-inline-block">
<span class="text-primary">+</span> Voluntariado
</h4>
<!--<span class="text-uppercase badge badge-pill badge-dark align-top">Brevemente</span>-->
<p class="small text-gray">
Acesso a atividades de voluntariado, rastreios e promoção da
Saúde na comunidade.
</p>
</div>
</a>
</div>
<div class="col col-12 col-md-6">
<a role="button" target="_self" href="info.html">
<div class="bg-white mb-4 p-4 hovershadow">
<div class="icon mb-3"><i class="fas fa-plus-square"></i></div>
<h4 class="text-uppercase font-weight-bold">
E muito <span class="text-primary">mais</span>
</h4>
<p class="small text-gray">Fica atento a novidades!</p>
</div>
</a>
</div>
</div>
<div class="row justify-content-center mx-0">
<a role="button" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdQ9wntl-aco8SIveSeNKBCe6IJ3qIq3CEhd5-ZDZpmhRGhuA/viewform"><button class="shadow-sm btn btn-primary d-inline-block text-uppercase font-weight-bold mx-1">
<span class="icon align-middle" style="color: inherit"><i class="fas fa-user-plus"></i></span>
Quero tornar-me sócio
</button></a>
</div>
<div class="row justify-content-center">
<div class="faq-title pt-2" data-toggle="collapse" data-target="#faqOne">
<a class="h5"> </a>
</div>
</div>
</div>
<div class="row justify-content-center mx-0">
<a role="button" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSe_N7C7NALb0IYZ8Miy0ltfJMAA_prFA7ipZJUEwBWph5J7zg/viewform"><button
class="shadow-sm btn btn-primary d-inline-block text-uppercase font-weight-bold mx-1">
<span class="icon align-middle" style="color: inherit"><i class="fa-regular fa-handshake"></i></span>
Recrutamento Colaboradores
</button></a>
</div>
<div class="row justify-content-center">
<div class="faq-title pt-2" data-toggle="collapse" data-target="#faqOne">
<span class="faq-icon h5 text-center"><a class="h5"> Quotas</a></span>
</div>
<div id="faqOne" class="alert alert-light shadow-sm collapse mt-2 pb-0">
<p>Valor da jóia - 20€</p>
<p>Valor da quota anual (Janeiro a Dezembro) - 15€</p>
</div>
</div>
</div>
</section>
<!-- Team Section-->
<section id="team" class="pb-0 bg-white">
<div class="container-md">
<header class="text-center mb-5">
<h2 class="text-uppercase lined">Quem somos</h2>
</header>
<div class="row">
<div class="col">
<p class="text-justify">
Somos um grupo de
<strong class="text-primary">vinte e cinco internos</strong> de
formação específica de Medicina Geral e Familiar, a desempenhar
funções nos quinze
<abbr title="Agrupamentos de Centros de Saúde">ACES</abbr> da
região de <abbr title="Lisboa e Vale do Tejo">LVT</abbr>, que se
juntou com uma motivação comum de criar, inovar e promover o
empoderamento dos internos.
</p>
</div>
</div>
<div class="content masked masked-team">
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Departamento de Gestão
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/fabiolc.jpg" alt="Fábio Leite Costa" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Fábio Leite Costa</h4>
<p class="small text-muted text-uppercase mb-0">Presidente</p>
<p class="small text-gray">
ACES Loures-Odivelas | USF Moscavide
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/catarinabc.jpg" alt="Catarina Brás Carvalho"
class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Catarina Brás Carvalho
</h4>
<p class="small text-muted text-uppercase mb-0">
Vice-presidente
</p>
<p class="small text-gray">
ACES Lisboa Ocidental e Oeiras | USF Linda-a-Velha
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/joaoms.jpg" alt="João Moreira Sousa" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
João Moreira Sousa
</h4>
<p class="small text-muted text-uppercase mb-0">Tesoureiro</p>
<p class="small text-gray">ACES Lisboa Norte | USCP Sete Rios</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/inesm.jpg" alt="Inês Machado" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Inês Machado</h4>
<p class="small text-muted text-uppercase mb-0">Secretária</p>
<p class="small text-gray">ACES Lisboa Central | USF Almirante</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Departamento de Formação e Investigação
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/anace.jpg" alt="Ana Catarina Esteves" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Ana Catarina Esteves
</h4>
<p class="small text-muted text-uppercase mb-0">Coordenadora</p>
<p class="small text-gray">
ACES Lisboa Ocidental e Oeiras | USF Conde de Oeiras
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/bernardop.jpg" alt="Bernardo Pinto" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Bernardo Pinto</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Amadora | USF Arco-íris</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/marciaf.jpg" alt="Márcia Ferreira" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Márcia Ferreira</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Oeste Sul | USF Gama</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/ricardoa.jpg" alt="Ricardo Albuquerque" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Ricardo Albuquerque
</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">
ACES Oeste Norte | USF Rainha D. Leonor
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/ritamo.jpg" alt="Rita Moreira" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Rita Moreira</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Oeste Norte | USF Tornada</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Departamento de Comunicação e Imagem
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 smb-4">
<img src="img/team/ritame.jpg" alt="Rita Medeiros" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Rita Medeiros</h4>
<p class="small text-muted text-uppercase mb-0">Coordenadora</p>
<p class="small text-gray">ACES Cascais | USF Marginal</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/afonsobs.jpg" alt="Afonso Brás Sousa" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Afonso Brás Sousa</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Arrábida | USF Castelo</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/patriciam.jpg" alt="Patrícia Moreira" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Patrícia Moreira</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Oeste Sul | USF D. Jordão</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/nunoa.jpg" alt="Nuno Albino" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Nuno Albino</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Sintra | USF S. Marcos</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Departamento de Relações Externas
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 offset-lg-1_5 mb-4">
<img src="img/team/marinaf.jpg" alt="Marina Faria" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Marina Faria</h4>
<p class="small text-muted text-uppercase mb-0">Coordenadora</p>
<p class="small text-gray">
ACES Lisboa Ocidental e Oeiras | USF Lusa
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/catarinac.jpg" alt="Catarina Capella" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Catarina Capella</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Almada Seixal | USF Almada</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/mafaldan.jpg" alt="Mafalda Neves" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Mafalda Neves</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Arrábida | USF Castelo</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Departamento de Responsabilidade Social
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 offset-lg-1_5 mb-4">
<img src="img/team/marianas.jpg" alt="Mariana Santos" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Mariana Santos</h4>
<p class="small text-muted text-uppercase mb-0">Coordenadora</p>
<p class="small text-gray">
ACES Lisboa Ocidental e Oeiras | USF Linha de Algés
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/beatrizs.jpg" alt="Beatriz Silva" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Beatriz Silva</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Sintra | USF Monte da Lua</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/joanaa.jpg" alt="Joana Afonso" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Joana Afonso</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">
ACES Almada-Seixal | USF São João do Pragal
</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Conselho Fiscal
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 offset-lg-1_5 mb-4">
<img src="img/team/anacs.jpg" alt="Ana Celeste Silva" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Ana Celeste Silva</h4>
<p class="small text-muted text-uppercase mb-0">Presidente</p>
<p class="small text-gray">ACES Lezíria | USF São Domingos</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/inesrh.jpg" alt="Inês Ré Henriques" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Inês Ré Henriques</h4>
<p class="small text-muted text-uppercase mb-0">
Vice-Presidente
</p>
<p class="small text-gray">
ACES Arco Ribeirinho | USF Querer Mais
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/beatrizcb.jpg" alt="Beatriz Castro Borges"
class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Beatriz Castro Borges
</h4>
<p class="small text-muted text-uppercase mb-0">Vogal</p>
<p class="small text-gray">ACES Médio Tejo | USF Fátima</p>
</div>
</div>
<header class="text-center mb-3">
<h4 class="text-uppercase text-secondary lined-sm">
Mesa da Assembleia Geral
</h4>
</header>
<div class="row text-center">
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 offset-lg-1_5 mb-4">
<img src="img/team/ritar.jpg" alt="Rita Rosa" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">Rita Rosa</h4>
<p class="small text-muted text-uppercase mb-0">Presidente</p>
<p class="small text-gray">
ACES Cascais | USF São João do Estoril
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/claudiams.jpg" alt="Cláudia Mourato Silva"
class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Cláudia Mourato Silva
</h4>
<p class="small text-muted text-uppercase mb-0">
Vice-presidente
</p>
<p class="small text-gray">
ACES Estuário do Tejo | USF Villa Longa
</p>
</div>
<div class="col col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
<img src="img/team/ritals.jpg" alt="Rita Lopes da Silva" class="img-fluid mb-4 rounded-circle shadow" />
<h4 class="font-weight-bold text-uppercase">
Rita Lopes da Silva
</h4>
<p class="small text-muted text-uppercase mb-0">Secretária</p>
<p class="small text-gray">
ACES Almada-Seixal | USF São João do Pragal
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Eventos-->
<section id="eventos" class="pb-0 bg-graycircle">
<header class="text-center mb-4">
<h2 class="lined text-uppercase mb-5">Próximos eventos</h2>
</header>
<div class="row">
<div class="col-lg-6 px-0">
<div class="hover hover-1 text-white">
<img src="img/eventos/eleicoes.jpg" alt="" class="hover-bg" />
<div class="hover-overlay"></div>
<div class="hover-1-content px-5 py-4">
<h4 class="hover-1-title sessions font-weight-bold mb-0 text-white">
<span class="aim">AIM</span> eleições <i class="fas fa-vote-yea"></i>
</h4>
<h3 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<span class="font-weight-light">Candidaturas</span> Abertas
</h3>
<a role="button" target="_blank" href="docs/elei%C3%A7oescalendario.pdf"><button
class="shadow-sm btn btn-secondary d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fa-regular fa-calendar"></i> Calendário eleitoral
</button></a>
<a role="button" target="_blank" href="docs/elei%C3%A7oesregulamento.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-file-lines"></i> Regulamento
</button></a>
<a role="button" target="_blank" href="docs/elei%C3%A7oesindividual.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-user"></i> Candidatura Individual
</button></a>
<a role="button" target="_blank" href="docs/elei%C3%A7oeslista.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-users"></i> Candidatura Lista
</button></a>
</div>
</div>
</div>
<div class="col-lg-6 px-0">
<div class="hover hover-1 text-white">
<img src="img/eventos/burnoutimg.jpeg" alt="" class="hover-bg" />
<div class="hover-overlay"></div>
<div class="hover-1-content px-5 py-4">
<h4 class="hover-1-title sessions font-weight-bold mb-0 text-white">
<span class="aim">AIM</span> sessions com o apoio <img src="img/eventos/apoios/angelini.png" style="width:60px; position:relative;" alt="Angelini"/>
</h4>
<h3 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<span class="font-weight-light">Médicos no limite </span> Burnout e Depressão
</h3>
<h4 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<i class="fa-regular fa-calendar"></i> 29/06/2023
<i class="far fa-clock"></i> 19H30 - 22h30
<i class="fa-solid fa-map-location-dot"></i> Restaurante Charkoal, Marina de Oeiras
<span class="text-uppercase badge badge-pill badge-secondary"><i class="fas fa-location-arrow"></i> presencial</span>
</h4>
<a role="button" target="_blank" href="https://forms.gle/bTFS3DBuGsnaudhi9"><button
class="shadow-sm btn btn-secondary d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-sign-in-alt"></i> Inscrever-me
</button></a>
<a role="button" target="_blank" href="docs/burnoutprog.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-file-lines"></i> Programa
</button></a>
</div>
</div>
</div>
<!--div class="col-lg-6 px-0">
<div class="hover hover-1 text-white">
<img src="img/eventos/handson-excel.png" alt="" class="hover-bg" />
<div class="hover-overlay"></div>
<div class="hover-1-content px-5 py-4">
<h4 class="hover-1-title sessions font-weight-bold mb-0 text-white">
<span class="aim">AIM</span> ciclos com o apoio <img src="img/eventos/apoios/medfolio.png" style="width:150px; position:relative;" alt="Medfolio"/>
</h4>
<h3 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<span class="font-weight-light">Hands on!</span> Excel
</h3>
<h4 class="hover-1-title text-uppercase font-weight-bold mb-0 text-white">
<i class="fa-regular fa-calendar"></i> 27/05/2023
<i class="far fa-clock"></i> 8 horas
<i class="fa-solid fa-map-location-dot"></i> Ordem dos Médicos, Lisboa
<span class="text-uppercase badge badge-pill badge-secondary"><i class="fas fa-location-arrow"></i> presencial</span>
</h4>
<a role="button" target="_blank" href="https://forms.gle/i65TFCdVWYFAQqyVA"><button
class="shadow-sm btn btn-secondary d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-sign-in-alt"></i> Inscrever-me
</button></a>
<a role="button" target="_blank" href="docs/eventos/Hands-on Excel - Programa.pdf"><button
class="shadow-sm btn btn-sm btn-light d-inline-block text-uppercase hover-1-description mt-2 font-weight-bold">
<i class="fas fa-file-lines"></i> Programa
</button></a>
</div>
</div>
</div-->
</div>
</section>
<!--Documentos-->
<section id="docs" class="bg-gray">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6">
<header class="text-center mb-2">
<h3 class="text-uppercase lined">Documentos e informações</h3>
</header>
</div>
<div class="col-12 col-lg-6">
<a class="text-uppercase font-weight-bold h6" href="docs/1. AIM LVT Estatutos.pdf" target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Estatutos
</p>
</a>
<a class="text-uppercase font-weight-bold h6 my-0" href="docs/2. AIM LVT Plano de Atividades.pdf"
target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Plano de Actividades
</p>
</a>
<a class="text-uppercase font-weight-bold h6 my-0" href="docs/AIM LVT Relatorio de Atividades e Contas - Mandato 2021-2023.pdf"
target="_blank">
<p class="my-0">
<span class="icon" style="color: inherit"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></span>
Relatório de actividades e contas 2021-2023
</p>
</a>
</div>
</div>
</div>
</section>
<!--Apoios-->
<!--<section id="apoios" class="bg-gray pt-5 pb-3">
<div class="container">
<header class="text-center mb-5">
<h3 class="text-uppercase lined">Com o apoio de:</h3>
</header>
<div class="row justify-content-center my-auto">
<div class="col-6">
<img src="img/test/startup-room.jpg" class="img-fluid">
</div>
<div class="col-6 my-auto text-center">
<a role="button" href="#"><button type="button" class="btn btn-light text-dark d-inline-block text-uppercase font-weight-bold h6 text-nowrap">Ver apoios <span class="icon" style="color:inherit;"><i class="fas fa-angle-right align-middle"></i></span></button></a>
</div>
</div>
</div>
</section>-->
<footer class="" id="footer">
<div class="container-fluid">
<div class="row">
<div class="col-4 col-sm-3 px-0">
<img src="img/banner.svg" class="img-fluid" style="max-height: 100px" />
</div>
<div class="col-8 col-sm-9 px-0 py-2 my-auto">
<div class="justify-content-center mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.facebook.com/AIM-LVT-105403138600080" class="social-link social-link-facebook"
target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="social-link social-link-messenger" target="_blank"><i
class="fab fa-facebook-messenger"></i></a>
</li>
<li class="list-inline-item">
<a href="http://instagram.com/aimlvt/" class="social-link social-link-instagram" target="_blank"><i
class="fab fa-instagram"></i></a>
</li>
<li class="list-inline-item">
<i class="fas fa-envelope"></i>
<span class="small link-email"><span class="spamspan"><span class="u">geral</span> [at]
<span class="d">aimlvt [dot] pt</span></span></span>
</li>
<!--<li class="list-inline-item"><a href="#" class="social-link social-link-twitter" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link social-link-google-plus" target="_blank"><i class="fab fa-google-plus-g"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link social-link-instagram" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="#" class="social-link social-link-email" target="_blank"><i class="fas fa-envelope"></i></a></li>-->
</ul>
<p class="smaller mb-0 text-gray text-center">
Baseado no Template by Bootstrapious —
<a href="https://bootstrapious.com/" class="text-gray">Bootstrap Templates</a>
© e editado por Afonso Brás Sousa e Nuno Albino © 2021—2023
AIM LVT
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/lightbox2/js/lightbox.min.js"></script>
<script src="vendor/smooth-scroll/smooth-scroll.polyfills.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.js"></script>
<script src="js/front.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/cdown.js"></script>
<script src="js/universal-parallax.min.js"></script>
<script src="js/map.js"></script>
<script src="js/checkbox.js"></script>
<script src="js/showmore.js"></script>
<script>
new universalParallax().init();
</script>