{"id":35607,"date":"2026-03-20T08:28:14","date_gmt":"2026-03-20T07:28:14","guid":{"rendered":"https:\/\/www.up-spain.com\/?page_id=35607"},"modified":"2026-03-31T16:04:30","modified_gmt":"2026-03-31T14:04:30","slug":"calculadora-empresas","status":"publish","type":"page","link":"https:\/\/www.up-spain.com\/eu\/calculadora-empresas\/","title":{"rendered":"[2026] Calculadora empresas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35607\" class=\"elementor elementor-35607\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-161ca8f e-flex e-con-boxed e-con e-parent\" data-id=\"161ca8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a8fb83 elementor-widget elementor-widget-html\" data-id=\"3a8fb83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- jQuery -->\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n\n<!-- jQuery UI (para los sliders) -->\n<link rel=\"stylesheet\" href=\"https:\/\/code.jquery.com\/ui\/1.13.2\/themes\/smoothness\/jquery-ui.css\">\n<script src=\"https:\/\/code.jquery.com\/ui\/1.13.2\/jquery-ui.min.js\"><\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfe84a0 elementor-widget elementor-widget-heading\" data-id=\"cfe84a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">An\u00edmate a utilizar nuestro simulador de Retribuci\u00f3n Flexible y...<br>Calcula cu\u00e1nto puedes ahorrarte:<\/h1>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da13f51 e-con-full bg-blur e-flex e-con e-child\" data-id=\"da13f51\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ad76f7 elementor-widget elementor-widget-heading\" data-id=\"9ad76f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><script>\n    const UPSPAIN_CALCULATOR_TRAMOS_IRPF = JSON.parse('[{\"max\":\"12450\",\"min\":\"0\",\"irpf\":\"0.19\",\"irpf_empresa\":\"0.19\"},{\"max\":\"20200\",\"min\":\"12450\",\"irpf\":\"0.24\",\"irpf_empresa\":\"0.095\"},{\"max\":\"35200\",\"min\":\"20200\",\"irpf\":\"0.3\",\"irpf_empresa\":\"0.3\"},{\"max\":\"60000\",\"min\":\"35200\",\"irpf\":\"0.37\",\"irpf_empresa\":\"0.37\"},{\"max\":\"300000\",\"min\":\"60000\",\"irpf\":\"0.45\",\"irpf_empresa\":\"0.45\"}]');\n    const UPSPAIN_CALCULATOR_MAX_SEGURIDAD_SOCIAL = 3533.07;\n    const UPSPAIN_SLIDERS_CONFIGURATOR = {\n        init: function() {\n            this.activeInput();\n            this.settingsSlider();\n            UPSPAIN_SLIDERS_CONFIGURATOR.setPersonValues(0);\n            UPSPAIN_SLIDERS_CONFIGURATOR.setPayValues(18000);\n            this.money_format = {\n                style: 'decimal',\n                useGrouping: true,\n                minimumFractionDigits: 0,\n                maximumFractionDigits: 0,\n            };\n            $(\".item-check\").tooltip({\n                position: {\n                    my: 'center bottom-10', \/\/ tooltip's point\n                    at: 'center top',       \/\/ element's point\n                    collision: 'fit'        \/\/ or 'flipfit' if you want it to auto-adjust\n                },\n                classes: {\n                    \"ui-tooltip\": \"calculator-tooltip\"\n                },\n                content: $(this).get(0).title,\n            });\n        },\n\n        activeInput: function() {\n            var personInput = document.getElementById('slider-person-num');\n\n            personInput.addEventListener('focus', function() {\n                this.value = '';\n            });\n\n            personInput.addEventListener('blur', function() {\n                var value = this.value.replace(\/\\D\/g, '');\n                if (value < 0) {\n                    value = 0;\n                } else if (value > 5000) {\n                    value = 5000;\n                }\n                $('.slider-person .slider-values').slider('value', value);\n                this.value = new Intl.NumberFormat(\n                    'es-ES',\n                    UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                ).format(value);\n\n                if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_person = value;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                }\n            });\n\n            personInput.addEventListener('input', function() {\n                this.value = this.value.replace(\/[^0-9]\/g, '');\n                this.value = new Intl.NumberFormat(\n                    'es-ES',\n                    UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                ).format(this.value);\n            });\n\n            var payInput = document.getElementById('slider-pay-num');\n\n            payInput.addEventListener('focus', function() {\n                this.value = '';\n            });\n\n            payInput.addEventListener('blur', function() {\n                var value = this.value.replace(\/\\D\/g, '');\n                if (value < 18000) {\n                    value = 18000;\n                } else if (value > 100000) {\n                    value = 100000;\n                }\n                $('.slider-pay .slider-values').slider('value', value);\n                this.value =\n                    new Intl.NumberFormat(\n                        'es-ES',\n                        UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                    ).format(value) + ' \u20ac';\n\n                if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_pay = value;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                }\n            });\n\n            payInput.addEventListener('input', function() {\n                this.value = this.value.replace(\/[^0-9]\/g, '');\n                this.value = new Intl.NumberFormat(\n                    'es-ES',\n                    UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                ).format(this.value);\n            });\n        },\n\n        settingsSlider: function() {\n            $('.slider-person .slider-values').slider({\n                orientation: 'horizontal',\n                range: 'min',\n                min: 0,\n                max: 5000,\n                value: 0,\n                animate: 0,\n                step: 10,\n                slide: function(event, ui) {\n                    var value = ui.value;\n                    $('#slider-person-num').val(\n                        value.toLocaleString(\n                            'es-ES',\n                            UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                        )\n                    );\n                    $('#slider-person-num').attr('data-num', value);\n\n                    if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                        UPSPAIN_CALCULATOR_MANAGER.calculate_person = value;\n                        UPSPAIN_CALCULATOR_MANAGER.calculate();\n                    }\n                },\n            });\n\n            $('.slider-pay .slider-values').slider({\n                orientation: 'horizontal',\n                range: 'min',\n                min: 18000,\n                max: 100000,\n                value: 0,\n                animate: 0,\n                step: 1000,\n                slide: function(event, ui) {\n                    var value = ui.value;\n                    $('#slider-pay-num').val(\n                        value.toLocaleString(\n                            'es-ES',\n                            UPSPAIN_SLIDERS_CONFIGURATOR.money_format\n                        ) + ' \u20ac'\n                    );\n                    $('#slider-pay-num').attr('data-num', value);\n\n                    if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                        UPSPAIN_CALCULATOR_MANAGER.calculate_pay = value;\n                        UPSPAIN_CALCULATOR_MANAGER.calculate();\n                    }\n                },\n            });\n        },\n\n        setPersonValues: function(value) {\n            $('.slider-person .slider-values').slider('value', value);\n            var input = document.getElementById('slider-person-num');\n            input.dataset.num = value;\n            input.value = new Intl.NumberFormat('es-ES', this.money_format).format(\n                value\n            );\n            UPSPAIN_SLIDERS_CONFIGURATOR.person_value = value;\n\n            if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                UPSPAIN_CALCULATOR_MANAGER.calculate_person = value;\n                UPSPAIN_CALCULATOR_MANAGER.calculate();\n            }\n        },\n\n        setPayValues: function(value) {\n            $('.slider-pay .slider-values').slider('value', value);\n            var input = document.getElementById('slider-pay-num');\n            input.dataset.num = value;\n            input.value =\n                new Intl.NumberFormat('es-ES', this.money_format).format(value) + ' \u20ac';\n            UPSPAIN_SLIDERS_CONFIGURATOR.pay_value = value;\n\n            if (typeof UPSPAIN_CALCULATOR_MANAGER !== 'undefined') {\n                UPSPAIN_CALCULATOR_MANAGER.calculate_pay = value;\n                UPSPAIN_CALCULATOR_MANAGER.calculate();\n            }\n        },\n    };\n    const UPSPAIN_CALCULATOR_MANAGER = {\n        calculate_person: 0,\n        calculate_pay: 0,\n        calculate_restaurante: 0,\n        calculate_transporte: 0,\n        calculate_formacion: 0,\n        calculate_medico: 0,\n        calculate_guarderia: 0,\n        calculate_fiscales: 0,\n        calculate_total: 0, \/\/ This property is declared but not used in the provided code.\n        firstname: '',\n        email: '',\n        company: '',\n        phone: '',\n        job_function: '',\n        empleados__c: '', \/\/ Number of employees from the form field\n        token: '',\n        money_format: null,\n        money_format: {\n                style: 'decimal',\n                useGrouping: true, \/\/ Equivalent to !0\n                minimumFractionDigits: 0,\n                maximumFractionDigits: 0,\n        },\n        init: function() {\n            this.activeCheckbox();\n            var urlParams = new URLSearchParams(window.location.search);\n\n            \/\/ If 'person' and 'pay' parameters are present in the URL, set slider values after a delay\n            if (urlParams.has('person') && urlParams.has('pay')) {\n                setTimeout(function() {\n                    UPSPAIN_SLIDERS_CONFIGURATOR.setPersonValues(urlParams.get('person'));\n                    UPSPAIN_SLIDERS_CONFIGURATOR.setPayValues(urlParams.get('pay'));\n                }, 200);\n            }\n        },\n        popupOpen: function() {\n            $('body').addClass('noScroll');\n            $('.popup-box').addClass('open');\n            setTimeout(function() {\n                $('.popup-box').addClass('show');\n            }, 300);\n        },\n        popupClose: function() {\n            $('.popup-box').removeClass('show');\n            setTimeout(function() {\n                $('body').removeClass('noScroll');\n                $('.popup-box').removeClass('open');\n            }, 600);\n        },\n        activeCheckbox: function() {\n            \/\/ Attach change event listeners to benefit checkboxes\n            $('#c-restaurante').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_restaurante = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n            $('#c-transporte').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_transporte = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n            $('#c-formacion').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_formacion = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n            $('#c-medico').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_medico = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n            $('#c-guarderia').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_guarderia = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n            $('#c-fiscales').on({\n                change: function(event) {\n                    event.preventDefault();\n                    UPSPAIN_CALCULATOR_MANAGER.calculate_fiscales = $(this).is(':checked') ?\n                        $(this).val() :\n                        0;\n                    UPSPAIN_CALCULATOR_MANAGER.calculate();\n                },\n            });\n        },\n        calculate: function() {\n            \/\/ Input values from the object properties\n            const numEmployees = parseInt(this.calculate_person);\n            const annualGrossSalary = parseInt(this.calculate_pay);\n            const monthlyRestaurantBenefit = parseInt(this.calculate_restaurante);\n            const monthlyTransportBenefit = parseInt(this.calculate_transporte);\n            const monthlyTrainingBenefit = parseInt(this.calculate_formacion);\n            const monthlyMedicalBenefit = parseInt(this.calculate_medico);\n            const monthlyNurseryBenefit = parseInt(this.calculate_guarderia);\n            const monthlyFiscalBenefit = parseInt(this.calculate_fiscales); \/\/ This one is not used in the calculation logic, only passed to formSubmit\n            const buttonSubmit = $(\"#calculadora-button\");\n\n            \/\/ Check if calculation is possible (at least one employee, salary, and one benefit selected)\n            if (\n                numEmployees > 0 &&\n                annualGrossSalary > 0 &&\n                (monthlyRestaurantBenefit > 0 ||\n                    monthlyTransportBenefit > 0 ||\n                    monthlyTrainingBenefit > 0 ||\n                    monthlyMedicalBenefit > 0 ||\n                    monthlyNurseryBenefit > 0 ||\n                    monthlyFiscalBenefit > 0)\n            ) {\n\n\n                \/\/ Calculate total annual value of flexible benefits (excluding fiscal benefit as it's not in this sum)\n                const totalAnnualFlexibleBenefits =\n                    11 *\n                    (monthlyRestaurantBenefit +\n                        monthlyTransportBenefit +\n                        monthlyNurseryBenefit +\n                        monthlyMedicalBenefit +\n                        monthlyTrainingBenefit);\n\n                \/\/ Calculate employee's social security contribution (max 3533.07 or 6.55% of annual salary)\n                const employeeSocialSecurityContribution = Math.min(\n                    UPSPAIN_CALCULATOR_MAX_SEGURIDAD_SOCIAL,\n                    0.0655 * annualGrossSalary\n                );\n\n                \/\/ --- Calculate Employee's Net Income WITHOUT UpSpain Benefits (Hypothetical Scenario) ---\n                \/\/ Taxable base for IRPF without flexible benefits (annual salary - social security - general expense deduction)\n                const taxableBaseWithoutBenefits =\n                    annualGrossSalary - employeeSocialSecurityContribution - 2000; \/\/ 2000 is a common general expense deduction in Spain\n\n                \/\/ Calculate IRPF tax without flexible benefits\n                const irpfTaxWithoutBenefits = this.calculate_IRPF_TOTAL(taxableBaseWithoutBenefits) - 1054.5; \/\/ 1054.5 is a general tax reduction\/personal allowance\n\n                \/\/ Calculate employee's net income if flexible benefits were NOT tax-exempt\n                const employeeNetIncomeWithoutUpSpain =\n                    annualGrossSalary -\n                    employeeSocialSecurityContribution -\n                    irpfTaxWithoutBenefits -\n                    totalAnnualFlexibleBenefits;\n\n                \/\/ --- Calculate Employee's Net Income WITH UpSpain Benefits (Actual Scenario) ---\n                \/\/ Taxable base for IRPF with flexible benefits (annual salary - total flexible benefits - social security - general expense deduction)\n                const taxableBaseWithBenefits =\n                    annualGrossSalary -\n                    totalAnnualFlexibleBenefits -\n                    employeeSocialSecurityContribution -\n                    2000;\n\n                \/\/ Calculate IRPF tax with flexible benefits\n                const irpfTaxWithBenefits = this.calculate_IRPF_TOTAL(taxableBaseWithBenefits) - 1054.5;\n\n                \/\/ Calculate employee's net income if flexible benefits WERE tax-exempt\n                const employeeNetIncomeWithUpSpain =\n                    annualGrossSalary -\n                    totalAnnualFlexibleBenefits -\n                    employeeSocialSecurityContribution -\n                    irpfTaxWithBenefits;\n\n                \/\/ --- Calculate Savings and Costs ---\n                \/\/ Determine the effective number of employees for savings calculation (70% of total employees)\n                const effectiveEmployees = Math.round(0.7 * numEmployees);\n\n                \/\/ Calculate the monthly savings per employee (difference in net income divided by 12)\n                const monthlyEmployeeSavings =\n                    (employeeNetIncomeWithUpSpain - employeeNetIncomeWithoutUpSpain) \/ 12;\n\n                \/\/ Calculate the total annual savings for all effective employees (employee's perspective)\n                const totalAnnualEmployeeSavings =\n                    12 * monthlyEmployeeSavings * effectiveEmployees;\n\n                \/\/ Determine the company's effective tax rate based on annual salary for employer contributions\n                const companyEffectiveTaxRate = this.calculate_COMPANY_TAX(\n                    annualGrossSalary\n                );\n\n                \/\/ Calculate the annual savings per employee from the company's perspective\n                const annualCompanySavingsPerEmployee = 12 * monthlyEmployeeSavings; \/\/ This is the same as annual savings for employee\n\n                \/\/ Calculate employer social security contribution savings\n                \/\/ 53940 is likely the maximum contribution base for social security in Spain\n                \/\/ 0.314 is the employer's social security contribution rate (31.4%)\n                const employerSocialSecuritySavings = this.calculate_EMPLOYER_SOCIAL_SECURITY_CONTRIBUTION(\n                    annualGrossSalary,\n                    53940,\n                    annualCompanySavingsPerEmployee,\n                    0.314\n                );\n\n                \/\/ Calculate company tax benefit from flexible benefits\n                \/\/ This is the tax saving for the company on the benefits provided\n                const companyTaxBenefit =\n                    annualCompanySavingsPerEmployee \/ (1 - companyEffectiveTaxRate) -\n                    annualCompanySavingsPerEmployee;\n\n                \/\/ Calculate the total annual company savings\/benefit per employee\n                const totalAnnualCompanyBenefitPerEmployee =\n                    annualCompanySavingsPerEmployee +\n                    employerSocialSecuritySavings +\n                    companyTaxBenefit;\n\n                \/\/ Calculate the total annual company savings\/benefit for all effective employees\n                const totalAnnualCompanyBenefit =\n                    totalAnnualCompanyBenefitPerEmployee * effectiveEmployees;\n\n                \/\/ Update the display values\n                \/\/ \".con-UpSpain\" likely refers to the employee's total annual savings\n                $('.con-UpSpain .js-value').text(\n                    totalAnnualEmployeeSavings.toLocaleString('es-ES', this.money_format)\n                );\n                \/\/ \".sin-UpSpain\" likely refers to the company's total annual benefit\/savings\n                $('.sin-UpSpain .js-value').text(\n                    totalAnnualCompanyBenefit.toLocaleString('es-ES', this.money_format)\n                );\n                buttonSubmit.prop('disabled', false);\n                buttonSubmit.addClass('calculatora-button-enabled');\n            } else {\n                const defaultValue = 0;\n                $('.con-UpSpain .js-value').text(\n                    defaultValue.toLocaleString('es-ES', this.money_format)\n                );\n                \/\/ \".sin-UpSpain\" likely refers to the company's total annual benefit\/savings\n                $('.sin-UpSpain .js-value').text(\n                    defaultValue.toLocaleString('es-ES', this.money_format)\n                );\n                buttonSubmit.prop('disabled', true);\n                buttonSubmit.removeClass('calculatora-button-enabled');\n            }\n        },\n        \/\/ calculate_IRPF_TRAMO: Calculates the tax amount for a given income within a specific tax bracket.\n        \/\/ income: The current income being evaluated.\n        \/\/ bracketUpperLimit: The upper limit of the current tax bracket.\n        \/\/ bracketLowerLimit: The lower limit of the current tax bracket.\n        \/\/ taxRate: The tax rate for the current bracket.\n        calculate_IRPF_TOTAL: function(income) {\n            return UPSPAIN_CALCULATOR_TRAMOS_IRPF.reduce((acc, tramo) => {\n                return acc + this.calculate_IRPF_TRAMO(income, tramo.max, tramo.min, tramo.irpf);\n            }, 0);\n        },\n        calculate_IRPF_TRAMO: function(\n            income,\n            bracketUpperLimit,\n            bracketLowerLimit,\n            taxRate\n        ) {\n            let taxAmount = 0;\n            \/\/ If income is less than the upper limit, calculate tax on the difference between income and lower limit.\n            \/\/ Otherwise, calculate tax on the full bracket range.\n            taxAmount =\n                income < bracketUpperLimit ?\n                (income - bracketLowerLimit) * taxRate :\n                (bracketUpperLimit - bracketLowerLimit) * taxRate;\n            return Math.max(taxAmount, 0); \/\/ Ensure tax amount is not negative\n        },\n        \/\/ calculate_EMPLOYER_SOCIAL_SECURITY_CONTRIBUTION: Calculates employer social security contributions or similar costs.\n        \/\/ annualSalary: The employee's annual gross salary.\n        \/\/ maxContributionBase: The maximum base for social security contributions (e.g., 53940 EUR).\n        \/\/ annualSavings: The annual savings amount (e.g., 12 * monthlyEmployeeSavings).\n        \/\/ contributionRate: The employer's social security contribution rate (e.g., 0.314 for 31.4%).\n        calculate_EMPLOYER_SOCIAL_SECURITY_CONTRIBUTION: function(\n            annualSalary,\n            maxContributionBase,\n            annualSavings,\n            contributionRate\n        ) {\n            \/\/ If annual salary exceeds max contribution base, return 0 (no additional contribution on savings).\n            if (maxContributionBase < annualSalary) {\n                return 0;\n            }\n            \/\/ If annual salary + annual savings exceeds max contribution base, calculate contribution on the difference.\n            if (maxContributionBase < annualSalary + annualSavings) {\n                return (maxContributionBase - annualSalary) * contributionRate;\n            }\n            \/\/ Otherwise, calculate contribution on the full annual savings.\n            return annualSavings * contributionRate;\n        },\n        \/\/ calculate_COMPANY_TAX: Determines the company's effective tax rate based on the employee's annual salary.\n        \/\/ annualSalary: The employee's annual gross salary.\n        \/\/ bracket1, bracket2, bracket3, bracket4: Income thresholds for different tax rates.\n        calculate_COMPANY_TAX: function(\n            annualSalary\n        ) {\n            return UPSPAIN_CALCULATOR_TRAMOS_IRPF.find(tramo => annualSalary < tramo.max).irpf_empresa;\n        },\n    };\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        if ($ == undefined) {\n            window.$ = window.jQuery;\n        }\n        UPSPAIN_SLIDERS_CONFIGURATOR.init();\n        UPSPAIN_CALCULATOR_MANAGER.init();\n        $(\"#calculadora .dce-visibility-element-hidden\").each(function() {\n            $(this).removeClass(\"dce-visibility-element-hidden\");\n        });\n    })\n<\/script>\n\n<style>\n\/* =====================================================\n   1\ufe0f\u20e3 CONTENEDOR PRINCIPAL\n===================================================== *\/\n\n#container-UpSpain{\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    font-family: 'TT COMMONS', Sans-serif;\n    color: #490F30;\n    line-height: 1.2em;\n    padding: 25px;\n}\n\n\n\/* =====================================================\n   2\ufe0f\u20e3 COLUMNAS PRINCIPALES\n===================================================== *\/\n\n#container-UpSpain .slider-container,\n#container-UpSpain .intro-cn{\n    width: 48%;\n    text-align: center;\n}\n\n\n\/* =====================================================\n   3\ufe0f\u20e3 BLOQUES VISUALES (CARDS)\n===================================================== *\/\n\n#container-UpSpain .slider-content,\n#container-UpSpain .icon-form{\n    height: 360px;\n    background-color: #F3EFF1;\n    padding: 20px 40px;\n    border-radius: 10px;\n}\n\n\n\/* =====================================================\n   4\ufe0f\u20e3 SLIDER\n===================================================== *\/\n\n#container-UpSpain .slider-content div{\n    display: flex;\n    flex-direction: column;\n}\n\n#container-UpSpain .slider-person{\n    margin-bottom: 20px;\n} \n\n#container-UpSpain .slider-content .slider-values{\n    height: 15px;\n    border-radius: 3px;\n}\n\n#container-UpSpain .slider-content a{\n    width: 20px;\n    height: 20px;\n    top: -0.25em;\n}\n.ui-widget-content {\n    border: none !important;\n    background: #e4e4e4 !important;\n}\n\n.ui-state-default, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active \n.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {\n    border: none !important;\n    background: #fff !important;\n    font-weight: bold !important;\n    color: #1c94c4 !important;\n    box-shadow: 0px 0px 8px 1px #00000036;\n}\n\n\n\/* =====================================================\n   5\ufe0f\u20e3 FORMULARIO ICONOS\n===================================================== *\/\n\n#container-UpSpain .icon-form .c-l{\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 15px;\n}\n\n#container-UpSpain .icon-form .c-l input{\n    display: none;\n}\n\n#container-UpSpain .icon-form p{\n    text-align: center;\n    margin-bottom: 20px;\n    line-height: 1.2em;\n}\n#container-UpSpain .item-check{\n    width: 100px;\n    cursor: help;\n}\n#container-UpSpain .item-check label{\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    opacity: 0.4;\n    cursor: pointer;\n}\n\n#container-UpSpain .item-check picture{\n    width: 70px;\n    height: 70px;\n    border: solid 2px transparent;\n    margin-bottom: 8px;\n    padding: 5px;\n}\n\n\n\/* =====================================================\n   6\ufe0f\u20e3 ESTADOS (CHECKED)\n===================================================== *\/\n\n.calculator-input:checked + label.calculator-input-label {\n    font-weight: bold;\n    opacity: 1 !important;\n}\n\n.calculator-input:checked + .calculator-input-label picture{\n    border-radius: 10px;\n    background-color: #fff;\n    border: solid 2px #ff8501 !important;\n    opacity: 1;\n}\n\n.calculator-input:checked + .calculator-input-label span{\n    font-weight: bold;\n    opacity: 1;\n}\n\n\n\/* =====================================================\n   7\ufe0f\u20e3 T\u00cdTULOS\n===================================================== *\/\n\n#container-UpSpain p.title-large{\n    margin: 40px 0 20px;\n    font-family: \"Roc Grotesk Compressed Bold\", Sans-serif;\n    font-size: 40px;\n    text-align: center;\n    text-transform: uppercase;\n    line-height: 1em; \n}\n\n\n\/* =====================================================\n   8\ufe0f\u20e3 BLOQUE RESULTADOS\n===================================================== *\/\n\n#container-UpSpain .info-UpSpain{\n    width: 100%;\n    background-color: #490F30;\n    color: #fff;\n    padding: 20px;\n    margin-top: 30px;\n    border-radius: 10px;\n    display: flex;\n    flex-direction: row;\n    justify-content: space-around;\n}\n\n#container-UpSpain .info-UpSpain div{\n    width: 100%;\n    padding: 0 50px;\n}\n\n\n#container-UpSpain .info-UpSpain strong{\n    font-size: 24px;\n    color: #FF8501;\n}  \n\n#container-UpSpain .info-UpSpain .result-cn{\n    width: 100%;\n    height: 50px;\n    background-color: #ffffff;\n    border: none;\n    border-radius: 4px;\n    font-family: \"Roc Grotesk Compressed Bold\", Sans-serif;\n    font-size: 40px;\n    text-align: center;\n    line-height: 1;\n    color: #490F30;\n    margin: 0;\n    padding: 7px 10px 10px 10px;\n}\n\n#container-UpSpain .info-UpSpain .con-UpSpain .result-cn{\n    background-color: #FF8501;\n}\n\n\n\/* =====================================================\n   9\ufe0f\u20e3 ELEMENTOS GENERALES\n===================================================== *\/\n\n#slider-person-num,\n#slider-pay-num{\n    width: 100%;\n     height: 50px;\n    background-color: #ffffff;\n    border: none;\n    border-radius: 4px;\n    font-family: \"Roc Grotesk Compressed Bold\", Sans-serif;\n    font-size: 40px;\n    text-align: center;\n    color: #490F30;\n    margin: 0;\n    padding: 10px 10px 5px 10px;\n}\n\n.slider-cn{\n    display: flex;\n}\n\n.slider-cn > div{\n    width: 100%;\n    margin-right: 20px;\n}\n\n.info-cn{\n    display: flex;\n    justify-content: space-between;\n    margin-top: 10px;\n    font-size: 14px;\n    font-weight: bold;\n}\n \n.ui-slider-range {\n    background: #FF8501 !important;  \n}\n\n\/* =====================================================\n   \ud83d\udd1f FORMULARIO CALCULADORA\n===================================================== *\/\n\n.calcu-form{\n    display: flex;\n    flex-direction: column;\n    margin-top: 20px;\n}\n\n.calcu-form .c-l{\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    margin-bottom: 20px;\n}\n\n.calcu-form .c-l .item-check{\n    width: 90px;\n    height: 150px;\n    margin: 10px;\n}\n\n.calcu-form .c-l .item-check p{\n    display: flex;\n    flex-direction: column;\n    height: 150px;\n}\n\n.calcu-form .c-l .item-check input{\n    display: none;\n}\n\n.calcu-form .c-l .item-check span{\n    font-size: 18px;\n}\n\n.calcu-form .c-l .item-check label{\n    display: flex;\n    padding: 15px;\n    justify-content: center;\n    flex-direction: column;\n    border-radius: 5px;\n    cursor: pointer;\n    height: 100%;\n}\n\n.calcu-form .c-l .item-check p:hover label{\n    background-color: rgba(246, 168, 40, 0.7);\n    border-radius: 5px;\n}\n\n.calcu-form .c-l .item-check img{\n    width: 52px;\n    height: 52px;\n}\n\n\n\/* =====================================================\n   1\ufe0f\u20e31\ufe0f\u20e3 BOT\u00d3N DESHABILITADO\n===================================================== *\/\n\na#calculadora-button:not(.calculatora-button-enabled),\ninput#calculadora-button:not(.calculatora-button-enabled),\nbutton#calculadora-button:not(.calculatora-button-enabled),\n#calculadora-button:not(.calculatora-button-enabled) input,\n#calculadora-button:not(.calculatora-button-enabled) a,\n#calculadora-button:not(.calculatora-button-enabled) button{\n    opacity: 0.7;\n    cursor: not-allowed;\n    pointer-events: none;\n    user-select: none;\n}\n\n\n\/* =====================================================\n   \ud83d\udcf1 RESPONSIVE\n===================================================== *\/\n\n@media (max-width: 1024px){\n\n    #container-UpSpain .slider-container,\n    #container-UpSpain .intro-cn{\n        width: 100%;\n    }\n\n    #container-UpSpain .intro-cn{\n        margin-top: 40px;\n    }\n\n    #container-UpSpain .slider-content,\n    #container-UpSpain .icon-form{\n        height: auto;\n    }\n\n    #container-UpSpain .info-UpSpain{\n        flex-direction: column;\n        flex-wrap: wrap;\n    }\n\n    #container-UpSpain .info-UpSpain .sin-UpSpain{\n        margin-top: 40px;\n    }\n}\n\n@media (max-width: 768px){\n\n    .calcu-form .c-l .item-check{\n        width: 42%;\n    }\n\n    #container-UpSpain{\n        padding: 5px;\n    }\n}\n<\/style>\n\n\n<div id=\"container-UpSpain\" class=\"container\">\n    <div class=\"slider-container\">\n        <p><strong>1. Introduce tus datos:<\/strong><\/p>\n        <div class=\"slider-content\">\n            <div class=\"slider-person\">\n                <p class=\"label-cn\">\u00bfCu\u00e1ntas personas forman tu empresa?<\/p>\n                <div class=\"slider-cn\">\n                    <div>\n                        <div class=\"slider-values\"><\/div>\n                        <p class=\"info-cn\">\n                            <span>0<\/span>\n                            <span>5.000<\/span>\n                        <\/p>\n                    <\/div>\n                    <p>\n                        <input id=\"slider-person-num\" type=\"text\" data-num=\"\" inputmode=\"numeric\">\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"slider-pay\">\n                <p class=\"label-cn\">Salario anual medio de tu equipo<\/p>\n                <div class=\"slider-cn\">\n                    <div>\n                        <div class=\"slider-values\"><\/div>\n                        <p class=\"info-cn\">\n                            <span>18.000\u20ac<\/span>\n                            <span>100.000\u20ac<\/span>\n                        <\/p>\n                    <\/div>\n                    <p>\n                        <input id=\"slider-pay-num\" type=\"text\" data-num=\"\" inputmode=\"numeric\">\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n    <div class=\"row intro-cn\">\n        <p><strong>2. Selecciona los beneficios que quieres en tu plan:<\/strong><\/p>\n        <div class=\"row-flex icon-form\">\n            <p>Cuantos m\u00e1s beneficios incluyas,<br><strong>m\u00e1s ahorra tu empresa y tu equipo.<\/strong><\/p>\n            <div class=\"c-l\">\n                <div class=\"item-check\" title=\"Consumo anual de Comida\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-restaurante\" value=\"180\">\n                        <label class=\"calculator-input-label\" for=\"c-restaurante\">\n\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/comida.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>Comida<\/span>\n                        <\/label>\n                    <\/p>\n                <\/div>\n\n                <div class=\"item-check\" title=\"Consumo anual de Transporte\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-transporte\" value=\"50\">\n\n                        <label class=\"calculator-input-label\" for=\"c-transporte\">\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/transporte.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>Transporte<\/span>\n\n                        <\/label>\n                    <\/p>\n                <\/div>\n\t\t<div class=\"item-check\" title=\"Consumo anual de Guarder\u00eda\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-guarderia\" value=\"300\">\n                        <label class=\"calculator-input-label\" for=\"c-guarderia\">\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/educainfantil.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>EducaInfantil<\/span>\n                        <\/label>\n                    <\/p>\n                <\/div>\n                <div class=\"item-check\" title=\"Consumo anual de Formaci\u00f3n\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-formacion\" value=\"120\">\n                        <label class=\"calculator-input-label\" for=\"c-formacion\">\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/formacion.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>Formaci\u00f3n<\/span>\n                        <\/label>\n\n                    <\/p>\n\n                <\/div>\n                <div class=\"item-check\" title=\"Consumo anual de Seguro m\u00e9dico\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-medico\" value=\"60\">\n                        <label class=\"calculator-input-label\" for=\"c-medico\">\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/medico.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>Seguro m\u00e9dico<\/span>\n                        <\/label>\n                    <\/p>\n                <\/div>\n                <div class=\"item-check\" title=\"Consumo anual de Beneficios no fiscales\">\n                    <p>\n                        <input type=\"checkbox\" class=\"calculator-input\" id=\"c-fiscales\" value=\"\">\n                        <label class=\"calculator-input-label\" for=\"c-fiscales\">\n                            <picture>\n                                <img src=\"https:\/\/clientes.leadmotiv.com\/up-spain\/wp-content\/uploads\/2025\/11\/beneficios.png\" width=\"100\" height=\"100\" alt=\"\" loading=\"lazy\" decoding=\"async\">\n                            <\/picture>\n                            <span>Beneficios no fiscales<\/span>\n                        <\/label>\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n\n\n\n    <div class=\"row-flex calcu-form\">\n        <div class=\"c-r\">\n            <div class=\"calcu-head\">\n                <p class=\"title-large\">Et voil\u00e0! Aqu\u00ed tienes <span style=\"color: #FF8501;\">tu ahorro total<\/span><\/p>\n                <p style=\"width: 80%; margin:0 auto;\">\u00a1Felicidades! Con el plan de beneficios de UpSpain que has elegido, <strong>tu empresa mejora el bienestar de la plantilla y adem\u00e1s sube su sueldo anual<\/strong><\/p>\n            <\/div>\n            <div class=\"info-UpSpain\">\n                <div class=\"con-UpSpain\">\n                    <p><strong>CON Up<\/strong><\/p>\n                    <p>Subes autom\u00e1ticamente el sueldo neto<\/p>\n                    <p class=\"result-cn result-cn-up\">\n                        <span class=\"js-value\">0<\/span>\u20ac\/a\u00f1o\n                    <\/p>\n                <\/div>\n                <div class=\"sin-UpSpain\">\n                    <p><strong>SIN Up<\/strong><\/p>\n                    <p>Para igualar esa subida, tendr\u00edas que gastar<\/p>\n                    <p class=\"result-cn\">\n                        <span class=\"js-value\">0<\/span>\u20ac\/a\u00f1o\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7d7e65 elementor-widget elementor-widget-spacer\" data-id=\"d7d7e65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71fdd61 elementor-widget__width-initial elementor-widget elementor-widget-n-accordion\" data-id=\"71fdd61\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1190\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1190\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Descubre c\u00f3mo podemos ayudarte <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1190\" class=\"elementor-element elementor-element-5e1523a e-con-full e-flex e-con e-child\" data-id=\"5e1523a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1190\" class=\"elementor-element elementor-element-5ea289f e-con-full bg-blur e-flex e-con e-child\" data-id=\"5ea289f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08ec659 form-columnas elementor-widget elementor-widget-html\" data-id=\"08ec659\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script type=\"text\/javascript\" src=\"\/\/mautic.up-spain.com\/form\/generate.js?id=16\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a01af5a elementor-widget elementor-widget-heading\" data-id=\"a01af5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><b>INFORMACI\u00d3N B\u00c1SICA SOBRE PROTECCI\u00d3N DE DATOS<br><\/b>\n<b>RESPONSABLE<\/b>: Ch\u00e8que D\u00e9jeuner Espa\u00f1a S.A.U. <b>DATOS DE CONTACTO DPD<\/b>: protecciondatos@up-spain.com <b>FINALIDAD<\/b>: Gesti\u00f3n de la prestaci\u00f3n de servicios a empleados. <b>LEGITIMACI\u00d3N<\/b>: Ejecuci\u00f3n de un contrato. Consentimiento del interesado. Cumplimiento legal. Inter\u00e9s leg\u00edtimo de la Entidad. <b>DESTINATARIOS<\/b>: Compa\u00f1\u00eda de producci\u00f3n de tarjetas. Administraciones p\u00fablicas. Proveedor de Mantenimiento inform\u00e1tico. Todos ellos en UE. <b>DERECHOS<\/b>: acceso, rectificaci\u00f3n, supresi\u00f3n, limitaci\u00f3n, oposici\u00f3n y portabilidad. <b>PROCEDENCIA<\/b>: Parte de su informaci\u00f3n ser\u00e1 suministrada por su empresa. <b>INFORMACI\u00d3N ADICIONAL: M\u00e1s informaci\u00f3n.<\/b><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5091ce elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c5091ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">El ahorro mostrado es orientativo y se calcula a partir del salario bruto y del uso que cada persona haga de los beneficios. No se trata de un importe definitivo, ya que existen otros factores que pueden influir en la cantidad sujeta a IRPF. Adem\u00e1s, deben tenerse en cuenta los l\u00edmites y m\u00e1ximos establecidos por la Agencia Tributaria o por las comunidades aut\u00f3nomas para determinadas deducciones o exenciones, as\u00ed como el Salario M\u00ednimo Interprofesional (SMI).<\/div>\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>An\u00edmate a utilizar nuestro simulador de Retribuci\u00f3n Flexible y&#8230;Calcula cu\u00e1nto puedes ahorrarte: Descubre c\u00f3mo podemos ayudarte INFORMACI\u00d3N B\u00c1SICA SOBRE PROTECCI\u00d3N DE DATOS RESPONSABLE: Ch\u00e8que D\u00e9jeuner Espa\u00f1a S.A.U. DATOS DE CONTACTO DPD: protecciondatos@up-spain.com FINALIDAD: Gesti\u00f3n de la prestaci\u00f3n de servicios a empleados. LEGITIMACI\u00d3N: Ejecuci\u00f3n de un contrato. Consentimiento del interesado. Cumplimiento legal. Inter\u00e9s leg\u00edtimo de la [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":43514,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_mbp_gutenberg_autopost":false,"footnotes":""},"class_list":["post-35607","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain<\/title>\n<meta name=\"description\" content=\"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.up-spain.com\/eu\/calculadora-empresas\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain\" \/>\n<meta property=\"og:description\" content=\"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.up-spain.com\/eu\/calculadora-empresas\/\" \/>\n<meta property=\"og:site_name\" content=\"Up Spain\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/upspain.es\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T14:04:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.up-spain.com\/wp-content\/uploads\/2025\/06\/calculadora-3d.png\" \/>\n\t<meta property=\"og:image:width\" content=\"383\" \/>\n\t<meta property=\"og:image:height\" content=\"365\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ChequeGourmet\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutua\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/\",\"url\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/\",\"name\":\"Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/calculadora-3d.png\",\"datePublished\":\"2026-03-20T07:28:14+00:00\",\"dateModified\":\"2026-03-31T14:04:30+00:00\",\"description\":\"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/#breadcrumb\"},\"inLanguage\":\"eu\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"eu\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/calculadora-3d.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/calculadora-3d.png\",\"width\":383,\"height\":365,\"caption\":\"calculadora 3d\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/en\\\/calculadora-empresas\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.up-spain.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[2026] Calculadora empresas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#website\",\"url\":\"https:\\\/\\\/www.up-spain.com\\\/\",\"name\":\"Up Spain\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.up-spain.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"eu\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#organization\",\"name\":\"Up Spain\",\"url\":\"https:\\\/\\\/www.up-spain.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"eu\",\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/up-1.svg\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/up-1.svg\",\"width\":67,\"height\":56,\"caption\":\"Up Spain\"},\"image\":{\"@id\":\"https:\\\/\\\/www.up-spain.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/upspain.es\",\"https:\\\/\\\/x.com\\\/ChequeGourmet\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/up-spain\\\/\",\"https:\\\/\\\/www.instagram.com\\\/up.spain\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC9FuBXuNEMMz4zkowTqck8A\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain","description":"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.","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:\/\/www.up-spain.com\/eu\/calculadora-empresas\/","og_locale":"en_US","og_type":"article","og_title":"Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain","og_description":"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.","og_url":"https:\/\/www.up-spain.com\/eu\/calculadora-empresas\/","og_site_name":"Up Spain","article_publisher":"https:\/\/www.facebook.com\/upspain.es","article_modified_time":"2026-03-31T14:04:30+00:00","og_image":[{"width":383,"height":365,"url":"https:\/\/www.up-spain.com\/wp-content\/uploads\/2025\/06\/calculadora-3d.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@ChequeGourmet","twitter_misc":{"Est. reading time":"2 minutua"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/","url":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/","name":"Calculadora de Retribuci\u00f3n Flexible para empresas | Up Spain","isPartOf":{"@id":"https:\/\/www.up-spain.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/#primaryimage"},"image":{"@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/06\/calculadora-3d.png","datePublished":"2026-03-20T07:28:14+00:00","dateModified":"2026-03-31T14:04:30+00:00","description":"Descubre cu\u00e1nto puede aumentar el salario neto de tu equipo sin incrementar costes con el simulador o la calculadora de retribuci\u00f3n flexible de Up Spain.","breadcrumb":{"@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/#breadcrumb"},"inLanguage":"eu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.up-spain.com\/en\/calculadora-empresas\/"]}]},{"@type":"ImageObject","inLanguage":"eu","@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/#primaryimage","url":"\/wp-content\/uploads\/2025\/06\/calculadora-3d.png","contentUrl":"\/wp-content\/uploads\/2025\/06\/calculadora-3d.png","width":383,"height":365,"caption":"calculadora 3d"},{"@type":"BreadcrumbList","@id":"https:\/\/www.up-spain.com\/en\/calculadora-empresas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.up-spain.com\/"},{"@type":"ListItem","position":2,"name":"[2026] Calculadora empresas"}]},{"@type":"WebSite","@id":"https:\/\/www.up-spain.com\/#website","url":"https:\/\/www.up-spain.com\/","name":"Up Spain","description":"","publisher":{"@id":"https:\/\/www.up-spain.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.up-spain.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"eu"},{"@type":"Organization","@id":"https:\/\/www.up-spain.com\/#organization","name":"Up Spain","url":"https:\/\/www.up-spain.com\/","logo":{"@type":"ImageObject","inLanguage":"eu","@id":"https:\/\/www.up-spain.com\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2025\/04\/up-1.svg","contentUrl":"\/wp-content\/uploads\/2025\/04\/up-1.svg","width":67,"height":56,"caption":"Up Spain"},"image":{"@id":"https:\/\/www.up-spain.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/upspain.es","https:\/\/x.com\/ChequeGourmet","https:\/\/www.linkedin.com\/company\/up-spain\/","https:\/\/www.instagram.com\/up.spain\/","https:\/\/www.youtube.com\/channel\/UC9FuBXuNEMMz4zkowTqck8A"]}]}},"_links":{"self":[{"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/pages\/35607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/comments?post=35607"}],"version-history":[{"count":1,"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/pages\/35607\/revisions"}],"predecessor-version":[{"id":48032,"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/pages\/35607\/revisions\/48032"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/media\/43514"}],"wp:attachment":[{"href":"https:\/\/www.up-spain.com\/eu\/wp-json\/wp\/v2\/media?parent=35607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}