{"product_id":"vivo-x300-pro","title":"Vivo X300 Pro","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500\u0026amp;family=Montserrat:wght@600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .shp-product-description { \n    font-family: 'Inter', sans-serif !important; \n    color: #0B132B; \n    line-height: 1.6; \n    max-width: 1000px; \n    margin: 0 auto; \n    background-color: #FFFFFF; \n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n  \n  .shp-product-description * { \n    box-sizing: border-box; \n  }\n\n  .shp-product-description h2, \n  .shp-product-description h3, \n  .shp-product-description h4 { \n    margin: 0; \n    font-family: 'Montserrat', sans-serif !important; \n    color: #00003A; \n  }\n  \n  .shp-product-description p { \n    margin-bottom: 1rem; \n    font-size: 1.05rem; \n    color: #0B132B; \n    font-weight: 400;\n  }\n\n  .shp-product-description .shp-hero-header { \n    text-align: center; \n    padding: 3.5rem 2rem; \n    background-color: #F8FAFC; \n    background-image: \n      radial-gradient(circle at 50% 0%, rgba(3, 137, 252, 0.04) 0%, transparent 45%), \n      radial-gradient(circle at 100% 100%, rgba(0, 0, 58, 0.03) 0%, transparent 50%);\n    margin-bottom: 3rem;\n    border-radius: 24px;\n    border: 1px solid rgba(0, 0, 58, 0.04);\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 25px -10px rgba(0, 0, 58, 0.05);\n  }\n\n  .shp-product-description .shp-hero-header::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 700px;\n    height: 700px;\n    border-radius: 50%;\n    border: 1px solid rgba(3, 137, 252, 0.05);\n    pointer-events: none;\n  }\n\n  .shp-product-description .shp-hero-header .shp-eyebrow { \n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 700 !important; \n    color: #0389FC !important; \n    letter-spacing: 0.15em !important; \n    text-transform: uppercase !important; \n    font-size: 0.75rem !important; \n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem; \n    background-color: #FFFFFF; \n    padding: 0.4rem 1.2rem; \n    border-radius: 100px;\n    margin-bottom: 1.5rem; \n    box-shadow: 0 6px 15px -5px rgba(3, 137, 252, 0.12);\n    border: 1px solid rgba(3, 137, 252, 0.1);\n    position: relative;\n    z-index: 1;\n  }\n\n  .shp-product-description .shp-hero-header .shp-eyebrow::before {\n    content: '';\n    display: block;\n    width: 5px; \n    height: 5px;\n    background-color: #EDFF00;\n    border-radius: 50%;\n    box-shadow: 0 0 8px rgba(237, 255, 0, 0.8);\n  }\n\n  .shp-product-description .shp-hero-header .shp-title { \n    font-family: 'Montserrat', sans-serif !important;\n    font-size: clamp(1.6rem, 3vw, 2.6rem) !important; \n    font-weight: 800 !important; \n    color: #00003A !important; \n    line-height: 1.15 !important; \n    margin-bottom: 1.25rem !important; \n    letter-spacing: -0.02em !important;\n    position: relative;\n    z-index: 1;\n  }\n\n  .shp-product-description .shp-hero-header h3.shp-subtitle { \n    font-family: 'Inter', sans-serif !important; \n    font-size: 1.05rem !important; \n    color: #0B132B !important; \n    font-weight: 500 !important; \n    max-width: 700px !important; \n    margin: 0 auto !important; \n    line-height: 1.6 !important;\n    position: relative;\n    z-index: 1;\n  }\n\n  .shp-intro {\n    padding: 0 1rem;\n    margin-bottom: 3rem;\n  }\n\n  .shp-intro-text { \n    font-size: 1.15rem !important; \n    color: #0B132B !important; \n    font-weight: 400; \n    line-height: 1.7;\n  }\n  \n  .shp-intro-text strong { \n    color: #00003A; \n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 700 !important; \n  }\n\n  .shp-cards-section {\n    margin: 4rem 0;\n    padding: 3rem 1.5rem;\n    background-color: #F8FAFC; \n    border-radius: 24px;\n    border: 1px solid rgba(0, 0, 58, 0.03);\n  }\n\n  .shp-cards-section-header {\n    text-align: center;\n    margin-bottom: 3rem;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .shp-cards-section-header h3 {\n    font-size: 2rem !important;\n    font-weight: 800 !important;\n    margin-bottom: 1rem;\n    color: #00003A !important;\n    letter-spacing: -0.02em;\n  }\n  \n  .shp-cards-section-header p {\n    color: #0B132B;\n    font-weight: 400;\n    font-size: 1.1rem;\n  }\n\n  .shp-cards-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    align-items: stretch; \n  }\n\n  @media (min-width: 768px) {\n    .shp-cards-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .shp-card {\n    background-color: #FFFFFF; \n    border: 1px solid rgba(0, 0, 58, 0.05);\n    border-radius: 16px;\n    padding: 3rem 2rem;\n    text-align: center;\n    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    height: 100%; \n  }\n\n  .shp-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 30px -10px rgba(65, 58, 244, 0.08);\n    border-color: rgba(3, 137, 252, 0.2);\n  }\n\n  .shp-card-icon {\n    font-size: 2rem;\n    margin-bottom: 1.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 60px;\n    height: 60px;\n    background: #F8FAFC;\n    border-radius: 50%;\n    color: #0389FC;\n    box-shadow: inset 0 0 0 1px rgba(3, 137, 252, 0.1);\n    flex-shrink: 0;\n  }\n\n  .shp-card-title {\n    font-size: 1.05rem !important; \n    line-height: 1.4 !important;\n    margin-bottom: 1.25rem;\n    font-weight: 700 !important;\n    color: #00003A !important;\n    word-break: normal;\n    overflow-wrap: break-word;\n    hyphens: none;\n    -webkit-hyphens: none;\n  }\n\n  .shp-card p {\n    margin: 0;\n    font-size: 0.95rem;\n    color: #0B132B;\n    line-height: 1.7;\n    word-break: normal;\n    overflow-wrap: break-word;\n    hyphens: none;\n  }\n\n  .shp-features-accordion, .shp-faq-section { \n    margin: 3rem 0; \n  }\n  \n  .shp-faq-section h3 {\n    text-align: center; \n    font-size: 2rem !important;\n    font-weight: 800 !important; \n    margin-bottom: 2.5rem;\n    color: #00003A !important; \n    letter-spacing: -0.02em;\n  }\n  \n  .shp-accordion { \n    background: #F8FAFC; \n    margin-bottom: 1rem; \n    border-radius: 16px; \n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); \n    border: 1px solid rgba(0, 0, 58, 0.05);\n    overflow: hidden;\n  }\n  \n  .shp-accordion:hover {\n    border-color: rgba(3, 137, 252, 0.3);\n  }\n  \n  .shp-accordion[open] { \n    background: #FFFFFF; \n    border: 1px solid #0389FC; \n    box-shadow: 0 10px 25px -5px rgba(3, 137, 252, 0.08);\n  }\n\n  .shp-accordion summary { \n    padding: 1.5rem 3.5rem 1.5rem 1.5rem; \n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 600 !important; \n    font-size: 1.1rem !important;\n    cursor: pointer; \n    list-style: none; \n    position: relative; \n    color: #00003A !important; \n    outline: none; \n    line-height: 1.5;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    transition: background-color 0.3s ease;\n  }\n\n  .shp-accordion summary:hover {\n    background-color: rgba(3, 137, 252, 0.03);\n  }\n  .shp-accordion summary:focus-visible {\n    outline: 2px solid #0389FC;\n    outline-offset: -2px;\n    border-radius: 16px;\n  }\n  \n  .shp-accordion summary::-webkit-details-marker { display: none; }\n  \n  .shp-accordion summary::after { \n    content: '+'; \n    position: absolute; \n    right: 1.5rem; \n    top: 50%;\n    transform: translateY(-50%) rotate(0deg); \n    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease; \n    color: #0389FC; \n    font-weight: 800; \n    font-size: 1.5rem;\n    font-family: 'Inter', sans-serif;\n  }\n  \n  .shp-accordion[open] summary::after { \n    content: '−';\n    transform: translateY(-50%) rotate(180deg); \n    color: #00003A;\n  }\n\n  .shp-accordion[open] .shp-accordion-content { \n    padding: 0 1.5rem 1.5rem; \n    color: #0B132B; \n    font-size: 1.05rem; \n    font-weight: 400; \n    animation: shp-fade-slide-down 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  @keyframes shp-fade-slide-down {\n    0% {\n      opacity: 0;\n      transform: translateY(-10px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .shp-technical-specs { \n    background: #FFFFFF; \n    border-radius: 24px; \n    border: 1px solid rgba(0, 0, 58, 0.08); \n    padding: 3rem 2.5rem; \n    margin-bottom: 4rem; \n    box-shadow: 0 20px 40px -10px rgba(0, 0, 58, 0.04); \n  }\n  \n  .shp-technical-specs h3 { \n    font-size: 1.8rem !important; \n    border-left: 6px solid #0389FC; \n    padding-left: 1rem; \n    margin-bottom: 2.5rem; \n    font-weight: 800 !important; \n    color: #00003A !important; \n    letter-spacing: -0.02em;\n  }\n\n  .shp-table-wrapper { \n    overflow-x: auto; \n    border-radius: 12px;\n    border: 1px solid rgba(0, 0, 58, 0.05);\n    padding: 0 !important; \n    margin: 0 !important;\n  }\n\n  .shp-product-description table.shp-specs-table,\n  .shp-product-description table.shp-specs-table tbody,\n  .shp-product-description table.shp-specs-table tr,\n  .shp-product-description table.shp-specs-table th,\n  .shp-product-description table.shp-specs-table td {\n    border-width: 0 !important;\n    border-style: none !important;\n    border-color: transparent !important;\n    box-shadow: none !important;\n    outline: none !important;\n    margin: 0 !important; \n    padding: 0 !important; \n  }\n  \n  .shp-product-description table.shp-specs-table { \n    width: 100% !important; \n    border-collapse: collapse !important; \n    table-layout: auto !important; \n    margin: 0 !important; \n    padding: 0 !important;\n  }\n\n  .shp-product-description table.shp-specs-table tr {\n    display: table-row !important;\n    border-bottom: 1px solid rgba(0, 0, 58, 0.05) !important; \n    transition: background-color 0.2s ease;\n  }\n  \n  .shp-product-description table.shp-specs-table tr:hover {\n    background-color: #F8FAFC !important;\n  }\n\n  .shp-product-description table.shp-specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .shp-product-description table.shp-specs-table th { \n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 700 !important; \n    color: #00003A !important; \n    font-size: 1rem !important; \n    text-align: left !important;\n    padding: 1.25rem 1.5rem !important;\n    width: 35% !important;\n    background-color: #F8FAFC !important;\n    border-right: 1px solid rgba(0, 0, 58, 0.03) !important;\n    white-space: normal !important; \n    word-break: normal !important;\n    overflow-wrap: normal !important;\n    hyphens: none !important;\n  }\n\n  .shp-product-description table.shp-specs-table td { \n    font-family: 'Inter', sans-serif !important;\n    color: #0B132B !important; \n    text-align: left !important; \n    font-size: 1.05rem !important; \n    padding: 1.25rem 1.5rem !important;\n    font-weight: 400 !important; \n    background-color: transparent !important;\n    white-space: normal !important; \n    word-break: normal !important; \n    overflow-wrap: break-word !important; \n  }\n\n  .shp-disclaimer { \n    margin-top: 4rem; \n    padding: 2.5rem; \n    background-color: #00003A; \n    border-left: 8px solid #EDFF00; \n    border-radius: 16px; \n    margin-bottom: 4rem;\n    box-shadow: 0 15px 35px -5px rgba(0, 0, 58, 0.2); \n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n  \n  .shp-disclaimer p { \n    margin: 0 !important; \n    padding: 0 !important;\n    font-weight: 400; \n    color: #FFFFFF; \n    display: flex;\n    flex-direction: column; \n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem; \n    font-size: 1.05rem;\n    line-height: 1.6 !important;\n  }\n\n  .shp-disclaimer strong {\n    color: #EDFF00; \n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 800 !important;\n    font-size: 1.2rem !important;\n    line-height: 1.2 !important;\n    display: flex;\n    align-items: center;\n    margin: 0 !important;\n    padding: 0 !important; \n    letter-spacing: 0.02em;\n  }\n\n  @media (max-width: 768px) { \n    \n    .shp-product-description .shp-hero-header { \n      padding: 2.5rem 1rem; \n      margin-bottom: 2rem;\n      border-radius: 20px; \n    }\n    \n    .shp-product-description .shp-hero-header .shp-eyebrow {\n      font-size: 0.6rem !important; \n      padding: 0.35rem 1rem; \n      margin-bottom: 1rem !important; \n    }\n\n    .shp-product-description .shp-hero-header .shp-title { \n      font-size: clamp(1.4rem, 4vw, 1.8rem) !important; \n      line-height: 1.2 !important;\n      margin-bottom: 1rem !important; \n    } \n\n    .shp-product-description .shp-hero-header h3.shp-subtitle {\n      font-size: 0.95rem !important; \n      line-height: 1.5 !important;\n      padding: 0 !important;\n    }\n\n    .shp-intro-text {\n      font-size: 1.05rem !important; \n    }\n    \n    .shp-cards-section {\n      padding: 2rem 1rem;\n      border-radius: 20px;\n      margin: 2.5rem 0;\n    }\n\n    .shp-cards-section-header h3 {\n      font-size: 1.5rem !important;\n    }\n\n    .shp-card {\n      padding: 1.5rem 1.25rem; \n    }\n\n    .shp-card-icon {\n      width: 50px;\n      height: 50px;\n      font-size: 1.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .shp-features-accordion, .shp-faq-section {\n      margin: 2rem 0;\n    }\n\n    .shp-faq-section h3 {\n      font-size: 1.5rem !important;\n      margin-bottom: 1.5rem;\n    }\n\n    .shp-accordion summary {\n      padding: 1.25rem 3rem 1.25rem 1rem;\n      font-size: 1rem !important;\n    }\n\n    .shp-accordion summary::after {\n      right: 1rem;\n    }\n\n    .shp-accordion[open] .shp-accordion-content {\n      padding: 0 1rem 1.25rem;\n      font-size: 0.95rem;\n    }\n\n    .shp-technical-specs {\n      padding: 1.5rem 0.5rem;\n      border-radius: 16px;\n      margin-bottom: 2.5rem;\n    }\n\n    .shp-technical-specs h3 {\n      font-size: 1.4rem !important;\n      margin-bottom: 1.5rem;\n      margin-left: 0.5rem;\n    }\n\n    .shp-product-description table.shp-specs-table {\n      min-width: 100% !important;\n    }\n    \n    .shp-product-description table.shp-specs-table th, \n    .shp-product-description table.shp-specs-table td { \n      display: table-cell !important;\n      padding: 0.85rem 0.75rem !important;\n      font-size: 0.9rem !important;\n    }\n\n    .shp-product-description table.shp-specs-table tr:first-child th,\n    .shp-product-description table.shp-specs-table tr:first-child td {\n      padding-top: 0.1rem !important; \n    }\n    \n    .shp-product-description table.shp-specs-table tr { \n      display: table-row !important;\n      border-bottom: 1px solid rgba(0, 0, 58, 0.05) !important;\n    }\n    \n    .shp-product-description table.shp-specs-table th { \n      width: 45% !important;\n      background-color: #F8FAFC !important;\n      border-right: 1px solid rgba(0, 0, 58, 0.03) !important;\n      color: #00003A !important;\n      font-size: 0.85rem !important;\n    }\n\n    .shp-product-description table.shp-specs-table td {\n      width: 55% !important;\n      padding-top: 0.85rem !important;\n    }\n\n    .shp-disclaimer {\n      margin-top: 2rem;\n      margin-bottom: 2.5rem;\n      padding: 1.5rem 1rem;\n      border-left-width: 4px;\n    }\n\n    .shp-disclaimer p {\n      font-size: 0.95rem;\n    }\n\n    .shp-disclaimer strong {\n      font-size: 1.1rem !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"shp-product-description\"\u003e\n\u003cdiv class=\"shp-hero-header\"\u003e\n\u003cspan class=\"shp-eyebrow\"\u003eDisponible con Precio Final\u003c\/span\u003e\n\u003ch2 class=\"shp-title\"\u003eVIVO X300 PRO\u003c\/h2\u003e\n\u003ch3 class=\"shp-subtitle\"\u003eLa Perfección del Retrato. Redefinida con teleobjetivo ZEISS APO de 200MP y procesador MediaTek Dimensity 9500.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003csection class=\"shp-intro\"\u003e\n\u003cp class=\"shp-intro-text\"\u003eEl \u003cstrong\u003eVIVO X300 PRO\u003c\/strong\u003e continúa la legendaria colaboración con \u003cstrong\u003eZEISS APO\u003c\/strong\u003e para llevar la fotografía móvil a un nuevo horizonte. Diseñada para los más exigentes, captura cada detalle con una precisión de nivel profesional y garantiza colores realistas, incluso a gran distancia gracias a su impresionante teleobjetivo de 200MP.\u003c\/p\u003e\n\u003cp class=\"shp-intro-text\"\u003eCon el \u003cstrong\u003eModo Escenario 2.0\u003c\/strong\u003e, este dispositivo te sitúa en el centro de cada historia. Te permite grabar vídeo en \u003cstrong\u003eDolby Vision 4K\u003c\/strong\u003e con perspectivas duales, ofreciendo una flexibilidad creativa sin precedentes para todas tus producciones audiovisuales.\u003c\/p\u003e\n\u003cp class=\"shp-intro-text\"\u003eCombina un diseño fotográfico clásico con un refinamiento moderno. Su chasis presenta un equilibrio perfecto con un esbelto perfil de 7,99mm. En el frontal, su pantalla inmersiva de 6,78 pulgadas destaca gracias a un bisel ultra delgado de 1,1mm, liberando todo el potencial del procesador de última generación \u003cstrong\u003eMediaTek Dimensity 9500\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"shp-features-accordion\" aria-label=\"Características destacadas\"\u003e\n\u003cdetails open=\"\" name=\"features-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Teleobjetivo ZEISS APO de 200MP\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eCaptura cada detalle con una precisión de nivel profesional y colores realistas a cualquier distancia, asegurando la máxima calidad para tus retratos fotográficos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails name=\"features-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\u003cpath d=\"m12 5 7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Procesadores de Imagen VS1 + V3+\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eEl innovador chip VS1 preprocesa cada fotograma mientras el V3+ maneja todo el posprocesamiento en tiempo real, ofreciendo capturas increíblemente rápidas y una cobertura visual superior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails name=\"features-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"16\" y1=\"21\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Pantalla Inmersiva LTPO 8T\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eDisfruta de una experiencia visual sin interrupciones con 6.78 pulgadas de pantalla encajada en un bisel ultra delgado de solo 1.1mm, con calibración de color ZEISS Master.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"shp-cards-section\"\u003e\n\u003cdiv class=\"shp-cards-section-header\"\u003e\n\u003ch3\u003ePotencia y Diseño en Armonía\u003c\/h3\u003e\n\u003cp\u003eDescubre las ventajas competitivas que hacen del VIVO X300 PRO una obra maestra de la tecnología.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shp-cards-grid\"\u003e\n\u003carticle class=\"shp-card\"\u003e\u003cspan class=\"shp-card-icon\" aria-hidden=\"true\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch4 class=\"shp-card-title\"\u003eÓptica ZEISS de Nivel Pro\u003c\/h4\u003e\n\u003cp\u003eEquipado con procesadores duales (VS1 + V3+) y cámara ZEISS APO de 200MP para grabar en Dolby Vision 4K con novedosas perspectivas duales y Modo Escenario 2.0.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shp-card\"\u003e\u003cspan class=\"shp-card-icon\" aria-hidden=\"true\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"20\" width=\"14\" y=\"2\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline y2=\"18\" x2=\"12.01\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch4 class=\"shp-card-title\"\u003ePantalla Ultra-Inmersiva\u003c\/h4\u003e\n\u003cp\u003eUna espectacular pantalla de 6,78 pulgadas integrada en un dispositivo con esbelto perfil de 7,99mm y un bisel frontal casi invisible de 1,1mm de grosor.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shp-card\"\u003e\u003cspan class=\"shp-card-icon\" aria-hidden=\"true\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003crect height=\"6\" width=\"6\" y=\"9\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"4\" x2=\"9\" y1=\"1\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"4\" x2=\"15\" y1=\"1\" x1=\"15\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"9\" y1=\"20\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"15\" y1=\"20\" x1=\"15\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"23\" y1=\"9\" x1=\"20\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"23\" y1=\"14\" x1=\"20\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"4\" y1=\"9\" x1=\"1\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"4\" y1=\"14\" x1=\"1\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch4 class=\"shp-card-title\"\u003eRendimiento Dimensity 9500\u003c\/h4\u003e\n\u003cp\u003eRendimiento sin rival gracias al potente procesador de MediaTek trabajando en perfecta sincronía con la plataforma de imagen dedicada de VIVO para un procesado ultrarrápido.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shp-card\"\u003e\u003cspan class=\"shp-card-icon\" aria-hidden=\"true\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#0389FC\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\"\u003e\u003c\/path\u003e\u003cline y2=\"11\" x2=\"23\" y1=\"13\" x1=\"23\"\u003e\u003c\/line\u003e\u003cpolyline points=\"11 6 7 12 13 12 9 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\n\u003ch4 class=\"shp-card-title\"\u003eCarga Ultra Rápida de 90W\u003c\/h4\u003e\n\u003cp\u003eGigantesca batería de 5.440 mAh con tecnología FlashCharge por cable de 90W y carga inalámbrica de 40W que te permiten volver a la acción rápidamente.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"shp-technical-specs\"\u003e\n\u003ch3\u003eFicha Técnica - VIVO X300 PRO\u003c\/h3\u003e\n\u003cdiv class=\"shp-table-wrapper\"\u003e\n\u003ctable class=\"shp-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePantalla\u003c\/th\u003e\n\u003ctd\u003e6.78\" LTPO 8T con calibración de color ZEISS Master\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProcesador (CPU)\u003c\/th\u003e\n\u003ctd\u003eMediaTek Dimensity 9500 + Chip de Imagen VS1 y V3+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRAM y Almacenamiento\u003c\/th\u003e\n\u003ctd\u003e16GB RAM | 512GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCámara Principal\u003c\/th\u003e\n\u003ctd\u003e50MP ZEISS Sony LYT-828, f\/1.57, 24 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCámara Teleobjetivo\u003c\/th\u003e\n\u003ctd\u003ePeriscópico de 200MP, ZEISS APO, Samsung HPB, f\/2.67, zoom óptico 3.7x, 85 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCámara Ultra Gran Angular\u003c\/th\u003e\n\u003ctd\u003e50MP, JN5, f\/2.0, 15 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCámara Frontal\u003c\/th\u003e\n\u003ctd\u003e50 MP, ZEISS; JN1, f\/2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBatería\u003c\/th\u003e\n\u003ctd\u003e5.440 mAh Li-Ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSistema de Carga\u003c\/th\u003e\n\u003ctd\u003e90W FlashCharge (cable) | 40W Carga Inalámbrica\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSistema Operativo\u003c\/th\u003e\n\u003ctd\u003eAndroid 16 | OriginOS 6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eExtras y Conectividad\u003c\/th\u003e\n\u003ctd\u003eResistencia IP68, USB C 3.2, altavoces estéreo, y lector de huellas ultrasónico\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003caside class=\"shp-disclaimer\"\u003e\n\u003cp\u003e\u003cstrong\u003e📢 Ya está disponible al público:\u003c\/strong\u003e Las especificaciones y características descritas en esta página son las oficiales anunciadas por VIVO. El VIVO X300 PRO ya cuenta con precio final, aprovecha y sé de los primeros en todo Chile en tenerlo.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003csection class=\"shp-faq-section\" aria-label=\"Preguntas Frecuentes\"\u003e\n\u003ch3\u003ePreguntas Frecuentes sobre el VIVO X300 PRO\u003c\/h3\u003e\n\u003cdetails open=\"\" name=\"faq-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e¿Estas especificaciones son definitivas?\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eSí, estas especificaciones son las oficiales publicadas por VIVO para el modelo X300 PRO.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails name=\"faq-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e¿Qué es el nuevo chip de imagen VS1?\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eEs un nuevo chip de imagen diseñado y fabricado a medida por Vivo, que actúa como un procesador ultrarrápido de preprocesamiento de imágenes para la cámara, trabajando en perfecta sinergia con el potente chip V3+ encargado del posprocesamiento.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails name=\"faq-accordion\" class=\"shp-accordion\"\u003e\n\u003csummary\u003e¿Qué ventajas ofrece la óptica ZEISS?\u003c\/summary\u003e\n\u003cdiv class=\"shp-accordion-content\"\u003e\n\u003cp\u003eLa colaboración con ZEISS garantiza el uso de lentes de máxima calidad y un software de procesado de imagen de categoría superior. El revestimiento T* reduce eficazmente los destellos y el molesto efecto fantasma, mientras que los modos de retrato simulan el codiciado efecto bokeh de los legendarios lentes de ZEISS, brindándote un look 100% profesional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"512 GB \/ 16 GB RAM \/ Marrón","offer_id":58174717755740,"sku":"6932204510181","price":1411.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Negro","offer_id":58174717788508,"sku":"6932204511874","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Azul","offer_id":58174717821276,"sku":null,"price":1400.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Blanco","offer_id":58174717854044,"sku":null,"price":1300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/vivox300pro-1_af778915-72c6-4117-b3e3-9284d8025cfd.png?v=1782963016","url":"https:\/\/www.ourbiz-us.shop\/products\/vivo-x300-pro","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}