-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
673 lines (463 loc) · 20.8 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
<!DOCTYPE html>
<html lang="Es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Es hora de planificar tu futuro - AFP Atlántida</title>
<!-- Loading Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Loading Template CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style-magnific-popup.css" rel="stylesheet">
<!-- Awsome Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<!-- Google Analytics -->
<script>
(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-89969430-3', 'auto');
ga('send', 'pageview');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107219231-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107219231-1');
</script>
<!-- Google Analytics END-->
<!-- Google Tag Manager -->
<script>
(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= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KZR72RD');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KZR72RD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--begin header -->
<header class="header">
<!--begin nav -->
<nav class="navbar navbar-default navbar-fixed-top">
<!--begin container -->
<div class="container">
<!--begin navbar -->
<div class="navbar-header">
<!--logo -->
<a href="index.html" class="navbar-brand" id="logo"><img src="images/logo2.png"></a>
</div>
<!--end navbar -->
</div>
<!--end container -->
</nav>
<!--end nav -->
</header>
<!--end header -->
<!--begin hero section-->
<section class="zeus-video-section" id="home_wrapper">
<!--begin section-contact-->
<div class="section-dark" id="contact">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 12 -->
<div class="col-md-12">
<div class="zeus-dark-headings-center-form">
<h3>Ingresa tus datos para brindarte mayor información del Fondo de Pensiones Atlántida.</h3>
</div>
<!--begin success message -->
<p class="contact_success_box" style="display:none;">¡Hemos recibido tu solicitud, pronto uno de
nuestros agentes se pondra en contacto contigo.!</p>
<!--end success message -->
<!--begin contact form -->
<form id="contact-form" class="zeus-contact text-center form-row" action="recibido.php"
onsubmit="return submitUserForm();" method="post">
<div class="form-row">
<div class="col-md-6">
<input type="text" class="zeus-contact-input" placeholder="Nombre y Apellido"
required="" name="contact_names" onkeypress="return soloLetras(event);">
</div>
</div>
<div class="form-row">
<div class="col-md-6">
<input type="number" class="zeus-contact-input" placeholder="No. de Identidad" required=""
name="contact_id">
</div>
</div>
<div class="form-row">
<div class="col-md-6">
<input type="number" class="zeus-contact-input" placeholder="No. de Celular" required=""
name="contact_cel">
</div>
</div>
<div class="form-row">
<div class="col-md-6">
<input type="email" class="zeus-contact-input" placeholder="Correo Electrónico"
required="" name="contact_email">
</div>
</div>
<div class="form-row custom-row">
<div class="col-md-6">
<select class="form-control" id="exampleFormControlSelect1" required=""
name="contact_residencia">
<option value="">Elige tu lugar de Residencia...</option>
<option value="Atlántida">Atlántida</option>
<option value="Choluteca">Choluteca</option>
<option value="Colón">Colón</option>
<option value="Comayagua">Comayagua</option>
<option value="Copán">Copán</option>
<option value="Cortés">Cortés</option>
<option value="El Paraíso">El Paraíso</option>
<option value="Francisco Morazán">Francisco Morazán</option>
<option value="Gracias a Dios">Gracias a Dios</option>
<option value="Intibucá">Intibucá</option>
<option value="Islas de la Bahía">Islas de la Bahía</option>
<option value="La Paz">La Paz</option>
<option value="Lempira">Lempira</option>
<option value="Ocotepeque">Ocotepeque</option>
<option value="Olancho">Olancho</option>
<option value="Santa Bárbara">Santa Bárbara</option>
<option value="Valle">Valle</option>
<option value="Yoro">Yoro</option>
</select>
</div>
</div>
<div class="form-row custom-row">
<div class="col-md-6">
<select class="form-control" id="exampleFormControlSelect1" required=""
name="contact_ya_cuentas">
<option value="">¿Ya cuentas con un Fondo de Pensiones Atlántida?</option>
<option value="Sí">Si</option>
<option value="No">No</option>
</select>
</div>
</div>
<div class="form-row">
<div class="col-md-6 col-lg-12">
<textarea class="zeus-contact-comment" rows="2" cols="20" name="contact_message"
placeholder="Cuéntanos cuáles son tus dudas:"></textarea>
</div>
</div>
<div class="form-row">
<div class="col-md-12">
<div id="g-recaptcha-error"
style="font-size: 1.7rem; color: #FFF; margin-bottom: 1rem;"></div>
<div class="g-recaptcha" data-sitekey="6LejyXoUAAAAAGKJp0wCmRx0oOSFlNHCsOICzpwR"
data-callback="verifyCaptcha" style="margin-bottom: 1rem;"></div>
</div>
</div>
<div class="zeus-contact-wrapper">
<input value="Enviar Solicitud" id="submit-button" name="submit-button"
class="zeus-contact-submit" type="submit">
</div>
<!-- RECAPTCHA SCRIPTS -->
<script src='https://www.google.com/recaptcha/api.js'></script>
<script>
function submitUserForm() {
var response = grecaptcha.getResponse();
if (response.length == 0) {
document.getElementById('g-recaptcha-error').innerHTML =
'<span style="background-color: #0000008f; display: inline-block; padding: 1rem; border-radius: .5rem;">Este campo es requerido</span>';
return false;
}
return true;
}
function verifyCaptcha() {
document.getElementById('g-recaptcha-error').innerHTML = '';
}
</script>
</form>
<!--end contact form -->
</div>
<!--end col md 10 -->
</div>
<!--end row -->
</div>
<!--end container -->
</div>
<!--end section contact-->
</section>
<!--begin hero section-->
<!--begin section white-->
<section class="section-white" id="about">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 6 -->
<div class="col-md-12 col-lg-6">
<div class="zeus-dark-headings-about wow fadeInLeft" data-wow-delay="0.60s">
<h2>Fondo Individual de Pensiones Atlántida</h2>
<h3>¿Qué es el fondo de Pensiones Atlántida?</h3>
<p>Es un plan de ahorro de corto, mediano, largo
plazo que te permite construir poco a poco un
patrimonio que se multiplicará con el tiempo,
permitiendote cumplir con las metas que te has
propuesto a lo largo de tu vida:</p>
<ul>
<li><i class="fa fa-check"></i>Patrimonio Familiar</li>
<li><i class="fa fa-check"></i>Tu jubilación</li>
<li><i class="fa fa-check"></i>Emergencias</li>
<li><i class="fa fa-check"></i>Emprender un proyecto</li>
<li><i class="fa fa-check"></i>Educación de Hijos/Nietos</li>
</ul>
</div>
</div>
<!--end col md 6 -->
<!--begin col md 6 -->
<div id="carouselExampleSlidesOnly" class="col-md-12 col-lg-6 carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/section-1.png" alt="about-image" class="d-block w-100 custom-img-1" data-wow-delay="0.60s">
</div>
<div class="carousel-item">
<img src="images/section-1b.png" alt="about-image" class="d-block w-100 custom-img-1" data-wow-delay="0.60s">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleSlidesOnly" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleSlidesOnly" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--end col md 6 -->
</div>
<!--end row -->
</div>
<!--end container -->
</section>
<!--end section white -->
<!--begin section-image-->
<section class="zeus-section-image">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 6 -->
<div class="col-md-12 col-lg-6">
<div class="zeus-dark-headings">
<h3>Beneficios del fondo de
Pensiones de Atlántida</h3>
<p>Al ahorrar en el Fondo de Pensiones Atlántida disfrutas
de grandes beneficios:</p>
<div class="zeus-featbox2 wow fadeInLeft" data-wow-delay="0.25s">
<img src="images/ahorros.png" alt="feature-image">
<div class="zeus-featbox2-text">
<h4>Ahorros previsionales</h4>
<p>Creas un patrimonio seguro y estable para ti y tu familia.</p>
</div>
</div>
<div class="zeus-featbox2 wow fadeInLeft" data-wow-delay="0.50s">
<img src="images/rendimientos.png" alt="feature-image">
<div class="zeus-featbox2-text">
<h4>Atractivos Rendimientos</h4>
<p>Recibes atractivos rendimientos de mercado generados a diario, asegurando el crecimiento de tu ahorro en el Fondo de Pensiones con el tiempo.</p>
</div>
</div>
<div class="zeus-featbox2 wow fadeInLeft" data-wow-delay="0.75s">
<img src="images/beneficios.png" alt="feature-image">
<div class="zeus-featbox2-text">
<h4>Beneficios Fiscales</h4>
<p>Tus aportes te generan Beneficios Fiscales, ahorrándote en el pago de ISR. (De acuerdoal Art. 10 de la Ley de ISR)</p>
</div>
</div>
<div class="zeus-featbox2 wow fadeInLeft" data-wow-delay="0.75s">
<img src="images/seguros.png" alt="feature-image">
<div class="zeus-featbox2-text">
<h4>Seguro Opcional de Vida e Invalidez</h4>
<p>Seguro de Vida e Invalidez opcional, que cubre ante la contigencia de una muerte prematura o una invalidez total o permanente.</p>
</div>
</div>
</div>
</div>
<!--end col md 6 -->
</div>
<!--end row -->
</div>
<!--end container -->
</section>
<!--end section image -->
<!--begin section-white-->
<section class="section-white">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 12 -->
<div class="col-md-12">
<div class="tabs">
<nav class="tabs-nav col-md-12 col-lg-6">
<div class="zeus-dark-headings custom-headings">
<h3>¿Cómo crece tu fondo de Pensiones Atlántida?</h3>
<!-- <p>Nemo enim ipsam voluptatem quia voluptas sit asperna netsum lorisum fugit, sed quia magni dolores eos qui ratione.</p> -->
</div>
<ul>
<li data-tab="1" class="tab-item-zeus"><h4>+ Aportes Mensuales</h4><p>Ver Más</p></li>
<li data-tab="2" class="tab-item-zeus"><h4>+ Aportes Extraordinarios</h4><p>Ver Más</p></li>
<li data-tab="3" class="tab-item-zeus"><h4>+ Rendimientos</h4><p>Ver Más</p></li>
<li data-tab="4" class="tab-item-zeus"><h4>+ Tiempo de Afiliación</h4><p>Ver Más</p></li>
<li data-tab="5" class="tab-item-zeus"><h4>= Metas y/o Jubilado Feliz</h4><p>Ver Más</p></li>
</ul>
</nav>
<div class="tab-container col-md-12 col-lg-6">
<div class="tab-content text-center" data-tab="1">
<img src="images/aporteextra.png" alt="zeus-image">
<p>Puedes realizar tus aportes mensuales desde L. 250.00 o $ 20.00</p>
</div>
<div class="tab-content text-center" data-tab="2">
<img src="images/aportemensual.png" alt="zeus-image">
<p>Puedes realizar aportes extraordinarios a tu cuenta con beneficios adicionales.</p>
</div>
<div class="tab-content text-center" data-tab="3">
<img src="images/rendimiento-2.png" alt="zeus-image">
<p>El porcentaje promedio de rendimiento que genera tu cuenta en lempiras es del 10 % y 5% en dólares.</p>
</div>
<div class="tab-content text-center" data-tab="4">
<img src="images/tiempo.png" alt="zeus-image">
<p>Entre mas tiempo ahorres, mayor será tu patrimonio.</p>
</div>
<div class="tab-content text-center" data-tab="5">
<img src="images/metas.png" alt="zeus-image">
<p>Ahorrar en el Fondo de Pensiones Atlántida te permite crear un patrimonio solido que cuidará de ti y tu familia en el
futuro.</p>
</div>
</div>
</div>
</div>
<!--end col md 12-->
</div>
<!--end row -->
</div>
<!--end container -->
</section>
<!--end section white -->
<!--begin hero section-->
<section class="zeus-video-section" id="home_wrapper">
<div class="zeus-video-overlay"></div>
<div id="player" class="video-background">
<div class="video-foreground">
<iframe
src="https://www.youtube.com/embed/tJ5xU_5Zh9U?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&mute=1&playlist=tJ5xU_5Zh9U;start=20"
frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-overlay"></div>
</div>
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 12 -->
<div class="col-md-12">
<div class="zeus-home-title text-center">
<h1>Es hora de</h1>
<p>Planificar tu futuro</p>
<!--begin popup-gallery-->
<div class="popup-gallery">
<a class="popup4" href="https://www.youtube.com/watch?v=tJ5xU_5Zh9U">
<!--<a class="popup4 zeus-video-icon" href="https://www.youtube.com/watch?v=2B3i0bu09zU&"></a> -->
<!--<i class="fa fa-play"></i></a> -->
<i class="fa fa-play"></i><span class="video-action">(Ver vídeo comercial)</span></a>
</div>
<!--end popup-gallery-->
<ul class="zeus-hero-social">
<li><a href="https://www.facebook.com/afpatlantida" target="_blank""><i class=" fa
fa-facebook"></i></a></li>
<li><a href="https://es.linkedin.com/company/afp-atl%C3%A1ntida" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/afpatlantida/" target="_blank"><i
class="fa fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCcEXdkZPCy6cKIpO4XyjftA" target="_blank"><i
class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!--end col md 12 -->
</div>
<!--end row -->
</div>
<!--end container -->
</section>
<!--begin hero section-->
<!--section section white-->
<section class="section-white">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row text-center">
<!--begin col md 12 -->
<div class="col-md-12 text center">
<div class="luna-headings-dark">
<h2>En AFP Atlántida podrás tener el control</h2>
<h4>de tus ahorros desde donde te encuentres con nuestra renovada App Móvil.</h4>
<img src="images/quinta-pantalla.png" alt="about-image" class="luna-about-image wow fadeInUp" data-wow-delay="0.75s"
style="visibility: visible; animation-delay: 0.75s; animation-name: fadeInUp;">
<div class="luna-download xl-margin-top-80">
<a href="http://bit.ly/2SSMHVt" target="_blank"><img src="images/google-badge2.png"
alt="google"></a>
<a href="https://apple.co/2GNFxeP" target="_blank"><img src="images/apple-badge2.png"
alt="apple"></a>
</div>
</div>
</div>
<!--end col md 12 -->
</div>
<!--end row -->
</div>
<!--end container -->
</section>
<!--end section white -->
<!--begin footer -->
<div class="zeus-footer">
<!--begin container -->
<div class="container">
<!--begin row -->
<div class="row">
<!--begin col md 12 -->
<div class="col-md-12">
<p class="zeus-copyright">
<span class="col-md-12 footer-custom-text">Es hora de planificar tu futuro, ¡Afíliate Hoy!</span>
</p>
<p class="zeus-copyright">
<span>Copyright © 2019</span>
<a href="https://www.afpatlantida.com/" target="blank" class="author">AFP Atlántida.</a>
</p>
</div>
<!--end col md 12-->
</div>
<!--end row -->
</div>
<!--end container -->
</div>
<!--end footer -->
<!-- Load JS here for greater good =============================-->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
crossorigin="anonymous"></script>
<script src="js/jquery.scrollTo-min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/wow.js"></script>
<script src="js/countdown.js"></script>
<script src="js/custom.js"></script>
<script src="js/plugins.js"></script>
<script>
</script>
</body>
</html>