-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
333 lines (328 loc) · 19.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title data-i18n="title">¿Cuánto es 1km?</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="img/mdc-bottom-navigation.css" rel="stylesheet" />
<link rel="shortcut icon" href="img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="¿Cuánto es 1km? te permite ver hasta dónde puedes andar con tus hijos durante la fase de desconfinamiento por la crisis del COVID-19."/>
<meta name="theme-color" content="#973572" />
<meta property="og:title" content="¿Cuánto es 1km?" />
<meta property="og:description" content="¿Cuánto es 1km? te permite ver hasta dónde puedes andar con tus hijos durante la fase de desconfinamiento por la crisis del COVID-19." />
<meta property="og:image" content="https://1km.geomatico.es/img/1km.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://1km.geomatico.es" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="es_ES" />
<meta name="twitter:title" content="¿Cuánto es 1km?" />
<meta name="twitter:description" content="¿Cuánto es 1km? te permite ver hasta dónde puedes andar con tus hijos durante la fase de desconfinamiento por la crisis del COVID-19." />
<meta name="twitter:image" content="https://1km.geomatico.es/img/1km.png" />
<meta name="twitter:card" content="summary" />
<style>
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
overflow-x: hidden;
height: 100%;
}
body {
background: #fff;
padding: 0;
margin: 0;
font-family: 'Varela Round', sans-serif;
}
#map {
position: absolute;
width: 100%;
height: 100%;
}
.header {
display: block;
margin: 0 auto;
width: 100%;
max-width: 100%;
box-shadow: none;
background-color: #973572;
position: fixed;
height: 60px!important;
overflow: hidden;
z-index: 10;
}
.main {
position: absolute;
top: 60px;
bottom: 56px;
width: 100%;
}
.mainInner{
display: table;
height: 100%;
width: 100%;
text-align: center;
}
.mainInner div{
display:table-cell;
vertical-align: middle;
font-size: 3em;
font-weight: bold;
letter-spacing: 1.25px;
}
#sidebarMenu {
position: fixed;
width: 300px;
top: 60px;
bottom: 0;
left: 0;
transform: translateX(-300px);
transition: transform 250ms ease-in-out;
background-color: #973572;
z-index: 1000;
overflow: auto;
}
.sidebarMenuInner{
margin:0;
padding:0;
border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
list-style: none;
color: #fff;
text-transform: uppercase;
font-weight: bold;
padding: 20px;
cursor: pointer;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header li{
list-style: none;
color: #fff;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 13px 55px;
cursor: pointer;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header li .subtitle {
display: block;
font-size: 14px;
color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li .subtitle{
display: block;
font-size: 10px;
color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
color: #fff;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
transform: translateX(0);
}
input[type=checkbox] {
transition: all 0.3s;
box-sizing: border-box;
display: none;
}
.sidebarIconToggle {
transition: all 0.3s;
box-sizing: border-box;
cursor: pointer;
position: absolute;
z-index: 99;
height: 100%;
width: 100%;
top: 22px;
left: 15px;
height: 22px;
width: 22px;
}
.spinner {
transition: all 0.3s;
box-sizing: border-box;
position: absolute;
height: 3px;
width: 100%;
background-color: #fff;
}
.horizontal {
transition: all 0.3s;
box-sizing: border-box;
position: relative;
float: left;
margin-top: 3px;
}
.diagonal.part-1 {
position: relative;
transition: all 0.3s;
box-sizing: border-box;
float: left;
}
.diagonal.part-2 {
transition: all 0.3s;
box-sizing: border-box;
position: relative;
float: left;
margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
transition: all 0.3s;
box-sizing: border-box;
opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
transition: all 0.3s;
box-sizing: border-box;
transform: rotate(135deg);
margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
transition: all 0.3s;
box-sizing: border-box;
transform: rotate(-135deg);
margin-top: -9px;
}
.desc {
color: white;
padding: 20px;
text-align: justify;
font-size: 14px;
}
.logo {
height: 80px;
position: absolute;
left: 30px;
}
.logoMB {
width: 125px;
position: absolute;
right: 35px;
margin-top: 30px;
}
.dismiss {
font-family: 'Varela Round', sans-serif;
display: block;
margin-right: 0;
margin-left: auto;
border: 0;
background: none;
box-shadow: none;
border-radius: 0px;
background-color: #5E063D;
border-radius: 6px;
padding: 8px 15px;
color: #fff;
font-weight: bold;
font-size: 16px;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 3px;
background-color: #5E063D;
}
.legal {
font-size: 9px;
right: 0;
text-align: center;
padding-bottom: 20px;
}
.legal a {
color:#fff;
}
.desc a {
color:#fff;
}
.logo-header {
height: 40px;
float: right;
padding: 10px;
}
</style>
</head>
<body>
<div class="header">
<img class='logo-header' src='img/markers.svg'>
<ul class="sidebarMenuInner">
<li><span data-i18n="title">¿Cuánto es 1km?</span><span class="subtitle" data-i18n="subtitle">Clica en el mapa sobre tu casa</span></a></li>
</ul>
</div>
<input type="checkbox" class="openSidebarMenu" id="openSidebarMenu" checked>
<label for="openSidebarMenu" class="sidebarIconToggle">
<div class="spinner diagonal part-1"></div>
<div class="spinner horizontal"></div>
<div class="spinner diagonal part-2"></div>
</label>
<div id="sidebarMenu">
<div class="desc">
<p data-i18n="desc1">Haz clic sobre el mapa y visualiza hasta dónde puedes andar durante la fase 0 de desconfinamiento por la crisis del COVID-19. También podrás ver los <b>límites municipales</b> cuando vayas a hacer deporte.</p>
<p data-i18n="desc2">La aplicación 1km ha sido desarrollada por <a href='http://geomatico.es' target='_blank'>geomatico</a>. Cartografía y buscador gentileza de <a href='https://mapbox.com' target='_blank'>Mapbox</a>.</p>
<p data-i18n="desc3" class="cookie-notification">No recopilamos tu información personal, ni tu posición. Sólo usamos cookies técnicas. 1km es <a href='https://github.com/geomatico/1km' target='_blank'>código libre</a>.</p>
<div class="legal">
<a data-i18n="cookies" href="https://geomatico.es/cookies-1km/" target="_blank">política de cookies</a>
<span> | </span>
<a data-i18n="private" href="https://geomatico.es/privacidad-1km/" target="_blank">política de privacidad</a>
</div>
<button class="dismiss" onclick="document.getElementById('openSidebarMenu').checked = false;" data-i18n="accept">Aceptar</button>
</div>
<div class='logos'>
<a href='http://geomatico.es' target='_blank'><img class='logo' src='img/logo.svg'></a>
<a href='http://www.mapbox.com' target='_blank'><img class='logoMB' src='img/mapbox_logo.png'></a>
</div>
</div>
<div id='center' class="main center">
<div id="map"></div>
</div>
<div class="mdc-bottom-navigation">
<nav class="mdc-bottom-navigation__list">
<span class="mdc-bottom-navigation__list-item" data-id="km">
<span class="material-icons mdc-bottom-navigation__list-item__icon">
<svg style="width:24px;height:24px" viewBox="0 0 1000 1000">
<path d="M500,10C232.1,10,10,232.1,10,500c0,267.9,222.1,490,490,490c267.9,0,490-222.1,490-490C990,232.1,767.9,10,500,10z M500,892c-215.6,0-392-176.4-392-392c0-215.6,176.4-392,392-392c215.6,0,392,176.4,392,392C892,715.6,715.6,892,500,892z" />
<path d="m 500,374.29322 c 69.13151,0 125.70678,56.57527 125.70678,125.70678 0,69.13151 -56.57527,125.70678 -125.70678,125.70678 -69.13151,0 -125.70678,-56.57527 -125.70678,-125.70678 0,-69.13151 56.57527,-125.70678 125.70678,-125.70678 z" />
</svg>
</span>
<span data-i18n="1km" class="mdc-bottom-navigation__list-item__text">1km</span>
</span>
<span class="mdc-bottom-navigation__list-item" data-id="municipio">
<span class="material-icons mdc-bottom-navigation__list-item__icon">
<svg style="width:24px;height:24px" viewBox="0 0 400 400">
<path d="M222.859,330.9V188.398c0-4.487-3.642-8.129-8.129-8.129c-4.487,0-8.129,3.642-8.129,8.129V330.9 c0,4.487,3.642,8.129,8.129,8.129C219.226,339.028,222.859,335.387,222.859,330.9z" />
<path d="M271.273,330.9V188.398c0-4.487-3.642-8.129-8.129-8.129s-8.129,3.642-8.129,8.129V330.9 c0,4.487,3.642,8.129,8.129,8.129S271.273,335.387,271.273,330.9z" />
<path d="M362.931,371.542V330.9c0-4.487-3.642-8.129-8.129-8.129h-36.107V172.059 c0-4.487-3.642-8.129-8.129-8.129c-4.487,0-8.129,3.642-8.129,8.129V330.9c0,4.487,3.642,8.129,8.129,8.129h36.107v24.386H35.39 v-24.386h36.091c4.487,0,8.129-3.642,8.129-8.129v-158.84c0-4.487-3.642-8.129-8.129-8.129c-4.487,0-8.129,3.642-8.129,8.129 v150.712H27.261c-4.487,0-8.129,3.642-8.129,8.129v40.643c0,4.487,3.642,8.129,8.129,8.129h327.541 C359.297,379.671,362.931,376.029,362.931,371.542z" />
<path d="M127.04,330.9V188.398c0-4.487-3.642-8.129-8.129-8.129c-4.487,0-8.129,3.642-8.129,8.129V330.9 c0,4.487,3.642,8.129,8.129,8.129C123.398,339.028,127.04,335.387,127.04,330.9z" />
<path d="M175.445,330.9V188.398c0-4.487-3.642-8.129-8.129-8.129c-4.487,0-8.129,3.642-8.129,8.129V330.9 c0,4.487,3.642,8.129,8.129,8.129C171.804,339.028,175.445,335.387,175.445,330.9z" />
<path d="M0.38,142.081c1.065,3.382,4.202,5.682,7.755,5.682h365.794c3.536,0,6.665-2.284,7.747-5.657 c1.073-3.373-0.154-7.047-3.04-9.096L196.937,3.895c-2.804-2-6.56-2.008-9.372-0.033L3.461,132.969 C0.559,135.009-0.693,138.691,0.38,142.081z M192.198,20.469l156.264,111.028H33.886L192.198,20.469z" />
</svg>
</span>
<span data-i18n="municipality" class="mdc-bottom-navigation__list-item__text">Municipio</span>
</span>
<!--span class="mdc-bottom-navigation__list-item" data-id="provincia">
<span class="material-icons mdc-bottom-navigation__list-item__icon">
<svg style="width:24px;height:24px" viewBox="0 0 1000 1000">
<path d="m 517.1,990 c -6.9,0 -13,-2.6 -17.8,-7.6 -8.8,-9.1 -12.4,-25.7 -11.5,-52.1 -0.5,-9.6 -2.4,-17.7 -10.2,-26.1 l -1.1,-1.1 -0.2,-0.3 c -2.2,1.3 -7.7,7 -12.3,23 l -0.6,2.2 -1.3,1.9 c -8.8,13.1 -19.2,15 -24.7,15 -10.8,0 -20.3,-7.1 -24.9,-18.7 -12.6,-25.1 6.8,-56.6 22.7,-78.2 l 0.7,-0.9 c 13.2,-15.2 18.5,-28.7 25.2,-45.8 3.1,-7.8 6.5,-16.6 11.1,-26.3 -4,0.5 -7.4,0.7 -10.5,0.7 h -0.1 c -4,0 -16,0 -24.1,-9.4 -10,-11.6 -8.2,-29.1 -3.5,-61.1 -1.1,-8.8 -5.1,-8.8 -7.1,-8.8 -1.5,0 -3.3,0.3 -5.2,0.8 l -1,0.3 -1,0.1 c -3.4,0.5 -6.1,2.1 -10.7,4.9 -6.8,4.2 -16.2,9.9 -30.8,9.9 -5.1,0 -10.5,-0.7 -16.3,-2.1 h -1.5 c -2.7,0 -8,0.6 -8.7,2.6 -3,18.7 -10.5,44 -29.1,59.2 l -2.6,1.9 -3.4,0.7 c -1.2,0.3 -2.5,0.4 -3.7,0.4 v 0 c -12.1,0 -20.4,-11 -29.2,-22.6 -3,-4 -6.2,-8.2 -8.7,-10.8 l -1.7,-1.7 -1,-2.2 c -1,-2.2 -2.4,-3.2 -3.1,-3.2 -1.2,0 -3.6,1.8 -5.4,6.7 -6.3,18.7 -19.5,29.9 -35.5,29.9 -5.1,0 -10.3,-1.2 -15.4,-3.5 l -1.9,-0.9 -1.6,-1.4 c -3.7,-3.2 -11.1,-5.6 -20.2,-6.5 l -20,-2 8.3,-18.3 c 7.5,-16.5 1.9,-30.1 -2.6,-33.4 -18,-13.3 -28,-29.6 -28.2,-45.8 -0.1,-9.5 3.2,-23.5 19.3,-36.2 17.3,-13.9 15.8,-23.7 6.3,-37.6 -8.4,-9.7 -14.2,-14.6 -22.3,-14.6 -9.1,0 -21.9,6.3 -37,18.1 -5.8,4.9 -12.9,7.6 -20.4,7.6 -11.4,0 -22.1,-6.3 -27.4,-15.9 -4.9,-9 -4.4,-19.8 1.5,-28.8 18.7,-29.5 43.8,-49.9 76.5,-62.3 6.1,-2.6 12.8,-10.7 14.1,-17.1 0.2,-1 0.2,-1.8 0.1,-2.4 -15.6,-9.6 -30.4,-29.5 -19.7,-70.8 4.4,-25.4 -2.4,-32 -11,-37.4 l -15.5,-9.7 10.9,-10.5 c 5,-13.9 9.5,-28.8 9.8,-44.6 -3,-31 -7.1,-56.7 -12,-76.4 l -1.1,-4.2 1.4,-4.1 c 10.6,-30.1 21.1,-57.4 42.6,-87.3 C 183,96.3 213.1,79 243.3,79 c 11.3,0 22.7,2.4 33.8,7.1 7.5,3 27,10.6 36.8,10.6 0.8,0 1.3,-0.1 1.6,-0.1 1.6,-1.1 2.5,-1.9 3.1,-2.4 -0.8,-1.3 -2.9,-4 -8.1,-8.6 -11.4,-8.8 -26.1,-22.3 -24.2,-38.9 1.3,-10.7 8.8,-19.2 22.3,-25.3 16.1,-7.5 32.8,-11.3 49.5,-11.3 27.6,0 54.2,10.2 76.8,29.6 23.7,11.9 45.3,18.5 66,20.2 h 0.1 c 31.2,0 50.8,15.4 77.8,36.7 2.2,1.7 4.5,3.5 6.8,5.3 10.7,6.6 20.3,9.8 29.4,9.8 19.5,0 39,-15.9 58,-47.1 l 26.5,5.9 c 3,26.7 9.4,32.4 10.8,32.4 1.1,0 11.9,-0.9 35.6,-32.1 l 2.8,-3.7 4.4,-1.4 c 4,-1.2 8.1,-1.9 12.3,-1.9 16.1,0 32.4,9.4 43.6,25.1 14.3,20.1 17.9,46.2 9.7,69.8 l -0.5,1.5 -0.8,1.3 c -0.8,1.4 -0.9,2 -0.9,2 0,0 1.5,5.6 20.4,13.9 l 2.9,-6.2 14.2,11.6 c 35.8,29.3 55,71.6 52.8,115.9 -2,39.5 -20.9,73.8 -51.6,94.1 l -1.6,1 -1.8,0.6 c -8.1,2.7 -13.7,7.8 -16.8,15.3 -4.2,10.3 -3.2,24.2 2.6,36.9 18.8,17.8 35.5,52.7 30.8,81 l -0.1,0.5 c -3.8,19.3 6.2,34.4 24.2,59.5 9.5,13.2 20.2,28.1 29,46 l 4.4,9 -6.9,7.2 c -6.6,7 -10.8,12.5 -13.4,16.5 4.5,-3.2 9.1,-4.8 13.7,-4.8 6.9,0 13,3.7 16.3,9.9 4.9,9.3 2.5,23.2 -6.4,36.2 l -0.2,0.2 c -23.5,32.9 -20.7,74.4 -15.6,106.9 l 1,6.8 -4.6,5.1 c -17.1,18.8 -36.4,28.4 -57.4,28.4 -16.9,0 -34.5,-6.1 -53.6,-18.6 l -0.4,-0.3 c -3.7,-2.6 -8.4,-4 -14,-4 -10.2,0 -22,4.5 -33.4,12.3 17.6,7.4 26.4,22.8 27.3,38.1 1.3,21.9 -14,46.5 -41.8,49.7 l -9.3,1.1 -4.8,-8 c -23.2,-39.2 -45.2,-43.8 -59.7,-43.8 -4.7,0 -9.7,0.6 -14.9,1.7 -13.7,2.8 -18.8,6.8 -19.6,8.5 -0.3,0.6 0,2.5 1.5,5.2 l 0.4,0.7 c 6.4,13.5 2.2,32.4 -0.9,42.4 -2.4,7.8 -9.2,26.7 -21.1,34.5 l -9.7,6.4 -8.3,-8.1 c -2.3,-2.2 -10.4,-9.5 -20.7,-9.5 -7,0 -14,3.5 -20.9,10.5 l -0.3,0.3 C 536.9,984.7 526.7,990 517.1,990 Z M 499.6,885.6 c 14,15.7 16.4,31.7 16.9,44 v 0.6 0.6 c -0.7,18.1 1.3,26.3 2.5,29.7 1.8,-1 4.9,-3 9.4,-7.3 15.5,-15.5 30.9,-18.8 41.2,-18.8 11.3,0 20.8,3.7 28,7.9 1.5,-3.1 3.1,-7.1 4.5,-11.7 3.4,-11.3 2.9,-18.8 2.2,-20.8 -7.1,-13.5 -5,-24 -2,-30.5 5.6,-12 19,-20.2 39.7,-24.5 7.1,-1.5 14.1,-2.3 20.8,-2.3 30.9,0 56.6,15.8 78.4,48.2 6,-3.8 8.9,-10.6 8.5,-16.8 -0.6,-9.9 -9,-15.5 -23.1,-15.5 -2.1,0 -4.2,0.1 -6.5,0.4 l -12.5,-23.6 c 22.3,-26.3 51,-42 76.8,-42 11.3,0 21.8,3.1 30.3,9.1 14.3,9.3 26.6,13.8 37.7,13.8 11.1,0 21.4,-4.7 31.6,-14.3 -4.7,-34.2 -5.8,-75.8 16.3,-112.7 -1.1,0.1 -2.2,0.2 -3.3,0.2 -10.4,0 -18.7,-5.1 -22.5,-13.8 -5.4,-12.5 0.1,-28.3 16.9,-48 -6.8,-12.1 -14.5,-22.9 -22,-33.4 -18.2,-25.3 -35.4,-49.2 -29.1,-81.5 2.8,-17.9 -10.4,-45.1 -23.6,-56.6 l -2.1,-1.8 -1.3,-2.5 c -10.6,-20.8 -12.3,-44.4 -4.7,-63 6,-14.7 17.1,-25.3 32.3,-30.9 22.2,-15.3 35.8,-40.9 37.3,-70.6 1.7,-32.8 -11.6,-64.2 -36.7,-87.3 l -2.1,-0.8 c -29.1,-10.4 -44.9,-21.8 -49.9,-36.1 -2,-5.8 -3.2,-14.7 2.6,-25 4.6,-14.6 2.3,-30.4 -6.4,-42.5 C 780,97.4 772.2,92.4 765.5,92.4 h -0.1 c -21,26.6 -38.5,39 -55,39 -6.8,0 -19.4,-2.4 -28.5,-18.2 -1.2,-2.2 -2.4,-4.5 -3.4,-7.1 C 659,129 638,140.2 615,140.2 c -14.6,0 -29.9,-4.9 -45.3,-14.5 l -0.6,-0.4 -0.6,-0.5 c -2.6,-2 -5.1,-4 -7.5,-5.9 C 536,99.2 522.2,88.4 500.9,88.4 h -1.1 -0.6 c -25.1,-1.9 -50.9,-9.8 -78.9,-24 l -1.6,-0.8 -1.4,-1.2 C 399.7,46.9 379.2,38.7 358,38.7 c -12.5,0 -25.1,2.9 -37.5,8.6 l -0.2,0.1 c -2.6,1.2 -4.2,2.2 -5,2.8 1.1,1.8 4.1,5.9 12.9,12.7 l 0.7,0.6 c 9.8,8.5 19.6,19 18.7,32.7 -0.6,9.3 -6.1,17.5 -16.3,24.3 -4.6,3.2 -10.5,4.9 -17.5,4.9 -13.5,0 -30.8,-6.1 -47.5,-12.7 l -0.4,-0.1 c -7.6,-3.2 -15.2,-4.9 -22.7,-4.9 -30.9,0 -51.5,26.2 -57.1,34.3 l -0.1,0.2 c -18.4,25.5 -28.1,49.7 -37.5,76.1 4.9,20.6 8.8,46.5 11.8,77.1 l 0.1,0.8 v 0.8 c -0.2,17.6 -4.2,33.5 -9.1,48.2 18.9,17.6 17.9,41 14.5,60.1 l -0.3,1.1 c -8.3,31.6 3.7,38 8.3,40.4 l 1.9,1 1.5,1.5 c 7.5,7.5 10.4,17.8 8.2,29.1 -3.1,15.9 -16.4,31.9 -31.5,38.1 l -0.4,0.2 c -26.8,10.1 -47.3,26.8 -62.7,51 0.4,0.3 1,0.5 1.7,0.5 0.4,0 1.1,-0.1 1.9,-0.8 l 0.5,-0.4 c 20.9,-16.4 38.9,-24.4 55,-24.4 22.9,0 36.5,15.7 44.6,25.1 l 0.5,0.6 0.4,0.6 c 20.1,28.8 16.2,54.8 -11.6,77 l -0.2,0.1 c -5.6,4.3 -8.4,8.8 -8.3,13.2 0.1,6.8 6.3,15.4 16.5,23 12.5,9.1 21,28.9 17.1,51.4 6.6,2 12.3,4.8 17,8.4 0.9,0.3 1.6,0.4 2.3,0.4 3.3,0 6.6,-5.2 8.3,-10.4 l 0.1,-0.3 c 5.7,-16 18.1,-26 32.5,-26 11.4,0 21.9,6.6 27.9,17.5 3.2,3.6 6.4,7.8 9.5,11.9 1.4,1.9 3.3,4.3 5,6.5 5.6,-8.2 9.7,-19.9 11.9,-34 l 0.1,-0.8 c 3.3,-15.8 17.5,-25.6 36.8,-25.6 1.6,0 3.3,0.1 4.9,0.2 l 1.2,0.1 1.2,0.3 c 4,1 7.5,1.5 10.6,1.5 6.5,0 10.2,-2.3 15.8,-5.7 5.3,-3.2 11.8,-7.2 20.8,-8.7 4.1,-1.1 8.2,-1.6 12.1,-1.6 20.1,0 34.1,14.4 35.8,36.8 l 0.1,1.6 -0.2,1.6 c -1.8,12.4 -4.8,32.7 -3.5,39.2 0.6,0.1 1.3,0.1 2.4,0.1 1.8,0 3.9,-0.2 6.5,-0.5 5.6,-1.5 10.3,-2.2 14.4,-2.2 10.7,0 16.2,4.9 18.9,9 6.7,9.9 1.9,21.7 -1.3,29.4 l -0.9,2 c -4.7,9.8 -8.1,18.5 -11.5,27 -7.1,18 -13.7,34.9 -29.9,53.7 -22.7,31.2 -21.6,43.6 -20.1,47.4 11.3,-33.8 29.1,-39 39,-39 9.4,0.2 17.9,4.8 23,12.2 z" />
</svg>
</span>
<span data-i18n="province" class="mdc-bottom-navigation__list-item__text">Provincia</span>
</span-->
</nav>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164546189-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-164546189-1');
</script>
</body>
</html>