{"product_id":"tarjeta-grafica-gpu-asus-tuf-gaming-geforce-rtx-4070-12gb-gddr6x-oc-edition","title":"ASUS TUF Gaming GeForce RTX 4070 12GB GDDR6X OC Edition GPU","description":"\u003cstyle\u003e\n  \/* Contenedor Principal y Tipografía *\/\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1d1d1f;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 15px;\n  }\n\n  \/* Disclaimer \/ Avisos *\/\n  .info-disclaimer {\n    background-color: #fffbe6;\n    border: 1px solid #ffe58f;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #595959;\n    text-align: center;\n  }\n  .info-disclaimer strong { color: #d48806; }\n\n  \/* Encabezados *\/\n  .product-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .product-header .eyebrow {\n    color: #76b900;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n  }\n  .product-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* Imagen Principal *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n    margin: 10px 0 40px 0;\n    background-color: #f5f5f7;\n    display: block;\n  }\n\n  \/* Títulos de Sección *\/\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    \/* Aseguramos un buen margen base *\/\n    margin-bottom: 40px; \n    color: #1d1d1f;\n  }\n\n  \/* Acordeones (Features \u0026 FAQ) *\/\n  .accordion-container, .faq-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item, details.faq-item { border-bottom: 1px solid #d2d2d7; }\n   \n  .accordion-item summary, .faq-item summary {\n    font-size: 1.3rem;\n    font-weight: 600;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n    color: #1d1d1f;\n  }\n  .accordion-item summary:hover, .faq-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }\n   \n  .accordion-title-text { display: flex; align-items: center; }\n  .icon-left { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .plus-minus-icon { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n   \n  details[open] \u003e summary .plus-minus-icon { transform: rotate(45deg); }\n   \n  .accordion-content, .faq-answer { padding: 0 20px 30px 20px; }\n  .accordion-content { padding-left: 65px; } \n  .accordion-content p, .faq-answer p { font-size: 1.05rem; color: #333; margin: 0; line-height: 1.6; }\n\n  \/* Feature Cards Grid *\/\n  .feature-cards-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #d2d2d7;\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }\n  .feature-card h4 { font-size: 1.6rem; margin: 15px 0 10px 0; color: #1d1d1f; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n\n  \/* --- AJUSTES TABLA (Shopify-Proof) --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 40px;\n    border: 1px solid #e5e5e5 !important; \n    border-radius: 18px;\n    \/* Padding reducido dentro de la tarjeta, pero el margen externo lo da el título *\/\n    padding: 5px 20px !important; \n    background: transparent !important;\n  }\n  \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse !important;\n    border: none !important;\n    background: transparent !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  .product-description-container table.specs-table td, \n  .product-description-container table.specs-table th { \n    border: none !important; \n    padding: 12px 10px !important; \n    vertical-align: top; \n  }\n\n  .product-description-container table.specs-table tr { \n    border-bottom: 1px solid #e0e0e0 !important; \n    border-top: none !important;\n    border-left: none !important;\n    border-right: none !important;\n    background: transparent !important;\n  }\n\n  .product-description-container table.specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .specs-table .spec-label { font-weight: 600; color: #1d1d1f; width: 40%; }\n  .specs-table .spec-value { color: #555; }\n  \/* --- FIN AJUSTES TABLA --- *\/\n\n  \/* FAQ Styles specifics *\/\n  .faq-container-wrapper {\n    max-width: 900px;\n    margin: 40px auto;\n  }\n   \n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary, .faq-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .icon-left { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 10px; } \n    .feature-cards-container { grid-template-columns: 1fr; }\n  }\n\n\/* PRIMER BLOQUE DE CÓDIGO *\/\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n   \n  \u003csection class=\"product-header\"\u003e\n\n\n\u003cp hidden\u003e SEGUNDO BLOQUE DE CÓDIGO \u003c\/p\u003e\n\n\n\n    \u003cdiv class=\"eyebrow\"\u003eASUS TUF Gaming Graphics Card\u003c\/div\u003e\n\n    \u003ch2\u003eASUS TUF Gaming GeForce RTX™ 4070 12GB GDDR6X OC Edition\u003c\/h2\u003e\n\n    \u003cp class=\"subtitle\"\u003eExtreme AI-powered performance, reduced temperatures, and military-grade durability.\u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003cimg class=\"image-full-width\" alt=\"ASUS TUF Gaming GeForce RTX 4070 OC Edition Graphics Card\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/rtx_4070_asus_tuf_gaming_oc_edition-1.webp?v=1764194831\"\u003e\n\n  \u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003e\n    Get ready to dominate your games and accelerate your creative workflow with the ASUS TUF Gaming GeForce RTX™ 4070 OC Edition graphics card. Powered by the ultra-efficient NVIDIA Ada Lovelace architecture, this GPU takes performance to the next level. Thanks to its incredible AI capabilities reaching 480 AI TOPs and innovative DLSS 3 technology, you'll experience up to 4x more performance in your games and hyper-realistic, fluid ray tracing, all without sacrificing image quality.\n  \u003c\/p\u003e\n\n  \u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003e\n    The TUF Gaming series not only stands out for its power but also for its legendary durability and unbeatable thermal design. Equipped with military-grade capacitors guaranteed for up to 20,000 hours of use at 105 °C, a ventilated aluminum exoskeleton for heat dissipation, and improved Axial-tech fans to provide 21% more airflow. It is the ultimate robust investment for any gaming enthusiast or content creator who demands maximum reliability at all times.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"accordion-container\"\u003e\n\n    \u003cdetails class=\"accordion-item\" open\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e❄️\u003c\/span\u003eEnhanced Axial-tech Cooling\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eThe three Axial-tech fans have been enlarged to move 21% more air. They use dual ball bearings for twice the lifespan, while the side fans rotate in reverse to reduce turbulence and improve heat dispersion. Additionally, they stop completely when the temperature drops below 50 °C, providing you with a totally silent gaming or working environment.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🛡️\u003c\/span\u003eMilitary-Grade Durability (TUF)\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eThis card's arsenal of reinforcements includes capacitors rated for 20K hours at 105 °C integrated into a compact printed circuit board (PCB) to optimize power delivery. Its massive aluminum exoskeleton and ventilated backplate protect the card's structure while helping to efficiently dissipate high temperatures.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🤖\u003c\/span\u003eDLSS 3 and Ray Tracing Technology\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eEquipped with 4th-generation Tensor Cores to multiply performance using AI rendering (DLSS 3), and 3rd-generation RT Cores that double ray tracing performance, offering you the most immersive, fluid, and realistic graphics on the market.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e⚙️\u003c\/span\u003ePrecision Auto-Extreme Manufacturing\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eAssembled using a 100% automated process that solders all components in a single pass. This drastically reduces thermal stress, eliminates the use of harsh chemicals, decreases environmental impact, and guarantees a significantly more reliable video card.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003ch3 class=\"section-title\"\u003eThe Power of Ada Lovelace Architecture in Your Setup\u003c\/h3\u003e\n\n  \u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eDiscover the benefits and exclusive tools of integrating this ASUS GPU into your gaming or design PC.\u003c\/p\u003e\n\n    \n  \u003csection class=\"feature-cards-container\"\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e⚡\u003c\/span\u003e\n      \u003ch4\u003eFactory Overclock (OC Mode)\u003c\/h4\u003e\n\n      \u003cp\u003eAchieve frequencies of up to 2580 MHz in OC Mode and 2550 MHz in Default Mode (Boost). You'll gain a native power advantage to run any AAA title with high refresh rates.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e🌈\u003c\/span\u003e\n      \u003ch4\u003eAura Sync ARGB Lighting\u003c\/h4\u003e\n\n      \u003cp\u003eAdd a unique touch of customization to your build with the ARGB detail on the side shroud. Easily synchronize it with other compatible components through the ASUS Aura Sync ecosystem.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e🎛️\u003c\/span\u003e\n      \u003ch4\u003eGPU Tweak III Software\u003c\/h4\u003e\n\n      \u003cp\u003eTake absolute control of your graphics card through a redesigned and intuitive interface. Adjust frequencies, voltage, customize fan performance, and monitor system temperatures in real-time with ease.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e🎨\u003c\/span\u003e\n      \u003ch4\u003ePower for Creators\u003c\/h4\u003e\n\n      \u003cp\u003eLeverage AI acceleration with NVIDIA Studio and master 3D design, video editing, and large-scale rendering applications with ultra-fluid performance.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003ch3 class=\"section-title\" style=\"margin-top:20px; margin-bottom: 35px !important;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n  \n  \u003cdiv class=\"specs-table-container\"\u003e\n\n    \u003ctable class=\"specs-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eGPU\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA® GeForce RTX™ 4070\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eArchitecture\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA Ada Lovelace\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDLSS Support\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNVIDIA DLSS 3\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRT \/ Tensor Cores\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3rd Gen (RT) \/ 4th Gen (Tensor)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCUDA Cores\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e5888\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMemory\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e12GB GDDR6X\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eData Bus\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e192-bit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eBoost Clock\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e2580 MHz (OC) \/ 2550 MHz (Default)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMemory Speed\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e21 Gbps\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAI Performance\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e480 AI TOPs\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eInterface\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003ePCI Express 4.0\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eVideo Outputs\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e1x HDMI 2.1, 3x DisplayPort 1.4a\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eHDCP Support\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eYes (2.3)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003ePower Connector\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e1 x 8-pin\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e301 x 139 x 63 mm (3.15 Slots)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRecommended PSU\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e650W\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMax Resolution\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e7680 x 4320 (8K)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"info-disclaimer\"\u003e\n\n    ⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e The 650W power supply recommendation is based on a PC configuration with a fully overclocked CPU and GPU. Due to its 3.15 slot design and 301 mm length, please check the internal space and compatibility of your chassis (case) before purchasing. Specifications and included software are subject to change without prior notice from the manufacturer.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"faq-container-wrapper\"\u003e\n\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions about the ASUS TUF RTX 4070 OC Edition\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-container\"\u003e\n\n      \u003cdetails open class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eDo I need a special power adapter for this card?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eNo. Unlike other RTX 40 series models that use 16-pin connectors, this specific TUF Gaming series model is designed to use a traditional 8-pin PCIe connector, making it highly compatible with most standard 650W or higher power supplies.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eWhat level of noise does the card emit when I'm not gaming?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eThe graphics card is practically inaudible during light tasks. It features intelligent technology that completely stops the fans from spinning when the GPU temperature remains below 50 °C, offering a completely silent working or browsing environment.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eWhat's included in the box besides the graphics card?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eIn addition to the card, ASUS factory includes a graphics card holder to prevent sagging, a TUF Velcro strap for cable management, manuals, a TUF Gaming reliability certificate, and a collector's card.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58173236773212,"sku":null,"price":1320.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/rtx_4070_asus_tuf_gaming_oc_edition-1.webp?v=1782939304","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/tarjeta-grafica-gpu-asus-tuf-gaming-geforce-rtx-4070-12gb-gddr6x-oc-edition","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}