{"product_id":"motorola-edge-70-5g-a-cuotas","title":"Motorola Edge 70 5G in Installments","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables de VIVO --- *\/\n  :root {\n    --vivo-blue: #003C71; \/* Azul corporativo, elegante *\/\n    --text-dark: #1A1A1A;      \n    --text-muted: #6E6E73;     \n    --bg-light: #F8F9FA;      \/* Un blanco ligeramente más suave *\/\n    --bg-card: #FFFFFF;       \n    --border-color: #E0E0E0;\n    --notice-blue-bg: #E6F0FF;\n    --notice-blue-border: #003C71;\n    --notice-blue-text-strong: #002C52;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #vivo-full-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--bg-light);\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  #vivo-full-description strong {\n    font-weight: 600;\n    color: var(--vivo-blue);\n  }\n  #vivo-full-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Cabecera --- *\/\n  .vivo-header { text-align: center; margin-bottom: 20px; }\n  .vivo-title { font-size: 2.8em; font-weight: 800; margin-bottom: 10px; }\n  .vivo-subtitle { font-size: 1.4em; color: var(--text-muted); margin: 0 0 25px 0; font-weight: 500; }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.07);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* --- Aviso Informativo (Rumores y Precio) --- *\/\n  .rumor-notice {\n    background-color: var(--notice-blue-bg);\n    border: 1px solid var(--notice-blue-border);\n    border-left-width: 4px;\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    line-height: 1.6;\n  }\n  .rumor-notice strong {\n    color: var(--notice-blue-text-strong);\n    font-weight: 700;\n    display: block;\n    margin-bottom: 8px;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); }\n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin: 40px 0; }\n  .feature-card { background-color: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; }\n  .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }\n  .feature-card h4 { font-size: 1.5em; font-weight: 700; margin: 0 0 15px 0; color: var(--vivo-blue); }\n  .feature-card p { font-size: 1.05em; line-height: 1.7; color: var(--text-muted); margin-bottom: 0; }\n  \n  \/* --- FAQ --- *\/\n  .faq-container-vivo { margin-top: 50px; }\n  .faq-title { font-size: 2em; font-weight: 700; text-align: center; margin-bottom: 30px; border-top: 1px solid var(--border-color); padding-top: 40px; }\n  .faq-accordion .faq-item { background-color: var(--bg-card); border-radius: 12px; margin-bottom: 15px; border: 1px solid var(--border-color); overflow: hidden; }\n  .faq-accordion summary { font-size: 1.2em; font-weight: 600; padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; transition: color 0.3s ease; }\n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  .faq-icon { font-size: 1.5em; font-weight: 400; color: var(--vivo-blue); transition: transform 0.3s ease; }\n  .faq-item[open] \u003e summary { color: var(--vivo-blue); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0 20px 20px 20px; color: var(--text-muted); line-height: 1.7; }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 40px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 1.05em; background-color: var(--bg-card); border-radius: 12px; overflow: hidden; }\n  .specs-table td { padding: 15px 12px; border-bottom: 1px solid var(--border-color); }\n  .specs-table tr:last-child td { border-bottom: none; }\n  .specs-table tr td:first-child { font-weight: 600; width: 40%; }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .vivo-title { font-size: 2.2em; } .vivo-subtitle { font-size: 1.2em; } }\n\n  \/* --- AVISO FLOTANTE DE MERCADO PAGO (SHOPIFY PROOF) --- *\/\n  .mp-floating-banner {\n    display: flex;\n    flex-direction: column; \n    align-items: center; \n    text-align: center;\n    background: linear-gradient(135deg, #ffffff 0%, #f0f7fd 100%);\n    border: 2px solid #009ee3; \n    border-radius: 20px;\n    \/* Padding superior más amplio para dar espacio a la etiqueta y al icono *\/\n    padding: 35px 25px 25px 25px !important; \n    \/* Margen superior extra para que la etiqueta flotante no choque con otros elementos *\/\n    margin: 40px auto 45px auto !important;\n    max-width: 800px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    position: relative;\n    \/* Quitamos overflow: hidden para permitir que la etiqueta sobresalga del borde *\/\n    animation: floatMP 3.5s ease-in-out infinite;\n    box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n  }\n\n  @keyframes floatMP {\n    0% { \n      transform: translateY(0px); \n      box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n    }\n    50% { \n      transform: translateY(-10px); \n      box-shadow: 0 15px 35px rgba(0, 158, 227, 0.65), inset 0 0 15px rgba(0, 158, 227, 0.2); \n    }\n    100% { \n      transform: translateY(0px); \n      box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n    }\n  }\n\n  \/* Etiqueta flotante cortando el borde superior *\/\n  .mp-pill {\n    background-color: #009ee3;\n    color: #ffffff;\n    font-size: 0.8rem;\n    font-weight: 800;\n    padding: 6px 18px;\n    border-radius: 30px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    box-shadow: 0 4px 12px rgba(0, 158, 227, 0.4);\n    \/* Posicionamiento absoluto para anclarlo al borde superior *\/\n    position: absolute;\n    top: 0;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    white-space: nowrap;\n    z-index: 2;\n    margin: 0 !important;\n  }\n\n  \/* Icono centrado forzado *\/\n  .mp-banner-img {\n    width: 65px !important; \n    height: auto !important;\n    display: block !important;\n    margin: 10px auto 15px auto !important; \/* Forzamos márgenes para anular a Shopify *\/\n    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.1));\n    background: transparent !important; \/* Evita cuadros blancos de fondo *\/\n  }\n\n  \/* Título centrado forzado *\/\n  .mp-banner-title {\n    font-size: 1.45rem !important; \n    font-weight: 800 !important;\n    color: #1d1d1f !important;\n    margin: 0 0 15px 0 !important;\n    line-height: 1.2 !important;\n    letter-spacing: -0.01em !important;\n    display: block !important;\n    width: 100% !important;\n  }\n\n  \/* Texto descriptivo *\/\n  .mp-banner-text {\n    font-size: 1.05rem !important;\n    color: #4a4a4a !important;\n    margin: 0 !important;\n    font-weight: 500 !important;\n    line-height: 1.5 !important;\n  }\n\n  \/* --- RESPONSIVIDAD OPTIMIZADA PARA MÓVILES (CRO \u0026 UX) --- *\/\n  @media (max-width: 768px) {\n    .mp-floating-banner {\n      \/* Padding y márgenes ajustados para móviles *\/\n      padding: 30px 15px 15px 15px !important;\n      margin: 35px 15px 35px 15px !important;\n      animation: pulseShadowMobile 3s ease-in-out infinite;\n    }\n    \n    @keyframes pulseShadowMobile {\n      0% { transform: translateY(0px); box-shadow: 0 0 12px rgba(0, 158, 227, 0.3); }\n      50% { transform: translateY(0px); box-shadow: 0 0 25px rgba(0, 158, 227, 0.65); }\n      100% { transform: translateY(0px); box-shadow: 0 0 12px rgba(0, 158, 227, 0.3); }\n    }\n\n    .mp-pill {\n      font-size: 0.7rem;\n      padding: 5px 14px;\n    }\n\n    .mp-banner-img {\n      width: 50px !important;\n      margin-bottom: 10px !important;\n    }\n\n    .mp-banner-title {\n      font-size: 1.2rem !important;\n      margin-bottom: 10px !important;\n    }\n    \n    .mp-banner-text {\n      font-size: 0.95rem !important;\n    }\n  }\n  \/* --- FIN AVISO FLOTANTE DE MERCADO PAGO --- *\/\n\u003c\/style\u003e\n\u003cdiv id=\"vivo-full-description\"\u003e\n\n\u003cdiv class=\"vivo-header\"\u003e\n\n\u003cdiv class=\"mp-floating-banner\"\u003e\n\n  \u003cspan class=\"mp-pill\"\u003eFinancing Available\u003c\/span\u003e\n  \n  \u003cimg class=\"mp-banner-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/logo_mercado_pago.png?v=1773361688I\" alt=\"Mercado Pago Icon\"\u003e\n  \n  \u003ch3 class=\"mp-banner-title\"\u003ePay in 3 or 6 Easy Installments with Mercado Pago\u003c\/h3\u003e\n\n  \n  \u003cp class=\"mp-banner-text\"\u003eGet equipped today. Take advantage of our payment facilities and make your purchase quickly, securely, and 100% protected.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch1 class=\"vivo-title\"\u003eMOTOROLA EDGE 70\u003c\/h1\u003e\n\n\u003cp class=\"vivo-subtitle\"\u003eThe art of power in a slim design.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"VIVO X300 Smartphone\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/edge_70.jpg?v=1762178171\"\u003e\n\u003cdiv class=\"rumor-notice\"\u003e\n\n\u003cstrong\u003e📢 Now available to the public\u003c\/strong\u003e\n\u003cp\u003eThe specifications and features described on this page are official from Motorola.\u003c\/p\u003e\n\n\u003cp\u003eMotorola EDGE 70 now has a \u003cstrong style=\"font-size: 1.05em; display: inline !important;\"\u003efinal price\u003c\/strong\u003e. Take advantage and be among the first in all of Chile to own one.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003ePhotography powered by Moto AI\u003c\/h3\u003e\n\n\u003cp\u003eThe camera system of the new \u003cstrong\u003eMOTOROLA EDGE 70\u003c\/strong\u003e is powered by moto ai to deliver professional results. The 50MP triple camera captures every detail with astonishing clarity, even at night.\u003c\/p\u003e\n\n\u003cp\u003eExpand your vision with the 50MP ultra-wide-angle lens or discover the miniature world with Macro Vision. Professional Portrait mode allows you to adjust the blur and choose between three focal lengths (24mm, 35mm, 50mm) for a cinematic look.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Detail of the ZEISS optics camera system of the VIVO X300\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/edge_70-2.avif?v=1762179744\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eDesign and Power in Harmony\u003c\/h3\u003e\n\n\u003cp\u003eExperience the speed of the Snapdragon 7 Gen 4 processor, optimized for artificial intelligence. The \u003cstrong\u003eMOTOROLA EDGE 70\u003c\/strong\u003e handles your most demanding tasks, games, and AI applications (like Google Gemini or Circle to Search) effortlessly. Enjoy your content on its spectacular 6.67\" pOLED Super HD display at 120Hz, offering incredible fluidity and a maximum brightness of 4500 nits for perfect visibility, even in direct sunlight.\u003c\/p\u003e\n\n\u003cp\u003eDon't worry about battery life. Its 4800 mAh will last you all day, and the 68W TurboPower™ fast charge gives you hours of power in just minutes. Plus, it's one of the most resistant smartphones on the market: its IP68\/IP69 certification protects it against freshwater immersion (up to 1.5m for 30 min) and dust, even exceeding military durability tests.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e50MP Triple Camera System with AI\u003c\/h4\u003e\n\n\u003cp\u003e50MP main sensor with OIS, 50MP Ultra Wide Angle (120°), and Macro Vision. Capture photos and portraits with realistic skin tones validated by Pantone™.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eUltra-Slim and Premium Design\u003c\/h4\u003e\n\n\u003cp\u003eAt just 5.99mm thick, it's one of the thinnest smartphones on the market. Built with aerospace-grade aluminum and protected with Corning® Gorilla® Glass 7i.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eSuperior Performance\u003c\/h4\u003e\n\n\u003cp\u003e\u003cspan\u003eEquipped with the powerful \u003cb\u003eSnapdragon® 7 Gen 4\u003c\/b\u003e processor, 12GB of LPDDR5X RAM (expandable with RAM Boost), and 512GB of internal storage\u003c\/span\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eLong-Lasting Battery\u003c\/h4\u003e\n\n\u003cp\u003e4800 mAh silicon-carbon battery in a lightweight design, with \u003cb\u003e68W TurboPower™\u003c\/b\u003e fast charging and 15W wireless charging.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-vivo\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eAre these specifications final?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, these specifications are official.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the triple camera system?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe camera system of the \u003cb\u003enew Motorola Edge 70\u003c\/b\u003e is powered by moto ai to deliver professional results. The 50MP triple camera captures every detail with astonishing clarity, even at night.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is Moto AI?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt is Motorola's \u003cb\u003eintegrated artificial intelligence (AI) suite\u003c\/b\u003e, designed to make its smartphones (like the new Motorola Edge 70) more personal, productive, and creative.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"technical-specs\"\u003e\n\n\u003ch3\u003eTechnical Specifications - Motorola Edge 70\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\n\u003ctd\u003e6.67\" \u003cspan\u003epOLED\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003eSnapdragon\u003csup\u003e®\u003c\/sup\u003e\u003cspan style=\"font-size: 1.05em;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 1.05em;\"\u003e7 Gen 4\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRAM and Storage\u003c\/td\u003e\n\n\u003ctd\u003e12GB RAM | 512GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRear Camera\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50MP | \u003cstrong\u003ePeriscope Telephoto:\u003c\/strong\u003e \u003cspan\u003e1.28 µm Quad Pixel\u003c\/span\u003e | \u003cstrong\u003eUltra Wide Angle:\u003c\/strong\u003e \u003cspan\u003ef\/2.0 Aperture\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd\u003e50 MP \u003cspan\u003ef\/1.8 Aperture\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cp\u003e4800 mAh Silicon-Carbon\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCharging\u003c\/td\u003e\n\n\u003ctd\u003eTurboPower\u003csup\u003e™\u003c\/sup\u003e\u003cspan style=\"font-size: 1.05em;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 1.05em;\"\u003e68 W | \u003c\/span\u003e15 W Wireless\u003cbr\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eOperating System\u003c\/td\u003e\n\n\u003ctd\u003eAndroid 16\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"512 GB \/ 12 GB RAM \/ Metallic Gray","offer_id":58174463246684,"sku":null,"price":800.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Medium Green","offer_id":58174463279452,"sku":null,"price":800.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Dark Bronze Green","offer_id":58174463312220,"sku":"840493607610","price":800.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/moto-edge-70-3.webp?v=1782959596","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/motorola-edge-70-5g-a-cuotas","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}