{"id":183913,"date":"2026-08-18T12:26:38","date_gmt":"2026-08-18T12:26:38","guid":{"rendered":"https:\/\/pabau.com\/?page_id=183913"},"modified":"2026-08-18T12:26:38","modified_gmt":"2026-08-18T12:26:38","slug":"comparar","status":"publish","type":"page","link":"https:\/\/pabau.com\/es\/comparar\/","title":{"rendered":"Comparar"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"183913\" class=\"elementor elementor-183913 elementor-9129\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9874ba e-con-full e-flex e-con e-parent\" data-id=\"7d9874ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd7a638 elementor-widget elementor-widget-html\" data-id=\"fd7a638\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- \u2550\u2550 Compare Hub: Hero Section \u2550\u2550 -->\n<div id=\"cmp-hero-wrap\">\n\n<style>\n\/* \u2500\u2500 Hero reset \u2500\u2500 *\/\n.cmp-hero *,.cmp-hero *::before,.cmp-hero *::after{box-sizing:border-box;margin:0;padding:0}\n\n\/* \u2500\u2500 Hero section \u2500\u2500 *\/\n.cmp-hero{\n    background:linear-gradient(135deg,#0F1535 0%,#1a2150 50%,#1B2559 100%);\n    padding:70px 0 0;\n    overflow:hidden;\n    position:relative;\n}\n\n\/* \u2500\u2500 Container \u2500\u2500 *\/\n.cmp-hero__inner{\n    max-width:1240px;\n    margin:0 auto;\n    padding:0 40px;\n    display:flex;\n    align-items:center;\n    gap:40px;\n}\n\n\/* \u2500\u2500 Left: text column \u2500\u2500 *\/\n.cmp-hero__text{\n    flex:0 0 46%;\n    padding-bottom:70px;\n}\n\n.cmp-hero__subtitle{\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:3px;\n    text-transform:uppercase;\n    color:rgba(255,255,255,.55);\n    margin-bottom:20px;\n    line-height:1.6;\n}\n\n.cmp-hero__title{\n    font-size:clamp(34px,4.2vw,50px);\n    font-weight:700;\n    color:#fff !important;\n    line-height:1.12;\n    margin:0;\n    letter-spacing:-.5px;\n}\n\n\/* \u2500\u2500 Right: visual column \u2500\u2500 *\/\n.cmp-hero__visual{\n    flex:1;\n    position:relative;\n    display:flex;\n    justify-content:center;\n    align-items:flex-end;\n    min-height:420px;\n    padding-top:20px;\n}\n\n\/* Hero image *\/\n.cmp-hero__img{\n    height:400px;\n    width:auto;\n    max-width:100%;\n    object-fit:contain;\n    object-position:bottom;\n    position:relative;\n    z-index:1;\n    display:block;\n    filter:drop-shadow(0 4px 30px rgba(0,0,0,.25));\n}\n\n\/* \u2500\u2500 Badges row wrapper \u2500\u2500\n   Desktop: overlay the visual so badges can be absolutely positioned inside it.\n   Mobile: reflow to a horizontal flex row below the image. *\/\n.cmp-hero__badges-row{\n    position:absolute;\n    inset:0;\n    pointer-events:none; \/* let clicks pass through the transparent overlay *\/\n}\n\n\/* \u2500\u2500 Stat badges \u2500\u2500 *\/\n.cmp-hero__badge{\n    position:absolute;\n    pointer-events:auto;\n    background:#fff;\n    border-radius:14px;\n    padding:16px 22px;\n    box-shadow:0 8px 40px rgba(0,0,0,.15);\n    z-index:2;\n    min-width:155px;\n    transition:transform .3s ease;\n}\n.cmp-hero__badge:hover{transform:translateY(-3px)}\n\n.cmp-hero__badge-num{\n    display:block;\n    font-size:26px;\n    font-weight:800;\n    color:#171B3A;\n    line-height:1.1;\n}\n\n.cmp-hero__badge-label{\n    display:block;\n    font-size:11.5px;\n    color:#6B7280;\n    line-height:1.45;\n    margin-top:5px;\n    font-weight:500;\n}\n\n\/* Badge positions *\/\n.cmp-hero__badge--clinics  { left:0;   bottom:100px; }\n.cmp-hero__badge--features { top:10px; left:42%;     }\n.cmp-hero__badge--hours    { right:0;  bottom:30px;  }\n\n\/* \u2500\u2500 Responsive \u2500\u2500 *\/\n@media(max-width:960px){\n    .cmp-hero{padding:50px 0 0}\n    .cmp-hero__inner{flex-direction:column;text-align:center;gap:30px;padding:0 24px}\n    .cmp-hero__text{flex:none;padding-bottom:0}\n    .cmp-hero__visual{width:100%;min-height:320px;justify-content:center}\n    .cmp-hero__img{height:320px}\n    .cmp-hero__badge--clinics  { left:5%;  bottom:80px }\n    .cmp-hero__badge--features { top:0;    left:auto; right:5% }\n    .cmp-hero__badge--hours    { right:10%;bottom:10px }\n}\n\n@media(max-width:600px){\n    .cmp-hero{padding:40px 0 0}\n    .cmp-hero__inner{padding:0 16px;gap:24px;flex-direction:column;align-items:center}\n    .cmp-hero__title{font-size:30px}\n    .cmp-hero__subtitle{font-size:12px;letter-spacing:2px}\n\n    \/* Visual: column layout \u2014 image on top, badge row below *\/\n    .cmp-hero__visual{\n        flex-direction:column;\n        align-items:center;\n        min-height:auto;\n        gap:16px;\n        padding-bottom:30px;\n        width:100%;\n    }\n    .cmp-hero__img{height:250px}\n\n    \/* Badge row: switch from absolute overlay to a normal flow flex row *\/\n    .cmp-hero__badges-row{\n        position:static;\n        inset:auto;\n        pointer-events:auto;\n        display:flex;\n        gap:10px;\n        justify-content:center;\n        flex-wrap:wrap;\n        padding:0 10px;\n        width:100%;\n    }\n\n    \/* Reset every badge to static so they sit in the row *\/\n    .cmp-hero__badge{\n        position:static;\n        min-width:auto;\n        padding:12px 16px;\n        text-align:center;\n        \/* kill any leftover coordinate values *\/\n        left:auto;right:auto;top:auto;bottom:auto;\n    }\n    .cmp-hero__badge-num{font-size:22px}\n    .cmp-hero__badge-label{font-size:11px}\n}\n<\/style>\n\n<section class=\"cmp-hero\" aria-label=\"Compara alternativas a Pabau\">\n    <div class=\"cmp-hero__inner\">\n\n        <!-- Left: text -->\n        <div class=\"cmp-hero__text\">\n            <p class=\"cmp-hero__subtitle\">Descubre por qu\u00e9 cada vez m\u00e1s cl\u00ednicas se pasan a Pabau<\/p>\n            <h1 class=\"cmp-hero__title\">Compara alternativas<br>a Pabau<\/h1>\n        <\/div>\n\n        <!-- Right: visual -->\n        <div class=\"cmp-hero__visual\">\n\n            <img fetchpriority=\"high\" decoding=\"async\" class=\"cmp-hero__img\"\n                 src=\"https:\/\/pabau.com\/wp-content\/uploads\/2026\/02\/compare-hero-person.png\"\n                 alt=\"Profesional sanitario comparando software para cl\u00ednicas\"\n                 width=\"389\" height=\"415\" \/>\n\n            <!--\n                Single wrapper for all badges.\n                Desktop: position:absolute overlay \u2192 badges sit at their absolute coords.\n                Mobile:  position:static flex row \u2192 badges reflow below the image.\n            -->\n            <div class=\"cmp-hero__badges-row\">\n                <div class=\"cmp-hero__badge cmp-hero__badge--clinics\">\n                    <span class=\"cmp-hero__badge-num\">3,500+<\/span>\n                    <span class=\"cmp-hero__badge-label\">Cl\u00ednicas conf\u00edan en Pabau<br>en todo el mundo<\/span>\n                <\/div>\n                <div class=\"cmp-hero__badge cmp-hero__badge--features\">\n                    <span class=\"cmp-hero__badge-num\">200+<\/span>\n                    <span class=\"cmp-hero__badge-label\">Funcionalidades comparadas<br>en m\u00e1s de 30 sistemas<\/span>\n                <\/div>\n                <div class=\"cmp-hero__badge cmp-hero__badge--hours\">\n                    <span class=\"cmp-hero__badge-num\">1,000+<\/span>\n                    <span class=\"cmp-hero__badge-label\">Rese\u00f1as en los principales<br>sitios de rese\u00f1as 4,9\/5<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<\/div><!-- \/#cmp-hero-wrap -->\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-37c2bca8 e-flex e-con-boxed e-con e-parent\" data-id=\"37c2bca8\" 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-7e334da7 elementor-widget elementor-widget-heading\" data-id=\"7e334da7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pabau de un vistazo<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6098a6d3 e-flex e-con-boxed e-con e-child\" data-id=\"6098a6d3\" 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-20cad42e e-flex e-con-boxed e-con e-child\" data-id=\"20cad42e\" 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-55509f31 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"55509f31\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M45.6 23.9992H44.8V7.19922C44.7974 4.99122 43.008 3.20182 40.8 3.19922H7.2C4.992 3.20182 3.2026 4.99122 3.2 7.19922V19.1992H2.4C1.0745 19.1992 0 20.2737 0 21.5992V42.3992C0 43.7247 1.0745 44.7992 2.4 44.7992H32.8C33.2418 44.7992 33.6 44.441 33.6 43.9992C33.5974 41.7912 31.808 40.0018 29.6 39.9992H27.2V35.1992H36.8V42.3992C36.8 43.7247 37.8745 44.7992 39.2 44.7992H45.6C46.9255 44.7992 48 43.7247 48 42.3992V26.3992C48 25.0737 46.9255 23.9992 45.6 23.9992ZM17.6 42.3992C17.6 42.841 17.2418 43.1992 16.8 43.1992H2.4C1.9582 43.1992 1.6 42.841 1.6 42.3992V41.5992H17.6V42.3992ZM17.6 39.9992H1.6V21.5992C1.6 21.1574 1.9582 20.7992 2.4 20.7992H16.8C17.2418 20.7992 17.6 21.1574 17.6 21.5992V39.9992ZM29.6 41.5992C30.6168 41.6004 31.5229 42.241 31.8632 43.1992H19.0528C19.1476 42.943 19.1973 42.6724 19.2 42.3992V41.5992H29.6ZM19.2 39.9992V35.1992H20.8V39.9992H19.2ZM22.4 39.9992V35.1992H25.6V39.9992H22.4ZM36.8 33.5992H19.2V28.7992H36.8V33.5992ZM36.8 26.3992V27.1992H19.2V21.5992C19.1973 21.2196 19.1034 20.8462 18.9264 20.5104C18.9384 20.4992 18.9544 20.496 18.9656 20.484L26.8856 12.564C27.1926 12.2462 27.1838 11.7397 26.866 11.4328C26.556 11.1334 26.0645 11.1334 25.7544 11.4328L17.8344 19.3528C17.8152 19.3728 17.8072 19.3984 17.7904 19.4192C17.48 19.2752 17.1421 19.2002 16.8 19.1992H4.8V7.19922C4.8 5.87372 5.8745 4.79922 7.2 4.79922H40.8C42.1255 4.79922 43.2 5.87372 43.2 7.19922V23.9992H39.2C37.8745 23.9992 36.8 25.0737 36.8 26.3992ZM46.4 42.3992C46.4 42.841 46.0418 43.1992 45.6 43.1992H39.2C38.7582 43.1992 38.4 42.841 38.4 42.3992V41.5992H46.4V42.3992ZM46.4 39.9992H38.4V26.3992C38.4 25.9574 38.7582 25.5992 39.2 25.5992H45.6C46.0418 25.5992 46.4 25.9574 46.4 26.3992V39.9992Z\" fill=\"#54B2D3\"><\/path><path d=\"M9.55906 28.9373C9.24666 28.625 8.74026 28.625 8.42786 28.9373L5.03426 32.331C4.71646 32.638 4.70766 33.1443 5.01466 33.4621C5.32166 33.7799 5.82806 33.7888 6.14586 33.4818C6.15256 33.4754 6.15906 33.4687 6.16546 33.4621L9.55906 30.0685C9.70186 29.821 9.41486 29.3505 9.55906 28.9373Z\" fill=\"#54B2D3\"><\/path><path d=\"M14.3393 28.9374C14.0293 28.638 13.5378 28.638 13.2277 28.9374L9.83406 32.331C9.51626 32.6379 9.50746 33.1444 9.81446 33.4622C10.1214 33.78 10.6279 33.7888 10.9457 33.4818C10.9524 33.4754 10.9589 33.4688 10.9653 33.4622L14.3589 30.0686C14.6658 29.7508 14.6571 29.2443 14.3393 28.9374Z\" fill=\"#54B2D3\"><\/path><path d=\"M31.7456 11.4335C31.4356 11.1341 30.9441 11.1341 30.634 11.4335L22.714 19.3535C22.3962 19.6604 22.3874 20.1669 22.6943 20.4847C23.0012 20.8025 23.5077 20.8113 23.8255 20.5044C23.8322 20.498 23.8387 20.4914 23.8452 20.4847L31.7652 12.5647C32.0722 12.2469 32.0634 11.7404 31.7456 11.4335Z\" fill=\"#54B2D3\"><\/path><path d=\"M44.0772 31.1035C43.7672 30.804 43.2756 30.804 42.9656 31.1035L40.7032 33.3659C40.3854 33.6729 40.3766 34.1793 40.6836 34.4971C40.9906 34.8149 41.497 34.8237 41.8148 34.5167C41.8214 34.5103 41.828 34.5037 41.8344 34.4971L44.0968 32.2347C44.4038 31.9169 44.395 31.4105 44.0772 31.1035Z\" fill=\"#54B2D3\"><\/path><path d=\"M24.0159 30.4004H24.0079C23.5661 30.4026 23.2097 30.7626 23.2119 31.2044C23.2141 31.6462 23.5741 32.0026 24.0159 32.0004C24.4577 32.0004 24.8159 31.6422 24.8159 31.2004C24.8159 30.7586 24.4577 30.4004 24.0159 30.4004Z\" fill=\"#54B2D3\"><\/path><path d=\"M25.5996 6.40039H22.3996C21.9578 6.40039 21.5996 6.75859 21.5996 7.20039C21.5996 7.64219 21.9578 8.00039 22.3996 8.00039H25.5996C26.0414 8.00039 26.3996 7.64219 26.3996 7.20039C26.3996 6.75859 26.0414 6.40039 25.5996 6.40039Z\" fill=\"#54B2D3\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSomos una soluci\u00f3n todo en uno\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOlv\u00eddate de hacer juegos malabares con varios sistemas. Pabau gestiona sin fricciones tu agenda, los datos de clientes, el marketing, los informes y mucho m\u00e1s desde un \u00fanico centro.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-29100c68 e-flex e-con-boxed e-con e-child\" data-id=\"29100c68\" 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-47c7235e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"47c7235e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g clip-path=\"url(#clip0_7284_157523)\"><path d=\"M18 30.8827V23.625C18 22.1775 16.8225 21 15.375 21C14.9707 21 14.592 21.0997 14.25 21.2633V16.875C14.25 15.4275 13.0725 14.25 11.625 14.25C11.2207 14.25 10.842 14.3498 10.5 14.5132V12.375C10.5 10.9275 9.3225 9.75 7.875 9.75C6.65625 9.75 5.637 10.59 5.34375 11.718C4.88025 11.4255 4.3365 11.25 3.75 11.25C2.0955 11.25 0.75 12.5955 0.75 14.25V27C0.75 27.1252 0.7815 27.249 0.8415 27.3592L5.3415 35.6092C5.376 35.6715 5.4195 35.73 5.46975 35.7803L11.3415 41.652C11.76 42.0705 12 42.6502 12 43.2428V46.5C12 46.914 12.336 47.25 12.75 47.25H21.75C22.164 47.25 22.5 46.914 22.5 46.5V37.1828C22.5 36.2295 22.1415 35.3205 21.4913 34.6238L18 30.8827ZM15.375 22.5C15.9952 22.5 16.5 23.0048 16.5 23.625V29.2755L14.25 26.865V23.625C14.25 23.0048 14.7548 22.5 15.375 22.5ZM11.625 15.75C12.2452 15.75 12.75 16.2547 12.75 16.875V23.625V25.2577L12.243 24.7147C11.8192 24.261 11.22 24 10.5982 24H10.5V16.875C10.5 16.2547 11.0048 15.75 11.625 15.75ZM6.75 12.375C6.75 11.7548 7.25475 11.25 7.875 11.25C8.49525 11.25 9 11.7548 9 12.375V16.875V24.5835C8.667 24.8835 8.41875 25.2773 8.3115 25.728L6.75 23.7405V14.25V12.375ZM21 45.75H13.5V43.2428C13.5 42.2415 13.11 41.2995 12.402 40.5915L6.60675 34.7962L2.25 26.8088V14.25C2.25 13.4227 2.92275 12.75 3.75 12.75C4.57725 12.75 5.25 13.4227 5.25 14.25V24C5.25 24.168 5.30625 24.3308 5.4105 24.4635L13.6605 34.9635L14.8395 34.0373L9.75 27.5588V26.25C9.75 25.8368 10.0868 25.5 10.5 25.5H10.5982C10.8052 25.5 11.0048 25.587 11.1465 25.7378L20.3955 35.6467C20.7847 36.0653 21 36.6105 21 37.1828V45.75Z\" fill=\"#54B2D3\"><\/path><path d=\"M44.25 11.25C43.6635 11.25 43.1197 11.4255 42.6562 11.718C42.363 10.59 41.3438 9.75 40.125 9.75C38.6775 9.75 37.5 10.9275 37.5 12.375V14.5132C37.158 14.3498 36.7793 14.25 36.375 14.25C34.9275 14.25 33.75 15.4275 33.75 16.875V21.2633C33.408 21.0997 33.0293 21 32.625 21C31.1775 21 30 22.1775 30 23.625V30.8827L26.5088 34.6238C25.8585 35.3205 25.5 36.2295 25.5 37.1828V46.5C25.5 46.914 25.836 47.25 26.25 47.25H35.25C35.664 47.25 36 46.914 36 46.5V43.2428C36 42.6502 36.24 42.0713 36.6585 41.652L42.5303 35.7803C42.5805 35.73 42.624 35.6715 42.6585 35.6092L47.1585 27.3592C47.2185 27.249 47.25 27.1252 47.25 27V14.25C47.25 12.5955 45.9045 11.25 44.25 11.25ZM39 12.375C39 11.7548 39.5048 11.25 40.125 11.25C40.7452 11.25 41.25 11.7548 41.25 12.375V14.25V23.7405L39.6885 25.7273C39.5812 25.2765 39.333 24.8835 39 24.5828V16.875V12.375ZM35.25 16.875C35.25 16.2547 35.7548 15.75 36.375 15.75C36.9952 15.75 37.5 16.2547 37.5 16.875V24H37.4017C36.78 24 36.1807 24.261 35.757 24.7147L35.25 25.2585V23.625V16.875ZM31.5 23.625C31.5 23.0048 32.0047 22.5 32.625 22.5C33.2453 22.5 33.75 23.0048 33.75 23.625V26.865L31.5 29.2755V23.625ZM45.75 26.8088L41.3933 34.7955L35.598 40.5907C34.89 41.2995 34.5 42.2407 34.5 43.2428V45.75H27V37.1828C27 36.6105 27.2152 36.0652 27.6052 35.6475L36.8542 25.7385C36.9952 25.587 37.1947 25.5 37.4017 25.5H37.5C37.9132 25.5 38.25 25.8368 38.25 26.25V27.5588L33.1605 34.0365L34.3395 34.9627L42.5895 24.4628C42.6938 24.3308 42.75 24.168 42.75 24V14.25C42.75 13.4227 43.4228 12.75 44.25 12.75C45.0772 12.75 45.75 13.4227 45.75 14.25V26.8088Z\" fill=\"#54B2D3\"><\/path><path d=\"M35.2361 6.9278C35.1101 4.9043 34.0953 3.08105 32.4536 1.9253C30.0573 0.239301 26.8203 0.386301 24.5816 2.2823L23.9996 2.7758L23.4168 2.2823C21.1781 0.386301 17.9418 0.239301 15.5448 1.9253C13.9031 3.08105 12.8883 4.9043 12.7623 6.9278C12.6356 8.9573 13.4186 10.899 14.9111 12.2558L23.4948 20.0626C23.6381 20.1923 23.8188 20.2576 23.9996 20.2576C24.1803 20.2576 24.3611 20.1923 24.5043 20.0626L33.0881 12.2558C34.5798 10.899 35.3628 8.9573 35.2361 6.9278ZM23.9996 18.4951L15.9206 11.1473C14.7671 10.0981 14.1618 8.5943 14.2601 7.0223C14.3576 5.45555 15.1413 4.0448 16.4088 3.15305C17.2631 2.55155 18.2561 2.25455 19.2476 2.25455C20.3891 2.25455 21.5283 2.6483 22.4471 3.42755L23.5143 4.33205C23.7941 4.5683 24.2043 4.5683 24.4841 4.33205L25.5521 3.4268C27.2688 1.97255 29.7528 1.85855 31.5903 3.1523C32.8578 4.04405 33.6416 5.4548 33.7391 7.02155C33.8373 8.5943 33.2321 10.0981 32.0786 11.1466L23.9996 18.4951Z\" fill=\"#54B2D3\"><\/path><\/g><defs><clipPath id=\"clip0_7284_157523\"><rect width=\"48\" height=\"48\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDise\u00f1ado para medical spas y el sector sanitario\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDi adi\u00f3s al software gen\u00e9rico. Pabau est\u00e1 creado pensando en cl\u00ednicas est\u00e9ticas, medical spas y consultas sanitarias, y simplifica tus procesos espec\u00edficos.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-1a9705c e-flex e-con-boxed e-con e-child\" data-id=\"1a9705c\" 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-f94d26a elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f94d26a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><mask id=\"mask0_7284_157532\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"48\" height=\"48\"><path d=\"M0 3.8147e-06H48V48H0V3.8147e-06Z\" fill=\"white\"><\/path><\/mask><g mask=\"url(#mask0_7284_157532)\"><path d=\"M35.4707 31.6387L40.7104 41.6597L40.6766 41.6775L33.0379 39.6094L30.3763 47.0625L24.5479 35.9156\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"><\/path><path d=\"M12.5297 31.6387L7.29004 41.6597L7.32379 41.6775L14.9625 39.6094L17.6241 47.0625L23.4525 35.9156\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"><\/path><path d=\"M28.2191 1.44943C35.8421 3.33708 41.4934 10.2239 41.4934 18.4305C41.4934 28.0919 33.6614 35.9238 24.0001 35.9238C14.3388 35.9238 6.50684 28.0919 6.50684 18.4305C6.50684 10.2239 12.1581 3.33708 19.7813 1.44943\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M24.9375 0.9375C24.9375 1.45528 24.5177 1.875 24 1.875C23.4822 1.875 23.0625 1.45528 23.0625 0.9375C23.0625 0.419719 23.4822 1.19209e-07 24 1.19209e-07C24.5177 1.19209e-07 24.9375 0.419719 24.9375 0.9375Z\" fill=\"#54B2D3\"><\/path><path d=\"M24.0001 31.2363C16.9391 31.2363 11.1943 25.4917 11.1943 18.4305C11.1943 11.3695 16.9391 5.62486 24.0001 5.62486C31.0612 5.62486 36.8059 11.3695 36.8059 18.4305C36.8059 25.4917 31.0612 31.2363 24.0001 31.2363Z\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M18.9315 23.0684L16.6885 17.3157L21.7445 18.4624L24.0004 13.7944L26.2562 18.4624L31.3123 17.3157L29.0692 23.0684\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"><\/path><path d=\"M17.4375 23.0684H30.5625\" stroke=\"#54B2D3\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSoluci\u00f3n premium\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tNo somos la opci\u00f3n m\u00e1s barata, y es porque te damos todo lo que necesitas. Sin complementos costosos ni tarifas ocultas por funcionalidades esenciales.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-949fabe e-flex e-con-boxed e-con e-child\" data-id=\"949fabe\" 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-10000396 e-flex e-con-boxed e-con e-child\" data-id=\"10000396\" 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-131c68bd elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"131c68bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"88\" height=\"88\" viewBox=\"0 0 88 88\" fill=\"none\"><path d=\"M86.7084 81.2033H80.7723V57.0329C80.7723 56.3196 80.194 55.7413 79.4807 55.7413C78.7674 55.7413 78.1891 56.3196 78.1891 57.0329V81.2033H68.1299V38.6895C68.1299 38.4522 68.323 38.259 68.5604 38.259H77.7586C77.9959 38.259 78.1891 38.4522 78.1891 38.6895V51.8666C78.1891 52.5799 78.7674 53.1582 79.4807 53.1582C80.194 53.1582 80.7723 52.5799 80.7723 51.8666V38.6895C80.7723 37.0278 79.4204 35.6758 77.7586 35.6758H68.5604C66.8988 35.6758 65.5467 37.0278 65.5467 38.6895V81.2035H61.3326V48.0891C61.3326 46.4275 59.9805 45.0754 58.3189 45.0754H49.1207C47.4589 45.0754 46.107 46.4275 46.107 48.0891V81.2035H41.8928V57.4888C41.8928 55.8271 40.541 54.4751 38.8791 54.4751H29.681C28.0193 54.4751 26.6673 55.8271 26.6673 57.4888V68.7827C26.6673 69.496 27.2456 70.0743 27.9589 70.0743C28.6722 70.0743 29.2504 69.496 29.2504 68.7827V57.4888C29.2504 57.2513 29.4437 57.0582 29.681 57.0582H38.8791C39.1166 57.0582 39.3097 57.2513 39.3097 57.4888V81.2033H29.2504V73.9491C29.2504 73.2358 28.6722 72.6575 27.9589 72.6575C27.2456 72.6575 26.6673 73.2358 26.6673 73.9491V81.2033H22.4531V66.8884C22.4531 65.2267 21.1012 63.8747 19.4394 63.8747H10.2414C8.57974 63.8747 7.22771 65.2267 7.22771 66.8884V81.2033H1.29159C0.578286 81.2033 0 81.7816 0 82.4949C0 83.2082 0.578286 83.7865 1.29159 83.7865H86.7084C87.4217 83.7865 88 83.2082 88 82.4949C88 81.7816 87.4217 81.2033 86.7084 81.2033ZM48.6902 48.0891C48.6902 47.8518 48.8834 47.6586 49.1207 47.6586H58.3189C58.5562 47.6586 58.7494 47.8518 58.7494 48.0891V81.2035H48.6902V48.0891ZM9.81088 66.8884C9.81088 66.6511 10.0041 66.4579 10.2414 66.4579H19.4396C19.677 66.4579 19.8701 66.6511 19.8701 66.8884V81.2033H9.81088V66.8884Z\" fill=\"#54B2D3\"><\/path><path d=\"M13.7925 48.4555C13.8633 48.4555 13.9348 48.453 14.0064 48.4481C23.5318 47.7865 32.489 45.7077 40.6296 42.2695C51.5912 37.6398 60.6659 30.6611 67.6201 21.5165L71.9733 24.5433C72.8309 25.1827 74.1376 24.4142 73.9957 23.3538L72.1915 5.38049C72.1327 4.61294 71.3211 4.04826 70.5808 4.25957L53.0879 8.81559C52.0436 9.05118 51.7777 10.5442 52.676 11.126L57.0689 14.1803C56.1949 15.5535 54.2693 18.2764 50.9117 21.6069C50.4052 22.1094 50.4019 22.9271 50.9043 23.4334C51.4066 23.9399 52.2244 23.9432 52.7307 23.4408C57.9069 18.3063 59.8611 14.5521 59.9417 14.3949C60.2367 13.8194 60.0607 13.1143 59.5298 12.7451L56.4558 10.6078L69.7721 7.13963L71.1456 20.8213L68.0691 18.6823C67.4929 18.2817 66.7029 18.4143 66.2889 18.9805C59.5214 28.2403 50.55 35.2754 39.6246 39.8898C29.8125 44.0338 20.1802 45.4296 13.8277 45.871C13.4566 45.9661 13.3441 45.2846 13.7137 45.245C27.8651 40.8779 39.6835 34.7386 48.8405 26.9977C49.3853 26.5372 49.4535 25.7223 48.9931 25.1776C48.5327 24.6329 47.7175 24.5643 47.173 25.025C38.2831 32.5401 26.7695 38.5126 12.9521 42.7767C11.5173 43.2195 10.6753 44.6111 10.9502 46.0856C11.2114 47.4877 12.3888 48.4555 13.7925 48.4555Z\" fill=\"#54B2D3\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEscalable para crecer\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tYa est\u00e9s empezando o tengas una cl\u00ednica con varios centros, las robustas funcionalidades de Pabau se adaptan contigo. Gestiona horarios complejos, equipamiento, inventario y m\u00e1s con facilidad.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-66db188 e-flex e-con-boxed e-con e-child\" data-id=\"66db188\" 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-f511ec9 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f511ec9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g clip-path=\"url(#clip0_7284_157573)\"><path d=\"M29.6236 9.37666C29.1066 9.37666 28.6861 8.9561 28.6861 8.43916C28.6861 7.92223 29.1066 7.50166 29.6236 7.50166C29.9556 7.50166 30.3064 7.67107 30.6375 7.99169C31.0096 8.35179 31.603 8.34204 31.963 7.96985C32.323 7.59776 32.3133 7.00432 31.9412 6.64432C31.4654 6.18392 30.9893 5.92357 30.5609 5.78136V4.68936C30.5609 4.17158 30.1412 3.75195 29.6234 3.75195C29.1056 3.75195 28.6859 4.17167 28.6859 4.68936V5.78801C27.5948 6.17501 26.811 7.21695 26.811 8.43916C26.811 9.98988 28.0726 11.2515 29.6233 11.2515C30.1402 11.2515 30.5608 11.672 30.5608 12.189C30.5608 12.7059 30.1402 13.1265 29.6233 13.1265C29.2228 13.1265 28.7904 12.8746 28.406 12.4172C28.0728 12.0209 27.4816 11.9697 27.0852 12.303C26.6888 12.6362 26.6377 13.2275 26.9709 13.6237C27.4721 14.2199 28.0613 14.6352 28.6859 14.8446V15.9387C28.6859 16.4565 29.1056 16.8761 29.6234 16.8761C30.1412 16.8761 30.5608 16.4564 30.5608 15.9387V14.84C31.6519 14.453 32.4357 13.4111 32.4357 12.1889C32.4359 10.6383 31.1743 9.37666 29.6236 9.37666Z\" fill=\"#54B2D3\"><\/path><path d=\"M29.6234 0.00195312C23.9374 0.00195312 19.3115 4.62794 19.3115 10.3139C19.3115 15.9998 23.9375 20.6258 29.6234 20.6258C35.3095 20.6258 39.9354 15.9998 39.9354 10.3139C39.9354 4.62794 35.3095 0.00195312 29.6234 0.00195312ZM29.6234 18.7509C24.9713 18.7509 21.1864 14.966 21.1864 10.3139C21.1864 5.66172 24.9713 1.87686 29.6234 1.87686C34.2756 1.87686 38.0605 5.66172 38.0605 10.3139C38.0605 14.966 34.2756 18.7509 29.6234 18.7509Z\" fill=\"#54B2D3\"><\/path><path d=\"M44.4536 20.8817C43.0181 20.826 41.6764 21.6209 41.0339 22.9055C39.8643 25.2441 38.7565 26.447 36.6243 27.5501C35.9978 26.3274 34.7201 25.5007 33.2843 25.5007H23.891C23.2921 25.5007 22.8083 25.2457 22.1385 24.8928C21.067 24.3283 19.7335 23.6258 17.3289 23.6258C13.0333 23.6258 8.86001 27.841 7.12724 30.7939L6.90364 30.5703C6.53764 30.2044 5.94393 30.2043 5.57783 30.5703L0.274593 35.8735C0.0987186 36.0493 -9.36832e-05 36.288 6.66491e-08 36.5368C9.38165e-05 36.7857 0.0991874 37.0242 0.275343 37.2L10.8244 47.7257C11.1898 48.0903 11.7817 48.0911 12.1479 47.7264L17.4511 42.4467C17.8184 42.081 17.8191 41.4862 17.4526 41.1195L16.594 40.261C17.2361 39.3528 18.8724 38.625 20.0314 38.625C20.0319 38.625 20.0325 38.625 20.0329 38.625L32.6872 38.6288C32.6891 38.6288 32.6909 38.6288 32.6929 38.6288C34.329 38.6288 35.8984 38.1753 37.2316 37.3174C40.6512 35.1184 45.4609 31.5397 47.7377 25.8735C48.6854 23.5144 46.9442 20.9792 44.4536 20.8817ZM11.4875 45.7386L2.26415 36.5357L6.24083 32.559C8.45745 34.7757 10.798 37.1167 15.4628 41.781L11.4875 45.7386ZM45.9982 25.1746C43.921 30.3435 39.4216 33.6802 36.2174 35.7405C35.1873 36.4035 33.9687 36.7538 32.6928 36.7538C32.6913 36.7538 32.6898 36.7538 32.6883 36.7538L20.034 36.75C20.0331 36.75 20.0323 36.75 20.0313 36.75C18.3939 36.75 16.3658 37.6 15.2611 38.9277L8.5078 32.1746C9.25151 30.6457 13.1388 25.5007 17.3289 25.5007C19.2699 25.5007 20.2839 26.035 21.2646 26.5516C22.0336 26.9566 22.8286 27.3756 23.8911 27.3756H33.2844C34.2146 27.3756 35.0123 28.068 35.141 28.9923C35.3018 30.0907 34.4393 31.1254 33.2844 31.1254H23.891C23.3732 31.1254 22.9535 31.5451 22.9535 32.0628C22.9535 32.5806 23.3732 33.0003 23.891 33.0003H33.2843C35.2872 33.0003 36.9284 31.4218 37.0292 29.4434C39.8082 28.0969 41.2848 26.5952 42.7108 23.7441C43.0247 23.1163 43.6798 22.7283 44.3808 22.7552C45.6144 22.8034 46.4492 24.0517 45.9982 25.1746Z\" fill=\"#54B2D3\"><\/path><path d=\"M11.5438 40.5119L10.2173 39.1864C9.85115 38.8205 9.25762 38.8207 8.89152 39.1868C8.52552 39.5531 8.5258 40.1466 8.89199 40.5127L10.2185 41.8382C10.5846 42.2041 11.178 42.204 11.5443 41.8377C11.9103 41.4714 11.91 40.8779 11.5438 40.5119Z\" fill=\"#54B2D3\"><\/path><\/g><defs><clipPath id=\"clip0_7284_157573\"><rect width=\"48\" height=\"48\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFuncionalidades orientadas al beneficio\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDescubre la diferencia de un software creado para impulsar tu rentabilidad, con funcionalidades como dep\u00f3sitos de reserva, pagos \u00e1giles con PabauPay y paquetes de tratamiento personalizables.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-41934cb3 e-flex e-con-boxed e-con e-child\" data-id=\"41934cb3\" 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-5f26b08 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5f26b08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M24 2.90234L6 9.44873V23.999C6 40.4404 23.4668 44.9126 23.6426 44.9565L24 45.043L24.3574 44.9565C24.5332 44.9126 42 40.4404 42 23.999V9.44873L24 2.90234ZM39 23.999C39 37.0171 26.3862 41.2593 24.0059 41.9434C21.7104 41.2637 9 36.9058 9 23.999V11.5493L24 6.0957L39 11.5493V23.999Z\" fill=\"#54B2D3\"><\/path><path d=\"M16.0605 22.9375L13.9395 25.0586L21 32.1191L34.0605 19.0586L31.9395 16.9375L21 27.877L16.0605 22.9375Z\" fill=\"#54B2D3\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFiable y probado\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u00danete a m\u00e1s de 2000 cl\u00ednicas que conf\u00edan en Pabau. Descubre por qu\u00e9 recibimos siempre valoraciones altas de usuarios y de cr\u00edticos del sector\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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\t<\/div>\n\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-3b396e38 e-flex e-con-boxed e-con e-parent\" data-id=\"3b396e38\" 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-5d895280 elementor-widget elementor-widget-heading\" data-id=\"5d895280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comparisons<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6cdfbe8e e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"6cdfbe8e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3a9826b1 e-flex e-con-boxed e-con e-child\" data-id=\"3a9826b1\" 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-45515dad elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"45515dad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/phorest\/\" tabindex=\"-1\"><img decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp\" class=\"attachment-full size-full wp-image-72544\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/phorest\/\">Pabau vs Phorest<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7cac57dd e-flex e-con-boxed e-con e-child\" data-id=\"7cac57dd\" 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-1f35fd14 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1f35fd14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/fresha\/\" tabindex=\"-1\"><img decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-fresha.webp\" class=\"attachment-full size-full wp-image-72552\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-fresha.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-fresha-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/fresha\/\">Pabau vs Fresha<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5920f32c e-flex e-con-boxed e-con e-child\" data-id=\"5920f32c\" 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-2af5dfb1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2af5dfb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/clinic-software\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinic-software.webp\" class=\"attachment-full size-full wp-image-72558\" alt=\"Pabau vs Clinic Software\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinic-software.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinic-software-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/clinic-software\/\">Pabau vs Clinic Software<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58514eba e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"58514eba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6394f644 e-flex e-con-boxed e-con e-child\" data-id=\"6394f644\" 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-297f4f32 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"297f4f32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/boulevard\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"369\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/Pabau-vs-Boulevard.webp\" class=\"attachment-full size-full wp-image-87752\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/Pabau-vs-Boulevard.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/Pabau-vs-Boulevard-300x175.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/boulevard\/\">Pabau vs Boulevard<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ad596b3 e-flex e-con-boxed e-con e-child\" data-id=\"6ad596b3\" 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-361531f7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"361531f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/zenoti\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Zenoti.webp\" class=\"attachment-full size-full wp-image-71555\" alt=\"Zenoti alternatives\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Zenoti.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Zenoti-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/zenoti\/\">Pabau vs Zenoti<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10baba5e e-flex e-con-boxed e-con e-child\" data-id=\"10baba5e\" 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-7a47f2cd elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7a47f2cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/meddbase\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-meddbase.webp\" class=\"attachment-full size-full wp-image-72573\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-meddbase.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-meddbase-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/meddbase\/\">Pabau vs Meddbase<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-593ba77e e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"593ba77e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2e6b96a7 e-flex e-con-boxed e-con e-child\" data-id=\"2e6b96a7\" 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-a89eb6e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a89eb6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/practicepal\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-practice-pal.webp\" class=\"attachment-full size-full wp-image-72576\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-practice-pal.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-practice-pal-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/practicepal\/\">Pabau vs Practice Pal<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f6c638e e-flex e-con-boxed e-con e-child\" data-id=\"f6c638e\" 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-12babba4 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"12babba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/consentz\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-consentz.webp\" class=\"attachment-full size-full wp-image-72579\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-consentz.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-consentz-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/consentz\/\">Pabau vs Consentz<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62383d42 e-flex e-con-boxed e-con e-child\" data-id=\"62383d42\" 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-35e3ea87 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"35e3ea87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/cliniko\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinico.webp\" class=\"attachment-full size-full wp-image-72582\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinico.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-clinico-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/cliniko\/\">Pabau vs Cliniko<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f1615dc e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"4f1615dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-595bfe8a e-flex e-con-boxed e-con e-child\" data-id=\"595bfe8a\" 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-279aaaa6 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"279aaaa6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/timely\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-timely.webp\" class=\"attachment-full size-full wp-image-72585\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-timely.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-timely-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/timely\/\">Pabau vs Timely<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-595ef0d4 e-flex e-con-boxed e-con e-child\" data-id=\"595ef0d4\" 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-1ad32b90 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1ad32b90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/tm3\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/12\/tm3-img.webp\" class=\"attachment-full size-full wp-image-95206\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/12\/tm3-img.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/12\/tm3-img-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/tm3\/\">Pabau vs TM3<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60405739 e-flex e-con-boxed e-con e-child\" data-id=\"60405739\" 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-51104823 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"51104823\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/faces-consent\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-faces-consents.webp\" class=\"attachment-full size-full wp-image-72596\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-faces-consents.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-faces-consents-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/faces-consent\/\">Pabau vs Faces Consent<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12242252 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"12242252\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c8bc5f1 e-flex e-con-boxed e-con e-child\" data-id=\"3c8bc5f1\" 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-269ab1e6 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"269ab1e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/mangomint\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/mangomint-vs-pabau.webp\" class=\"attachment-full size-full wp-image-70562\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/mangomint-vs-pabau.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/mangomint-vs-pabau-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/mangomint\/\">Pabau vs Mangomint<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-438e364e e-flex e-con-boxed e-con e-child\" data-id=\"438e364e\" 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-60c23ea6 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"60c23ea6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/aesthetic-nurse-software\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-ans.webp\" class=\"attachment-full size-full wp-image-70556\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-ans.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-ans-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/aesthetic-nurse-software\/\">Pabau vs ANS<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f161ee8 e-flex e-con-boxed e-con e-child\" data-id=\"7f161ee8\" 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-32bb156a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"32bb156a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/tebra\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-tebra.webp\" class=\"attachment-full size-full wp-image-70860\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-tebra.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-tebra-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/tebra\/\">Pabau vs Tebra<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b6cee56 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"1b6cee56\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3120f7b4 e-flex e-con-boxed e-con e-child\" data-id=\"3120f7b4\" 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-287a9122 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"287a9122\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/power-diary\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Power-Diary.webp\" class=\"attachment-full size-full wp-image-70565\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Power-Diary.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-Power-Diary-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/power-diary\/\">Pabau vs Power Diary<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ca4655f e-flex e-con-boxed e-con e-child\" data-id=\"3ca4655f\" 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-5b0c514e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5b0c514e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/patientnow\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-PatientNow.webp\" class=\"attachment-full size-full wp-image-71520\" alt=\"PatientNow alternatives\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-PatientNow.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/Pabau-vs-PatientNow-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/patientnow\/\">Pabau vs PatientNow<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43956b3c e-flex e-con-boxed e-con e-child\" data-id=\"43956b3c\" 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-46624194 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"46624194\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/aestheticspro\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/AestheticsPro-hero.webp\" class=\"attachment-full size-full wp-image-86705\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/AestheticsPro-hero.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/09\/AestheticsPro-hero-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/aestheticspro\/\">Pabau vs AestheticsPro<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c50ec36 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"1c50ec36\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5cd7b0f e-flex e-con-boxed e-con e-child\" data-id=\"5cd7b0f\" 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-8a0304 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"8a0304\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/semble\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"739\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/Semble-compare-1.webp\" class=\"attachment-full size-full wp-image-78428\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/Semble-compare-1.webp 1264w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/Semble-compare-1-300x175.webp 300w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/Semble-compare-1-1024x599.webp 1024w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/Semble-compare-1-768x449.webp 768w\" sizes=\"(max-width: 1264px) 100vw, 1264px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/semble\/\">Pabau vs Semble<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e9ff94a e-flex e-con-boxed e-con e-child\" data-id=\"7e9ff94a\" 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-191f66e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"191f66e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/shortcuts\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-shortcuts.webp\" class=\"attachment-full size-full wp-image-72567\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-shortcuts.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-shortcuts-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/shortcuts\/\">Pabau vs Shortcuts<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ed74165 e-flex e-con-boxed e-con e-child\" data-id=\"4ed74165\" 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-7e3d2dc elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7e3d2dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/jane-app\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-jane-app.webp\" class=\"attachment-full size-full wp-image-72570\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-jane-app.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-jane-app-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/jane-app\/\">Pabau vs Jane App<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ea9404 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"3ea9404\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-892bcf8 e-flex e-con-boxed e-con e-child\" data-id=\"892bcf8\" 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-7f25499 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7f25499\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/aesthetic-record\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Aesthetic-Record.webp\" class=\"attachment-full size-full wp-image-89984\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Aesthetic-Record.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Aesthetic-Record-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/aesthetic-record\/\">Pabau vs Aesthetic Record<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db1fce5 e-flex e-con-boxed e-con e-child\" data-id=\"db1fce5\" 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-df59baf elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"df59baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/mindbody\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Mindoby.webp\" class=\"attachment-full size-full wp-image-89983\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Mindoby.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2024\/10\/Pabau-vs-Mindoby-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/mindbody\/\">Pabau vs Mindbody<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a6e9da2 e-con-full e-flex e-con e-child\" data-id=\"a6e9da2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b29fbec elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"b29fbec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/acuity-scheduling\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"370\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2025\/06\/Pabau-vs-Acuity-Scheduling.webp\" class=\"attachment-full size-full wp-image-105980\" alt=\"\" srcset=\"https:\/\/pabau.com\/wp-content\/uploads\/2025\/06\/Pabau-vs-Acuity-Scheduling.webp 632w, https:\/\/pabau.com\/wp-content\/uploads\/2025\/06\/Pabau-vs-Acuity-Scheduling-300x176.webp 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/acuity-scheduling\/\">Pabau vs Acuity Scheduling<\/a><\/h2><\/div><\/div>\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<div class=\"elementor-element elementor-element-123f66c e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"123f66c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a169b64 e-flex e-con-boxed e-con e-child\" data-id=\"a169b64\" 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-eba51f2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"eba51f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/kareo\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/kareo\/\">Pabau vs Kareo<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b80ac0 e-flex e-con-boxed e-con e-child\" data-id=\"2b80ac0\" 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-0339c36 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"0339c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/simplepractice\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/simplepractice\/\">Pabau vs SimplePractice<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d0e684 e-flex e-con-boxed e-con e-child\" data-id=\"9d0e684\" 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-fbb3f62 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"fbb3f62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/writeupp\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/writeupp\/\">Pabau vs WriteUpp<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c18be6c e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"c18be6c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ef15b3a e-flex e-con-boxed e-con e-child\" data-id=\"ef15b3a\" 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-88c5fc8 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"88c5fc8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/clinicminds\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/clinicminds\/\">Pabau vs Clinicminds<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81ff53e e-flex e-con-boxed e-con e-child\" data-id=\"81ff53e\" 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-7117f1d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7117f1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/carebit\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/carebit\/\">Pabau vs Carebit<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad5ed0d e-flex e-con-boxed e-con e-child\" data-id=\"ad5ed0d\" 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-28f2276 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"28f2276\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/vagaro\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/vagaro\/\">Pabau vs Vagaro<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5aac64c e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"5aac64c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8d0caf3 e-flex e-con-boxed e-con e-child\" data-id=\"8d0caf3\" 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-b70fd1c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"b70fd1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/remedly\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/remedly\/\">Pabau vs Remedly<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b35bedb e-flex e-con-boxed e-con e-child\" data-id=\"b35bedb\" 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-bf67c52 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"bf67c52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/simpleclinic\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/simpleclinic\/\">Pabau vs SimpleClinic<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e62d53f e-flex e-con-boxed e-con e-child\" data-id=\"e62d53f\" 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-03fe1c0 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"03fe1c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/modmed\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/modmed\/\">Pabau vs ModMed<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76aa946 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"76aa946\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2d0dbfe e-flex e-con-boxed e-con e-child\" data-id=\"2d0dbfe\" 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-a4f6b18 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a4f6b18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/nextech\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/nextech\/\">Pabau vs Nextech<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be8b731 e-flex e-con-boxed e-con e-child\" data-id=\"be8b731\" 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-e624ac1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e624ac1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/symplast\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/symplast\/\">Pabau vs Symplast<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9dbceed e-flex e-con-boxed e-con e-child\" data-id=\"9dbceed\" 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-b6eec20 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"b6eec20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/heidi\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/heidi\/\">Pabau vs Heidi<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5230381 e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"5230381\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-94bcabc e-flex e-con-boxed e-con e-child\" data-id=\"94bcabc\" 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-d35d250 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d35d250\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/pabau.com\/compare\/deepscribe\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"82\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/06\/pabau-logo.svg\" class=\"attachment-full size-full wp-image-79075\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\"><a href=\"https:\/\/pabau.com\/compare\/deepscribe\/\">Pabau vs DeepScribe<\/a><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\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-25114347 e-flex e-con-boxed e-con e-parent\" data-id=\"25114347\" 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-9884a40 elementor-widget elementor-widget-heading\" data-id=\"9884a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Otras comparativas directas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bfb800 e-flex e-con-boxed e-con e-child\" data-id=\"7bfb800\" 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-69fb39e4 e-flex e-con-boxed e-con e-child\" data-id=\"69fb39e4\" 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-24a50d5f elementor-widget elementor-widget-heading\" data-id=\"24a50d5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Fresha vs Treatwell<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cfcd5ee elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5cfcd5ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/fresha-vs-treatwell\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51c49de e-flex e-con-boxed e-con e-child\" data-id=\"51c49de\" 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-6fc25471 elementor-widget elementor-widget-heading\" data-id=\"6fc25471\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Timely vs Fresha<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a0ac400 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7a0ac400\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/fresha-vs-timely\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c660ae3 e-flex e-con-boxed e-con e-child\" data-id=\"5c660ae3\" 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-5b991e26 elementor-widget elementor-widget-heading\" data-id=\"5b991e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Fresha vs Booksy<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0858ee elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4c0858ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/fresha-vs-booksy\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\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-1e7777cb e-flex e-con-boxed e-con e-child\" data-id=\"1e7777cb\" 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-2cb48834 e-flex e-con-boxed e-con e-child\" data-id=\"2cb48834\" 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-52c5d927 elementor-widget elementor-widget-heading\" data-id=\"52c5d927\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Clinico vs Nookal<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1533d281 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1533d281\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/cliniko-vs-nookal\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4764eb0f e-flex e-con-boxed e-con e-child\" data-id=\"4764eb0f\" 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-2287cd5e elementor-widget elementor-widget-heading\" data-id=\"2287cd5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Setmore vs Fresha<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fad73 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e1fad73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/setmore-vs-fresha\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cd75d73 e-flex e-con-boxed e-con e-child\" data-id=\"2cd75d73\" 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-34a47819 elementor-widget elementor-widget-heading\" data-id=\"34a47819\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Fresha vs Vagaro<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31ff7026 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"31ff7026\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/vagaro-vs-fresha\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\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 class=\"elementor-element elementor-element-d48f9a1 elementor-align-center e-transform elementor-widget elementor-widget-button\" data-id=\"d48f9a1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"compare_load\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\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\">Cargar m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23923b37 e-flex e-con-boxed e-con e-child\" data-id=\"23923b37\" data-element_type=\"container\" data-e-type=\"container\" id=\"compare_show\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5710fff e-flex e-con-boxed e-con e-child\" data-id=\"5710fff\" 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-2e3cde78 elementor-widget elementor-widget-heading\" data-id=\"2e3cde78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Fresha vs Phorest<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dc0decb elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5dc0decb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/fresha-vs-phorest\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ec01e48 e-flex e-con-boxed e-con e-child\" data-id=\"4ec01e48\" 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-4e546542 elementor-widget elementor-widget-heading\" data-id=\"4e546542\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Cliniko vs Jane<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5570b19a elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5570b19a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/cliniko-vs-jane\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c5989f2 e-flex e-con-boxed e-con e-child\" data-id=\"5c5989f2\" 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-da6f1fd elementor-widget elementor-widget-heading\" data-id=\"da6f1fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Acuity Scheduling vs Fresha<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cd02fd5 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3cd02fd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/acuity-scheduling-vs-fresha\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\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-3a14314c e-flex e-con-boxed e-con e-child\" data-id=\"3a14314c\" data-element_type=\"container\" data-e-type=\"container\" id=\"compare_show_1\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f3a0ca4 e-flex e-con-boxed e-con e-child\" data-id=\"f3a0ca4\" 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-59779037 elementor-widget elementor-widget-heading\" data-id=\"59779037\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">StyleSeat vs Vagaro<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53de1e1f elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"53de1e1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/styleseat-vs-vagaro\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4827ae34 e-flex e-con-boxed e-con e-child\" data-id=\"4827ae34\" 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-4eb0801b elementor-widget elementor-widget-heading\" data-id=\"4eb0801b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Vagaro vs Acuity<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ea81fd0 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6ea81fd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/vagaro-vs-acuity\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56a7b619 e-flex e-con-boxed e-con e-child\" data-id=\"56a7b619\" 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-3a18daf6 elementor-widget elementor-widget-heading\" data-id=\"3a18daf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Vagaro vs Rosy<br>vs Pabau<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50816179 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"50816179\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<a href=\"https:\/\/pabau.com\/compare\/vagaro-vs-rosy\/\">\n\n\t\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=\"74\" height=\"15\" viewBox=\"0 0 74 15\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.00011 5.81373C0.734895 5.81373 0.480541 5.91908 0.293005 6.10662C0.105469 6.29416 0.000111714 6.54851 0.000111714 6.81373C0.000111714 7.07894 0.105469 7.3333 0.293005 7.52083C0.480541 7.70837 0.734895 7.81373 1.00011 7.81373L69.6912 8.00126L65.3972 12.2933C65.3043 12.3862 65.2305 12.4966 65.1802 12.6181C65.1299 12.7396 65.104 12.8698 65.104 13.0013C65.104 13.1328 65.1299 13.263 65.1802 13.3844C65.2305 13.5059 65.3043 13.6163 65.3972 13.7093C65.4902 13.8022 65.6006 13.876 65.7221 13.9263C65.8436 13.9766 65.9738 14.0025 66.1052 14.0025C66.2367 14.0025 66.3669 13.9766 66.4884 13.9263C66.6099 13.876 66.7203 13.8022 66.8132 13.7093L72.8132 7.70926C72.9063 7.61637 72.9802 7.50602 73.0306 7.38453C73.081 7.26304 73.107 7.1328 73.107 7.00126C73.107 6.86973 73.081 6.73949 73.0306 6.618C72.9802 6.49651 72.9063 6.38615 72.8132 6.29326L66.8132 0.293263C66.7203 0.200288 66.6099 0.126535 66.4884 0.0762167C66.3669 0.0258985 66.2367 0 66.1052 0C65.9738 0 65.8436 0.0258985 65.7221 0.0762167C65.6006 0.126535 65.4902 0.200288 65.3972 0.293263C65.3043 0.386239 65.2305 0.496617 65.1802 0.618096C65.1299 0.739575 65.104 0.869776 65.104 1.00126C65.104 1.13275 65.1299 1.26295 65.1802 1.38443C65.2305 1.50591 65.3043 1.61629 65.3972 1.70926L69.6912 6.00126L1.00011 5.81373Z\" fill=\"#54B2D3\"><\/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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\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 class=\"elementor-element elementor-element-6b054f72 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"6b054f72\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n    document.getElementById('compare_load').addEventListener('click', function(event) {\r\n        event.preventDefault();\r\n        document.getElementById('compare_show').style.display = 'block';\r\n        document.getElementById('compare_show_1').style.display = 'block';\r\n        document.getElementById('compare_load').style.display = 'none';\r\n    });\r\n<\/script>\r\n\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<div class=\"elementor-element elementor-element-7b5ba8c8 e-flex e-con-boxed e-con e-parent\" data-id=\"7b5ba8c8\" 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-75774531 elementor-widget elementor-widget-heading\" data-id=\"75774531\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Muy valorado por cr\u00edticos y usuarios<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f6094a5 elementor-widget elementor-widget-template\" data-id=\"4f6094a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"73254\" class=\"elementor elementor-73254\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-75f0272 e-flex e-con-boxed e-con e-parent\" data-id=\"75f0272\" 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-0a9e125 e-con-full e-flex e-con e-child\" data-id=\"0a9e125\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-ce533f5 e-con-full e-flex e-con e-child\" data-id=\"ce533f5\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/www.capterra.com\/p\/140062\/Pabau-CRM\/reviews\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e655e13 elementor-widget elementor-widget-image\" data-id=\"e655e13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2026\/02\/capterra-shortlist.svg\" class=\"attachment-full size-full wp-image-126992\" alt=\"\" \/>\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\t\t<div class=\"elementor-element elementor-element-80c4750 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"80c4750\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\"><g clip-path=\"url(#clip0_4692_31931)\"><path d=\"M10 5.49995L8.86795 4.24308L9.0452 2.56046L7.38986 2.21001L6.54547 0.743164L5.00001 1.43385L3.45455 0.743164L2.61016 2.21001L0.954818 2.56046L1.13205 4.24308L0 5.49995L1.13203 6.75681L0.954798 8.43943L2.61014 8.78988L3.45453 10.2567L4.99999 9.56602L6.54545 10.2567L7.38984 8.78988L9.04518 8.43943L8.86793 6.75681L10 5.49995ZM7.09612 4.40515L4.58632 7.21702L2.84228 5.47298L3.2571 5.05816L4.56209 6.36315L6.65846 4.0145L7.09612 4.40515Z\" fill=\"#00B67A\"><\/path><\/g><defs><clipPath id=\"clip0_4692_31931\"><rect width=\"10\" height=\"10\" fill=\"white\" transform=\"translate(0 0.5)\"><\/rect><\/clipPath><\/defs><\/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\">4.7 \/ 5<\/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<\/a>\n\t\t<a class=\"elementor-element elementor-element-b68cf7c e-con-full e-flex e-con e-child\" data-id=\"b68cf7c\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/www.getapp.co.uk\/reviews\/168847\/pabau?overall_rating_ge=5#facets\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f79587 elementor-widget elementor-widget-image\" data-id=\"8f79587\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"589\" height=\"625\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2026\/02\/software-advice-best-customer-support.svg\" class=\"attachment-full size-full wp-image-126991\" alt=\"\" \/>\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\t\t<div class=\"elementor-element elementor-element-efd12bd elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"efd12bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\"><g clip-path=\"url(#clip0_4692_31931)\"><path d=\"M10 5.49995L8.86795 4.24308L9.0452 2.56046L7.38986 2.21001L6.54547 0.743164L5.00001 1.43385L3.45455 0.743164L2.61016 2.21001L0.954818 2.56046L1.13205 4.24308L0 5.49995L1.13203 6.75681L0.954798 8.43943L2.61014 8.78988L3.45453 10.2567L4.99999 9.56602L6.54545 10.2567L7.38984 8.78988L9.04518 8.43943L8.86793 6.75681L10 5.49995ZM7.09612 4.40515L4.58632 7.21702L2.84228 5.47298L3.2571 5.05816L4.56209 6.36315L6.65846 4.0145L7.09612 4.40515Z\" fill=\"#00B67A\"><\/path><\/g><defs><clipPath id=\"clip0_4692_31931\"><rect width=\"10\" height=\"10\" fill=\"white\" transform=\"translate(0 0.5)\"><\/rect><\/clipPath><\/defs><\/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\">4.7 \/ 5<\/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<\/a>\n\t\t<a class=\"elementor-element elementor-element-77954e5 e-con-full e-flex e-con e-child\" data-id=\"77954e5\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/www.softwareadvice.co.uk\/reviews\/190306\/pabau?overall_rating_ge=5#facets\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b321cfc elementor-widget elementor-widget-image\" data-id=\"b321cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2026\/02\/software-advice-front-runners.svg\" class=\"attachment-full size-full wp-image-126993\" alt=\"\" \/>\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\t\t<div class=\"elementor-element elementor-element-e2b1cae elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e2b1cae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\"><g clip-path=\"url(#clip0_4692_31931)\"><path d=\"M10 5.49995L8.86795 4.24308L9.0452 2.56046L7.38986 2.21001L6.54547 0.743164L5.00001 1.43385L3.45455 0.743164L2.61016 2.21001L0.954818 2.56046L1.13205 4.24308L0 5.49995L1.13203 6.75681L0.954798 8.43943L2.61014 8.78988L3.45453 10.2567L4.99999 9.56602L6.54545 10.2567L7.38984 8.78988L9.04518 8.43943L8.86793 6.75681L10 5.49995ZM7.09612 4.40515L4.58632 7.21702L2.84228 5.47298L3.2571 5.05816L4.56209 6.36315L6.65846 4.0145L7.09612 4.40515Z\" fill=\"#00B67A\"><\/path><\/g><defs><clipPath id=\"clip0_4692_31931\"><rect width=\"10\" height=\"10\" fill=\"white\" transform=\"translate(0 0.5)\"><\/rect><\/clipPath><\/defs><\/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\">4.7 \/ 5<\/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<\/a>\n\t\t<a class=\"elementor-element elementor-element-d783d5a e-con-full e-flex e-con e-child\" data-id=\"d783d5a\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/www.g2.com\/products\/pabau\/reviews?filters%5Bnps_score%5D%5B%5D=5#reviews\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8c209a elementor-widget elementor-widget-image\" data-id=\"a8c209a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"59\" height=\"59\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2025\/01\/g2.svg\" class=\"attachment-full size-full wp-image-95560\" alt=\"\" \/>\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\t\t<div class=\"elementor-element elementor-element-20ea0c9 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"20ea0c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\"><g clip-path=\"url(#clip0_4692_31931)\"><path d=\"M10 5.49995L8.86795 4.24308L9.0452 2.56046L7.38986 2.21001L6.54547 0.743164L5.00001 1.43385L3.45455 0.743164L2.61016 2.21001L0.954818 2.56046L1.13205 4.24308L0 5.49995L1.13203 6.75681L0.954798 8.43943L2.61014 8.78988L3.45453 10.2567L4.99999 9.56602L6.54545 10.2567L7.38984 8.78988L9.04518 8.43943L8.86793 6.75681L10 5.49995ZM7.09612 4.40515L4.58632 7.21702L2.84228 5.47298L3.2571 5.05816L4.56209 6.36315L6.65846 4.0145L7.09612 4.40515Z\" fill=\"#00B67A\"><\/path><\/g><defs><clipPath id=\"clip0_4692_31931\"><rect width=\"10\" height=\"10\" fill=\"white\" transform=\"translate(0 0.5)\"><\/rect><\/clipPath><\/defs><\/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\">4.8 \/ 5<\/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<\/a>\n\t\t<div class=\"elementor-element elementor-element-47c1d9d e-con-full e-flex e-con e-child\" data-id=\"47c1d9d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dee5b76 elementor-widget elementor-widget-image\" data-id=\"dee5b76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.g2.com\/products\/pabau\/reviews?filters%5Bnps_score%5D%5B%5D=5#reviews\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"94\" height=\"122\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/ClinicalDocumentation_BestResults_Total.svg\" class=\"attachment-full size-full wp-image-98794\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f36be2b e-con-full e-flex e-con e-child\" data-id=\"f36be2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bafd5a elementor-widget elementor-widget-image\" data-id=\"4bafd5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.g2.com\/products\/pabau\/reviews?filters%5Bnps_score%5D%5B%5D=5#reviews\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"94\" height=\"122\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/ClinicalDocumentation_Leader_Leader.svg\" class=\"attachment-full size-full wp-image-98795\" alt=\"G2 Leader\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e711271 e-con-full e-flex e-con e-child\" data-id=\"e711271\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b02788 elementor-widget elementor-widget-image\" data-id=\"5b02788\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.g2.com\/products\/pabau\/reviews?filters%5Bnps_score%5D%5B%5D=5#reviews\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"94\" height=\"122\" src=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/ClinicalDocumentation_UsersMostLikelyToRecommend_Nps.svg\" class=\"attachment-full size-full wp-image-98796\" alt=\"G2 Likely To Recommend\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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\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\t\t<\/div>\n\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","protected":false},"excerpt":{"rendered":"<p>Descubre por qu\u00e9 cada vez m\u00e1s cl\u00ednicas se pasan a Pabau Compara alternativasa Pabau 3,500+ Cl\u00ednicas conf\u00edan en Pabauen todo el mundo 200+ Funcionalidades comparadasen m\u00e1s de 30 sistemas 1,000+ Rese\u00f1as en los principalessitios de rese\u00f1as 4,9\/5 Pabau de un vistazo Somos una soluci\u00f3n todo en uno Olv\u00eddate de hacer juegos malabares con varios sistemas. [&hellip;]<\/p>\n","protected":false},"author":53,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_focuskw":"pabau alternatives","_yoast_wpseo_title":"Alternativas y competidores de Pabau (2026)","_yoast_wpseo_metadesc":"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.","_yoast_wpseo_linkdex":"","_yoast_wpseo_content_score":"","_yoast_wpseo_is_cornerstone":"","_yoast_wpseo_keywordsynonyms":"","_yoast_wpseo_focuskw_text_input":"","footnotes":""},"class_list":["post-183913","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.2 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Alternativas y competidores de Pabau (2026)<\/title>\n<meta name=\"description\" content=\"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pabau.com\/es\/comparar\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alternativas y competidores de Pabau (2026)\" \/>\n<meta property=\"og:description\" content=\"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pabau.com\/es\/comparar\/\" \/>\n<meta property=\"og:site_name\" content=\"Pabau\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Pabau\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pabaucrm\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/\",\"url\":\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/\",\"name\":\"Alternativas y competidores de Pabau (2026)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pabau.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/pabau-vs-phorest.webp\",\"datePublished\":\"2026-08-18T12:26:38+00:00\",\"description\":\"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.\",\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/comparar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pabau.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/pabau-vs-phorest.webp\",\"contentUrl\":\"https:\\\/\\\/pabau.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/pabau-vs-phorest.webp\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/pabau.com\\\/es\\\/\",\"name\":\"Pabau\",\"description\":\"Clinic Software for your Business | Go Paperless Today\",\"publisher\":{\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pabau.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#organization\",\"name\":\"Pabau\",\"url\":\"https:\\\/\\\/pabau.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pabau.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/Logo-4-e1654525062364.png\",\"contentUrl\":\"https:\\\/\\\/pabau.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/Logo-4-e1654525062364.png\",\"width\":736,\"height\":195,\"caption\":\"Pabau\"},\"image\":{\"@id\":\"https:\\\/\\\/pabau.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Pabau\\\/\",\"https:\\\/\\\/x.com\\\/pabaucrm\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pabau-ltd\\\/\",\"https:\\\/\\\/www.instagram.com\\\/pabausoftware\\\/\"],\"description\":\"Pabau is an all-in-one healthcare practice management software platform designed for clinics, medspas, therapists, and medical professionals. It combines scheduling, electronic health records, clinical forms, payments, marketing automation, reporting, and patient engagement tools into one secure cloud system to help practices streamline operations and grow their business.\",\"foundingDate\":\"2011-10-20\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Alternativas y competidores de Pabau (2026)","description":"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pabau.com\/es\/comparar\/","og_locale":"es_ES","og_type":"article","og_title":"Alternativas y competidores de Pabau (2026)","og_description":"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.","og_url":"https:\/\/pabau.com\/es\/comparar\/","og_site_name":"Pabau","article_publisher":"https:\/\/www.facebook.com\/Pabau\/","og_image":[{"url":"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@pabaucrm","twitter_misc":{"Tiempo de lectura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pabau.com\/es\/comparar\/","url":"https:\/\/pabau.com\/es\/comparar\/","name":"Alternativas y competidores de Pabau (2026)","isPartOf":{"@id":"https:\/\/pabau.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pabau.com\/es\/comparar\/#primaryimage"},"image":{"@id":"https:\/\/pabau.com\/es\/comparar\/#primaryimage"},"thumbnailUrl":"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp","datePublished":"2026-08-18T12:26:38+00:00","description":"Compara Pabau con las principales plataformas de gesti\u00f3n de cl\u00ednicas. Comparativas directas de funcionalidades con Cliniko, Fresha, Zenoti, Phorest y m\u00e1s.","inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pabau.com\/es\/comparar\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/pabau.com\/es\/comparar\/#primaryimage","url":"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp","contentUrl":"https:\/\/pabau.com\/wp-content\/uploads\/2024\/04\/pabau-vs-phorest.webp"},{"@type":"WebSite","@id":"https:\/\/pabau.com\/es\/#website","url":"https:\/\/pabau.com\/es\/","name":"Pabau","description":"Clinic Software for your Business | Go Paperless Today","publisher":{"@id":"https:\/\/pabau.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pabau.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/pabau.com\/es\/#organization","name":"Pabau","url":"https:\/\/pabau.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/pabau.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/pabau.com\/wp-content\/uploads\/2022\/05\/Logo-4-e1654525062364.png","contentUrl":"https:\/\/pabau.com\/wp-content\/uploads\/2022\/05\/Logo-4-e1654525062364.png","width":736,"height":195,"caption":"Pabau"},"image":{"@id":"https:\/\/pabau.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Pabau\/","https:\/\/x.com\/pabaucrm","https:\/\/www.linkedin.com\/company\/pabau-ltd\/","https:\/\/www.instagram.com\/pabausoftware\/"],"description":"Pabau is an all-in-one healthcare practice management software platform designed for clinics, medspas, therapists, and medical professionals. It combines scheduling, electronic health records, clinical forms, payments, marketing automation, reporting, and patient engagement tools into one secure cloud system to help practices streamline operations and grow their business.","foundingDate":"2011-10-20","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"_links":{"self":[{"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/pages\/183913","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/users\/53"}],"replies":[{"embeddable":true,"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/comments?post=183913"}],"version-history":[{"count":0,"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/pages\/183913\/revisions"}],"wp:attachment":[{"href":"https:\/\/pabau.com\/es\/wp-json\/wp\/v2\/media?parent=183913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}