-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
631 lines (594 loc) · 56.8 KB
/
index.html
File metadata and controls
631 lines (594 loc) · 56.8 KB
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
<html lang="es">
<head>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='75'>🏢</text></svg>" />
<title>Adminio Perú | Un nuevo estándar en administración inmobiliaria</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="Adminio Perú | Un nuevo estándar en administración inmobiliaria de Condominios y Edificios. Mejora la Transparencia económica y comunicación vecinal.">
<meta property="og:title" content="Adminio Perú | Un nuevo estándar en administración inmobiliaria">
<meta property="og:description"
content="Adminio Perú | Un nuevo estándar en administración inmobiliaria de Condominios y Edificios. Mejora la Transparencia económica y comunicación vecinal.">
<meta name="twitter:creator" content="Adminio Perú">
<meta name="twitter:title"
content="Adminio Perú | Un nuevo estándar en administración inmobiliaria de Condominios y Edificios. Mejora la Transparencia económica y comunicación vecinal.">
<meta name="twitter:description"
content="Adminio Perú | Un nuevo estándar en administración inmobiliaria de Condominios y Edificios. Mejora la Transparencia económica y comunicación vecinal.">
<link href="./css/app.css" rel="stylesheet">
<link href="./css/index.css" rel="stylesheet">
<link href="./css/index.d790f8802cd7a090c6be.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/alertifyjs@1.14.0/build/css/alertify.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/alertifyjs@1.14.0/build/css/themes/default.min.css"/>
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#fff">
<meta name="application-name" content="adminioperu">
</head>
<div class="fixed w-full z-20 shadow bg-white">
<input class="z-30 fixed" type="checkbox" id="toggle"><label class="z-30 fixed" for="toggle"
id="toggle-btn"></label>
<div class="nav-icon block z-30 fixed lg:hidden md:block sm:block"></div>
<nav class="container m-auto flex items-center justify-between flex-wrap px-6 w-full z-20 pin-t nav-customize"
id="v360-header" data-aos="fade-down" data-aos-easing="linear">
<a class="flex items-center flex-no-shrink text-white mr-6" href="#home">
<img class="fill-current h-10 mr-2 my-2 hidden lg:block md:block sm:block" src="./static/logo.png" alt="">
<img class="fill-current h-10 mr-2 my-2 block lg:hidden md:hidden sm:hidden" src="./static/logo.png"
alt=""></a>
<ul class="block flex-grow flex items-center w-auto justify-end" id="v360-awesome-nav">
<li class="item-nav"><a class="nav-link block text-black no-underline text-base font-medium mx-2 p-2 py-4"
data-section="nosotros">Nosotros</a></li>
<li class="item-nav"><a class="nav-link block text-black no-underline text-base font-medium mx-2 p-2 py-4"
data-section="servicios">Servicios</a></li>
<li class="item-nav"><a class="nav-link block text-black no-underline text-base font-medium mx-2 p-2 py-4"
data-section="beneficios">Beneficios</a></li>
<li class="item-nav"><a class="nav-link block text-black no-underline text-base font-medium mx-2 p-2 py-4"
data-section="video">Video</a></li>
<li class="item-nav"><a class="nav-link block text-black no-underline text-base font-medium mx-2 p-2 py-4"
data-section="contacto">Contacto</a></li>
<li class="block"><a
class="block rounded text-white no-underline text-md font-semibold py-2 px-8 v_gradient_primary lg:ml-4 md:lg:ml-4 lg:rounded-none lg:rounded-l-lg md:rounded-l-lg"
id="sign-in-btn" href="https://portal.adminio.pe/">Intranet</a></li>
<li class="block">
<a class="block text-white rounded no-underline text-md font-semibold py-2 px-8 bg-blue lg:rounded-none md:rounded-none lg:mr-0"
id="sign-up-btn" href="https://console.vecinos360.com/comunidad.php?codigo=36f6108">Clientes</a>
</li>
<li class="block">
<a class="block text-white no-underline text-md font-semibold py-2 px-8 v_gradient_primary_opacity lg:rounded-none lg:rounded-r-lg md:rounded-r-lg lg:mr-4"
href="./360pay">Pagos</a>
</li>
</ul>
</nav>
</div>
<body>
<main>
<section class="v_gradient_primary" id="home">
<div class="pt-24 text-white relative z-10">
<div class="container px-3 mx-auto flex flex-wrap flex-col items-center md:flex-row">
<div class="w-full py-6 text-center pb-8 md:w-3/5 md:pr-8 lg:pr-10">
<div class="hero-video-frame z-50 lg:w-full md:w-full sm:w-full w-full">
<video class="hero-main-video" autoplay muted loop playsinline preload="metadata" poster="./static/e46c9b3cb9ac59ff2d896292df8c1eeb.png">
<source src="./static/main.mp4" type="video/mp4">
</video>
</div>
<div
class="flex-wrap justify-center text-center items-center py-4 lg:flex md:flex sm:flex-wrap lg:py-0 md:py-0">
<a class="google-play-badge" href="https://play.google.com/store/apps/details?id=com.unasolutions.vecinos360&hl=es" aria-label="Descargar en Google Play"></a>
</div>
</div>
<div class="flex flex-col w-full justify-center items-start text-center md:w-2/5 md:text-left">
<h1 class="my-4 text-4xl font-bold leading-tight">Incrementamos el valor de su propiedad</h1>
<p class="leading-normal text-xl mb-8 font-thin">Administradores de edificios y condominios,
expertos en la gestión de propiedades. Nuestra empresa le ofrece una aplicación móvil donde
Comités y Copropietarios tendrán acceso a la información desde la palma de su mano</p>
<div class="flex-wrap flex w-full"><a
class="text-blue mx-auto bg-white font-bold rounded-full my-6 py-4 px-8 shadow-lg no-underline lg:mx-0"
href="#contacto">Solicitar una cotización</a><a
class="text-blue mx-auto bg-white font-bold rounded-full my-6 py-4 px-8 shadow-lg no-underline lg:ml-2 md:ml-2 sm:ml-0 sm:w-full md:w-auto lg:w-auto"
href="#video">Ver video</a></div>
</div>
</div>
</div>
<div class="relative -mt-12 z-0 lg:-mt-24"><svg viewBox="0 0 1428 174" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"></g>
<g transform="translate(-2.000000, 44.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path
d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496"
opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"></path>
<path id="Path-4"
d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z"
opacity="0.200000003"></path>
</g>
<g transform="translate(-4.000000, 76.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path
d="M0.457,34.035 C57.086,53.198 98.208,65.809 123.822,71.865 C181.454,85.495 234.295,90.29 272.033,93.459 C311.355,96.759 396.635,95.801 461.025,91.663 C486.76,90.01 518.727,86.372 556.926,80.752 C595.747,74.596 622.372,70.008 636.799,66.991 C663.913,61.324 712.501,49.503 727.605,46.128 C780.47,34.317 818.839,22.532 856.324,15.904 C922.689,4.169 955.676,2.522 1011.185,0.432 C1060.705,1.477 1097.39,3.129 1121.236,5.387 C1161.703,9.219 1208.621,17.821 1235.4,22.304 C1285.855,30.748 1354.351,47.432 1440.886,72.354 L1441.191,104.352 L1.121,104.031 L0.457,34.035 Z">
</path>
</g>
</svg>
</div>
</section>
<section class="relative overflow-hidden bg-grey-lightest" id="nosotros">
<div class="container m-auto pin py-1 text-grey-darkest">
<div class="absolute pin-b z-0 w-10 h-10 circle" data-aos="fade-up-right" data-aos-duration="3000">
</div>
<div class="flex flex-wrap min-h-full w-full">
<div class="flex-1 min-h-full relative sm:hidden lg:block md:block" data-aos="fade-left">
<img class="w-4/4 about-image-animated" src="./static/e00998aa23da6c43a67576cd3fa5d0f5.png" alt="Equipo de Adminio">
</div>
<div class="w-full min-h-full flex justify-center flex-col p-4 pl-4 z-10 md:w-2/3 lg:w-2/3 lg:pl-8">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-2 text-black">Quiénes somos
</h1>
<p class="text-justify pb-4 font-light text-lg mb-2 mx-auto lg:w-4/4">Empresa peruana
especializada en brindar soluciones en la administración integral de inmuebles; promoviendo
el éxito en la gestión de las juntas de propietarios de edificios o condominios, otorgando
la experiencia de confianza, confort y seguridad en los propietarios, inquilinos y usuarios
que la habitan.</p><br>
<h3>Visión</h3><br>
<p class="text-justify pb-2 font-light text-lg mb-2 mx-auto lg:w-4/4">
Para el 2021 consolidar nuestra participación en el mercado nacional en servicios para la
administración de condominios, con énfasis en la atención oportuna y humana, con
transparencia en la gestión utilizando estándares, personal altamente capacitado,
experimentado y con la tecnología adecuada.
</p>
<br>
<h3>Misión</h3><br>
<p class="text-justify pb-2 font-light text-lg mb-2 mx-auto lg:w-4/4">
Brindar un servicio eficiente y con la mejor calidad, con transparencia y atención
personalizada, brindando seguridad, comodidad y tranquilidad que contribuya a resolver las
problemáticas de nuestros clientes.
</p>
<br>
<p class="text-center pb-2 font-light text-lg">¡Únete a la comunidad con +13000
unidades registradas!</p>
</div>
</div>
</div>
</section>
<section
class="relative text-grey-darkest p-4 py-16 flex justify-center align-center flex-col bg-white -mt-1 pb-0"
id="beneficios">
<div class="w-full container m-auto">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-2 lg:w-1/2">
<div class="title-section">Beneficios que ofrece Adminio</div>
</h1>
<p class="text-center pb-8 font-light text-lg mb-8 m-auto lg:w-1/2">Aumenta tu Plusvalía con la
Administración Inteligente</p>
<div class="flex flex-wrap flex-col md:flex-row">
<div class="lg:w-1/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="text-centre w-full">
<div class="justify-center m-auto mb-8 w-1/3" style="max-height:130px"><img
src="./static/117160e40dcfea3c40076a61ea19cea3.png"
alt="reasearch-&-planning"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Transparencia, Comunicacinuidad</h1>
<p class="text-body text-grey leading-normal px-4 text-center sm:px-0">Información
detallada en línea sobre la gestión administrativa, financiera y mantenimiento del
edificio.</p>
</div>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="w-full text-center">
<div class="justify-center m-auto mb-8 w-1/3" style="max-height:130px"><img
src="./static/777f0aba6b029026ecc7a2a601e93bca.png" alt="design"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Lleva tu condominio a todas partes</h1>
<p class="text-body text-grey leading-normal px-4 text-center sm:px-0">Nuestra
aplicación móvil hace que comunicarte y coordinar temas en común con tu comunidad
sea más fácil que nunca.</p>
</div>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="text-centre w-full">
<div class="justify-center m-auto mb-8 w-1/3" style="max-height:130px"><img
src="./static/00ff10eb84b8ac7c0d58d3a8ce92c5cd.png"
alt="reasearch-&-planning"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Soporte para la Autogestión</h1>
<p class="text-body text-grey leading-normal px-4 text-center sm:px-0">Realizacis,
registro de ventas y compras, manejo de caja chica.</p>
</div>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="w-full text-center">
<div class="justify-center m-auto mb-8 w-1/3" style="max-height:130px"><img
src="./static/4493a5de7a0f538dd7b8260cec821520.png" alt="design"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Controla tu edificio</h1>
<p class="text-body text-grey leading-normal px-4 text-center sm:px-0">Al adquirir la
plataforma de Adminio tomarás control sobre la información histórica de tu
comunidad.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="relative min-h-full" id="precio"><div class="container m-auto p-4 py-16 pb-0"><div class="w-full text-grey-darkest"><h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 flex justify-center"><div class="title-section">Planes</div></h1><div class="w-full pt-8 overflow-x-auto px-2"><div class="flex inline-flex justify-center mb-6 pb-16 sm:flex-row sm:mb-0 lg:flex md:flex sm:inline-flex"><div class="card-price rounded-lg rounded-br-none rounded-tr-none bg-white mb-2 flex flex-col shadow-md w-64 sm:flex-1 lg:flex-initial lg:w-1/4"><div class="p-8 text-xl font-bold text-center text-orange h-24">Pro</div><div class="w-full text-center text-3xl my-3 flex items-center h-24 flex-col">USD$ 35<p class="text-sm font-light p-2 text-grey-dark">+ USD$ 1/mes por unidad</p><p class="text-sm font-light p-2 text-grey-dark">1 - 299 unidades</p></div><div class="w-full border-0 border-grey-light border-t border-solid text-sm mb-6"><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">2 Usuarios por unidad</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">Usuarios administrador: 3</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2 text-grey">Acompa licitaciones</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2 text-grey">Etiqueta blanca (Personaliza tu sofware)</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2 text-grey"> de intranet (url personalizada)</div></div><div class="text-center my-4 mt-auto"><a class="inline-block border text-orange px-6 py-2 border-orange rounded-full no-underline btn_shadow_animation" href="register.html">Elegir Pro</a></div></div><div class="card-price flex-1 rounded-t-lg rounded-b-lg bg-white shadow-lg z-10 flex flex-col border-orange border w-64 lg:flex-initial lg:w-1/4"><div class="w-full p-8 text-2xl font-bold text-center text-orange-dark h-24">Club</div><div class="w-full text-center text-3xl my-3 flex items-center h-24 flex-col">USD$ 300<p class="text-sm font-light p-2 text-grey-dark">mensual</p><p class="text-sm font-light p-2 text-grey-dark">300 - 499 unidades</p></div><div class="w-full border-0 border-grey-light border-t border-solid text-sm mb-6"><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">5 Usuarios por unidad</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">Usuarios administrador: ilimitado</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2"> a las licitaciones</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2 text-grey">Etiqueta blanca (Personaliza tu sofware)</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2 text-grey"> de intranet (url personalizada)</div></div><div class="text-center my-4 mt-auto"><a class="inline-block border text-white px-6 py-2 border-orange v_gradient_primary_dark rounded-full no-underline btn_shadow_animation" href="register.html">Elegir Club</a></div></div><div class="card-price flex-1 rounded-lg rounded-bl-none rounded-tl-none bg-white mb-2 flex flex-col shadow-md w-64 lg:flex-initial lg:w-1/4"><div class="p-8 text-xl font-bold text-center text-orange h-24">Business</div><div class="w-full text-center text-3xl my-3 flex items-center h-24 flex-col"><p class="text-sm font-light p-2 text-grey-dark">desde</p>500 unidades<p class="text-sm font-light p-2 text-grey-dark">a </p></div><div class="w-full border-0 border-grey-light border-t border-solid text-sm mb-6"><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">Usuarios ilimitados por unidad</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">Usuarios administradores: ilimitado</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2"> a las licitaciones</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2">Etiqueta blanca (Personaliza tu sofware )</div><div class="text-center border-0 border-grey-light border-b border-solid py-4 px-2"> de intranet (url personalizada)</div></div><div class="text-center my-4 mt-auto"><a class="inline-block border text-orange px-6 py-2 border-orange rounded-full no-underline btn_shadow_animation" href="#contacto">Contactar Ventas</a></div></div></div></div></div></div></section>-->
<section class="relative min-h-full" id="funcionalidades">
<div class="container m-auto p-4 py-16 flex justify-center align-center flex-col lg:px-32">
<div class="w-full text-grey-darkest">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 lg:w-1/2">
<div class="title-section">¿Quiéres saber cómo te ayuda Adminio?</div>
</h1>
<div class="flex-col flex justify-center sm:flex-col md:flex-row lg:flex-row">
<div class="text-grey-darkest text-center m-8 mx-2 relative lg:mx-8 md:mx-8 sm:mx-0"
data-aos="zoom-in" data-aos-duration="1000">
<div class="max-w-sm rounded overflow-hidden shadow-lg mb-2 bg-orange text-white m-auto">
<img class="mt-8 mx-8 h-48" src="./static/ebd7459f91e3afca61bcf42518e29280.png">
<div class="px-6 py-4">
<div class="font-extrabold text-xl mb-4">Administradores</div>
<p class="text-base px-8 py-4 font-light">Reduce tu carga administrativa en un 40%
en los edificios y condominios que gestionas y mejora el nivel de
satisfacción de tus vecinos</p>
</div>
<div class="h-6"></div>
</div>
<div class="absolute w-full pin-l pin-b"><a
class="rounded-full text-white no-underline text-lg font-semibold py-4 px-16 p-4 bg-blue"
href="https://api.whatsapp.com/send?phone=51927130275" target="blank">Conoce
más</a></div>
</div>
<div class="text-grey-darkest text-center m-8 mx-2 relative lg:mx-8 md:mx-8 sm:mx-0"
data-aos="zoom-in" data-aos-duration="1200">
<div
class="max-w-full rounded overflow-hidden shadow-lg mb-2 bg-orange-light text-white m-auto lg:max-w-sm md:max-w-sm sm:max-w-sm">
<img class="mt-8 mx-8 h-48" src="./static/cf84b6fa34e8b228a227004144cb2399.png">
<div class="px-6 py-4">
<div class="font-extrabold text-xl mb-4">Vecinos</div>
<p class="text-base px-8 py-4 font-light">Vive tranquilo sabiendo que conservas la
información histórica de tu comunidad y contribuye a mantener el
valor de tu propiedad</p>
</div>
<div class="h-6"></div>
</div>
<div class="absolute w-full pin-l pin-b"><a
class="rounded-full text-white no-underline text-lg font-semibold py-4 px-16 p-4 bg-blue"
href="https://api.whatsapp.com/send?phone=51927130275" target="blank">Conoce
más</a></div>
</div>
</div>
</div>
</div>
</section>
<section
class="relative text-grey-darkest p-4 py-16 flex justify-center align-center flex-col bg-white -mt-1 pb-0"
id="servicios">
<div class="w-full container m-auto">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-2 lg:w-1/2">
<div class="title-section">Servicios</div>
</h1>
<p class="text-center pb-8 font-light text-lg mb-8 m-auto lg:w-1/2">Son diseñados a medida para
garantizar el óptimo funcionamiento de la infraestructura y equipos de su inmueble.</p>
<div class="flex flex-wrap flex-col md:flex-row">
<div class="lg:w-2/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="text-centre w-full">
<div class="justify-center m-auto mb-8 w-3/3"><img
src="./static/blog-10-copyright-843x435.jpg" alt="reasearch-&-planning">
</div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Administración de Inmuebles</h1>
<p class="text-body text-grey leading-normal px-4 text-justify sm:px-0">Administramos
edificios residenciales, condominios y clubes a través de una gestión integral,
maximizando su valor. Contamos con un software que le permitirá tener la información
completa de su propiedad en cualquier momento y lugar. ¡Despreocúpese, lo hacemos
por usted!</p>
</div>
</div>
</div>
<div class="lg:w-2/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="w-full text-center">
<div class="justify-center m-auto mb-8 w-2/3"><img src="./static/img-cap2.jpg"
alt="design"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Facility Management</h1>
<p class="text-body text-grey leading-normal px-4 text-justify sm:px-0">Administramos
las oficinas de su empresa, incorporando todas las herramientas necesarias para
asegurar el óptimo funcionamiento de la infraestructura y equipos de su activo
inmobiliario, mediante la integración de capital humano, espacio físico, procesos y
tecnología.</p>
</div>
</div>
</div>
<div class="lg:w-2/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="text-centre w-full">
<div class="justify-center m-auto mb-8 w-2/3"><img src="./static/img-cap3.jpg"
alt="reasearch-&-planning"></div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Project Management
</h1>
<p class="text-body text-grey leading-normal px-4 text-justify sm:px-0">En la Gerencia
de Proyecto coordinamos y nos encargamos de los procesos de planeación, diseño y
construcción de espacios físicos para su empresa, ya sean nuevas instalaciones o
adecuaciones a la construcción ya existente. Los espacios se implementan a la medida
requerida.</p>
</div>
</div>
</div>
<div class="lg:w-2/4 md:w-1/2" data-aos="fade-up" data-aos-duration="800">
<div class="flex flex-wrap items-start p-5">
<div class="w-full text-center">
<div class="justify-center m-auto mb-8 w-2/3">
<img src="./static/project_5.jpg" alt="design">
</div>
<h1
class="font-heading uppercase text-center tracking-lg text-lg mb-4 md:normal-case md:tracking-sm md:text-lg">
Property Management</h1>
<p class="text-body text-grey leading-normal px-4 text-justify sm:px-0">La
Administración de edificios corporativos se encarga de gestionar eficientemente las
áreas comunes y de servicio del edificio, con una gestión integral y personal
capacitado. Contamos con un software de administración que permitirá tener el
control de manera óptima.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="relative min-h-full" id="video">
<div class="container m-auto p-4 py-16 relative">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 flex justify-center text-grey-darkest">
<div class="title-section"> ¡Potencia tu comunidad con Adminio Perú!</div>
</h1>
<div class="flex justify-center"><iframe class="shadow-lg w-full m-auto lg:w-3/4 list-videos"
src="https://www.youtube.com/embed/LS1-RpdNe4E" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen=""></iframe></div>
</div>
</section>
<!--
<section class="relative pin py-16" id="prensa"><div class="w-full text-grey-darkest"><h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 flex justify-center"><div class="title-section">Notas de prensa</div></h1><div class="glide"><div class="glide__track" data-glide-el="track"><ul class="glide__slides"><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/89ff219fcb43e8da213f611733a291aa.jpg"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow: -3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">¿Problemas con la gestión de los 'depas'?</p><p class="text-md font-light text-grey font-medium">Conoce Vecinos 360</p><p class="text-sm py-4 font-light text-left leading-normal v_description">La start-up creó un sistema que mejora la gestión de los administradores de edificios y facilita la comunicación con los vecinos.</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="https://elcomercio.pe/economia/negocios/problemas-gestion-depas-conoce-vecinos-360-208086" target="_blank">Leer nota</a></div></div></div></div></li><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/30b19a3c0d42591c96b948136669966b.jpg"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow:-3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">Proyecto ganador de la sexta edición</p><p class="text-md font-light text-grey font-medium">Premio Graña y Montero</p><p class="text-sm py-4 font-light text-left leading-normal v_description">Uno de los proyectos ganadores es “Vecinos 360”, el ganador Gonzalo Rosello menciona que el proyecto ayuda a la administración de edificios y condominios..</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="https://canaln.pe/actualidad/proyectos-ganadores-sexta-edicion-premio-grana-y-montero-n242931" target="_blank">Leer nota</a></div></div></div></div></li><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/babb50d5ea425e45691d3142f921043b.png"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow: -3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">Startup Vecinos 360 ganó el concurso</p><p class="text-md font-light text-grey font-medium">Start Tel Aviv 2015 Perú</p><p class="text-sm py-4 font-light text-left leading-normal v_description">El ganador de este concurso fue Gonzalo Rosselló con su startup Vecinos 360. Él se hizo merecedor a un viaje con todos los gastos pagados a Tel Aviv, por una semana.</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="http://revistaganamas.com.pe/startup-vecinos-360-gano-el-concurso-start-tel-aviv-2015-peru/" target="_blank">Leer nota</a></div></div></div></div></li><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/49e50bbd3baa8bf7425cc45a59a73a96.png"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow:-3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">¡Adiós a los edificios pesadilla: Vecinos 360 es la solución!</p><p class="text-sm py-4 font-light text-left leading-normal v_description">Gonzalo ha pasado casi toda su carrera trabajando en consultoría de negocios. Sin embargo, siempre tuvo en mente emprender debido a que sintió eterna pasión por el tema.</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="http://www.timov.la/article/adios-a-los-edificios-pesadilla-vecinos-360-es-la-solucion" target="_blank">Leer nota</a></div></div></div></div></li><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/ed76a39cb795565c58004ef4bde246bf.png"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow: -3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">Conozca a las 41 startups que recibirán:S/. 3.7 millones del Estado peruano</p><p class="text-sm py-4 font-light text-left leading-normal v_description">Startup Perú eligió a 41 ganadores de 100 finalistas. 35 ganadores son de Lima, 2 de Arequipa, 2 de La Libertad, 1 de San Martín y 1 de Ica.</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="http://emprende.pe/conozca-a-las-41-startups-que-recibiran-s-3-7-millones-del-estado-peruano/" target="_blank">Leer nota</a></div></div></div></div></li><li class="glide__slide"><div class="relative flex justify-center px-2 lg:px-16 md:px-2 sm:px-2"><div class="v_testimonios_content absolute pin-t pin-l ml-24"><img class="w-16 h-16 rounded-full rounded-ful" src="./static/c91784d042f7d147b6ac97518985d8ee.png"></div><div class="text-grey-darkest mt-8 mb-4 pb-4 p-8 bg-white rounded-lg text-center" style="box-shadow: -3px 6px 11px #00000014;min-height: 270px;"><div class="text-left border-l-4 pl-4 m-2"><p class="text-md pt-4 pb-2 font-semnibold">Sistema de gestión y comunicación de comunidades.</p><p class="text-sm py-4 font-light text-left leading-normal v_description">Propone llevar una gestión más transparente y eficiente de las mismas, en la que el propietario de un inmueble pueda conservar el valor del mismo a través del tiempo.</p><div class="flex flex-row-reverse"><a class="no-underline flex text-right text-blue" href="https://www.fintechlatam.net/portfolio/vecinos-360/" target="_blank">Leer nota</a></div></div></div></div></li></ul></div><div class="glide__arrows" data-glide-el="controls"><button class="glide__arrow glide__arrow--left v-glade-arrow icon_arrow_left" data-glide-dir="<"><div class="w-10 h-10"><img src="https://img.icons8.com/ios/50/000000/back-filled.png"></div></button><button class="glide__arrow glide__arrow--right v-glade-arrow icon_arrow_right" data-glide-dir=">"><div class="w-10 h-10"><img src="https://img.icons8.com/ios/50/000000/more-than-filled.png"></div></button></div></div></div></section>
-->
<section class="relative pin py-16 bg-grey-lightest">
<div class="w-full text-grey-darkest container m-auto">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 flex justify-center text-black">Algunos
de nuestros miembros</h1>
<div class="flex flex-wrap justify-center">
<div class="flex-initial text-center px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c1.jpg" alt="">
</div>
<div class="flex-initial text-center px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c2.jpg" alt="">
</div>
<div class="flex-initial text-center px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c3.jpg" alt="">
</div>
<div class="flex-initial text-centert px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c4.jpg" alt="">
</div>
<div class="flex-initial text-center px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c5.jpg" alt="">
</div>
<div class="flex-initial text-center px-4 py-2 m-2 lg:flex-1 md:flex-initial" data-aos="flip-up">
<img class="v_img_miembros" src="./static/c6.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="relative min-h-full p-4 py-16 text-grey-darkest" id="preguntas">
<div class="w-full container m-auto">
<h1 class="text-center p-4 font-extrabold text-3xl mx-auto mb-4 lg:w-1/3">
<div class="title-section">Preguntas Frecuentes</div>
</h1>
<div class="container px-3 mx-auto flex flex-wrap flex-col items-center md:flex-row">
<div
class="flex-col w-full justify-center items-start text-center hidden md:w-2/5 md:text-left lg:block md:block lg:flex">
<img src="./static/6a30f102fe377be07a4ac0e662dc4403.svg"></div>
<div class="w-full text-center pb-8 md:w-3/5 lg:py-6">
<div class="w-full mx-auto p-4 lg:p-8">
<div class="shadow-lg" data-aos="fade-up">
<div class="tab w-full overflow-hidden border-t"><input class="absolute opacity-0"
type="checkbox" checked="checked" name="tabs" id="1"><label
class="block p-5 text-blue leading-normal cursor-pointer text-left" for="1">
crear mi Recibo de Mantenimiento?</label>
<div class="tab-content overflow-hidden border-indigo-500 leading-normal text-left">
<p class="px-8 font-light text-sm my-4">Para la de Recibos de mantenimientos, se
deben de crear previamente los conceptos en la del de Cuotas y distribuir el
monto correspondiente a cada unidad.</p>
</div>
</div>
<div class="tab w-full overflow-hidden border-t"><input class="absolute opacity-0"
type="checkbox" checked="checked" name="tabs" id="2"><label
class="block p-5 text-blue leading-normal cursor-pointer text-left" for="2">
pueden enviar los recibos desde Vecinos360?</label>
<div class="tab-content overflow-hidden border-indigo-500 leading-normal text-left">
<p class="px-8 font-light text-sm my-4">, se puede realizar el de recibos de
generar en la de Recibos de Mantenimientos.</p>
</div>
</div>
<div class="tab w-full overflow-hidden border-t"><input class="absolute opacity-0"
type="checkbox" checked="checked" name="tabs" id="3"><label
class="block p-5 text-blue leading-normal cursor-pointer text-left" for="3">
crea los accesos a los residentes?</label>
<div class="tab-content overflow-hidden border-indigo-500 leading-normal text-left">
<p class="px-8 font-light text-sm my-4">Los administradores pueden generar los
accesos a los residentes desde la plataforma.</p>
</div>
</div>
</div>
</div>
<div class="center flex justify-center"><a
class="rounded-full text-white no-underline text-lg font-semibold py-4 px-16 p-4 bg-blue"
href="#questions">Ver </a></div>
</div>
</div>
</div>
</section>
<section class="relative" id="contacto">
<div class="v_gradient_primary_opacity absolute pin"><svg class="wave-top" viewBox="0 0 1439 147"
version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"></g>
<g transform="translate(-1.000000, -14.000000)" fill-rule="nonzero"></g>
<g class="wave" fill="#ffffff">
<path
d="M1440,84 C1383.555,64.3 1342.555,51.3 1317,45 C1259.5,30.824 1206.707,25.526 1169,22 C1129.711,18.326 1044.426,18.475 980,22 C954.25,23.409 922.25,26.742 884,32 C845.122,37.787 818.455,42.121 804,45 C776.833,50.41 728.136,61.77 713,65 C660.023,76.309 621.544,87.729 584,94 C517.525,105.104 484.525,106.438 429,108 C379.49,106.484 342.823,104.484 319,102 C278.571,97.783 231.737,88.736 205,84 C154.629,75.076 86.296,57.743 0,32 L0,0 L1440,0 L1440,84 Z">
</path>
</g>
<g transform="translate(1.000000, 15.000000)" fill="#FFFFFF">
<g
transform="translate(719.500000, 68.500000) rotate(-180.000000) translate(-719.500000, -68.500000) ">
<path
d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496"
opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"></path>
<path
d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z"
opacity="0.200000003"></path>
</g>
</g>
</svg></div>
<div class="p-32 px-4 relative text-white">
<h1 class="text-center pt-8 p-4 font-extrabold text-3xl mx-auto mb-2 flex justify-center">
<div class="title-section"> Contacto</div>
</h1>
<form class="w-full z-10 max-w-md m-auto p-8 rounded-lg shadow-lg relative bg-white text-grey-darkest"
id="form-contacto" data-aos="fade-up">
<div class="mb-6"><label class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-fullname">Nombres y Apellidos</label><input
class="appearance-none block w-full bg-grey-lighter text-grey-darker border border-grey-lighter rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white" placeholder="Adminio Perú"
id="nombre" type="text" required="required" maxlength=50>
</div>
<div class="flex flex-wrap mb-6">
<div class="w-full pr-0 md:w-1/2 md:mb-0 lg:pr-2 md:pr-2 sm:pr-0"><label
class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-email">Email</label><input
class="appearance-none block w-full bg-grey-lighter text-grey-darker border border-grey-lighter rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white"
id="correo" type="email" placeholder="hola@tudominio.com" required="required"
maxlength=40></div>
<div class="w-full md:w-1/2">
<label class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-edificio">Nombre de edificio</label>
<div class="relative">
<input
class="appearance-none block w-full bg-grey-lighter text-grey-darker border border-grey-lighter rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white"
id="edificio" type="text" placeholder="Las Torres" required="required" maxlength=50>
</div>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="w-full pr-0 flex-wrap mb-6 lg:pr-2 md:pr-2 sm:pr-0 lg:flex-1 md:flex-1 lg:mb-0 md:mb-0"
id="display-form-telefono"><label
class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-q1">Teléfono</label><input
class="appearance-none block w-full bg-grey-lighter text-grey-darker border border-grey-lighter rounded py-3 px-4 leading-tight mb-3 focus:outline-none focus:bg-white"
id="telefono" type="text" placeholder="Móvil o Fijo" required="required" maxlength=12>
</div>
<div class="w-full pl-0 flex-wrap lg:flex-1 md:flex-1"><label
class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-q2">Distrito</label>
<select
class="block appearance-none w-full bg-grey-lighter border border-grey-lighter text-grey-darker py-3 px-4 pr-8 rounded leading-tight focus:outline-none focus:bg-white"
id="distrito" name="distrito" required="required">
<option value="">Seleccione</option>
</select>
</div>
</div>
<div class="w-full pl-0 mb-6"><label class="block uppercase tracking-wide text-xs font-bold mb-2"
for="form-mensaje">¿Quieres preguntarme algo? ¡Déjame un mensaje!</label><textarea
class="appearance-none block w-full bg-grey-lighter text-grey-darker border border-grey-lighter rounded py-3 px-4 leading-tight mb-3 focus:outline-none focus:bg-white"
id="mensaje" type="text" placeholder="Describe tu problema" required="required"
maxlength=400></textarea></div>
<div class="text-center mt-10">
<button class="block rounded-full text-white no-underline text-md font-semibold py-4 px-8 v_gradient_primary m-auto hover:bg-grey-light" id="btn_registrar" name="btn_registrar" type="submit">
<span id="btn_registrar_text">ENVIAR</span>
<span id="btn_registrar_loader" class="btn-loader" aria-hidden="true"></span>
</button>
</div>
</form>
<div class="absolute pin-b pin-l z-0 h-64 w-full" style="background: #3b4147"></div>
</div>
</section>
</main>
<footer><a class="float text-center flex justify-center items-center"
href="https://api.whatsapp.com/send?phone=51927130275" target="_blank"><i
class="my-float text-center flex justify-center items-center"><svg width="35px" height="35px"
viewbox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="whatsapp" fill-rule="nonzero">
<path id="Path"
d="M0,512 L35.31,384 C12.359,344.276 0,300.138 0,254.234 C0,114.759 114.759,0 255.117,0 C395.475,0 512,114.759 512,254.234 C512,393.709 395.476,512 255.117,512 C210.979,512 168.607,497.876 130.648,476.69 L0,512 Z"
fill="#EDEDED"></path>
<path id="Path"
d="M137.71,430.786 L145.655,435.2 C178.317,455.503 216.276,467.862 256,467.862 C371.641,467.862 467.862,371.641 467.862,254.234 C467.862,136.827 371.641,44.138 255.117,44.138 C138.593,44.138 44.138,137.71 44.138,254.234 C44.138,294.841 55.614,334.565 76.8,368.11 L82.097,376.055 L61.794,450.207 L137.71,430.786 Z"
fill="#55CD6C"></path>
<path id="Path"
d="M187.145,135.945 L170.373,135.062 C165.076,135.062 159.78,136.828 156.249,140.359 C148.304,147.421 135.063,160.662 131.532,178.318 C125.353,204.801 135.063,236.58 158.015,268.359 C180.967,300.138 225.105,351.338 302.787,373.407 C327.504,380.469 346.925,376.055 362.815,366.345 C375.174,358.4 383.118,346.042 385.767,332.8 L388.415,320.441 C389.298,316.91 387.532,312.496 384.001,310.731 L328.387,285.131 C324.856,283.365 320.442,284.248 317.794,287.779 L295.725,316.027 C293.959,317.793 291.311,318.675 288.663,317.793 C273.656,312.496 223.339,291.31 195.973,238.345 C195.09,235.697 195.09,233.048 196.856,231.283 L218.042,207.449 C219.808,204.801 220.69,201.27 219.808,198.621 L194.208,141.242 C193.324,138.593 190.676,135.945 187.145,135.945"
fill="#FEFEFE"></path>
</g>
</g>
</svg></i></a>
<div class="px-8 py-2" style="background: #3b4147">
<div class="container m-auto text-white">
<div class="flex flex-wrap justify-center items-center lg:justify-between md:justify-between">
<div class="flex-initial">
<div>
<p class="text-center m-auto font-light p-2 text-sm lg:text-left md:text-left">
<a class="no-underline text-white" href="https://goo.gl/maps/2u9itt51xGDpk1Jj8"
target="_blank">San Miguel | Surco</a>
</p>
<p class="text-center m-auto font-light p-2 text-sm lg:text-left md:text-left">
<a class="no-underline text-white" href="tel:+51927130275">927130275</a>
</p>
<p class="text-center m-auto font-light p-2 text-sm lg:text-left md:text-left">
<a class="no-underline text-white" href="mailto:comercial@adminio-peru.com"
target="_top">comercial@adminio-peru.com</a>
</p>
</div>
</div>
<div class="flex-initial text-center">
<p class="font-light p-2 text-sm">
<a class="no-underline text-white" href="#">Adminio E.I.R.L. RUC N° 20600232127</a>
</p>
<p class="font-light p-2 text-sm">
<a class="no-underline text-white"
href="https://docs.google.com/forms/d/e/1FAIpQLSdm0xD-yRKBIjds9DLWjJOQhyRhQ2d_1ahqhbO0To-Y_kXRNg/viewform"
target="_blank">📚 Libro de Reclamaciones</a>
</p>
</div>
<div class="flex-initial">
Síguenos en:
<div class="flex">
<a class="m-2" href="https://www.facebook.com/adminioeirl/" target="_blank">
<img src="./static/551561d7ed5bfbdad946021e505e4478.svg" width="32" height="32">
</a>
<a class="m-2" href="https://www.instagram.com/adminioeirl/" target="_blank">
<img src="./static/63c2a918e5ba68b4fe65b76f1763291d.svg" width="32" height="32">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="bg-black flex justify-center p-2 text-white text-sm font-light"> Powered by: <a
class="font-bold text-white" href="https://www.instagram.com/amvsoft.tech" target="_blank"
style="text-decoration: none;"> @amvsoft.tech</a>
</div>
</footer>
<script type="text/javascript" src="./js/polyfill.5257152a85e28ab336bb.js"></script>
<script type="text/javascript" src="./js/app.8bdd6bafb87e234627f6.js?v=4"></script>
<script src="https://cdn.jsdelivr.net/npm/alertifyjs@1.14.0/build/alertify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js"></script>
<script type="text/javascript" src="./js/adminio.js?v=3.4"></script>
</body>
</html>