{"id":2,"date":"2024-01-09T15:31:18","date_gmt":"2024-01-09T14:31:18","guid":{"rendered":"https:\/\/sodanoconsulting.it\/dev\/koala\/?page_id=2"},"modified":"2024-04-08T12:56:37","modified_gmt":"2024-04-08T10:56:37","slug":"prenota-online","status":"publish","type":"page","link":"https:\/\/koalaparking.it\/","title":{"rendered":"Koala Service | Noleggio, Parcheggio e Vendita Auto Bari"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c6bca93 e-flex e-con-boxed e-con e-parent\" data-id=\"c6bca93\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3ac2336 e-con-full e-flex e-con e-child\" data-id=\"3ac2336\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c933670 e-con-full e-flex e-con e-child\" data-id=\"c933670\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-190758e elementor-widget elementor-widget-heading\" data-id=\"190758e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">PRENOTA ONLINE IL TUO PARCHEGGIO<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9769656 elementor-widget elementor-widget-form-calcolo-preventivo\" data-id=\"9769656\" data-element_type=\"widget\" data-widget_type=\"form-calcolo-preventivo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <!-- Qui inseriamo il markup HTML del form di calcolo preventivo -->\n                <div class=\"elementor-widget-container\" \n                     style=\"color: ; \n                            background-color: ;\">\n                    <!-- Includere il codice HTML fornito qui -->\n                    <form id=\"form-calcoloPreventivo\" method='post'>\n                        <div class=\"row\">\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"dataIngresso\">Data Ingresso<\/label>\n                                <input type=\"date\" class=\"form-control\" id=\"dataIngresso\" name=\"dataIngresso\" required>\n                            <\/div>\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"oraIngresso\">Ora Ingresso<\/label>\n                                <select class=\"form-control\" id=\"oraIngresso\" name=\"oraIngresso\" required>\n                                <\/select>\n                            <\/div>\n                        <\/div>\n                        <div class=\"row\">\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"dataUscita\">Data Uscita<\/label>\n                                <input type=\"date\" class=\"form-control\" id=\"dataUscita\" name=\"dataUscita\" required>\n                            <\/div>\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"oraUscita\">Ora Uscita<\/label>\n                                <select class=\"form-control\" id=\"oraUscita\" name=\"oraUscita\" required>\n                                <\/select>\n                            <\/div>\n                        <\/div>\n                        <div class=\"row\">\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"tipologiaMezzo\">Tipologia Mezzo<\/label>\n                                <select class=\"form-control\" id=\"tipologiaMezzo\" name=\"tipologiaMezzo\" required>\n                                    <!-- Opzioni per la tipologia del mezzo -->\n                                    <option value=\"auto\">Auto<\/option>\n                                    <option value=\"camper\/furgoni\">Camper\/Furgoni<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group col-md-6\">\n                                <label for=\"trasferimento\">Trasferimento<\/label>\n                                <select class=\"form-control\" id=\"trasferimento\" name=\"trasferimento\" required>\n                                    <!-- Opzioni per il tipo di trasferimento -->\n                                    <option value=\"aeroporto\">Aeroporto<\/option>\n                                    <option value=\"porto\">Porto<\/option>\n                                    <option value=\"stazione\">Stazione<\/option>\n                                <\/select>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"text-center\">\n                            <button type=\"submit\" class=\"btn btn-primary\">Calcola tariffa<\/button>\n                        <\/div>\n                    <\/form>\n                    <div id=\"generaPreventivo\" class=\"mt-2\"><\/div>\n                    <script>\n                        (function($) {\n                            \/\/ Funzione per generare dinamicamente le opzioni per la select\n                            function generateTimeOptions() {\n                                var selectOptions = '<option value=\"\" selected>Seleziona l\\'ora<\/option>';\n                                for (var hours = 0; hours < 24; hours++) {\n                                    for (var minutes = 0; minutes < 60; minutes += 15) {\n                                        var hourString = (hours < 10) ? '0' + hours : hours;\n                                        var minuteString = (minutes < 10) ? '0' + minutes : minutes;\n                                        var timeString = hourString + ':' + minuteString;\n                                        selectOptions += '<option value=\"' + timeString + '\">' + timeString + '<\/option>';\n                                    }\n                                }\n\n                                \/\/ Inserisco le opzioni generate nella select\n                                $('#oraIngresso, #oraUscita').html(selectOptions);\n                            }\n\n                            \/\/ Chiamata alla funzione per generare le opzioni all'avvio del documento\n                            $(document).ready(function() {\n                                generateTimeOptions();\n                            });\n                        })(jQuery);\n                    <\/script>\n                <\/div>\n                \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8f32b8 e-con-full e-flex e-con e-child\" data-id=\"e8f32b8\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\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-7c4da74 e-flex e-con-boxed e-con e-parent\" data-id=\"7c4da74\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e187139 e-con-full e-flex e-con e-child\" data-id=\"e187139\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0ac8584 e-flex e-con-boxed e-con e-child\" data-id=\"0ac8584\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd617d4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"bd617d4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;jello&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#FFD200;\">PARTENZA<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e7bab2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8e7bab2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01f358b elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"01f358b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/sodanoconsulting.it\/dev\/koala\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-car-side\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tParcheggia la tua auto!\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAl tuo arrivo, dopo aver effettuato l\u2019accettazione, verrai accompagnato al posto a te riservato.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1433dbf elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1433dbf\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c49dae4 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"c49dae4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bus\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tPrendi il bus navetta gratuita\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tUna navetta <b>personalizzata<\/b> ti accompagner\u00e0 gratuitamente e direttamente al terminal dell\u2019 Aeroporto di Bari oppure al Porto, a seconda delle tue esigenze.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d027f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"35d027f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4435e81 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"4435e81\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plane-departure\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tPARTI!\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSei pronto per goderti il tuo viaggio in piena tranquilit\u00e0, la tua macchina sar\u00e0 al sicuro nei nostri parcheggi.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70ab724 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"70ab724\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\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<div class=\"elementor-element elementor-element-8bccc88 e-con-full e-flex e-con e-child\" data-id=\"8bccc88\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3f380d9 e-flex e-con-boxed e-con e-child\" data-id=\"3f380d9\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-739dba3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"739dba3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;jello&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#FFF;\">RITORNO<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40fae2b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"40fae2b\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8efb7f6 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"8efb7f6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plane-arrival\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tArriva a Bari!\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAl rientro a Bari  il Koala Parking e un bus navetta verr\u00e0 a prenderti immediatamente al terminal dell' aeroporto o porto di Bari\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bb12c7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7bb12c7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-181d6d0 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"181d6d0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bus\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tPrendi il bus navetta gratuita\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tUna navetta personalizzata ti accompagner\u00e0 gratuitamente e direttamente dal terminal dell\u2019 **Aeroporto di Bari** oppure dal Porto fino al parcheggio del Koala Parking.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f11a73 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7f11a73\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-423d9cf elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"423d9cf\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-car-side\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tRientra a casa\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPrendi la tua auto e sei pronto per tornare a casa!<br>\nRicordati di lasciarci una recensione!\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37d86d3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"37d86d3\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41848df e-con-full e-flex e-con e-parent\" data-id=\"41848df\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-2e9bd3e e-con-full e-flex e-con e-child\" data-id=\"2e9bd3e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7454fd elementor-widget elementor-widget-image\" data-id=\"e7454fd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"680\" height=\"257\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png\" class=\"attachment-large size-large wp-image-540\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png 800w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1-300x113.png 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1-768x290.png 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1-600x227.png 600w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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-07b94fc e-con-full e-flex e-con e-child\" data-id=\"07b94fc\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0eac31 elementor-widget elementor-widget-heading\" data-id=\"a0eac31\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LA TUA SOSTA SICURA VICINO<br> <span style=\"color: #000\">\nAL PORTO E ALL' AEROPORTO DI BARI<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-738f5f8 elementor-widget elementor-widget-heading\" data-id=\"738f5f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-size:20px; font-weight: 400;\">Facilmente accessibile dalla S.S.16, a soli 5 minuti dal porto e dall'aeroporto di Bari.<br>\n<b>Koala Parking<\/b> \u00e8 la scelta ideale per chi cerca un parcheggio con comodit\u00e0 e convenienza.\n<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c14e7b0 elementor-widget elementor-widget-heading\" data-id=\"c14e7b0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Prenota il tuo parcheggio auto o noleggio direttamente online.<\/span><\/h2>\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-b727254 e-con-full e-flex e-con e-parent\" data-id=\"b727254\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-1aeb2f8 e-con-full e-transform e-flex e-con e-child\" data-id=\"1aeb2f8\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-9,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d48fed6 elementor-widget elementor-widget-google_maps\" data-id=\"d48fed6\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}<\/style>\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Via%20O.%20Respighi%207%2FA%2C%20bari&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Via O. Respighi 7\/A, bari\"\n\t\t\t\t\taria-label=\"Via O. Respighi 7\/A, bari\"\n\t\t\t><\/iframe>\n\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-b85d206 e-con-full e-flex e-con e-child\" data-id=\"b85d206\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d4d9aa elementor-widget elementor-widget-heading\" data-id=\"9d4d9aa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#FFD200;\">RAGGIUNGI IL NOSTRO PARCHEGGIO<\/span> <br>CON INDICAZIONI IN UN SOLO CLICK<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb57e76 elementor-widget elementor-widget-heading\" data-id=\"cb57e76\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FACILMENTE ACCESSIBILE DALL S.S.16 (USCITA 4) <span style=\"color:#FFD200;\"> A SOLI 5 MINUTI DALL' AEROPORTO E PORTO DI BARI<\/span><\/h2>\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-45e1d8e e-flex e-con-boxed e-con e-parent\" data-id=\"45e1d8e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cfa6cf elementor-widget elementor-widget-heading\" data-id=\"5cfa6cf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NOLEGGIO LA TUA AUTO DIRETTAMENTE ONLINE<br><span style=\"font-size:30px; color: #000\">\nSERVIZIO DI NOLEGGIO AUTO GIORNALIERO E MEDIO TERMINE BARI<\/h2>\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-8a8789e e-flex e-con-boxed e-con e-parent\" data-id=\"8a8789e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f68aeb3 e-con-full e-flex e-con e-child\" data-id=\"f68aeb3\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da42852 elementor-widget elementor-widget-image\" data-id=\"da42852\" data-element_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:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"680\" height=\"680\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x.png\" class=\"attachment-large size-large wp-image-343\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x.png 800w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x-300x300.png 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x-150x150.png 150w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x-768x768.png 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x-600x600.png 600w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500x-100x100.png 100w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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 class=\"elementor-element elementor-element-fd877dc elementor-widget elementor-widget-text-editor\" data-id=\"fd877dc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<h5 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Fiat 500x<\/span><\/strong><br \/><span style=\"color: #000000;\">Diesel<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a2f18c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3a2f18c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Da 60,00\u20ac<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-d23cc00 e-con-full e-flex e-con e-child\" data-id=\"d23cc00\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa7794a elementor-widget elementor-widget-image\" data-id=\"aa7794a\" data-element_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:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"680\" height=\"680\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay.jpg\" class=\"attachment-large size-large wp-image-342\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay.jpg 800w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay-300x300.jpg 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay-150x150.jpg 150w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay-768x768.jpg 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay-600x600.jpg 600w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/lanciay-100x100.jpg 100w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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 class=\"elementor-element elementor-element-6af5b95 elementor-widget elementor-widget-text-editor\" data-id=\"6af5b95\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Lancia Y<\/strong><\/span><br \/><span style=\"color: #000000;\">Hybrid<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44d1ff2 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"44d1ff2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Da 40,00\u20ac<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-a87c411 e-con-full e-flex e-con e-child\" data-id=\"a87c411\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84a2724 elementor-widget elementor-widget-image\" data-id=\"84a2724\" data-element_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:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"680\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c.jpg\" class=\"attachment-large size-large wp-image-341\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c.jpg 800w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c-300x300.jpg 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c-150x150.jpg 150w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c-768x768.jpg 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c-600x600.jpg 600w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/500c-100x100.jpg 100w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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 class=\"elementor-element elementor-element-4bc0084 elementor-widget elementor-widget-text-editor\" data-id=\"4bc0084\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Fiat 500 Cabrio<\/strong><\/span><br \/><span style=\"color: #000000;\">Hybrid<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e713211 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e713211\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Da 70,00\u20ac<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-0e59496 e-con-full e-flex e-con e-child\" data-id=\"0e59496\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-087d325 elementor-widget elementor-widget-image\" data-id=\"087d325\" data-element_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:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"678\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome.jpg\" class=\"attachment-large size-large wp-image-605\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome.jpg 802w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome-300x300.jpg 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome-150x150.jpg 150w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome-768x766.jpg 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome-600x599.jpg 600w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/traffichome-100x100.jpg 100w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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 class=\"elementor-element elementor-element-a256d81 elementor-widget elementor-widget-text-editor\" data-id=\"a256d81\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Renault Traffic<\/strong><\/span><br \/><span style=\"color: #000000;\">Diesel<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86b9588 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"86b9588\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/koalaparking.it\/index.php\/form-prenotazione-noleggio\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Da 120,00\u20ac<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<div class=\"elementor-element elementor-element-a35b73c e-con-full e-flex e-con e-parent\" data-id=\"a35b73c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-7341274 e-con-full e-flex e-con e-child\" data-id=\"7341274\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb31316 animated-slow e-transform elementor-invisible elementor-widget elementor-widget-image\" data-id=\"cb31316\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;,&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-172,&quot;sizes&quot;:[]},&quot;_animation_delay&quot;:100,&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-50,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" 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=\"500\" height=\"500\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/Navetta-servizio-h242.png\" class=\"attachment-full size-full wp-image-322\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/Navetta-servizio-h242.png 500w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/Navetta-servizio-h242-300x300.png 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/Navetta-servizio-h242-150x150.png 150w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/Navetta-servizio-h242-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\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-97e1c59 e-con-full e-flex e-con e-child\" data-id=\"97e1c59\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c038a33 elementor-widget elementor-widget-heading\" data-id=\"c038a33\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#FFD200;\">SERVIZIO DI TRASFERIMENTO<\/span><br> CON NAVETTA GRATUITA<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24fd53e elementor-widget elementor-widget-heading\" data-id=\"24fd53e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A SOLI 5 MINUTI DI DISTANZA<br> <span style=\"color:#FFD200;\"> DAL PORTO E AEROPORTO DI BARI<\/span><\/h2>\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-9bb5de2 e-con-full e-flex e-con e-parent\" data-id=\"9bb5de2\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-c227618 e-con-full e-flex e-con e-child\" data-id=\"c227618\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5899346 e-con-full e-flex e-con e-child\" data-id=\"5899346\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cedf0cc elementor-widget elementor-widget-image\" data-id=\"cedf0cc\" data-element_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=\"615\" height=\"540\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/02\/agenzie.png\" class=\"attachment-full size-full wp-image-271\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/02\/agenzie.png 615w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/02\/agenzie-600x527.png 600w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/02\/agenzie-300x263.png 300w\" sizes=\"(max-width: 615px) 100vw, 615px\" \/>\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 class=\"elementor-element elementor-element-8b3748d elementor-widget elementor-widget-heading\" data-id=\"8b3748d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COLLABORIAMO CON AGENZIE VIAGGI\n\n<span style=\"color: #FFF\">\nDI TUTTA ITALIA<br><\/span><span style=\"font-size:20px; font-weight: 400;\"><b>SEI UN'AGENZIA VIAGGI?<\/b> Puoi richiedere maggiori informazioni sul nostro <b>programma Partnership<\/b><\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04d9260 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"04d9260\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/koalaparking.it\/\/index.php\/partnership-per-agenzie-viaggi\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Scopri il programma Partnership<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d4f9db e-con-full e-flex e-con e-parent\" data-id=\"7d4f9db\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-589bfdd e-con-full e-flex e-con e-child\" data-id=\"589bfdd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-139052f animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"139052f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;,&quot;_animation_delay&quot;:100}\" 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=\"1222\" height=\"830\" src=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link.jpg\" class=\"attachment-full size-full wp-image-352\" alt=\"\" srcset=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link.jpg 1222w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link-300x204.jpg 300w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link-1024x696.jpg 1024w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link-768x522.jpg 768w, https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/koala-vip-link-600x408.jpg 600w\" sizes=\"(max-width: 1222px) 100vw, 1222px\" \/>\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-96109e7 e-con-full e-flex e-con e-child\" data-id=\"96109e7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4cac0d elementor-widget elementor-widget-heading\" data-id=\"d4cac0d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#FFD200;\">NOLEGGIO CON CONDUCENTE<\/span> <BR>PER I TUOI SPOSTAMENTI<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6217ad elementor-widget elementor-widget-heading\" data-id=\"d6217ad\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/www.koalavip.it\"> <span style=\"color:#FFD200; font-size: 48px;\">KOALA VIP<br><\/span>SCOPRI IL NOSTRO SERVIZIO NCC <\/a><\/h2>\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\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PRENOTA ONLINE IL TUO PARCHEGGIO Data Ingresso Ora Ingresso Data Uscita Ora [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari<\/title>\n<meta name=\"description\" content=\"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/koalaparking.it\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari\" \/>\n<meta property=\"og:description\" content=\"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta\" \/>\n<meta property=\"og:url\" content=\"https:\/\/koalaparking.it\/\" \/>\n<meta property=\"og:site_name\" content=\"Koala Parking\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-08T10:56:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/koalaparking.it\/\",\"url\":\"https:\/\/koalaparking.it\/\",\"name\":\"Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari\",\"isPartOf\":{\"@id\":\"https:\/\/koalaparking.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/koalaparking.it\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/koalaparking.it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png\",\"datePublished\":\"2024-01-09T14:31:18+00:00\",\"dateModified\":\"2024-04-08T10:56:37+00:00\",\"description\":\"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta\",\"breadcrumb\":{\"@id\":\"https:\/\/koalaparking.it\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/koalaparking.it\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/koalaparking.it\/#primaryimage\",\"url\":\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png\",\"contentUrl\":\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png\",\"width\":800,\"height\":302},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/koalaparking.it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/koalaparking.it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Koala Service | Noleggio, Parcheggio e Vendita Auto Bari\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/koalaparking.it\/#website\",\"url\":\"https:\/\/koalaparking.it\/\",\"name\":\"Koala Parking\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/koalaparking.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/koalaparking.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/koalaparking.it\/#organization\",\"name\":\"Koala Parking\",\"url\":\"https:\/\/koalaparking.it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/koalaparking.it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/cropped-koalaparkinglogo.jpg\",\"contentUrl\":\"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/cropped-koalaparkinglogo.jpg\",\"width\":200,\"height\":206,\"caption\":\"Koala Parking\"},\"image\":{\"@id\":\"https:\/\/koalaparking.it\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari","description":"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta","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:\/\/koalaparking.it\/","og_locale":"it_IT","og_type":"article","og_title":"Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari","og_description":"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta","og_url":"https:\/\/koalaparking.it\/","og_site_name":"Koala Parking","article_modified_time":"2024-04-08T10:56:37+00:00","og_image":[{"url":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/koalaparking.it\/","url":"https:\/\/koalaparking.it\/","name":"Koala Parking - Parcheggio Lowcost Aeroporto e Porto di Bari","isPartOf":{"@id":"https:\/\/koalaparking.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/koalaparking.it\/#primaryimage"},"image":{"@id":"https:\/\/koalaparking.it\/#primaryimage"},"thumbnailUrl":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png","datePublished":"2024-01-09T14:31:18+00:00","dateModified":"2024-04-08T10:56:37+00:00","description":"Il Koala Parking \u00e8 la soluzione pi\u00f9 evoluta alle esigenze dei viaggiatori: Parcheggia la tua auto a soli \u20ac 5 al giorno, e usufruisci del servizio di bus navetta","breadcrumb":{"@id":"https:\/\/koalaparking.it\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/koalaparking.it\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/koalaparking.it\/#primaryimage","url":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png","contentUrl":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/03\/LOGO-KOALA-SLOGAN-1.png","width":800,"height":302},{"@type":"BreadcrumbList","@id":"https:\/\/koalaparking.it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/koalaparking.it\/"},{"@type":"ListItem","position":2,"name":"Koala Service | Noleggio, Parcheggio e Vendita Auto Bari"}]},{"@type":"WebSite","@id":"https:\/\/koalaparking.it\/#website","url":"https:\/\/koalaparking.it\/","name":"Koala Parking","description":"","publisher":{"@id":"https:\/\/koalaparking.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/koalaparking.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/koalaparking.it\/#organization","name":"Koala Parking","url":"https:\/\/koalaparking.it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/koalaparking.it\/#\/schema\/logo\/image\/","url":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/cropped-koalaparkinglogo.jpg","contentUrl":"https:\/\/koalaparking.it\/wp-content\/uploads\/2024\/04\/cropped-koalaparkinglogo.jpg","width":200,"height":206,"caption":"Koala Parking"},"image":{"@id":"https:\/\/koalaparking.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":368,"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":608,"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/608"}],"wp:attachment":[{"href":"https:\/\/koalaparking.it\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}