{"id":27,"date":"2026-01-21T15:56:23","date_gmt":"2026-01-21T15:56:23","guid":{"rendered":"https:\/\/vita.com.py\/home\/?page_id=27"},"modified":"2026-04-09T22:47:42","modified_gmt":"2026-04-09T22:47:42","slug":"elementor-27","status":"publish","type":"page","link":"https:\/\/vita.com.py\/home\/","title":{"rendered":"Elementor #27"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb812d6 e-flex e-con-boxed e-con e-parent\" data-id=\"cb812d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5492fb4 e-con-full e-flex e-con e-child\" data-id=\"5492fb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f45c98b elementor-widget elementor-widget-html\" data-id=\"f45c98b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>VITA PARAGUAY | Videocirurgia<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@500;700;800&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        \/* --- BRAND GUIDELINES --- *\/\n        :root {\n            --vita-blue: #2b5896;\n            --vita-teal: #2ca0a7;\n            --vita-black: #000000;\n            --vita-white: #ffffff;\n            --text-dark: #1A1A1A;\n            --bg-light: #F0F6F9;\n            --border-radius: 8px;\n            --font-heading: 'Montserrat', sans-serif;\n            --font-body: 'Open Sans', sans-serif;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: var(--font-body);\n            color: var(--text-dark);\n            line-height: 1.6;\n            background-color: var(--vita-white);\n        }\n\n        \/* --- BUTTONS --- *\/\n        .vita-btn {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 50px;\n            font-family: var(--font-heading);\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n            text-align: center;\n        }\n\n        .btn-primary {\n            background: linear-gradient(135deg, var(--vita-teal) 0%, #238a91 100%);\n            color: var(--vita-white);\n            box-shadow: 0 4px 15px rgba(44, 160, 167, 0.3);\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(44, 160, 167, 0.4);\n        }\n\n        .btn-outline {\n            border: 2px solid var(--vita-blue);\n            color: var(--vita-blue);\n            background: transparent;\n        }\n        \n        .btn-outline:hover {\n            background: var(--vita-blue);\n            color: var(--vita-white);\n        }\n\n        \/* --- HEADER --- *\/\n        header {\n            background-color: var(--vita-white);\n            height: 90px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.05);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n\n        .vita-container {\n            width: 90%;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .navbar { display: flex; justify-content: space-between; align-items: center; }\n\n        .brand-logo {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            gap: 15px;\n        }\n        \n        .v-icon-svg {\n            height: 55px;\n            width: auto;\n            display: block;\n        }\n\n        .brand-text {\n            font-family: var(--font-heading);\n            font-weight: 800;\n            font-size: 22px;\n            color: var(--vita-blue);\n            line-height: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        .brand-sub { font-size: 10px; letter-spacing: 2px; color: var(--vita-teal); margin-top: 3px; font-weight: 600; }\n\n        .nav-cta { display: block; }\n\n        \/* --- HERO SECTION --- *\/\n        .hero {\n            background: linear-gradient(135deg, var(--vita-blue) 0%, #1a3c6e 100%);\n            color: var(--vita-white);\n            padding: 120px 0 100px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -20%; right: -10%; width: 60%; height: 150%;\n            background: radial-gradient(circle, rgba(44, 160, 167, 0.4) 0%, transparent 70%);\n            filter: blur(40px); pointer-events: none;\n        }\n\n        .hero-content { max-width: 800px; position: relative; z-index: 2; }\n        .hero h1 { font-size: 48px; margin-bottom: 24px; color: var(--vita-white); letter-spacing: -0.5px; }\n        .hero-highlight { color: var(--vita-teal); }\n        .hero p { \n            font-size: 18px; margin-bottom: 35px; opacity: 0.95; font-weight: 400; \n            max-width: 750px; border-left: 4px solid var(--vita-teal); padding-left: 20px;\n        }\n\n        \/* --- TRUST BAR --- *\/\n        .trust-bar { background-color: #F8FBFC; border-bottom: 1px solid #E1E8ED; padding: 20px 0; color: var(--vita-blue); }\n        .trust-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }\n        .trust-item { display: flex; align-items: center; font-family: var(--font-heading); font-weight: 600; font-size: 14px; }\n        .trust-icon { color: var(--vita-teal); margin-right: 10px; font-size: 18px; }\n\n        \/* --- NEW VIDEO SECTION --- *\/\n        .video-section {\n            padding: 80px 0;\n            background-color: var(--vita-white);\n        }\n        .video-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .video-wrapper {\n            position: relative;\n            padding-bottom: 56.25%; \/* 16:9 Aspect Ratio *\/\n            height: 0;\n            overflow: hidden;\n            border-radius: 12px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            background: #000;\n        }\n        .video-wrapper iframe, .video-wrapper video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n\n        \/* --- SERVICES SECTION --- *\/\n        .section-padding { padding: 80px 0; }\n        .services-section { background-color: #fcfdfe; }\n        .section-header { text-align: center; max-width: 800px; margin: 0 auto 60px; }\n        .section-header h2 { font-size: 36px; margin-bottom: 16px; color: var(--vita-blue); }\n        .section-header p { font-size: 18px; color: #555; }\n\n        .services-grid { \n            display: grid; \n            grid-template-columns: 1fr 1fr 1fr; \n            gap: 30px; \n            align-items: stretch;\n        }\n\n        .service-card {\n            background: var(--bg-light); padding: 40px; border-radius: 12px; border: 1px solid #eef2f5;\n            transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden;\n            height: 100%; \n        }\n        .service-card::after {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;\n            background: var(--vita-blue); transition: background 0.3s;\n        }\n        .service-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(43, 88, 150, 0.1); background: #fff; }\n        .service-card:hover::after { background: var(--vita-teal); }\n\n        .service-icon { \n            font-size: 32px; background: var(--vita-white); color: var(--vita-teal); width: 70px; height: 70px;\n            border-radius: 50%; display: flex; align-items: center; justify-content: center;\n            margin-bottom: 24px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n        .service-card h3 { font-size: 22px; color: var(--vita-blue); margin-bottom: 20px; font-family: var(--font-heading); font-weight: 700; }\n        \n        .service-list li { margin-bottom: 12px; font-size: 15px; color: #444; display: flex; align-items: start; }\n        .service-list li::before { content: \"\u2022\"; color: var(--vita-teal); font-weight: bold; font-size: 18px; line-height: 1; margin-right: 10px; }\n\n        \/* --- CTA SECTION --- *\/\n        .cta-section { padding: 0; }\n        .cta-container { display: flex; flex-wrap: wrap; }\n        .cta-box { flex: 1; padding: 80px 60px; min-width: 320px; }\n        \n        .cta-surgeon { background-color: var(--vita-blue); color: var(--vita-white); }\n        .cta-surgeon h3 { color: var(--vita-white); font-size: 32px; margin-bottom: 20px; font-family: var(--font-heading); font-weight: 700; }\n        .cta-surgeon p { opacity: 0.9; margin-bottom: 30px; font-size: 18px; }\n        \n        .cta-admin { background-color: var(--bg-light); color: var(--vita-black); }\n        .cta-admin h3 { color: var(--vita-blue); font-size: 32px; margin-bottom: 20px; font-family: var(--font-heading); font-weight: 700; }\n        .cta-admin p { color: #555; margin-bottom: 30px; font-size: 18px; }\n\n        \/* --- FOOTER --- *\/\n        footer { background-color: var(--vita-black); color: #888; padding: 60px 0 30px; text-align: center; }\n        .footer-logo-text { color: var(--vita-white); font-weight: 800; font-size: 24px; margin-bottom: 15px; }\n        .footer-contact { margin-bottom: 30px; }\n        .copyright { border-top: 1px solid #333; padding-top: 20px; font-size: 13px; }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 34px; }\n            .hero p { font-size: 16px; border-left: none; padding-left: 0; }\n            .nav-cta { display: none; }\n            .services-grid { grid-template-columns: 1fr; }\n            .cta-box { padding: 50px 30px; }\n            .trust-grid { flex-direction: column; align-items: flex-start; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <div class=\"vita-container navbar\">\n            <a href=\"#\" class=\"brand-logo\">\n                <svg class=\"v-icon-svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1033.37 715.3\">\n                    <path d=\"M411 452.98c0 .62-4.85.96-12.75.89-36.62-.31-74.39-12.68-109.49-35.85-34.03-22.48-75.77-64.33-99.67-99.91-7.48-11.15-64.58-106.33-117.06-195.13-7.31-12.38-18.79-31.73-25.51-43C22.66 39.91 0 1.27 0 .63 0-.39 177.69-.08 194.64.96c24.41 1.51 44.88 6.55 65.07 16.05 26.91 12.64 51.52 33.47 68.52 57.98 2.48 3.57 15.19 25.39 28.25 48.49s29.82 52.57 37.24 65.5c7.42 12.92 15.66 27.33 18.3 32 2.65 4.67 18.2 31.9 34.56 60.5 47.95 83.82 67.17 117.85 67.88 120.25.65 2.15.42 2.25-5.18 2.25-20.16 0-45.82-15.47-63.62-38.36-26.51-34.1-54.47-88.25-90.43-175.14l-.38-.93c-14.86-35.91-16.16-39.04-15.31-41.41.09-.24.2-.48.32-.75 2.91-6.39.12-13.27-6.23-15.37-3.94-1.3-7.13-.34-10.31 3.1-5.05 5.48-3.31 13.85 3.45 16.5 3.76 1.48 3.91 1.75 12.67 23.18 4.87 11.92 12.63 30.34 17.23 40.93s9.21 21.42 10.26 24.07c2.79 7.09 15.09 33.24 24.77 52.68 12.14 24.38 23.05 43.36 36.96 64.28 13 19.55 12.46 20.18-2.81 3.22-21.36-23.72-43.58-58.99-64.56-102.5-9.6-19.9-11.18-24.12-10.29-27.5.36-1.38.29-3.85-.16-5.5-2.54-9.36-16.28-8.44-18.13 1.22-.96 5.03 2.82 11.28 6.82 11.28 2.97 0 3.13.25 10.88 17.5 24.26 54 58.65 104.93 88.87 131.63 8.49 7.49 8.83 8.59 1.17 3.74-20.08-12.68-42.58-36.24-61.38-64.27-24-35.77-65.84-113.47-101.56-188.6a6652.59 6652.59 0 0 0-19.22-40l-9.47-19.5 1.15-4.63c2.11-8.49-2.02-14.14-10.34-14.14s-12.74 10.42-7.1 17.12c1.39 1.65 3.75 3.28 5.25 3.62 2.45.55 4.41 4.12 19.66 35.82 62.91 130.71 101.93 201.37 131.26 237.71 9.83 12.17 27.74 30.7 35.8 37.03 5.67 4.46 5.67 4.7 0 1.51-26.06-14.68-57.59-47.96-80.55-85.04-3.89-6.28-4.35-7.65-4.4-13.33-.05-5.86-.3-6.55-3.32-9.25-7.6-6.8-18.7-.58-16.82 9.43.74 3.98 3.13 6.38 8.01 8.06 2.99 1.03 4.66 3 10.7 12.66 36.33 58.02 83.4 95.76 130.27 104.44 4.46.83 9.91 1.84 12.11 2.25 7.16 1.33-16.12 1.5-26 .19-11.64-1.54-27-5.88-40.92-11.56-29.06-11.86-51.03-27.63-82.61-59.31-20.35-20.41-36.6-40.03-51.69-62.37-8.93-13.22-9.81-14.94-9.48-18.46.3-3.05-.18-4.54-2.19-6.94-4.96-5.9-13.3-4.69-16.24 2.34-2.72 6.52 1.42 13.34 8.1 13.36 2.75 0 3.64.95 9.53 10.16 21.95 34.31 55.52 71.6 87.5 97.18 30.5 24.41 62.29 38.98 98.15 45l13.85 2.33-6.96.8c-3.83.44-13.28.53-21 .2-38.8-1.66-81.61-20.6-125.04-55.32-14.02-11.2-51.98-49.08-65.5-65.36-18.57-22.35-41.71-54.23-56.83-78.29-7.4-11.76-7.96-13.02-7.02-15.72.72-2.07.68-3.96-.13-6.44-3.87-11.71-20.02-9.35-20.02 2.92 0 5.4 2.98 9.18 8.03 10.19 1.7.34 3.75 1.56 4.56 2.73.81 1.16 7.7 11.56 15.31 23.11 25.93 39.38 49.07 68.35 78.55 98.36 45.17 45.98 84.87 72.53 128.05 85.61 11.74 3.56 32.91 7.53 40.13 7.53 2.4 0 4.37.43 4.37.95 0 1.78-7.46 3.04-21.5 3.65l-14 .6-11.5-3.65c-50.64-16.08-95.2-43.95-133.33-83.39-6.29-6.5-7.79-8.64-7.64-10.88.38-5.78-.11-7.52-2.95-10.36-2.3-2.29-3.82-2.92-7.08-2.92-5.86 0-10 4.15-10 10.02 0 3.42.62 4.8 3.4 7.58 2.22 2.22 4.36 3.4 6.15 3.4 2.19 0 5.23 2.49 14.85 12.16 12.21 12.27 26.06 24.59 37.1 32.99 18.7 14.25 48.94 31.31 67.95 38.35 11.96 4.43 35.55 10.5 40.78 10.5 2.08 0 3.77.45 3.77 1Zm55.79 247.75c-2.57 2.34-4.81 4.23-4.98 4.21-.17-.03-2.87-1.11-6.01-2.41-11.27-4.69-27.47-13.75-36.3-20.32-8.42-6.26-27.5-23.73-27.5-25.18 0-.35 1.69-1.24 3.75-1.96 6.08-2.14 27.17-12.37 37.85-18.37 27.58-15.49 63.28-42.66 95.32-72.56 28.22-26.34 67.91-73 95.12-111.84 5.48-7.82 23.38-30.24 23.8-29.81.68.67-22.01 39.45-38.31 65.49-11.9 19.01-32.71 49.98-43.35 64.5-5.24 7.15-11.75 16.04-14.47 19.75-4.46 6.07-5.3 6.75-8.41 6.75-7.01 0-11.26 7.61-8.11 14.53 2.09 4.58 9.28 6.89 13.85 4.45 2.41-1.29 5.8.6 6.58 3.69.41 1.58-.86 4.01-4.7 9-21.7 28.24-53 61.76-84.13 90.08Zm-80.28-76.2c-7.44 2.45-13.86 4.44-14.27 4.43-.63-.02-34.79-57.05-38.17-63.73l-1.14-2.25 15.28-.02c30.37-.04 62.14-6.57 95.21-19.57C494.75 523.21 547 484.5 600.98 426.65c9.07-9.72 16.92-17.67 17.45-17.67s.27.56-.56 1.25-2.31 2.54-3.28 4.11c-.98 1.57-8.43 10.8-16.56 20.5-50.7 60.52-100.79 102.41-154.98 129.63-6 3.01-7.8 3.52-9.24 2.62-2.27-1.42-9.33-1.44-11.96-.03-3.14 1.68-4.95 6.98-3.8 11.13 1.09 3.97 3.17 6.16 7.33 7.74 3.94 1.5 9.53-1.26 11.82-5.85 1.43-2.87 4.03-4.61 16.5-11.05 24.64-12.73 44.73-26.17 71.53-47.88 18.21-14.75 59.41-55.89 75.82-75.7 6.85-8.27 14.14-17.04 16.21-19.5 7.1-8.43-13.57 21.52-26.09 37.81-31.27 40.68-73.48 83.05-111.06 111.49-27.18 20.57-61.9 38.85-93.6 49.28Zm161.99 87.48c-5.5 1.13-15.4 2.34-22 2.68l-12 .61 8.5-9.22c27.98-30.36 42.14-48.53 65.57-84.1 26.73-40.58 59.18-101.09 81.92-152.75 3.21-7.29 5.99-13.1 6.19-12.9 1.4 1.4-8.52 31.99-24.71 76.15-17.53 47.82-24.77 66.64-45.9 119.26-10 24.89-17.92 45.67-17.61 46.17s-4.06 2.69-9.7 4.87c-14.06 5.43-18.67 6.84-30.26 9.23ZM338 519.28c0 .27-4.08.25-19.17-.08l-12.67-.28-13.97-23.72c-7.67-13.05-16.03-27.21-18.56-31.47s-4.35-7.75-4.06-7.75 6.7 2.95 14.23 6.56c77.91 37.31 148.84 36.1 223.2-3.8 19.23-10.32 51.39-33.34 69.42-49.7 2.75-2.49 2.15-1.53-2 3.21-5.69 6.51-19.28 19.02-31.92 29.4-41.42 33.99-83.42 55.39-125.5 63.96-12.17 2.47-15.62 2.75-35 2.79-23.31.06-29.36-.84-30.54-4.53-1.33-4.21-10.2-5.77-14.55-2.56-4.56 3.37-5.3 11.37-1.41 15.26 1.38 1.38 2.5 2.59 2.5 2.71Zm-32.53-212.55c3.7 3.99 6.91 7.25 7.14 7.25s-.65-1.69-1.95-3.75c-1.3-2.06-9.47-15.9-18.16-30.75s-23.77-40.5-33.52-57c-16.38-27.73-48.46-83.62-52.39-91.3-1.24-2.43-1.52-4.5-1.03-7.77.83-5.53-.69-9.48-4.51-11.74-6.99-4.13-14.64-.16-15.76 8.17-.49 3.68-.2 4.43 2.98 7.61 2.13 2.13 4.51 3.53 5.99 3.53 2.15 0 3.69 2.23 12.28 17.75 25.61 46.28 48.44 84.77 71.18 120 14.17 21.96 18.94 28.49 27.75 38Zm2.65-49.11c1.4 1.69 4 .37 5.75-2.9 1.19-2.23.47-4.06-8.94-22.83-5.64-11.23-18.46-37.44-28.49-58.26-16.27-33.74-18.15-38.17-17.38-40.87 2-6.96-4.56-13.62-11.48-11.68-7.04 1.99-9.01 10.62-3.66 15.98 1.61 1.6 3.79 2.92 4.84 2.92 1.48 0 3.67 3.65 9.76 16.25 4.32 8.94 13 26.82 19.29 39.75 6.3 12.92 15.44 31.79 20.33 41.91 4.89 10.13 9.38 19.01 9.98 19.73Z\" style=\"fill:#2a5896\"\/><path d=\"M668.73 616.98c-4.71 7.97-9.3 15.4-10.19 16.5-1.57 1.92-1.61 1.85-.99-1.5.35-1.92 2.81-11.15 5.46-20.5 2.64-9.35 9.15-32.75 14.46-52 5.3-19.25 12.51-45.35 16.01-58 7.57-27.31 26.51-96.22 32.86-119.5 2.47-9.08 8.16-29.77 12.64-46s15.11-54.92 23.64-86c8.52-31.08 18.9-68.88 23.06-84 .72-2.64 1.39-5.06 2-7.28 5.52-20.05 6.53-23.71 6.23-23.82-.07-.02-.2.13-.36.32-.08.09-.17.19-.26.28-.54.55-7.67 9.32-15.84 19.5-58.08 72.32-85.57 103.86-126.65 145.27-41.84 42.19-98.37 91.51-115.85 101.08-7.87 4.31-20.34 8-32.73 9.68-25.77 3.5-54.77-4.46-82.72-22.49 1.69 1.07 3.35 2.07 5 3 5.67 3.19 5.67 2.95 0-1.51-8.06-6.33-25.97-24.86-35.8-37.03-29.33-36.34-68.35-107-131.26-237.71-15.25-31.7-17.21-35.27-19.66-35.82-1.5-.34-3.86-1.97-5.25-3.62-5.64-6.7-1.32-17.12 7.1-17.12s12.45 5.65 10.34 14.14l-1.15 4.63 9.47 19.5a6652.59 6652.59 0 0 1 19.22 40c35.72 75.13 77.56 152.83 101.56 188.6 18.8 28.03 41.3 51.59 61.38 64.27 7.66 4.85 7.32 3.75-1.17-3.74-30.22-26.7-64.61-77.63-88.87-131.63-7.75-17.25-7.91-17.5-10.88-17.5-4 0-7.78-6.25-6.82-11.28 1.85-9.66 15.59-10.58 18.13-1.22.45 1.65.52 4.12.16 5.5-.89 3.38.69 7.6 10.29 27.5 20.98 43.51 43.2 78.78 64.56 102.5 15.27 16.96 15.81 16.33 2.81-3.22-13.91-20.92-24.82-39.9-36.96-64.28-9.68-19.44-21.98-45.59-24.77-52.68-1.05-2.65-5.66-13.48-10.26-24.07s-12.36-29.01-17.23-40.93c-8.76-21.43-8.91-21.7-12.67-23.18-6.76-2.65-8.5-11.02-3.45-16.5 3.18-3.44 6.37-4.4 10.31-3.1 6.35 2.1 9.14 8.98 6.23 15.37-.12.27-.23.51-.32.75-.85 2.37.45 5.5 15.31 41.41l.38.93c35.96 86.89 63.92 141.04 90.43 175.14 17.8 22.89 43.46 38.36 63.62 38.36 5.6 0 5.83-.1 5.18-2.25-.35-1.19-5.24-10.13-15.91-29.04 9.15 15.98 16.46 28.06 16.95 27.92.55-.16 4.77-6.77 9.38-14.71 16.41-28.22 73.69-125.86 89.42-152.42 8.8-14.85 21.03-35.55 27.19-46 35.81-60.81 63.41-106.92 67.79-113.27 22.45-32.62 59.42-58.2 98.55-68.19 19.49-4.97 20.19-5 125.93-5.18 54.59-.1 99.41 0 99.6.23.19.23-3.57 6.94-8.35 14.91-4.77 7.97-12.96 21.7-18.18 30.5-5.23 8.8-18.06 30.4-28.52 48s-20.58 34.7-22.49 38c-1.92 3.3-15.42 26.02-30.01 50.5-14.59 24.48-32.37 54.4-39.52 66.5-7.15 12.1-24.61 41.58-38.8 65.5s-28.58 48.23-31.98 54l-16.18 27.5c-5.51 9.35-17.89 30.27-27.52 46.5-9.63 16.22-26.42 44.58-37.3 63-10.89 18.42-23.95 40.47-29.01 49-16.86 28.36-28.13 47.35-36.77 62Zm-201.94 83.75c31.13-28.32 62.43-61.84 84.13-90.08 3.84-4.99 5.11-7.42 4.7-9-.78-3.09-4.17-4.98-6.58-3.69-1.29.69-2.79 1-4.32.99 2.2-.15 4.47-1.06 6.5-2.88 2.78-2.48 3.23-3.53 3.13-7.25-.11-3.83.61-5.33 6.1-12.84 32.61-44.59 61.18-88.79 90.78-140.5 19.7-34.41 29.97-54 58.61-111.74 14.66-29.55 26.93-53.74 27.27-53.75.95-.02-13.69 42.01-25.61 73.49C663 471.6 625.92 548.9 578.26 621.29c-21.89 33.24-38.62 54.26-62.43 78.44-8.74 8.88-12.18 12.76-16.33 13.8-3.11.79-6.63-.03-13.1-1.54-.9-.21-1.87-.44-2.9-.67-6.86-1.57-14.13-3.82-21.39-6.56.71-.52 2.59-2.13 4.68-4.03ZM295.22 500.35c-1.31-2.22-2.56-4.36-3.75-6.37-9.22-15.67-19.23-32.55-22.24-37.5-3.02-4.95-8.5-14.17-12.2-20.5s-12.56-21.4-19.7-33.5c-17.52-29.72-18.52-31.5-17.7-31.5.4 0 6.6 5.75 13.8 12.78C278.67 428 320.81 451.89 368 460.07c39.42 6.83 79.89.59 119.43-18.43 48.84-23.49 103.61-68.03 182.73-148.61 18.06-18.4 32.84-32.95 32.84-32.34 0 2.75-32.83 46.25-54.57 72.29-22.48 26.93-36.37 42.06-63.37 69.04-4.62 4.62-8.94 8.88-13.03 12.84.9-.95 1.71-1.82 2.39-2.61 4.15-4.74 4.75-5.7 2-3.21-18.03 16.36-50.19 39.38-69.42 49.7-74.36 39.9-145.29 41.11-223.2 3.8-7.53-3.61-13.93-6.56-14.23-6.56s1.53 3.49 4.06 7.75 10.89 18.42 18.56 31.47l3.03 5.15ZM338 519.28c0-.09-.71-.88-1.69-1.89 2.04 1.46 4.87 2.59 7.01 2.59 1.32 0 3.61-.94 5.07-2.1 2.57-2.01 3.05-2.05 13.09-.86 14.58 1.73 40.91.77 54.87-2 34.28-6.8 65.09-19.83 96.97-41.02 29.17-19.39 47.92-35.11 78.68-65.96 37.45-37.56 68-73.31 108.43-126.85 9.25-12.26 17.04-22.07 17.31-21.81 1.14 1.14-27.16 47.22-51.04 83.1-32.4 48.7-64.7 90.1-96.99 124.29 9.44-10.01 18.87-20.65 28.32-31.93 8.13-9.7 15.58-18.93 16.56-20.5.97-1.57 2.45-3.42 3.28-4.11s1.08-1.25.56-1.25-8.38 7.95-17.45 17.67C547 484.5 494.75 523.21 443.42 543.39c-33.07 13-64.84 19.53-95.21 19.57l-15.28.02 1.14 2.25c.81 1.61 3.42 6.15 6.92 12.12-7.29-12.26-14.46-24.28-18.99-31.87-4.05-6.76-9.86-16.53-15.79-26.56l12.62.28c15.09.33 19.17.35 19.17.08Zm48.51 105.25c31.7-10.43 66.42-28.71 93.6-49.28 37.58-28.44 79.79-70.81 111.06-111.49 12.52-16.29 33.19-46.24 26.09-37.81-2.07 2.46-9.36 11.23-16.21 19.5-1.43 1.73-3.06 3.63-4.85 5.66 6.66-7.72 13.83-16.53 23.89-29.13 31.03-38.83 51.36-68.73 104.24-153.25 5.34-8.54 4.67-5-1.62 8.5-10.66 22.9-43.25 87.98-55.88 111.6-7.4 13.83-15.07 27.7-22.86 41.35 2.57-4.63 4.05-7.51 3.87-7.69-.42-.43-18.32 21.99-23.8 29.81-27.21 38.84-66.9 85.5-95.12 111.84-32.04 29.9-67.74 57.07-95.32 72.56-10.68 6-31.77 16.23-37.85 18.37-1.71.59-3.16 1.31-3.61 1.74-4.85-5.3-9.06-10.37-11.75-14.33-3.32-4.91-14.59-23.32-25.11-41.07 8.64 14.41 16.66 27.54 16.96 27.55.41.01 6.83-1.98 14.27-4.43ZM411 452.98c0-.55-1.69-1-3.77-1-5.23 0-28.82-6.07-40.78-10.5-19.01-7.04-49.25-24.1-67.95-38.35-11.04-8.4-24.89-20.72-37.1-32.99-9.62-9.67-12.66-12.16-14.85-12.16-1.79 0-3.93-1.18-6.15-3.4-2.78-2.78-3.4-4.16-3.4-7.58 0-5.87 4.14-10.02 10-10.02 3.26 0 4.78.63 7.08 2.92 2.84 2.84 3.33 4.58 2.95 10.36-.15 2.24 1.35 4.38 7.64 10.88 38.13 39.44 82.69 67.31 133.33 83.39l11.5 3.65 14-.6c14.04-.61 21.5-1.87 21.5-3.65 0-.52-1.97-.95-4.37-.95-7.22 0-28.39-3.97-40.13-7.53-43.18-13.08-82.88-39.63-128.05-85.61-29.48-30.01-52.62-58.98-78.55-98.36-7.61-11.55-14.5-21.95-15.31-23.11-.81-1.17-2.86-2.39-4.56-2.73-5.05-1.01-8.03-4.79-8.03-10.19 0-12.27 16.15-14.63 20.02-2.92.81 2.48.85 4.37.13 6.44-.94 2.7-.38 3.96 7.02 15.72 15.12 24.06 38.26 55.94 56.83 78.29 13.52 16.28 51.48 54.16 65.5 65.36 43.43 34.72 86.24 53.66 125.04 55.32 7.72.33 17.17.24 21-.2l6.96-.8-13.85-2.33c-35.86-6.02-67.65-20.59-98.15-45-31.98-25.58-65.55-62.87-87.5-97.18-5.89-9.21-6.78-10.16-9.53-10.16-6.68-.02-10.82-6.84-8.1-13.36 2.94-7.03 11.28-8.24 16.24-2.34 2.01 2.4 2.49 3.89 2.19 6.94-.33 3.52.55 5.24 9.48 18.46 15.09 22.34 31.34 41.96 51.69 62.37 31.58 31.68 53.55 47.45 82.61 59.31 13.92 5.68 29.28 10.02 40.92 11.56 9.88 1.31 33.16 1.14 26-.19-.84-.16-2.14-.4-3.68-.69,3.47,2.9,7.6.36,13.92.38h1.72c8.22.03 12.38.04,12.62 1.01.24 1-3.63 3.02-11.48 7.1-.52.26-1.05.54-1.6.83-22.57 11.74-50.81 20.9-72.5,23.52-8.75 1.05-18.09,1.31-27.63.81,2.13.1,4.26.15,6.38.17,7.9.07,12.75-.27,12.75-.89Zm172.52 247.83c3.13-1.4 5.15-2.55 4.94-2.9-.31-.5 7.61-21.28 17.61-46.17 21.13-52.62 28.37-71.44 45.9-119.26 16.19-44.16 26.11-74.75 24.71-76.15-.2-.2-2.98,5.61-6.19 12.9-6.34 14.4-13.44 29.5-20.96 44.65 24.51-50.46 49.22-110.28 77.63-186.9,4.38-11.83 9.18-24.76 10.66-28.74 1.47-3.98 2.99-7.24 3.36-7.25.71-.01-.5,4.74-9.66 37.99-3.11 11.27-10.82,39.4-17.14 62.5s-15.77 57.52-21,76.5c-5.23 18.97-11.99 43.5-15.01 54.5-20.37 74-37.38 133.56-39.13 137-3.17 6.23-21.54 22.28-35.75,31.24-5.36 3.38-12.37,6.88-19.97,10.09ZM305.47,306.73c-8.81-9.51-13.58-16.04-27.75-38-22.74-35.23-45.57-73.72-71.18-120-8.59-15.52-10.13-17.75-12.28-17.75-1.48 0-3.86-1.4-5.99-3.53-3.18-3.18-3.47-3.93-2.98-7.61,1.12-8.33,8.77-12.3,15.76-8.17,3.82,2.26,5.34,6.21,4.51,11.74-.49,3.27-.21,5.34,1.03,7.77,3.93,7.68,36.01,63.57,52.39,91.3,9.75,16.5,24.83,42.15,33.52,57s16.86,28.69,18.16,30.75c1.3,2.06,2.18,3.75,1.95,3.75s-3.44-3.26-7.14-7.25Zm2.65-49.11c-.6-.72-5.09-9.6-9.98-19.73-4.89-10.12-14.03-28.99-20.33-41.91-6.29-12.93-14.97-30.81-19.29-39.75-6.09-12.6-8.28-16.25-9.76-16.25-1.05,0-3.23-1.32-4.84-2.92-5.35-5.36-3.38-13.99,3.66-15.98,6.92-1.94,13.48,4.72,11.48,11.68-.77,2.7,1.11,7.13,17.38,40.87,10.03,20.82,22.85,47.03,28.49,58.26,9.41,18.77,10.13,20.6,8.94,22.83-1.75,3.27-4.35,4.59-5.75,2.9ZM460,416.63c-16.5-4.27-32.94-12.07-48.84-23.03,15.55,10.56,31.86,18.26,48.84,23.03Zm-90.64 34.55c-11.41-1.95-22.66-4.91-33.08-8.79-4.18-1.56-8.56-3.39-13.04-5.44,15.22,6.73,30.68,11.5,46.12,14.23Zm171.88,43.88c-25.07 23.26-50.14,42.2-75.29,56.88,25.72-15.24,50.64-34.05,75.29-56.88Zm59.92,6.01c-12.21 19.06-24.07,36.51-34.98,51.41,8.44-11.52,23.27-33.38,34.98-51.41ZM368.81,341.21c-5.95-7.11-11.4-14.19-15.66-20.51-5.24-7.77-8.47-12.68-10.46-16.28.37.63.79,1.31,1.26,2.06,7.53,12.16,15.98,23.91,24.86,34.73Zm177.76 160.8c-8.32,7.9-15.87,14.71-21.34 19.14-2.35 1.91-4.65 3.75-6.91,5.53,9.25-7.48,18.6-15.65,28.25-24.67ZM440.86,695.33c-7.84-4.03-15.16-8.47-21.36-13.04-3.27-2.41-7.07-5.6-11.01-9.18,4.12,3.61,8.17,6.99,11.01,9.1,5.33,3.97,13.36,8.85,21.36,13.12Zm-160.03-282.8c-4.06-2.85-7.93-5.74-11.53-8.64-8-6.44-16.13-13.58-24.1-21.13,11.89,11.21,24.07,21.43,35.63,29.77Zm134.25-26.95c-2.54-1.74-5.07-3.57-7.58-5.47-4.43-3.36-9.62-7.98-15.1-13.32,7.65,7.31,15.31,13.67,22.68,18.79Zm90.84 82.72a277.128 277.128 0 0 1-44.45 23.46c14.86-6.22 29.68-14.05,44.45-23.46Zm29.78 114.9c1.59-2.52 4.29-4.22,7.6-4.22-2.86 0-5.81 1.8-7.6 4.22Zm-202.72-73.18c-.05-3.33,1.32-6.78,3.93-8.71-2.38 1.76-3.83,5.31-3.93 8.71Zm204.71 86.54c-1.08-.84-1.96-1.87-2.5-3.05-.38-.85-.66-1.71-.83-2.56.57 2.32 1.76 4.23 3.33 5.61Zm-87.76-35.64c-3.23 1.74-5.84 3.08-7.95 4.08.34-.17.7-.35 1.07-.53,2.3-1.16 4.59-2.34,6.88-3.55Zm-37.91-339.94c2.65 4.67 17.95 31.45 34 59.5 2.44 4.27 5.02 8.78 7.67 13.43-2.29-4.02-4.66-8.16-7.11-12.43-16.36-28.6-31.91-55.83-34.56-60.5Zm41.68 348.05c7.38-3.81 14.55-7.81 21.6-12.06-6.99 4.23-14.08 8.18-21.6,12.06Z\" style=\"fill:#2c9fa7\"\/>\n                <\/svg>\n                <div class=\"brand-text\">\n                    VITA PARAGUAY\n                    <span class=\"brand-sub\">SOLUCIONES EN VIDEOCIRUG\u00cdA<\/span>\n                <\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/wa.me\/595982198038\" class=\"vita-btn btn-primary nav-cta\" target=\"_blank\">Contacto Express<\/a>\n        <\/div>\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"vita-container hero-content\">\n            <h1>Redefiniendo la <span class=\"hero-highlight\">Precisi\u00f3n Quir\u00fargica<\/span><\/h1>\n            <p>Restauraci\u00f3n de instrumentales. Confianza para el cirujano y precisi\u00f3n en la t\u00e9cnica quir\u00fargica para un \u00f3ptimo resultado en el paciente. Optimizaci\u00f3n de tiempo en Quir\u00f3fano y resultado para la Instituci\u00f3n.<\/p>\n            <a href=\"#servicios\" class=\"vita-btn btn-primary\" style=\"background: var(--vita-white); color: var(--vita-blue);\">Ver Soluciones<\/a>\n        <\/div>\n    <\/section>\n\n    <div class=\"trust-bar\">\n        <div class=\"vita-container trust-grid\">\n            <div class=\"trust-item\"><span class=\"trust-icon\">\u2713<\/span> Servicio Express en Paraguay<\/div>\n            <div class=\"trust-item\"><span class=\"trust-icon\">\u2713<\/span> Est\u00e1ndares OEM<\/div>\n            <div class=\"trust-item\"><span class=\"trust-icon\">\u2713<\/span> Solidez T\u00e9cnica Garantizada<\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"video-section\">\n        <div class=\"vita-container video-container\">\n            <div class=\"section-header\" style=\"margin-bottom: 40px;\">\n                <h2>Excelencia T\u00e9cnica en Acci\u00f3n<\/h2>\n                <p>Vea c\u00f3mo nuestro equipo de especialistas asegura la precisi\u00f3n absoluta en cada instrumental quir\u00fargico.<\/p>\n            <\/div>\n            <div class=\"video-wrapper\">\n                <iframe \n                    src=\"https:\/\/www.youtube.com\/embed\/q47gluxXHbE\" \n                    title=\"VITA PARAGUAY Corporate Video\" \n                    allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" \n                    allowfullscreen>\n                <\/iframe>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"section-padding services-section\" id=\"servicios\">\n        <div class=\"vita-container\">\n            <div class=\"section-header\">\n                <h2>El Estudio T\u00e9cnico<\/h2>\n                <p>No somos un taller gen\u00e9rico. Somos especialistas en la revitalizaci\u00f3n de la cadena de requerimientos t\u00e9cnicos para una videocirug\u00eda precisa y con excelente imagen.<\/p>\n            <\/div>\n            \n            <div class=\"services-grid\">\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udee1\ufe0f<\/div>\n                    <h3>Mantenimiento Preventivo<\/h3>\n                    <ul class=\"service-list\">\n                        <li>Visita T\u00e9cnica del equipo VITA al Quir\u00f3fano o Arsenal.<\/li>\n                        <li>Relevamiento y acciones inmediatas de mantenimiento.<\/li>\n                        <li>Presupuesto de reparaciones mayores.<\/li>\n                        <li>Reposici\u00f3n de materiales con usados garantizados.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udd27<\/div>\n                    <h3>Mantenimiento Correctivo<\/h3>\n                    <ul class=\"service-list\">\n                        <li>Log\u00edstica v\u00eda courrier para evaluaci\u00f3n y presupuesto.<\/li>\n                        <li>Foco en Pinzas y \u00d3pticas de videolaparoscop\u00eda.<\/li>\n                        <li>Reconstrucci\u00f3n de \u00d3ptica R\u00edgida y Semi R\u00edgida (Laparoscopios, Ureteroscopios).<\/li>\n                        <li>Reemplazo de lentes (Rod Lens) y fibras.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udce6<\/div>\n                    <h3>Alquiler Premium<\/h3>\n                    <ul class=\"service-list\">\n                        <li>Torres de Video Full HD con imagen 4K.<\/li>\n                        <li>Cajas de instrumentales armadas por especialidad (Bari\u00e1trica, Ginecolog\u00eda, Otorrino, Urolog\u00eda, etc).<\/li>\n                        <li>Full Service: Armado y cuidado por profesionales.<\/li>\n                    <\/ul>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section\" id=\"contacto\">\n        <div class=\"cta-container\">\n            <div class=\"cta-box cta-surgeon\">\n                <h3>Para el Cirujano<\/h3>\n                <p>Garantice precisi\u00f3n en su t\u00e9cnica quir\u00fargica. Instrumentales calibrados y \u00f3pticas claras para un resultado \u00f3ptimo en el paciente.<\/p>\n                \n                <a href=\"https:\/\/wa.me\/595982198038\" class=\"vita-btn btn-primary\" style=\"background: var(--vita-white); color: var(--vita-blue);\" target=\"_blank\">Solicitar Instrumental<\/a>\n            <\/div>\n            <div class=\"cta-box cta-admin\">\n                <h3>Para la Administraci\u00f3n<\/h3>\n                <p>Recupere activos capitales por hasta un <strong>40% del costo<\/strong> de adquisici\u00f3n. Optimice el tiempo de quir\u00f3fano con nuestro servicio.<\/p>\n                \n                <a href=\"https:\/\/wa.me\/595982198038\" class=\"vita-btn btn-outline\" target=\"_blank\">Optimizar Presupuesto<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"vita-container\">\n            <div class=\"footer-logo-text\">VITA PARAGUAY<\/div>\n            <p style=\"color: #fff; margin-bottom: 20px;\">Soluciones en Videocirurg\u00eda<\/p>\n            <div class=\"footer-contact\">\n                 <p>Ciudad del Este | Asunci\u00f3n<\/p>\n                 <p>contacto@vita.com.py<\/p>\n                 <p>+595 982 198038<\/p>\n            <\/div>\n            <div class=\"copyright\">\n                &copy; 2026 VITA PARAGUAY \n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scroll fallback (ignores whatsapp links)\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                if (this.getAttribute('href').startsWith('http')) return;\n                e.preventDefault();\n                document.querySelector(this.getAttribute('href')).scrollIntoView({\n                    behavior: 'smooth'\n                });\n            });\n        });\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>VITA PARAGUAY | Videocirurgia VITA PARAGUAY SOLUCIONES EN VIDEOCIRUG\u00cdA Contacto Express Redefiniendo la Precisi\u00f3n Quir\u00fargica Restauraci\u00f3n de instrumentales. Confianza para el cirujano y precisi\u00f3n en la t\u00e9cnica quir\u00fargica para un \u00f3ptimo resultado en el paciente. Optimizaci\u00f3n de tiempo en Quir\u00f3fano y resultado para la Instituci\u00f3n. Ver Soluciones \u2713 Servicio Express en Paraguay \u2713 Est\u00e1ndares OEM [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":44,"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":87,"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions\/87"}],"wp:attachment":[{"href":"https:\/\/vita.com.py\/home\/index.php\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}