{"id":365701,"date":"2024-12-20T10:14:16","date_gmt":"2024-12-20T10:14:16","guid":{"rendered":"https:\/\/webinterpret.com\/pricing-new"},"modified":"2026-06-24T12:02:28","modified_gmt":"2026-06-24T12:02:28","slug":"pricing","status":"publish","type":"page","link":"https:\/\/webinterpret.com\/es\/pricing","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"365701\" class=\"elementor elementor-365701 elementor-365600\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88c0ea6 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"88c0ea6\" 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-57518955 elementor-widget elementor-widget-heading\" data-id=\"57518955\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Elige tus servicios a continuaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2216560e elementor-widget elementor-widget-heading\" data-id=\"2216560e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Acelera tus ventas globales y aseg\u00farate de que tus anuncios cumplan con el RSGP para vender en la UE.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67411a2 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"67411a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e51aff5 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"5e51aff5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n    \r\n    \/* NEW SCRIPTS *\/\r\n    (function($) {\r\n        \r\n        const hash = window.location.hash;\r\n\r\n        if (hash === '#dom') {\r\n        \tdocument.querySelector('#wpr-tab-2082').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-2082').click();\r\n        \t}, 150);\r\n        }\r\n        if (hash === '#gpsr') {\r\n        \tdocument.querySelector('#wpr-tab-2083').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-2083').click();\r\n        \t}, 150);\r\n        }\r\n        \r\n          \/\/ expand certain accordions items\r\n        const expandableAccordion = document.querySelectorAll('.all-open-accordion .e-n-accordion-item');\r\n        \r\n        expandableAccordion.forEach(function(elem) {\r\n           elem.setAttribute(\"open\", \"\"); \r\n        });\r\n    })(jQuery);\r\n    \r\n    (function($) {\r\n        const currencyItems = document.querySelectorAll('.pp__pricing-list ul li');\r\n        const euro = document.querySelectorAll('.pp__currency--eur');\r\n        const gbp = document.querySelectorAll('.pp__currency--gbp');\r\n        const usd = document.querySelectorAll('.pp__currency--usd');\r\n        \r\n        const comparePlans = document.querySelectorAll('.pp__compare-plan');\r\n        const featureOverviews = document.querySelectorAll('.pp__feature-overviews');\r\n        const tableContainer = document.querySelector('#gpsr-plan-comparison');\r\n    \r\n        currencyItems && currencyItems.forEach(function(elem, index) {\r\n            elem.addEventListener('click', function() {\r\n                if(index === 0 || index === 3 || index === 6) {\r\n                    $(usd).css('display', 'inline'); \/\/ using jQuery instead of forEach\r\n                    $(euro).css('display', 'none');\r\n                    $(gbp).css('display', 'none');\r\n                    $(currencyItems[0]).siblings().removeClass('active');\r\n                    $(currencyItems[3]).siblings().removeClass('active');\r\n                    $(currencyItems[6]).siblings().removeClass('active');\r\n                    currencyItems[0].classList.add('active');\r\n                    currencyItems[3].classList.add('active');\r\n                    currencyItems[6].classList.add('active');\r\n                } else if(index === 1 || index === 4 || index === 7) {\r\n                    $(usd).css('display', 'none');\r\n                    $(euro).css('display', 'inline');\r\n                    $(gbp).css('display', 'none');\r\n                    $(currencyItems[1]).siblings().removeClass('active');\r\n                    $(currencyItems[4]).siblings().removeClass('active');\r\n                    $(currencyItems[7]).siblings().removeClass('active');\r\n                    currencyItems[1].classList.add('active');\r\n                    currencyItems[4].classList.add('active');\r\n                    currencyItems[7].classList.add('active');\r\n                } else if(index === 2 || index === 5 || index === 8) {\r\n                    $(usd).css('display', 'none');\r\n                    $(euro).css('display', 'none');\r\n                    $(gbp).css('display', 'inline');\r\n                    $(currencyItems[2]).siblings().removeClass('active');\r\n                    $(currencyItems[5]).siblings().removeClass('active');\r\n                    $(currencyItems[8]).siblings().removeClass('active');\r\n                    currencyItems[2].classList.add('active');\r\n                    currencyItems[5].classList.add('active');\r\n                    currencyItems[8].classList.add('active');\r\n                }\r\n            })\r\n        });\r\n        \r\n        $(comparePlans).on('click', function() {\r\n            $('html, body').animate({\r\n                scrollTop: $(tableContainer).offset().top - 100\r\n            }, 0);\r\n        })\r\n        \r\n        $(featureOverviews).on('click', function() {\r\n            $('html, body').animate({\r\n                scrollTop: $('#feature-overviews-s').offset().top - 100\r\n            }, 0);\r\n        })\r\n        \r\n    })(jQuery);\r\n    \r\n    \/* table row toggle *\/\r\n    (function($) {\r\n        if (window.wiPricingGpsrTableExpandListenersSet) {\r\n            return; \/\/ Exit the function if listeners are already added - workaround for double init of the tab\r\n        }\r\n        \r\n       const expandableTbody = document.querySelectorAll('.pp__expandable-tbody');\r\n        expandableTbody && expandableTbody.forEach(function(tbody) {\r\n            const firstRow = tbody.querySelector('tr:first-child');\r\n            firstRow && firstRow.addEventListener('click', function() {\r\n                tbody.classList.toggle(\"expanded\");\r\n            })\r\n        });\r\n        \r\n        window.window.wiPricingGpsrTableExpandListenersSet = true;\r\n    })(jQuery);\r\n  \r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c61efe5 wpr-tabs-hr-position-center pp__ wpr-tabs-position-above wpr-tabs-icon-position-left elementor-widget elementor-widget-wpr-tabs\" data-id=\"7c61efe5\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tabss\" data-settings=\"{&quot;tab_transition_duration&quot;:0.3,&quot;active_tab&quot;:1}\" data-widget_type=\"wpr-tabs.default\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"wpr-tabs\" data-options=\"{&quot;activeTab&quot;:1,&quot;trigger&quot;:&quot;click&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;autoplaySpeed&quot;:5000}\">\n\t\t\t\n\t\t\t<div class=\"wpr-tabs-wrap\">\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-2081\" class=\"wpr-tab elementor-repeater-item-09b4c01\" data-tab=\"1\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Internacional<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-2082\" class=\"wpr-tab elementor-repeater-item-b7591b6\" data-tab=\"2\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Nacional<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-2083\" class=\"wpr-tab elementor-repeater-item-076b897\" data-tab=\"3\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Cumplimiento del RSGP<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"wpr-tabs-content-wrap\">\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-content-2081\" class=\"wpr-tab-content elementor-repeater-item-09b4c01\" data-tab=\"1\">\n\t\t\t\t\t<div class=\"wpr-tab-content-inner elementor-clearfix wpr-anim-size-large wpr-overlay-fade-in\"><style>.elementor-371837 .elementor-element.elementor-element-27184dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-27184dc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-371837 .elementor-element.elementor-element-afe63b3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:40px 20px;--row-gap:40px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-b076ee3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-ca2d166{text-align:end;}.elementor-371837 .elementor-element.elementor-element-ace069f{width:var( --container-widget-width, 213px );max-width:213px;--container-widget-width:213px;--container-widget-flex-grow:0;}.elementor-371837 .elementor-element.elementor-element-ace069f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371837 .elementor-element.elementor-element-3e46020{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-a42f01e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-371837 .elementor-element.elementor-element-16a3fea{--display:flex;--min-height:390px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371837 .elementor-element.elementor-element-e2d85de{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-e122385 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-e122385{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371837 .elementor-element.elementor-element-fbd6940 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-fbd6940{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-22cf92e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-25a716f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-d41c1e9 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-d41c1e9{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-a9c063f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-a9c063f{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-02eba7d .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-02eba7d{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371837 .elementor-element.elementor-element-fed94c9{text-align:center;}.elementor-371837 .elementor-element.elementor-element-fed94c9 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371837 .elementor-element.elementor-element-fed94c9 .elementor-heading-title a:hover, .elementor-371837 .elementor-element.elementor-element-fed94c9 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371837 .elementor-element.elementor-element-e17b259{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371837 .elementor-element.elementor-element-e17b259.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371837 .elementor-element.elementor-element-6f518e1 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-6f518e1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371837 .elementor-element.elementor-element-e5098ac{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371837 .elementor-element.elementor-element-e5098ac .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371837 .elementor-element.elementor-element-8617141{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-371837 .elementor-element.elementor-element-5389ce7{--display:flex;--min-height:390px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371837 .elementor-element.elementor-element-1b370c5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-9d8318c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-9d8318c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371837 .elementor-element.elementor-element-efc66f2 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-efc66f2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-edb3589{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-ba11ebd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-94824b6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-05fd6b9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-9ea2325 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-51f9149 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-51f9149{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-ede2889{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-de10618 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-de10618{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371837 .elementor-element.elementor-element-01ed91e{text-align:center;}.elementor-371837 .elementor-element.elementor-element-01ed91e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371837 .elementor-element.elementor-element-01ed91e .elementor-heading-title a:hover, .elementor-371837 .elementor-element.elementor-element-01ed91e .elementor-heading-title a:focus{color:#1146C1;}.elementor-371837 .elementor-element.elementor-element-097ad41{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371837 .elementor-element.elementor-element-097ad41.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371837 .elementor-element.elementor-element-85d9851 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-85d9851{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371837 .elementor-element.elementor-element-c483e35{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371837 .elementor-element.elementor-element-c483e35 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371837 .elementor-element.elementor-element-d6e995b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-d6e995b:not(.elementor-motion-effects-element-type-background), .elementor-371837 .elementor-element.elementor-element-d6e995b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371837 .elementor-element.elementor-element-d6e995b.e-con{--align-self:flex-start;}.elementor-371837 .elementor-element.elementor-element-9c34c50{--display:flex;--min-height:390px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:35px;--padding-left:34px;--padding-right:34px;}.elementor-371837 .elementor-element.elementor-element-b84b521{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-b9894bb .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371837 .elementor-element.elementor-element-b9894bb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371837 .elementor-element.elementor-element-0235340 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371837 .elementor-element.elementor-element-0235340{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;width:var( --container-widget-width, 97% );max-width:97%;--container-widget-width:97%;--container-widget-flex-grow:0;}.elementor-371837 .elementor-element.elementor-element-e263f8d .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-e263f8d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-94241d0 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-94241d0{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-7ba5c19 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-7ba5c19{margin:6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371837 .elementor-element.elementor-element-1ce2529{--display:flex;--padding-top:90px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-2de840e{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-371837 .elementor-element.elementor-element-2de840e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371837 .elementor-element.elementor-element-3fa6a6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-5847f0d{text-align:center;}.elementor-371837 .elementor-element.elementor-element-5847f0d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:45px;color:#000000;}.elementor-371837 .elementor-element.elementor-element-e512f5a{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371837 .elementor-element.elementor-element-40ac3ba{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-40ac3ba a{color:#000000;}.elementor-371837 .elementor-element.elementor-element-ca51f35{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371837 .elementor-element.elementor-element-57f6ada{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-57f6ada a{color:#000000;}.elementor-371837 .elementor-element.elementor-element-3c5c4ae{--display:flex;border-style:none;--border-style:none;--padding-top:00px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371837 .elementor-element.elementor-element-7333231{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-7333231 a{color:#000000;}.elementor-371837 .elementor-element.elementor-element-b52664f{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371837 .elementor-element.elementor-element-c9df071{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371837 .elementor-element.elementor-element-c9df071 a{color:#000000;}.elementor-371837 .elementor-element.elementor-element-ed66539{--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-title-font-size:18px;--n-accordion-item-title-space-between:5px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#000000;--n-accordion-icon-size:30px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371837 .elementor-element.elementor-element-ed66539 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:none;}.elementor-371837 .elementor-element.elementor-element-ed66539 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover{border-style:none;}.elementor-371837 .elementor-element.elementor-element-ed66539 {--n-accordion-padding:15px 15px 15px 15px;}:where( .elementor-371837 .elementor-element.elementor-element-ed66539 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:\"Inter\", Sans-serif;font-weight:600;line-height:1.666em;}.elementor-371837 .elementor-element.elementor-element-572717a{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:300;line-height:1.1em;color:#000000;}.elementor-371837 .elementor-element.elementor-element-572717a a{color:#1A76D2;}@media(max-width:1200px){.elementor-371837 .elementor-element.elementor-element-3e46020{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-371837 .elementor-element.elementor-element-16a3fea{--min-height:376px;}.elementor-371837 .elementor-element.elementor-element-5389ce7{--min-height:376px;}.elementor-371837 .elementor-element.elementor-element-9c34c50{--min-height:376px;}}@media(max-width:1024px) and (min-width:768px){.elementor-371837 .elementor-element.elementor-element-b076ee3{--width:100%;}}@media(min-width:2400px){.elementor-371837 .elementor-element.elementor-element-3e46020{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-371837 .elementor-element.elementor-element-3e46020{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-371837 .elementor-element.elementor-element-afe63b3{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-371837 .elementor-element.elementor-element-ca2d166{text-align:start;}.elementor-371837 .elementor-element.elementor-element-3e46020{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-371837 .elementor-element.elementor-element-16a3fea{--min-height:356px;}.elementor-371837 .elementor-element.elementor-element-5389ce7{--min-height:356px;}.elementor-371837 .elementor-element.elementor-element-9c34c50{--min-height:0px;}.elementor-371837 .elementor-element.elementor-element-0235340{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}}@media(max-width:880px){.elementor-371837 .elementor-element.elementor-element-afe63b3{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-371837 .elementor-element.elementor-element-3e46020{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-371837 .elementor-element.elementor-element-afe63b3{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-371837 .elementor-element.elementor-element-b076ee3{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-371837 .elementor-element.elementor-element-3e46020{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-371837 .elementor-element.elementor-element-16a3fea{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371837 .elementor-element.elementor-element-e17b259{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371837 .elementor-element.elementor-element-5389ce7{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371837 .elementor-element.elementor-element-097ad41{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371837 .elementor-element.elementor-element-9c34c50{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371837 .elementor-element.elementor-element-b9894bb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371837 .elementor-element.elementor-element-0235340{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371837 .elementor-element.elementor-element-1ce2529{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-371837 .elementor-element.elementor-element-2de840e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-371837 .elementor-element.elementor-element-e512f5a{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371837 .elementor-element.elementor-element-40ac3ba{font-size:14px;}.elementor-371837 .elementor-element.elementor-element-ca51f35{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371837 .elementor-element.elementor-element-57f6ada{font-size:14px;}.elementor-371837 .elementor-element.elementor-element-3c5c4ae{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371837 .elementor-element.elementor-element-7333231{font-size:14px;}.elementor-371837 .elementor-element.elementor-element-b52664f{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371837 .elementor-element.elementor-element-c9df071{font-size:14px;}.elementor-371837 .elementor-element.elementor-element-ed66539 {--n-accordion-padding:16px 16px 16px 16px;}.elementor-371837 .elementor-element.elementor-element-ed66539{--n-accordion-title-font-size:16px;--n-accordion-icon-size:26px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}}\/* Start custom CSS for heading, class: .elementor-element-25a716f *\/.elementor-371837 .elementor-element.elementor-element-25a716f .pp__tooltip{\n    left: 4px;\n    top: 4px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-d41c1e9 *\/.elementor-371837 .elementor-element.elementor-element-d41c1e9 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a9c063f *\/.elementor-371837 .elementor-element.elementor-element-a9c063f span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-fed94c9 *\/.elementor-371837 .elementor-element.elementor-element-fed94c9:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-16a3fea *\/.elementor-371837 .elementor-element.elementor-element-16a3fea{\n    border-bottom-color: #E1EFF9 !important;\n    border-bottom-width: 1px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-51f9149 *\/.elementor-371837 .elementor-element.elementor-element-51f9149 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for html, class: .elementor-element-ede2889 *\/.pp__plan-switch{\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    column-gap: 5px;\n    margin: 0;\n    font-family: \"Inter\", Sans-serif;\n    font-size: 14px;\n}\n\n.pp__plan-switch__label {\n  position: relative;\n  display: inline-block;\n  width: 32px;\n  height: 18px;\n}\n\n.pp__plan-switch__label input {\n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n\n.pp__plan-switch__slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);\n  transition: .4s;\n  border-radius: 34px;\n}\n\n.pp__plan-switch__slider:before {\n  position: absolute;\n  content: \"\";\n  height: 12px;\n  width: 12px;\n  left: 3px;\n  bottom: 3px;\n  background-color: white;\n  transition: .4s;\n  border-radius: 50%;\n}\n\n\/* Circle slides to the right when checked *\/\n.pp__plan-switch__label input:checked + .pp__plan-switch__slider:before {\n  transform: translateX(14px);\n}\n\n.pp__plan-switch>span{\n    color: #1146C1;\n    margin-left: -5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-01ed91e *\/.elementor-371837 .elementor-element.elementor-element-01ed91e:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-5389ce7 *\/.elementor-371837 .elementor-element.elementor-element-5389ce7{\n    border-bottom-color: #E1EFF9 !important;\n    border-bottom-width: 1px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for button, class: .elementor-element-e263f8d *\/.elementor-371837 .elementor-element.elementor-element-e263f8d{\n    margin-top: auto;\n    justify-self: flex-end;\n}\n\n.elementor-371837 .elementor-element.elementor-element-e263f8d .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-371837 .elementor-element.elementor-element-e263f8d .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-3e46020 *\/.elementor-371837 .elementor-element.elementor-element-3e46020{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-371837 .elementor-element.elementor-element-3e46020 .elementor-heading-title>.pp__currency{\n    font-size: 24px;\n    font-weight: 700;\n    color: #1146C1;\n}\n\n.pp_col-icon-list b{\n    color: #1146C1;\n    font-weight: 700;\n}\n\n.pp_col-icon-list{\n    transform: translateY(3px);\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-94241d0 *\/.elementor-371837 .elementor-element.elementor-element-94241d0 i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-7ba5c19 *\/.elementor-371837 .elementor-element.elementor-element-7ba5c19 i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-ed66539 *\/.elementor-371837 .elementor-element.elementor-element-ed66539 .elementor-widget-text-editor p{\n    margin-top: 20px;\n    margin-bottom: 20px;\n}\n\n.elementor-371837 .elementor-element.elementor-element-ed66539 .elementor-widget-text-editor>:last-child{\n    margin-bottom: 0 !important;\n}\n\n.elementor-371837 .elementor-element.elementor-element-ed66539 .elementor-widget-text-editor>:first-child{\n    margin-top: 0 !important;\n}\n\n.elementor-371837 .elementor-element.elementor-element-ed66539 .elementor-widget-text-editor a{\n    text-decoration: underline;\n}\n\n.elementor-371837 .elementor-element.elementor-element-ed66539 .elementor-widget-text-editor a:hover{\n    text-decoration: none;\n}\n\n.elementor-371837 .elementor-element.elementor-element-ed66539 details{\n    border: 1px solid #F5F5F5;\n    border-radius: 5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-572717a *\/.elementor-371837 .elementor-element.elementor-element-572717a a{font-weight:bold;}\n.elementor-371837 .elementor-element.elementor-element-572717a a:hover{\n    text-decoration: underline;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"371837\" class=\"elementor elementor-371837\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-27184dc e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"27184dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-afe63b3 e-con-full pp__navigation e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"afe63b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b076ee3 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b076ee3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca2d166 elementor-widget elementor-widget-heading\" data-id=\"ca2d166\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Elige tu moneda<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72c9d23 elementor-widget elementor-widget-html\" data-id=\"72c9d23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"pp__pricing-list\">\r\n    <ul>\r\n        <li>USD<\/li>\r\n        <li class=\"active\">EUR<\/li>\r\n        <li>GBP<\/li>\r\n    <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ace069f elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ace069f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"427\" height=\"47\" src=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-es.png\" class=\"attachment-full size-full wp-image-394555\" alt=\"\" srcset=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-es.png 427w, https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-es-300x33.png 300w\" sizes=\"(max-width: 427px) 100vw, 427px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e46020 e-con-full e-grid wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3e46020\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a42f01e e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"a42f01e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-16a3fea e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"16a3fea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e2d85de e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e2d85de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e122385 elementor-widget elementor-widget-heading\" data-id=\"e122385\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Starter<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbd6940 elementor-widget elementor-widget-heading\" data-id=\"fbd6940\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Acceso a funciones esenciales como Localizaci\u00f3n, Productos Recomendados y Publicidad, con opciones b\u00e1sicas de soporte.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22cf92e e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"22cf92e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25a716f elementor-widget elementor-widget-heading\" data-id=\"25a716f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">0 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">0 $<\/span> \/mes<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d41c1e9 elementor-widget elementor-widget-heading\" data-id=\"d41c1e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>+ 5,5% +<span class=\"pp__currency pp__currency--eur\">1,09 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0,89 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">1,39 $<\/span><\/span> \/transacci\u00f3n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9c063f elementor-widget elementor-widget-heading\" data-id=\"a9c063f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tarifa mensual m\u00ednima: <span><span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span><i>*<\/i><\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02eba7d pp__button elementor-widget elementor-widget-button\" data-id=\"02eba7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=es\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Comenzar<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fed94c9 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"fed94c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Comparar planes<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e17b259 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e17b259\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f518e1 elementor-widget elementor-widget-heading\" data-id=\"6f518e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Incluye:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5098ac pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e5098ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Localizaci\u00f3n<\/span><p>Traduce y adapta tus anuncios nacionales de eBay para ser publicados en 10 mercados internacionales de eBay aumentando su visibilidad.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Publicidad Optimizada<\/span><p>Crea y optimiza campa\u00f1as publicitarias para aumentar el tr\u00e1fico y las conversiones en los anuncios internacionales (Webinterpret) en 10 mercados de eBay.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Mejoras de lA para los anuncios<\/span><p>Recomienda productos relevantes en tus anuncios internacionales (Webinterpret) para aumentar el valor medio de tus pedidos.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Cumplimiento del RSGP (disponible para todos los canales de venta)<\/span><p>Aseg\u00farate de que tus productos y tus anuncios online cumplan los requisitos normativos m\u00e1s recientes para poder seguir vendiendo en la UE.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Soporte humano<\/span><p>Solicita asistencia personalizada de nuestros expertos.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8617141 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"8617141\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5389ce7 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"5389ce7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1b370c5 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"1b370c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d8318c elementor-widget elementor-widget-heading\" data-id=\"9d8318c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Business<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efc66f2 elementor-widget elementor-widget-heading\" data-id=\"efc66f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Incluye todas las funciones del plan Starter, con tasas m\u00e1s bajas para transacciones frecuentes y asistencia personalizada mediante el servicio de devoluci\u00f3n de llamada (Call Back).<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-edb3589 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"edb3589\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ba11ebd e-con-full pp__yearly elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"ba11ebd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94824b6 elementor-widget elementor-widget-heading\" data-id=\"94824b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span> \/a\u00f1o<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-05fd6b9 e-con-full pp__monthly e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"05fd6b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ea2325 elementor-widget elementor-widget-heading\" data-id=\"9ea2325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">69,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">61,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">69,99 $<\/span> \/mes<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51f9149 elementor-widget elementor-widget-heading\" data-id=\"51f9149\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>+ 5,5%<\/span> \/transacci\u00f3n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ede2889 elementor-widget elementor-widget-html\" data-id=\"ede2889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p class=\"pp__plan-switch\">Mensual\n<label class=\"pp__plan-switch__label\">\n  <input type=\"checkbox\">\n  <span class=\"pp__plan-switch__slider\"><\/span>\n<\/label>\nAnual<b>(ahorra un 16%)<\/b><span>**<\/span><\/p>\n\n<script defer>\n    const toggleSwitch = document.querySelector('.pp__plan-switch input');\nconst yearlyPlan = document.querySelector('.pp__yearly');\nconst monthlyPlan = document.querySelector('.pp__monthly');\n  toggleSwitch.addEventListener('change', function() {\n  if (this.checked) {\n    monthlyPlan.style.display = 'none';\n    yearlyPlan.style.display = 'block';\n  } else {\n    yearlyPlan.style.display = 'none';\n    monthlyPlan.style.display = 'block';\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de10618 pp__button elementor-widget elementor-widget-button\" data-id=\"de10618\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=es\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Comenzar<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01ed91e pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"01ed91e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Comparar planes<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-097ad41 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"097ad41\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85d9851 elementor-widget elementor-widget-heading\" data-id=\"85d9851\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Incluye:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c483e35 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c483e35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Localizaci\u00f3n<\/span><p>Traduce y adapta tus anuncios nacionales de eBay para ser publicados en 10 mercados internacionales de eBay aumentando su visibilidad.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Publicidad Optimizada<\/span><p>Crea y optimiza campa\u00f1as publicitarias para aumentar el tr\u00e1fico y las conversiones en los anuncios internacionales (Webinterpret) en 10 mercados de eBay.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Mejoras de lA para los anuncios<\/span><p>Recomienda productos relevantes en tus anuncios internacionales (Webinterpret) para aumentar el valor medio de tus pedidos.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Cumplimiento del RSGP (disponible para todos los canales de venta)<\/span><p>Aseg\u00farate de que tus productos y tus anuncios online cumplan los requisitos normativos m\u00e1s recientes para poder seguir vendiendo en la UE.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Soporte humano<\/span><p>Solicita asistencia personalizada de nuestros expertos.<\/p><\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6e995b e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"d6e995b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9c34c50 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"9c34c50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b84b521 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b84b521\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9894bb elementor-widget elementor-widget-heading\" data-id=\"b9894bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Custom<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0235340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0235340\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Para vendedores con vol\u00famenes de ventas altos o espec\u00edficos que necesitan m\u00e1xima flexibilidad. Adaptado a tu actividad, exactamente como lo necesites.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e263f8d pp__button elementor-widget elementor-widget-button\" data-id=\"e263f8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/resources.webinterpret.com\/talk-to-sales-es\/?utm_campaign=organic_pricing_international&#038;utm_source=main_pricing&#038;utm_medium=button_pricing_talkto&#038;src_int\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contacta con ventas<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94241d0 elementor-widget elementor-widget-heading\" data-id=\"94241d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><i>*<\/i>A los suscriptores del plan Starter se les aplicar\u00e1 un cargo mensual m\u00ednimo de <span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span> si el valor total de las comisiones y tasas de transacci\u00f3n no supera esta cantidad.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba5c19 elementor-widget elementor-widget-heading\" data-id=\"7ba5c19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><i>**<\/i>Pago anual \u00fanico de <span><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span><\/span> por una suscripci\u00f3n de 12 meses. Las comisiones por transacci\u00f3n se cobrar\u00e1n mensualmente.<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ce2529 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"1ce2529\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2de840e elementor-widget elementor-widget-heading\" data-id=\"2de840e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comparar planes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8b8d09 elementor-widget elementor-widget-html\" data-id=\"d8b8d09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"pp__table pp__table--int\" role=\"region\" tabindex=\"0\">\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th style=\"visibility: hidden;  border-right: 1px solid transparent !important;\"><\/th>\r\n            <th><span>Starter<\/span><\/th>\r\n            <th><span>Business<\/span><\/th>\r\n        <\/tr>\r\n    <\/thead>\r\n    <tbody>\r\n        <tr style=\"display: none\"><\/tr>\r\n        <tr>\r\n            <td><b>Mercados de eBay incluidos<\/b><\/td>\r\n            <td><div class=\"pp__tooltip\"><img style=\"max-width: 98px; height: auto; width: 100%\" decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/flags-group.svg\" alt=\"flags\"><p>Incluido en este plan:<br><br>ebay.com.au, ebay.at, ebay.fr, ebay.de, ebay.it, ebay.es, ebay.co.uk, ebay.be, ebay.com.hk, ebay.com.sg, ebay.com, ebay.ca<\/p><\/div><\/td>\r\n            <td><div class=\"pp__tooltip\"><img style=\"max-width: 98px; height: auto; width: 100%\" decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/flags-group.svg\" alt=\"flags\"><p>Incluido en este plan:<br><br>ebay.com.au, ebay.at, ebay.fr, ebay.de, ebay.it, ebay.es, ebay.co.uk, ebay.be, ebay.com.hk, ebay.com.sg, ebay.com, ebay.ca<\/p><\/div><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Localizaci\u00f3n <img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Traduce y localiza autom\u00e1ticamente tus anuncios nacionales de eBay en mercados internacionales, incluyendo idioma, moneda, tallas y pol\u00edticas de env\u00edo.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Traducci\u00f3n:<\/b> <br>Aplica una traducci\u00f3n basada en IA a tus anuncios, especializada en comercio electr\u00f3nico y dise\u00f1ada para ofrecer anuncios de alta calidad que venden.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Conversi\u00f3n de divisas:<\/b> <br>Localiza los precios de los art\u00edculos seg\u00fan los tipos de cambio actuales o establece tus propias reglas de precio por mercado y\/o producto.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Conversi\u00f3n de tallas:<\/b> <br>Localiza tallas y medidas seg\u00fan el mercado objetivo, la marca y el modelo, o establece tus propias reglas de tallaje para cada marca.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>M\u00e9todo de pago local:<\/b> <br>Garantiza que los compradores internacionales tengan acceso a m\u00e9todos de pago locales durante el checkout y recibe las ventas en tu propia moneda.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Publicidad Optimizada<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Aumenta tu visibilidad, tr\u00e1fico y conversi\u00f3n de ventas en 10 mercados internacionales de eBay con un esfuerzo m\u00ednimo gracias a la Publicidad impulsada por IA.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>La rentabilidad como foco:<\/b> <br>La optimizaci\u00f3n de campa\u00f1as controla los costes reduciendo el ACOS y maximizando la rentabilidad.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Creaci\u00f3n automatizada de campa\u00f1as generales, prioritarias y externas de Anuncios patrocinados:<\/b> <br>Crea y gestiona autom\u00e1ticamente campa\u00f1as de Anuncios patrocinados en ubicaciones generales, prioritarias y de Anuncios externos.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Sugerencias expertas de gasto publicitario:<\/b> <br>Aplica recomendaciones basadas en datos para guiar tu presupuesto publicitario y tu rendimiento.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Selecci\u00f3n estrat\u00e9gica de art\u00edculos:<\/b> <br>Webinterpret selecciona tus productos con mejor rendimiento para Publicidad utilizando an\u00e1lisis inteligente.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Seguimiento y gesti\u00f3n del rendimiento:<\/b> <br>Supervisa los resultados publicitarios en tu panel de control de Publicidad, con informes claros y herramientas de gesti\u00f3n.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Optimizaci\u00f3n continua de las campa\u00f1as:<\/b> <br>Mant\u00e9n campa\u00f1as efectivas gracias a optimizaciones autom\u00e1ticas continuas.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Mejoras de IA<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Optimiza tus anuncios y muestra a los compradores recomendaciones de productos relevantes para aumentar el valor medio de los pedidos.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Widget de productos recomendados:<\/b> <br>Muestra sugerencias de productos relacionados para aumentar ventas cruzadas, interacci\u00f3n del comprador y visibilidad.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Cumplimiento del RSGP<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Sigue vendiendo en la UE con facilidad asegurando que tus productos y anuncios internacionales cumplan los requisitos normativos m\u00e1s recientes.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Persona responsable en la UE:<\/b> <br>Cumple con tus obligaciones de conformidad en la UE asignando a Webinterpret como tu persona responsable en la UE, y recibe un certificado formal de autorizaci\u00f3n EURP para los productos aplicables.*<br><br><span style=\"font-size: 11px\">*Webinterpret se reserva el derecho a rechazar el rol de persona responsable en la UE a su entera discreci\u00f3n.<\/span><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Etiquetas y certificados conformes al RSGP:<\/b> <br>Genera y descarga una etiqueta QR \u00fanica con los datos del RSGP traducidos para cada producto conforme, junto con su Certificado de cumplimiento.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Enriquecimiento de datos RSGP para anuncios en l\u00ednea:<\/b> <br>Completa autom\u00e1ticamente tus anuncios con datos esenciales del RSGP, como persona responsable en la EU, pa\u00eds de origen y otros datos de nuestra base normativa.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Panel de control de Cumplimiento:<\/b> <br>Edita y valida las sugerencias de datos de cumplimiento proporcionadas por Webinterpret y controla el estado de conformidad de tus productos.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Cumplimiento para canales de venta adicionales:<\/b> <br>Enriquece tus productos de otros canales de venta con informaci\u00f3n conforme al RSGP mediante importaci\u00f3n y exportaci\u00f3n en formato CSV.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>SKU incluidos:<\/b> <br>La cantidad de art\u00edculos \u00fanicos cubiertos por tu plan mensual. Las variaciones (como talla o color) cuentan como SKU separados.<\/td>\r\n            <td><b>Ilimitado<\/b><\/td>\r\n            <td><b>Ilimitado<\/b><\/td>\r\n        <\/tr>        \r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Cuenta y soporte<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Cuentas de eBay conectadas:<\/b> <br>La cantidad de cuentas de eBay que puedes vincular a Webinterpret y utilizar con las funciones de tu plan.<\/td>\r\n            <td><b>Ilimitado<\/b><\/td>\r\n            <td><b>Ilimitado<\/b><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Soporte humano:<\/b> <br>Recibe asistencia personalizada de nuestros expertos. El soporte en vivo est\u00e1 disponible de lunes a viernes durante el horario laboral est\u00e1ndar para ayudarte a resolver problemas y optimizar tu flujo de trabajo.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Servicio de devoluci\u00f3n de llamada (Call Back):<\/b> <br>Solicita una llamada de nuestro experto en mercados para recibir asistencia personalizada.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-x.svg\" alt=\"X\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody>\r\n        <tr class=\"pp__td-blank\">\r\n            <td style=\"border-right: 1px solid transparent !important;\"><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=es\" style=\"max-width: 170px\">Comenzar<\/a><\/span><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=es\" style=\"max-width: 170px\">Comenzar<\/a><\/span><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n<\/table>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fa6a6e e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3fa6a6e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5847f0d elementor-widget elementor-widget-heading\" data-id=\"5847f0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Preguntas frecuentes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed66539 elementor-widget elementor-widget-n-accordion\" data-id=\"ed66539\" 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-2480\" 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-2480\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> \u00bfCu\u00e1l es la diferencia entre los anuncios internacionales de Webinterpret y los anuncios nacionales? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2480\" class=\"elementor-element elementor-element-e512f5a e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e512f5a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40ac3ba elementor-widget elementor-widget-text-editor\" data-id=\"40ac3ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Los anuncios internacionales de Webinterpret son todos aquellos anuncios que han sido creados por Webinterpret a trav\u00e9s del servicio de Localizaci\u00f3n. Por otro lado, llamamos anuncio nacional a cualquier anuncio que no ha sido creado por Webinterpret y que aparece en tu mercado nacional.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2481\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2481\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> \u00bfCu\u00e1nto dura el periodo de prueba gratuito? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2481\" class=\"elementor-element elementor-element-ca51f35 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"ca51f35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57f6ada elementor-widget elementor-widget-text-editor\" data-id=\"57f6ada\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>El periodo de prueba gratis dura 30 d\u00edas (para los marketplaces eBay y Amazon) e incluye el acceso a nuestro servicio de Localizaci\u00f3n.<\/p><p>Se localizar\u00e1n hasta el 50% de tus anuncios aptos y se publicar\u00e1n en los mercados internacionales de eBay y\/o Amazon (Reino Unido, Alemania, Italia, Francia y Espa\u00f1a). En el caso de eBay, el n\u00famero de anuncios que ser\u00e1n localizados depender\u00e1 de la suscripci\u00f3n de tienda eBay que tengas. En el caso de Amazon, no se localizar\u00e1n m\u00e1s de 100 anuncios por sitio.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2482\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2482\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> \u00bfC\u00f3mo funcionan las comisiones y las tasas de transacci\u00f3n? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2482\" class=\"elementor-element elementor-element-3c5c4ae e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3c5c4ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7333231 elementor-widget elementor-widget-text-editor\" data-id=\"7333231\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Las comisiones se cobran como un porcentaje de las ventas generadas por los anuncios creados por Webinterpret. Los vendedores con m\u00e1s del 50% de sus productos en la categor\u00eda de equipos tecnol\u00f3gicos se benefician de una comisi\u00f3n m\u00e1s baja del 2,9%.<\/p><p>Las tasas de transacci\u00f3n se cobran como una cantidad fija por cada transacci\u00f3n generada por los anuncios creados por Webinterpret.<\/p><p>Las comisiones y tasas de transacci\u00f3n establecidas para los suscriptores de los planes Starter y Business se aplican \u00fanicamente a los pedidos internacionales generados por Webinterpret.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2483\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2483\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> \u00bfExisten limitaciones por sitio, servicio o mercado? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2483\" class=\"elementor-element elementor-element-b52664f e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b52664f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9df071 elementor-widget elementor-widget-text-editor\" data-id=\"c9df071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Servicio de localizaci\u00f3n: Los sitios de eBay disponibles incluyen Alemania, Australia, Austria, B\u00e9lgica, Canad\u00e1 (Ingl\u00e9s y Franc\u00e9s), eBay Motors, Espa\u00f1a, Estados Unidos, Francia, Hong Kong, Irlanda, Italia, Reino Unido y Singapur. Los sitios de eBay en B\u00e9lgica y Austria requieren la activaci\u00f3n por parte del servicio de atenci\u00f3n al cliente de Webinterpret bajo petici\u00f3n y pueden dar lugar a un menor n\u00famero de anuncios sin comisi\u00f3n por publicaci\u00f3n. Entre los sitios de Amazon disponibles se encuentran: Francia, Alemania, Italia, Espa\u00f1a y Reino Unido.<\/p><p>Servicio de publicidad: Los sitios de eBay disponibles incluyen Alemania, Australia, Canad\u00e1 (Ingl\u00e9s y Franc\u00e9s), Espa\u00f1a, Estados Unidos, Francia, Italia y el Reino Unido.<\/p>\t\t\t\t\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-572717a elementor-widget elementor-widget-text-editor\" data-id=\"572717a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00bfNecesitas m\u00e1s informaci\u00f3n?\u00a0<a href=\"https:\/\/resources.webinterpret.com\/talk-to-sales-es\">Contacta con el equipo de ventas<\/a><\/p>\t\t\t\t\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<span class=\"wpr-template-edit-btn\" data-permalink=\"https:\/\/webinterpret.com\/es?elementor_library=pricing-w-listings-es\">Edit Template<\/span><\/div>\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-content-2082\" class=\"wpr-tab-content elementor-repeater-item-b7591b6\" data-tab=\"2\">\n\t\t\t\t\t<div class=\"wpr-tab-content-inner elementor-clearfix wpr-anim-size-large wpr-overlay-fade-in\"><style>.elementor-371840 .elementor-element.elementor-element-7dcc623{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-ab1d132{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:40px 20px;--row-gap:40px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-01dbe47{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-ae51fb5{text-align:end;}.elementor-371840 .elementor-element.elementor-element-d0b1247{width:var( --container-widget-width, 213px );max-width:213px;--container-widget-width:213px;--container-widget-flex-grow:0;}.elementor-371840 .elementor-element.elementor-element-d0b1247.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371840 .elementor-element.elementor-element-28714ad{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--align-items:start;--margin-top:50px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-96be288{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-371840 .elementor-element.elementor-element-467e2cb{--display:flex;--min-height:310px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371840 .elementor-element.elementor-element-9fe0122{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-ff3e073 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-ff3e073{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371840 .elementor-element.elementor-element-b5fb855 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-b5fb855{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371840 .elementor-element.elementor-element-1bc1f0c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-73b077d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-73b077d{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371840 .elementor-element.elementor-element-7dcf3fc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-9ae5c0c .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-9ae5c0c{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371840 .elementor-element.elementor-element-e98ff05{text-align:center;}.elementor-371840 .elementor-element.elementor-element-e98ff05 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371840 .elementor-element.elementor-element-e98ff05 .elementor-heading-title a:hover, .elementor-371840 .elementor-element.elementor-element-e98ff05 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371840 .elementor-element.elementor-element-1900957{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371840 .elementor-element.elementor-element-1900957.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371840 .elementor-element.elementor-element-45abb1b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-45abb1b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371840 .elementor-element.elementor-element-7f0f8c4 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-bbf9390 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:600;line-height:1em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-bbf9390{padding:7px 15px 7px 12px;top:0px;z-index:1;background-color:#FFEA29;border-radius:25px 25px 0px 25px;}body:not(.rtl) .elementor-371840 .elementor-element.elementor-element-bbf9390{right:0px;}body.rtl .elementor-371840 .elementor-element.elementor-element-bbf9390{left:0px;}.elementor-371840 .elementor-element.elementor-element-6cfbe89{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-6cfbe89:not(.elementor-motion-effects-element-type-background), .elementor-371840 .elementor-element.elementor-element-6cfbe89 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371840 .elementor-element.elementor-element-a5b52c4{--display:flex;--min-height:310px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:34px;--padding-left:34px;--padding-right:34px;}.elementor-371840 .elementor-element.elementor-element-6f4b3e6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371840 .elementor-element.elementor-element-6f4b3e6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371840 .elementor-element.elementor-element-25a59ab .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371840 .elementor-element.elementor-element-25a59ab{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371840 .elementor-element.elementor-element-f1767e6 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-f1767e6{margin:auto 0 calc(var(--kit-widget-spacing, 0px) + 0) 0;}.elementor-371840 .elementor-element.elementor-element-24d87bb7{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 34px) 0px;}.elementor-371840 .elementor-element.elementor-element-24d87bb7 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371840 .elementor-element.elementor-element-2e1d5235{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-5ab23d0c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:23px;--padding-left:34px;--padding-right:30px;}.elementor-371840 .elementor-element.elementor-element-5251517b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-5d9a1dfe .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-21193a37{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:27px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-371840 .elementor-element.elementor-element-221733ad .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-f382ac5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-144cd734{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:23px;--padding-left:34px;--padding-right:30px;}.elementor-371840 .elementor-element.elementor-element-4b04c7d6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-37ae8c31 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-37ae8c31{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371840 .elementor-element.elementor-element-30ff0d4 .elementor-heading-title{font-size:11px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-5994d221{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:27px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-371840 .elementor-element.elementor-element-738a6fa7 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-243ff561{text-align:center;margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-243ff561 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371840 .elementor-element.elementor-element-57a0ded6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-65e719e0 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-65e719e0{padding:9px 20px 9px 20px;}.elementor-371840 .elementor-element.elementor-element-c24c191{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371840 .elementor-element.elementor-element-ab4482a{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371840 .elementor-element.elementor-element-ab4482a .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-11139fe0{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371840 .elementor-element.elementor-element-6de8082d{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371840 .elementor-element.elementor-element-6de8082d .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-36234cae{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371840 .elementor-element.elementor-element-1bf5d466{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371840 .elementor-element.elementor-element-1bf5d466 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371840 .elementor-element.elementor-element-5491394b{--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-title-font-size:16px;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#000000;--n-accordion-icon-size:14px;}.elementor-371840 .elementor-element.elementor-element-5491394b > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:solid;border-width:1px 0px 0px 0px;border-color:#E1EFF9;}.elementor-371840 .elementor-element.elementor-element-5491394b {--n-accordion-padding:24px 20px 20px 20px;}:where( .elementor-371840 .elementor-element.elementor-element-5491394b > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:\"Inter\", Sans-serif;font-weight:600;line-height:1.56em;}:where( .elementor-371840 .elementor-element.elementor-element-5491394b > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}.elementor-371840 .elementor-element.elementor-element-557d864 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:700;line-height:1.33em;fill:#FFFFFF;color:#FFFFFF;background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);transition-duration:0.3s;border-style:none;border-radius:10px 10px 10px 10px;padding:10px 30px 10px 30px;}.elementor-371840 .elementor-element.elementor-element-557d864 .elementor-button:hover, .elementor-371840 .elementor-element.elementor-element-557d864 .elementor-button:focus{color:#FFFFFF;background-color:#000000;}.elementor-371840 .elementor-element.elementor-element-557d864 .elementor-button:hover svg, .elementor-371840 .elementor-element.elementor-element-557d864 .elementor-button:focus svg{fill:#FFFFFF;}.elementor-371840 .elementor-element.elementor-element-557d864{margin:30px 25px calc(var(--kit-widget-spacing, 0px) + 0px) 25px;}.elementor-371840 .elementor-element.elementor-element-58326b9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:30px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371840 .elementor-element.elementor-element-66cf265c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-371840 .elementor-element.elementor-element-66cf265c{padding:9px 20px 9px 20px;}.elementor-371840 .elementor-element.elementor-element-7ca6d9b4{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--paddi