7534 lines
376 KiB
HTML
Executable File
7534 lines
376 KiB
HTML
Executable File
|
||
<!DOCTYPE HTML>
|
||
<html lang="es-AS" data-i18n-dictionary-src="https://www.logitech.com/es-roam.i18n.json">
|
||
<head>
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://cdn.yottaa.com/rapid.security.min.7.1.1.js?key=_z6s40u8df_6mA"></script>
|
||
|
||
<script type="text/javascript">
|
||
const ONETRUST_COOKIE = 'OptanonConsent';
|
||
const yottaaUnsubscribe = function() {
|
||
Yo.pubsub.subscribe({
|
||
topic: 'rum/beforeSend',
|
||
callback: function(message, topic) {
|
||
return false;
|
||
}
|
||
});
|
||
}
|
||
|
||
const hasCookie = function(cookieName) {
|
||
if (document.cookie.split(';').some(function(item) {
|
||
return item.trim().indexOf(cookieName + '=') === 0;
|
||
})) {
|
||
return true;
|
||
}
|
||
return false;
|
||
}
|
||
|
||
const acceptedCookieGroups = function() {
|
||
let acceptedGroups = [];
|
||
if(hasCookie(ONETRUST_COOKIE)) {
|
||
let cookieValue = document.cookie
|
||
.split('; ')
|
||
.find(row => row.startsWith(ONETRUST_COOKIE + '='))
|
||
.substr(ONETRUST_COOKIE.length+1);
|
||
cookieValue = decodeURIComponent(cookieValue);
|
||
|
||
// get just the 'groups' aspect of it
|
||
const groups = cookieValue.split('&').find(row => row.startsWith('groups='));
|
||
|
||
if (groups) {
|
||
groups.split('=')[1]
|
||
.split(',')
|
||
.forEach(elm => {
|
||
const elmArray = elm.split(':');
|
||
if(elmArray[1] === '1') {
|
||
acceptedGroups.push(elmArray[0]);
|
||
}
|
||
});
|
||
}
|
||
|
||
}
|
||
|
||
return acceptedGroups;
|
||
}
|
||
|
||
// Unsubscribe if user opted out only
|
||
if (!acceptedCookieGroups().includes('C0002')) {
|
||
yottaaUnsubscribe();
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
Yo.configure(
|
||
"https://qoe-1.yottaa.net/api/v1/configure.rapid.js?key=_z6s40u8df_6mA"
|
||
);
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
<meta charset="UTF-8"/>
|
||
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
<link rel="shortcut icon" href="/etc.clientlibs/logitech/clientlibs/common/resources/images/favicon.ico" type="image/x-icon"/>
|
||
<title>Ratón inalámbrico M170 - Compacto y portátil | Logitech</title>
|
||
|
||
<link href="https://www.logitech.com/es-roam.manifest.json" crossorigin="use-credentials" rel="manifest"/>
|
||
|
||
|
||
|
||
|
||
|
||
<script type="module">
|
||
import {Workbox} from 'https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-window.prod.mjs';
|
||
(function() {
|
||
'use strict';
|
||
|
||
const log = (msg) => {
|
||
if (localStorage['PANGEA_DEBUG'] === 'true'){
|
||
console.log(msg);
|
||
}
|
||
}
|
||
class ServiceWorker {
|
||
constructor(options) {
|
||
this.options = this.getOptions(options);
|
||
}
|
||
|
||
async init() {
|
||
const {path, scope} = this.options;
|
||
this.serviceWorker = new Workbox(path, {
|
||
scope,
|
||
updateViaCache: 'none'
|
||
});
|
||
|
||
this.serviceWorker.addEventListener('activated', async (event) => {
|
||
if (!event.isUpdate) {
|
||
this.serviceWorker.messageSW({ type: 'CLIENTS_CLAIM' });
|
||
}
|
||
});
|
||
|
||
this.serviceWorker.addEventListener('waiting', () => {
|
||
this.serviceWorker.addEventListener('controlling', () => {
|
||
window.location.reload();
|
||
});
|
||
this.serviceWorker.messageSW({ type: 'SKIP_WAITING' });
|
||
});
|
||
|
||
try {
|
||
await this.serviceWorker.register();
|
||
log('SW -- REGISTER SERVICE WORKER');
|
||
} catch (e) {
|
||
console.error('SW -- error registering service worker', e);
|
||
}
|
||
}
|
||
|
||
getOptions(options) {
|
||
let path;
|
||
let scope;
|
||
const {dispatcherPath, dispatcherScope, localPath, localScope} = options;
|
||
|
||
path = localPath;
|
||
scope = localScope;
|
||
|
||
if (this.isDispatcher()) {
|
||
path = dispatcherPath;
|
||
scope = dispatcherScope;
|
||
}
|
||
|
||
return {
|
||
path,
|
||
scope
|
||
};
|
||
}
|
||
|
||
isDispatcher() {
|
||
return !location.origin.match(/4502|4503|author|publish/);
|
||
}
|
||
}
|
||
|
||
if ('serviceWorker' in navigator) {
|
||
window.addEventListener('load', async () => {
|
||
const serviceWorker = new ServiceWorker(
|
||
{
|
||
localPath: "/content/serviceWorkerLogitech.js",
|
||
localScope: "/content/logitech",
|
||
dispatcherPath: "/sw-logitech.js",
|
||
dispatcherScope: '/'
|
||
}
|
||
);
|
||
log('SW -- INIT SERVICE WORKER');
|
||
await serviceWorker.init();
|
||
});
|
||
}
|
||
})();
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="description" content="Descubre el mouse M170. Con tecnología inalámbrica confiable de 2,4 GHz, 12 meses de duración de la batería, receptor Plug &amp; Play, forma ambidiestra, diseño confortable y más"/>
|
||
|
||
|
||
<meta name="country" content="AS"/>
|
||
|
||
|
||
<meta name="language" content="ES"/>
|
||
|
||
|
||
<meta name="Search_title" content="Mouse inalámbrico M170"/>
|
||
|
||
|
||
<meta name="Search_intro" content="Ratón Plug and Play con receptor USB"/>
|
||
|
||
|
||
<meta name="Search_pagetype" content="product"/>
|
||
|
||
|
||
<meta name="twitter:card" content="summary_large_image"/>
|
||
|
||
|
||
<meta name="twitter:title" content="Ratón inalámbrico M170 - Compacto y portátil | Logitech"/>
|
||
|
||
|
||
<meta name="twitter:description" content="Descubre el mouse M170. Con tecnología inalámbrica confiable de 2,4 GHz, 12 meses de duración de la batería, receptor Plug &amp; Play, forma ambidiestra, diseño confortable y más"/>
|
||
|
||
|
||
<meta name="twitter:image" content="https://resource.logitech.com/w_1200,h_630,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m170-twitter-image.jpg?v=1"/>
|
||
|
||
|
||
<meta property="og:title" content="Ratón inalámbrico M170 - Compacto y portátil | Logitech"/>
|
||
|
||
|
||
<meta property="og:description" content="Descubre el mouse M170. Con tecnología inalámbrica confiable de 2,4 GHz, 12 meses de duración de la batería, receptor Plug &amp; Play, forma ambidiestra, diseño confortable y más"/>
|
||
|
||
|
||
<meta property="og:type" content="website"/>
|
||
|
||
|
||
<meta property="og:url" content="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<meta property="og:locale" content="es_AS"/>
|
||
|
||
|
||
<meta name="google-site-verification" content="wtV3OTVkOcuXsBS2wGLY8ekHymEOksO7qzdC3gXTYtk"/>
|
||
|
||
|
||
<meta name="verify-v1" content="rmiwlt+qKaRvqWZX6I21JeJbUZLzIM62+DRF6IsTpDc="/>
|
||
|
||
|
||
<meta name="msvalidate.01" content="9661B514941ED0F98B50A3201DB2FDD7"/>
|
||
|
||
|
||
<meta name="yandex-verification" content="4ca6d5482fcc8879"/>
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-gy" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-cl" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-bz" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-co" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-cr" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-do" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-ec" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-sv" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-gt" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-hn" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-jm" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-ni" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-py" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-pe" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-uy" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-ve" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-cu" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-gp" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-ht" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-sr" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-pa" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-bo" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-tt" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-bs" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-bb" rel="alternate" href="https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-ar" rel="alternate" href="https://www.logitech.com/es-ar/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="pt-br" rel="alternate" href="https://www.logitech.com/pt-br/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="fr-ca" rel="alternate" href="https://www.logitech.com/fr-ca/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="en-ca" rel="alternate" href="https://www.logitech.com/en-ca/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="es-mx" rel="alternate" href="https://www.logitech.com/es-mx/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="en-us" rel="alternate" href="https://www.logitech.com/en-us/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="en-ph" rel="alternate" href="https://www.logitech.com/en-ph/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<link hreflang="ko-kr" rel="alternate" href="https://www.logitech.com/ko-kr/products/mice/m170-wireless-mouse.html"/>
|
||
|
||
|
||
<meta property="og:image" content="https://resource.logitech.com/w_1200,h_630,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m170-og-image.jpg?v=1"/>
|
||
<meta property="Search_Image" content="https://resource.logitech.com/w_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m170-gallery-black03.png?v=1"/>
|
||
<meta name="search_product_path" content="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.html"/>
|
||
<meta property="Search_category" content="Mouse"/>
|
||
<meta property="Search_supporturlinpdpfull" content="https://support.logi.com/hc/es-419?mID=12130"/>
|
||
<meta property="search_productpage_type" content="logi"/>
|
||
<meta name="search_partnumber" content="910-004639,910-004425,910-004638,910-006863,910-006862,910-006864"/>
|
||
<meta name="template" content="commerce-standard-structure-pdp"/>
|
||
|
||
|
||
|
||
<script type="application/ld+json"> {"@context":"https://schema.org/","@type":"Product","name":"M170 Wireless Mouse","description":"Descubre el mouse M170. Con tecnología inalámbrica confiable de 2,4 GHz, 12 meses de duración de la batería, receptor Plug \u0026amp; Play, forma ambidiestra, diseño confortable y más","image":["https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1"],"aggregateRating":{"@type":"AggregateRating","ratingValue":"3.4","reviewCount":"12"},"brand":"Logitech","url":"https://www.logitech.com/es-roam/products/mice/m170-wireless-mouse.910-004425.html","model":[{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Rojo/Negro M170","color":"Red/Black","image":["https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-004639","mpn":"910-004639","category":"Mouse"},{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Gris/Negro M170","color":"Grey/Black","image":["https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-004425","mpn":"910-004425","category":"Mouse"},{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Azul/Negro M170","color":"Blue/Black","image":["https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-004638","mpn":"910-004638","category":"Mouse"},{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Gris azulado M170","color":"Blue Gray","image":["https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-006863","mpn":"910-006863","category":"Mouse"},{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Rosado M170","color":"Rose","image":["https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-006862","mpn":"910-006862","category":"Mouse"},{"@type":"ProductModel","name":"M170 Wireless Mouse - M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play - Blanco crudo M170","color":"Off-White","image":["https://resource.logitech.com/w_800,c_lpad,ar_1:1,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_16:9,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v\u003d1","https://resource.logitech.com/w_800,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v\u003d1"],"additionalProperty":[{"@type":"PropertyValue","name":"Platform","value":"M170"}],"sku":"910-006864","mpn":"910-006864","category":"Mouse"}]}</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/etc.clientlibs/logitech-common/clientlibs/clientlib-jquery.min.5cf6fcd4366153d725c5d4fb008729ff.js"></script>
|
||
<script src="/etc.clientlibs/logitech-common/clientlibs/clientlib-utils.min.4a192b590a2c2926fb000264370c0588.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
<script>
|
||
function targetPageParams() {
|
||
return {
|
||
"entity": {
|
||
"id" : "m171-wireless-mouse-es_as",
|
||
},
|
||
"at_property": "d097d61e-3d55-77b3-cbe6-8670ec77480c"
|
||
}
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/etc.clientlibs/logitech/clientlibs/main-editable-sfcc.min.25c0bd5dc37056e28254b0e7920f7f8c.css" type="text/css">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="a5d4a538-21e6-485f-9f0b-0bab76c31f5c"></script>
|
||
|
||
|
||
|
||
|
||
<script src="/etc.clientlibs/logitech-common/clientlibs/onetrust.min.41ac4cd8610e597df080b70136957dff.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
|
||
|
||
|
||
<body class="productDisplayPage basepage page basicpage has-secondary-nav wcm-publish " data-yotpo-product-id="m171-wireless-mouse" data-analytics-section="body">
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
var utag_data = {
|
||
"customer_type": "Not Logged In",
|
||
"page_category_name": "products",
|
||
"page_name": "m170-wireless-mouse",
|
||
"page_subcategory_name": "mice",
|
||
"page_type": "PDP",
|
||
"product_category": "Mice",
|
||
"product_id": "m171-wireless-mouse",
|
||
"product_image_url_small": [
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png",
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png",
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png",
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png",
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png",
|
||
"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png"
|
||
],
|
||
"product_name": [
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play",
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play",
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play",
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play",
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play",
|
||
"M170 Wireless Mouse Simplicidad de Plug \u0026amp; Play"
|
||
],
|
||
"product_sku": [
|
||
"910-004639",
|
||
"910-004425",
|
||
"910-004638",
|
||
"910-006863",
|
||
"910-006862",
|
||
"910-006864"
|
||
],
|
||
"product_sku_instock": [
|
||
false,
|
||
false,
|
||
false,
|
||
false,
|
||
false,
|
||
false
|
||
],
|
||
"product_sku_short": [
|
||
"910-004639",
|
||
"910-004425",
|
||
"910-004638",
|
||
"910-006863",
|
||
"910-006862",
|
||
"910-006864"
|
||
],
|
||
"site_country": "ROAM",
|
||
"site_environment": "production",
|
||
"site_id": "logi",
|
||
"site_language": "es",
|
||
"site_locale": "es-as"
|
||
};
|
||
</script>
|
||
<script src="https://webtags.logitech.com/main/prod/utag.sync.js"></script>
|
||
<script type="text/javascript">
|
||
window.logitech = window.logitech || {};
|
||
|
||
window.logitech.initUtagAsync = function() {
|
||
let script = document.createElement('script');
|
||
script.src = 'https://webtags.logitech.com/main/prod/utag.js';
|
||
script.type = 'text/javascript';
|
||
script.defer = true;
|
||
document.querySelector('body').appendChild(script);
|
||
};
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="commerce-config" data-page-url-suffix="/es-roam" data-page-path="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse" data-hcaptcha-site-key="205e3f6b-2d35-44d7-9097-93cbf63229c0" data-typesense-nodes="https://jh0mxir289nweul5p-1.a1.typesense.net,https://jh0mxir289nweul5p-2.a1.typesense.net,https://jh0mxir289nweul5p-3.a1.typesense.net" data-sfcc-disabled="true" data-enable-candyrack="false" data-show-bringg-tracking="false" data-typesense-api-key="0xYRMm6frg3fT7hW918KpJurrrqk1PBy" data-ocapi-version="v23_2" sfccapi-ocapi-proxyuri-prefix="/api/commerce" data-hide-cart="true" data-price-disclaimer-pos="after" data-payment-env="production" data-enable-time-to-ship="false" data-klarna-enabled="false" data-docked-cart-enabled="false" data-session-set="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.logitechtoken.json" data-currency-code="EUR" data-basket-exp-time-aut="2592000" data-cloudinary-path-plp-search-product-shot="https://www.logitech.com/w_386,ar_1.0,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam?v=1" data-place-order-stage="placeOrder#placeOrder" data-country-code="AM" data-enable-paypal="false" data-commerce-provider="sfcc" data-cloudinary-path-mini-cart-thumbnail="https://www.logitech.com/w_150,h_150,c_fit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam//content/dam/logitech?v=1" data-enable-googlepay="false" data-default-shipping-time="5" data-ccapi-version="v1" data-dr-public-key="pk_cfc2db9d66954709bcb9ea85b3ad7b21" data-enable-checkout-app="false" data-access-token-expiry="1800" data-typesense-nearest-node="https://jh0mxir289nweul5p.a1.typesense.net" data-organization-id-ocapi="f_ecom_bjdd_prd" sfcc-ccapi-proxy-shopper-basket="/api/commerce/checkout/shopper-baskets" data-site-notifications-endpoint="/es-roam/site-notifications/master/master.notifications.es-roam.json" data-order-invoice-url="/on/demandware.store/Sites-US-Site/en_US/DigitalRiver-FileLinks?ids=" data-productinfo-path="/bin/logitech/productinfo.json" data-ccapi-clientId="a65e74be-900e-458d-ac3b-675eae9bbc5a" data-basket-exp-time-ano="604800" data-ccapi-environment=".api.commercecloud.salesforce.com" data-commerce-cartpage="/cart" data-show-filters="false" sfccapi-ccapi-proxyuri-prefix="/api/commerce/shopper-products" data-locale="es-AS" data-ocapi-clientId="a65e74be-900e-458d-ac3b-675eae9bbc5a" data-enable-applepay="false" data-commerce-checkoutpage="/checkout" data-ocapi-environment="commerce-prd.logitech.com" data-shortCode-ccapi="4xvng64b" data-session-get="https://buy.logitech.com/store/logib2c/SessionToken?format=json" data-customer-id-expiry="5256000" data-cloudinary-domain="https://resource.logitech.com/" data-refresh-token-expiry="5256000" data-organization-id-ccapi="f_ecom_bjdd_prd" data-sfcc-promotion-id-prefixes="business,employee,student,partner,special" data-currency-symbol="€"></div>
|
||
|
||
|
||
<div class="lids-config" data-domain="logitech" data-api-endpoint="https://accounts.logi.com" data-client-id="6dc58bae-28c8-f4e3-ade8-73d0deb8e76d" data-redirect-uri="https://www.logitech.com/bin/accesstoken" data-websso-url="https://id.logi.com" data-brand-theme-id="29753D92-34CC-4706-9973-1832CFA11E78" data-websso-locale="es-mx" data-drsession-logout="https://buy.logitech.com/store/logib2c/LogoutSSO" data-page-path="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse" data-logout-path="/es-roam/my-account.html" data-locale="es_roam" data-fb-sdk="https://connect.facebook.net/en_US/sdk.js" data-amazon-sdk="https://api-cdn.amazon.com/sdk/login1.js" data-google-sdk="https://apis.google.com/js/platform.js?onload=initializeGoogleApi" data-google-captcha-sdk="https://www.google.com/recaptcha/api.js?onload=captchaLibsReady&render=explicit" data-myorders-url="/es-roam/my-account/my-orders"></div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="site-wrapper" role="region" aria-label="Logitech">
|
||
<h1 class="seo-pagetitle">Mouse inalámbrico M170</h1>
|
||
<div id="skiptocontent"><a href="#maincontent">IR A CONTENIDO PRINCIPAL</a></div>
|
||
|
||
<header class="main-header js-main-header" data-analytics-section="header" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
<!-- This is to include and override brand nav using page properties XF path - Starts -->
|
||
|
||
|
||
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="kepler global-header">
|
||
<div class="container">
|
||
<div class="grid">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a class="brand-switcher-item-link js-flyout-tabbable logitechgbs featured-logo" href="https://www.logitechg.com/es-roam" target="_blank" rel="noreferrer noopener" data-analytics-title="logitech-g" aria-label="Logitech G">
|
||
<div class="brand-logo-ctn">
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/logitechg-grey.svg" class="brand-logo" alt="Logitech G" loading="lazy"/>
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/logitechg.svg" class="brand-logo hover" alt="Logitech G" loading="lazy"/>
|
||
</div>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="brand-switcher flyout-menu-ctn js-brand-switcher">
|
||
<button class="brand-switcher-btn js-flyout-trigger" id="brand-switcher-btn" aria-haspopup="true" aria-controls="brand-switcher-list" aria-expanded="false">Nuestras marcas</button>
|
||
<ul class="brand-switcher-list flyout-menu js-flyout-menu" id="brand-switcher-list" role="menu" aria-labelledby="brand-switcher-btn">
|
||
|
||
<li role="none" class="brand-switcher-list-item hide-logo">
|
||
<a role="menuitem" class="brand-switcher-item-link js-flyout-tabbable" href="https://www.logitechg.com/es-roam" target="_blank" rel="noreferrer noopener" tabindex="-1" data-analytics-title="logitech-g" aria-label="Logitech G">
|
||
<div class="brand-logo-ctn">
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/logitechg-grey.svg" class="brand-logo" alt="Logitech G" loading="lazy"/>
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/logitechg.svg" class="brand-logo hover" alt="Logitech G" loading="lazy"/>
|
||
</div>
|
||
</a>
|
||
</li>
|
||
|
||
<li role="none" class="brand-switcher-list-item ">
|
||
<a role="menuitem" class="brand-switcher-item-link js-flyout-tabbable" href="https://www.astrogaming.com/es-roam" target="_blank" rel="noreferrer noopener" tabindex="-1" data-analytics-title="astro" aria-label="ASTRO">
|
||
<div class="brand-logo-ctn">
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/astro-grey.svg" class="brand-logo" alt="ASTRO" loading="lazy"/>
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/astro.svg" class="brand-logo hover" alt="ASTRO" loading="lazy"/>
|
||
</div>
|
||
</a>
|
||
</li>
|
||
|
||
<li role="none" class="brand-switcher-list-item ">
|
||
<a role="menuitem" class="brand-switcher-item-link js-flyout-tabbable" href="https://streamlabs.com" target="_blank" rel="noreferrer noopener" tabindex="-1" data-analytics-title="streamlabs" aria-label="Streamlabs">
|
||
<div class="brand-logo-ctn">
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/streamlabs-grey.svg" class="brand-logo" alt="Streamlabs" loading="lazy"/>
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/streamlabs.svg" class="brand-logo hover" alt="Streamlabs" loading="lazy"/>
|
||
</div>
|
||
</a>
|
||
</li>
|
||
|
||
<li role="none" class="brand-switcher-list-item ">
|
||
<a role="menuitem" class="brand-switcher-item-link js-flyout-tabbable" href="https://www.jaybirdsport.com/es-roam" target="_blank" rel="noreferrer noopener" tabindex="-1" data-analytics-title="jaybird" aria-label="Jaybird">
|
||
<div class="brand-logo-ctn">
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/jaybird-grey.svg" class="brand-logo" alt="Jaybird" loading="lazy"/>
|
||
<img src="/content/dam/logitech/en/nav/brand-logos/jaybird.svg" class="brand-logo hover" alt="Jaybird" loading="lazy"/>
|
||
</div>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div class="promo-carousel">
|
||
<div><div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- SDI include (path: /content/experience-fragments/logitech-com/es/navigation/promo_bar/master/_jcr_content/root/promo_carousel_copy.mainnav-nocache.html, resourceType: logitech/components/content/navigation/promo-carousel) -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp cmp-carousel carousel-simple-ctn js-pangea-carousel-simple-ctn aem-margin-options " data-aem-id="promo_carousel_copy-i76a10f624f469694f90e1398e2cf8244" id="promo-carousel-76a10f624f" data-cmp-is="carousel" data-slides-per-page-mobile="1" data-slides-per-page-tablet="1" data-slides-per-page-desktop="1" data-center-mode-mobile="false" data-center-mode-tablet="false" data-center-mode-desktop="false" data-center-padding-mobile="" data-center-padding-tablet="" data-center-padding-desktop="" data-arrows-mobile="true" data-arrows-tablet="true" data-arrows-desktop="true" data-arrows-position-mobile="" data-arrows-position-tablet="" data-arrows-position-desktop="" data-arrows-style-mobile="" data-arrows-style-tablet="" data-arrows-style-desktop="" data-dots-mobile="false" data-dots-tablet="false" data-dots-desktop="false" data-dots-position-mobile="overlaid" data-dots-position-tablet="overlaid" data-dots-position-desktop="overlaid" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-light" data-loops="true" data-autoplay="false" data-autoplay-duration="5" data-fixed-height="true" data-animation-type="in-place">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="promo_carousel_copy-i76a10f624f469694f90e1398e2cf8244-padding-options">
|
||
<div class="carousel-wrap">
|
||
<div class="cmp-carousel__content carousel-simple js-carousel-simple">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<ol role="tablist" class="cmp-carousel__indicators" style="display: none;">
|
||
<li role="tab" class="cmp-carousel__indicator cmp-carousel__indicator--active" data-cmp-hook-carousel="indicator">Carbon Neutral</li>
|
||
|
||
</ol>
|
||
<div class="carousel-simple-controls-wrapper">
|
||
<div class="carousel-simple-controls js-carousel-controls ">
|
||
<button class="prev-btn js-prev-btn js-prev-next-btn" aria-label="Anterior">
|
||
</button>
|
||
<button class="next-btn js-next-btn js-prev-next-btn" aria-label="Siguiente">
|
||
</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div class="locale-selector">
|
||
<a class="flag-link" href="/es-roam/change-location.html" data-analytics-title="locale-selector">
|
||
|
||
<span class="logi-icon-2-world"></span>
|
||
<span class="lang-code">Latinoamérica</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<!-- This is to include and override brand nav using page properties XF path - Ends -->
|
||
|
||
<!-- This is to include and override private store eligible banner using page properties XF path - Starts -->
|
||
|
||
<!-- This is to include and override private store eligible banner using page properties XF path - Ends -->
|
||
|
||
<!-- This is to include and override prime nav using page properties XF path - Starts -->
|
||
|
||
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- SDI include (path: /content/experience-fragments/logitech-com/es/navigation/main-navigation/es_roam/_jcr_content/root/main_nav.mainnav-nocache.html, resourceType: logitech/components/content/navigation/main-nav) -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="main-nav-unstickiness-trigger js-main-nav-unstickiness-trigger"></div>
|
||
<nav class="kepler main-nav cmp-accordion js-main-nav" data-cmp-is="accordion" id="main_nav-" aria-label="Navegación principal" data-analytics-section="global-nav">
|
||
<div class="panel-ids">
|
||
<div id="shop"></div>
|
||
<div id="discover"></div>
|
||
<div id="business"></div>
|
||
<div id="support"></div>
|
||
|
||
</div>
|
||
<div class="container">
|
||
<div class="grid">
|
||
<button class="mobile-nav-toggle js-mobile-nav-toggle" title="Alternar navegación principal" aria-label="Alternar navegación principal" tabindex="-1" aria-hidden="true" aria-expanded="false" aria-controls="main_nav-">
|
||
<span></span>
|
||
<span></span>
|
||
<span></span>
|
||
</button>
|
||
<div class="main-nav-logo-container">
|
||
<a class="main-nav-logo js-main-nav-logo" data-analytics-title="hero-logo-container" alt="hero-logo" href="/es-roam" aria-label="Logitech">
|
||
|
||
|
||
|
||
<div class="main-nav-logo-anim js-main-nav-logo-anim"></div>
|
||
<script>
|
||
/*
|
||
We only want to display the logo anim once per session.
|
||
Check session storage to see if they've seen it.
|
||
If not, play the anim. If so, jump straight to end-state.
|
||
This code is not in main JS as we want it to run asap.
|
||
*/
|
||
const logoAnim = document.querySelector('.js-main-nav-logo-anim');
|
||
|
||
try {
|
||
const sessionKey = 'seenLogoAnim';
|
||
const seenLogoAnim = window.sessionStorage.getItem(sessionKey) === 'true';
|
||
|
||
if (seenLogoAnim) {
|
||
logoAnim.classList.add('stopped');
|
||
} else {
|
||
window.sessionStorage.setItem(sessionKey, 'true');
|
||
|
||
setTimeout(() => {
|
||
logoAnim.classList.add('play');
|
||
}, 1000);
|
||
}
|
||
|
||
/* in case of any issues with sessionStorage, default to no animation */
|
||
} catch(err) {
|
||
logoAnim.classList.add('stopped');
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</a>
|
||
</div>
|
||
<div class="main-nav-items-ctn js-mobile-nav-ctn">
|
||
<div class="main-nav-items-ctn-inner js-mobile-nav-horz-scroller">
|
||
<ul class="main-nav-items mobile-nav-page mobile-vert-scroll js-main-nav-items js-mobile-page" data-mobile-nav-depth="0" role="tablist">
|
||
|
||
<li class="main-nav-item js-main-nav-item" role="none">
|
||
<a class="main-nav-item-trigger js-main-nav-item-trigger js-mobile-folder-trigger" id="main-nav-item-1" role="tab" data-analytics-title="shop" data-analytics-id="main-nav-item-1" aria-haspopup="true" aria-controls="main-nav-item-menu-1" aria-expanded="false" aria-selected="false" aria-label="Descubrir">
|
||
Descubrir
|
||
</a>
|
||
|
||
<div class="nav-tabs mobile-nav-page js-main-subnav js-mobile-page cmp-accordion__item panel" role="menu" id="main-nav-item-menu-1" data-mobile-nav-depth="1" data-cmp-hook-accordion="item" data-title="Descubrir" aria-labelledby="main-nav-item-1" data-panel-name="custom-panel-name-0">
|
||
<div class="container" data-cmp-hook-accordion="panel">
|
||
<div class="grid">
|
||
<button class="mobile-back-btn js-mobile-back-btn" disabled aria-label="Retroceder">Descubrir</button>
|
||
<button class="desktop-close-btn js-desktop-close-btn"><span>Cerrar</span></button>
|
||
|
||
|
||
|
||
|
||
|
||
<ul id="nav-tabs-531f9f0e89" data-num-tabs="1" data-cmp-is="tabs" class="cmp-tabs nav-tabs-list mobile-vert-scroll js-nav-tabs-list" role="tablist">
|
||
|
||
<li class="nav-tab js-nav-tab cmp-tabs__tab active" data-cmp-hook-tabs="tab" role="none">
|
||
<input type="radio" name="nav-tabs-531f9f0e89" id="radio-nav-tabs-531f9f0e89-1" checked="checked"/>
|
||
<label class="nav-tab-title js-nav-tab-title" role="tab" aria-selected="true" aria-controls="nav-tabs-531f9f0e89" id="nav-tabs-531f9f0e89-1" data-analytics-title="shop" for="radio-nav-tabs-531f9f0e89-1">
|
||
Descubrir
|
||
</label>
|
||
<div class="nav-page js-nav-page cmp-tabs__tabpanel cmp-tabs__tabpanel--active" role="tabpanel" aria-labelledby="nav-tabs-531f9f0e89-1" id="nav-tabs-531f9f0e89-item-f2ac339100" data-cmp-hook-tabs="tabpanel">
|
||
|
||
|
||
|
||
<div class="nav-page-inner has-featured">
|
||
<div class="nav-page-main">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items-collection">
|
||
|
||
<div class="nav-items-collection-inner" data-layout="horizontal" data-childCount="8" data-cols="4">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/products/mice.html" aria-label="Mouse" target="_self" data-analytics-title="mice">
|
||
|
||
Mouse
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mice.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mice.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mice.png?v=1 1x" alt="Imagen de mouse" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Mouse</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/mice.html?filters=master-series" aria-label="Mouse Master Series" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="master-series">
|
||
<span class="default">Master Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/mice.html?filters=ergonomic-line" aria-label="Mouse de la serie Ergo" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ergo-series">
|
||
<span class="default">Ergo Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/combos.html" aria-label="Combinaciones" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="combos">
|
||
<span class="default">Combinaciones</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/desk-accessories.html" aria-label="Accesorios para escritorio" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="desk-accessories">
|
||
<span class="default">Accesorios para escritorio</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/mice.html" aria-label="Todos los mouse" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="all-mice">
|
||
<span class="default">Todos los mouse</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/products/mice.html" aria-label="Mouse" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="mice">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/products/keyboards.html" aria-label="Teclados" target="_self" data-analytics-title="keyboards">
|
||
|
||
Teclados
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-keyboards.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-keyboards.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-keyboards.png?v=1 1x" alt="Teclado inalámbrico" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Teclados</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/keyboards.html?filters=master-series" aria-label="Teclados Master Series" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="master-series">
|
||
<span class="default">Master Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/keyboards.html?filters=ergonomic-line" aria-label="Teclados de la serie Ergo" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ergo-series">
|
||
<span class="default">Ergo Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/combos.html" aria-label="Combinaciones" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="combos">
|
||
<span class="default">Combinaciones</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/ipad-keyboards.html" aria-label="Fundas con teclado para iPad" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ipad-keyboard-cases">
|
||
<span class="default">Fundas con teclado para iPad</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/keyboards.html" aria-label="Todos los teclados" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="all-keyboards">
|
||
<span class="default">Todos los teclados</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/products/keyboards.html" aria-label="Teclados" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="keyboards">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Cámaras web y audio
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-webcams-audio.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-webcams-audio.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-webcams-audio.png?v=1 1x" alt="Cámara web, auriculares inalámbricos y altavoz Bluetooth" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Cámaras web y audio</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/webcams.html" aria-label="Cámaras web" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="webcams">
|
||
<span class="default">Cámaras web</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/headsets.html" aria-label="Auriculares y audífonos" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="headsets--earbuds">
|
||
<span class="default">Auriculares y audífonos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/speakers/bluetooth-speakers.html" aria-label="Bocinas Bluetooth" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="bluetoothreg;-speakers">
|
||
<span class="default">Bocinas <em>Bluetooth</em><sup>®</sup></span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/speakers/computer-speakers.html" aria-label="Altavoces para PC" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="pc-speakers">
|
||
<span class="default">Altavoces para PC</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/cameras-lighting.html" aria-label="Iluminación" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="lighting">
|
||
<span class="default">Iluminación</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Soluciones móviles
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mobile-solutions.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mobile-solutions.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-mobile-solutions.png?v=1 1x" alt="Funda para tablet, lápiz digital y remoto inalámbrico para presentaciones" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Soluciones móviles</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/ipad-keyboards.html" aria-label="Fundas con teclado para iPad" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ipad-keyboard-cases">
|
||
<span class="default">Fundas con teclado para iPad</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/digital-pens.html" aria-label="Bolígrafos digitales" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="digital-pens">
|
||
<span class="default">Bolígrafos digitales</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/tablet-keyboards.html" aria-label="Mouse y teclados portátiles" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="portable-mice--keyboards">
|
||
<span class="default">Mouse y teclados portátiles</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/presenters.html" aria-label="Remotos inalámbricos para presentaciones" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="presentation-remotes">
|
||
<span class="default">Remotos inalámbricos para presentaciones</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/business.html" aria-label="Para productos empresariales" target="_self" data-analytics-title="for-business">
|
||
|
||
Para empresa
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-business.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-business.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-business.png?v=1 1x" alt="Icono de maleta" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Para empresa</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/conference-cameras.html" aria-label="Cámaras para salas de conferencias" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="conference-room-cameras">
|
||
<span class="default">Cámaras para salas de conferencias</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/keyboards-mice.html" aria-label="Mouse y teclados para empresa" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="business-mice--keyboards">
|
||
<span class="default">Mouse y teclados para empresa</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/headsets.html" aria-label="Audífonos con micrófono para empresa" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="business-headsets">
|
||
<span class="default">Audífonos con micrófono para empresa</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/webcams.html" aria-label="Cámaras web empresariales" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="business-webcams">
|
||
<span class="default">Cámaras web empresariales</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing.html#docking-stations" aria-label="Estaciones base" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="docking-stations">
|
||
<span class="default">Estaciones base</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/accessories.html" aria-label="Accesorios" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="accessories">
|
||
<span class="default">Accesorios</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/products.html" aria-label="Ver todo" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="shop-all">
|
||
<span class="default">Descubrir todo</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/business.html" aria-label="Para productos empresariales" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="for-business">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Para educación
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-education.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-education.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-education.png?v=1 1x" alt="Icono de bombilla" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Para educación</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/mice.html?filters=for-education" aria-label="Mouse " class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="mice-">
|
||
<span class="default">Mouse </span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/keyboards.html?filters=for-education" aria-label="Teclados" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="keyboards">
|
||
<span class="default">Teclados</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/headsets.html?filters=for-education" aria-label="Auriculares " class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="headsets">
|
||
<span class="default">Auriculares</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="https://www.logitechg.com/es-roam" aria-label="Para productos para juegos" target="_blank" rel="noopener noreferrer" data-analytics-title="for-gaming">
|
||
|
||
Para juegos
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-gamers.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-gamers.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/shop-for-gamers.png?v=1 1x" alt="Logo de Logitech G" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Para juegos</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/gaming-mice.html" aria-label="Mouse para juegos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="gaming-mice">
|
||
<span class="default">Mouse para juegos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/gaming-keyboards.html" aria-label="Teclados para juegos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="gaming-keyboards">
|
||
<span class="default">Teclados para juegos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/gaming-audio.html" aria-label="Auriculares y audio para juegos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="gaming-headsets--audio">
|
||
<span class="default">Auriculares y audio para juegos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/gaming-mouse-pads.html" aria-label="Alfombrillas de mouse para juegos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="gaming-mouse-pads">
|
||
<span class="default">Alfombrillas de mouse para juegos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/driving.html" aria-label="Volantes motrices" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="driving-wheels">
|
||
<span class="default">Volantes motrices</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/products/microphones.html" aria-label="Micrófonos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="microphones">
|
||
<span class="default">Micrófonos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="https://www.logitechg.com/es-roam" aria-label="Para productos para juegos" class="nav-item-link js-nav-item-link" target="_blank" rel="noopener noreferrer" data-analytics-title="for-gaming">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="nav-page-featured">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="main-nav-item js-main-nav-item" role="none">
|
||
<a class="main-nav-item-trigger js-main-nav-item-trigger js-mobile-folder-trigger" id="main-nav-item-2" role="tab" data-analytics-title="discover" data-analytics-id="main-nav-item-2" aria-haspopup="true" aria-controls="main-nav-item-menu-2" aria-expanded="false" aria-selected="false" aria-label="Descubre ">
|
||
Descubre
|
||
</a>
|
||
|
||
<div class="nav-tabs mobile-nav-page js-main-subnav js-mobile-page cmp-accordion__item panel" role="menu" id="main-nav-item-menu-2" data-mobile-nav-depth="1" data-cmp-hook-accordion="item" data-title="Descubre " aria-labelledby="main-nav-item-2" data-panel-name="custom-panel-name-1">
|
||
<div class="container" data-cmp-hook-accordion="panel">
|
||
<div class="grid">
|
||
<button class="mobile-back-btn js-mobile-back-btn" disabled aria-label="Retroceder">Descubre </button>
|
||
<button class="desktop-close-btn js-desktop-close-btn"><span>Cerrar</span></button>
|
||
|
||
|
||
|
||
|
||
|
||
<ul id="nav-tabs-ea28d51f30" data-num-tabs="1" data-cmp-is="tabs" class="cmp-tabs nav-tabs-list mobile-vert-scroll js-nav-tabs-list" role="tablist">
|
||
|
||
<li class="nav-tab js-nav-tab cmp-tabs__tab active" data-cmp-hook-tabs="tab" role="none">
|
||
<input type="radio" name="nav-tabs-ea28d51f30" id="radio-nav-tabs-ea28d51f30-1" checked="checked"/>
|
||
<label class="nav-tab-title js-nav-tab-title" role="tab" aria-selected="true" aria-controls="nav-tabs-ea28d51f30" id="nav-tabs-ea28d51f30-1" for="radio-nav-tabs-ea28d51f30-1">
|
||
|
||
</label>
|
||
<div class="nav-page js-nav-page cmp-tabs__tabpanel cmp-tabs__tabpanel--active" role="tabpanel" aria-labelledby="nav-tabs-ea28d51f30-1" id="nav-tabs-ea28d51f30-item-509274fc8e" data-cmp-hook-tabs="tabpanel">
|
||
|
||
|
||
|
||
<div class="nav-page-inner has-featured">
|
||
<div class="nav-page-main">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items-collection">
|
||
|
||
<div class="nav-items-collection-inner" data-layout="horizontal" data-childCount="4" data-cols="4">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/sustainability.html" aria-label="Sostenibilidad" target="_self" data-analytics-title="sustainability">
|
||
|
||
Sostenibilidad
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-sustainability.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-sustainability.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-sustainability.png?v=1 1x" alt="Icono de sostenibilidad" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Sostenibilidad</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/environment.html" aria-label="Planeta" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="planet">
|
||
<span class="default">Planeta</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/people.html" aria-label="Personas" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="people">
|
||
<span class="default">Personas</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/take-action.html" aria-label="Colabora" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="take-action">
|
||
<span class="default">Colabora</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/recycling.html" aria-label="Reciclar" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="recycle">
|
||
<span class="default">Reciclar</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/reports-and-resources.html" aria-label="Informes" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="reporting">
|
||
<span class="default">Informes</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/sustainability.html" aria-label="Sostenibilidad" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="sustainability">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/about.html" aria-label="Acerca de nosotros" target="_self" data-analytics-title="about-us">
|
||
|
||
Acerca de nosotros
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-about-us.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-about-us.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-about-us.png?v=1 1x" alt="Logo de Logi" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Acerca de nosotros</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/about.html" aria-label="Acerca de Logitech" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="about-logitech">
|
||
<span class="default">Acerca de Logitech</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/about/designawards.html" aria-label="Galardones de diseño" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="design-awards">
|
||
<span class="default">Galardones de diseño</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/social-impact.html" aria-label="Impacto social" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="social-impact">
|
||
<span class="default">Impacto social</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://blog.logitech.com/" aria-label="Blog" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="blog">
|
||
<span class="default">Blog</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/about.html" aria-label="Acerca de nosotros" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="about-us">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/ergo/ergo-series.html" aria-label="Ergo Series" target="_self" data-analytics-title="ergo-series">
|
||
|
||
Ergo Series
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-ergo-series.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-ergo-series.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-ergo-series.png?v=1 1x" alt="Logo de Ergo" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Ergo Series</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/ergo/ergo-series.html" aria-label="Ergo Series" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ergo-series">
|
||
<span class="default">Ergo Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/ergo/ergo-setups.html" aria-label="Configuraciones Ergo" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ergo-setups">
|
||
<span class="default">Configuraciones Ergo</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/ergo/wellness-tips.html" aria-label="Consejos para el bienestar" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="wellbeing-tips">
|
||
<span class="default">Consejos para el bienestar</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/ergo/design-lab.html" aria-label="Ergo Lab" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="ergo-lab">
|
||
<span class="default">Ergo Lab</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/ergo/digital-wellness.html" aria-label="Tecnología saludable" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="healthy-computing">
|
||
<span class="default">Tecnología saludable</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/ergo/ergo-series.html" aria-label="Ergo Series" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="ergo-series">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/mx/master-series.html" aria-label="Serie MX" target="_self" data-analytics-title="mx-series">
|
||
|
||
Serie MX
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-master-series.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-master-series.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-master-series.png?v=1 1x" alt="Logo de MX" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Serie MX</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/mx/master-series.html" aria-label="MX Master Series" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="mx-master-series">
|
||
<span class="default">MX Master Series</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/mx/mx-solutions.html" aria-label="Equipos MX" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="mx-setups">
|
||
<span class="default">Equipos MX</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/mx/mx-software.html" aria-label="Software MX" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="mx-software">
|
||
<span class="default">Software MX</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/mx/mx-creatives-coding.html" aria-label="Para creativos y programadores" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="for-creatives--coders">
|
||
<span class="default">Para creativos y programadores</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/mx/master-series.html" aria-label="Serie MX" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="mx-series">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="nav-page-featured">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-feature-sustainability.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-feature-sustainability.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/discover-feature-sustainability.png?v=1 1x" alt="Icono de bombilla superpuesto en herramientas y piezas" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn " data-mobile-nav-depth="1">
|
||
|
||
<ul class="nav-items-links ">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability.html" aria-label="Ver nuestro compromiso de sostenibilidad" class="nav-item-link js-nav-item-link has-mobile-text" data-style="chevron" target="_self" data-analytics-title="designed-with-sustainability-in-mind-see-our-pledge">
|
||
<span class="default"><strong>Diseñado pensando en la sostenibilidad. Ver nuestro compromiso</strong></span>
|
||
<span class="mobile">Ver nuestro compromiso de sostenibilidad</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="main-nav-item js-main-nav-item" role="none">
|
||
<a class="main-nav-item-trigger js-main-nav-item-trigger js-mobile-folder-trigger" id="main-nav-item-3" role="tab" data-analytics-title="business" data-analytics-id="main-nav-item-3" aria-haspopup="true" aria-controls="main-nav-item-menu-3" aria-expanded="false" aria-selected="false" aria-label="Empresas">
|
||
Empresas
|
||
</a>
|
||
|
||
<div class="nav-tabs mobile-nav-page js-main-subnav js-mobile-page cmp-accordion__item panel" role="menu" id="main-nav-item-menu-3" data-mobile-nav-depth="1" data-cmp-hook-accordion="item" data-title="Empresas" aria-labelledby="main-nav-item-3" data-panel-name="custom-panel-name-2">
|
||
<div class="container" data-cmp-hook-accordion="panel">
|
||
<div class="grid">
|
||
<button class="mobile-back-btn js-mobile-back-btn" disabled aria-label="Retroceder">Empresas</button>
|
||
<button class="desktop-close-btn js-desktop-close-btn"><span>Cerrar</span></button>
|
||
|
||
|
||
|
||
|
||
|
||
<ul id="nav-tabs-cb5fedbb73" data-num-tabs="1" data-cmp-is="tabs" class="cmp-tabs nav-tabs-list mobile-vert-scroll js-nav-tabs-list" role="tablist">
|
||
|
||
<li class="nav-tab js-nav-tab cmp-tabs__tab active" data-cmp-hook-tabs="tab" role="none">
|
||
<input type="radio" name="nav-tabs-cb5fedbb73" id="radio-nav-tabs-cb5fedbb73-1" checked="checked"/>
|
||
<label class="nav-tab-title js-nav-tab-title" role="tab" aria-selected="true" aria-controls="nav-tabs-cb5fedbb73" id="nav-tabs-cb5fedbb73-1" for="radio-nav-tabs-cb5fedbb73-1">
|
||
|
||
</label>
|
||
<div class="nav-page js-nav-page cmp-tabs__tabpanel cmp-tabs__tabpanel--active" role="tabpanel" aria-labelledby="nav-tabs-cb5fedbb73-1" id="nav-tabs-cb5fedbb73-item-a792f92134" data-cmp-hook-tabs="tabpanel">
|
||
|
||
|
||
|
||
<div class="nav-page-inner has-featured">
|
||
<div class="nav-page-main">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items-collection">
|
||
|
||
<div class="nav-items-collection-inner" data-layout="horizontal" data-childCount="4" data-cols="4">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/business/solutions.html" aria-label="Espacios y soluciones" target="_self" data-analytics-title="spaces--solutions">
|
||
|
||
Espacios y soluciones
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-spaces-solutions.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/business-spaces-solutions.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-spaces-solutions.png?v=1 1x" alt="Vista ¾ de la sala de videoconferencia" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Espacios y soluciones</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/solutions.html#meeting-rooms" aria-label="Salas de reunión" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="meeting-rooms">
|
||
<span class="default">Salas de reunión</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/solutions.html#work-desks" aria-label="Escritorios de trabajo" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="work-desks">
|
||
<span class="default">Escritorios de trabajo</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/business/solutions.html" aria-label="Espacios y soluciones" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="spaces--solutions">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/business/products.html" aria-label="Productos para empresa" target="_self" data-analytics-title="products">
|
||
|
||
Productos
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-products.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/business-products.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-products.png?v=1 1x" alt="Escritorio" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Productos</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/conference-cameras.html" aria-label="Cámaras para conferencias" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="conference-cameras">
|
||
<span class="default">Cámaras para conferencias</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/keyboards-mice.html" aria-label="Mouse y teclados empresariales" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="mice--keyboards">
|
||
<span class="default">Mouse y teclados</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/headsets.html" aria-label="Audífonos con micrófono para empresa" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="headsets">
|
||
<span class="default">Auriculares con micrófono</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/business/webcams.html" aria-label="Cámaras web empresariales" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="webcams">
|
||
<span class="default">Cámaras web</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing.html#docking-stations" aria-label="Estaciones base" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="docking-stations">
|
||
<span class="default">Estaciones base</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/accessories.html" aria-label="Accesorios para video" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="accessories">
|
||
<span class="default">Accesorios</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/business/products.html" aria-label="Productos para empresa" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="products">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/video-collaboration/services-and-software.html" aria-label="Software y servicios" target="_self" data-analytics-title="software--services">
|
||
|
||
Software y servicios
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-software-services.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/business-software-services.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-software-services.png?v=1 1x" alt="Iconos de software y servicios de Logitech" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Software y servicios</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/room-solutions/select-premium-service-plan.html" aria-label="Seleccionar plan de servicio" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="select-service-plan">
|
||
<span class="default">Seleccionar plan de servicio</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/products/sync.html" aria-label="Administración de Sync" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="sync-management">
|
||
<span class="default">Administración de Sync</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/software/logi-tune-software.html" aria-label="Aplicación Tune" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="tune-app">
|
||
<span class="default">Aplicación Tune</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/solutions/deskbooking.html" aria-label="Reserva de escritorio" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="desk-booking">
|
||
<span class="default">Reserva de escritorio</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/products/extended-warranty.html" aria-label="Garantía extendida" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="extended-warranty">
|
||
<span class="default">Garantía extendida</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/video-collaboration/services-and-software.html" aria-label="Software y servicios" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="software--services">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="/es-roam/video-collaboration/partners.html" aria-label="Partners" target="_self" data-analytics-title="partners">
|
||
|
||
Partners
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-partners.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/business-partners.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/business-partners.png?v=1 1x" alt="Logo de asociado de Logitech" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Partners</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/partners/microsoft.html" aria-label="Microsoft Teams" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="microsoft-teams">
|
||
<span class="default">Microsoft Teams</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/products/video-conferencing/room-solutions/google-meet.html" aria-label="Google" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="google">
|
||
<span class="default">Google</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/partners/zoom.html" aria-label="Zoom" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="zoom">
|
||
<span class="default">Zoom</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://partners.logitech.com/" aria-label="Asociados de canal" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="channel-partners">
|
||
<span class="default">Asociados de canal</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="/es-roam/video-collaboration/partners.html" aria-label="Partners" class="nav-item-link js-nav-item-link" target="_self" data-analytics-title="partners">
|
||
<span>Explorar todo</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="nav-page-featured">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Recursos
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Recursos</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/resources.html#customer-stories" aria-label="Experiencias de clientes" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="customer-stories">
|
||
<span class="default">Experiencias de clientes</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/resources.html#product-info" aria-label="Información de producto" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="product-info">
|
||
<span class="default">Información de producto</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/resources.html#think-tank" aria-label="Investigaciones y revisiones" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="research--reviews">
|
||
<span class="default">Investigaciones y revisiones</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/room-configurator.html" aria-label="Configurador de salas" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="room-configurator">
|
||
<span class="default">Configurador de salas</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/resellers/find-a-reseller.html" aria-label="Buscar un distribuidor" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="find-a-reseller">
|
||
<span class="default">Buscar un distribuidor</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="main-nav-item js-main-nav-item" role="none">
|
||
<a class="main-nav-item-trigger js-main-nav-item-trigger js-mobile-folder-trigger" id="main-nav-item-4" role="tab" data-analytics-title="support" data-analytics-id="main-nav-item-4" aria-haspopup="true" aria-controls="main-nav-item-menu-4" aria-expanded="false" aria-selected="false" aria-label="Asistencia">
|
||
Asistencia
|
||
</a>
|
||
|
||
<div class="nav-tabs mobile-nav-page js-main-subnav js-mobile-page cmp-accordion__item panel" role="menu" id="main-nav-item-menu-4" data-mobile-nav-depth="1" data-cmp-hook-accordion="item" data-title="Asistencia" aria-labelledby="main-nav-item-4" data-panel-name="custom-panel-name-3">
|
||
<div class="container" data-cmp-hook-accordion="panel">
|
||
<div class="grid">
|
||
<button class="mobile-back-btn js-mobile-back-btn" disabled aria-label="Retroceder">Asistencia</button>
|
||
<button class="desktop-close-btn js-desktop-close-btn"><span>Cerrar</span></button>
|
||
|
||
|
||
|
||
|
||
|
||
<ul id="nav-tabs-e88a5e897e" data-num-tabs="1" data-cmp-is="tabs" class="cmp-tabs nav-tabs-list mobile-vert-scroll js-nav-tabs-list" role="tablist">
|
||
|
||
<li class="nav-tab js-nav-tab cmp-tabs__tab active" data-cmp-hook-tabs="tab" role="none">
|
||
<input type="radio" name="nav-tabs-e88a5e897e" id="radio-nav-tabs-e88a5e897e-1" checked="checked"/>
|
||
<label class="nav-tab-title js-nav-tab-title" role="tab" aria-selected="true" aria-controls="nav-tabs-e88a5e897e" id="nav-tabs-e88a5e897e-1" for="radio-nav-tabs-e88a5e897e-1">
|
||
|
||
</label>
|
||
<div class="nav-page js-nav-page cmp-tabs__tabpanel cmp-tabs__tabpanel--active" role="tabpanel" aria-labelledby="nav-tabs-e88a5e897e-1" id="nav-tabs-e88a5e897e-item-6c4eb8c949" data-cmp-hook-tabs="tabpanel">
|
||
|
||
|
||
|
||
<div class="nav-page-inner has-featured">
|
||
<div class="nav-page-main">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items-collection">
|
||
|
||
<div class="nav-items-collection-inner" data-layout="horizontal" data-childCount="2" data-cols="2">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Para uso individual
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-individuals.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-individuals.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-individuals.png?v=1 1x" alt="Mujer trabajando en un escritorio" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Para uso individual</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logitech.com/home" aria-label="Página de inicio de asistencia individual" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="individual-support-home">
|
||
<span class="default">Página de inicio de asistencia individual</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/requests/new?ticket_form_id=360000994993" aria-label="Registrar un producto" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="register-a-product">
|
||
<span class="default">Registrar un producto</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logitech.com/home" aria-label="Descargas" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="downloads">
|
||
<span class="default">Descargas</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/articles/360023351333/" aria-label="Pedidos/Devoluciones/Reembolsos" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="ordersreturnsrefunds">
|
||
<span class="default">Pedidos/Devoluciones/Reembolsos</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="http://support.logitech.com/contact" aria-label="Contactar al servicio de asistencia" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="contact-support">
|
||
<span class="default">Contactar al servicio de asistencia</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Para negocios y educación
|
||
|
||
</h2>
|
||
|
||
<figure class="nav-items-img-ctn " data-position="above-title" data-align="left">
|
||
|
||
<img class="nav-items-img" src="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-business-education.png?v=1" srcset="https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-business-education.png?v=1 2x, https://resource.logitech.com/w_316,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/navigation/support-for-business-education.png?v=1 1x" alt="Personas en una reunión" loading="lazy"/>
|
||
|
||
|
||
|
||
</figure>
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Para negocios y educación</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://prosupport.logi.com/hc/" aria-label="Página principal de asistencia empresarial" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="business-support-home">
|
||
<span class="default">Página principal de asistencia empresarial</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://prosupport.logi.com/hc/" aria-label="Asistencia para colaboración con video" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="video-collaboration-support">
|
||
<span class="default">Asistencia para colaboración con video</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/requests/new?ticket_form_id=360004097733" aria-label="Apoyo educativo" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="education-support">
|
||
<span class="default">Apoyo educativo</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://prosupport.logi.com/hc/articles/360039690234" aria-label="Piezas de repuesto" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="spare-parts">
|
||
<span class="default">Piezas de repuesto</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/requests/new?ticket_form_id=360000994993" aria-label="Registrar un producto" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="register-a-product">
|
||
<span class="default">Registrar un producto</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://prosupport.logi.com/hc/articles/360040190133" aria-label="Descargas" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="downloads">
|
||
<span class="default">Descargas</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://prosupport.logi.com/hc/requests/new?ticket_form_id=360002418454" aria-label="Contactar con asistencia empresarial" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="contact-business-support">
|
||
<span class="default">Contactar con asistencia empresarial</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="nav-page-featured">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items" data-align="left">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
<a href="https://support.logi.com/hc/articles/360024361233" aria-label="Software" target="_blank" rel="noopener noreferrer" data-analytics-title="software">
|
||
|
||
Software
|
||
|
||
</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Software</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/software/logi-tune-software.html" aria-label="Logi Tune" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logi-tune">
|
||
<span class="default">Logi Tune</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/software/options.html" aria-label="Logitech Options" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logitech-options">
|
||
<span class="default">Logitech Options</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/software/logi-options-plus.html" aria-label="Logi Options+" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logi-options">
|
||
<span class="default">Logi Options+</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/software/features/flow.html" aria-label="Logitech Flow" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logitech-flow">
|
||
<span class="default">Logitech Flow</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/software/capture.html" aria-label="Logitech Capture" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logitech-capture">
|
||
<span class="default">Logitech Capture</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/articles/360024844213--downloads-spotlight-presentation-remote" aria-label="Remoto para presentaciones Spotlight" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="spotlight-for-presentation-remote">
|
||
<span class="default">Remoto para presentaciones Spotlight</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/video-collaboration/products/sync.html" aria-label="Administración de dispositivos de Logitech Sync" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logitech-sync-device-management">
|
||
<span class="default">Administración de dispositivos de Logitech Sync</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://www.logitechg.com/es-roam/innovation/g-hub.html" aria-label="G Hub" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="ghub">
|
||
<span class="default">G HUB</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://support.logi.com/hc/articles/360024361233" aria-label="Ver todo el software" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="see-all-software">
|
||
<span class="default">Ver todo el software</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item mobile-only">
|
||
<a href="https://support.logi.com/hc/articles/360024361233" aria-label="Software" class="nav-item-link js-nav-item-link" target="_blank" rel="noopener noreferrer" data-analytics-title="software">
|
||
<span>Software</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="utility-nav js-main-nav-util-bar">
|
||
<button class="search-trigger js-search-trigger" data-analytics-title="Search" aria-expanded="false" aria-label="Buscar">Buscar</button>
|
||
<a href="/es-roam/my-account.html" class="my-account-trigger js-my-account-trigger" data-analytics-title="My Account" aria-label="Mi cuenta">Mi cuenta</a>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<form action="/es-roam/search.html" method="get" class="search-form js-search-form" aria-hidden="true" role="search" data-autocomplete-api="https://www.logitech.com/utilities/search/search.cfm?s=l&f=x&m=10&st=1&type=sayt2&q=">
|
||
<div class="container">
|
||
<input type="text" class="search-input" id="searchInput" name="q" placeholder="Buscar" tabindex="-1" aria-label="Búsqueda"/>
|
||
<div class='typeahead-ctn js-typeahead-ctn'></div>
|
||
<button type="submit" class="search-submit js-search-submit" tabindex="-1">ENVIAR</button>
|
||
<button class="close-search js-close-search-btn" aria-label="Cancelar búsqueda" tabindex="-1"></button>
|
||
</div>
|
||
</form>
|
||
<div class="main-nav-stickiness-trigger js-main-nav-stickiness-trigger"></div>
|
||
</nav>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<!-- This is to include and override prime nav using page properties XF path - Ends -->
|
||
<!-- This is to include and override secondary Navigation using page properties XF path - Starts -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="kepler secondary-nav js-secondary-nav" aria-label="Navegación secundaria" data-analytics-section="buy-banner">
|
||
<div class="container">
|
||
<div class="secondary-nav-grid js-secondary-nav-grid">
|
||
<div class="sec-nav-title-ctn js-sec-nav-title">
|
||
<h2 class="sec-nav-title">
|
||
<a href="#top" class="sec-nav-title-link">M170 Wireless Mouse</a>
|
||
</h2>
|
||
</div>
|
||
|
||
<div class="secondary-nav-items-ctn js-secondary-nav-items-ctn">
|
||
<ul class="secondary-nav-items js-secondary-nav-links" role="menu">
|
||
<li class="secondary-nav-item duplicate-title-link" role="none">
|
||
<a href="#top" class="secondary-nav-item-link " role="menuitem">
|
||
<span>M170 Wireless Mouse</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="sec-nav-ctas-ctn js-sec-nav-ctas-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp price-atc js-pangea-price-atc " data-skus="910-004639,910-004425,910-004638,910-006863,910-006862,910-006864" data-product-path="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse" data-hide-atc="false" data-show-special-message="false" data-price-size="small" data-atc-size="small" data-atc-style="button" data-theme-desktop="theme-light" data-theme-tablet="theme-light" data-theme-mobile="theme-light" data-href="#buy-m171-wireless-mouse" data-align-desktop="right" data-align-tablet="right" data-align-mobile="right" data-display-desktop="inline" data-display-tablet="inline" data-display-mobile="inline" data-show-full-price="false" data-in-pdp="true" data-in-plp="false" data-show-rts="false" data-hulk-call="true" data-in-buy-module="false" data-in-sec-nav="true">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="-padding-options">
|
||
|
||
<div class="price-atc-ctn loading"></div>
|
||
<div class="vertical-divider"></div>
|
||
<div class="price-atc-cta loading"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
|
||
<!-- This is to include and override secondary Navigation using page properties XF path - Ends -->
|
||
</header>
|
||
<main id="maincontent" class="site-content">
|
||
<!-- This is to include HTML Hack using page properties XF path - Starts -->
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="i6c303b2750c62d77d90296e1ab3a4e57" data-aem-id="i6c303b2750c62d77d90296e1ab3a4e57" class="aem-margin-options ">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
/* CSS */
|
||
|
||
/* No ticket. Found during release. PLP is missing CSS/JS for notify me */
|
||
.notify-me-modal:not(.pangea-inited) {
|
||
display: none;
|
||
}
|
||
|
||
|
||
/* @TODO: CODE TO BE REMOVED WHEN NEW KEPLER SEC NAV IS DEPLOYED*/
|
||
/* https://jira.logitech.com/browse/LOGIWEB-2145 */
|
||
/*@media (min-width: 1025px) {*/
|
||
/* .secondary-nav-container.theme-light .component-secondary-nav.fixed-nav a.btn-compact-dark {*/
|
||
/* color: white !important;*/
|
||
/* }*/
|
||
/* .secondary-nav-container.theme-light .component-secondary-nav.fixed-nav a.btn-compact-dark :hover {*/
|
||
/* color: #2f3132 !important;*/
|
||
/* }*/
|
||
/* .secondary-nav-container.theme-light .component-secondary-nav.fixed-nav a:not(.navBtn):not(.btn-compact-dark):not(.btn-compact):not(.cta) {*/
|
||
/* color: #2f3132;*/
|
||
/* }*/
|
||
/*}*/
|
||
|
||
|
||
|
||
/* @TODO: CODE TO BE REMOVED WHEN NEW KEPLER SEC NAV IS DEPLOYED*/
|
||
/* Semi-permanent fix. No code-fix planned until the secondary nav gets re-built.
|
||
This is to force buttons in the secondary nav to have a black background and white text
|
||
when the secnav is in its sticky state. This allows the author to style the button
|
||
however they like for when it's at the top of the screen without worrying about what
|
||
happens when the secnav background becomes opaque.
|
||
https://jira.logitech.com/browse/LOGIWEB-2654
|
||
*/
|
||
/*.secondary-nav-container .fixed-nav .pangea-cmp.ctas-ctn .cta {*/
|
||
/* background-color: black;*/
|
||
/* color: white;*/
|
||
/*}*/
|
||
/*.secondary-nav-container .fixed-nav .pangea-cmp.ctas-ctn .cta:hover {*/
|
||
/* background-color: transparent;*/
|
||
/* color: black;*/
|
||
/*}*/
|
||
/*.secondary-nav-container .fixed-nav .pangea-cmp.ctas-ctn .cta:hover:before {*/
|
||
/* border-color: black;*/
|
||
/*}*/
|
||
|
||
|
||
/* @TODO: CODE TO BE REMOVED WHEN NEW KEPLER SEC NAV IS DEPLOYED*/
|
||
|
||
/*@media (max-width: 1024px) {*/
|
||
/* .component-secondary-nav ul {*/
|
||
/* top: 50px;*/
|
||
/* }*/
|
||
|
||
/* .secondary-nav-container .pangea-cmp.ctas-ctn .cta {*/
|
||
/* background-color: black !important;*/
|
||
/* color: white !important;*/
|
||
/* }*/
|
||
/* .secondary-nav-container .pangea-cmp.ctas-ctn .cta:hover {*/
|
||
/* background-color: transparent !important;*/
|
||
/* color: black !important;*/
|
||
/* }*/
|
||
/* .secondary-nav-container .pangea-cmp.ctas-ctn .cta:hover:before {*/
|
||
/* content: "";*/
|
||
/* position: absolute;*/
|
||
/* left: 0;*/
|
||
/* top: 0;*/
|
||
/* right: 0;*/
|
||
/* bottom: 0;*/
|
||
/* border: 2px solid black !important;*/
|
||
/* pointer-events: none;*/
|
||
/* }*/
|
||
/*}*/
|
||
|
||
/*
|
||
https://jira.logitech.com/browse/LOGIB2B-1264
|
||
Kepler search not working in Safari
|
||
*/
|
||
/*@media(min-width: 1025px) {
|
||
.kepler .search-form .search-submit {
|
||
display: block;
|
||
visibility: hidden;
|
||
width: 0px;
|
||
padding: 0;
|
||
}
|
||
|
||
html[data-whatinput="keyboard"] .kepler .search-form .search-submit {
|
||
visibility: visible;
|
||
width: auto;
|
||
padding: 0 20px;
|
||
}
|
||
}*/
|
||
|
||
|
||
/* @TODO: CODE TO BE REMOVED WHEN NEW KEPLER SEC NAV IS DEPLOYED*/
|
||
/* https://jira.logitech.com/browse/LOGIWEB-4785
|
||
breadcrumbs not clickable
|
||
*/
|
||
/*.component-secondary-nav {*/
|
||
/* pointer-events: none; */
|
||
/*}*/
|
||
/*.component-secondary-nav a,*/
|
||
/*.component-secondary-nav button {*/
|
||
/* pointer-events: all; */
|
||
/*}*/
|
||
|
||
body {
|
||
font-weight : 300 !important;
|
||
}
|
||
|
||
|
||
/*fixes clear filter button x */
|
||
.pangea-cmp .plp-current-filters button .filter-close:after {
|
||
line-height: 18px !important;
|
||
font-size: 7px !important;
|
||
font-weight: var(--p-font-weight-extra-bold) !important;
|
||
}
|
||
|
||
/*fixes funny rendered color filters*/
|
||
.plp .filters [data-filter-id=colors] .option .swatch.selected:after {
|
||
box-sizing: border-box;
|
||
}
|
||
/*home page recomended products fix*/
|
||
/* https://jira.logitech.com/browse/LOGIWEB-5582 */
|
||
.pangea-cmp.recommended-products a{
|
||
color: inherit;
|
||
}
|
||
.pangea-cmp.recommended-products a:hover{
|
||
color: inherit;
|
||
}
|
||
|
||
/* https://jira.logitech.com/browse/NSTAR-5517 */
|
||
/* Price display overrides for search results in non-commerce locales */
|
||
/*:lang(el-GR) > .pangea-search-results .product-price,
|
||
:lang(ru-RU) > .pangea-search-results .product-price,
|
||
:lang(tr-TR) > .pangea-search-results .product-price,
|
||
:lang(pt-BR) > .pangea-search-results .product-price,
|
||
:lang(es-AR) > .pangea-search-results .product-price,
|
||
:lang(es-ROAM) > .pangea-search-results .product-price,
|
||
:lang(en-ZA) > .pangea-search-results .product-price,
|
||
:lang(en-QA) > .pangea-search-results .product-price,
|
||
:lang(en-KW) > .pangea-search-results .product-price,
|
||
:lang(en-SA) > .pangea-search-results .product-price,
|
||
:lang(en-AE) > .pangea-search-results .product-price,
|
||
:lang(en-PH) > .pangea-search-results .product-price,
|
||
:lang(en-HK) > .pangea-search-results .product-price,
|
||
:lang(zh-HK) > .pangea-search-results .product-price,
|
||
:lang(zh-TW) > .pangea-search-results .product-price,
|
||
:lang(ko-KR) > .pangea-search-results .product-price,
|
||
:lang(en-IN) > .pangea-search-results .product-price,
|
||
:lang(zh-CN) > .pangea-search-results .product-price,
|
||
:lang(en-IE) > .pangea-search-results .product-price,
|
||
:lang(th-TH) > .pangea-search-results .product-price,
|
||
:lang(en-AE) > .pangea-search-results .product-price,
|
||
:lang(en-MY) > .pangea-search-results .product-price,
|
||
:lang(en-SG) > .pangea-search-results .product-price,
|
||
:lang(id-ID) > .pangea-search-results .product-price,
|
||
:lang(vi-VN) > .pangea-search-results .product-price{
|
||
display: none !important;
|
||
}
|
||
|
||
/* https://jira.logitech.com/browse/LOGIWEB-6017 */
|
||
/* Price display overrides for comparison chart in non-commerce locales */
|
||
/*:lang(el-GR) > .compare-chart .product-price,
|
||
:lang(ru-RU) > .compare-chart .product-price,
|
||
:lang(tr-TR) > .compare-chart .product-price,
|
||
:lang(pt-BR) > .compare-chart .product-price,
|
||
:lang(es-AR) > .compare-chart .product-price,
|
||
:lang(es-ROAM) > .compare-chart .product-price,
|
||
:lang(en-ZA) > .compare-chart .product-price,
|
||
:lang(en-QA) > .compare-chart .product-price,
|
||
:lang(en-KW) > .compare-chart .product-price,
|
||
:lang(en-SA) > .compare-chart .product-price,
|
||
:lang(en-AE) > .compare-chart .product-price,
|
||
:lang(en-PH) > .compare-chart .product-price,
|
||
:lang(en-HK) > .compare-chart .product-price,
|
||
:lang(zh-HK) > .compare-chart .product-price,
|
||
:lang(zh-TW) > .compare-chart .product-price,
|
||
:lang(ko-KR) > .compare-chart .product-price,
|
||
:lang(en-IN) > .compare-chart .product-price,
|
||
:lang(zh-CN) > .compare-chart .product-price,
|
||
:lang(en-IE) > .compare-chart .product-price,
|
||
:lang(th-TH) > .compare-chart .product-price,
|
||
:lang(en-AE) > .compare-chart .product-price,
|
||
:lang(en-MY) > .compare-chart .product-price,
|
||
:lang(en-SG) > .compare-chart .product-price,
|
||
:lang(id-ID) > .compare-chart .product-price,
|
||
:lang(vi-VN) > .compare-chart .product-price{
|
||
display: none !important;
|
||
}*/
|
||
|
||
|
||
/* Hide prices on pages. Uses JS hack */
|
||
/*body.hide-prices .price-atc-ctn {
|
||
display: none !important;
|
||
}*/
|
||
|
||
/* Avoid long URLs pushing over the next column in Tech Specs */
|
||
/* Remove when LOGIB2B-1813 is complete */
|
||
ul.tech-specs ul.specs-description-list,
|
||
ul.tech-specs ul.dotted {
|
||
overflow-wrap: anywhere;
|
||
}
|
||
|
||
/* https://jira.logitech.com/browse/LOGIWEB-6564 */
|
||
.pangea-grid-layout .layout-item {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: var(--halign);
|
||
}
|
||
|
||
</style>
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="i6c303b2750c62d77d90296e1ab3a4e57-padding-options">
|
||
<!-- HTML -->
|
||
<div class="author-instructions">Pangea temporary hotfixes here</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// JavaScript
|
||
(function() {
|
||
function init() {
|
||
|
||
|
||
// To make legacy nav change theme when banner carousel changes
|
||
// no ticket
|
||
// can be removed once Kepler is released and goes live across the board
|
||
// const legacyNav = document.querySelector('.primary-nav-container');
|
||
// const secondaryNav = document.querySelector('.secondary-nav-container');
|
||
// if (legacyNav) {
|
||
// window.addEventListener('window-update-nav-theme', (e) => {
|
||
// const themeDesktop = e.detail.desktop === 'theme-light' ? 'theme-dark' : 'theme-light';
|
||
// const themeTablet = e.detail.tablet === 'theme-light' ? 'theme-dark' : 'theme-light';
|
||
// const themeMobile = e.detail.mobile === 'theme-light' ? 'theme-dark' : 'theme-light';
|
||
|
||
// legacyNav.setAttribute('data-theme-desktop', themeDesktop);
|
||
// legacyNav.setAttribute('data-theme-tablet', themeTablet);
|
||
// legacyNav.setAttribute('data-theme-mobile', themeMobile);
|
||
|
||
// if (secondaryNav) {
|
||
// secondaryNav.setAttribute('data-theme-desktop', themeDesktop);
|
||
// secondaryNav.setAttribute('data-theme-tablet', themeTablet);
|
||
// secondaryNav.setAttribute('data-theme-mobile', themeMobile);
|
||
// }
|
||
// });
|
||
// }
|
||
// Fall for Empty Target addons
|
||
var addons = document.querySelector('.js-pangea-target-addons');
|
||
if(addons) {
|
||
addons.querySelector('.addons-addon') ? null : addons.innerHTML = '';
|
||
}
|
||
}
|
||
|
||
// Wait until DOM is ready
|
||
function waitUntilReady(callback) {
|
||
if(document.readyState != 'loading') {
|
||
callback.call(this);
|
||
} else {
|
||
document.addEventListener('DOMContentLoaded', callback.bind(this));
|
||
}
|
||
}
|
||
|
||
waitUntilReady(init);
|
||
})();
|
||
|
||
|
||
</script>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<!-- This is to include HTML Hack using page properties XF path - Ends -->
|
||
<!-- content start -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="pangea-cmp js-pangea-buy-module pangea-buy-module is-top-element dbgc-marin tbgc-marin mbgc-marin dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-top tbgpos-top mbgpos-top" id="buy-m171-wireless-mouse" data-href="/es-roam/products/mice/m170-wireless-mouse.html" data-disable-sticky-bottom-nav="true" data-productinfo="{"variants":[{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"grey/black","title":"Gris/Negro"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Gris/Negro M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-004425","brand":"Logitech","series":"","color":"Grey/Black","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-004425.html","title":"Grey/Black","sku":"910-004425","colorSwatch":"/content/dam/logitech/en/products/swatch/grey.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"grey","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null},{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-red.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-red.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-red.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-red.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-red.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"red/black","title":"Rojo/Negro"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Rojo/Negro M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-004639","brand":"Logitech","series":"","color":"Red/Black","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-004639.html","title":"Red/Black","sku":"910-004639","colorSwatch":"/content/dam/logitech/en/products/swatch/red.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"red","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null},{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-blue.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-blue.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-blue.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-blue.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"blue/black","title":"Azul/Negro"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Azul/Negro M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-004638","brand":"Logitech","series":"","color":"Blue/Black","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-004638.html","title":"Blue/Black","sku":"910-004638","colorSwatch":"/content/dam/logitech/en/products/swatch/blue.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"blue","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null},{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-bluegrey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-bluegrey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-bluegrey.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-bluegrey.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"blue gray","title":"Gris azulado"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Gris azulado M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-006863","brand":"Logitech","series":"","color":"Blue Gray","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-006863.html","title":"Blue Gray","sku":"910-006863","colorSwatch":"/content/dam/logitech/en/products/swatch/smoky-blue.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"blue","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null},{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-rose.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-rose.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-rose.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-rose.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"rose","title":"Rosado"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Rosado M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-006862","brand":"Logitech","series":"","color":"Rose","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-006862.html","title":"Rose","sku":"910-006862","colorSwatch":"/content/dam/logitech/en/products/swatch/rose.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"pink","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null},{"carouselImages":[{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png?v=1"},{"desktop-2x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","mobile-2x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","mobile-1x":"https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","tablet-1x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","tablet-2x":"https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","desktop-1x":"https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","type":"photo","zoom-2x":"https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","zoom-1x":"https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","video-host":"youtube","thumb-2x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","thumb-1x":"https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","bundle-1x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1","bundle-2x":"https://resource.logitech.com/w_150,c_limit,f_auto,q_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png?v=1"}],"carouselImagesList":[{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-off-white.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-3-4-view-off-white.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-off-white.png"},{"imageURL":"/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-off-white.png"}],"textures":[],"badges":[],"facets":{"dr.platform":[{"id":"m170","title":"M170"}],"dr.color":{"id":"off-white","title":"Blanco crudo"}},"name":"M170 Wireless Mouse Simplicidad de Plug &amp; Play - Blanco crudo M170","id":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425/jcr:content/par/product/910-006864","brand":"Logitech","series":"","color":"Off-White","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.910-006864.html","title":"Off-White","sku":"910-006864","colorSwatch":"/content/dam/logitech/en/products/swatch/off-white.jpg","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","buyStatus":4.0,"enableNotifyMe":true,"hideAddToCart":false,"availableDate":"2016-02-19T09:00:00.000Z","specialMessage":"","newProductTag":false,"showVariant":"","variantAnalytics":"white,grey","glbPath":null,"usdzPath":null,"variantSubtitle":"Simplicidad de Plug &amp; Play","variantDescription":null}],"id":"m171-wireless-mouse","link":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.html","productPath":"/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.910-004425.html","title":null,"name":"m171-wireless-mouse","subtitle":null,"description":null,"cid":"m171-wireless-mouse","warrantyInformation":"Un año de garantía de hardware limitada","warning":"","supportLink":"https://support.logi.com/hc/es-419?mID=12130","supportTagLabel":"ToDo","thumbnail":"https://resource.logitech.com/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-blue.png","uniqueId":"m171-wireless-mouse","category":"mice","skus":["910-004425","910-004639","910-004638","910-006863","910-006862","910-006864"],"productTitle":"M170 Wireless Mouse","shortDescription":"","series":"","feature":"programmable-buttons","newProductTag":false,"featuredProduct":false,"featuresList":["ToDo"],"specList":[],"seriesList":[null],"facetPropKeys":["dr.color","dr.platform"],"isExpired":false,"isAwardWinner":false,"shopRunnerExempt":false,"arBadgeActive":"false","desktop3DBadgeActive":"false","hideReviews":"false","variantColorId":"Grey/Black","defaultVariant":"910-004425"}" data-bg-size-desktop="cover" data-bg-size-tablet="cover" data-bg-size-mobile="cover" data-bg-align-desktop="top" data-bg-align-tablet="top" data-bg-align-mobile="top" data-analytics-section="buy-module-single" data-platform-color-order="false">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="container">
|
||
<div class="grid">
|
||
<div class="gallery-col">
|
||
<div class="breadcrumbs-ctn">
|
||
<div class="pangea-cmp breadcrumb-trail js-pangea-breadcrumb-trail aem-margin-options">
|
||
<ol aria-label="Menú de navegación de ruta de navegación">
|
||
<li>
|
||
<a href="/es-roam/products/mice.html" data-analytics-title="mice">Mouse
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/es-roam/products/mice/m170-wireless-mouse.html" data-analytics-title="m170-wireless-mouse" aria-current="location">Mouse inalámbrico M170
|
||
</a>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="product-info-mobile">
|
||
|
||
|
||
|
||
<h2 class="product-title js-text-auto">M170 Wireless Mouse</h2>
|
||
|
||
<div class="product-subtitle js-product-subtitle">Simplicidad de Plug & Play</div>
|
||
|
||
|
||
|
||
</div>
|
||
<div class="product-gallery-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-product-gallery-wrapper js-pangea-product-gallery" data-current-index="0">
|
||
<div class="product-gallery js-product-gallery">
|
||
<div class="pangea-cmp cmp-carousel carousel-simple-ctn js-pangea-carousel-simple-ctn" data-cmp-is="carousel" data-slides-per-page-mobile="1" data-slides-per-page-tablet="1" data-slides-per-page-desktop="1" data-center-mode-mobile="false" data-center-mode-tablet="false" data-center-mode-desktop="false" data-center-padding-mobile="0" data-center-padding-tablet="0" data-center-padding-desktop="0" data-arrows-tablet="false" data-arrows-mobile="false" data-arrows-desktop="false" data-arrows-style-mobile="default" data-arrows-style-tablet="default" data-arrows-style-desktop="default" data-arrows-position-mobile="overlaid" data-arrows-position-tablet="overlaid" data-arrows-position-desktop="overlaid" data-dots-mobile="true" data-dots-tablet="false" data-dots-desktop="false" data-dots-position-mobile="below" data-dots-position-tablet="overlaid" data-dots-position-desktop="overlaid" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-light" data-loops="true" data-autoplay="false" data-autoplay-duration="1" data-fixed-height="false" data-animation-type="slide">
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options">
|
||
<div class="carousel-wrap">
|
||
<div class="carousel-simple js-carousel-simple">
|
||
<div>
|
||
|
||
|
||
|
||
|
||
<div class="pangea-product-shot js-pangea-product-shot " data-type="photo" data-index="0" data-src-zoom-1x="https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1" data-src-zoom-2x="https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1">
|
||
|
||
<div class="product-shot-img-ctn js-product-shot-img-ctn">
|
||
<picture>
|
||
<source srcset="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 2x, https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 1x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 2x, https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 1x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 2x, https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 1x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 1"/>
|
||
</picture>
|
||
<div class="zoom-img-ctn js-zoom-img-ctn"></div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="loading-anim-ctn js-loading-anim-ctn"></div>
|
||
<div class="click-blocker"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
|
||
|
||
|
||
|
||
<div class="pangea-product-shot js-pangea-product-shot " data-type="photo" data-index="1" data-src-zoom-1x="https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1" data-src-zoom-2x="https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1">
|
||
|
||
<div class="product-shot-img-ctn js-product-shot-img-ctn">
|
||
<picture>
|
||
<source srcset="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 1x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 1x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 1x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 2"/>
|
||
</picture>
|
||
<div class="zoom-img-ctn js-zoom-img-ctn"></div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="loading-anim-ctn js-loading-anim-ctn"></div>
|
||
<div class="click-blocker"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
|
||
|
||
|
||
|
||
<div class="pangea-product-shot js-pangea-product-shot " data-type="photo" data-index="2" data-src-zoom-1x="https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1" data-src-zoom-2x="https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1">
|
||
|
||
<div class="product-shot-img-ctn js-product-shot-img-ctn">
|
||
<picture>
|
||
<source srcset="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 1x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 1x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 1x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 3"/>
|
||
</picture>
|
||
<div class="zoom-img-ctn js-zoom-img-ctn"></div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="loading-anim-ctn js-loading-anim-ctn"></div>
|
||
<div class="click-blocker"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
|
||
|
||
|
||
|
||
<div class="pangea-product-shot js-pangea-product-shot " data-type="photo" data-index="3" data-src-zoom-1x="https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1" data-src-zoom-2x="https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1">
|
||
|
||
<div class="product-shot-img-ctn js-product-shot-img-ctn">
|
||
<picture>
|
||
<source srcset="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 2x, https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 1x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 2x, https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 1x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 2x, https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 1x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 4"/>
|
||
</picture>
|
||
<div class="zoom-img-ctn js-zoom-img-ctn"></div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="loading-anim-ctn js-loading-anim-ctn"></div>
|
||
<div class="click-blocker"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
|
||
|
||
|
||
|
||
<div class="pangea-product-shot js-pangea-product-shot " data-type="photo" data-index="4" data-src-zoom-1x="https://resource.logitech.com/w_1600,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1" data-src-zoom-2x="https://resource.logitech.com/ww_1600,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1">
|
||
|
||
<div class="product-shot-img-ctn js-product-shot-img-ctn">
|
||
<picture>
|
||
<source srcset="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 2x, https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 1x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 2x, https://resource.logitech.com/w_572,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 1x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 2x, https://resource.logitech.com/w_480,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 1x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_692,c_lpad,ar_4:3,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 5"/>
|
||
</picture>
|
||
<div class="zoom-img-ctn js-zoom-img-ctn"></div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="loading-anim-ctn js-loading-anim-ctn"></div>
|
||
<div class="click-blocker"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="product-badges js-product-badges" data-max-badges="2" data-orientation="stacked" data-should-animate="true"></div>
|
||
|
||
<div class="pangea-model-viewer js-pangea-model-viewer" data-ar-enabled data-3d-enabled>
|
||
|
||
<model-viewer class="model-viewer js-model-viewer " alt="3D/Realidad aumentada" reveal="manual" auto-rotate camera-controls auto-rotate-delay="6000" interaction-prompt-threshold="12000" ar magic-leap unstable-webxr ar-modes="webxr scene-viewer quick-look">
|
||
<div slot="poster"></div>
|
||
<button class="model-open" data-analytics-title="3d-model-open">3D</button>
|
||
<button class="model-close" aria-label="close" data-analytics-title="3d-model-close"></button>
|
||
</model-viewer>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="product-gallery-thumbs js-product-gallery-thumbs" data-num-thumbs="5" role="radiogroup" aria-label="Gallery">
|
||
<button class="pangea-product-thumb js-pangea-product-thumb active" data-index="0" data-type="photo" data-analytics-title="thumb0" role="radio" aria-checked="true">
|
||
<picture>
|
||
<img srcset="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 2x, https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1 1x" src="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 1"/>
|
||
</picture>
|
||
|
||
</button>
|
||
|
||
<button class="pangea-product-thumb js-pangea-product-thumb " data-index="1" data-type="photo" data-analytics-title="thumb1" role="radio" aria-checked="false">
|
||
<picture>
|
||
<img srcset="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1 1x" src="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-top-side-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 2"/>
|
||
</picture>
|
||
|
||
</button>
|
||
|
||
<button class="pangea-product-thumb js-pangea-product-thumb " data-index="2" data-type="photo" data-analytics-title="thumb2" role="radio" aria-checked="false">
|
||
<picture>
|
||
<img srcset="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 2x, https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1 1x" src="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-side-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 3"/>
|
||
</picture>
|
||
|
||
</button>
|
||
|
||
<button class="pangea-product-thumb js-pangea-product-thumb " data-index="3" data-type="photo" data-analytics-title="thumb3" role="radio" aria-checked="false">
|
||
<picture>
|
||
<img srcset="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 2x, https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1 1x" src="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-ctg-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 4"/>
|
||
</picture>
|
||
|
||
</button>
|
||
|
||
<button class="pangea-product-thumb js-pangea-product-thumb " data-index="4" data-type="photo" data-analytics-title="thumb4" role="radio" aria-checked="false">
|
||
<picture>
|
||
<img srcset="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 2x, https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1 1x" src="https://resource.logitech.com/w_80,h_50,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/gallery/m171-mouse-back-view-grey.png?v=1" data-alt-skip="true" alt="M170 Wireless Mouse Ver 5"/>
|
||
</picture>
|
||
|
||
</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="product-info-col">
|
||
<div class="product-info-desktop">
|
||
|
||
|
||
|
||
<h2 class="product-title js-text-auto">M170 Wireless Mouse</h2>
|
||
|
||
<div class="product-subtitle js-product-subtitle">Simplicidad de Plug & Play</div>
|
||
|
||
|
||
|
||
</div>
|
||
<div class="facets-ctn">
|
||
<div class="pangea-cmp pangea-product-facets js-pangea-product-facets">
|
||
|
||
|
||
|
||
|
||
<div class="pangea-color-swatches js-pangea-color-swatches " data-facet="dr.color">
|
||
|
||
<div class="color-swatches" aria-label="M170 Wireless Mouse Colores" role="radiogroup">
|
||
<button class="color-swatch js-pangea-color-swatch active" data-color-id="grey/black" data-analytics-title="grey/black" title="Gris/Negro" role="radio" aria-checked="true">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/grey.jpg?v=1);"></span>
|
||
</button>
|
||
|
||
<button class="color-swatch js-pangea-color-swatch " data-color-id="off-white" data-analytics-title="off-white" title="Blanco crudo" role="radio" aria-checked="false">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/off-white.jpg?v=1);"></span>
|
||
</button>
|
||
|
||
<button class="color-swatch js-pangea-color-swatch " data-color-id="rose" data-analytics-title="rose" title="Rosado" role="radio" aria-checked="false">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/rose.jpg?v=1);"></span>
|
||
</button>
|
||
|
||
<button class="color-swatch js-pangea-color-swatch " data-color-id="blue/black" data-analytics-title="blue/black" title="Azul/Negro" role="radio" aria-checked="false">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/blue.jpg?v=1);"></span>
|
||
</button>
|
||
|
||
<button class="color-swatch js-pangea-color-swatch " data-color-id="red/black" data-analytics-title="red/black" title="Rojo/Negro" role="radio" aria-checked="false">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/red.jpg?v=1);"></span>
|
||
</button>
|
||
|
||
<button class="color-swatch js-pangea-color-swatch " data-color-id="blue gray" data-analytics-title="blue gray" title="Gris azulado" role="radio" aria-checked="false">
|
||
<span class="color-swatch-inner" style="background-image:url(https://resource.logitech.com/w_32,h_32,c_fill,b_white,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/swatch/smoky-blue.jpg?v=1);"></span>
|
||
</button>
|
||
</div>
|
||
|
||
<div class="color-name js-pangea-color-name">Gris/Negro</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="ctas-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp price-atc js-pangea-price-atc " data-skus="910-004425,910-004639,910-004638,910-006863,910-006862,910-006864" data-product-path="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse" data-hide-price="true" data-show-special-message="false" data-price-size="normal" data-atc-size="small" data-atc-style="button" data-theme-desktop="theme-light" data-theme-tablet="theme-light" data-theme-mobile="theme-light" data-href="/es-roam/products/mice/m170-wireless-mouse#buy-m171-wireless-mouse" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-display-desktop="stacked" data-display-tablet="stacked" data-display-mobile="stacked" data-show-full-price="true" data-in-pdp="true" data-in-plp="false" data-show-rts="true" data-hulk-call="true" data-in-buy-module="true" data-in-sec-nav="false">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="-padding-options">
|
||
<div class="price-atc-qty-selector"></div>
|
||
<div class="price-atc-ctn loading"></div>
|
||
<div class="vertical-divider"></div>
|
||
<div class="price-atc-cta loading"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="secondary-ctas-ctn">
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="shoprunner-ctn"><!--Shoprunner placeholder--></div>
|
||
|
||
|
||
<div class="secondary-content-ctn">
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="addons-ctn">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div class="product-specifics-ctn">
|
||
<!--Tech Specs placeholder-->
|
||
|
||
<div class="pangea-cmp pangea-tech-specs-component js-pangea-tech-specs-component">
|
||
<div class="pangea-cmp cmp-accordion tabs-accordion js-pangea-tabs-accordion aem-margin-options" data-mode-desktop="accordion" data-mode-tablet="accordion" data-mode-mobile="accordion" data-tabs-style="page" data-accordion-style="list" data-tabs-height="equal" data-folding-desktop="all-closed" data-folding-tablet="all-closed" data-folding-mobile="all-closed">
|
||
|
||
<div class="aem-content-ctn">
|
||
<div class="aem-padding-options" data-aem-id="buy-m171-wireless-mouse-padding-options">
|
||
<div class="tabs" role="tablist">
|
||
<!-- REPEAT TABS -->
|
||
<div class="tab">
|
||
<h3 role="none">
|
||
<button role="tab" data-analytics-title="Specs & Details" data-analytics-id="1">
|
||
<div class="tab-title">Especificaciones y detalles</div>
|
||
</button>
|
||
</h3>
|
||
</div>
|
||
<div class="tab">
|
||
<h3 role="none">
|
||
<button role="tab" data-analytics-title="Compatibility" data-analytics-id="2">
|
||
<div class="tab-title">Compatibilidad</div>
|
||
</button>
|
||
</h3>
|
||
</div>
|
||
<div class="tab">
|
||
<h3 role="none">
|
||
<button role="tab" data-analytics-title="In the Box" data-analytics-id="3">
|
||
<div class="tab-title">En la caja</div>
|
||
</button>
|
||
</h3>
|
||
</div>
|
||
<div class="tab">
|
||
<h3 role="none">
|
||
<button role="tab" data-analytics-title="Support" data-analytics-id="5">
|
||
<div class="tab-title">Asistencia</div>
|
||
</button>
|
||
</h3>
|
||
</div>
|
||
<!-- REPEAT TABS END -->
|
||
</div>
|
||
<div class="panels-wrapper">
|
||
<div class="panels">
|
||
<!-- REPEAT PANELS -->
|
||
<div class="cmp-accordion__item panel" data-cmp-hook-accordion="item" data-title="Especificaciones y detalles" data-panel-name="custom-panel-name-0">
|
||
<div class="cmp-accordion__header panel-header">
|
||
<h3>
|
||
<button data-analytics-title="Specs & Details" data-analytics-id="1" data-analytics-expandable="true">
|
||
<div class="tab-title">Especificaciones y detalles</div>
|
||
</button>
|
||
<span>
|
||
<div class="tab-title">Especificaciones y detalles</div>
|
||
</span>
|
||
</h3>
|
||
</div>
|
||
|
||
<div class="panel-content-wrapper">
|
||
<div data-cmp-hook-accordion="panel" class="cmp-accordion__panel cmp-accordion__panel--hidden panel-content " role="region" aria-hidden="false" aria-label="Especificaciones y detalles">
|
||
<div class="text-aem">
|
||
<div class="body-copy aem-margin-options" id="item_0">
|
||
<div class="content-ctn aem-content-ctn rte-field ">
|
||
<div class="aem-padding-options" data-aem-id="buy-m171-wireless-mouse-padding-options">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h4 class="specs-heading">Dimensiones</h4>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Mouse</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Altura</strong>:
|
||
97.7 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Ancho</strong>:
|
||
61.5 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Profundidad</strong>:
|
||
35.2 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Peso (con baterías)</strong>:
|
||
70,5 g
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Receptor USB</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Altura</strong>:
|
||
23,1 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Ancho</strong>:
|
||
18,7 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Profundidad</strong>:
|
||
6,6 mm
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Peso</strong>:
|
||
1,8 g
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h4 class="specs-heading">Especificaciones técnicas</h4>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Tecnología de sensor</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
|
||
Seguimiento óptico uniforme
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>DPI (mín./máx.)</strong>:
|
||
1000±
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Botones</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Número de botones</strong>:
|
||
3 (click izquierdo/derecho, click de botón central)
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Aplicación de personalización</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
|
||
Compatibilidad con Logi Options+ para Windows y macOS
|
||
|
||
<a class="note">Disponible para Windows y macOS en logitech.com/optionsplus</a>
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Desplazamiento</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
|
||
Desplazamiento línea a línea
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Rueda de desplazamiento</strong>:
|
||
Sí, 2D, óptico
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Pilas</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Pilas</strong>:
|
||
12 meses
|
||
|
||
|
||
|
||
<a class="note">La duración de las baterías depende del uso y de los dispositivos</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Detalles de batería</strong>:
|
||
1 x AA (incluida)
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Conectividad</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Tipo de conexión</strong>:
|
||
Conexión inalámbrica de 2.4 GHz
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Radio de acción inalámbrico</strong>:
|
||
10 metros
|
||
|
||
|
||
|
||
<a class="note">El radio de acción inalámbrico depende del usuario, las condiciones del entorno y de los dispositivos.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Conexión / Encendido</strong>:
|
||
Sí, interruptor de encendido/apagado
|
||
|
||
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Sostenibilidad</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
<strong>Plásticos grises / negros</strong>:
|
||
75% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Plásticos azules / negros</strong>:
|
||
65% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Plásticos rojos / negros</strong>:
|
||
65% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Plásticos blanquecinos</strong>:
|
||
59% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Plásticos gris azulado</strong>:
|
||
38% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
<strong>Plástico en rosado</strong>:
|
||
38% de material reciclado posconsumo
|
||
|
||
|
||
|
||
<a class="note">Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</a>
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
|
||
<div class="specs-description">
|
||
<strong>Huella de carbono del producto</strong>: 4,05 kg de CO2e
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="specs-block">
|
||
|
||
<div class="specs-description">
|
||
|
||
Con certificación de carbono neutral
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
<header class="specs-header">
|
||
<h4 class="specs-heading">
|
||
Información de garantía </h4>
|
||
</header>
|
||
<div class="specs-block">
|
||
<div class="specs-description">
|
||
Un año de garantía de hardware limitada
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
<header class="specs-header">
|
||
<h4 class="specs-heading">Número de referencia </h4>
|
||
</header>
|
||
<div class="specs-block">
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
<strong>Gris/Negro M170 :</strong>
|
||
<span class="serial-num">910-004425</span>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<strong>Rojo/Negro M170 :</strong>
|
||
<span class="serial-num">910-004639</span>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<strong>Azul/Negro M170 :</strong>
|
||
<span class="serial-num">910-004638</span>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<strong>Gris azulado M170 :</strong>
|
||
<span class="serial-num">910-006863</span>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<strong>Rosado M170 :</strong>
|
||
<span class="serial-num">910-006862</span>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<strong>Blanco crudo M170 :</strong>
|
||
<span class="serial-num">910-006864</span>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="cmp-accordion__item panel" data-cmp-hook-accordion="item" data-title="Compatibilidad" data-panel-name="custom-panel-name-1">
|
||
<div class="cmp-accordion__header panel-header">
|
||
|
||
|
||
|
||
|
||
<h3>
|
||
<button data-analytics-title="Compatibility" data-analytics-id="2" data-analytics-expandable="true">
|
||
<div class="tab-title">Compatibilidad</div>
|
||
</button>
|
||
<span>
|
||
<div class="tab-title">Compatibilidad</div>
|
||
</span>
|
||
</h3>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div class="panel-content-wrapper">
|
||
<div data-cmp-hook-accordion="panel" class="cmp-accordion__panel cmp-accordion__panel--hidden panel-content" role="region" aria-hidden="false" aria-label="Compatibilidad">
|
||
<div class="text-aem">
|
||
<div class="body-copy aem-margin-options" id="item_1">
|
||
<div class="content-ctn aem-content-ctn rte-field ">
|
||
<div class="aem-padding-options" data-aem-id="-padding-options">
|
||
|
||
|
||
|
||
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
<div class="specs-block">
|
||
<h5 class="specs-title">Receptor USB</h5>
|
||
|
||
|
||
<ul class="specs-description-list">
|
||
<li>
|
||
|
||
|
||
|
||
Requiere: Puerto USB disponible
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
Windows®
|
||
10,11 o posterior
|
||
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
macOS
|
||
10.8 o posterior
|
||
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
|
||
ChromeOS
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
Kernel de Linux®
|
||
2.6+
|
||
|
||
|
||
|
||
|
||
|
||
</li>
|
||
|
||
<li>
|
||
|
||
|
||
|
||
Se requiere acceso a Internet para descargar la aplicación de personalización opcional Logi Options+
|
||
|
||
<a class="note">Disponible para Windows y macOS en logitech.com/optionsplus</a>
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="cmp-accordion__item panel" data-cmp-hook-accordion="item" data-title="En la caja" data-panel-name="custom-panel-name-2">
|
||
<div class="cmp-accordion__header panel-header">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3>
|
||
<button data-analytics-title="In the Box" data-analytics-id="3" data-analytics-expandable="true">
|
||
<div class="tab-title"> En la caja</div>
|
||
</button>
|
||
<span>
|
||
<div class="tab-title">En la caja</div>
|
||
</span>
|
||
</h3>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div class="panel-content-wrapper">
|
||
<div data-cmp-hook-accordion="panel" class="cmp-accordion__panel cmp-accordion__panel--hidden panel-content" role="region" aria-hidden="false" aria-label="En la caja">
|
||
<div class="text-aem">
|
||
<div class="body-copy aem-margin-options" id="item_2">
|
||
<div class="content-ctn aem-content-ctn rte-field ">
|
||
<div class="aem-padding-options" data-aem-id="-padding-options">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="specs-column">
|
||
<div class="specs-group">
|
||
|
||
|
||
<div class="specs-block">
|
||
<h5 class="specs-title"> </h5>
|
||
<ul class="specs-description-list">
|
||
<li>Mouse inalámbrico</li>
|
||
|
||
<li>Receptor USB</li>
|
||
|
||
<li>1 batería AA (preinstalada)</li>
|
||
|
||
<li>Documentación del usuario</li>
|
||
</ul>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div class="cmp-accordion__item panel" data-cmp-hook-accordion="item" data-title="Asistencia" data-panel-name="custom-panel-name-4">
|
||
<div class="cmp-accordion__header panel-header">
|
||
<h3>
|
||
<button data-analytics-title="Support" data-analytics-id="4" data-analytics-expandable="true">
|
||
<div class="tab-title"> Asistencia</div>
|
||
</button>
|
||
<span>
|
||
<div class="tab-title">Asistencia</div>
|
||
</span>
|
||
</h3>
|
||
</div>
|
||
|
||
<div class="panel-content-wrapper">
|
||
<div data-cmp-hook-accordion="panel" class="cmp-accordion__panel cmp-accordion__panel--hidden panel-content " role="region" aria-hidden="false" aria-label="Asistencia">
|
||
<div class="text-aem">
|
||
<div class="body-copy aem-margin-options" id="item_3">
|
||
<div class="content-ctn aem-content-ctn rte-field ">
|
||
<div class="aem-padding-options" data-aem-id="buy-m171-wireless-mouse-padding-options">
|
||
<div class="specs-column">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block-i148ae6ce8d66b59957f745f027247cdc" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block-i148ae6ce8d66b59957f745f027247cdc-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
<p>Encuentra toda la documentación que tenemos disponible para poner este producto en funcionamiento rápidamente. </p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block-i148ae6ce8d66b59957f745f027247cdc-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block-i148ae6ce8d66b59957f745f027247cdc-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419?webcontent=productgettingstarted&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="get-started" aria-label="Comenzar" rel="noopener noreferrer" target="_blank"><span>Comenzar</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block_1-i1f25c677b0fd613a2730782d4477ef90" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1-i1f25c677b0fd613a2730782d4477ef90-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block_1-i1f25c677b0fd613a2730782d4477ef90-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1-i1f25c677b0fd613a2730782d4477ef90-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419/requests/new?ticket_form_id=360000994993&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="register-a-product" aria-label="Registrar un producto" rel="noopener noreferrer" target="_blank"><span>Registrar un producto</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block_1_71668495-i9711262d6dc98b9590f854408cb16bdc" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_71668495-i9711262d6dc98b9590f854408cb16bdc-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block_1_71668495-i9711262d6dc98b9590f854408cb16bdc-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_71668495-i9711262d6dc98b9590f854408cb16bdc-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419?webcontent=productfaqstub&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="view-faqs" aria-label="Ver las PREGUNTAS MÁS FRECUENTES" rel="noopener noreferrer" target="_blank"><span>Ver las PREGUNTAS MÁS FRECUENTES</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block_1_770330989-i5925cb519a471d079da4ad89e238f123" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_770330989-i5925cb519a471d079da4ad89e238f123-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block_1_770330989-i5925cb519a471d079da4ad89e238f123-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_770330989-i5925cb519a471d079da4ad89e238f123-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419?webcontent=productdownloadstub&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="view-all-downloads" aria-label="VER TODAS LAS DESCARGAS" rel="noopener noreferrer" target="_blank"><span>VER TODAS LAS DESCARGAS</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block_1_710477926-i6eeffedc9bef44ad65d1f0fdd464e3f3" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_710477926-i6eeffedc9bef44ad65d1f0fdd464e3f3-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block_1_710477926-i6eeffedc9bef44ad65d1f0fdd464e3f3-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_710477926-i6eeffedc9bef44ad65d1f0fdd464e3f3-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419?webcontent=productwarranty&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="file-a-warranty-claim" aria-label="Enviar un reclamo de garantía" rel="noopener noreferrer" target="_blank"><span>Enviar un reclamo de garantía</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-small font-brown-light " data-aem-id="support_text_block_1_1015978338-iffa0d7bb0039cb3dec39ee4982435273" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-small">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_1015978338-iffa0d7bb0039cb3dec39ee4982435273-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-aem-id="support_text_block_1_1015978338-iffa0d7bb0039cb3dec39ee4982435273-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="support_text_block_1_1015978338-iffa0d7bb0039cb3dec39ee4982435273-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://support.logi.com/hc/es-419/requests/new?ticket_form_id=360000621393&mID=12130" class="cta cta-anchor cta-icon-page-link " data-analytics-title="request-support" aria-label="Solicitar asistencia" rel="noopener noreferrer" target="_blank"><span>Solicitar asistencia</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- REPEAT PANELS END -->
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
" data-aem-id="section-i28a323417adc0433f35afc2ec41862a7">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="section-i28a323417adc0433f35afc2ec41862a7-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgc-white tbgc-white mbgc-white dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section_172959615_co-ied6a79e58d7fe97f39cf6a31b43946fa">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn container">
|
||
<div class="aem-padding-options dptm tptm mptm" data-aem-id="section_172959615_co-ied6a79e58d7fe97f39cf6a31b43946fa-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-normal font-brown-light dc-kohle tc-kohle mc-kohle" data-aem-id="text_editable_copy-ibdf894cd6c250aa4d2cd2b37aad7bdfd" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-body-size="font-size-normal">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="text_editable_copy-ibdf894cd6c250aa4d2cd2b37aad7bdfd-padding-options">
|
||
<div class="content-ctn rte-field text-width-normal">
|
||
<h2 class="body-copy-title font-title-l font-brown-bold ">
|
||
|
||
Simplicidad INALÁMBRICA
|
||
</h2>
|
||
|
||
<p>El M170 está listo a la vez que tú. Simplemente conecta el receptor en un puerto USB de tu dispositivo para comenzar a trabajar en cuestión de segundos. El tamaño pequeño y el fluido control del cursor lo hace excelente para espacios de trabajo apretados y escritorios llenos de cosas. ¡Disfruta el mundo inalámbrico!</p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-grid-layout margin-properties-vertical aem-content-ctn no-container" style="--cols-d:4;--cols-t:4;--cols-m:4;--outer-padding-d:3;--outer-padding-t:1;--dmt:35px;--dmb:10px;--tmt:var(--p-spacing-m);--mmt:var(--p-spacing-m)" data-row-gutter-tablet="false" data-row-gutter-mobile="false">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="layout-container">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="layout-item">
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable-i259bc4fa49caf31f37bd3a86d15b419c">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#image_editable-i259bc4fa49caf31f37bd3a86d15b419c-padding-options, [data-aem-id=image_editable-i259bc4fa49caf31f37bd3a86d15b419c-padding-options]{padding-left:10px;padding-right:10px;}}
|
||
@media(min-width: 1025px){#image_editable-i259bc4fa49caf31f37bd3a86d15b419c,[data-aem-id=image_editable-i259bc4fa49caf31f37bd3a86d15b419c] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable-i259bc4fa49caf31f37bd3a86d15b419c-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 1x, https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-train.png?v=1" alt="icono de tren" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="layout-item">
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5-padding-options, [data-aem-id=image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5-padding-options]{padding-left:10px;padding-right:10px;}}
|
||
@media(min-width: 1025px){#image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5,[data-aem-id=image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable_copy-iebd72448e6dcb71091b369ba52bd55e5-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 1x, https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-tea.png?v=1" alt="icono de taza de café" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="layout-item">
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82-padding-options, [data-aem-id=image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82-padding-options]{padding-left:10px;padding-right:10px;}}
|
||
@media(min-width: 1025px){#image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82,[data-aem-id=image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable_copy_1299034411-id85942529a0f40f1e97fc8280478bc82-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 1x, https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-usb.png?v=1" alt="icono USB" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="layout-item">
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7-padding-options, [data-aem-id=image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7-padding-options]{padding-left:10px;padding-right:10px;}}
|
||
@media(min-width: 1025px){#image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7,[data-aem-id=image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable_copy_1639792789-i237a7125373d62bc05a60902e54bf9c7-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 1x, https://resource.logitech.com/w_691,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/icon-intro-wfh.png?v=1" alt="icono de escritorio" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable_1026020783-ibe56923b4291d6a682f8db4159e1c752">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options dptl dpbm tptl tpbm mptm mpbm" data-aem-id="image_editable_1026020783-ibe56923b4291d6a682f8db4159e1c752-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_1001,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 1x, https://resource.logitech.com/w_1001,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_1001,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/m171-intro-bluegrey-rose-offwhite.png?v=1" alt="mouse m170 con 3 variantes" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section_2012518749_c-id54f6f9c2b1ed202643b6122f5e677c4">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn no-container">
|
||
<div class="aem-padding-options dpts dpbs tpts tpbs mpts mpbs" data-aem-id="section_2012518749_c-id54f6f9c2b1ed202643b6122f5e677c4-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-large font-brown-light dc-kohle tc-kohle mc-kohle" data-aem-id="text_editable-i35780e92c570920a0a200a6a8436b671" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-body-size="font-size-large">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#text_editable-i35780e92c570920a0a200a6a8436b671-padding-options, [data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671-padding-options]{}}
|
||
@media(min-width: 1025px){#text_editable-i35780e92c570920a0a200a6a8436b671,[data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671] {margin-bottom:-10px;}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-i35780e92c570920a0a200a6a8436b671-padding-options, [data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671-padding-options]{}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-i35780e92c570920a0a200a6a8436b671,[data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671]{margin-bottom:-10px;}}
|
||
@media(max-width: 719px){#text_editable-i35780e92c570920a0a200a6a8436b671-padding-options,[data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671-padding-options]{}}
|
||
@media(max-width: 719px){#text_editable-i35780e92c570920a0a200a6a8436b671,[data-aem-id=text_editable-i35780e92c570920a0a200a6a8436b671]{margin-bottom:-10px;}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn container">
|
||
<div class="aem-padding-options " data-aem-id="text_editable-i35780e92c570920a0a200a6a8436b671-padding-options">
|
||
<div class="content-ctn rte-field text-width-normal">
|
||
|
||
|
||
<p>CARACTERÍSTICAS PRINCIPALES</p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp divider-wrapper aem-margin-options dc-grigio tc-grigio mc-grigio" data-theme-desktop="theme-light" data-theme-tablet="theme-light" data-theme-mobile="theme-light" data-style-desktop="standard" data-style-tablet="standard" data-style-mobile="standard" data-direction-desktop="horizontal-left" data-direction-tablet="horizontal-left" data-direction-mobile="horizontal-left" data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41">
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41-padding-options"]{padding-bottom:50px;}}
|
||
@media(min-width: 1025px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41"]{}}
|
||
@media(min-width: 720px) and (max-width: 1024px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41-padding-options"]{padding-bottom:50px;}}
|
||
@media(min-width: 720px) and (max-width: 1024px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41"]{}}
|
||
@media(max-width: 719px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41-padding-options"]{padding-bottom:30px;}}
|
||
@media(max-width: 719px){[data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41"]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn container">
|
||
<div class="aem-padding-options " data-aem-id="divider-i4f2553bf4fc34917986bec70e2179f41-padding-options">
|
||
<div class="divider"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="pangea-cmp checkerboard js-pangea-checkerboard-ctn aem-margin-options " data-layout="staggered" data-first-row="media-left" data-theme-desktop="theme-light" data-theme-tablet="theme-light" data-theme-mobile="theme-light" data-aem-id="checkerboard_contain-ie01a701be105818ffbc0ca4cd91482ba">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="checkerboard-row js-checkerboard-row " aria-label="CUALQUIER MANO, CUALQUIER SITIO" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
|
||
|
||
<div class="container-xl">
|
||
<div class="grid checkerboard-wrap ">
|
||
|
||
|
||
<div class="media-portion">
|
||
<div class="img-wrap">
|
||
|
||
|
||
|
||
<div class="img">
|
||
<!-- /* Checking for video*/-->
|
||
|
||
|
||
<!-- /* Checking for image background on different breakpoints */-->
|
||
|
||
|
||
<picture class="responsive-img js-responsive-img" data-visible-desktop="block">
|
||
<source data-srcset="https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 1x, https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 2x" media="(min-width: 1490px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 1x, https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 2x" media="(min-width: 720px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1 2x" media="(max-width: 719px)"/>
|
||
<img data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-1.jpg?v=1" alt="Manos con ratón rosa junto a un portátil"/>
|
||
</picture>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-portion">
|
||
<div class="copy rte-field">
|
||
|
||
<h2 class="h3 ">
|
||
CUALQUIER MANO, CUALQUIER SITIO
|
||
</h2>
|
||
<p>El compacto M170 inalámbrico tiene un diseño ambidiestro y un tamaño idóneo para la bolsa de la laptop, para que zurdos y diestros puedan trabajar donde quieran.</p>
|
||
|
||
<div class="cta-container">
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-match-widths="false" data-display-inline="false" data-aem-id="cta-ie3825c5f216ac534c3a65c6bf71e060c-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="cta-ie3825c5f216ac534c3a65c6bf71e060c-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/es-roam/products/mice/m190-wireless-mouse.html" class="cta cta-anchor cta-icon-page-link " data-analytics-title="get-m190-for-larger-hands" aria-label="ENCUENTRA EL M190 PARA PERSONAS CON MANOS MÁS GRANDES"><span>ENCUENTRA EL M190 PARA PERSONAS CON MANOS MÁS GRANDES</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="parsys-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="checkerboard-row js-checkerboard-row " aria-label="PLUG &amp; PLAY INALÁMBRICO " data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
|
||
|
||
<div class="container-xl">
|
||
<div class="grid checkerboard-wrap ">
|
||
|
||
|
||
<div class="media-portion">
|
||
<div class="img-wrap">
|
||
|
||
|
||
|
||
<div class="img">
|
||
<!-- /* Checking for video*/-->
|
||
|
||
|
||
<!-- /* Checking for image background on different breakpoints */-->
|
||
|
||
|
||
<picture class="responsive-img js-responsive-img" data-visible-desktop="block">
|
||
<source data-srcset="https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 1x, https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 2x" media="(min-width: 1490px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 1x, https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 2x" media="(min-width: 720px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1 2x" media="(max-width: 719px)"/>
|
||
<img data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-2.jpg?v=1" alt="Ratón inalámbrico blanco roto junto a un portátil"/>
|
||
</picture>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-portion">
|
||
<div class="copy rte-field">
|
||
|
||
<h2 class="h3 ">
|
||
PLUG & PLAY INALÁMBRICO
|
||
</h2>
|
||
<p>Conéctate en 3 segundos<a class="note"><span>Probado por Logitech con 50 personas en Suiza (2022) </span></a><span>y alcance de hasta 10 metros<a class="note"><span>El alcance inalámbrico puede variar según el usuario, el entorno y las condiciones informáticas</span></a> de libertad inalámbrica con un receptor USB potente y fiable. Esto significa que no tiene retrasos ni interrupciones. M170 es compatible con Windows, macOS, Chrome OS y Linux y funciona al instante cuando conectas el receptor USB a tu ordenador o portátil.</span></p>
|
||
|
||
<div class="cta-container">
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-match-widths="false" data-display-inline="false" data-aem-id="cta-i6b18b5ca0665e41b120349905b4324e7-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="cta-i6b18b5ca0665e41b120349905b4324e7-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/es-roam/products/mice/mouse-pad-studio-series.html" class="cta cta-anchor cta-icon-page-link " data-analytics-title="discover-logitech-mouse-pad" aria-label="Descubre la alfombrilla de mouse Logitech"><span>Descubre la alfombrilla de mouse Logitech</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="parsys-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="checkerboard-row js-checkerboard-row " aria-label=" Navegación sencilla, control fluido" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
|
||
|
||
<div class="container-xl">
|
||
<div class="grid checkerboard-wrap ">
|
||
|
||
|
||
<div class="media-portion">
|
||
<div class="img-wrap">
|
||
|
||
|
||
|
||
<div class="img">
|
||
<!-- /* Checking for video*/-->
|
||
|
||
|
||
<!-- /* Checking for image background on different breakpoints */-->
|
||
|
||
|
||
<picture class="responsive-img js-responsive-img" data-visible-desktop="block">
|
||
<source data-srcset="https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 1x, https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 2x" media="(min-width: 1490px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 1x, https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 2x" media="(min-width: 720px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1 2x" media="(max-width: 719px)"/>
|
||
<img data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-3.jpg?v=1" alt="Ratón inalámbrico azul suave"/>
|
||
</picture>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-portion">
|
||
<div class="copy rte-field">
|
||
|
||
<h2 class="h3 ">
|
||
Navegación sencilla, control fluido
|
||
</h2>
|
||
<p>Navegar con este mouse es sencillo gracias al desplazamiento controlado línea por línea y el seguimiento óptico. El sensor óptico ofrece un control del cursor suave y preciso en casi cualquier superficie. Así los movimientos del mouse son más exactos, sin desperdiciar ningún click.</p>
|
||
|
||
<div class="cta-container">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="parsys-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable-iee61e1ca86ba5d950838a086d90d3c31">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable-iee61e1ca86ba5d950838a086d90d3c31-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking.png?v=1 1x, https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking-mobile.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking-mobile.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/scroll-tracking.png?v=1" alt="Mouse con botón rueda e icono de navegación" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="checkerboard-row js-checkerboard-row " aria-label="CALIDAD CONFIABLE" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
|
||
|
||
<div class="container-xl">
|
||
<div class="grid checkerboard-wrap ">
|
||
|
||
|
||
<div class="media-portion">
|
||
<div class="img-wrap">
|
||
|
||
|
||
|
||
<div class="img">
|
||
<!-- /* Checking for video*/-->
|
||
|
||
|
||
<!-- /* Checking for image background on different breakpoints */-->
|
||
|
||
|
||
<picture class="responsive-img js-responsive-img" data-visible-desktop="block">
|
||
<source data-srcset="https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 1x, https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 2x" media="(min-width: 1490px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 1x, https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 2x" media="(min-width: 720px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1 2x" media="(max-width: 719px)"/>
|
||
<img data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-4.jpg?v=1" alt="Ratones azules, blanquecinos y rosas alineados sobre una mesa"/>
|
||
</picture>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-portion">
|
||
<div class="copy rte-field">
|
||
|
||
<h2 class="h3 ">
|
||
CALIDAD CONFIABLE
|
||
</h2>
|
||
<p>El ratón está construido con los mismos estándares de alta calidad que han convertido a Logitech en el líder mundial en ratones y teclados.<a class="note">* Basado en datos de ventas de unidades minoristas independientes de 2022 de los principales mercados, tales como: BR, CA, CN, FR, DE, ID, KR, SE, TR, UK, US</a>. Duradero y confiable: el M170 funciona hasta 12 meses<a class="note"><span>La duración de las baterías depende de las condiciones de uso y de los dispositivos.</span></a> sin cambiar las baterías gracias al conmutador de encendido/apagado y al modo de suspensión automática para el ahorro de energía.</p>
|
||
|
||
<div class="cta-container">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="parsys-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-grid-layout margin-properties-vertical aem-content-ctn no-container" style="--cols-d:1;--cols-t:1;--cols-m:1" data-row-gutter-tablet="false" data-row-gutter-mobile="false">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="layout-container" style="--col-template-m:calc(1.5*var(--gc-width) - var(--hgap))" data-advanced-mobile>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="layout-item" style="--span-m:1">
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable-idb7e00de967244675cea0383e7c9487d">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable-idb7e00de967244675cea0383e7c9487d-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="left" data-align-tablet="left" data-align-mobile="left" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_82,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 1x, https://resource.logitech.com/w_82,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_95,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 1x, https://resource.logitech.com/w_95,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 1x, https://resource.logitech.com/w_113,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_82,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/icons/battery-icon/standalone/12m-battery-04.png?v=1" alt="Icono de 12 meses de duración de baterías" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="checkerboard-row js-checkerboard-row " aria-label="MEJOR QUE UN TOUCHPAD" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark">
|
||
|
||
|
||
<div class="container-xl">
|
||
<div class="grid checkerboard-wrap ">
|
||
|
||
|
||
<div class="media-portion">
|
||
<div class="img-wrap">
|
||
|
||
|
||
|
||
<div class="img">
|
||
<!-- /* Checking for video*/-->
|
||
|
||
|
||
<!-- /* Checking for image background on different breakpoints */-->
|
||
|
||
|
||
<picture class="responsive-img js-responsive-img" data-visible-desktop="block">
|
||
<source data-srcset="https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 1x, https://resource.logitech.com/w_797,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 2x" media="(min-width: 1490px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 1x, https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 1x, https://resource.logitech.com/w_929,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 2x" media="(min-width: 720px)"/>
|
||
<source data-srcset="https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 1x, https://resource.logitech.com/w_525,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1 2x" media="(max-width: 719px)"/>
|
||
<img data-srcset="https://resource.logitech.com/w_695,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/mice/m171/update-2023/m171-feature-5.jpg?v=1" alt="Manos agarrando ergonómico ratón inalámbrico azul junto a un portátil"/>
|
||
</picture>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-portion">
|
||
<div class="copy rte-field">
|
||
|
||
<h2 class="h3 ">
|
||
MEJOR QUE UN TOUCHPAD
|
||
</h2>
|
||
<p>Usar un mouse es más ergonómico que un touchpad<a class="note"><span>Estudio de Logitech Ergonomic Lab con 23 participantes (en octubre de 2019) con dos mouse Logitech estándar y dos trackpads integrados estándar</span></a>. Su forma compacta y su capacidad inalámbrica te permiten trabajar confortablemente en casa, en la oficina o en cualquier otro lugar.</p>
|
||
|
||
<div class="cta-container">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="parsys-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
</section>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="banner-wrapper" data-analytics-section="main-banner" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark" data-bg-img-desktop="https://resource.logitech.com/w_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-desktop.jpg?v=1" data-bg-img-tablet="https://resource.logitech.com/w_1024,h_1366,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-tablet.jpg?v=1" data-bg-img-mobile="https://resource.logitech.com/w_420,h_1024,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-mobile.jpg?v=1">
|
||
|
||
<section class="pangea-cmp banner js-pangea-banner dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a" aria-label="Décadas de excelencia en el diseño" data-bg-img-desktop="https://resource.logitech.com/w_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-desktop.jpg?v=1" data-bg-img-tablet="https://resource.logitech.com/w_1024,h_1366,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-tablet.jpg?v=1" data-bg-img-mobile="https://resource.logitech.com/w_420,h_1024,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/design-blade/design-blade-mouse-mobile.jpg?v=1" data-size-desktop="size-50vh" data-size-tablet="size-75vh" data-size-mobile="size-full" data-theme-desktop="theme-dark" data-theme-tablet="theme-dark" data-theme-mobile="theme-dark" data-video-display-mode-desktop="modal" data-video-display-mode-tablet="modal" data-video-display-mode-mobile="modal" data-video-host="youtube" data-video-ar="16x9" data-video-play-btn-desktop="center" data-video-play-btn-tablet="center" data-video-play-btn-mobile="center" data-gradient-desktop="none" data-gradient-opacity-desktop="50" data-gradient-tablet="none" data-gradient-opacity-tablet="50" data-gradient-mobile="none" data-gradient-opacity-mobile="50" data-layout-desktop="text-only" data-layout-tablet="txt-top-img-bot" data-layout-mobile="text-only" data-layout-copy-width="8" data-layout-copy-offset="2" data-layout-img-width="1" data-layout-img-offset="1" data-text-align-desktop="center" data-text-align-tablet="center" data-text-align-mobile="center" data-vert-align-content-desktop="center" data-vert-align-tablet="top" data-vert-align-mobile="top" data-vert-align-items-desktop="top" data-analytics-title="décadas-de-excelencia-en-el-diseño" data-display-mode-tablet="overlaid" data-display-mode-mobile="overlaid">
|
||
|
||
<style>
|
||
@media(max-width: 719px){[data-aem-id=banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a]{background-image:url(https:\2f\2fresource.logitech.com\2fw_420,h_1024,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-mobile.jpg?v=1);background-image:-webkit-image-set(url(https:\2f\2fresource.logitech.com\2fw_420,h_1024,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-mobile.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_420,h_1024,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-mobile.jpg?v=1) 2x);background-image:image-set(url(https:\2f\2fresource.logitech.com\2fw_420,h_1024,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-mobile.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_420,h_1024,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-mobile.jpg?v=1) 2x);}}@media(min-width: 720px) and (max-width: 1024px){[data-aem-id=banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a]{background-image:url(https:\2f\2fresource.logitech.com\2fw_1024,h_1366,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-tablet.jpg?v=1);background-image:-webkit-image-set(url(https:\2f\2fresource.logitech.com\2fw_1024,h_1366,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-tablet.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_1024,h_1366,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-tablet.jpg?v=1) 2x);background-image:image-set(url(https:\2f\2fresource.logitech.com\2fw_1024,h_1366,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-tablet.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_1024,h_1366,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-tablet.jpg?v=1) 2x);}}@media(min-width: 1025px){[data-aem-id=banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a]{background-image:url(https:\2f\2fresource.logitech.com\2fw_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-desktop.jpg?v=1);background-image:-webkit-image-set(url(https:\2f\2fresource.logitech.com\2fw_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-desktop.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_1800,h_1800,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-desktop.jpg?v=1) 2x);background-image:image-set(url(https:\2f\2fresource.logitech.com\2fw_1800,h_1800,c_limit,q_auto,f_auto,dpr_1.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-desktop.jpg?v=1) 1x,url(https:\2f\2fresource.logitech.com\2fw_1800,h_1800,c_limit,q_auto,f_auto,dpr_2.0\2f d_transparent.gif\2f content\2f dam\2flogitech\2f en\2fproducts\2f design-blade\2f design-blade-mouse-desktop.jpg?v=1) 2x);}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
@media(min-width: 1025px){
|
||
|
||
[data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a"] .banner-copy-ctn-inner h2{
|
||
font-size: 40px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="image-region">
|
||
<div class="stacked-mode-images">
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="container js-banner-main-ctn">
|
||
<div class="grid js-banner-main-grid aem-padding-options dptxl dpbxl tptxl mpbl" data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a-padding-options">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
@media(min-width: 720px) and (max-width: 1024px){[data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a-padding-options"]{padding-bottom:200px;}}
|
||
@media(min-width: 720px) and (max-width: 1024px){[data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a"]{}}
|
||
@media(max-width: 719px){[data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a-padding-options"]{padding-top:70px;}}
|
||
@media(max-width: 719px){[data-aem-id="banner_copy_copy_cop-i43ec81e76d62871ac86b623f78dd2f7a"]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="banner-copy-ctn">
|
||
<div class="banner-extra-content above">
|
||
<div class="parsys-ctn">
|
||
|
||
</div>
|
||
<div class="banner-divider "></div>
|
||
</div>
|
||
<div class="grid">
|
||
<div class="banner-copy-ctn-inner js-banner-copy-ctn-inner">
|
||
<div class="body-copy-img-ctn js-body-copy-img-ctn hide">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="pretitle js-pretitle hide"></div>
|
||
|
||
|
||
<h2 class="font-hero-s js-title ">
|
||
|
||
Décadas de excelencia en el diseño
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="subtitle js-subtitle hide"></div>
|
||
<div class="body-copy-ctn js-body-copy-ctn rte-field ">
|
||
<p>Contamos con más de 25 años de experiencia e innovación desarrollando mouse de varios tamaños y formas que brindan un nivel adicional de confort. Nuestras soluciones se crean meticulosamente para adaptarse a usuarios diestros y zurdos, así es más fácil encontrar el producto adecuado en cada caso. </p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-match-widths="false" data-display-inline="false" data-aem-id="cta-i8323cc8562b9a064b8ed2444be4506b2-cta">
|
||
|
||
<div class="aem-content-ctn ">
|
||
<div class="aem-padding-options " data-aem-id="cta-i8323cc8562b9a064b8ed2444be4506b2-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/es-roam/promo/crafted-in-comfort.html" class="cta btn-light " data-analytics-title="más-información-" aria-label="Más información "><span>Más información </span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="banner-extra-content below">
|
||
<div class="banner-divider "></div>
|
||
<div class="parsys-ctn">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="banner-img-ctn">
|
||
<div class="banner-extra-content above">
|
||
<div class="parsys-ctn">
|
||
|
||
</div>
|
||
<div class="banner-divider "></div>
|
||
</div>
|
||
|
||
<div class="banner-img">
|
||
|
||
</div>
|
||
|
||
<div class="banner-extra-content below">
|
||
<div class="banner-divider "></div>
|
||
<div class="parsys-ctn">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section-icab98b1493ca5a81b4058cf5d326d7d5">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="section-icab98b1493ca5a81b4058cf5d326d7d5-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-normal font-brown-light dc-kohle tc-kohle mc-kohle" data-aem-id="text_editable_copy_c-ib91a9b654bdc69831d9b845a542ca653" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-body-size="font-size-normal">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options dptl tptl mptl" data-aem-id="text_editable_copy_c-ib91a9b654bdc69831d9b845a542ca653-padding-options">
|
||
<div class="content-ctn rte-field ">
|
||
<h2 class="body-copy-title font-title-l font-brown-bold ">
|
||
|
||
UNA ELECCIÓN DE DISEÑO QUE TE HARÁ SENTIR BIEN
|
||
</h2>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp cmp-carousel carousel-simple-ctn js-pangea-carousel-simple-ctn aem-margin-options " id="simple-carousel-7882e6d50f" data-cmp-is="carousel" data-aem-id="simple_carousel_copy-id3f063a6e19cdf5d5f09f8791cf13541" data-slides-per-page-mobile="1" data-slides-per-page-tablet="2" data-slides-per-page-desktop="2" data-center-mode-mobile="false" data-center-mode-tablet="false" data-center-mode-desktop="false" data-center-padding-mobile="20%" data-center-padding-tablet="20%" data-center-padding-desktop="20%" data-arrows-tablet="false" data-arrows-mobile="false" data-arrows-desktop="false" data-arrows-style-mobile="default" data-arrows-style-tablet="default" data-arrows-style-desktop="default" data-arrows-position-mobile="overlaid" data-arrows-position-tablet="overlaid" data-arrows-position-desktop="overlaid" data-dots-mobile="true" data-dots-tablet="true" data-dots-desktop="true" data-dots-position-mobile="below" data-dots-position-tablet="below" data-dots-position-desktop="below" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-light" data-loops="true" data-autoplay="true" data-autoplay-duration="5" data-fixed-height="true" data-animation-type="slide">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){[data-aem-id="simple_carousel_copy-id3f063a6e19cdf5d5f09f8791cf13541-padding-options"]{padding-top:10px;padding-left:100px;padding-right:100px;}}
|
||
@media(min-width: 1025px){[data-aem-id="simple_carousel_copy-id3f063a6e19cdf5d5f09f8791cf13541"]{}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
<div class="aem-content-ctn container-xl">
|
||
<div class="aem-padding-options " data-aem-id="simple_carousel_copy-id3f063a6e19cdf5d5f09f8791cf13541-padding-options">
|
||
<div class="carousel-wrap">
|
||
<div class="cmp-carousel__content carousel-simple js-carousel-simple" aria-roledescription="Carrusel">
|
||
<div role="tabpanel" class="cmp-carousel__item cmp-carousel__item--active" data-cmp-hook-carousel="item" aria-roledescription="Diapositiva" aria-label="Diapositiva 1 Desde 2"><div class="section">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144-padding-options, [data-aem-id=section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144-padding-options]{padding-left:40px;padding-right:40px;}}
|
||
@media(min-width: 1025px){#section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144,[data-aem-id=section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="section_copy_copy_co-i241036c611cf72e3ddcc1720d0fa2144-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable-i1e87e6f59602cf10537646eee21d685b">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
|
||
|
||
@media(max-width: 719px){#image_editable-i1e87e6f59602cf10537646eee21d685b-padding-options,[data-aem-id=image_editable-i1e87e6f59602cf10537646eee21d685b-padding-options]{padding-left:60px;padding-right:60px;}}
|
||
@media(max-width: 719px){#image_editable-i1e87e6f59602cf10537646eee21d685b,[data-aem-id=image_editable-i1e87e6f59602cf10537646eee21d685b]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable-i1e87e6f59602cf10537646eee21d685b-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 1x, https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 1x, https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/sustainability-recycled-plastics.png?v=1" alt="Icono de plástico reciclado" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-normal font-brown-light dc-kohle tc-kohle mc-kohle" data-aem-id="text_editable-i902682c2aac759ffd61e1adc6bf34c9d" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-body-size="font-size-normal">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options, [data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options]{padding-top:20px;}}
|
||
@media(min-width: 1025px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d,[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d] {}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options, [data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options]{padding-top:20px;}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d,[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d]{}}
|
||
@media(max-width: 719px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options,[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options]{padding-top:20px;}}
|
||
@media(max-width: 719px){#text_editable-i902682c2aac759ffd61e1adc6bf34c9d,[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
@media(max-width: 719px){
|
||
|
||
#text_editable-i902682c2aac759ffd61e1adc6bf34c9d h2,
|
||
[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d] h2{
|
||
font-size: 20px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
|
||
@media(min-width: 720px) and (max-width: 1024px){
|
||
|
||
#text_editable-i902682c2aac759ffd61e1adc6bf34c9d h2,
|
||
[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d] h2 {
|
||
font-size: 20px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
|
||
@media(min-width: 1025px){
|
||
|
||
#text_editable-i902682c2aac759ffd61e1adc6bf34c9d h2,
|
||
[data-aem-id=text_editable-i902682c2aac759ffd61e1adc6bf34c9d] h2 {
|
||
font-size: 22px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="text_editable-i902682c2aac759ffd61e1adc6bf34c9d-padding-options">
|
||
<div class="content-ctn rte-field text-width-normal">
|
||
<h2 class="body-copy-title font-title-s font-brown-bold ">
|
||
|
||
El plástico debería tener más de una vida
|
||
</h2>
|
||
|
||
<p><strong>PLÁSTICO RECICLADO</strong></p>
|
||
<p>Las piezas de plástico de M170 incluyen plástico reciclado posconsumo con certificación (mínimo 59% para azul/negro, negro/gris, gris/negro, gris/negro, blanco crudo y 38% para rosado y gris azulado<a class="note"><span>Excluye plástico del receptor, conjunto de cableado impreso (PWA) y empaque.</span></a>) para reaprovechar plástico procedente de aparatos electrónicos de consumo y contribuir a la reducción de la huella de carbono.</p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-match-widths="false" data-display-inline="false" data-aem-id="cta_editable_copy_co-i60628d1588a78c77228949ba676bdf1b-cta">
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="cta_editable_copy_co-i60628d1588a78c77228949ba676bdf1b-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/es-roam/sustainability/post-consumer-recycled-plastic.html" class="cta cta-anchor cta-icon-page-link " data-analytics-title="about-recycled-plastics" aria-label="ACERCA DEL PLÁSTICO RECICLADO"><span>ACERCA DEL PLÁSTICO RECICLADO</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable_1199871398-i4144394c897c83ff3e59b6b7fa98cecc">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable_1199871398-i4144394c897c83ff3e59b6b7fa98cecc-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-center-desktop.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-center-desktop.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-tablet.png?v=1 1x, https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-tablet.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-tablet.png?v=1 1x, https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-tablet.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/certificate/scs-cert-center-desktop.png?v=1" alt="Icono de certificación SCS" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div role="tabpanel" class="cmp-carousel__item" data-cmp-hook-carousel="item" aria-roledescription="Diapositiva" aria-label="Diapositiva 2 Desde 2"><div class="section">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759-padding-options, [data-aem-id=section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759-padding-options]{padding-left:40px;padding-right:40px;}}
|
||
@media(min-width: 1025px){#section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759,[data-aem-id=section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759] {}}
|
||
|
||
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="section_copy_copy-i4d1e06de6279aa2f9371d00f6d122759-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-image aem-margin-options " data-aem-id="image_editable-i5efba7d54039c9c008c0e529aae096c3">
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
|
||
|
||
@media(max-width: 719px){#image_editable-i5efba7d54039c9c008c0e529aae096c3-padding-options,[data-aem-id=image_editable-i5efba7d54039c9c008c0e529aae096c3-padding-options]{padding-left:60px;padding-right:60px;}}
|
||
@media(max-width: 719px){#image_editable-i5efba7d54039c9c008c0e529aae096c3,[data-aem-id=image_editable-i5efba7d54039c9c008c0e529aae096c3]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="image_editable-i5efba7d54039c9c008c0e529aae096c3-padding-options">
|
||
|
||
<picture class="pangea-cmp responsive-img js-pangea-responsive-img" data-visible-desktop="true" data-visible-tablet="true" data-visible-mobile="true" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-full-width-desktop="false" data-full-width-tablet="false" data-full-width-mobile="false">
|
||
<source srcset="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 1x, https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 2x" media="(min-width: 1025px)"/>
|
||
<source srcset="https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 1x, https://resource.logitech.com/w_214,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 2x" media="(min-width: 720px)"/>
|
||
<source srcset="https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 1x, https://resource.logitech.com/w_251,c_limit,q_auto,f_auto,dpr_2.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1 2x" media="(max-width: 719px)"/>
|
||
<img src="https://resource.logitech.com/w_184,c_limit,q_auto,f_auto,dpr_1.0/d_transparent.gif/content/dam/logitech/en/products/sustainability/new-icons/carbon-icon-with-value/carbon-neutral-icon-4-05.png?v=1" alt="Icono de claridad sobre el carbono" loading="lazy"/>
|
||
</picture>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp body-copy js-pangea-body-copy aem-margin-options font-size-normal font-brown-light dc-kohle tc-kohle mc-kohle" data-aem-id="text_editable-ie0379b1fc9afe89c136c4557f4b3a449" data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-body-size="font-size-normal">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
@media(min-width: 1025px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options, [data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options]{padding-top:20px;}}
|
||
@media(min-width: 1025px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449,[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449] {}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options, [data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options]{padding-top:20px;}}
|
||
@media(min-width: 720px) and (max-width: 1024px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449,[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449]{}}
|
||
@media(max-width: 719px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options,[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options]{padding-top:20px;}}
|
||
@media(max-width: 719px){#text_editable-ie0379b1fc9afe89c136c4557f4b3a449,[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449]{}}
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style>
|
||
|
||
|
||
@media(max-width: 719px){
|
||
|
||
#text_editable-ie0379b1fc9afe89c136c4557f4b3a449 h2,
|
||
[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449] h2{
|
||
font-size: 20px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
|
||
@media(min-width: 720px) and (max-width: 1024px){
|
||
|
||
#text_editable-ie0379b1fc9afe89c136c4557f4b3a449 h2,
|
||
[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449] h2 {
|
||
font-size: 20px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
|
||
@media(min-width: 1025px){
|
||
|
||
#text_editable-ie0379b1fc9afe89c136c4557f4b3a449 h2,
|
||
[data-aem-id=text_editable-ie0379b1fc9afe89c136c4557f4b3a449] h2 {
|
||
font-size: 22px !important;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="text_editable-ie0379b1fc9afe89c136c4557f4b3a449-padding-options">
|
||
<div class="content-ctn rte-field text-width-normal">
|
||
<h2 class="body-copy-title font-title-s font-brown-bold ">
|
||
|
||
El carbono es la nueva caloría
|
||
</h2>
|
||
|
||
<p><strong>CLARIDAD SOBRE EL CARBONO</strong></p>
|
||
<p>Creemos que todo el mundo debería saber lo que consume. La huella de carbono de este producto es de <strong>4,05 kg de CO<sub>2</sub>e</strong>. Nos estamos esforzando para reducirla y hemos neutralizado nuestras emisiones de carbono residuales mediante el apoyo a proyectos de silvicultura, energías renovables y comunidades afectadas por el cambio climático.</p>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp ctas-ctn js-pangea-ctas-ctn aem-margin-options " data-align-desktop="center" data-align-tablet="center" data-align-mobile="center" data-match-widths="false" data-display-inline="false" data-aem-id="cta_editable_copy_co-ida4ca458ec3c59eff1846aaed4556529-cta">
|
||
|
||
<div class="aem-content-ctn no-container">
|
||
<div class="aem-padding-options " data-aem-id="cta_editable_copy_co-ida4ca458ec3c59eff1846aaed4556529-cta-padding-options">
|
||
<div class="content-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/es-roam/sustainability/carbon-labeling-measuring.html" class="cta cta-anchor cta-icon-page-link " data-analytics-title="about-carbon-clarity" aria-label="Acerca de la claridad sobre el carbono"><span>Acerca de la claridad sobre el carbono</span>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<ol role="tablist" class="cmp-carousel__indicators" style="display: none;">
|
||
<li role="tab" class="cmp-carousel__indicator cmp-carousel__indicator--active" data-cmp-hook-carousel="indicator">1</li>
|
||
<li role="tab" class="cmp-carousel__indicator" data-cmp-hook-carousel="indicator">2</li>
|
||
|
||
</ol>
|
||
|
||
|
||
<div class="carousel-simple-controls js-carousel-controls container-xl">
|
||
<button class="prev-btn js-prev-btn js-prev-next-btn" aria-label="Anterior">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
<button class="next-btn js-next-btn js-prev-next-btn" aria-label="Siguiente">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section-container-wrapper">
|
||
<div class="pangea-cmp section-container js-pangea-section-container aem-margin-options
|
||
dbgsize-cover tbgsize-cover mbgsize-cover dbgpos-center tbgpos-center mbgpos-center " data-aem-id="section_1191130591_c-i99715727db18ca6e8676cf35c90927f8">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="content-ctn aem-content-ctn no-container">
|
||
<div class="aem-padding-options dpts dpbm tpts tpbm mpts mpbm" data-aem-id="section_1191130591_c-i99715727db18ca6e8676cf35c90927f8-padding-options">
|
||
<!-- /* Checking for the hideTitle */ -->
|
||
|
||
|
||
|
||
<!-- /* Checking for hideTitle ends */ -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- plp-compare end -->
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--googleoff: all-->
|
||
<!-- stopindex -->
|
||
|
||
<div class="pangea-cmp recommended-products js-pangea-recommended-products svelte-recommendations-container " id="recently_viewed" data-theme-desktop="theme-dark" data-target-mbox="logi-recently-viewed" data-shortened-mbox="rv-rec" data-analytics-section="recommended-products">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn container-xl">
|
||
<div class="aem-padding-options" id="recently_viewed-padding-options">
|
||
<h2 class="section-title ">VISTO RECIENTEMENTE</h2>
|
||
|
||
<div class="js-recommended-product-list-carousel recommended-product-list-carousel-ctn">
|
||
|
||
|
||
|
||
<div class="pangea-cmp carousel-simple-ctn js-pangea-carousel-simple-ctn" id="recently_viewed-carousel" data-slides-per-page-desktop="3" data-slides-per-page-tablet="2" data-slides-per-page-mobile="1" data-center-mode-mobile="false" data-center-mode-tablet="false" data-center-mode-desktop="false" data-center-padding-mobile="20%" data-center-padding-tablet="20%" data-center-padding-desktop="20%" data-arrows-mobile="false" data-arrows-tablet="true" data-arrows-desktop="true" data-dots-mobile="true" data-dots-tablet="true" data-dots-desktop="true" data-dots-position-mobile="below" data-dots-position-tablet="below" data-dots-position-desktop="below" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-dark" data-loops="true" data-autoplay="false" data-autoplay-duration="4" data-fixed-height="false" data-animation-type="slide">
|
||
<div class="carousel-wrap">
|
||
<div class="carousel-simple js-carousel-simple">
|
||
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="carousel-simple-controls js-carousel-controls">
|
||
<button class="prev-btn js-prev-btn js-prev-next-btn" aria-label="Anterior">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
<button class="next-btn js-next-btn js-prev-next-btn" aria-label="Siguiente">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!--googleon: all-->
|
||
<!-- startindex -->
|
||
|
||
|
||
|
||
|
||
|
||
<!--googleoff: all-->
|
||
<!-- stopindex -->
|
||
|
||
<div class="pangea-cmp recommended-products js-pangea-recommended-products svelte-recommendations-container " id="recommended_for_you" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-light" data-target-mbox="logi-recommended-for-you" data-shortened-mbox="rfy-rec" data-authored-products="k270-unifying-wireless,c270-hd-webcam,h390-usb-headset,mk235-durable-keyboard-mouse" data-analytics-section="recommended-products">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="aem-content-ctn container-xl">
|
||
<div class="aem-padding-options" id="recommended_for_you-padding-options">
|
||
<h2 class="section-title ">PRODUCTOS RECOMENDADOS para ti</h2>
|
||
|
||
<div class="js-recommended-product-list-carousel recommended-product-list-carousel-ctn">
|
||
|
||
|
||
|
||
<div class="pangea-cmp carousel-simple-ctn js-pangea-carousel-simple-ctn" id="recommended_for_you-carousel" data-slides-per-page-desktop="3" data-slides-per-page-tablet="2" data-slides-per-page-mobile="1" data-center-mode-mobile="false" data-center-mode-tablet="false" data-center-mode-desktop="false" data-center-padding-mobile="20%" data-center-padding-tablet="20%" data-center-padding-desktop="20%" data-arrows-mobile="false" data-arrows-tablet="true" data-arrows-desktop="true" data-dots-mobile="true" data-dots-tablet="true" data-dots-desktop="true" data-dots-position-mobile="below" data-dots-position-tablet="below" data-dots-position-desktop="below" data-theme-mobile="theme-light" data-theme-tablet="theme-light" data-theme-desktop="theme-light" data-loops="true" data-autoplay="false" data-autoplay-duration="4" data-fixed-height="false" data-animation-type="slide">
|
||
<div class="carousel-wrap">
|
||
<div class="carousel-simple js-carousel-simple">
|
||
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
<div>
|
||
<article aria-labelledby="" class="product-card product-card-loading">
|
||
<div class="skeleton-box product-image-wrapper"></div>
|
||
<div class="swatches">
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
<div class="skeleton-box swatch"></div>
|
||
</div>
|
||
<div class="skeleton-box series"></div>
|
||
<div class="skeleton-box title"></div>
|
||
<div class="description">
|
||
<div class="skeleton-box description-line"></div>
|
||
<div class="skeleton-box description-line"></div>
|
||
</div>
|
||
<div class="skeleton-box price-wrapper"></div>
|
||
<!-- <div class="skeleton-box loading-cta"></div> -->
|
||
</article>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="carousel-simple-controls js-carousel-controls">
|
||
<button class="prev-btn js-prev-btn js-prev-next-btn" aria-label="Anterior">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
<button class="next-btn js-next-btn js-prev-next-btn" aria-label="Siguiente">
|
||
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g class="carousel-chevron" transform="translate(47.000000, 32.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
||
<path d="M0.925490554,63.066945 C0.416470749,62.5537681 0,62.0916232 0,62.0399647 C0,61.9883061 6.67640547,55.2404671 14.8364566,47.0447761 C22.9965077,38.8490775 29.6729132,32.1004208 29.6729132,32.0477612 C29.6729132,31.995094 22.9965077,25.2464373 14.8364566,17.0507463 C6.67640547,8.85504764 0,2.08414567 0,2.00428896 C0,1.81737839 1.81260414,0 1.99901851,0 C2.07660938,0 9.30856786,7.19999618 18.0700433,16 L34,32 L18.0700433,48 C9.30856786,56.7999962 2.07503443,64 1.99553385,64 C1.91603326,64 1.43451797,63.5801218 0.925490554,63.066945 L0.925490554,63.066945 Z"></path>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!--googleon: all-->
|
||
<!-- startindex -->
|
||
|
||
|
||
|
||
|
||
|
||
<!--googleoff: all-->
|
||
<!-- stopindex -->
|
||
|
||
|
||
|
||
<!--googleon: all-->
|
||
<!-- startindex -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- content end -->
|
||
|
||
<!-- Reviews start -->
|
||
|
||
<!-- Reviews end -->
|
||
</main>
|
||
<div class="par iparys_inherited">
|
||
<!-- FOOTER -->
|
||
<!-- This is to include and override footer using page properties XF path - Starts -->
|
||
|
||
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--googleoff: all-->
|
||
<!-- stopindex -->
|
||
<footer class="kepler logi-footer" data-analytics-section="footer">
|
||
<div class="container">
|
||
<div class="footer-links-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Acerca de
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Acerca de</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/about.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="logitech-story">
|
||
<span class="default">La historia de Logitech</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://jobs.jobvite.com/logitech" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="careers">
|
||
<span class="default">Empleo</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://ir.logitech.com/" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="investors">
|
||
<span class="default">Inversores</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://blog.logitech.com/" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="blog">
|
||
<span class="default">Blog</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="https://news.logitech.com/" class="nav-item-link js-nav-item-link " data-style="standard" target="_blank" rel="noopener noreferrer" data-analytics-title="press">
|
||
<span class="default">Prensa</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/about/contact.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="contact-us">
|
||
<span class="default">Contacto</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
Valores
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">Valores</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/social-impact.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="social-impact">
|
||
<span class="default">Impacto social</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="sustainability">
|
||
<span class="default">Sostenibilidad</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/sustainability/recycling.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="recycling">
|
||
<span class="default">Reciclaje</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="nav-items">
|
||
<h2 class="nav-items-title js-nav-items-title js-mobile-folder-trigger ">
|
||
|
||
CLIENTES
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<div class="nav-items-links-ctn mobile-nav-page js-mobile-page" data-mobile-nav-depth="2">
|
||
<button class="mobile-back-btn js-mobile-back-btn " disabled aria-label="Retroceder">CLIENTES</button>
|
||
<ul class="nav-items-links mobile-vert-scroll">
|
||
|
||
<li class="nav-item-link-item">
|
||
<a href="/es-roam/my-account/email-preferences.html" class="nav-item-link js-nav-item-link " data-style="standard" target="_self" data-analytics-title="email-preferences">
|
||
<span class="default">Preferencias de correo electrónico</span>
|
||
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div class="social-email-row">
|
||
<div class="social-ctn">
|
||
<div class="xfpage page basicpage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="pangea-cmp pangea-social-icons ">
|
||
<a href="http://www.facebook.com/Logitech" class="p-social-icon-link " aria-label="Selecciona Me gusta en Facebook" data-analytics-title="like-us-on-facebook" target="_blank" rel="noopener noreferrer">
|
||
<img src="/content/dam/logitech/common/facebook.svg" class="p-social-icon-img" alt="" loading="lazy"/>
|
||
|
||
</a>
|
||
|
||
<a href="http://www.twitter.com/Logitech" class="p-social-icon-link " aria-label="Síguenos en Twitter" data-analytics-title="follow-on-twitter" target="_blank" rel="noopener noreferrer">
|
||
<img src="/content/dam/logitech/common/twitter.svg" class="p-social-icon-img" alt="" loading="lazy"/>
|
||
|
||
</a>
|
||
|
||
<a href="http://instagram.com/logitech?ref=badge" class="p-social-icon-link " aria-label="Síguenos en Instagram" data-analytics-title="follow-us-on-instagram" target="_blank" rel="noopener noreferrer">
|
||
<img src="/content/dam/logitech/common/instagram-logo.svg" class="p-social-icon-img" alt="" loading="lazy"/>
|
||
|
||
</a>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="email-ctn">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="email-subscription js-email-subscription">
|
||
<div class="email-subscription-content">
|
||
<form class="email-subscription-form js-email-subscription-form" name="email-subscription" action="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.usersubscribeservice.json" method="post" novalidate data-error-unauthorised="La solicitud no está autorizada" data-error-servlet-not-found="Lamentablemente el servicio no está disponible ahora. Inténtalo dentro de un momento">
|
||
<!-- Form Body -->
|
||
<div class="form-body js-form-body">
|
||
|
||
<input type="hidden" name="locale" value="es-co" data-rule="required"/>
|
||
<input type="hidden" name="domain" value="logitech" data-rule="required"/>
|
||
<input type="hidden" name="originInfo" value="footer:m170-wireless-mouse" data-rule="required"/>
|
||
<input type="hidden" name="subscriptionId" value="@ShyCsvNe5e8nknhZzQJjETJXxdEMfwArTCn23u_gzFpAw96bOGucx9a0mgIdsyPCm3VIRofO5LkQyw2MWUyPrFEZiiU,@YJWWNNIyZu4B0uxTL5igvLEyCMYBKoUyyMTp62xp9WrPEc8fHSH83dxsk-UfvLUhBiHHCH8Y9dWuGE7jgXBOJZzsaUyllqKMt5W8wCCXopBOen3a,@O6eeA1wx5be01-3P4peSMWEUB2kSKQ7RvzpWzLydASzbAo0hDw9-fDSHtxkVi9KFjGm-rvyeFvGDgKjfNXfh0vNc1AM,@fUjIw7WIjGtWkEmlAAdVQSScYgxykpD19YmqwrRJTpQPbTuncR6c0qD-h9Otz9VthoH7kX-DyiMOtcZhvaPHi_foxXeQ80vaeLkrJac7DtoVYxhM" data-rule="required"/>
|
||
<div class="form-field">
|
||
<div class="input-field-wrapper">
|
||
|
||
<div class="input-grp">
|
||
<input type="email" name="emailId" aria-label="INGRESA TU DIRECCIÓN DE CORREO ELECTRÓNICO" placeholder="INGRESA TU DIRECCIÓN DE CORREO ELECTRÓNICO" data-rule="required" data-error-default="Ingresa una dirección de correo electrónico válida"/>
|
||
<button type="submit" name="email-subscription-submit" class="btn btn-large" aria-label="Suscribir" data-analytics-title="footer-email-subscribe-submit">
|
||
<div class="submit-label">
|
||
<span class="submit-label-icon"></span>
|
||
</div>
|
||
<div class="submit-loader">
|
||
<div class="loading-dots"><div></div><div></div><div></div><div></div></div>
|
||
</div>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="email-subscription-message form-message js-form-message error"></div>
|
||
<div class="form-field">
|
||
<div class="input-field-wrapper">
|
||
<div class="email-subscription-disclaimer js-email-subscription-disclaimer">
|
||
<label>
|
||
<input type="checkbox" name="subscription-disclaimer" data-rule="required submitOnce" data-error-default="Acepta los Términos y condiciones"/>
|
||
<span class="checkmark"></span>
|
||
<span class="checkmark-label">Sí, quiero recibir noticias y correos electrónicos de productos. Lee nuestra <a rel="noopener noreferrer" href="/es-roam/legal/web-privacy-policy.html" target="_blank">política de privacidad</a>.</span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- END Form Body -->
|
||
<div class="email-subscription-success form-success js-form-success" style="display:none;">
|
||
|
||
Gracias. Tu suscripción es correcta
|
||
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="copyright-locale-row">
|
||
<div class="copyright-links-container">
|
||
<div class="copyright-ctn">
|
||
©2023 Logitech. Reservados todos los derechos
|
||
</div>
|
||
<ul class="copyright-links-list">
|
||
<li class="copyright-links-item">
|
||
<a class="copyright-link" href="/es-roam/tos/terms.html" target="_self">
|
||
Términos de uso
|
||
</a>
|
||
</li>
|
||
|
||
<li class="copyright-links-item">
|
||
<a class="copyright-link" href="/es-roam/legal/web-privacy-policy.html" target="_self">
|
||
Política de privacidad web
|
||
</a>
|
||
</li>
|
||
|
||
<li class="copyright-links-item">
|
||
<a class="copyright-link" href="/es-roam/legal/product-privacy-policy.html" target="_self">
|
||
Política de privacidad de productos
|
||
</a>
|
||
</li>
|
||
|
||
<li class="copyright-links-item">
|
||
<a class="copyright-link" href="/es-roam/sitemap.html" target="_self">
|
||
Mapa del sitio
|
||
</a>
|
||
</li>
|
||
|
||
<li class="copyright-links-item">
|
||
<a class="copyright-link" href="/es-roam/legal/cookie-policy.html#manage-cookies" target="_self">
|
||
Configuración de cookies
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="locale-selector-ctn">
|
||
|
||
|
||
|
||
<div class="locale-selector">
|
||
<a class="flag-link" href="/es-roam/change-location.html" data-analytics-title="locale-selector">
|
||
|
||
<span class="logi-icon-2-world"></span>
|
||
<span class="lang-code">Latinoamérica</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</footer>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<!-- This is to include and override footer using page properties XF path - Ends -->
|
||
|
||
<div class="html">
|
||
<div class="component-background transparent-bgs">
|
||
<div class="container">
|
||
<!-- HTML -->
|
||
<style>
|
||
.iparys_inherited:last-child {
|
||
z-index: auto !important;
|
||
}
|
||
</style>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/etc.clientlibs/logitech/clientlibs/dependencies.min.669a5c8af979e693dcb3206e2df8adcd.js"></script>
|
||
<script src="/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.652a558c3774088b61b0530c184710d1.js"></script>
|
||
<script src="/etc.clientlibs/logitech/clientlibs/main-editable-sfcc.min.5fb8efc4c01848fe1b7730ff30b8028b.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
<!-- This is add the modal pop up for email subscription (yieldify replacement) -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="email-subscription-modal js-email-subscription-modal" data-modal-load-delay="2" data-page-visit-count="2">
|
||
<main class="email-subscription-modal-wrapper" aria-label="Elemento emergente modal para suscripción de correo electrónico" role="dialog" tabindex="0">
|
||
<div class="email-subscription-modal-content">
|
||
<div class="modal-default-view js-modal-default-view">
|
||
<h3 class="modal-title">ÚNETE A LA NEWSLETTER</h3>
|
||
<div class="modal-img">
|
||
<img src="https://resource.logitech.com/w_500,c_limit,f_auto,q_auto,dpr_2.0,dpr_1.0/d_transparent.gif/content/dam/logitech/en/email-subscription/logi-email-subscription-3.jpg?v=1" alt="Suscripción de correo electrónico"/>
|
||
</div>
|
||
<div class="email-subscription">
|
||
<div class="email-subscription-ctn">
|
||
<form class="email-subscription-form js-email-subscription-form" name="email-subscription" action="/content/logitech/amr/live/es_roam/products/mice/m170-wireless-mouse.usersubscribeservice.json" method="post" novalidate data-error-unauthorised="Solicita un mensaje de error no autorizado." data-error-servlet-not-found="Se creó un ID de suscripción no válido" data-error-form-default="El ID de suscripción no se creó correctamente.">
|
||
<!-- Form Body -->
|
||
<div class="form-body js-form-body">
|
||
|
||
<input type="hidden" name="locale" value="es-co" data-rule="required"/>
|
||
<input type="hidden" name="domain" value="logitech" data-rule="required"/>
|
||
<input type="hidden" name="originInfo" value="popupModal:m170-wireless-mouse" data-rule="required"/>
|
||
<input type="hidden" name="subscriptionId" value="@ShyCsvNe5e8nknhZzQJjETJXxdEMfwArTCn23u_gzFpAw96bOGucx9a0mgIdsyPCm3VIRofO5LkQyw2MWUyPrFEZiiU,@YJWWNNIyZu4B0uxTL5igvLEyCMYBKoUyyMTp62xp9WrPEc8fHSH83dxsk-UfvLUhBiHHCH8Y9dWuGE7jgXBOJZzsaUyllqKMt5W8wCCXopBOen3a,@O6eeA1wx5be01-3P4peSMWEUB2kSKQ7RvzpWzLydASzbAo0hDw9-fDSHtxkVi9KFjGm-rvyeFvGDgKjfNXfh0vNc1AM,@fUjIw7WIjGtWkEmlAAdVQSScYgxykpD19YmqwrRJTpQPbTuncR6c0qD-h9Otz9VthoH7kX-DyiMOtcZhvaPHi_foxXeQ80vaeLkrJac7DtoVYxhM" data-rule="required"/>
|
||
<div class="form-field">
|
||
<div class="input-field-wrapper">
|
||
<div class="input-grp">
|
||
<input type="email" name="emailId" aria-label="Dirección de correo electrónico" placeholder="Dirección de correo electrónico" data-rule="required" data-error-default="Ingresa una dirección de correo electrónico válida"/>
|
||
<button type="submit" name="email-subscription-submit" class="btn btn-large" aria-label="Suscribir" data-analytics-title="modal-email-subscribe-submit">
|
||
<div class="submit-label"><span class="submit-label-icon"></span></div>
|
||
<div class="submit-loader">
|
||
<div class="loading-dots"><div></div><div></div><div></div><div></div></div>
|
||
</div>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="email-subscription-message form-message js-form-message error"></div>
|
||
<div class="form-field">
|
||
<div class="input-field-wrapper">
|
||
<div class="email-subscription-disclaimer js-email-subscription-disclaimer">
|
||
<label>
|
||
<input type="checkbox" name="subscription-disclaimer" data-rule="required submitOnce" data-error-default="Acepta recibir correos electrónicos"/>
|
||
<span class="checkmark"></span>
|
||
<span class="checkmark-label">Sí, quiero recibir correos electrónicos sobre productos, noticias y más de Logitech*</span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="modal-success-view js-modal-success-view" style="display: none; background-image: url(https://resource.logitech.com/w_600,c_limit,f_auto,q_auto,dpr_2.0,dpr_1.0/d_transparent.gif/content/dam/logitech/en/email-subscription/logi-email-subscription-success.png?v=1)">
|
||
<h3>Estamos encantados de contar contigo</h3>
|
||
<p>Ahora estás suscrito a nuestra Logitech Newsletter</p>
|
||
|
||
</div>
|
||
</div>
|
||
<button tabindex="0" class="close-modal js-close-modal" aria-label="Close modal">
|
||
<i class="aem-logi-icon-modal-close" aria-hidden="true"></i>
|
||
</button>
|
||
</main>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- This is add the modal pop up for Notify Me feature - Starts -->
|
||
|
||
<!-- This is add the modal pop up for Notify Me feature - Ends -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="grid-guide">
|
||
<div class="container mobile">
|
||
<div class="grid">
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
</div>
|
||
</div>
|
||
<div class="container tablet">
|
||
<div class="grid">
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
</div>
|
||
</div>
|
||
<div class="container desktop">
|
||
<div class="grid">
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
</div>
|
||
</div>
|
||
<div class="container-xl desktop-xl">
|
||
<div class="grid">
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
<div class="col"><span></span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- begin Modal component -->
|
||
<!-- ================================ -->
|
||
|
||
<!-- ================================ -->
|
||
<!-- end Modal component -->
|
||
</body>
|
||
</html>
|