{"product_id":"escaner-automotriz-autel-maxipro-mp900-bt-kit-obd1-obd2","title":"Autel MaxiPRO MP900 - BT KIT Scanner 2026","description":"\u003cdiv id=\"gsm-product-content\"\u003e\n\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;700;800\u0026display=swap');\n    \n    #gsm-product-content { \n      font-family: 'Montserrat', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    \n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n\n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n      text-transform: uppercase;\n    }\n\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); text-align: center; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1.5rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n      border: 1px solid #eef2f6;\n    }\n    .gsm-hero h1 { \n      font-size: clamp(2.2rem, 5vw, 3.5rem); \n      color: var(--gsm-blue); \n      line-height: 1.1; \n      margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.4rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 850px; \n      margin: 0 auto; \n      text-transform: none;\n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      gap: 24px; \n      margin-bottom: 4rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n      border: 1px solid rgba(0,0,0,0.04); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-8px); \n      box-shadow: 0 20px 40px rgba(0,0,30,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      grid-column: span 1;\n    }\n    .gsm-card.highlight h3 { color: #FFFFFF !important; }\n    .gsm-card.highlight p { color: #d1d1e0 !important; font-size: 1rem; }\n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.08); \n      color: var(--gsm-yellow); \n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.8rem; color: var(--gsm-navy); }\n    .gsm-card p { font-size: 0.95rem; line-height: 1.5; margin-bottom: 0; color: #4a4a4a; }\n    \n    .icon-box { \n      width: 60px; \n      height: 60px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 18px; \n      background: white; \n      color: var(--gsm-blue); \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    .icon-box svg { width: 30px; height: 30px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: grid; \n      grid-template-columns: repeat(3, 1fr); \n      gap: 20px; \n      margin-bottom: 4rem; \n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n    }\n    .stars { color: #FFCC00; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-text { font-style: italic; font-size: 0.9rem; color: #555; }\n    .review-author { display: block; margin-top: 1rem; font-weight: 700; color: var(--gsm-navy); font-size: 0.85rem; }\n    \n    \/* SPECS TABLE *\/\n    .specs-container { \n      background: #ffffff; \n      border-radius: 28px; \n      border: 1px solid #f0f0f0; \n      padding: 3rem; \n      margin-bottom: 4rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f5f5f5; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: var(--gsm-navy); text-transform: uppercase; font-size: 0.85rem; }\n    .spec-value { color: #666; font-size: 0.95rem; font-weight: 500; text-align: right; }\n    \n    \/* FAQ SECTION *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #fcfcfc; margin-bottom: 12px; border-radius: 16px; border: 1px solid #f0f0f0; transition: all 0.3s; }\n    details[open] { border-color: var(--gsm-blue); background: #fff; }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); font-size: 1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: 0.3s; color: var(--gsm-blue); font-weight: 800; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 0.95rem; border-top: 1px solid #f9f9f9; padding-top: 1rem; }\n    \n    \/* FOOTER BANNER *\/\n    .gsm-footer-banner { \n      text-align: center; \n      padding: 4rem; \n      background: linear-gradient(135deg, #0389FC 0%, #413AF4 100%); \n      border-radius: 32px; \n      color: white; \n    }\n    .gsm-footer-banner h3 { color: var(--gsm-yellow) !important; margin-bottom: 1rem; letter-spacing: 1.5px; }\n    .gsm-footer-banner p { color: white; margin-bottom: 0; font-weight: 500; font-size: 1.1rem; }\n\n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { grid-template-columns: 1fr; }\n      .specs-container { padding: 1.5rem; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eTHE TOTAL WORKSHOP EVOLUTION\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eAutel MaxiPRO MP900-BT KIT 2026: OE-level diagnostics, advanced coding, and a complete adapter kit for unlimited coverage.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 3px; font-size: 0.9rem;\"\u003eAUTEL MP900-BT KIT FLAGSHIP EDITION\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- Highlight Card: ECU Coding \u0026 Adapters --\u003e\n    \u003cdiv class=\"gsm-card highlight\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eCOMPLETE KIT + ECU CODING\u003c\/h3\u003e\n\n      \u003cp\u003eIncludes 11 OBD1 adapters (valued at $200 USD) and online\/offline coding capability at the MS906 Pro level. Diagnose everything from specific classics to the latest 2026 models.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003c!-- 3000+ Active Tests --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e3000+ ACTIVE TESTS\u003c\/h3\u003e\n\n      \u003cp\u003eOE-level bidirectional control. Activate injectors, fans, and solenoids directly from the tablet to detect faults in seconds without disassembling components.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- 5X Faster Hardware --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"9\" y=\"9\" width=\"6\" height=\"6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M15 2v2M9 2v2M20 15h2M20 9h2M15 20v2M9 20v2M2 15h2M2 9h2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e5X FASTER HARDWARE\u003c\/h3\u003e\n\n      \u003cp\u003eEquipped with Android 11.0, an 8\" HD screen, and 4GB RAM. Forget delays; navigate systems with the fluidity of a high-end smartphone.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- DoIP \u0026 CAN-FD --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 12.55a11 11 0 0 1 14.08 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M1.42 9a16 16 0 0 1 21.16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eFUTURE PROTOCOLS\u003c\/h3\u003e\n\n      \u003cp\u003eNative support for CAN-FD and DoIP. Access locked BMW, Volvo, Land Rover, and GM (2019+) systems without costly external adapters.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003eEXPERT OPINION\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-reviews\"\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"The OBD1 adapter kit is a lifesaver for older cars that come into the shop. The system speed is incredibly superior to the MP808 series.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eJuan P. - Multi-brand Specialist\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"I was able to code a transmission module on a modern BMW without problems. For this price, there's nothing better on the market.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eRicardo M. - Workshop Owner\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"Cloud management and license plate scanning with the rear camera save a lot of registration time. Highly recommended.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eSofía T. - Certified Diagnostician\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"text-align: left; font-size: 1.5rem; border-left: 6px solid var(--gsm-blue); padding-left: 15px; text-transform: uppercase;\"\u003eElite Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eOperating System\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eAndroid 11.0 (Optimized)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eProcessor \/ RAM\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eQuad-Core \/ 4GB RAM\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eStorage\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e64GB (Expandable)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e8-inch LCD HD (1280x800)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e7700 mAh (Full day use)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eAdvanced Protocols\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eCAN-FD, DoIP, FCA \u0026amp; Renault SGW\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the additional \"KIT\" include?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        The KIT includes 11 specific adapters for pre-OBD2 (OBD1) vehicles from brands like Honda, Nissan, Hyundai, Kia, BMW, Audi, Fiat, PSA, GM, Daewoo, and Benz. This expands your working capacity to almost any vehicle in Chile.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it better than the MS906 Pro?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        The MP900-BT KIT shares the same level of software functions and coverage as the MS906 Pro series, but with more modern hardware (Android 11) and at a much more competitive cost, making it the smartest choice for most workshops.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have IP limitations?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        No, the MP900-BT KIT is a global version with no IP limitations, which means you can use all its functions and receive updates anywhere in the world without restrictions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-footer-banner\"\u003e\n\n    \u003ch3\u003eMAXIMUM POWER WITH GSMPRO.CL\u003c\/h3\u003e\n\n    \u003cp\u003eOfficial Autel distributor. Hardware warranty, specialized technical support, and the best return on investment for your workshop. Take your diagnostics to 2026!\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Autel MaxiPRO MP900-BT KIT Escáner Bidireccional 2026\",\n  \"image\": \"https:\/\/gsmpro.cl\/path-to-mp900-bt-kit-image.jpg\",\n  \"description\": \"Escáner automotriz profesional 2026 con 11 adaptadores OBD1, ECU Coding, 3000+ pruebas activas y soporte CAN-FD\/DoIP.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Autel\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"62\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58173472997724,"sku":"B0751G1W5C","price":1403.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z_3c24629e-8a07-4198-87db-231afedaee5c.png?v=1782939957","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/escaner-automotriz-autel-maxipro-mp900-bt-kit-obd1-obd2","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}