{"id":6923,"date":"2026-02-27T17:00:44","date_gmt":"2026-02-27T22:00:44","guid":{"rendered":"https:\/\/wholepedsg.com\/?page_id=6923"},"modified":"2026-03-13T00:08:25","modified_gmt":"2026-03-13T05:08:25","slug":"calculadora-de-costos","status":"publish","type":"page","link":"https:\/\/wholepedsg.com\/es\/cost-calculator\/","title":{"rendered":"Calculadora de costos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6923\" class=\"elementor elementor-6923\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-01ec019 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"01ec019\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-013cc46\" data-id=\"013cc46\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50fb520 elementor-widget elementor-widget-html\" data-id=\"50fb520\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>DPC Savings Calculator | Whole Pediatrics Group<\/title>\n    <meta name=\"description\" content=\"Calculate how much your family could save with Direct Pediatric Care. Get personalized savings estimates in 60 seconds.\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            text-align: center;\n            margin-bottom: 50px;\n            padding-top: 40px;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            font-family: 'DM Serif Display', Georgia, serif;\n            font-weight: 400;\n            color: #0D3B66;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n\n        .hero p {\n            font-size: 1.2rem;\n            color: #666;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        .pill-badge {\n            display: inline-block;\n            background: #FF7F50;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 20px;\n        }\n\n        \/* Calculator Container *\/\n        .calculator-container {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n            overflow: hidden;\n            margin-bottom: 50px;\n        }\n\n        .calculator-header {\n            background: linear-gradient(135deg, #0D3B66 0%, #1a5490 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n\n        .calculator-header h2 {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n            color: white;\n        }\n\n        .calculator-header p {\n            font-size: 1.1rem;\n            opacity: 0.95;\n            color: white;\n        }\n\n        .calculator-body {\n            padding: 50px 40px;\n        }\n\n        .input-section {\n            margin-bottom: 40px;\n        }\n\n        .section-title {\n            font-size: 1.4rem;\n            color: #0D3B66;\n            margin-bottom: 25px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .input-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n        }\n\n        .input-group {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .input-group label {\n            font-size: 1rem;\n            color: #374151;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .input-group input,\n        .input-group select {\n            padding: 8px 18px;\n            border: 2px solid #e5e7eb;\n            border-radius: 8px;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            background: white;\n            cursor: pointer;\n        }\n\n        .input-group input {\n            cursor: text;\n        }\n\n        .input-group select {\n            padding-right: 50px;\n        }\n\n        .input-group input:hover,\n        .input-group select:hover {\n            border-color: #FF7F50;\n            box-shadow: 0 0 0 3px rgba(255, 127, 80, 0.1);\n        }\n\n        .input-group input:focus,\n        .input-group select:focus {\n            outline: none;\n            border-color: #FF7F50;\n            box-shadow: 0 0 0 3px rgba(255, 127, 80, 0.15);\n        }\n\n        .input-group .hint {\n            font-size: 0.9rem;\n            color: #FF7F50;\n            margin-top: 6px;\n            font-weight: 500;\n        }\n\n        .children-inputs {\n            margin-top: 25px;\n            padding: 25px;\n            background: #f9fafb;\n            border-radius: 8px;\n            border: 2px solid #e5e7eb;\n        }\n\n        .child-input {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            margin-bottom: 18px;\n        }\n\n        .child-input:last-child {\n            margin-bottom: 0;\n        }\n\n        .child-input label {\n            font-size: 1rem;\n            color: #374151;\n            font-weight: 600;\n            min-width: 90px;\n        }\n\n        .child-input select {\n            flex: 1;\n            padding: 5px 50px 12px 15px;\n            border: 2px solid #e5e7eb;\n            border-radius: 8px;\n            font-size: 1rem;\n        }\n\n        .calculate-btn {\n            width: 100%;\n            padding: 20px;\n            background: linear-gradient(135deg, #FF7F50 0%, #ff9970 100%);\n            color: white;\n            border: none;\n            border-radius: 12px;\n            font-size: 1.3rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-top: 40px;\n            box-shadow: 0 4px 12px rgba(255, 127, 80, 0.3);\n        }\n\n        .calculate-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 127, 80, 0.5);\n        }\n\n        .results-container {\n            margin-top: 50px;\n            padding: 40px;\n            background: linear-gradient(135deg, #e8f2f7 0%, #d4e8f0 100%);\n            border-radius: 12px;\n            border: 3px solid #0D3B66;\n            display: none;\n        }\n\n        .results-container.show {\n            display: block;\n            animation: slideIn 0.5s ease;\n        }\n\n        @keyframes slideIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .results-title {\n            font-size: 1.6rem;\n            color: #0D3B66;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 700;\n        }\n\n        .cost-comparison {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin-bottom: 30px;\n        }\n\n        .cost-box {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        .cost-box.traditional {\n            border: 3px solid #dc3545;\n        }\n\n        .cost-box.dpc {\n            border: 3px solid #28a745;\n        }\n\n        .cost-box .label {\n            font-size: 1rem;\n            color: #6b7280;\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n\n        .cost-box .amount {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .cost-box.traditional .amount {\n            color: #dc3545;\n        }\n\n        .cost-box.dpc .amount {\n            color: #28a745;\n        }\n\n        .cost-box .detail {\n            font-size: 0.9rem;\n            color: #6b7280;\n        }\n\n        .savings-banner {\n            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);\n            margin-bottom: 30px;\n        }\n\n        .savings-banner .label {\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n            opacity: 0.95;\n        }\n\n        .savings-banner .amount {\n            font-size: 3rem;\n            font-weight: 700;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n            margin-bottom: 5px;\n        }\n\n        .savings-banner .subtext {\n            font-size: 1rem;\n            margin-top: 10px;\n            opacity: 0.9;\n        }\n\n        .breakdown {\n            margin-top: 25px;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n        }\n\n        .breakdown h4 {\n            font-size: 1.2rem;\n            color: #0D3B66;\n            margin-bottom: 18px;\n            font-weight: 700;\n        }\n\n        .breakdown-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 0;\n            border-bottom: 1px solid #e5e7eb;\n            font-size: 1rem;\n        }\n\n        .breakdown-item:last-child {\n            border-bottom: none;\n        }\n\n        .breakdown-item .item-label {\n            color: #374151;\n        }\n\n        .breakdown-item .item-value {\n            font-weight: 600;\n            color: #0D3B66;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: white;\n            padding: 50px 40px 80px;\n            border-radius: 16px;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\n            margin-bottom: 60px;\n            text-align: center;\n        }\n\n        .cta-section h3 {\n            font-size: 2rem;\n            color: #0D3B66;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .cta-section p {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 30px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-bottom: 40px;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s;\n            border: 2px solid transparent;\n        }\n\n        .btn-primary {\n            background: #FF7F50;\n            color: white;\n        }\n\n        .btn-primary:hover {\n            background: #ff6a38;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 127, 80, 0.4);\n        }\n\n        .btn-secondary {\n            background: white;\n            color: #0D3B66;\n            border: 2px solid #0D3B66;\n        }\n\n        .btn-secondary:hover {\n            background: #0D3B66;\n            color: white;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(13, 59, 102, 0.3);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            .input-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .cost-comparison {\n                grid-template-columns: 1fr;\n            }\n\n            .child-input {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .child-input label {\n                min-width: auto;\n            }\n\n            .child-input select {\n                width: 100%;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .btn {\n                width: 100%;\n                max-width: 350px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .calculator-header h2 {\n                font-size: 1.6rem;\n            }\n\n            .calculator-body {\n                padding: 30px 25px;\n            }\n\n            .savings-banner .amount {\n                font-size: 2.5rem;\n            }\n\n            .cta-section h3 {\n                font-size: 1.6rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"pill-badge\">Healthcare Cost & Savings Calculator<\/div>\n            <h1>Cost Savings with Direct Pediatric Care<\/h1>\n            <p>Calculate your family's potential savings with Direct Pediatric Care. Takes less than 60 seconds.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Transparency Section -->\n    <section style=\"padding: 0 20px 60px;\">\n        <div class=\"container\">\n            <div style=\"max-width: 900px; margin: 0 auto; background: white; border-radius: 16px; padding: 45px 40px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\">\n                <div style=\"text-align: center; margin-bottom: 35px;\">\n                    <h2 style=\"font-size: 2rem; color: #0D3B66; margin-bottom: 15px; font-weight: 700; line-height: 1.3;\">\n                        Healthcare Costs Shouldn't Be a Mystery\n                    <\/h2>\n                    <p style=\"font-size: 1.15rem; color: #666; line-height: 1.8; max-width: 750px; margin: 0 auto;\">\n                        We know health insurance is expensive\u2014and confusing. You deserve to know exactly what you're paying for before you need care, not after.\n                    <\/p>\n                <\/div>\n\n                <div style=\"background: linear-gradient(135deg, #fff9f0 0%, #ffe8d1 100%); border-left: 5px solid #FF7F50; padding: 30px; border-radius: 12px; margin-bottom: 35px;\">\n                    <div style=\"display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px;\">\n                        <span style=\"font-size: 2rem; flex-shrink: 0;\">\ud83d\udccb<\/span>\n                        <div>\n                            <h3 style=\"font-size: 1.3rem; color: #0D3B66; margin-bottom: 10px; font-weight: 700;\">\n                                The Law Says Insurers Must Be Transparent\n                            <\/h3>\n                            <p style=\"font-size: 1.05rem; color: #333; line-height: 1.7; margin: 0;\">\n                                Since January 2023, federal law requires health insurance companies to provide <strong>real-time cost estimates<\/strong> for every service\u2014including labs, imaging, and office visits. They must show you exactly what you'll pay <em>before<\/em> you get care.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div style=\"background: #f8f9fa; padding: 25px 30px; border-radius: 12px; margin-bottom: 35px;\">\n                    <div style=\"display: flex; align-items: flex-start; gap: 15px;\">\n                        <span style=\"font-size: 2rem; flex-shrink: 0;\">\ud83d\udd0d<\/span>\n                        <div>\n                            <h3 style=\"font-size: 1.2rem; color: #dc3545; margin-bottom: 10px; font-weight: 700;\">\n                                But Try Finding It on Their Website\n                            <\/h3>\n                            <p style=\"font-size: 1.05rem; color: #555; line-height: 1.7; margin: 0;\">\n                                Ever tried to get a straight answer on what a pediatric visit will actually cost you? Good luck. The tools exist\u2014buried somewhere in your insurer's website\u2014but they're designed to be complex, not helpful.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div style=\"text-align: center; padding: 30px 20px; background: linear-gradient(135deg, #e8f2f7 0%, #d4e8f0 100%); border-radius: 12px; border: 2px solid #0D3B66;\">\n                    <h3 style=\"font-size: 1.4rem; color: #0D3B66; margin-bottom: 12px; font-weight: 700;\">\n                        \ud83d\udca1 We Believe in Real Transparency\n                    <\/h3>\n                    <p style=\"font-size: 1.1rem; color: #333; line-height: 1.8; margin: 0 0 20px 0; max-width: 700px; margin-left: auto; margin-right: auto;\">\n                        With Direct Pediatric Care, you know <strong>exactly<\/strong> what you're paying each month. No surprise bills. No hidden copays. No deductible games. Just simple, predictable pricing.\n                    <\/p>\n                    \n                    <div style=\"display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 20px 0;\">\n                        <a href=\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2026\/02\/Labs_price_List.pdf\" target=\"_blank\" style=\"display: inline-block; background: linear-gradient(135deg, #0D3B66 0%, #1a5490 100%); color: white; padding: 12px 28px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 12px rgba(13, 59, 102, 0.3); transition: all 0.3s ease;\">\n                            \ud83d\udd2c Lab Pricing PDF\n                        <\/a>\n                        <a href=\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2026\/02\/Imaging_price_List.pdf\" target=\"_blank\" style=\"display: inline-block; background: linear-gradient(135deg, #FF7F50 0%, #ff9970 100%); color: white; padding: 12px 28px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 12px rgba(255, 127, 80, 0.3); transition: all 0.3s ease;\">\n                            \ud83d\udcf8 Imaging Pricing PDF\n                        <\/a>\n                    <\/div>\n                    \n                    <p style=\"font-size: 1.05rem; color: #0D3B66; font-weight: 600; margin: 15px 0 0 0;\">\n                        \ud83d\udc47 Use the calculator below to see your actual costs\u2014complete transparency, right here.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Calculator -->\n    <section>\n        <div class=\"container\">\n            <div class=\"calculator-container\">\n                <div class=\"calculator-header\">\n                    <h2>\ud83d\udcb0 Calculate Your Potential Savings<\/h2>\n                    <p>Customize the numbers below to match your family's situation<\/p>\n                <\/div>\n\n                <div class=\"calculator-body\">\n                    <div class=\"input-section\">\n                        <div class=\"section-title\">\n                            \ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66 Your Family\n                        <\/div>\n                        \n                        <div class=\"input-group\" style=\"max-width: 500px;\">\n                            <label for=\"numChildren\">Number of Children<\/label>\n                            <select id=\"numChildren\" onchange=\"updateChildInputs()\">\n                                <option value=\"1\">1 child<\/option>\n                                <option value=\"2\" selected>2 children<\/option>\n                                <option value=\"3\">3 children<\/option>\n                                <option value=\"4\">4 children<\/option>\n                                <option value=\"5\">5 children<\/option>\n                            <\/select>\n                        <\/div>\n\n                        <div id=\"childrenAges\" class=\"children-inputs\"><\/div>\n                    <\/div>\n\n                    <div class=\"input-section\">\n                        <div class=\"section-title\">\n                            \ud83d\udcb3 Your Current Insurance Costs\n                        <\/div>\n                        \n                        <div class=\"input-grid\">\n                            <div class=\"input-group\">\n                                <label for=\"monthlyPremium\">Monthly Insurance Premium<\/label>\n                                <input type=\"number\" id=\"monthlyPremium\" placeholder=\"Enter your amount\" value=\"1500\">\n                                <span class=\"hint\">\ud83d\udc46 Click to adjust<\/span>\n                            <\/div>\n\n                            <div class=\"input-group\">\n                                <label for=\"copayAmount\">Pediatric Copay per Visit<\/label>\n                                <input type=\"number\" id=\"copayAmount\" placeholder=\"Enter your copay\" value=\"35\">\n                                <span class=\"hint\">\ud83d\udc46 Click to adjust<\/span>\n                            <\/div>\n\n                            <div class=\"input-group\">\n                                <label for=\"visitsPerYear\">Estimated Visits per Year<\/label>\n                                <input type=\"number\" id=\"visitsPerYear\" placeholder=\"Enter number\" value=\"8\">\n                                <span class=\"hint\">\ud83d\udc46 Total for all children<\/span>\n                            <\/div>\n\n                            <div class=\"input-group\">\n                                <label for=\"annualDeductible\">Annual Deductible<\/label>\n                                <input type=\"number\" id=\"annualDeductible\" placeholder=\"Enter deductible\" value=\"1500\">\n                                <span class=\"hint\">\ud83d\udc46 Click to adjust<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <button class=\"calculate-btn\" onclick=\"calculateSavings()\">\n                        Calculate My Savings \u2192\n                    <\/button>\n\n                    <div id=\"results\" class=\"results-container\">\n                        <h3 class=\"results-title\">\ud83d\udcca Your Personalized Savings Analysis<\/h3>\n                        \n                        <div class=\"cost-comparison\">\n                            <div class=\"cost-box traditional\">\n                                <div class=\"label\">Traditional Insurance<\/div>\n                                <div class=\"amount\" id=\"traditionalCost\">$0<\/div>\n                                <div class=\"detail\">per year<\/div>\n                            <\/div>\n\n                            <div class=\"cost-box dpc\">\n                                <div class=\"label\">With DPC (Founding Member)<\/div>\n                                <div class=\"amount\" id=\"dpcCost\">$0<\/div>\n                                <div class=\"detail\">per year<\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"savings-banner\">\n                            <div class=\"label\">\ud83c\udf89 YOUR ANNUAL SAVINGS<\/div>\n                            <div class=\"amount\" id=\"savingsAmount\">$0<\/div>\n                            <div class=\"subtext\">That's enough to fund a 529 college savings plan!<\/div>\n                        <\/div>\n\n                        <div class=\"breakdown\">\n                            <h4>Traditional Insurance Cost Breakdown<\/h4>\n                            <div id=\"traditionalBreakdown\"><\/div>\n                        <\/div>\n\n                        <div class=\"breakdown\" style=\"background: #f0f7ff; border: 2px solid #0D3B66;\">\n                            <h4>DPC Membership Cost<\/h4>\n                            <div id=\"dpcBreakdown\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Mini FAQ Section -->\n    <section style=\"padding: 0 20px 60px;\">\n        <div class=\"container\">\n            <div style=\"max-width: 800px; margin: 0 auto; background: white; border-radius: 16px; padding: 40px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\">\n                <h3 style=\"font-size: 1.8rem; color: #0D3B66; text-align: center; margin-bottom: 35px; font-weight: 700;\">\n                    Quick Questions You Might Have\n                <\/h3>\n\n                <div style=\"margin-bottom: 30px;\">\n                    <h4 style=\"font-size: 1.2rem; color: #0D3B66; margin-bottom: 12px; font-weight: 700; display: flex; align-items: center; gap: 10px;\">\n                        <span style=\"color: #FF7F50;\">\u2753<\/span> Do I still need health insurance?\n                    <\/h4>\n                    <p style=\"font-size: 1.05rem; color: #555; line-height: 1.7; margin: 0; padding-left: 35px;\">\n                        <strong>Yes!<\/strong> Your health insurance is essential for emergencies, hospitalizations, specialty care, and major medical events. Direct Pediatric Care handles 90% of your primary pediatric care needs\u2014everything else is what your insurance is for.\n                    <\/p>\n                <\/div>\n\n                <div style=\"margin-bottom: 30px;\">\n                    <h4 style=\"font-size: 1.2rem; color: #0D3B66; margin-bottom: 12px; font-weight: 700; display: flex; align-items: center; gap: 10px;\">\n                        <span style=\"color: #FF7F50;\">\u2753<\/span> Can I use my HSA or FSA for the membership?\n                    <\/h4>\n                    <p style=\"font-size: 1.05rem; color: #555; line-height: 1.7; margin: 0; padding-left: 35px;\">\n                        <strong>Yes!<\/strong> Starting January 1, 2026, recent legislation now allows HSA\/FSA funds to be used for DPC memberships.\n                    <\/p>\n                <\/div>\n\n                <div style=\"margin-bottom: 0;\">\n                    <h4 style=\"font-size: 1.2rem; color: #0D3B66; margin-bottom: 12px; font-weight: 700; display: flex; align-items: center; gap: 10px;\">\n                        <span style=\"color: #FF7F50;\">\u2753<\/span> When does Whole Pediatrics Group open?\n                    <\/h4>\n                    <p style=\"font-size: 1.05rem; color: #555; line-height: 1.7; margin: 0; padding-left: 35px;\">\n                        We're opening in <strong>September 2027<\/strong>\u2014but could open sooner on a limited basis if we reach our founding member goal. Join the founding member list now to secure your spot. We're limiting enrollment to ensure quality time and exceptional care for every family.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h3>Ready to Learn More?<\/h3>\n            <p>Discover how Direct Pediatric Care provides better care, more time, and significant savings for your family.<\/p>\n            \n            <div class=\"cta-buttons\">\n                <a href=\" https:\/\/wholepedsg.com\/dpc\/\" class=\"btn btn-primary\">Learn About Direct Pediatric Care<\/a>\n                <a href=\"https:\/\/wholepedsg.com\/founding-members\/\" class=\"btn btn-secondary\">Join Founding Member List<\/a>\n            <\/div>\n\n            <div style=\"margin-top: 40px; padding: 25px 30px; background: linear-gradient(135deg, #fff9f0 0%, #ffe8d1 100%); border-left: 4px solid #FF7F50; border-radius: 12px; max-width: 700px; margin-left: auto; margin-right: auto;\">\n                <p style=\"font-size: 1.05rem; color: #d65a2e; font-weight: 600; margin: 0 0 8px 0; line-height: 1.6; text-align: center;\">\n                    \ud83c\udfaf <strong>Founding Member Priority:<\/strong> Limited to first 100 families\n                <\/p>\n                <p style=\"font-size: 0.95rem; color: #856404; margin: 0 0 15px 0; text-align: center; line-height: 1.6;\">\n                    Opening September 2027 (possibly sooner if enrollment goal reached) \u2022 Capped at 400-600 total patients\n                <\/p>\n                <p style=\"font-size: 1rem; color: #666; margin: 0; text-align: center;\">\n                    Have questions? <a href=\"\" onclick=\"Calendly.initPopupWidget({url: 'https:\/\/calendly.com\/wholepeds\/30min'}); return false;\" style=\"color: #0D3B66; font-weight: 600; text-decoration: underline;\">Schedule a free 30-minute call<\/a>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const dpcPricing = {\n            '0-2': 120,\n            '2-4': 104,\n            '5-17': 80,\n            '18-22': 60\n        };\n\n        window.addEventListener('DOMContentLoaded', function() {\n            updateChildInputs();\n        });\n\n        function updateChildInputs() {\n            const numChildren = parseInt(document.getElementById('numChildren').value);\n            const container = document.getElementById('childrenAges');\n            container.innerHTML = '';\n\n            for (let i = 1; i <= numChildren; i++) {\n                const childDiv = document.createElement('div');\n                childDiv.className = 'child-input';\n                childDiv.innerHTML = `\n                    <label>Child ${i}:<\/label>\n                    <select id=\"child${i}Age\">\n                        <option value=\"0-2\">Ages 0-2 years<\/option>\n                        <option value=\"2-4\">Ages 2-4 years<\/option>\n                        <option value=\"5-17\" selected>Ages 5-17 years<\/option>\n                        <option value=\"18-22\">Ages 18-22 years<\/option>\n                    <\/select>\n                `;\n                container.appendChild(childDiv);\n            }\n        }\n\n        function calculateSavings() {\n            const numChildren = parseInt(document.getElementById('numChildren').value);\n            const monthlyPremium = parseFloat(document.getElementById('monthlyPremium').value) || 0;\n            const copayAmount = parseFloat(document.getElementById('copayAmount').value) || 0;\n            const visitsPerYear = parseInt(document.getElementById('visitsPerYear').value) || 0;\n            const annualDeductible = parseFloat(document.getElementById('annualDeductible').value) || 0;\n\n            let totalDpcMonthly = 0;\n            for (let i = 1; i <= numChildren; i++) {\n                const ageGroup = document.getElementById(`child${i}Age`).value;\n                totalDpcMonthly += dpcPricing[ageGroup];\n            }\n            const totalDpcAnnual = totalDpcMonthly * 12;\n\n            const annualPremium = monthlyPremium * 12;\n            const annualCopays = copayAmount * visitsPerYear;\n            const estimatedLabCosts = 200;\n            const totalTraditionalAnnual = annualPremium + annualCopays + estimatedLabCosts + (annualDeductible * 0.5);\n\n            const annualSavings = totalTraditionalAnnual - totalDpcAnnual;\n\n            document.getElementById('traditionalCost').textContent = '$' + totalTraditionalAnnual.toLocaleString();\n            document.getElementById('dpcCost').textContent = '$' + totalDpcAnnual.toLocaleString();\n            document.getElementById('savingsAmount').textContent = '$' + annualSavings.toLocaleString();\n\n            const traditionalBreakdownHTML = `\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Insurance Premiums (12 months)<\/span>\n                    <span class=\"item-value\">$${annualPremium.toLocaleString()}<\/span>\n                <\/div>\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Pediatric Copays (${visitsPerYear} visits)<\/span>\n                    <span class=\"item-value\">$${annualCopays.toLocaleString()}<\/span>\n                <\/div>\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Estimated Lab Costs<\/span>\n                    <span class=\"item-value\">$${estimatedLabCosts}<\/span>\n                <\/div>\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Estimated Deductible Usage<\/span>\n                    <span class=\"item-value\">$${(annualDeductible * 0.5).toLocaleString()}<\/span>\n                <\/div>\n                <div class=\"breakdown-item\" style=\"border-top: 2px solid #dc3545; margin-top: 10px; padding-top: 15px; font-weight: 700;\">\n                    <span class=\"item-label\">TOTAL TRADITIONAL COST<\/span>\n                    <span class=\"item-value\" style=\"color: #dc3545;\">$${totalTraditionalAnnual.toLocaleString()}<\/span>\n                <\/div>\n            `;\n            document.getElementById('traditionalBreakdown').innerHTML = traditionalBreakdownHTML;\n\n            let dpcBreakdownHTML = '';\n            for (let i = 1; i <= numChildren; i++) {\n                const ageGroup = document.getElementById(`child${i}Age`).value;\n                const monthlyCost = dpcPricing[ageGroup];\n                const annualCost = monthlyCost * 12;\n                const ageLabel = document.getElementById(`child${i}Age`).options[document.getElementById(`child${i}Age`).selectedIndex].text;\n                \n                dpcBreakdownHTML += `\n                    <div class=\"breakdown-item\">\n                        <span class=\"item-label\">Child ${i} (${ageLabel})<\/span>\n                        <span class=\"item-value\">$${monthlyCost}\/month \u00d7 12 = $${annualCost}<\/span>\n                    <\/div>\n                `;\n            }\n            dpcBreakdownHTML += `\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Copays<\/span>\n                    <span class=\"item-value\" style=\"color: #28a745; font-size: 1.1rem; font-weight: 700;\">$0<\/span>\n                <\/div>\n                <div class=\"breakdown-item\">\n                    <span class=\"item-label\">Labs, imaging, additional procedures*<\/span>\n                    <span class=\"item-value\">$0 - $300<\/span>\n                <\/div>\n                <div class=\"breakdown-item\" style=\"border-top: 2px solid #28a745; margin-top: 10px; padding-top: 15px; font-weight: 700;\">\n                    <span class=\"item-label\">TOTAL DPC MEMBERSHIP<\/span>\n                    <span class=\"item-value\" style=\"color: #28a745;\">$${totalDpcAnnual.toLocaleString()}<\/span>\n                <\/div>\n                <div style=\"margin-top: 15px; padding: 12px; background: #fff9f0; border-radius: 6px; border-left: 3px solid #FF7F50;\">\n                    <p style=\"margin: 0; font-size: 0.9rem; color: #856404; line-height: 1.5;\">\n                        <strong>*<\/strong> Lab, imaging, and procedure costs vary based on complexity of illnesses and tests needed. We offer transparent pricing at 80%+ off retail rates.\n                    <\/p>\n                <\/div>\n            `;\n            document.getElementById('dpcBreakdown').innerHTML = dpcBreakdownHTML;\n\n            document.getElementById('results').classList.add('show');\n            document.getElementById('results').scrollIntoView({ behavior: 'smooth', block: 'nearest' });\n        }\n    <\/script>\n\n    <!-- Calendly Popup Widget -->\n    <link href=\"https:\/\/assets.calendly.com\/assets\/external\/widget.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/assets.calendly.com\/assets\/external\/widget.js\" type=\"text\/javascript\" async><\/script>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DPC Savings Calculator | Whole Pediatrics Group Healthcare Cost &#038; Savings Calculator Cost Savings with Direct Pediatric Care Calculate your [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6923","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cost Calculator &#187; Whole Pediatrics<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wholepedsg.com\/es\/calculadora-de-costos\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cost Calculator &#187; Whole Pediatrics\" \/>\n<meta property=\"og:description\" content=\"DPC Savings Calculator | Whole Pediatrics Group Healthcare Cost &#038; Savings Calculator Cost Savings with Direct Pediatric Care Calculate your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wholepedsg.com\/es\/calculadora-de-costos\/\" \/>\n<meta property=\"og:site_name\" content=\"Whole Pediatrics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T05:08:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wholepedsg.com\/cost-calculator\/\",\"url\":\"https:\/\/wholepedsg.com\/cost-calculator\/\",\"name\":\"Cost Calculator &#187; Whole Pediatrics\",\"isPartOf\":{\"@id\":\"https:\/\/wholepedsg.com\/#website\"},\"datePublished\":\"2026-02-27T22:00:44+00:00\",\"dateModified\":\"2026-03-13T05:08:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wholepedsg.com\/cost-calculator\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wholepedsg.com\/cost-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wholepedsg.com\/cost-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wholepedsg.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cost Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wholepedsg.com\/#website\",\"url\":\"https:\/\/wholepedsg.com\/\",\"name\":\"Whole Pediatrics\",\"description\":\"Pediatric Direct Primary Care\",\"publisher\":{\"@id\":\"https:\/\/wholepedsg.com\/#\/schema\/person\/cb62d7b9253ffb3bec9a250a623623b3\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wholepedsg.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/wholepedsg.com\/#\/schema\/person\/cb62d7b9253ffb3bec9a250a623623b3\",\"name\":\"connell bost\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp\",\"url\":\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp\",\"contentUrl\":\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp\",\"width\":1920,\"height\":1920,\"caption\":\"connell bost\"},\"logo\":{\"@id\":\"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp\"},\"sameAs\":[\"https:\/\/wholepedsg.com\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora de costos \u00bb Pediatr\u00eda integral","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wholepedsg.com\/es\/calculadora-de-costos\/","og_locale":"es_MX","og_type":"article","og_title":"Cost Calculator &#187; Whole Pediatrics","og_description":"DPC Savings Calculator | Whole Pediatrics Group Healthcare Cost &#038; Savings Calculator Cost Savings with Direct Pediatric Care Calculate your [&hellip;]","og_url":"https:\/\/wholepedsg.com\/es\/calculadora-de-costos\/","og_site_name":"Whole Pediatrics","article_modified_time":"2026-03-13T05:08:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wholepedsg.com\/cost-calculator\/","url":"https:\/\/wholepedsg.com\/cost-calculator\/","name":"Calculadora de costos \u00bb Pediatr\u00eda integral","isPartOf":{"@id":"https:\/\/wholepedsg.com\/#website"},"datePublished":"2026-02-27T22:00:44+00:00","dateModified":"2026-03-13T05:08:25+00:00","breadcrumb":{"@id":"https:\/\/wholepedsg.com\/cost-calculator\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wholepedsg.com\/cost-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wholepedsg.com\/cost-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wholepedsg.com\/"},{"@type":"ListItem","position":2,"name":"Cost Calculator"}]},{"@type":"WebSite","@id":"https:\/\/wholepedsg.com\/#website","url":"https:\/\/wholepedsg.com\/","name":"Pediatr\u00eda integral","description":"Atenci\u00f3n primaria directa pedi\u00e1trica","publisher":{"@id":"https:\/\/wholepedsg.com\/#\/schema\/person\/cb62d7b9253ffb3bec9a250a623623b3"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wholepedsg.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/wholepedsg.com\/#\/schema\/person\/cb62d7b9253ffb3bec9a250a623623b3","name":"Connell Bost","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp","url":"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp","contentUrl":"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp","width":1920,"height":1920,"caption":"connell bost"},"logo":{"@id":"https:\/\/wholepedsg.com\/wp-content\/uploads\/2025\/09\/WholePeds-copy-scaled.webp"},"sameAs":["https:\/\/wholepedsg.com\/"]}]}},"_links":{"self":[{"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/pages\/6923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/comments?post=6923"}],"version-history":[{"count":72,"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/pages\/6923\/revisions"}],"predecessor-version":[{"id":7283,"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/pages\/6923\/revisions\/7283"}],"wp:attachment":[{"href":"https:\/\/wholepedsg.com\/es\/wp-json\/wp\/v2\/media?parent=6923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}