{"product_id":"sony-alpha-7-v-camara-hibrida-mirrorless-33mp-4k-120p","title":"Sony Alpha 7 V - Hybrid Mirrorless Camera","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', 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n      padding: 10px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\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    }\n    #gsm-product-content h2 { \n      font-size: 2.2rem; \n      margin-bottom: 1.5rem; \n      color: var(--gsm-navy); \n    }\n    #gsm-product-content p { \n      margin-bottom: 1rem; \n      font-size: 1.1rem; \n      color: #4a4a4a; \n    }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 4rem 1rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 24px; \n      margin-bottom: 3rem; \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: 1rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.4rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 750px; \n      margin: 0 auto; \n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); \n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 24px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.03); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-5px); \n      box-shadow: 0 10px 30px rgba(0,0,0,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      color: #FFFFFF !important; \n    }\n    .gsm-card.highlight h3, \n    .gsm-card.highlight p { \n      color: #FFFFFF !important; \n    } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n    }\n    \n    .gsm-card h3 { \n      font-size: 1.5rem; \n      margin-bottom: 0.8rem; \n      line-height: 1.2;\n    }\n    .icon-box { \n      width: 55px; \n      height: 55px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 14px; \n      background: white; \n      color: var(--gsm-blue); \n    }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 3rem; \n      padding-bottom: 1rem; \n      overflow-x: auto;\n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 280px;\n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFB800; margin-bottom: 0.8rem; font-size: 1.1rem; }\n    .review-text { font-style: italic; font-size: 0.95rem; color: #555; }\n    .review-author { font-weight: 700; margin-top: 1rem; display: block; font-size: 0.9rem; color: var(--gsm-navy); }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \n      border: 1px solid #eee; \n      padding: 2.5rem; \n      margin-bottom: 3rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f0f0f0; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: var(--gsm-navy); }\n    .spec-value { color: #666; text-align: right; max-width: 60%; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 3rem; }\n    details { \n      background: #f9f9f9; \n      margin-bottom: 12px; \n      border-radius: 14px; \n      border: 1px solid #efefef;\n    }\n    summary { \n      padding: 1.2rem; \n      font-weight: 700; \n      cursor: pointer; \n      list-style: none; \n      position: relative; \n      color: var(--gsm-navy); \n    }\n    summary::after { \n      content: '→'; \n      position: absolute; \n      right: 20px; \n      color: var(--gsm-blue); \n      transition: transform 0.3s;\n    }\n    details[open] summary::after { transform: rotate(90deg); }\n    .faq-content { padding: 0 1.2rem 1.2rem; color: #555; font-size: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; }\n      .spec-row { flex-direction: column; gap: 4px; }\n      .spec-value { text-align: left; max-width: 100%; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eUnprecedented Hybrid Power\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eThe Sony Alpha 7 V combines an ultra-fast Exmor RS sensor with the BIONZ XR2 engine to redefine professional photography and cinematic 4K video.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eSony Alpha 7 V | Full-Frame Hybrid\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- T1: HIGHLIGHT --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"m13 2-2 10h9L7 22l2-10H1L13 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eStacked Exmor RS® Sensor\u003c\/h3\u003e\n\n      \u003cp\u003eExperience 4.5 times faster readout than its predecessor. Capture bursts of up to 30 fps without blackout and freeze action with a 1\/16000 s shutter speed.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T2 --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 9h6v6H9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 4v1\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 19v1\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12h1\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 12h1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eBIONZ XR2 Engine with AI\u003c\/h3\u003e\n\n      \u003cp\u003eA revolutionary brain that improves subject recognition by 30%. Uses human pose estimation for critical focus on eyes, face, and body.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T3 --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"\u003e\u003c\/path\u003e\u003cline x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"\u003e\u003c\/line\u003e\u003cline x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e7.5 Stop Stabilization\u003c\/h3\u003e\n\n      \u003cp\u003eFree yourself from the tripod. Its advanced optical stabilization unit and gyroscopic algorithms allow for astounding precision in handheld shots.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T4 --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 18s-4-4-4-6a4 4 0 0 1 8 0c0 2-4 6-4 6z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e33MP and 16 Stops of Range\u003c\/h3\u003e\n\n      \u003cp\u003eSuperior image quality with realistic gradations from the deepest shadows to the brightest highlights. Extreme resolution with minimal noise.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-top: 4rem;\"\u003eProfessional Testimonials\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 sensor's readout speed is out of this world. Recording in 4K 120p with this dynamic range has transformed my cinematic workflow.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eRicardo S. - Director of Photography\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\"The AI tracking is so precise that I can forget about focus and concentrate entirely on frame composition.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eElena M. - Nature Photographer\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\"7.5 stops of stabilization are immediately noticeable. I've achieved sharp photos at shutter speeds that were previously impossible without support.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eJavier P. - Photojournalist\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 8px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e33.0 Megapixel Full-Frame Exmor RS CMOS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eHigh-speed BIONZ XR2 with AI unit\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eVideo\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e4K 120p \/ 4:2:2 10-bit \/ S-Cinetone \/ S-Log3\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eDynamic Range\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 16 stops for still images\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eStabilization\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e7.5 stops (center) \/ 6.5 stops (periphery)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBurst\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 30 fps with full AF\/AE tracking\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eISO\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e100-51200 (Expandable to 50-204800)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow effective is the AI for non-human subjects?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eThe BIONZ XR2 engine recognizes animals, birds, insects, cars, and airplanes. Pose estimation technology allows tracking subjects even when their face is obscured or they move quickly.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it support external video recording?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eYes, it features a full-size HDMI Type A output capable of 16-bit RAW output to compatible external recorders, ideal for high-level post-production.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat memory cards are required for 30 fps bursts?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eTo take advantage of maximum burst speed and high bit-rate video, the use of CFexpress Type A cards is recommended, although it also has slots compatible with SD UHS-II.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed var(--gsm-blue);\"\u003e\n\n    \u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Warranty\u003c\/h3\u003e\n\n    \u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eProfessional product, sealed and with direct technical support. \u003cbr\u003e\u003cspan style=\"color: var(--gsm-navy);\"\u003eInsured shipping to all of Chile with priority delivery.\u003c\/span\u003e\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\": \"Sony Alpha 7 V Cámara Híbrida Full-Frame\",\n  \"image\": [\n    \"https:\/\/gsmpro.cl\/path-to-sony-a7v.jpg\"\n  ],\n  \"description\": \"Cámara profesional híbrida con sensor Exmor RS de 33MP, video 4K 120p, estabilización de 7.5 pasos y procesamiento de IA en tiempo real.\",\n  \"sku\": \"SONY-A7M5-BODY\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sony\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/gsmpro.cl\/products\/sony-alpha-7-v\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"12\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"28-70 II Kit","offer_id":58174653563228,"sku":"B0G4SDZP3D","price":3875.0,"currency_code":"USD","in_stock":true},{"title":"Cuerpo solamente","offer_id":58174653595996,"sku":"B0G4SC4R2P","price":3670.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/7344c164df2b79de3d3588ce655de847_ff08dc59-fd4b-43cf-b674-6f6541ede6ac.jpg?v=1782962507","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/sony-alpha-7-v-camara-hibrida-mirrorless-33mp-4k-120p","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}