forked from hansonrobotics/ChatScript-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathameca(1).css
More file actions
660 lines (530 loc) · 93 KB
/
Copy pathameca(1).css
File metadata and controls
660 lines (530 loc) · 93 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
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
start https://www.engineeredarts.co.uk
<!doctype html>
<html lang="es-ES">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<base href="https://www.engineeredarts.co.uk/" />
<!--<link rel="preload" as="script" href="https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/scripts/main_925cfcbf.js">-->
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="alternate" href="https://www.engineeredarts.co.uk/" hreflang="en" />
<link rel="alternate" href="https://www.engineeredarts.co.uk/de/startseit/" hreflang="de" />
<link rel="alternate" href="https://www.engineeredarts.co.uk/es/inicio/" hreflang="es" />
<link rel="alternate" href="https://www.engineeredarts.co.uk/hi/%e0%a4%98%e0%a4%b0/" hreflang="hi" />
<link rel="alternate" href="https://www.engineeredarts.co.uk/ar/%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9/" hreflang="ar" />
<link rel="alternate" href="https://www.engineeredarts.co.uk/zh/%e9%a6%96%e9%a1%b5/" hreflang="zh" />
<!-- This site is optimized with the Yoast SEO plugin v21.1 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Inicio - Engineered Arts</title>
<meta name="description" content="Engineered Arts es el diseñador y fabricante líder de robots de entretenimiento humanoides. Nuestros robots crean una experiencia que el público nunca olvida." />
<link rel="canonical" href="https://www.engineeredarts.co.uk/es/inicio/" />
<meta property="og:locale" content="es_ES" />
<meta property="og:locale:alternate" content="en_GB" />
<meta property="og:locale:alternate" content="de_DE" />
<meta property="og:locale:alternate" content="hi_IN" />
<meta property="og:locale:alternate" content="ar_AR" />
<meta property="og:locale:alternate" content="zh_CN" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Need to draw a crowd? Want more footfall? Our hyper-advanced robots inspire awe wherever they are across the globe." />
<meta property="og:description" content="Engineered Arts is the UK’s leading designer and manufacturer of humanoid entertainment robots. For science centres, theme parks and businesses looking to attract a crowd, our robots make for an experience that visitors, delegates and audiences will never forget." />
<meta property="og:url" content="https://www.engineeredarts.co.uk/es/inicio/" />
<meta property="og:site_name" content="Engineered Arts" />
<meta property="article:publisher" content="https://www.facebook.com/EngArtsLtd" />
<meta property="article:modified_time" content="2022-05-24T09:13:16+00:00" />
<meta property="og:image" content="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/homepage-banner-mobile.jpg" />
<meta property="og:image:width" content="1536" />
<meta property="og:image:height" content="1536" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Need to draw a crowd? Want more footfall? Our hyper-advanced robots inspire awe wherever they are across the globe." />
<meta name="twitter:image" content="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/homepage-banner-mobile.jpg" />
<meta name="twitter:site" content="@engineered_arts" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.engineeredarts.co.uk/es/inicio/","url":"https://www.engineeredarts.co.uk/es/inicio/","name":"Inicio - Engineered Arts","isPartOf":{"@id":"https://www.engineeredarts.co.uk/#website"},"about":{"@id":"https://www.engineeredarts.co.uk/#organization"},"primaryImageOfPage":{"@id":"https://www.engineeredarts.co.uk/es/inicio/#primaryimage"},"image":{"@id":"https://www.engineeredarts.co.uk/es/inicio/#primaryimage"},"thumbnailUrl":"https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/Ameca-white.svg","datePublished":"2021-06-25T08:24:52+00:00","dateModified":"2022-05-24T09:13:16+00:00","description":"Engineered Arts es el diseñador y fabricante líder de robots de entretenimiento humanoides. Nuestros robots crean una experiencia que el público nunca olvida.","breadcrumb":{"@id":"https://www.engineeredarts.co.uk/es/inicio/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https://www.engineeredarts.co.uk/es/inicio/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https://www.engineeredarts.co.uk/es/inicio/#primaryimage","url":"https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/Ameca-white.svg","contentUrl":"https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/Ameca-white.svg"},{"@type":"BreadcrumbList","@id":"https://www.engineeredarts.co.uk/es/inicio/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio"}]},{"@type":"WebSite","@id":"https://www.engineeredarts.co.uk/#website","url":"https://www.engineeredarts.co.uk/","name":"Engineered Arts","description":"Maravilla de vanguardia","publisher":{"@id":"https://www.engineeredarts.co.uk/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.engineeredarts.co.uk/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https://www.engineeredarts.co.uk/#organization","name":"Engineered Arts Ltd","url":"https://www.engineeredarts.co.uk/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https://www.engineeredarts.co.uk/#/schema/logo/image/","url":"https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo.svg","contentUrl":"https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo.svg","width":"1024","height":"1024","caption":"Engineered Arts Ltd"},"image":{"@id":"https://www.engineeredarts.co.uk/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/EngArtsLtd","https://twitter.com/engineered_arts","https://www.instagram.com/engineered_arts/","https://www.linkedin.com/company/engineered-arts-ltd","https://www.youtube.com/channel/UCVIo_UX--1R03WE_U3I6xEA"]}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//www.google.com' />
<link rel="stylesheet preload" as="style" id='classic-theme-styles-css' href='https://www.engineeredarts.co.uk/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--light: #eaeef1;--wp--preset--color--dark: #161818;--wp--preset--color--blue: #61A4D7;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="stylesheet preload" as="style" id='sage/main.css-css' href='https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/styles/main_925cfcbf.css' type='text/css' media='all' />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.engineeredarts.co.uk/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.4" />
<link rel='shortlink' href='https://www.engineeredarts.co.uk/' />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <!--<link rel="preload" as="style" href="https://use.typekit.net/jqe0tzb.css" onload="this.onload=null;this.rel='stylesheet'">-->
<link rel="preload" href="https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/fonts/nunito-regular-webfont_c9ba2b0d.woff2" as="font" type="font/woff2">
<link rel="preload" href="https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/fonts/nunito-bold-webfont_237bf1c7.woff2" as="font" type="font/woff2">
<link rel="preload" href="https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/fonts/nunitosans-bold-webfont_2acb36b4.woff2" as="font" type="font/woff2">
<link rel="shortcut icon" type=image/x-icon href="cropped-Site-Icon-E-300x300.png">
<link rel="apple-touch-icon" href="cropped-Site-Icon-E-300x300.png">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-98179293-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0FRT4BBRTR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0FRT4BBRTR');
</script>
</head> <body class="home page-template page-template-template-homepage template-homepage page page-id-13888 app-data index-data singular-data page-data page-13888-data page-inicio-data template-homepage-data front-page-data">
<aside class="js-offcanvas d-lg-none slideout-menu slideout-menu-left p-4 bg-dark text-white" data-offcanvas-options='{ "modifiers": "left,overlay" }' id="off-canvas" style="touch-action: pan-x;">
<div id="logo-wrapper-mobile" class="logo-wrapper ml-auto mr-auto d-lg-none mb-3 mt-5">
<a href="https://www.engineeredarts.co.uk/es/inicio/" class="logo ratio ratio-3x1 d-block" title="Engineered Arts Limited">
<img src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo-light.svg" class="attachment-full size-full" alt="Engineered Arts logo light." decoding="async" loading="lazy" />
</a>
</div>
<div class="menu-primary-navigation-espanol-container"><ul id="primary_navigation_collapse" class="navbar-nav mb-5"><li id="menu-item-13908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13908 nav-item"><a href="#collapse_13908" class="nav-link collapsed" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse_13908" data-bs-parent="#primary_navigation_collapse" role="tab" id="link_collapse_13908">Robots</a>
<ul id="collapse_13908" class="nav flex-column collapse " aria-labelledby="link_collapse_13908" role="tabpanel">
<li id="menu-item-16094" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16094 nav-item"><a href="https://www.engineeredarts.co.uk/robot/ameca/" class="nav-link">Ameca</a></li>
<li id="menu-item-16093" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16093 nav-item"><a href="https://www.engineeredarts.co.uk/robot/ameca-desktop/" class="nav-link">Ameca Desktop</a></li>
<li id="menu-item-15090" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15090 nav-item"><a href="https://www.engineeredarts.co.uk/es/robot/mesmer/" class="nav-link">Mesmer</a></li>
<li id="menu-item-15093" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15093 nav-item"><a href="https://www.engineeredarts.co.uk/es/robot/quinn/" class="nav-link">Quinn</a></li>
<li id="menu-item-15092" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15092 nav-item"><a href="https://www.engineeredarts.co.uk/es/robot/robothespian/" class="nav-link">RoboThespian</a></li>
<li id="menu-item-15094" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15094 nav-item"><a href="https://www.engineeredarts.co.uk/es/robot/encargos-de-robots-personalizados/" class="nav-link">Personalizados</a></li>
</ul>
</li>
<li id="menu-item-13907" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13907 nav-item"><a href="#collapse_13907" class="nav-link collapsed" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse_13907" data-bs-parent="#primary_navigation_collapse" role="tab" id="link_collapse_13907">Software</a>
<ul id="collapse_13907" class="nav flex-column collapse " aria-labelledby="link_collapse_13907" role="tabpanel">
<li id="menu-item-15097" class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15097 nav-item"><a href="https://www.engineeredarts.co.uk/es/software/tritium/" class="nav-link">Tritium</a></li>
<li id="menu-item-15095" class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15095 nav-item"><a href="https://www.engineeredarts.co.uk/es/software/robot-virtual/" class="nav-link">Robot Virtual</a></li>
<li id="menu-item-16114" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16114 nav-item"><a href="https://www.engineeredarts.co.uk/software/artificial-intelligence-vs-human-intelligence/" class="nav-link">IA vs IH</a></li>
</ul>
</li>
<li id="menu-item-13909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13909 nav-item"><a href="https://www.engineeredarts.co.uk/es/robot-rental/" class="nav-link">Alquiler</a></li>
<li id="menu-item-15089" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15089 nav-item"><a href="#collapse_15089" class="nav-link collapsed" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse_15089" data-bs-parent="#primary_navigation_collapse" role="tab" id="link_collapse_15089">Más</a>
<ul id="collapse_15089" class="nav flex-column collapse " aria-labelledby="link_collapse_15089" role="tabpanel">
<li id="menu-item-13950" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13950 nav-item"><a href="https://www.engineeredarts.co.uk/es/mas/nuestra-historia/" class="nav-link">Nuestra Historia</a></li>
<li id="menu-item-15103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15103 nav-item"><a href="https://www.engineeredarts.co.uk/es/mas/blog/" class="nav-link">Blog</a></li>
<li id="menu-item-13956" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13956 nav-item"><a href="https://www.engineeredarts.co.uk/es/mas/descarga-de-folletos/" class="nav-link">Descarga de folletos</a></li>
<li id="menu-item-14603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14603 nav-item"><a href="https://www.engineeredarts.co.uk/es/mas/conoce-al-equipo/" class="nav-link">Conoce al equipo</a></li>
<li id="menu-item-15433" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15433 nav-item"><a href="https://www.engineeredarts.co.uk/jobs/" class="nav-link">Carreras</a></li>
<li id="menu-item-13962" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13962 nav-item"><a href="https://www.engineeredarts.co.uk/category/press/" class="nav-link">Centro de Medios</a></li>
<li id="menu-item-13952" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13952 nav-item"><a href="https://www.engineeredarts.co.uk/es/mas/tienes-alguna-pregunta-sobre-nuestros-robots/" class="nav-link">Preguntas Frecuentes</a></li>
</ul>
</li>
<li id="menu-item-13911" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13911 nav-item"><a href="#collapse_13911" class="nav-link collapsed" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse_13911" data-bs-parent="#primary_navigation_collapse" role="tab" id="link_collapse_13911">Galería</a>
<ul id="collapse_13911" class="nav flex-column collapse " aria-labelledby="link_collapse_13911" role="tabpanel">
<li id="menu-item-15099" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15099 nav-item"><a href="https://www.engineeredarts.co.uk/es/galeria-de-fotos/" class="nav-link">Galería de Fotos</a></li>
<li id="menu-item-15100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15100 nav-item"><a href="https://www.engineeredarts.co.uk/es/galeria-de-videos/" class="nav-link">Galeria de Videos</a></li>
</ul>
</li>
<li id="menu-item-13966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13966 nav-item"><a href="https://www.engineeredarts.co.uk/es/base-de-conocimientos/" class="nav-link">Soporte Técnico</a></li>
<li id="menu-item-14537" class="pll-parent-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-14537 nav-item"><a href="#collapse_14537" class="nav-link collapsed" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse_14537" data-bs-parent="#primary_navigation_collapse" role="tab" id="link_collapse_14537"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD/UNlYEUAAmuTYAAAQhAEYqF/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw//+Tp0ClINW/f0NIKPoFJH/9//ULyGaUlQXaABBALAx/Gf4zAt31F4i+ffj3/cN/XrFfzOx//v///f//LzACM/79ZmD8/e8TA0AAMYHdDVT958vXP38nMDB0s3x94/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A/QgQQExgHwAd8IdFT/Wz6j+GhlpmXSOW/2z///8Eq/sJ18Dw/zdQA0AAMQExxJjjdy9x2/76EfLz4MXdP/i+wsyGkkA3Aw3984cBIIAYfzIwMKel/bt3jwEaLNAwgZIQxp/fDH/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==" alt="Español" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">Español</span></a>
<ul id="collapse_14537" class="nav flex-column collapse " aria-labelledby="link_collapse_14537" role="tabpanel">
<li id="menu-item-14537-en" class="lang-item lang-item-24 lang-item-en lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-en nav-item"><a href="https://www.engineeredarts.co.uk/" class="nav-link" hreflang="en-GB" lang="en-GB"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=" alt="English" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">English</span></a></li>
<li id="menu-item-14537-de" class="lang-item lang-item-43 lang-item-de menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-de nav-item"><a href="https://www.engineeredarts.co.uk/de/startseit/" class="nav-link" hreflang="de-DE" lang="de-DE"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGzSURBVHjaYvTxcWb4+53h3z8GZpZff/79+v3n/7/fDAz/GHAAgABi+f37e3FxOZD1Dwz+/v3z9y+E/AMFv3//+Qumfv9et241QACxMDExAVWfOHkJJAEW/gUEP0EQDn78+AHE/gFOQJUAAcQiy8Ag8O+fLFj1n1+/QDp+/gQioK7fP378+vkDqOH39x9A/RJ/gE5lAAhAYhzcAACCQBDkgRXRjP034R0IaDTZTFZn0DItot37S94KLOINerEcI7aKHAHE8v/3r/9//zIA1f36/R+o4tevf1ANYNVA9P07RD9IJQMDQACxADHD3z8Ig4GMHz+AqqHagKp//fwLVA0U//v7LwMDQACx/LZiYFD7/5/53/+///79BqK/EMZ/UPACSYa/v/8DyX9A0oTxx2EGgABi+a/H8F/m339BoCoQ+g8kgRaCQvgPJJiBYmAuw39hxn+uDAABxMLwi+E/0PusRkwMvxhBGoDkH4b/v/+D2EDyz///QB1/QLb8+sP0lQEggFh+vGXYM2/SP6A2Zoaf30Ex/J+PgekHwz9gQDAz/P0FYrAyMfz7wcDAzPDtFwNAgAEAd3SIyRitX1gAAAAASUVORK5CYII=" alt="Deutsch" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">Deutsch</span></a></li>
<li id="menu-item-14537-hi" class="lang-item lang-item-68 lang-item-hi menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-hi nav-item"><a href="https://www.engineeredarts.co.uk/hi/%e0%a4%98%e0%a4%b0/" class="nav-link" hreflang="hi-IN" lang="hi-IN"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGJSURBVHjaYvy/nwEO/kEwGP37w/DvHxj9gSEwGyAAhXJwAAAEQzG0xSqmtJUZjOTW+sEll5f2xz5eMDkyDnaeOFmVxQIlCkiIveYVQGANDED2U6BShn9/gSyQHpCK3zDyFxj9ZmSXBdoAEEAs/8RMGTm1GFjE/v//9x+o5//fO6+FztyR+/vvr5HCbVWRpyCz//359/8PI4voP6ntAAHE+PvvXyZGxv//gbb8h9i2bPu9n5++6msIn7vzOcFPCWgM0CggCVT2/uMngABiYgI7nwGsA4K+fv2pLM21a//tz19//ger/g+RAgXJP4AAYoKYCkKMYH3//+spCx6/+vEPG5ehigDYWmT0DyCAGBmKGToCOp5+fPrn358/f3///vvn97/ff4Dk399AERD59w8I/fsjwy+zvHE5QACxMPxhgAjB1SGU/vsD1/nn319gMDD8YgAIIBYgBvJFuEUgxkBJMAKqAII///+AqP9gDf8YAAKIkSGZAagHaA+IhKM/SCJ/YAiUEBgAAgwA+jxNFkS1oCwAAAAASUVORK5CYII=" alt="??????" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">??????</span></a></li>
<li id="menu-item-14537-ar" class="lang-item lang-item-73 lang-item-ar menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-ar nav-item"><a href="https://www.engineeredarts.co.uk/ar/%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9/" class="nav-link" hreflang="ar" lang="ar"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAPwAAAD8BR5eJ4AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEOSURBVCiRpZHNSsNQEEbPTXOtoc1NmyhFK6ioCLXioq4UdOtz+Ia+g+7cFQURhYClikRtqGkTm8SFbkrSWHC23w9nZgTnnZR/jFYkiiRFJMX9+izBSRbZ6ks0BPcrEZ42np+g7SuOqiFi/xUOXji1Qtq+mo/ACSW2GvJsN9DkElEy4UH2qdeGOCOJV/4qJmhqJgsqpLNzzHLFpqEcTlpnKCugqZl/E/SiAU5osWkZGHINfxSwrgS3I4teNAA57ReZN6Zw+GlTW/XY3t0A4PHO5e2pzrX5DmK6IHtEAV3jAzXew70UuFeC6rhFtzLIhHNXAAhLCRfBDaXyjxwHE2I9Jz2rACDWBTHxrys/DPAN4YpPXyWy3BoAAAAASUVORK5CYII=" alt="???????" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">???????</span></a></li>
<li id="menu-item-14537-zh" class="lang-item lang-item-54 lang-item-zh menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-zh nav-item"><a href="https://www.engineeredarts.co.uk/zh/%e9%a6%96%e9%a1%b5/" class="nav-link" hreflang="zh-CN" lang="zh-CN"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==" alt="?? (??)" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">?? (??)</span></a></li>
</ul>
</li>
</ul></div>
</aside>
<div id="panel" class="slideout-panel slideout-panel-left" style="touch-action: pan;">
<header id="header" class="banner fixed-top text-white py-md-2 py-lg-4">
<div class="container-fluid container-lg">
<div class="row align-items-center justify-content-between flex-nowrap">
<div class="d-flex flex-grow-0 col align-items-center justify-content-start d-lg-none ps-2">
<button id="js-offcanvas-trigger" class="js-offcanvas-trigger btn-dark d-block d-lg-none btn btn-lg float-left" data-offcanvas-trigger="off-canvas" href="#off-canvas" aria-controls="navbarNavDropdown" id="triggerButton" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
</div>
<div id="logo-wrapper" class="logo-wrapper d-flex col-4 px-0 ps-lg-3 col-md-2 align-items-center justify-content-center">
<a href="https://www.engineeredarts.co.uk/es/inicio/" class="logo ratio ratio-4x1 d-block">
<img src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo-light.svg" class="h-100 w-auto" alt="Engineered Arts logo light." decoding="async" loading="lazy" />
</a>
</div>
<div class="d-flex col align-items-center justify-content-end d-lg-none flex-grow-1">
<a href="tel:+44 1326 378129" class="btn btn-dark">
<i class="fal fa-phone"></i>
</a>
<a href="mailto:info@engineeredarts.co.uk" class="btn btn-dark ms-0">
<i class="fal fa-envelope"></i>
</a>
</div>
<div class="col-lg-9 d-none d-lg-block">
<div class="main-nav-wrapper clearfix">
<nav class="navbar navbar-toggleable-md navbar-expand-lg navbar-dark" role="navigation">
<div class="container-fluid p-0 justify-content-lg-end d-flex align-items-center ">
<a class="brand d-block d-lg-none text-right ratio ratio-3x1 w-25" href="https://www.engineeredarts.co.uk/es/inicio/" title="Engineered Arts Limited">
<img src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo-light.svg" class="h-100 w-auto" alt="Engineered Arts logo light." decoding="async" loading="lazy" />
</a>
<div class="d-none d-lg-block" id="navbarSupportedContent">
<div class="menu-primary-navigation-espanol-container"><ul id="menu-primary-navigation-espanol" class="navbar-nav" itemscope itemtype="http://www.schema.org/SiteNavigationElement"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-13908 nav-item"><a href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-13908"><span itemprop="name">Robots</span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-13908">
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16094 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/robot/ameca/" class="dropdown-item"><span itemprop="name">Ameca</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16093 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/robot/ameca-desktop/" class="dropdown-item"><span itemprop="name">Ameca Desktop</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15090 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/robot/mesmer/" class="dropdown-item"><span itemprop="name">Mesmer</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15093 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/robot/quinn/" class="dropdown-item"><span itemprop="name">Quinn</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15092 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/robot/robothespian/" class="dropdown-item"><span itemprop="name">RoboThespian</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15094 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/robot/encargos-de-robots-personalizados/" class="dropdown-item"><span itemprop="name">Personalizados</span></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-13907 nav-item"><a href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-13907"><span itemprop="name">Software</span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-13907">
<li class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15097 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/software/tritium/" class="dropdown-item"><span itemprop="name">Tritium</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15095 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/software/robot-virtual/" class="dropdown-item"><span itemprop="name">Robot Virtual</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16114 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/software/artificial-intelligence-vs-human-intelligence/" class="dropdown-item"><span itemprop="name">IA vs IH</span></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13909 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/robot-rental/" class="nav-link"><span itemprop="name">Alquiler</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-15089 nav-item"><a href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-15089"><span itemprop="name">Más</span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-15089">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13950 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/mas/nuestra-historia/" class="dropdown-item"><span itemprop="name">Nuestra Historia</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15103 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/mas/blog/" class="dropdown-item"><span itemprop="name">Blog</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13956 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/mas/descarga-de-folletos/" class="dropdown-item"><span itemprop="name">Descarga de folletos</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14603 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/mas/conoce-al-equipo/" class="dropdown-item"><span itemprop="name">Conoce al equipo</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15433 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/jobs/" class="dropdown-item"><span itemprop="name">Carreras</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13962 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/category/press/" class="dropdown-item"><span itemprop="name">Centro de Medios</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13952 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/mas/tienes-alguna-pregunta-sobre-nuestros-robots/" class="dropdown-item"><span itemprop="name">Preguntas Frecuentes</span></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-13911 nav-item"><a href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-13911"><span itemprop="name">Galería</span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-13911">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15099 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/galeria-de-fotos/" class="dropdown-item"><span itemprop="name">Galería de Fotos</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15100 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/galeria-de-videos/" class="dropdown-item"><span itemprop="name">Galeria de Videos</span></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13966 nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/es/base-de-conocimientos/" class="nav-link"><span itemprop="name">Soporte Técnico</span></a></li>
<li class="pll-parent-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-14537 nav-item"><a href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-14537"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD/UNlYEUAAmuTYAAAQhAEYqF/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw//+Tp0ClINW/f0NIKPoFJH/9//ULyGaUlQXaABBALAx/Gf4zAt31F4i+ffj3/cN/XrFfzOx//v///f//LzACM/79ZmD8/e8TA0AAMYHdDVT958vXP38nMDB0s3x94/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A/QgQQExgHwAd8IdFT/Wz6j+GhlpmXSOW/2z///8Eq/sJ18Dw/zdQA0AAMQExxJjjdy9x2/76EfLz4MXdP/i+wsyGkkA3Aw3984cBIIAYfzIwMKel/bt3jwEaLNAwgZIQxp/fDH/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==" alt="Español" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">Español</span></span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-14537">
<li class="lang-item lang-item-24 lang-item-en lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-en nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/" class="dropdown-item" hreflang="en-GB" lang="en-GB"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=" alt="English" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">English</span></span></a></li>
<li class="lang-item lang-item-43 lang-item-de menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-de nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/de/startseit/" class="dropdown-item" hreflang="de-DE" lang="de-DE"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGzSURBVHjaYvTxcWb4+53h3z8GZpZff/79+v3n/7/fDAz/GHAAgABi+f37e3FxOZD1Dwz+/v3z9y+E/AMFv3//+Qumfv9et241QACxMDExAVWfOHkJJAEW/gUEP0EQDn78+AHE/gFOQJUAAcQiy8Ag8O+fLFj1n1+/QDp+/gQioK7fP378+vkDqOH39x9A/RJ/gE5lAAhAYhzcAACCQBDkgRXRjP034R0IaDTZTFZn0DItot37S94KLOINerEcI7aKHAHE8v/3r/9//zIA1f36/R+o4tevf1ANYNVA9P07RD9IJQMDQACxADHD3z8Ig4GMHz+AqqHagKp//fwLVA0U//v7LwMDQACx/LZiYFD7/5/53/+///79BqK/EMZ/UPACSYa/v/8DyX9A0oTxx2EGgABi+a/H8F/m339BoCoQ+g8kgRaCQvgPJJiBYmAuw39hxn+uDAABxMLwi+E/0PusRkwMvxhBGoDkH4b/v/+D2EDyz///QB1/QLb8+sP0lQEggFh+vGXYM2/SP6A2Zoaf30Ex/J+PgekHwz9gQDAz/P0FYrAyMfz7wcDAzPDtFwNAgAEAd3SIyRitX1gAAAAASUVORK5CYII=" alt="Deutsch" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">Deutsch</span></span></a></li>
<li class="lang-item lang-item-68 lang-item-hi menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-hi nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/hi/%e0%a4%98%e0%a4%b0/" class="dropdown-item" hreflang="hi-IN" lang="hi-IN"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGJSURBVHjaYvy/nwEO/kEwGP37w/DvHxj9gSEwGyAAhXJwAAAEQzG0xSqmtJUZjOTW+sEll5f2xz5eMDkyDnaeOFmVxQIlCkiIveYVQGANDED2U6BShn9/gSyQHpCK3zDyFxj9ZmSXBdoAEEAs/8RMGTm1GFjE/v//9x+o5//fO6+FztyR+/vvr5HCbVWRpyCz//359/8PI4voP6ntAAHE+PvvXyZGxv//gbb8h9i2bPu9n5++6msIn7vzOcFPCWgM0CggCVT2/uMngABiYgI7nwGsA4K+fv2pLM21a//tz19//ger/g+RAgXJP4AAYoKYCkKMYH3//+spCx6/+vEPG5ehigDYWmT0DyCAGBmKGToCOp5+fPrn358/f3///vvn97/ff4Dk399AERD59w8I/fsjwy+zvHE5QACxMPxhgAjB1SGU/vsD1/nn319gMDD8YgAIIBYgBvJFuEUgxkBJMAKqAII///+AqP9gDf8YAAKIkSGZAagHaA+IhKM/SCJ/YAiUEBgAAgwA+jxNFkS1oCwAAAAASUVORK5CYII=" alt="??????" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">??????</span></span></a></li>
<li class="lang-item lang-item-73 lang-item-ar menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-ar nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/ar/%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9/" class="dropdown-item" hreflang="ar" lang="ar"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAPwAAAD8BR5eJ4AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEOSURBVCiRpZHNSsNQEEbPTXOtoc1NmyhFK6ioCLXioq4UdOtz+Ia+g+7cFQURhYClikRtqGkTm8SFbkrSWHC23w9nZgTnnZR/jFYkiiRFJMX9+izBSRbZ6ks0BPcrEZ42np+g7SuOqiFi/xUOXji1Qtq+mo/ACSW2GvJsN9DkElEy4UH2qdeGOCOJV/4qJmhqJgsqpLNzzHLFpqEcTlpnKCugqZl/E/SiAU5osWkZGHINfxSwrgS3I4teNAA57ReZN6Zw+GlTW/XY3t0A4PHO5e2pzrX5DmK6IHtEAV3jAzXew70UuFeC6rhFtzLIhHNXAAhLCRfBDaXyjxwHE2I9Jz2rACDWBTHxrys/DPAN4YpPXyWy3BoAAAAASUVORK5CYII=" alt="???????" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">???????</span></span></a></li>
<li class="lang-item lang-item-54 lang-item-zh menu-item menu-item-type-custom menu-item-object-custom menu-item-14537-zh nav-item"><a itemprop="url" href="https://www.engineeredarts.co.uk/zh/%e9%a6%96%e9%a1%b5/" class="dropdown-item" hreflang="zh-CN" lang="zh-CN"><span itemprop="name"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==" alt="?? (??)" width="16" height="11" style="width: 16px; height: 11px;" /><span style="margin-left:0.3em;">?? (??)</span></span></a></li>
</ul>
</li>
</ul></div>
</div>
</div>
</nav>
</div>
</div>
</div>
</header> <div id="wrap" class="wrap" role="document">
<main id="main" class="main">
<section class="clearfix" id="homepage-banner">
<div class="swiper-wrapper">
<div id="slide-1" class="swiper-slide ratio ratio-1x1 ratio-md-2x1 ratio-xl-3x1 swiper-slide-active ">
<div class="d-flex align-items-center justify-content-start align-items-lg-center">
<div class="container" style="z-index:1;">
<div class="w-100 text-center w-lg-75 w-xl-50 text-lg-start text-white mt-5 mb-5">
<h2 class="display-1">Maravilla de vanguardia</h2>
<p class="lead">¿Necesitas atraer a una multitud? ¿Quieres aumentar tu clientela? Nuestros robots superavanzados inspiran asombro en todos los lugares del mundo</p>
</div>
</div>
</div>
<video preload="none" autoplay muted loop playsinline class="position-absolute top-0 start-0 end-0 bottom-0 lazy d-none d-lg-block" width="100%" height="100%" style="z-index: 0; object-fit: cover;">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop.webm" media="(min-width: 993px)" type="video/webm">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop.mp4" media="(min-width: 993px)" type="video/mp4">
</video>
<video preload="none" autoplay muted loop playsinline class="position-absolute top-0 start-0 end-0 bottom-0 lazy d-none d-md-block d-lg-none" width="100%" height="100%" style="z-index: 0; object-fit: cover;">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop992.webm" media="(min-width: 769px)" type="video/webm">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop992.mp4" media="(min-width: 769px)" type="video/mp4">
</video>
<video preload="none" autoplay muted loop playsinline class="position-absolute top-0 start-0 end-0 bottom-0 lazy d-none d-sm-block d-md-none" width="100%" height="100%" style="z-index: 0; object-fit: cover;">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop768.webm" media="(min-width: 577px)" type="video/webm">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop768.mp4" media="(min-width: 577px)" type="video/mp4">
</video>
<video preload="none" autoplay muted loop playsinline class="position-absolute top-0 start-0 end-0 bottom-0 lazy d-block d-sm-none" width="100%" height="100%" style="z-index: 0; object-fit: cover;">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop360.webm" type="video/webm">
<source data-src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Website-Loop360.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="wp-block-section alignfull has-dark-background-color" style="color:#ffffff"><div class="container mb-0">
<div class="cf-block-columns row align-items-center">
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 p-5 p-md-0"><figure class="wp-block-image cf-img text-center large robot-logo"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/Ameca-white.svg" class="wp-image w-100 h-auto" alt="" loading="lazy"/></figure>
<p>Multiply the power of artificial Intelligence with an artificial body. Ameca is the physical presence that brings your code to life. The most advanced lifelike humanoid you can use to develop and show off your greatest machine learning interactions. This robot is the digital interface to the real world.</p>
<p>Ameca is not just a development tool, it’s a cutting-edge integration of the latest technology that’s built to last. Grab attention and fuel the imagination with Ameca. </p>
<div class="wp-block-buttons"><a href="https://www.engineeredarts.co.uk/es/robot/ameca/" class="btn btn-light" style="background-color: var(--bs-light)">
Descubre más
</a></div>
</div>
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 px-5 py-md-0 px-md-3"><figure class="wp-block-image cf-img text-center full is-style-square mb-0 isolated ratio ratio-1x1"><picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-315x315.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/ameca_transparent_1-630x630.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-384x384.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/ameca_transparent_1-768x768.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-510x510.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/12/ameca_transparent_1-1020x1020.png 2x"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-688x688.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-446x446.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-586x586.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/12/ameca_transparent_1-686x686.png"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="1024" height="1024" class="wp-image w-100 h-auto mx-auto" loading="lazy" style="max-width: fit-content;" /></picture></figure></div>
</div>
</div></section>
<section class="wp-block-section alignfull has-light-background-color"><div class="container mb-0">
<div class="cf-block-columns row align-items-center">
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 px-5 py-md-0 px-md-3">
<figure class="wp-block-image size-large is-style-square mb-0 isolated"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2022/05/cleo_clothes_grey_bg_1_crop.jpg" alt="A Mesmer humanoid robot from Engineered Arts. A modern animatronic for a digital age. "/></figure>
</div>
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 p-5 p-md-0"><figure class="wp-block-image cf-img text-center large robot-logo"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Mesmer_black.svg" class="wp-image w-100 h-auto" alt="Mesmer Logo" loading="lazy"/></figure>
<p>Humanos, mirad esto. Mesmer ha encontrado una manera de reflejarse en vosotros. Son fascinantes por su diseño y pueden imitar la apariencia de casi cualquier persona. Capaz de mantener el contacto visual y responder en tiempo real a quienes le rodean, Mesmer crea interacciones robot-persona que nunca se olvidarán.</p>
<p>Cada componente de Mesmer está diseñado y fabricado por nuestro equipo para que funcione en perfecta sincronía, con movimientos convincentes y mandos fáciles de usar.</p>
<div class="wp-block-buttons"><a href="https://www.engineeredarts.co.uk/es/robot/mesmer/" class="btn btn-dark" style="background-color: var(--bs-dark)">
Descubre más
</a></div>
</div>
</div>
</div></section>
<section class="wp-block-section alignfull has-dark-background-color" style="color:#ffffff"><div class="container mb-0">
<div class="cf-block-columns row align-items-center">
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 order-2 order-lg-1 p-5 p-md-0"><figure class="wp-block-image cf-img text-center large robot-logo"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Quinn_white.svg" class="wp-image w-100 h-auto" alt="Quinn Customer service robot Logo" loading="lazy"/></figure>
<p>Quinn es el asistente más extraordinario que conocerás ya que puede convertir una simple rutina de servicio al cliente en una experiencia maravillosa. Fue diseñado de manera innovadora para mantener conversaciones en entornos bulliciosos y ruidosos. Nuestro robot es un verdadero profesional, inteligente y agradable.</p>
<p>Sin necesidad de una configuración especial, la tecnología de Quinn se encarga del trabajo duro por ti. Inclúyelos en tu recepción o punto de información para deleitar a todos los que lleguen allí</p>
<div class="wp-block-buttons"><a href="https://www.engineeredarts.co.uk/es/robot/quinn/" class="btn btn-light" style="background-color: var(--bs-light)">
Descubre más
</a></div>
</div>
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 order-1 order-lg-2 px-5 py-md-0 px-md-3"><figure class="wp-block-image cf-img text-center large is-style-square mb-0 isolated ratio ratio-1x1"><picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-315x315.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Quinn-cutaway-630x630.jpg 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-384x384.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Quinn-cutaway-768x768.jpg 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-510x510.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Quinn-cutaway-1020x1020.jpg 2x"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-688x688.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Quinn-cutaway-1376x1376.jpg 2x"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-446x446.jpg"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-586x586.jpg"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/Quinn-cutaway-686x686.jpg"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="1920" height="1920" class="wp-image w-100 h-auto mx-auto" loading="lazy" style="max-width: fit-content;" /></picture></figure></div>
</div>
</div></section>
<section class="wp-block-section alignfull has-light-background-color"><div class="container mb-0">
<div class="cf-block-columns row align-items-center">
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 px-5 py-md-0 px-md-3"><figure class="wp-block-image cf-img text-center large is-style-square mb-0 isolated ratio ratio-1x1"><picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/RT-cutaway-315x315.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/RT-cutaway-630x630.jpg 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/RT-cutaway-384x384.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/RT-cutaway-768x768.jpg 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/RT-cutaway-510x510.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/RT-cutaway-1020x1020.jpg 2x"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/RT-cutaway-688x688.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/RT-cutaway-1376x1376.jpg 2x"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/RT-cutaway-446x446.jpg"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/RT-cutaway-586x586.jpg"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/RT-cutaway-686x686.jpg"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="1920" height="1920" class="wp-image w-100 h-auto mx-auto" loading="lazy" style="max-width: fit-content;" /></picture></figure></div>
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 p-5 p-md-0"><figure class="wp-block-image cf-img text-center large robot-logo"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Robothespian_black-1.svg" class="wp-image w-100 h-auto" alt="Robothespian Logo" loading="lazy"/></figure>
<p>El mejor actor y el más encantador de los robots, la ingeniería innovadora de RoboThespian hace que sean capaces de asumir cualquier personalidad y encantar a las personas en casi cualquier entorno: exposiciones, centros científicos, teatros, estadios, presentaciones corporativas y TV en directo.</p>
<p>Totalmente interactivo, plurilingüe y fácil de configurar, RoboThespian marcó su huella en eventos e instituciones de todo el mundo.</p>
<div class="wp-block-buttons"><a href="https://www.engineeredarts.co.uk/es/robot/robothespian/" class="btn btn-dark" style="background-color: var(--bs-dark)">
Descubre más
</a></div>
</div>
</div>
</div></section>
<section class="wp-block-section alignfull has-dark-background-color" style="color:#ffffff"><div class="container mb-0">
<div class="cf-block-columns row align-items-center">
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 order-2 order-lg-1 p-5 p-md-0"><figure class="wp-block-image cf-img text-center large robot-logo"><img decoding="async" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/Custom_white.svg" class="wp-image w-100 h-auto" alt="Custom Robot logo" loading="lazy"/></figure>
<p>A veces, una experiencia única necesita un robot único. Podemos crear de todo: desde robots humanoides realistas para un plató de rodaje hasta monstruos gigantescos que dejan estupefactos a los visitantes en una atracción multinacional.</p>
<p>Nuestro equipo de expertos ha estado creando encargos robóticos desde el 2006 y ha formado un ecosistema técnico que rápidamente puede dar vida a tus ideas.</p>
<div class="wp-block-buttons"><a href="https://www.engineeredarts.co.uk/es/robot/encargos-de-robots-personalizados/" class="btn btn-light" style="background-color: var(--bs-light)">
Descubre más
</a></div>
</div>
<div class="cf-block-column px-5 px-md-3 col-12 col-md-6 order-1 order-lg-2 px-5 py-md-0 px-md-3"><figure class="wp-block-image cf-img text-center srcset-lg-6-c is-style-square mb-0 isolated ratio ratio-1x1"><picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/section-bg-custom-315x315.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/section-bg-custom-630x630.jpg 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/section-bg-custom-384x384.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/section-bg-custom-768x768.jpg 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/section-bg-custom-510x510.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/section-bg-custom-1020x1020.jpg 2x"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/section-bg-custom-686x686.jpg, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/section-bg-custom-1372x1372.jpg 2x"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/section-bg-custom-446x446.jpg"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/section-bg-custom-582x582.jpg"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/section-bg-custom-682x682.jpg"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="1920" height="1920" class="wp-image w-100 h-auto mx-auto" loading="lazy" style="max-width: fit-content;" /></picture></figure></div>
</div>
</div></section>
<section class="wp-block-section alignfull bg-light" id="homepage-clients">
<div class="container" style="position: relative;">
<h2 class="text-center mb-4 h4 text-uppercase">Dentro de nuestros clientes, se incluyen</h2>
<div class="swiper-container" data-nav="0" data-autoScroll="1" data-autoHeight="0" data-nav="true" data-center="false" data-items="2" data-xs-items="2" data-sm-items="4" data-lg-items="6" data-xl-items="6" data-slideout-ignore>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev swiper-button-disabled" style="z-index:1;">
<button rel="button" class="btn btn-dark px-3" aria-label="previous" data-controls="prev" tabindex="-1">
<i class="fal fa-angle-left" style="width: 1rem;"></i>
</button>
</div>
<div class="swiper-button-next" style="z-index:1;">
<button rel="button" class="btn btn-dark px-3" aria-label="next" data-controls="next" tabindex="-1">
<i class="fal fa-angle-right" style="width: 1rem;"></i>
</button>
</div>
<div class="swiper-wrapper" style="z-index:0;">
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/prime-video-logo-e1620677521514-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/prime-video-logo-e1620677521514-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/prime-video-logo-e1620677521514-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="1000" height="667" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/tedx-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/tedx-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/tedx-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/tedx-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/tedx-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/tedx-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/tedx-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/tedx-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/tedx-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/natgeo-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/natgeo-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/natgeo-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/natgeo-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/natgeo-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/natgeo-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/natgeo-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/natgeo-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/natgeo-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/nowtv-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/nowtv-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/nowtv-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/nowtv-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/nowtv-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/nowtv-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/nowtv-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/nowtv-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/nowtv-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/estisalat-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/estisalat-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/estisalat-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/estisalat-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/estisalat-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/estisalat-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/estisalat-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/estisalat-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/estisalat-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/spacex-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/spacex-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/spacex-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/spacex-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/spacex-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/spacex-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/spacex-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/spacex-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/spacex-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/sciencemuseum-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/sciencemuseum-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/sciencemuseum-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/fsecure-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/fsecure-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/fsecure-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/fsecure-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/fsecure-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/fsecure-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/fsecure-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/fsecure-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/fsecure-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/forescout-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/forescout-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/forescout-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/forescout-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/forescout-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/forescout-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/forescout-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/forescout-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/forescout-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/igus-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/igus-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/igus-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/igus-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/igus-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/igus-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/igus-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/igus-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/igus-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/submarine-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/submarine-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/submarine-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/submarine-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/submarine-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/submarine-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/submarine-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/submarine-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/submarine-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/ElHormiguero.svg-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/ElHormiguero.svg-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg-172x129.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/ElHormiguero.svg-206x154.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/ieee-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/ieee-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/ieee-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/ieee-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/ieee-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/ieee-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/ieee-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/ieee-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/ieee-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
<div class="swiper-slide">
<div class="px-3">
<div class="client ratio ratio-4x3">
<picture><source media="screen and (min-width: 0px) and (max-width: 414px)" srcset="wp-content/uploads/2021/05/deptrade-logo-142x106.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/deptrade-logo-284x212.png 2x"><source media="screen and (min-width: 414px) and (max-width: 576px)" srcset="wp-content/uploads/2021/05/deptrade-logo-177x132.png, https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/deptrade-logo-354x264.png 2x"><source media="screen and (min-width: 576px) and (max-width: 768px)" srcset="wp-content/uploads/2021/05/deptrade-logo.png"><source media="screen and (min-width: 768px) and (max-width: 992px)" srcset="wp-content/uploads/2021/05/deptrade-logo.png"><source media="screen and (min-width: 992px) and (max-width: 1280px)" srcset="wp-content/uploads/2021/05/deptrade-logo-126x94.png"><source media="screen and (min-width: 1280px) and (max-width: 1680px)" srcset="wp-content/uploads/2021/05/deptrade-logo-168x126.png"><source media="screen and (min-width: 1680px)" srcset="wp-content/uploads/2021/05/deptrade-logo-202x151.png"><img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="400" height="300" class="wp-image w-100 h-auto" loading="lazy" /></picture> </div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<footer id="footer" class="content-info bg-dark text-white pb-5 pt-5">
<div class="container">
<div class="row align-items-start justify-content-between">
<section class="widget nav_menu-4 widget_nav_menu col-md-6 mb-4 text-center text-md-start col-xl"><div class="menu-footer-spanish-container"><ul id="menu-footer-spanish" class="menu" itemscope itemtype="http://www.schema.org/SiteNavigationElement"><li id="menu-item-13978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13978"><strong class="nav-link text-white">Robots</strong>
<ul class="sub-menu">
<li id="menu-item-16056" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16056"><a href="https://www.engineeredarts.co.uk/robot/ameca/">Ameca</a></li>
<li id="menu-item-16057" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-16057"><a href="https://www.engineeredarts.co.uk/robot/ameca-desktop/">Ameca Desktop</a></li>
<li id="menu-item-15107" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15107"><a href="https://www.engineeredarts.co.uk/es/robot/mesmer/">Mesmer</a></li>
<li id="menu-item-15108" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15108"><a href="https://www.engineeredarts.co.uk/es/robot/quinn/">Quinn</a></li>
<li id="menu-item-15109" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15109"><a href="https://www.engineeredarts.co.uk/es/robot/robothespian/">RoboThespian</a></li>
</ul>
</li>
<li id="menu-item-13972" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13972"><strong class="nav-link text-white">Software</strong>
<ul class="sub-menu">
<li id="menu-item-15114" class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15114"><a href="https://www.engineeredarts.co.uk/es/software/tritium/">Tritium</a></li>
<li id="menu-item-15115" class="menu-item menu-item-type-post_type menu-item-object-software menu-item-15115"><a href="https://www.engineeredarts.co.uk/es/software/robot-virtual/">Robot Virtual</a></li>
<li id="menu-item-16107" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16107"><a href="https://www.engineeredarts.co.uk/software/artificial-intelligence-vs-human-intelligence/">IA vs IH</a></li>
<li id="menu-item-15504" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15504"><a href="https://www.engineeredarts.co.uk/es/open-source/">Open Source</a></li>
</ul>
</li>
<li id="menu-item-15117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15117"><strong class="nav-link text-white">Más</strong>
<ul class="sub-menu">
<li id="menu-item-13969" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13969"><a href="https://www.engineeredarts.co.uk/es/mas/nuestra-historia/">Nuestra Historia</a></li>
<li id="menu-item-13968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13968"><a href="https://www.engineeredarts.co.uk/es/mas/descarga-de-folletos/">Descarga de folletos</a></li>
<li id="menu-item-13971" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13971"><a href="https://www.engineeredarts.co.uk/category/press/">Centro de Medios</a></li>
<li id="menu-item-13970" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13970"><a href="https://www.engineeredarts.co.uk/es/mas/tienes-alguna-pregunta-sobre-nuestros-robots/">Preguntas Frecuentes</a></li>
<li id="menu-item-15126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15126"><a href="https://www.engineeredarts.co.uk/es/mas/blog/">Blog</a></li>
<li id="menu-item-15119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15119"><a href="https://www.engineeredarts.co.uk/es/mas/conoce-al-equipo/">Conoce al equipo</a></li>
<li id="menu-item-15110" class="menu-item menu-item-type-post_type menu-item-object-robot menu-item-15110"><a href="https://www.engineeredarts.co.uk/es/robot/encargos-de-robots-personalizados/">Personalizados</a></li>
<li id="menu-item-13983" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13983"><a href="https://www.engineeredarts.co.uk/privacy-policy/">Política de privacidad</a>
<ul class="sub-menu">
<li id="menu-item-13982" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13982"><a href="https://www.engineeredarts.co.uk/jobs/">Carreras</a></li>
</ul>
</li>
</ul>
</li>
</ul></div></section><section class="widget text-7 widget_text col-md-6 mb-4 text-center text-md-start col-xl"> <div class="textwidget"><div class="text-primary ">Llámenos hoy:</div>
<p><a href="tel:+441326378129">+44 (0) 1326 378 129</a></p>
<div class="text-primary mt-3">¿Necesitas ayuda?</div>
<p><a href="https://www.engineeredarts.co.uk/es/base-de-conocimientos/"><span style="font-weight: 400;">Visita nuestro Servicio de asistencia</span></a></p>
<div class="text-primary mt-3">¿<span style="font-weight: 400;">Deseas obtener más información?</span></div>
<p><a href="https://www.engineeredarts.co.uk/es/ponte-en-contacto/"><span style="font-weight: 400;">Comunícate con nosotros</span></a></p>
</div>
</section><section class="widget text-6 widget_text col-md-6 mb-4 text-center text-md-start col-xl"> <div class="textwidget"><p><img decoding="async" loading="lazy" style="height: 2rem; width: auto;" src="https://www.engineeredarts.co.uk/wp-content/uploads/2021/05/EA-logo-light.svg" alt="Engineered Arts Logo" width="124" height="38" /></p>
<p>Engineered Arts Limited<br />
E1-E3 Church View Business Park<br />
Bickland Water Road<br />
Falmouth, Cornwall,<br />
TR11 4FZ</p>
<div class="small">Company no.: 05265468<br />
VAT no.: GB677990757</div>
</div>
</section> </div>
<br />
<form id="mc-embedded-subscribe-form" class="validate text-center mb-4" action="https://engineeredarts.us16.list-manage.com/subscribe/post?u=a4b010f0629c24c835b987f6b&id=396295b0da" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3>Suscríbete a nuestra lista de correo</h3>
<div class="row justify-content-center">
<div class="col-12 col-sm-8 col-lg-6 d-flex">
<label for="mce-EMAIL" class="sr-only">Dirección de correo electrónico <span class="asterisk" style="color: #3366ff;">*</span></label>
<input id="mce-EMAIL" class="required form-control email" name="EMAIL" placeholder="Por favor ingresa tu correo electrónico" type="email" value="" />
<input tabindex="-1" name="b_a4b010f0629c24c835b987f6b_e109fc6caa" type="text" value="" class="d-none">
<input id="mc-embedded-subscribe" class="btn btn-primary btn-sm" name="subscribe" type="submit" value="Suscríbete">
</div>
</div>
</form>
<br />
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.facebook.com/EngArtsLtd" target="_blank" rel="nofollow" class="btn btn-circle" rel="noreferrer">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/engineered_arts" target="_blank" rel="nofollow" class="btn btn-circle" rel="noreferrer">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com/EngineeredArts" target="_blank" rel="nofollow" class="btn btn-circle" rel="noreferrer">
<i class="fab fa-youtube"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://vimeo.com/engineeredarts" target="_blank" rel="nofollow" class="btn btn-circle" rel="noreferrer">
<i class="fab fa-vimeo"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/engineered_arts/" target="_blank" rel="nofollow" class="btn btn-circle" rel="noreferrer">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
<br />
<div class="ps-3">© 2023 </div>
</div>
</footer>
</div>
<script type='text/javascript' defer src='https://www.engineeredarts.co.uk/wp-content/plugins/cf-functions/assets/js/jquery-3.5.1.min.js' id='jquery-js'></script>
<script type='text/javascript' defer id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"https:\/\/www.engineeredarts.co.uk\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type='text/javascript' defer src='https://www.engineeredarts.co.uk/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.2.2' id='contact-form-7-js'></script>
<script type='text/javascript' defer src='https://www.google.com/recaptcha/api.js?render=6LeglHgbAAAAAKiPQ6q3_rWgMPobsxczYWLErgYk&ver=3.0' id='google-recaptcha-js'></script>
<script type='text/javascript' defer id='wpcf7-recaptcha-js-extra'>
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LeglHgbAAAAAKiPQ6q3_rWgMPobsxczYWLErgYk","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type='text/javascript' defer src='https://www.engineeredarts.co.uk/wp-content/plugins/contact-form-7/modules/recaptcha/script.js?ver=5.2.2' id='wpcf7-recaptcha-js'></script>
<script type='text/javascript' defer src='https://www.engineeredarts.co.uk/wp-content/themes/cfwp2/dist/scripts/main_925cfcbf.js' id='sage/main.js-js'></script>
</body>
</html>