forked from codewithsadee/anon-ecommerce-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolitica-de-privacidad.html
459 lines (375 loc) · 9.03 KB
/
politica-de-privacidad.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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eCommerce Website</title>
<!-- ¡Artículos de edición limitada, hechos en México y con Envío Gratis!
Productos exclusivos fabricados en México, disponibles con entrega sin costo adicional.
Manténgase al tanto! ¡Habilite las notificaciones automáticas y sea el primero en descubrir nuevos estilos y muchos más!
Goku en el tunel del tiempo
https://www.redbubble.com/es/shop/ap/160000747
Paulina, bailarina
https://www.redbubble.com/es/shop/ap/159967409
Ivan
https://www.redbubble.com/es/shop/ap/159967237
Pikachu Pokemon - a guebo chinga! https://www.redbubble.com/es/shop/ap/159869013
Goku en el tunel del tiempo https://www.redbubble.com/es/shop/ap/160000747
Nazi - https://www.redbubble.com/es/shop/ap/159958502
Mr. Pig Top https://www.redbubble.com/es/shop/ap/159952965
Axxel - https://www.redbubble.com/es/shop/ap/159952146
Eres un cerdo de la creación https://www.redbubble.com/es/shop/ap/159952015
Mike de monster in como Pikachu https://www.redbubble.com/es/shop/ap/159951595
Hunahpu e Ixbalanque: Luz de Xibalba https://www.redbubble.com/es/shop/ap/159949367
Joshua https://www.redbubble.com/es/shop/ap/159922183
Corre corre corre https://www.redbubble.com/es/shop/ap/159918286
Rowlet - Pokémon - A guevo Chinga! https://www.redbubble.com/es/shop/ap/159917712
Es Snoopy , no es Pikachu https://www.redbubble.com/es/shop/ap/159869086
-->
<link rel="shortcut icon" href="./assets/images/logo/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/css/style-prefix.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<style>
.containerimg {
position: relative;
/*width: 50%;*/
}
.imageimg {
display: block;
/* width: 100%;
height: auto;*/
}
.overlayimg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
}
.containerimg:hover .overlayimg {
opacity: 1;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
<style>
body {
* {
box-sizing: border-box;
}
.openBtn {
background: #f1f1f1;
border: none;
padding: 10px 15px;
font-size: 20px;
cursor: pointer;
}
.openBtn:hover {
background: #bbb;
}
.overlays {
height: 100%;
width: 100%;
display: none;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.9);
}
.overlays-content {
position: relative;
top: 46%;
width: 80%;
text-align: center;
margin-top: 30px;
margin: auto;
}
.overlays .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}
.overlays .closebtn:hover {
color: #ccc;
}
.overlays input[type=text] {
padding: 15px;
font-size: 17px;
border: none;
float: left;
width: 75%;
background: white;
height: 50px;
}
.overlays input[type=text]:hover {
background: #f1f1f1;
height: 50px;
}
/* .overlays button {
float: left;
width: 25%;
padding: 15px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;height: 40px;
}
.overlay button:hover {
background: #bbb;height: 40px;
}*/
</style>
<style>
* {
box-sizing: border-box;
}
/*the container must be positioned relative:*/
.autocomplete {
position: relative;
display: inline-block;
width: 100%;
}
input {
border: 1px solid transparent;
background-color: #f1f1f1;
padding: 10px;
font-size: 16px;
width: 100%;
}
input[type=text] {
background-color: #f1f1f1;
width: 100%;
}
input[type=submit] {
background-color: DodgerBlue;
color: #fff;
cursor: pointer;
width: 100%;
}
.autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 99;
/*position the autocomplete items to be the same width as the container:*/
top: 100%;
left: 0;
right: 0;
width: 100%;
}
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
width: 100%;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
background-color: #e9e9e9;
width: 100%;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
background-color: DodgerBlue !important;
color: #ffffff;
width: 100%;
}
</style>
<style>
.blog-text {
display: block;
color: var(--sonic-silver);
font-size: var(--fs-6);
font-weight: var(--weight-500);
margin-bottom: 10px;
}
@media (min-width: 480px) {
.blog-text {
display: block;
color: var(--sonic-silver);
font-size: var(--fs-6);
font-weight: var(--weight-500);
margin-bottom: 10px;
}
.el-border {
padding: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.blog-text {
--fs-6: 1rem;
}
.el-border {
padding: 5px;
margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
.blog-text {
--fs-6: 1.125rem;
}
}
@media (min-width: 480px) {
.container {
padding: 0 0px;
}
}
</style>
<style>
.modal2 {
width: 100%;
display: block;
justify-content: center;
align-items: center;
}
.modal-content2 {
position: relative;
max-width: 100%;
margin: 20px;
background: var(--white);
border-radius: var(--border-radius-md);
overflow: hidden;
z-index: 5;
}
.newsletter2 {
padding: 50px 30px;
text-align: center;
}
.newsletter-header2 {
margin-bottom: 20px;
}
.newsletter-title2 {
color: var(--onyx);
font-size: var(--fs-2);
font-weight: var(--weight-600);
margin-bottom: 10px;
}
.newsletter-desc2 {
color: var(--sonic-silver);
font-size: var(--fs-7);
line-height: 1.6;
}
.email-field2 {
font-size: var(--fs-7);
padding: 8px 16px;
border-radius: var(--border-radius-sm);
border: 1px solid var(--cultured);
margin-bottom: 16px;
}
.btn-newsletter2 {
background: var(--eerie-black);
color: var(--white);
font-size: var(--fs-7);
font-weight: var(--weight-600);
text-transform: uppercase;
padding: 10px 15px;
border-radius: var(--border-radius-sm);
margin: auto;
transition: var(--transition-timing);
}
.btn-newsletter2:hover {
background: var(--salmon-pink);
}
.border-new {
padding: 20px;
margin-bottom: 30px;
border: 1px solid var(--cultured);
background-color: rgba(255, 102, 102, 0.295);
border-radius: var(--border-radius-md);
}
.el-border {
padding: 10px;
margin-bottom: 20px;
border: 1px solid var(--cultured);
border-radius: var(--border-radius-md);
}
</style>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
/* background-color: #000;
color: white;*/
height: 100%;
width: 100%;
}
.modalFull {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
display: none;
-webkit-overflow-scrolling: touch;
outline: 0;
overflow: hidden;
}
.closeModalFull {
font-size: 50px;
font-weight: 900;
line-height: 1;
color: #aaaaaa;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: 0.5;
position: fixed;
top: 30px;
right: 40px;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: none;
}
.closeModalFull:hover,
.closeModalFull:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 0.5;
}
.closeModalFull:focus {
outline: none;
}
</style>
</head>
<body>
<div class="container"><br>
<div class="el-border">
<div style="text-align: justify; margin: 40px;">
<h1 style="text-align: center;">{{politicaDePrivacidad}}</h1>
<h2>{{siteName}}</h2>
<br>{{politicaDePrivacidadTexto}}
</div>
</div>
</div>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
</body>
</html>