-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
906 lines (858 loc) · 65.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
<html lang="es">
<link type="text/css" rel="stylesheet" id="dark-mode-general-link">
<link type="text/css" rel="stylesheet" id="dark-mode-custom-link">
<style lang="en" type="text/css" id="dark-mode-custom-style"></style>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<style>
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
font-weight: 400
}
.gm-style .gm-style-mtc ul,
.gm-style .gm-style-mtc li {
box-sizing: border-box
}
</style>
<style>
.gm-control-active>img {
box-sizing: content-box;
display: none;
left: 50%;
pointer-events: none;
position: absolute;
top: 50%;
transform: translate(-50%, -50%)
}
.gm-control-active>img:nth-child(1) {
display: block
}
.gm-control-active:hover>img:nth-child(1),
.gm-control-active:active>img:nth-child(1) {
display: none
}
.gm-control-active:hover>img:nth-child(2),
.gm-control-active:active>img:nth-child(3) {
display: block
}
</style>
<link type="text/css" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700">
<style>
.gm-ui-hover-effect {
opacity: .6
}
.gm-ui-hover-effect:hover {
opacity: 1
}
</style>
<style>
.gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
font-size: 10px;
box-sizing: border-box
}
</style>
<style>
@media print {
.gm-style .gmnoprint,
.gmnoprint {
display: none
}
}
@media screen {
.gm-style .gmnoscreen,
.gmnoscreen {
display: none
}
}
</style>
<style>
.gm-style-pbc {
transition: opacity ease-in-out;
background-color: rgba(0, 0, 0, 0.45);
text-align: center
}
.gm-style-pbt {
font-size: 22px;
color: white;
font-family: Roboto, Arial, sans-serif;
position: relative;
margin: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
</style>
<style>
.gm-style img {
max-width: none;
}
.gm-style {
font: 400 11px Roboto, Arial, sans-serif;
text-decoration: none;
}
</style>
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta charset="UTF-8">
<!-- description Meta Tags -->
<meta name="description"
content="Te invitamos a descubrir todo lo que el Movimiento de Schoenstatt tiene para ofrecerte">
<meta property="og:description"
content="Te invitamos a descubrir todo lo que el Movimiento de Schoenstatt tiene para ofrecerte">
<meta property="twitter:description"
content="Te invitamos a descubrir todo lo que el Movimiento de Schoenstatt tiene para ofrecerte">
<!-- url Meta Tags -->
<meta property="og:url" content="www.schcordoba.org">
<meta property="twitter:url" content="www.schcordoba.org">
<!-- Other Meta Tags -->
<meta name="format-detection" content="telephone=no">
<!-- images Meta Tags -->
<meta property="og:image" content="img\shoenstattLogo.png">
<meta property="twitter:image" content="img\shoenstattLogo.png">
<link rel="icon" type="image/png" href="img\shoenstattIcon.png">
<!-- others Meta Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<title>Santuario de Schoenstatt | Cerro de las Rosas
</title>
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" async=""
src="https://www.gstatic.com/recaptcha/releases/qc5B-qjP0QEimFYUxcpWJy5B/recaptcha__es_419.js"
crossorigin="anonymous"
integrity="sha384-CuI154LNj4qZVGh/OdniIEGOGqizY8C2n6R5VSe41wtDvxNyeqobkCrdQBQThfcE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-163987537-1');
</script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/common.js"></script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/util.js"></script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/map.js"></script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/marker.js"></script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/onion.js"></script>
<script type="text/javascript" charset="UTF-8"
src="https://maps.googleapis.com/maps-api-v3/api/js/43/3/intl/es_419/controls.js"></script>
</head>
<body style="zoom: 1;">
<nav class="white">
<div class="container">
<div class="nav-wrapper">
<a href="https://shoenstattcerroweb.web.app/" class="brand-logo"><img src="img/shoenstattLogo.png"></a>
<ul id="nav-desktop" class="right hide-on-med-and-down">
<li><a href="http://bit.ly/2Qur0sm">Intenciones</a></li>
<li><a id="misaUrl1" href="">Misa en Vivo</a></li>
<li><a type="button" data-toggle="modal" data-target="#exampleModalCenter" class="btn-flat">Colaborar</a></li>
</ul>
<ul class="hide-on-med-and-up">
<li>
<a data-target="slide-out" class="sidenav-trigger"><i class="material-icons blue-text">menu</i></a>
</li>
</ul>
</div>
</div>
</nav>
<ul id="slide-out" class="sidenav">
<li><a class="subheader">Menu</a></li>
<li>
<div class="divider"></div>
</li>
<li><a href="http://bit.ly/2Qur0sm">Intenciones</a></li>
<li><a id="misaUrl2">Misa en Vivo</a></li>
<li><a type="button" data-toggle="modal" data-target="#exampleModalCenter">Colaborar</a></li>
</ul>
<div id="app">
<!--Header-->
<div class="parallax-container parallax-land">
<div class="parallax"><img src="img/santuario.jpeg" alt="laredonda_bg"
style="transform: translate3d(-50%, 741px, 0px); opacity: 1;"></div>
<div class="center white-text home-land" style="margin: auto;">
<h2>Schoenstatt Córdoba</h2>
<h3 style="font-weight: 400">Santuario del Cerro de las Rosas</h3>
<a class="btn blue news" href="#info">Información</a>
<a class="btn blue news" data-toggle="modal" data-target="#exampleModalCenter">Colaborar</a>
</div>
</div>
<!--END Header-->
<!--SubHeader-->
<div class="blue white-text" style="padding: 2em 0">
<div class="container">
<div class="row">
<div class="col s12 center">
<div class="col s12 l6">
<h4 style="margin: 1.946667rem -31px 1.168rem;">Celebraciones</h4>
<p>Las misas y celebraciones presenciales se realizan de acuerdo al protocolo sanitario (barbijo y
distanciamiento) sin anotación previa.
</p>
</div>
<div class="col s12 l6">
<h4>Misa On-Line</h4>
<p><span style="font-weight: 700">De Lunes a Sábado:</span> 20:00 hs</p>
<a id="misaUrl3" class="btn white dark-text">Ver en Vivo</a>
</div>
</div>
</div>
</div>
</div>
<!--SubHeader-->
<!-- Video -->
<div class="container" style="text-align: center">
<br>
<div class="video-responsive">
<iframe src="https://www.youtube.com/embed/ROGkYOrLxWA" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<br>
</div>
<!--End Video-->
<!--Informacion-->
<div class="container" id="info" style="text-align: center" align="center">
<h3>Información</h3>
<center>
<div class="row">
<div class="col">
<i class="material-icons medium blue-text">
menu_book
</i>
<h4>Misas</h4>
<p id="LunesSabado"></p>
<p id="Domingo"></p>
</div>
<div class="col">
<i class="material-icons medium blue-text">
hearing
</i>
<h4>Confesiones</h4>
<p id="Confesiones"></p>
</div>
<div class="col">
<i class="material-icons medium blue-text">
menu_book
</i>
<h4>Intenciones</h4>
<p><b>Solo 2 Intenciones por Dia</b></p>
<a href="http://bit.ly/2Qur0sm" class="btn btn-sm blue">Enviar Intenciones</a>
</div>
</div>
<div class="row">
<div class="col s12 m3">
<div>
<i class="material-icons medium blue-text">
archive
</i>
<h4>Donaciones</h4>
<p>De ropa y alimentos para la Feria</p>
<p id="Donaciones"></p>
</div>
</div>
<div class="col s12 m3">
<div>
<i class="material-icons medium blue-text">
local_mall
</i>
<h4>Santeria</h4>
<p id="Santeria"></p>
</div>
</div>
<div class="col s12 m3">
<div>
<i class="material-icons medium blue-text">
home
</i>
<h4>Secretaría</h4>
<p>Atención vía e-mail: <a href="mailto:santuariodelcerrocpk@gmail.com">santuariodelcerrocpk@gmail.com</a>
</p>
</div>
</div>
</div>
</center>
</div>
<!--END Informacion-->
<!--Frase PK-->
<div class="parallax-container valign-wrapper d-none d-lg-block">
<div class="parallax"><img src="img/frasePK.jpg" style=""></div>
<div class="left white-text" style="margin: auto;">
</div>
</div>
<div class=" d-lg-none">
<img src="img/frasePK.jpg" width="100%" alt="" srcset="">
</div>
<!--END Frase PK-->
<!--Facebook Card -->
<div class="container" id="news" style="text-align: center;">
<div class="row">
<div class="col offset-md-2">
<iframe
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com/Santuariodelcerrook/&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="340" height="500" style="margin: 0 -100 0; " scrolling="no" frameborder="0"
allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</div>
<!--END Facebook Card-->
<hr>
<div class="container contact">
<div class="contact-content">
<div class="row">
<form class="form" id="contact-form" hidden>
<h2>Contacto</h2>
<input type="hidden" name="_token" value="1nIZlH0FemhZgFSSMjHa9F9iGj1bPEy1k9PufA8Y">
<div class="col s7">
<div class="col l10 s12">
<div class="input-field col l6 s12">
<input type="text" id="first_name" name="name" class="validate" required="">
<label class="" for="first_name">Nombre</label>
</div>
<div class="input-field col l6 s12">
<input type="text" id="email" name="email" class="validate" required="">
<label class="" for="email">Email</label>
<label></label>
</div>
<div class="input-field col s12">
<textarea id="textarea1" name="message" class="materialize-textarea"></textarea>
<label for="textarea1">Envíe su consulta.</label>
</div>
<div class="input-field col s6">
<p id="success" style="display: none">Su mensaje se ha enviado con éxito</p>
<p id="error" style="display: none">No se ha podido enviar su mensaje</p>
</div>
<input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response-5ff77e4f02920">
<div class="input-field col s6">
<p id="sending" style="display: none">Enviando mensaje...</p>
<button id="send-contact" class="btn right blue" type="submit" disabled>Enviar</button>
</div>
</div>
</div>
</form>
<script>
document.addEventListener('submit', function (event) {
event.preventDefault();
document.querySelector('#send-contact').style.display = 'none'
document.querySelector('#sending').style.display = 'block'
let request = new Request('https://www.inmaculada.org.ar/contact', {
method: 'POST',
body: new FormData(event.target)
})
fetch(request)
.then(response => {
if (response.response === 'ok') {
document.querySelector('#sending').style.display = 'none'
document.querySelector('#success').style.display = 'block'
} else {
document.querySelector('#sending').style.display = 'none'
document.querySelector('#error').style.display = 'block'
}
})
.finally(() => {
event.target.reset()
})
})
</script>
<div class="col l5 s12 info">
<div id="map" style="height: 300px; position: relative; overflow: hidden;">
<div
style="height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; background-color: rgb(229, 227, 223);">
<div class="gm-style"
style="position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px;">
<div tabindex="0" aria-label="Map" aria-roledescription="map" role="img"
style="position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default; touch-action: pan-x pan-y;">
<div
style="z-index: 1; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);">
<div style="position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;">
<div style="position: absolute; left: 0px; top: 0px; z-index: 0;">
<div style="position: absolute; z-index: 982; transform: matrix(1, 0, 0, 1, -245, -8);">
<div style="position: absolute; left: 256px; top: 0px; width: 256px; height: 256px;">
<div style="width: 256px; height: 256px;"></div>
</div>
<div style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px;">
<div style="width: 256px; height: 256px;"></div>
</div>
<div style="position: absolute; left: 0px; top: -256px; width: 256px; height: 256px;">
<div style="width: 256px; height: 256px;"></div>
</div>
<div style="position: absolute; left: 256px; top: -256px; width: 256px; height: 256px;">
<div style="width: 256px; height: 256px;"></div>
</div>
</div>
</div>
</div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;"></div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;"></div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;">
<div style="position: absolute; left: 0px; top: 0px; z-index: -1;">
<div style="position: absolute; z-index: 982; transform: matrix(1, 0, 0, 1, -245, -8);">
<div
style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 256px; top: 0px;">
</div>
<div
style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 0px; top: 0px;">
</div>
<div
style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 0px; top: -256px;">
</div>
<div
style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 256px; top: -256px;">
</div>
</div>
</div>
<div
style="width: 27px; height: 43px; overflow: hidden; position: absolute; left: -14px; top: -43px; z-index: 0;">
<img alt="" src="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png"
draggable="false"
style="position: absolute; left: 0px; top: 0px; width: 27px; height: 43px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
</div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 0;">
<div style="position: absolute; z-index: 982; transform: matrix(1, 0, 0, 1, -245, -8);">
<div
style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; transition: opacity 200ms linear 0s;">
<img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i18!2i88505!3i157921!4i256!2m3!1e0!2sm!3i538262070!3m12!2ses-419!3sUS!5e18!12m4!1e68!2m2!1sset!2sRoadmap!12m3!1e37!2m1!1ssmartmaps!4e0&key=AIzaSyBYaFNY5AUqDNBABo9lCF8QLu-YlWlHMhU&token=98682"
style="width: 256px; height: 256px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
<div
style="position: absolute; left: 0px; top: -256px; width: 256px; height: 256px; transition: opacity 200ms linear 0s;">
<img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i18!2i88505!3i157920!4i256!2m3!1e0!2sm!3i538262070!3m12!2ses-419!3sUS!5e18!12m4!1e68!2m2!1sset!2sRoadmap!12m3!1e37!2m1!1ssmartmaps!4e0&key=AIzaSyBYaFNY5AUqDNBABo9lCF8QLu-YlWlHMhU&token=65164"
style="width: 256px; height: 256px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
<div
style="position: absolute; left: 256px; top: 0px; width: 256px; height: 256px; transition: opacity 200ms linear 0s;">
<img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i18!2i88506!3i157921!4i256!2m3!1e0!2sm!3i538262070!3m12!2ses-419!3sUS!5e18!12m4!1e68!2m2!1sset!2sRoadmap!12m3!1e37!2m1!1ssmartmaps!4e0&key=AIzaSyBYaFNY5AUqDNBABo9lCF8QLu-YlWlHMhU&token=9243"
style="width: 256px; height: 256px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
<div
style="position: absolute; left: 256px; top: -256px; width: 256px; height: 256px; transition: opacity 200ms linear 0s;">
<img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i18!2i88506!3i157920!4i256!2m3!1e0!2sm!3i538262070!3m12!2ses-419!3sUS!5e18!12m4!1e68!2m2!1sset!2sRoadmap!12m3!1e37!2m1!1ssmartmaps!4e0&key=AIzaSyBYaFNY5AUqDNBABo9lCF8QLu-YlWlHMhU&token=106796"
style="width: 256px; height: 256px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
</div>
</div>
</div>
<div class="gm-style-pbc"
style="z-index: 2; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; opacity: 0;">
<p class="gm-style-pbt"></p>
</div>
<div
style="z-index: 3; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; touch-action: pan-x pan-y;">
<div
style="z-index: 4; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);">
<div style="position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;"></div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;"></div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;">
<div title=""
style="width: 43px; height: 59px; overflow: hidden; position: absolute; cursor: pointer; touch-action: none; left: -22px; top: -51px; z-index: 0;">
<img alt="" src="https://maps.gstatic.com/mapfiles/transparent.png" draggable="false"
style="position: absolute; left: 0px; top: 0px; width: 43px; height: 59px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;">
</div>
</div>
<div style="position: absolute; left: 0px; top: 0px; z-index: 107; width: 100%;"></div>
</div>
</div>
</div><iframe aria-hidden="true" frameborder="0" tabindex="-1"
style="z-index: -1; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none;"></iframe>
<div
style="pointer-events: none; width: 100%; height: 100%; box-sizing: border-box; position: absolute; z-index: 1000002; opacity: 0; border: 2px solid rgb(26, 115, 232);">
</div>
<div>
<div class="gmnoprint"
style="margin: 10px; z-index: 0; position: absolute; cursor: pointer; left: 0px; top: 0px;">
<div class="gm-style-mtc" style="float: left; position: relative;"><button draggable="false"
title="Mostrar mapa de calles" aria-label="Mostrar mapa de calles" type="button"
aria-pressed="true"
style="background: none padding-box rgb(255, 255, 255); display: table-cell; border: 0px; margin: 0px; padding: 0px 23px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; direction: ltr; overflow: hidden; text-align: center; height: 40px; vertical-align: middle; color: rgb(0, 0, 0); font-family: Roboto, Arial, sans-serif; font-size: 18px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; min-width: 45px; font-weight: 500;"
id="DC9C20B6-61C8-4645-8ACA-BE962D12531A" aria-expanded="false">Mapa</button>
<ul role="menu" aria-labelledby="DC9C20B6-61C8-4645-8ACA-BE962D12531A"
style="background-color: white; list-style: none; padding: 2px; margin: 0px; z-index: -1; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; position: absolute; left: 0px; top: 40px; text-align: left; display: none;">
<div draggable="false" title="Mostrar mapa de calles con relieve" role="menuitemcheckbox"
tabindex="-1"
style="color: black; font-family: Roboto, Arial, sans-serif; user-select: none; font-size: 18px; background-color: rgb(255, 255, 255); padding: 7px 8px 7px 7px; direction: ltr; text-align: left; white-space: nowrap;">
<span aria-label="Mostrar mapa de calles con relieve" role="checkbox" aria-checked="false"
style="vertical-align: middle;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 1em; width: 1em; transform: translateY(0.15em); display: none;"
class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 1em; width: 1em; transform: translateY(0.15em);"
class="hoverZoomLink"></span><label
style="vertical-align: middle; cursor: pointer;">Relieve</label>
</div>
</ul>
</div>
<div class="gm-style-mtc" style="float: left; position: relative;"><button draggable="false"
title="Mostrar imágenes satelitales" aria-label="Mostrar imágenes satelitales" type="button"
aria-pressed="false"
style="background: none padding-box rgb(255, 255, 255); display: table-cell; border: 0px; margin: 0px; padding: 0px 23px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; direction: ltr; overflow: hidden; text-align: center; height: 40px; vertical-align: middle; color: rgb(86, 86, 86); font-family: Roboto, Arial, sans-serif; font-size: 18px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; min-width: 61px;"
id="47322792-0BAE-4033-84A9-E394F4F55060" aria-expanded="false">Satélite</button>
<ul role="menu" aria-labelledby="47322792-0BAE-4033-84A9-E394F4F55060"
style="background-color: white; list-style: none; padding: 2px; margin: 0px; z-index: -1; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; position: absolute; right: 0px; top: 40px; text-align: left; display: none;">
<div draggable="false" title="Mostrar imágenes con nombres de calles" role="menuitemcheckbox"
tabindex="-1"
style="color: black; font-family: Roboto, Arial, sans-serif; user-select: none; font-size: 18px; background-color: rgb(255, 255, 255); padding: 7px 8px 7px 7px; direction: ltr; text-align: left; white-space: nowrap;">
<span aria-label="Mostrar imágenes con nombres de calles" role="checkbox"
aria-checked="true" style="vertical-align: middle;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 1em; width: 1em; transform: translateY(0.15em);"
class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 1em; width: 1em; transform: translateY(0.15em); display: none;"
class="hoverZoomLink"></span><label
style="vertical-align: middle; cursor: pointer;">Etiquetas</label>
</div>
</ul>
</div>
</div>
</div>
<div></div>
<div></div>
<div></div>
<div><button draggable="false" title="Activar o desactivar la vista de pantalla completa"
aria-label="Activar o desactivar la vista de pantalla completa" type="button"
class="gm-control-active gm-fullscreen-control"
style="background: none rgb(255, 255, 255); border: 0px; margin: 10px; padding: 0px; text-transform: none; appearance: none; position: absolute; cursor: pointer; user-select: none; border-radius: 2px; height: 40px; width: 40px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; overflow: hidden; top: 0px; right: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"></button></div>
<div></div>
<div></div>
<div></div>
<div>
<div class="gmnoprint gm-bundled-control gm-bundled-control-on-bottom" draggable="false"
controlwidth="0" controlheight="0"
style="margin: 10px; user-select: none; position: absolute; display: none; bottom: 26px; left: 0px;">
<div class="gmnoprint" controlwidth="40" controlheight="40"
style="display: none; position: absolute;">
<div style="width: 40px; height: 40px;"><button draggable="false"
title="Rotar mapa 90 grados" aria-label="Rotar mapa 90 grados" type="button"
class="gm-control-active"
style="background: none rgb(255, 255, 255); display: none; border: 0px; margin: 0px 0px 32px; padding: 0px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; width: 40px; height: 40px; top: 0px; left: 0px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="height: 18px; width: 18px;" class="hoverZoomLink"></button><button
draggable="false" title="Inclinar el mapa" aria-label="Inclinar el mapa" type="button"
class="gm-tilt gm-control-active"
style="background: none rgb(255, 255, 255); display: block; border: 0px; margin: 0px; padding: 0px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; width: 40px; height: 40px; top: 0px; left: 0px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C16h8V9H0V16z%20M10%2C16h8V9h-8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C16h8V9H0V16z%20M10%2C16h8V9h-8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C16h8V9H0V16z%20M10%2C16h8V9h-8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;" class="hoverZoomLink"></button></div>
</div>
</div>
</div>
<div>
<div class="gmnoprint gm-bundled-control gm-bundled-control-on-bottom" draggable="false"
controlwidth="40" controlheight="153"
style="margin: 10px; user-select: none; position: absolute; bottom: 167px; right: 40px;">
<div class="gm-svpc" dir="ltr"
title="Arrastra el hombrecito naranja al mapa para abrir Street View" controlwidth="40"
controlheight="40"
style="background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px; width: 40px; height: 40px; cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default; touch-action: none; position: absolute; left: 0px; top: 0px;">
<div style="position: absolute; left: 50%; top: 50%;"></div>
<div style="position: absolute; left: 50%; top: 50%;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2238%22%20viewBox%3D%220%200%2023%2038%22%3E%0A%3Cpath%20d%3D%22M16.6%2C38.1h-5.5l-0.2-2.9-0.2%2C2.9h-5.5L5%2C25.3l-0.8%2C2a1.53%2C1.53%2C0%2C0%2C1-1.9.9l-1.2-.4a1.58%2C1.58%2C0%2C0%2C1-1-1.9v-0.1c0.3-.9%2C3.1-11.2%2C3.1-11.2a2.66%2C2.66%2C0%2C0%2C1%2C2.3-2l0.6-.5a6.93%2C6.93%2C0%2C0%2C1%2C4.7-12%2C6.8%2C6.8%2C0%2C0%2C1%2C4.9%2C2%2C7%2C7%2C0%2C0%2C1%2C2%2C4.9%2C6.65%2C6.65%2C0%2C0%2C1-2.2%2C5l0.7%2C0.5a2.78%2C2.78%2C0%2C0%2C1%2C2.4%2C2s2.9%2C11.2%2C2.9%2C11.3a1.53%2C1.53%2C0%2C0%2C1-.9%2C1.9l-1.3.4a1.63%2C1.63%2C0%2C0%2C1-1.9-.9l-0.7-1.8-0.1%2C12.7h0Zm-3.6-2h1.7L14.9%2C20.3l1.9-.3%2C2.4%2C6.3%2C0.3-.1c-0.2-.8-0.8-3.2-2.8-10.9a0.63%2C0.63%2C0%2C0%2C0-.6-0.5h-0.6l-1.1-.9h-1.9l-0.3-2a4.83%2C4.83%2C0%2C0%2C0%2C3.5-4.7A4.78%2C4.78%200%200%2C0%2011%202.3H10.8a4.9%2C4.9%2C0%2C0%2C0-1.4%2C9.6l-0.3%2C2h-1.9l-1%2C.9h-0.6a0.74%2C0.74%2C0%2C0%2C0-.6.5c-2%2C7.5-2.7%2C10-3%2C10.9l0.3%2C0.1%2C2.5-6.3%2C1.9%2C0.3%2C0.2%2C15.8h1.6l0.6-8.4a1.52%2C1.52%2C0%2C0%2C1%2C1.5-1.4%2C1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.4l0.9%2C8.4h0Zm-10.9-9.6h0Zm17.5-.1h0Z%22%20style%3D%22fill%3A%23333%3Bopacity%3A0.7%3Bisolation%3Aisolate%22%2F%3E%0A%3Cpath%20d%3D%22M5.9%2C13.6l1.1-.9h7.8l1.2%2C0.9%22%20style%3D%22fill%3A%23ce592c%22%2F%3E%0A%3Cellipse%20cx%3D%2210.9%22%20cy%3D%2213.1%22%20rx%3D%222.7%22%20ry%3D%220.3%22%20style%3D%22fill%3A%23ce592c%3Bopacity%3A0.5%3Bisolation%3Aisolate%22%2F%3E%0A%3Cpath%20d%3D%22M20.6%2C26.1l-2.9-11.3a1.71%2C1.71%2C0%2C0%2C0-1.6-1.2H5.7a1.69%2C1.69%2C0%2C0%2C0-1.5%2C1.3l-3.1%2C11.3a0.61%2C0.61%2C0%2C0%2C0%2C.3.7l1.1%2C0.4a0.61%2C0.61%2C0%2C0%2C0%2C.7-0.3l2.7-6.7%2C0.2%2C16.8h3.6l0.6-9.3a0.47%2C0.47%2C0%2C0%2C1%2C.44-0.5h0.06c0.4%2C0%2C.4.2%2C0.5%2C0.5l0.6%2C9.3h3.6L15.7%2C20.3l2.5%2C6.6a0.52%2C0.52%2C0%2C0%2C0%2C.66.31h0l1.2-.4a0.57%2C0.57%2C0%2C0%2C0%2C.5-0.7h0Z%22%20style%3D%22fill%3A%23fdbf2d%22%2F%3E%0A%3Cpath%20d%3D%22M7%2C13.6l3.9%2C6.7%2C3.9-6.7%22%20style%3D%22fill%3A%23cf572e%3Bopacity%3A0.6%3Bisolation%3Aisolate%22%2F%3E%0A%3Ccircle%20cx%3D%2210.9%22%20cy%3D%227%22%20r%3D%225.9%22%20style%3D%22fill%3A%23fdbf2d%22%2F%3E%0A%3C%2Fsvg%3E%0A"
aria-label="Control del hombrecito naranja en Street View"
style="height: 30px; width: 30px; position: absolute; transform: translate(-50%, -50%); pointer-events: none;"
class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20width%3D%2224px%22%20height%3D%2238px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2038%22%3E%0A%3Cpath%20d%3D%22M22%2C26.6l-2.9-11.3a2.78%2C2.78%2C0%2C0%2C0-2.4-2l-0.7-.5a6.82%2C6.82%2C0%2C0%2C0%2C2.2-5%2C6.9%2C6.9%2C0%2C0%2C0-13.8%2C0%2C7%2C7%2C0%2C0%2C0%2C2.2%2C5.1l-0.6.5a2.55%2C2.55%2C0%2C0%2C0-2.3%2C2s-3%2C11.1-3%2C11.2v0.1a1.58%2C1.58%2C0%2C0%2C0%2C1%2C1.9l1.2%2C0.4a1.63%2C1.63%2C0%2C0%2C0%2C1.9-.9l0.8-2%2C0.2%2C12.8h11.3l0.2-12.6%2C0.7%2C1.8a1.54%2C1.54%2C0%2C0%2C0%2C1.5%2C1%2C1.09%2C1.09%2C0%2C0%2C0%2C.5-0.1l1.3-.4a1.85%2C1.85%2C0%2C0%2C0%2C.7-2h0Zm-1.2.9-1.2.4a0.61%2C0.61%2C0%2C0%2C1-.7-0.3l-2.5-6.6-0.2%2C16.8h-9.4L6.6%2C21l-2.7%2C6.7a0.52%2C0.52%2C0%2C0%2C1-.66.31h0l-1.1-.4a0.52%2C0.52%2C0%2C0%2C1-.31-0.66v0l3.1-11.3a1.69%2C1.69%2C0%2C0%2C1%2C1.5-1.3h0.2l1-.9h2.3a5.9%2C5.9%2C0%2C1%2C1%2C3.2%2C0h2.3l1.1%2C0.9h0.2a1.71%2C1.71%2C0%2C0%2C1%2C1.6%2C1.2l2.9%2C11.3a0.84%2C0.84%2C0%2C0%2C1-.4.7h0Z%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A0.2%22%2F%3E%22%0A%3C%2Fsvg%3E%0A%0A"
aria-label="El hombrecito naranja está en la parte superior del mapa"
style="display: none; height: 30px; width: 30px; position: absolute; transform: translate(-50%, -50%); pointer-events: none;"
class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20width%3D%2240px%22%20height%3D%2250px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2040%2050%22%3E%0A%3Cpath%20d%3D%22M34.00%2C-30.40l-2.9-11.3a2.78%2C2.78%2C0%2C0%2C0-2.4-2l-0.7-.5a6.82%2C6.82%2C0%2C0%2C0%2C2.2-5%2C6.9%2C6.9%2C0%2C0%2C0-13.8%2C0%2C7%2C7%2C0%2C0%2C0%2C2.2%2C5.1l-0.6.5a2.55%2C2.55%2C0%2C0%2C0-2.3%2C2s-3%2C11.1-3%2C11.2v0.1a1.58%2C1.58%2C0%2C0%2C0%2C1%2C1.9l1.2%2C0.4a1.63%2C1.63%2C0%2C0%2C0%2C1.9-.9l0.8-2%2C0.2%2C12.8h11.3l0.2-12.6%2C0.7%2C1.8a1.54%2C1.54%2C0%2C0%2C0%2C1.5%2C1%2C1.09%2C1.09%2C0%2C0%2C0%2C.5-0.1l1.3-.4a1.85%2C1.85%2C0%2C0%2C0%2C.7-2h0Zm-1.2.9-1.2.4a0.61%2C0.61%2C0%2C0%2C1-.7-0.3l-2.5-6.6-0.2%2C16.8h-9.4L18.60%2C-36.00l-2.7%2C6.7a0.52%2C0.52%2C0%2C0%2C1-.66.31h0l-1.1-.4a0.52%2C0.52%2C0%2C0%2C1-.31-0.66v0l3.1-11.3a1.69%2C1.69%2C0%2C0%2C1%2C1.5-1.3h0.2l1-.9h2.3a5.9%2C5.9%2C0%2C1%2C1%2C3.2%2C0h2.3l1.1%2C0.9h0.2a1.71%2C1.71%2C0%2C0%2C1%2C1.6%2C1.2l2.9%2C11.3a0.84%2C0.84%2C0%2C0%2C1-.4.7h0Zm1.2%2C59.1-2.9-11.3a2.78%2C2.78%2C0%2C0%2C0-2.4-2l-0.7-.5a6.82%2C6.82%2C0%2C0%2C0%2C2.2-5%2C6.9%2C6.9%2C0%2C0%2C0-13.8%2C0%2C7%2C7%2C0%2C0%2C0%2C2.2%2C5.1l-0.6.5a2.55%2C2.55%2C0%2C0%2C0-2.3%2C2s-3%2C11.1-3%2C11.2v0.1a1.58%2C1.58%2C0%2C0%2C0%2C1%2C1.9l1.2%2C0.4a1.63%2C1.63%2C0%2C0%2C0%2C1.9-.9l0.8-2%2C0.2%2C12.8h11.3l0.2-12.6%2C0.7%2C1.8a1.54%2C1.54%2C0%2C0%2C0%2C1.5%2C1%2C1.09%2C1.09%2C0%2C0%2C0%2C.5-0.1l1.3-.4a1.85%2C1.85%2C0%2C0%2C0%2C.7-2h0Zm-1.2.9-1.2.4a0.61%2C0.61%2C0%2C0%2C1-.7-0.3l-2.5-6.6-0.2%2C16.8h-9.4L18.60%2C24.00l-2.7%2C6.7a0.52%2C0.52%2C0%2C0%2C1-.66.31h0l-1.1-.4a0.52%2C0.52%2C0%2C0%2C1-.31-0.66v0l3.1-11.3a1.69%2C1.69%2C0%2C0%2C1%2C1.5-1.3h0.2l1-.9h2.3a5.9%2C5.9%2C0%2C1%2C1%2C3.2%2C0h2.3l1.1%2C0.9h0.2a1.71%2C1.71%2C0%2C0%2C1%2C1.6%2C1.2l2.9%2C11.3a0.84%2C0.84%2C0%2C0%2C1-.4.7h0Z%22%20style%3D%22fill%3A%23333%3Bfill-opacity%3A0.2%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M15.40%2C38.80h-4a1.64%2C1.64%2C0%2C0%2C1-1.4-1.1l-3.1-8a0.9%2C0.9%2C0%2C0%2C1-.5.1l-1.4.1a1.62%2C1.62%2C0%2C0%2C1-1.6-1.4l-1.1-13.1%2C1.6-1.3a6.87%2C6.87%2C0%2C0%2C1-3-4.6A7.14%2C7.14%200%200%2C1%202%204a7.6%2C7.6%2C0%2C0%2C1%2C4.7-3.1%2C7.14%2C7.14%2C0%2C0%2C1%2C5.5%2C1.1%2C7.28%2C7.28%2C0%2C0%2C1%2C2.3%2C9.6l2.1-.1%2C0.1%2C1c0%2C0.2.1%2C0.5%2C0.1%2C0.8a2.41%2C2.41%2C0%2C0%2C1%2C1%2C1s1.9%2C3.2%2C2.8%2C4.9c0.7%2C1.2%2C2.1%2C4.2%2C2.8%2C5.9a2.1%2C2.1%2C0%2C0%2C1-.8%2C2.6l-0.6.4a1.63%2C1.63%2C0%2C0%2C1-1.5.2l-0.6-.3a8.93%2C8.93%2C0%2C0%2C0%2C.5%2C1.3%2C7.91%2C7.91%2C0%2C0%2C0%2C1.8%2C2.6l0.6%2C0.3v4.6l-4.5-.1a7.32%2C7.32%2C0%2C0%2C1-2.5-1.5l-0.4%2C3.6h0Zm-10-19.2%2C3.5%2C9.8%2C2.9%2C7.5h1.6V35l-1.9-9.4%2C3.1%2C5.4a8.24%2C8.24%2C0%2C0%2C0%2C3.8%2C3.8h2.1v-1.4a14%2C14%2C0%2C0%2C1-2.2-3.1%2C44.55%2C44.55%2C0%2C0%2C1-2.2-8l-1.3-6.3%2C3.2%2C5.6c0.6%2C1.1%2C2.1%2C3.6%2C2.8%2C4.9l0.6-.4c-0.8-1.6-2.1-4.6-2.8-5.8-0.9-1.7-2.8-4.9-2.8-4.9a0.54%2C0.54%2C0%2C0%2C0-.4-0.3l-0.7-.1-0.1-.7a4.33%2C4.33%2C0%2C0%2C0-.1-0.5l-5.3.3%2C2.2-1.9a4.3%2C4.3%2C0%2C0%2C0%2C.9-1%2C5.17%2C5.17%2C0%2C0%2C0%2C.8-4%2C5.67%2C5.67%2C0%2C0%2C0-2.2-3.4%2C5.09%2C5.09%2C0%2C0%2C0-4-.8%2C5.67%2C5.67%2C0%2C0%2C0-3.4%2C2.2%2C5.17%2C5.17%2C0%2C0%2C0-.8%2C4%2C5.67%2C5.67%2C0%2C0%2C0%2C2.2%2C3.4%2C3.13%2C3.13%2C0%2C0%2C0%2C1%2C.5l1.6%2C0.6-3.2%2C2.6%2C1%2C11.5h0.4l-0.3-8.2h0Z%22%20style%3D%22fill%3A%23333%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M3.35%2C15.90l1.1%2C12.5a0.39%2C0.39%2C0%2C0%2C0%2C.36.42l0.14%2C0%2C1.4-.1a0.66%2C0.66%2C0%2C0%2C0%2C.5-0.4l-0.2-3.8-3.3-8.6h0Z%22%20style%3D%22fill%3A%23fdbf2d%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M5.20%2C28.80l1.1-.1a0.66%2C0.66%2C0%2C0%2C0%2C.5-0.4l-0.2-3.8-1.2-3.1Z%22%20style%3D%22fill%3A%23ce592b%3Bfill-opacity%3A0.25%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M21.40%2C35.70l-3.8-1.2-2.7-7.8L12.00%2C15.5l3.4-2.9c0.2%2C2.4%2C2.2%2C14.1%2C3.7%2C17.1%2C0%2C0%2C1.3%2C2.6%2C2.3%2C3.1v2.9m-8.4-8.1-2-.3%2C2.5%2C10.1%2C0.9%2C0.4v-2.9%22%20style%3D%22fill%3A%23e5892b%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M17.80%2C25.40c-0.4-1.5-.7-3.1-1.1-4.8-0.1-.4-0.1-0.7-0.2-1.1l-1.1-2-1.7-1.6s0.9%2C5%2C2.4%2C7.1a19.12%2C19.12%2C0%2C0%2C0%2C1.7%2C2.4h0Z%22%20style%3D%22fill%3A%23cf572e%3Bopacity%3A0.6%3Bisolation%3Aisolate%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14.40%2C37.80h-3a0.43%2C0.43%2C0%2C0%2C1-.4-0.4l-3-7.8-1.7-4.8-3-9%2C8.9-.4s2.9%2C11.3%2C4.3%2C14.4c1.9%2C4.1%2C3.1%2C4.7%2C5%2C5.8h-3.2s-4.1-1.2-5.9-7.7a0.59%2C0.59%2C0%2C0%2C0-.6-0.4%2C0.62%2C0.62%2C0%2C0%2C0-.3.7s0.5%2C2.4.9%2C3.6a34.87%2C34.87%2C0%2C0%2C0%2C2%2C6h0Z%22%20style%3D%22fill%3A%23fdbf2d%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M15.40%2C12.70l-3.3%2C2.9-8.9.4%2C3.3-2.7%22%20style%3D%22fill%3A%23ce592b%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M9.10%2C21.10l1.4-6.2-5.9.5%22%20style%3D%22fill%3A%23cf572e%3Bopacity%3A0.6%3Bisolation%3Aisolate%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M12.00%2C13.5a4.75%2C4.75%2C0%2C0%2C1-2.6%2C1.1c-1.5.3-2.9%2C0.2-2.9%2C0s1.1-.6%2C2.7-1%22%20style%3D%22fill%3A%23bb3d19%22%3E%3C%2Fpath%3E%0A%3Ccircle%20cx%3D%227.92%22%20cy%3D%228.19%22%20r%3D%226.3%22%20style%3D%22fill%3A%23fdbf2d%22%3E%3C%2Fcircle%3E%0A%3Cpath%20d%3D%22M4.70%2C13.60a6.21%2C6.21%2C0%2C0%2C0%2C8.4-1.9v-0.1a8.89%2C8.89%2C0%2C0%2C1-8.4%2C2h0Z%22%20style%3D%22fill%3A%23ce592b%3Bfill-opacity%3A0.25%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M21.20%2C27.20l0.6-.4a1.09%2C1.09%2C0%2C0%2C0%2C.4-1.3c-0.7-1.5-2.1-4.6-2.8-5.8-0.9-1.7-2.8-4.9-2.8-4.9a1.6%2C1.6%2C0%2C0%2C0-2.17-.65l-0.23.15a1.68%2C1.68%2C0%2C0%2C0-.4%2C2.1s2.3%2C3.9%2C3.1%2C5.3c0.6%2C1%2C2.1%2C3.7%2C2.9%2C5.1a0.94%2C0.94%2C0%2C0%2C0%2C1.24.49l0.16-.09h0Z%22%20style%3D%22fill%3A%23fdbf2d%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M19.40%2C19.80c-0.9-1.7-2.8-4.9-2.8-4.9a1.6%2C1.6%2C0%2C0%2C0-2.17-.65l-0.23.15-0.3.3c1.1%2C1.5%2C2.9%2C3.8%2C3.9%2C5.4%2C1.1%2C1.8%2C2.9%2C5%2C3.8%2C6.7l0.1-.1a1.09%2C1.09%2C0%2C0%2C0%2C.4-1.3%2C57.67%2C57.67%2C0%2C0%2C0-2.7-5.6h0Z%22%20style%3D%22fill%3A%23ce592b%3Bfill-opacity%3A0.25%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"
aria-label="Control del hombrecito naranja en Street View"
style="display: none; height: 40px; width: 40px; position: absolute; transform: translate(-60%, -45%); pointer-events: none;"
class="hoverZoomLink"></div>
</div>
<div class="gmnoprint" controlwidth="40" controlheight="81"
style="position: absolute; left: 0px; top: 72px;">
<div draggable="false"
style="user-select: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px; cursor: pointer; background-color: rgb(255, 255, 255); width: 40px; height: 81px;">
<button draggable="false" title="Acercar" aria-label="Acercar" type="button"
class="gm-control-active"
style="background: none; display: block; border: 0px; margin: 0px; padding: 0px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; overflow: hidden; width: 40px; height: 40px; top: 0px; left: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2218%2C7%2011%2C7%2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%2218%2C7%2011%2C7%2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23111%22%20points%3D%2218%2C7%2011%2C7%2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"></button>
<div
style="position: relative; overflow: hidden; width: 30px; height: 1px; margin: 0px 5px; background-color: rgb(230, 230, 230); top: 0px;">
</div><button draggable="false" title="Alejar" aria-label="Alejar" type="button"
class="gm-control-active"
style="background: none; display: block; border: 0px; margin: 0px; padding: 0px; text-transform: none; appearance: none; position: relative; cursor: pointer; user-select: none; overflow: hidden; width: 40px; height: 40px; top: 0px; left: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
alt="" style="height: 18px; width: 18px;" class="hoverZoomLink"></button>
</div>
</div>
</div>
</div>
<div>
<div
style="margin-left: 5px; margin-right: 5px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;">
<a target="_blank" rel="noopener"
href="https://maps.google.com/maps?ll=-34.562026,-58.455564&z=18&t=m&hl=es-419&gl=US&mapclient=apiv3"
title="Abrir esta área en Google Maps (se abre en una ventana nueva)"
style="position: static; overflow: visible; float: none; display: inline;">
<div style="width: 66px; height: 26px; cursor: pointer;"><img alt=""
src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png" draggable="false"
style="position: absolute; left: 0px; top: 0px; width: 66px; height: 26px; user-select: none; border: 0px; padding: 0px; margin: 0px;">
</div>
</a>
</div>
</div>
<div></div>
<div>
<div class="gmnoprint"
style="z-index: 1000001; position: absolute; right: 121px; bottom: 0px; width: 114px;">
<div draggable="false" class="gm-style-cc"
style="user-select: none; height: 14px; line-height: 14px;">
<div style="opacity: 0.7; width: 100%; height: 100%; position: absolute;">
<div style="width: 1px;"></div>
<div
style="background-color: rgb(245, 245, 245); width: auto; height: 100%; margin-left: 1px;">
</div>
</div>
<div
style="position: relative; padding-right: 6px; padding-left: 6px; box-sizing: border-box; font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(0, 0, 0); white-space: nowrap; direction: ltr; text-align: right; vertical-align: middle; display: inline-block;">
<a style="text-decoration: none; cursor: pointer; display: none;">Datos del
mapa</a><span>Datos del mapa ©2021</span>
</div>
</div>
</div>
<div class="gmnoprint gm-style-cc" draggable="false"
style="z-index: 1000001; user-select: none; height: 14px; line-height: 14px; position: absolute; right: 0px; bottom: 0px;">
<div style="opacity: 0.7; width: 100%; height: 100%; position: absolute;">
<div style="width: 1px;"></div>
<div style="background-color: rgb(245, 245, 245); width: auto; height: 100%; margin-left: 1px;">
</div>
</div>
<div
style="position: relative; padding-right: 6px; padding-left: 6px; box-sizing: border-box; font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(0, 0, 0); white-space: nowrap; direction: ltr; text-align: right; vertical-align: middle; display: inline-block;">
<a href="https://www.google.com/intl/es-419_US/help/terms_maps.html" target="_blank"
rel="noopener"
style="text-decoration: none; cursor: pointer; color: rgb(0, 0, 0);">Condiciones del
Servicio</a>
</div>
</div>
<div class="gmnoscreen" style="position: absolute; right: 0px; bottom: 0px;">
<div
style="font-family: Roboto, Arial, sans-serif; font-size: 11px; color: rgb(0, 0, 0); direction: ltr; text-align: right; background-color: rgb(245, 245, 245);">
Datos del mapa ©2021</div>
</div>
</div>
<div
style="background-color: white; padding: 15px 21px; border: 1px solid rgb(171, 171, 171); font-family: Roboto, Arial, sans-serif; color: rgb(34, 34, 34); box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; z-index: 10000002; display: none; width: 293px; height: 180px; position: absolute; left: 5px; top: 60px;">
<div style="padding: 0px 0px 10px; font-size: 16px; box-sizing: border-box;">Datos del mapa</div>
<div style="font-size: 13px;">Datos del mapa ©2021</div><button draggable="false" title="Cerrar"
aria-label="Cerrar" type="button" class="gm-ui-hover-effect"
style="background: none; display: block; border: 0px; margin: 0px; padding: 0px; text-transform: none; appearance: none; position: absolute; cursor: pointer; user-select: none; top: 0px; right: 0px; width: 37px; height: 37px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="pointer-events: none; display: block; width: 13px; height: 13px; margin: 12px;"
class="hoverZoomLink"></button>
</div>
</div>
</div>
</div>
<script>
var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: { lat: -31.37821340782862, lng: -64.22423834501927 },
zoom: 18
});
var marker = new google.maps.Marker({ position: { lat: -31.37821340782862, lng: -64.22423834501927 }, map: map });
}
</script>
<p><i class="material-icons">
place
</i> Av. Rafael Núñez 3524, Córdoba</p>
<p><i class="material-icons">
email
</i> santuariodelcerrocpk@gmail.com</p>
</div>
</div>
</div>
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6Le9tbwZAAAAADtsVdvab3kf9Cu0ZH77cx0w11ob"></script>
</div>
<div class="container">
<div class="card mb-3">
<div class="row g-0">
<div class="col-md-4">
<img src="img/logoSchoenstattArg.jpeg" width="100%" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Schoenstatt Argentina</h5>
<p class="card-text">Visita el sitio oficial de Schoenstatt Argentina.</p>
<a class="btn" href="https://www.schoenstatt.org.ar/">Ir al Sitio</a>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer" style="margin-top: 2em; background-color: #7098c0; ">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Centro Padre Kentenich</h5>
<p class="grey-text text-lighten-4"> Av. Rafael Núñez 3524, Córdoba</p>
<p class="grey-text text-lighten-4">(+54) 9 3517 65-8326</p>
<a href="https://api.whatsapp.com/send?phone=5493517658326" class="btn btn-success"> ENVIAR WHATSAPP</a>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Más Información</h5>
<ul>
<li><a class="grey-text text-lighten-3" target="_blank" href="https://schoenstatt.com/?lang=es">Schoenstatt
Internacional</a></li>
<li><a class="grey-text text-lighten-3" target="_blank"
href="https://www.instagram.com/santuariodelcerrook/?hl=es">Instagram</a></li>
<li><a class="grey-text text-lighten-3" target="_blank"
href="https://www.facebook.com/Santuariodelcerrook/">Facebook</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2020 Copyright Centro Padre Kentenich
<a class="grey-text text-lighten-4 right" href="https://api.whatsapp.com/send?phone=5493513390283">Web donada
por Benjamín Oliva</a>
</div>
</div>
</footer>
<script src="https://www.inmaculada.org.ar/js/inmaculada.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBYaFNY5AUqDNBABo9lCF8QLu-YlWlHMhU&callback=initMap"
async="" defer=""></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
elems = document.querySelectorAll('.parallax');
instances = M.Parallax.init(elems);
tabsElems = document.querySelectorAll('.tabs');
tabsInstance = M.Tabs.init(tabsElems);
var modalelems = document.querySelectorAll('.modal');
var instances = M.Modal.init(modalelems);
var selectElems = document.querySelectorAll('select');
var selectors = M.FormSelect.init(selectElems);
var sidenavElem = document.querySelectorAll('.sidenav');
var sidenav = M.Sidenav.init(sidenavElem);
var collapsibleItems = document.querySelectorAll('.collapsible');
var collapsibleInstances = M.Collapsible.init(collapsibleItems);
});
function changetab(event, tab) {
event.preventDefault();
tabsElems = document.querySelector('.tabs');
var tabsInstance = M.Tabs.getInstance(tabsElems);
tabsInstance.select(tab);
}
</script>
<div class="sidenav-overlay"></div>
<div class="drag-target"></div>
<div>
<div class="grecaptcha-badge" data-style="bottomright"
style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 35px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
<div class="grecaptcha-logo"><iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3406.295323370638!2d-64.2264484851418!3d-31.378419501555722!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94329920a794d3d9%3A0xe2a848fe31d7d703!2sSantuario%20de%20Schoenstatt!5e0!3m2!1ses!2sar!4v1630523331343!5m2!1ses!2sar"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-100000" name="g-recaptcha-response"
class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<!-- Modal Donaciones -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">Colaborar</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul class="collapsible">
<li>
<div class="collapsible-header" tabindex="0"><i class="material-icons">qr_code</i>Mercado Pago - QR</div>
<div class="collapsible-body">
<div class="center-align">
<img class="responsive-img" src="img/mercadoPagoQR.jpg">
</div>
</div>
</li>
<li>
<div class="collapsible-header" tabindex="0"><i class="material-icons">account_balance</i>Transferencia
bancaria</div>
<div class="collapsible-body">
<div class="center-align">
<p>Instituto Secular Padres de Schoenstatt </p>
<p>CUIT: 30-70948558-6</p>
<p>Cuenta Corriente nº: 1389-5 199-1</p>
<p style="font-weight: 700">CBU: 0070199620000001389511</p>
<p style="font-weight: 700">Alias: padrescordoba01</p>
<p>Banco Galicia Sucursal Cerro de las Rosas</p>
</div>
</div>
</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn red" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>
</div>
<script src="https://www.gstatic.com/firebasejs/7.23.0/firebase.js"></script>
<script src="editar/fireBase.js"></script>
<script src="main1.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script>
var search = getParameterByName('task')
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}
if (search == "colaborar") {
console.log('recibio');
$('#exampleModalCenter').modal('toggle');
}
</script>
</body>
</html>