-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
727 lines (717 loc) · 33.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Bienvenidos a SANRAM, la empresa líder en soluciones de limpieza con trapeadores de microfibra de alta calidad. Descubre cómo nuestros productos innovadores pueden transformar tu limpieza diaria." />
<meta property="og:title" content="SANRAM - Soluciones de Limpieza con Trapeadores de Microfibra" />
<meta property="og:description" content="Bienvenidos a SANRAM, la empresa líder en soluciones de limpieza con trapeadores de microfibra de alta calidad. Descubre cómo nuestros productos innovadores pueden transformar tu limpieza diaria." />
<meta property="og:image" content="https://sanramtesting1.surge.sh/" />
<meta property="og:url" content="URL_DE_TU_PAGINA" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SANRAM - Soluciones de Limpieza con Trapeadores de Microfibra" />
<meta name="twitter:description" content="Bienvenidos a SANRAM, la empresa líder en soluciones de limpieza con trapeadores de microfibra de alta calidad. Descubre cómo nuestros productos innovadores pueden transformar tu limpieza diaria." />
<meta name="twitter:image" content="https://sanramtesting1.surge.sh/" />
<link rel="stylesheet" href="CSS/normalize.css" />
<link rel="stylesheet" href="CSS/styles.css" />
<link rel="icon" type="image/x-icon" href="IMG/Favicon.png" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<title>SANRAM - Soluciones de Limpieza con Trapeadores de Microfibra</title>
</head>
<body>
<nav id="navAnimation">
<div>
<div>
<p>Llámanos para más información, siempre estamos disponibles: Tel. <a href="tel:+524495433976">449 543 39 76</a>.</p>
</div>
<div>
<a style="scale: .98;" target="_blank" href="https://api.whatsapp.com/send/?phone=5214495433976&text&type=phone_number&app_absent=0">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px">
<path d="M25,2C12.318,2,2,12.318,2,25c0,3.96,1.023,7.854,2.963,11.29L2.037,46.73c-0.096,0.343-0.003,0.711,0.245,0.966 C2.473,47.893,2.733,48,3,48c0.08,0,0.161-0.01,0.24-0.029l10.896-2.699C17.463,47.058,21.21,48,25,48c12.682,0,23-10.318,23-23 S37.682,2,25,2z M36.57,33.116c-0.492,1.362-2.852,2.605-3.986,2.772c-1.018,0.149-2.306,0.213-3.72-0.231 c-0.857-0.27-1.957-0.628-3.366-1.229c-5.923-2.526-9.791-8.415-10.087-8.804C15.116,25.235,13,22.463,13,19.594 s1.525-4.28,2.067-4.864c0.542-0.584,1.181-0.73,1.575-0.73s0.787,0.005,1.132,0.021c0.363,0.018,0.85-0.137,1.329,1.001 c0.492,1.168,1.673,4.037,1.819,4.33c0.148,0.292,0.246,0.633,0.05,1.022c-0.196,0.389-0.294,0.632-0.59,0.973 s-0.62,0.76-0.886,1.022c-0.296,0.291-0.603,0.606-0.259,1.19c0.344,0.584,1.529,2.493,3.285,4.039 c2.255,1.986,4.158,2.602,4.748,2.894c0.59,0.292,0.935,0.243,1.279-0.146c0.344-0.39,1.476-1.703,1.869-2.286 s0.787-0.487,1.329-0.292c0.542,0.194,3.445,1.604,4.035,1.896c0.59,0.292,0.984,0.438,1.132,0.681 C37.062,30.587,37.062,31.755,36.57,33.116z"/></svg>
</div>
</a>
<a target="_blank" href="https://web.facebook.com/trapeadormicrofibramayoreo?_rdc=1&_rdr">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z"/></svg>
</div>
</a>
</div>
</div>
</nav>
<header id="headerAnimation">
<div>
<div>
<div>
<a href="#mainID1">Productos</a>
</div>
<div>
<div>
<img src="IMG/Logo sanram-ai.svg" alt="Logo" />
</div>
</div>
<div>
<a href="HTML/index2.html">Preguntas frecuentes</a>
<a href="#mainID1">Productos</a>
</div>
</div>
<div>
<div>
<a target="_blank" href="https://api.whatsapp.com/send/?phone=5214495433976&text&type=phone_number&app_absent=0">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"> <path d="M25,2C12.318,2,2,12.318,2,25c0,3.96,1.023,7.854,2.963,11.29L2.037,46.73c-0.096,0.343-0.003,0.711,0.245,0.966 C2.473,47.893,2.733,48,3,48c0.08,0,0.161-0.01,0.24-0.029l10.896-2.699C17.463,47.058,21.21,48,25,48c12.682,0,23-10.318,23-23 S37.682,2,25,2z M36.57,33.116c-0.492,1.362-2.852,2.605-3.986,2.772c-1.018,0.149-2.306,0.213-3.72-0.231 c-0.857-0.27-1.957-0.628-3.366-1.229c-5.923-2.526-9.791-8.415-10.087-8.804C15.116,25.235,13,22.463,13,19.594 s1.525-4.28,2.067-4.864c0.542-0.584,1.181-0.73,1.575-0.73s0.787,0.005,1.132,0.021c0.363,0.018,0.85-0.137,1.329,1.001 c0.492,1.168,1.673,4.037,1.819,4.33c0.148,0.292,0.246,0.633,0.05,1.022c-0.196,0.389-0.294,0.632-0.59,0.973 s-0.62,0.76-0.886,1.022c-0.296,0.291-0.603,0.606-0.259,1.19c0.344,0.584,1.529,2.493,3.285,4.039 c2.255,1.986,4.158,2.602,4.748,2.894c0.59,0.292,0.935,0.243,1.279-0.146c0.344-0.39,1.476-1.703,1.869-2.286 s0.787-0.487,1.329-0.292c0.542,0.194,3.445,1.604,4.035,1.896c0.59,0.292,0.984,0.438,1.132,0.681 C37.062,30.587,37.062,31.755,36.57,33.116z"/></svg>
</div>
</a>
<a target="_blank" href="https://web.facebook.com/trapeadormicrofibramayoreo?_rdc=1&_rdr">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z"/></svg>
</div>
</a>
</div>
<h3>#LO MEJOR PARA MI FAMILIA</h3>
<div id="mainID1" class="slider">
<div class="slides">
<div class="slide">
<img src="IMG/img1.png" alt="Image 1" />
</div>
<div class="slide">
<img src="IMG/img2.jpg" alt="Image 2" />
</div>
<div class="slide">
<img src="IMG/img3.jpg" alt="Image 3" />
</div>
<div class="slide">
<img src="IMG/img4.jpg" alt="Image 4" />
</div>
<div class="slide">
<img src="IMG/img5.jpeg" alt="Image 2" />
</div>
<div class="slide">
<img src="IMG/img6.jpeg" alt="Image 3" />
</div>
<div class="slide">
<img src="IMG/img7.jpeg" alt="Image 4" />
</div>
<div class="slide">
<img src="IMG/img8.jpeg" alt="Image 4" />
</div>
</div>
<div class="dots">
<span class="dot" data-slide="0"></span>
<span class="dot" data-slide="1"></span>
<span class="dot" data-slide="2"></span>
<span class="dot" data-slide="3"></span>
<span class="dot" data-slide="4"></span>
<span class="dot" data-slide="5"></span>
<span class="dot" data-slide="6"></span>
<span class="dot" data-slide="7"></span>
</div>
</div>
<a target="_blank" href="https://api.whatsapp.com/send/?phone=5214495433976&text&type=phone_number&app_absent=0">
<div>
<h5>Contáctanos</h5>
</div>
<div>
<img src="IMG/whiteWhatsapp.svg" alt="Whatsapp" />
</div>
</a>
</div>
</div>
</header>
<aside class="formulario">
<div>
<h4>Dejanos tu información, nosotros te contactamos</h4>
</div>
<div>
<form action="" id="firstForm">
<div class="inputs-container">
<div>
<img src="IMG/user.svg" alt="Name">
</div>
<input class="input-getdata" type="text" id="name" name="name" autocomplete="name" placeholder="Nombre y Apellidos">
</div>
<div class="inputs-container">
<div>
<img src="IMG/blackPhone.svg" alt="telephone">
</div>
<input class="input-getdata" type="tel" id="cellphone" name="Asunto" autocomplete="tel" placeholder="Teléfono">
</div>
<div class="inputs-container">
<div>
<img src="IMG/map.svg" alt="Ciudad">
</div>
<input class="input-getdata" type="text" id="city" name="Ciudad" placeholder="Ciudad">
</div>
<div class="inputs-container">
<div>
<img src="IMG/shopping_cart_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg" alt="Descripción">
</div>
<select class="input-getdata" id="postal" name="postal">
<option value="" disabled selected>Interés de compra</option>
<option value="Mayoreo">Mayoreo</option>
<option value="Menudeo">Menudeo</option>
</select>
</div>
<div class="error-div-hide" id="findErrorsDiv">
</div>
<button type="submit" value="ENVIAR">ENVIAR</button>
</form>
</div>
<div class="lastIMG">
<div class="slide3">
<img src="IMG/Mayoreo y Menudeo.png" alt="Image 1" />
</div>
<div class="slide3">
<img src="IMG/Mayoreo y Menudeo-2.png" alt="Image 4" />
</div>
</div>
</div>
</div>
</aside>
<main>
<div>
<div id="mainID1" class="">
<div>
<h2>Bienvenidos a la empresa líder en soluciones de limpieza <br>
con trapeadores de microfibra de alta calidad.
</h2>
<p>Fundada con el compromiso de ofrecer productos que combinan eficiencia, durabilidad y precio accesible, nos
enorgullecemos de ser la elección preferida de miles de hogares y negocios en todo México.
</p>
</div>
<div>
<div></div>
<div>
<h4>MEJORES PRODUCTOS</h4>
</div>
</div>
<div class="LittleTextChanges">
<h3>¿Qué ofrecemos?</h3>
<p>
Nuestros trapeadores de microfibra están fabricados con materiales
de primera calidad que aseguran una limpieza profunda y duradera.
La microfibra es conocida por su capacidad de atrapar polvo y
suciedad con facilidad, dejando las superficies impecables sin
necesidad de productos químicos agresivos. Además, nos aseguramos
de mantener nuestros precios competitivos para que cada cliente
pueda disfrutar de los beneficios de una limpieza superior sin
afectar su presupuesto.
</p>
</div>
</div>
<div id="mainID3Get" class="startAnimation">
<div>
<p>
<span>Eficiencia en Cada Trapeada</span> <br /><br />
Sabemos que tu tiempo es valioso. Por eso, nuestros
trapeadores están diseñados para ofrecer una limpieza rápida y
efectiva. Gracias a la tecnología de microfibra, puedes eliminar
la suciedad y las manchas más rebeldes en menospasadas, ahorrando
tiempo y esfuerzo. Ya sea para limpiar grandes superficies o áreas
difíciles de alcanzar, nuestrosproductos te garantizan resultados
excelentes en cada uso.
</p>
</div>
<div>
<p>
<span id="mainID3">Compromiso con la Calidad y el Precio</span>
<br /><br />
Nuestros trapeadores de microfibra están fabricados con materiales
de primera calidad que aseguran una limpieza profunda y duradera.
La microfibra es conocida por su capacidad de atrapar polvo y
suciedad con facilidad, dejando las superficies impecables sin
necesidad de productos químicos agresivos. Además, nos aseguramos
de mantener nuestros precios competitivos para que cada cliente
pueda disfrutar de los beneficios de una limpieza superior sin
afectar su presupuesto
</p>
</div>
<h2>
Te invitamos a descubrir la diferencia que puede hacer un trapeador
de microfibra de alta calidad en tu hogar o negocio. Estamos aquí para ayudarte a mantener tus
espacios limpios de manera rápida, eficaz y económica. <br /><br />
¡Únete a nuestra familia de clientes satisfechos y experimenta la
limpieza como nunca antes!
</h2>
</div>
<div>
<h5>Mucho más que limpieza</h5>
</div>
</div>
</main>
<section>
<div>
<div>
<p>
Nuestra misión es proporcionar herramientas
de limpieza que faciliten la vida diaria de nuestros clientes.
Entendemos que la limpieza puede ser una tarea ardua y consume
tiempo, por eso nos dedicamos a diseñar trapeadores de microfibra
que no solo sean eficaces y rápidos, sino también fáciles de usar.
Creemos que un hogar limpio no debería ser un lujo, sino una
accesibilidad para todos.
</p>
</div>
<div>
<div>
<div id="sectionAnim1" class="cardAnimation" style="transition: 1.1s">
<h5 id="productosVendidos"></h5>
<p>Productos vendidos</p>
</div>
<div id="sectionAnim2" class="cardAnimation" style="transition: 1.2s" >
<h5 id="añosDeExperiencia"></h5>
<p>Años de experiencia</p>
</div>
</div>
<div>
<div id="sectionAnim3" class="cardAnimation" style="transition: 1.3s" >
<h5 id="clienteSatisfechos"></h5>
<p>Clientes recurrentes</p>
</div>
<div id="sectionAnim4" class="cardAnimation" style="transition: 1.4s">
<h5 id="presenciaEnPaises"></h5>
<p>Países</p>
</div>
</div>
</div>
<div>
<div>
<div></div>
<div>
<h4>CLIENTES FELICES</h4>
</div>
</div>
<div>
<p>
<span>Comprometidos con México</span> <br /><br />
Como una empresa orgullosamente mexicana, nos dedicamos a
satisfacer las necesidades de nuestros clientes en todo el país.
Ofrecemos servicio al cliente personalizado y una red de
distribución eficiente para asegurar que nuestros productos
lleguen a cada rincón de México.
</p>
</div>
<div>
<h3>¿Qué dicen nuestros clientes?</h3>
</div>
</div>
<div id="sectionAnim6" class="">
<div>
<div>
<div></div>
<div>
<p>
Estoy encantada con mi nuevo trapeador de microfibra. Es muy eficaz para eliminar la suciedad y fácil de
usar. No necesita remojo previo y deja mis pisos impecables en pocas pasadas. ¡Lo recomiendo al 100%!
</p>
</div>
<div>
<div>
<div>
<img src="IMG/AnaG.jpg" alt="UserOpinion" />
</div>
<div>
<h4>Ana G.</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
<div>
<div></div>
<div>
<p>
Siempre he tenido problemas con los trapeadores que sueltan pelusa, pero este trapeador de microfibra
es diferente. No deja residuos y es muy duradero. Además, se seca mucho más rápido que los trapeadores
tradicionales. Perfecto para mi negocio y definitivamente vale cada peso.
</p>
</div>
<div>
<div>
<div>
<img src="IMG/LuisM.jpg" alt="UserOpinion" />
</div>
<div>
<h4>Luis M.</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
<div>
<div></div>
<div>
<p>
Nunca había usado un trapeador tan ligero y eficiente. El diseño ergonómico y el bastón más largo
hacen que la limpieza sea menos agotadora. Mis pisos nunca han estado tan limpios, y me encanta que la
microfibra sea resistente al cloro. ¡Excelente compra!
</p>
</div>
<div>
<div>
<div>
<img src="IMG/CarlaP.jpg" alt="UserOpinion" />
</div>
<div>
<h4>Carla P</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
</div>
<div>
<div>
<div></div>
<div>
<p>
¡Qué diferencia hace un buen trapeador! Este es fabuloso, mucho más absorbente y eficiente que cualquier
otro que haya usado. Además, el servicio al cliente fue excelente y mi compra llegó rápidamente.
Definitivamente volveré a comprar con ellos.
</p>
</div>
<div>
<div>
<div>
<img src="IMG/MariaL.jpg" alt="UserOpinion" />
</div>
<div>
<h4>María L</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
<div>
<div></div>
<div>
<p>
Me encanta lo práctico que es este trapeador de microfibra. Limpia mejor y es más fácil de manejar.
Me impresionó la durabilidad y lo rápido que seca las superficies. Sin duda, es una de las mejores
inversiones que he hecho para mi hogar.
</p>
</div>
<div>
<div>
<div>
<img src="IMG/FernandoH.jpg" alt="UserOpinion" />
</div>
<div>
<h4>Fernando H.</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
<div>
<div></div>
<div>
<p>
Recomiendo estos trapeadores a todos. La calidad y el precio son inmejorables. Además, comprar a través
de Mercado Libre fue muy fácil y seguro. Estoy muy contenta con mi compra y con el rendimiento del
trapeador.
</p>
</div>
<div>
<div>
<div>
<img src="IMG/LuciaV.jpg" alt="UserOpinion" />
</div>
<div>
<h4>Lucía V.</h4>
</div>
</div>
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path
d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" >
<path d="m233-120 65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z" />
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
<div >
<h3>Contáctanos</h3>
<div>
<p>
Para más información sobre nuestros productos y servicios, no dudes
en ponerte en contacto con nosotros. Estamos aquí para ayudarte y
responder a todas tus preguntas.
</p>
</div>
<a target="_blank" href="https://api.whatsapp.com/send/?phone=5214495433976&text&type=phone_number&app_absent=0">
<div>
<h5>WhatsApp</h5>
</div>
<div>
<img src="IMG/whiteWhatsapp.svg" alt="Whatsapp" />
</div>
</a>
</div>
</div>
</section>
<footer>
<div>
<div>
<div>
<img src="IMG/Logo sanram-ai.svg" alt="SANRAM logo" />
</div>
<div>
<p>#LO MEJOR PARA MI FAMILIA</p>
</div>
<div>
<div>
<a target="_blank" href="https://api.whatsapp.com/send/?phone=5214495433976&text&type=phone_number&app_absent=0">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="25px" height="25px">
<path d="M25,2C12.318,2,2,12.318,2,25c0,3.96,1.023,7.854,2.963,11.29L2.037,46.73c-0.096,0.343-0.003,0.711,0.245,0.966 C2.473,47.893,2.733,48,3,48c0.08,0,0.161-0.01,0.24-0.029l10.896-2.699C17.463,47.058,21.21,48,25,48c12.682,0,23-10.318,23-23 S37.682,2,25,2z M36.57,33.116c-0.492,1.362-2.852,2.605-3.986,2.772c-1.018,0.149-2.306,0.213-3.72-0.231 c-0.857-0.27-1.957-0.628-3.366-1.229c-5.923-2.526-9.791-8.415-10.087-8.804C15.116,25.235,13,22.463,13,19.594 s1.525-4.28,2.067-4.864c0.542-0.584,1.181-0.73,1.575-0.73s0.787,0.005,1.132,0.021c0.363,0.018,0.85-0.137,1.329,1.001 c0.492,1.168,1.673,4.037,1.819,4.33c0.148,0.292,0.246,0.633,0.05,1.022c-0.196,0.389-0.294,0.632-0.59,0.973 s-0.62,0.76-0.886,1.022c-0.296,0.291-0.603,0.606-0.259,1.19c0.344,0.584,1.529,2.493,3.285,4.039 c2.255,1.986,4.158,2.602,4.748,2.894c0.59,0.292,0.935,0.243,1.279-0.146c0.344-0.39,1.476-1.703,1.869-2.286 s0.787-0.487,1.329-0.292c0.542,0.194,3.445,1.604,4.035,1.896c0.59,0.292,0.984,0.438,1.132,0.681 C37.062,30.587,37.062,31.755,36.57,33.116z"/></svg>
</svg>
</a>
</div>
<div>
<a target="_blank" href="https://web.facebook.com/trapeadormicrofibramayoreo?_rdc=1&_rdr">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="25px" height="25px" >
<path d="M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z"/></svg>
</svg>
</a>
</div>
</div>
</div>
<div>
<div>
<div>
<img src="IMG/telephone.svg" alt="telephone" />
</div>
<div>
<a href="tel:+524495433976">449 543 39 76</a>
</div>
</div>
<div>
<div>
<img src="IMG/mail.svg" alt="mail.svg" />
</div>
<div>
<a href="mailto:productofino@gmail.com">productofino@gmail.com</a>
</div>
</div>
<div>
<div>
<img src="IMG/location.svg" alt="location.svg" />
</div>
<div>
<p>
Aquiles Serdán #1034 <br />
Colonia Buenos Aires <br />
Aguascalientes <br />
C,P, 20020
</p>
</div>
</div>
</div>
</div>
<div>
<p>
Copyright ©SANRAM <span id="dateCopyright"></span> | Todos los
derechos reservados
</p>
</div>
</footer>
<div class="whatsappScreenPositionInternal">
<div class="modalWindow" id="modalWindow">
<div>
<div>
<div>
<p>Escribenos</p>
</div>
<div id="closeWhatsApp">
<img src="IMG/close.svg" alt="Close">
</div>
</div>
<div>
<div>
<div>
<p>Hola👋, por favor déjanos tu mensaje.</p>
</div>
</div>
<div>
<div>
<div>
<textarea id="mensajeWhatsApp" maxlength="500" name="message" placeholder="Mensaje..." aria-label="Mensaje..." tabindex="0"></textarea>
</div>
<button type="button" id="sendMensajeWhatsApp">
<img src="IMG/send.svg" alt="send">
</button>
</div>
</div>
</div>
</div>
</div>
<div class="whatsappCallAction">
<div id="openWhatsApp">
<img src="IMG/whatsappNormal.svg" alt="WhatsApp">
</div>
</div>
<div class="messengerCallAction">
<a target="_blank" href="https://web.facebook.com/trapeadormicrofibramayoreo?_rdc=1&_rdr">
<img src="IMG/messenger.svg" alt="facebook">
</a>
</div>
</div>
<script src="JS/script.js"></script>
<script src="JS/scriptFormulario.js"></script>
<script src="JS/scriptWhatsApp.js"></script>
</body>
</html>