{"id":8,"date":"2021-02-17T18:53:29","date_gmt":"2021-02-17T18:53:29","guid":{"rendered":"http:\/\/wptf.themepul.com\/dogi\/?page_id=8"},"modified":"2024-05-03T17:20:45","modified_gmt":"2024-05-03T15:20:45","slug":"home","status":"publish","type":"page","link":"https:\/\/formazione.eticamentecane.it\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b06d45b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"b06d45b\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d23dc16\" data-id=\"d23dc16\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0d1dcc elementor-widget elementor-widget-dogi-slider-two\" data-id=\"b0d1dcc\" data-element_type=\"widget\" data-widget_type=\"dogi-slider-two.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t \"use strict\";\r\n\t\t\t\tfunction mainSlider() {\r\n\t\t\t        var BasicSlider = $('.slider-active');\r\n\t\t\t        BasicSlider.on('init', function (e, slick) {\r\n\t\t\t            var $firstAnimatingElements = $('.single-slider:first-child').find('[data-animation]');\r\n\t\t\t            doAnimations($firstAnimatingElements);\r\n\t\t\t        });\r\n\t\t\t        BasicSlider.on('beforeChange', function (e, slick, currentSlide, nextSlide) {\r\n\t\t\t            var $animatingElements = $('.single-slider[data-slick-index=\"' + nextSlide + '\"]').find('[data-animation]');\r\n\t\t\t            doAnimations($animatingElements);\r\n\t\t\t        });\r\n\t\t\t        BasicSlider.slick({\r\n\t\t\t            autoplay: true,\r\n\t\t\t            autoplaySpeed: 8000,\r\n\t\t\t            dots: false,\r\n\t\t\t            fade: true,\r\n\t\t\t            arrows: true,\r\n\t\t\t            prevArrow: '<span class=\"prev\"><i class=\"flaticon-left-arrow\"><\/i><\/span>',\r\n\t\t\t            nextArrow: '<span class=\"next\"><i class=\"flaticon-right-arrow\"><\/i><\/span>',\r\n\t\t\t            responsive: [\r\n\t\t\t                {\r\n\t\t\t                    breakpoint: 767,\r\n\t\t\t                    settings: {\r\n\t\t\t                        arrows: false\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            ]\r\n\t\t\t        });\r\n\r\n\t\t\t        function doAnimations(elements) {\r\n\t\t\t            var animationEndEvents = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend';\r\n\t\t\t            elements.each(function () {\r\n\t\t\t                var $this = $(this);\r\n\t\t\t                var $animationDelay = $this.data('delay');\r\n\t\t\t                var $animationType = 'animated ' + $this.data('animation');\r\n\t\t\t                $this.css({\r\n\t\t\t                    'animation-delay': $animationDelay,\r\n\t\t\t                    '-webkit-animation-delay': $animationDelay\r\n\t\t\t                });\r\n\t\t\t                $this.addClass($animationType).one(animationEndEvents, function () {\r\n\t\t\t                    $this.removeClass($animationType);\r\n\t\t\t                });\r\n\t\t\t            });\r\n\t\t\t        }\r\n\t\t\t    }\r\n\t\t\t    mainSlider();\r\n\t\t\t});\r\n\t\t\t<\/script>\r\n\t\t\t<script>\r\n\t\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\t \"use strict\";\r\n\t\t\t\t\t$('.slider-video').magnificPopup({\r\n\t\t\t\t\t\tdisableOn: 700,\r\n\t\t\t\t\t\ttype: 'iframe',\r\n\t\t\t\t\t\tmainClass: 'mfp-fade',\r\n\t\t\t\t\t\tremovalDelay: 160,\r\n\t\t\t\t\t\tpreloader: false,\r\n\r\n\t\t\t\t\t\tfixedContentPos: false\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script>\r\n\t\t <div class=\"slider-area slider-active\">\r\n\t\t\t \r\n\r\n\t        <div class=\"single-slider\">\r\n\t\t\t<div class=\"image-layout\" style=\"background-image:url( https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/slider-1.jpg )\"><\/div>\r\n\t            <div class=\"container\">\r\n\t                <div class=\"justify-content-center row\">\r\n\t                    <div class=\"col-lg-7 mr-auto\">\r\n\t                        <div class=\"slider-content text-left\">\r\n\t                            <div class=\"sub-title\" data-animation=\"fadeInUp\" data-delay=\"1s\"><p>Benvenuti in <span style=\"color: #ff8411\"><br \/>Formazione EticaMenteCane<\/span>\u00a0<\/p><\/div>\r\n\t                            <div class=\"slider-dec\" data-animation=\"fadeInUp\" data-delay=\"1.2s\"><p>Formazione EticaMenteCane \u00e8 il sito dedicato a corsi formativi cinofili realizzati e progettati da EticaMenteCane<\/p><\/div>\r\n\t                            <div class=\"dogi-slider2-btnss\">\r\n\t\t\t\t\t\t\t\t\t<a class=\"blob-btn\" href=\"http:\/\/formazione.eticamentecane.it\/index.php\/contatti\/\" data-animation=\"fadeInUp\" data-delay=\"1.3s\">Contatti<i class=\"flaticon-right-arrow\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blobs\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/a>\r\n\t                            \t \t                            <\/div>\r\n\t                        <\/div>\r\n\t                    <\/div>\r\n\t                <\/div>\r\n\t            <\/div>\r\n\t        <\/div>\r\n\t\t\t \r\n\r\n\t        <div class=\"single-slider\">\r\n\t\t\t<div class=\"image-layout\" style=\"background-image:url( https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/422318801_884165667053070_1429111897953018686_n.jpg )\"><\/div>\r\n\t            <div class=\"container\">\r\n\t                <div class=\"justify-content-center row\">\r\n\t                    <div class=\"col-lg-7 ml-auto\">\r\n\t                        <div class=\"slider-content text-right\">\r\n\t                            <div class=\"sub-title\" data-animation=\"fadeInUp\" data-delay=\"1s\"><p><strong>Prima Edizione<\/strong><\/p>\n<p><strong>Corso Formazione<\/strong><\/p>\n<p><span style=\"color: #ff8411\">EsCACR<\/span><\/p><\/div>\r\n\t                            <div class=\"slider-dec\" data-animation=\"fadeInUp\" data-delay=\"1.2s\"><\/div>\r\n\t                            <div class=\"dogi-slider2-btnss\">\r\n\t\t\t\t\t\t\t\t\t<a class=\"blob-btn\" href=\"https:\/\/formazione.eticamentecane.it\/index.php\/faw\/\" data-animation=\"fadeInUp\" data-delay=\"1.3s\">INFORMAZIONI<i class=\"flaticon-right-arrow\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blobs\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"blob-btn__blob\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/a>\r\n\t                            \t \t                            <\/div>\r\n\t                        <\/div>\r\n\t                    <\/div>\r\n\t                <\/div>\r\n\t            <\/div>\r\n\t        <\/div>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6651365 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6651365\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;mountains&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41f963e\" data-id=\"41f963e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3790122 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3790122\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-63aed42\" data-id=\"63aed42\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d9947f1 elementor-widget elementor-widget-heading\" data-id=\"d9947f1\" 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.9.2 - 21-12-2022 *\/\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\">Formazione\nEticaMenteCane<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d84ff2c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d84ff2c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c6e6a58\" data-id=\"c6e6a58\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8bafeb2\" data-id=\"8bafeb2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c2a064 elementor-widget elementor-widget-text-editor\" data-id=\"6c2a064\" 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.9.2 - 21-12-2022 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;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<p>Sito dedicato alla Formazione Cinofila creata e progettata da EticaMenteCane<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4851ef5\" data-id=\"4851ef5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fdc729a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fdc729a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5c61f46\" data-id=\"5c61f46\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-26a4190 elementor-widget elementor-widget-image\" data-id=\"26a4190\" 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.9.2 - 21-12-2022 *\/\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 width=\"1096\" height=\"547\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/club3.png\" class=\"attachment-full size-full wp-image-602\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/club3.png 1096w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/club3-300x150.png 300w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/club3-1024x511.png 1024w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/club3-768x383.png 768w\" sizes=\"(max-width: 1096px) 100vw, 1096px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a73735 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a73735\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-548f111\" data-id=\"548f111\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c8f3f8 elementor-widget elementor-widget-image\" data-id=\"3c8f3f8\" 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 width=\"635\" height=\"572\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/1.png\" class=\"elementor-animation-buzz-out attachment-full size-full wp-image-259\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/1.png 635w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2021\/02\/1-300x270.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dfee5fe\" data-id=\"dfee5fe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-012518b elementor-widget elementor-widget-dogi-about\" data-id=\"012518b\" data-element_type=\"widget\" data-widget_type=\"dogi-about.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"about-boxs\">\r\n\t\t\t<div class=\"about-box\">\r\n\t\t\t\t<div class=\"about-titles\">\r\n\t\t\t\t\t<h4 class=\"color1\">\r\n\t\t\t\t\tFormazione EticaMenteCane\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<h2>Il nostro <strong>Obiettivo<\/strong><\/h2>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"about-content\">\r\n\t\t\t\t<p>Formazione EticaMenteCane \u00e8 un \"ramo\" del progetto EticaMenteCane.<\/p>\n<p>L'obiettivo \u00e8 di creare corsi formativi, serate teoriche, eventi per diffondere una visione pi\u00f9 ampia sul mondo cinofilo e di come viviamo il cane.<\/p>\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-98e0a9a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"98e0a9a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves-pattern&quot;,&quot;shape_divider_bottom&quot;:&quot;drops&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1047.1 3.7\" preserveAspectRatio=\"xMidYMin slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb4ded1\" data-id=\"bb4ded1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-536c2ce elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"536c2ce\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-03f7ddd\" data-id=\"03f7ddd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-93e96d8 elementor-widget elementor-widget-dogi-title\" data-id=\"93e96d8\" data-element_type=\"widget\" data-widget_type=\"dogi-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"title-boxs\">\r\n\t\t\t<div class=\"title-box\">\r\n\t\t\t\t\t\t\t\t<span class=\"small-title\">Corso Formativo<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title-hadding\"><span><h2>ESPERTO CINOFILO DELL\u2019EDUCAZIONE IN ACQUA IN AMBITO COMPORTAMENTALE<\/h2>\n<\/span><\/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-403b97a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"403b97a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c96d554\" data-id=\"c96d554\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a551ad2 elementor-widget elementor-widget-dogi-promo-content\" data-id=\"a551ad2\" data-element_type=\"widget\" data-widget_type=\"dogi-promo-content.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"promoc-boxs\">\r\n\t\t\t\t\t\t<div class=\"promoc-img\">\r\n\t\t\t\t<img width=\"640\" height=\"480\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n-1024x768.jpg\" class=\"attachment-large size-large wp-image-2174\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n-1024x768.jpg 1024w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n-300x225.jpg 300w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n-768x576.jpg 768w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n-1536x1152.jpg 1536w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/367685436_767432535393051_188961471168126313_n.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"promoc-content d-flex flex-wrap align-content-center\">\r\n\t\t\t\t<div class=\"left d-flex flex-wrap align-content-center\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"promo-icon\">\r\n\t\t\t\t\t\t<i class=\"\"><\/i>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"promoc-titles\">\r\n\t\t\t\t\t<span>Corso Formativo<\/span><h2>ESPERTO CINOFILO DELL\u2019EDUCAZIONE IN ACQUA IN AMBITO COMPORTAMENTALE<\/h2>\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"right\">\r\n\t\t\t\t\t<a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/faw\/\" target=\"_blank\" class=\"promoc-btn\"><i class=\"flaticon-right-arrow\"><\/i><\/a>\t\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-200fab1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"200fab1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7e8f8ae\" data-id=\"7e8f8ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e41c561 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e41c561\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-05e076e\" data-id=\"05e076e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-777a2fc elementor-widget elementor-widget-dogi-about\" data-id=\"777a2fc\" data-element_type=\"widget\" data-widget_type=\"dogi-about.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"about-boxs\">\r\n\t\t\t<div class=\"about-box\">\r\n\t\t\t\t<div class=\"about-titles\">\r\n\t\t\t\t\t<h4 class=\"color1\">\r\n\t\t\t\t\tSito in Aggiornamento\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<h2>Benvenuti in <strong>Formazione EticaMenteCane<\/strong><\/h2>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"about-content\">\r\n\t\t\t\t\n\n\n<strong>Il Progetto: EticaMenteCane<\/strong><span>\u00a0nasce dall\u2019idea di Danilo Monverde nel 2020 ed \u00e8 un marchio registrato.<br \/><\/span>\n\n\n\nNel 2022\u00a0 nasce il progetto ASD\n<strong>EticaMenteCane A.S.D.<br \/><\/strong>\u00a0\n<strong>Siamo specializzati nel lavoro in acqua<\/strong>\u00a0(piscina per cani)\n<strong><br \/>Siamo specializzati nella Rieducazione Comportamentale<\/strong>\u00a0(in collaborazione con Istruttore Riabilitatore Comportamentale e Veterinario Esperto in Comportamento)<br \/><strong>Da Novembre 2023<\/strong> abbiamo lanciato il progetto <strong>\"FORMAZIONE\"<\/strong>, dando vita a <strong>webinar formativi, stage pratici formativi,<\/strong> fino ad arrivare nel <strong>2024 con Corsi di formazione<\/strong> riguardante sempre il mondo <strong>acquatico per il cane.<\/strong>\n\n\n\n<ul>\n<li>Etica Professionale<\/li>\n<li>Rispetto dell'animale come individuo<\/li>\n<li>Approccio Cognitivo Relazionale.<\/li>\n<\/ul>\n\n\n\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-90c23b9\" data-id=\"90c23b9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4806353 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4806353\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32ca081\" data-id=\"32ca081\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3b3ebf elementor-widget elementor-widget-dogi_iconbox\" data-id=\"c3b3ebf\" data-element_type=\"widget\" data-widget_type=\"dogi_iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"iconbox\">\r\n                <div class=\"iconbox-icon\">\r\n                    <i class=\"dogiicon dogiicon-pets\"><\/i>\r\n                <\/div>\r\n                <div class=\"iconbox-dec\">\r\n                    <h5 class=\"iconbox-title\">\r\n                                                <span>Empatia<\/span>\r\n                                            <\/h5>\r\n                    <p>In psicologia, la capacit\u00e0 di porsi in maniera immediata nello stato d&#039;animo o nella situazione di un&#039;altra persona, con nessuna o scorsa partecipazione emotiva<\/p>\r\n                <\/div>\r\n                            <\/div>\r\n                   \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5f0f244\" data-id=\"5f0f244\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c49b31 elementor-widget elementor-widget-dogi_iconbox\" data-id=\"1c49b31\" data-element_type=\"widget\" data-widget_type=\"dogi_iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"iconbox\">\r\n                <div class=\"iconbox-icon\">\r\n                    <i class=\"dogiicon dogiicon-pet-2\"><\/i>\r\n                <\/div>\r\n                <div class=\"iconbox-dec\">\r\n                    <h5 class=\"iconbox-title\">\r\n                                                <span>Relazione<\/span>\r\n                                            <\/h5>\r\n                    <p>Sembra cos\u00ec banale, ma nelle relazioni, si deve comunicare. (Peter Krause)<\/p>\r\n                <\/div>\r\n                            <\/div>\r\n                   \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-306c199 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"306c199\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3de6209\" data-id=\"3de6209\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-30a51c7 elementor-widget elementor-widget-dogi_iconbox\" data-id=\"30a51c7\" data-element_type=\"widget\" data-widget_type=\"dogi_iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"iconbox\">\r\n                <div class=\"iconbox-icon\">\r\n                    <i class=\"dogiicon dogiicon-play-with-pet-1\"><\/i>\r\n                <\/div>\r\n                <div class=\"iconbox-dec\">\r\n                    <h5 class=\"iconbox-title\">\r\n                                                <span>Comunicazione<\/span>\r\n                                            <\/h5>\r\n                    <p>Il 60% di tutte le comunicazioni umane \u00e8 non verbale: linguaggio del corpo. Il 30% \u00e8 nel tono. Vale a dire che il 90% di quello che si comunica\u2026 non esce dalla nostra bocca.\n(Dal film Hitch)<\/p>\r\n                <\/div>\r\n                            <\/div>\r\n                   \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a697d75\" data-id=\"a697d75\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b60076a elementor-widget elementor-widget-dogi_iconbox\" data-id=\"b60076a\" data-element_type=\"widget\" data-widget_type=\"dogi_iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"iconbox\">\r\n                <div class=\"iconbox-icon\">\r\n                    <i class=\"dogiicon dogiicon-pet-6\"><\/i>\r\n                <\/div>\r\n                <div class=\"iconbox-dec\">\r\n                    <h5 class=\"iconbox-title\">\r\n                                                <span>Sguardi<\/span>\r\n                                            <\/h5>\r\n                    <p>Chi non sa comprendere uno sguardo, non potr\u00e0 capire lunghe spiegazioni.\n(Proverbio arabo)<\/p>\r\n                <\/div>\r\n                            <\/div>\r\n                   \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-502312b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"502312b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves-pattern&quot;,&quot;shape_divider_bottom&quot;:&quot;drops&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1047.1 3.7\" preserveAspectRatio=\"xMidYMin slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-722db4d\" data-id=\"722db4d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7d50ceb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d50ceb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5b1297d\" data-id=\"5b1297d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1222c04 elementor-widget elementor-widget-dogi-title\" data-id=\"1222c04\" data-element_type=\"widget\" data-widget_type=\"dogi-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"title-boxs\">\r\n\t\t\t<div class=\"title-box\">\r\n\t\t\t\t\t\t\t\t<span class=\"small-title\">Contatto Diretto<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title-hadding\"><span><p>Contatta la Nostra <span style=\"color: #ffffff\">Segreteria<\/span><\/p>\n<\/span><\/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-31de876 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31de876\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-25c59d9\" data-id=\"25c59d9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-aac1d8b\" data-id=\"aac1d8b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a038a3f elementor-widget elementor-widget-shortcode\" data-id=\"a038a3f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f2046-o1\" lang=\"it-IT\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/8#wpcf7-f2046-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2046\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.6.3\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2046-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"row ct-row\">\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"ctc_nome\"><input type=\"text\" name=\"ctc_nome\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text ctc_nome\" aria-invalid=\"false\" placeholder=\"Il Tuo Nome*\" \/><\/span><\/div>\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"ctc_cognome\"><input type=\"text\" name=\"ctc_cognome\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text ctc_cognome\" aria-invalid=\"false\" placeholder=\"Il Tuo Cognome*\" \/><\/span><\/div>\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"ctc_cel\"><input type=\"text\" name=\"ctc_cel\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text ctc_cel\" aria-invalid=\"false\" placeholder=\"Il Tuo Telefono*\" \/><\/span><\/div>\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"ctc_email\"><input type=\"email\" name=\"ctc_email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"La Tua Email:*\" \/><\/span><\/div>\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"category\"><select name=\"category\" class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\"><option value=\"Informazioni Generali\">Informazioni Generali<\/option><\/select><\/span><\/div>\n    <div class=\"ct-input col-lg-12\"><span class=\"wpcf7-form-control-wrap\" data-name=\"ctc_message\"><textarea name=\"ctc_message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea ctc_message\" aria-invalid=\"false\" placeholder=\"Il Tuo Messaggio\"><\/textarea><\/span><\/div>\n<\/div><br>\n\n\n<input type=\"submit\" value=\"Invia Richiesta\" class=\"wpcf7-form-control has-spinner wpcf7-submit\" \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-eede99f\" data-id=\"eede99f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-afd9518 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"afd9518\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e8dc1de\" data-id=\"e8dc1de\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17f880a elementor-widget elementor-widget-spacer\" data-id=\"17f880a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.9.2 - 21-12-2022 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-14f9701 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"14f9701\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;drops&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M282.7 3.4c-2 3.8-2.2 6.6-1.8 10.8.3 3.3 2 8.5.4 11.6-1.4 2.6-4 2.5-5-.2-1.2-3.4.3-7.6.5-11.1.3-4.3-2.9-6.9-7.4-5.8-3.1.7-4.1 3.3-4.3 6.2-.2 2 1.2 8-.1 9.6-3.1 4.3-2.5-4.5-2.5-5.2.1-4-.1-9.6-4.1-11.6-4.5-2.3-6.1 1-5.5 5 .2 1.4 1.5 10.2-2.7 6.9-2.5-1.9.4-7.5-.9-10.3-.8-1.8-2.6-4.2-4.8-4.1-2.4.1-2.7 2.2-4 3.7-3.3 3.8-2.2-1.2-4.8-2.7-5.5-3.1-2 5.6-2.9 7.3-1.4 2.4-3.1.6-3.3-1.3-.1-1.5.5-3.1.4-4.6-.3-4.3-2.9-5.3-5.2-1.2-3.7 6.7-2.8-1.9-6.5-.4-3 1.1-.9 9.2-.6 11.1.7 4.1-2.2 5.2-2.7.8-.4-3.6 2.8-10.2.8-13.4-2.1-3.3-6.7-.1-7.9 2.4-2.1 4.2-.4 8.7 0 13.1.2 2-.8 8.9-3.8 4.8-3.1-4.3 2.5-11.6.2-16.3-1.1-2.2-5.8-3.5-7.2-1-.8 1.4 1 3.4.3 4.8s-2.2 1.2-2.8-.3c-.8-2.1 2.2-4.8-.1-6.5-1.3-.9-3.5.3-4.9.5-2.4-.1-3.3 0-4.5 2-.7 1.2-.4 3-2.3 2.1-1.9-.8-1.7-4.3-4.1-4.9-2.1-.6-4 1.3-5.1 2.9-.9 1.4-1.3 3-1.3 4.6 0 1.9 1.4 4.2.3 6-2.4 4.2-4.2-2.2-3.8-4.4.5-2.9 2-7.7-2.7-7.5-5.2.3-6.1 5.8-6.4 9.8-.1 1.3 1.5 10.4-2 8.4-1.8-1-.5-7.5-.6-9.1-.1-3.5-1.6-8.3-6.3-7.1-7.6 1.9 2.1 18.2-4.8 18.7-3.7.3-2.3-6.2-2-8.1.5-3.1.5-11.4-5.5-8.5-2.2 1.1-1 2.3-1.3 4.3-.2 1.8-1.3 3.2-2.3.8-1.1-2.5.8-6.7-3.9-6.6-8 .1-.7 16.4-4.8 15.8-2.8-.4-1-9.3-1.3-11.3-.6-3.5-3.5-7.8-7.8-6.9-4.4.9-1.4 6.5-1.4 9.1 0 3.1-3.4 5.9-4.4 1.7-.5-2.2.9-4.4.6-6.6-.3-1.9-1.5-4.1-3.2-5.2-5.3-3.4-4.9 5.2-8.1 4.5-1.4-.3-3-8.1-6.1-4.1-.7.9 2 10.3-2.2 8-2-1.1-.1-6.7-.7-8.9-1.8-6.2-4.7 2.3-6.1 3.1-2.9 1.7-4.6-6.2-6.3-.6-.5 1.7-.4 3.7-.2 5.4.2 1.6 1.5 4.6 1 6.1-.6 1.8-1.7 1.7-2.6.3-1-1.6-.4-4.5-.2-6.2.3-2.5 2.4-8.4-.2-10.3-3.1-2.1-6.8 2.1-7.7 4.5-1.5 4.3.3 8.7.5 13 .1 3.2-3 7.5-4.3 2.4-.6-2.4.2-5.1.6-7.4.4-2.3 1.2-6-.1-8.1-1.2-1.9-5.8-2.7-7-.5-.9 1.6 1.2 5.2-.6 5.6-2.4.6-2-2.3-1.8-3.4.3-1.5 1.1-3.2-.4-4.3-1.2-.9-4.7.3-5.9.5-2.4.5-2.5 1.4-3.6 3.3-1.2 2.1-1.4 1.7-3-.1-1.3-1.5-1.7-3.6-4-3.7-1.8-.1-3.4 1.7-4.2 3-1.4 2.2-1.3 4.1-1 6.5.2 1.4 1 3.8-.5 4.9-3.9 2.9-3.2-4.6-2.9-6.3.8-3.9-.4-8.1-5.4-5.6-3.8 1.9-4.1 6.7-4.1 10.5 0 1.6 1.2 5.8-.1 6.9-.8.7-1.8.3-2.4-.5-1.1-1.5.1-6.7 0-8.5-.1-3.5-.9-6.9-4.9-7.4-3.6-.6-6.7 1.2-6.8 4.9-.1 3.9 2 8.2.6 12-.9 2.4-2.9 2.9-4.6.9-2.4-2.8-.4-9 0-12.3.4-4.2.2-7-1.8-10.8C1.1 2.8.6 2.1 0 1.4v26.4h283.5V2.2c-.3.4-.6.8-.8 1.2z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cdcc910\" data-id=\"cdcc910\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-577f051 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"577f051\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c4c89eb\" data-id=\"c4c89eb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a51354f elementor-widget elementor-widget-dogi-title\" data-id=\"a51354f\" data-element_type=\"widget\" data-widget_type=\"dogi-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"title-boxs\">\r\n\t\t\t<div class=\"title-box\">\r\n\t\t\t\t\t\t\t\t<span class=\"small-title\">Ultime News<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title-hadding\"><span><p>News dal <span style=\"color: #ff8411\">blog<\/span><\/p>\n<\/span><\/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f358b79 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f358b79\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5fa3048\" data-id=\"5fa3048\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19014c7 elementor-widget elementor-widget-dogi-blog\" data-id=\"19014c7\" data-element_type=\"widget\" data-widget_type=\"dogi-blog.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t<div class=\"blog-boxs blog-post\">\r\n\t\t<div class=\"blog-box\">\r\n            <div class=\"blog-items row\">\r\n\t\t                        <div class=\"item col-12 col-md-6 col-lg-4\">\r\n                    <div id=\"post-2229\" class=\"post-single post-2229 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\">\r\n                        <div class=\"blog-image\">\r\n                            <img width=\"1080\" height=\"1080\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n.jpg 1080w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n-300x300.jpg 300w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n-1024x1024.jpg 1024w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n-150x150.jpg 150w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/433969265_928634792606157_3480664867588363535_n-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                        <\/div>\r\n                        <div class=\"blog-contents\">\r\n                            <div class=\"blog-top\">\r\n                                <ul>\r\n                                    <li class=\"postby\"><span class=\"byline\"><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/formazione.eticamentecane.it\/index.php\/author\/eticamentecane\/\">EticaMenteCane<\/a><\/span><\/span><\/li>\r\n                                    <li class=\"date\">3 Maggio 2024<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"blog-title\">\r\n                                <h2><a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-gioco-di-riporto-con-riportello-in-acqua-per-cani-da-retrieve\/\">Il gioco di riporto con riportello in acqua per cani da retrieve<\/a><\/h2>\r\n                            <\/div>\r\n                            <div class=\"post-summery\">\r\n                                <div class=\"blog-body\">\r\n                                                                            <p>Il gioco di riporto con riportello in acqua per cani da retriever Il gioco di riporto con riportello in&hellip;<\/p>\r\n                                                                    <\/div>\r\n                                <div class=\"blog-footer\">\r\n                                    <div class=\"left\">\r\n                                        <div class=\"theme-blogs_btns\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-gioco-di-riporto-con-riportello-in-acqua-per-cani-da-retrieve\/\" class=\"blob-btn\">Read More<i class=\"flaticon-right-arrow\"><\/i>\r\n                                                <span class=\"blob-btn__inner\">\r\n                                                    <span class=\"blob-btn__blobs\">\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                    <\/span>\r\n                                                <\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"right\">\r\n                                        <div class=\"blog-comment-num\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-gioco-di-riporto-con-riportello-in-acqua-per-cani-da-retrieve\/#respond\">0<\/a>                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item col-12 col-md-6 col-lg-4\">\r\n                    <div id=\"post-2223\" class=\"post-single post-2223 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\">\r\n                        <div class=\"blog-image\">\r\n                            <img width=\"1080\" height=\"1080\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n.jpg 1080w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n-300x300.jpg 300w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n-1024x1024.jpg 1024w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n-150x150.jpg 150w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/434829457_935281368608166_6830912940200239458_n-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                        <\/div>\r\n                        <div class=\"blog-contents\">\r\n                            <div class=\"blog-top\">\r\n                                <ul>\r\n                                    <li class=\"postby\"><span class=\"byline\"><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/formazione.eticamentecane.it\/index.php\/author\/eticamentecane\/\">EticaMenteCane<\/a><\/span><\/span><\/li>\r\n                                    <li class=\"date\">3 Maggio 2024<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"blog-title\">\r\n                                <h2><a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/acquaticita-dog-test-di-eticamentecane\/\">Acquaticit\u00e0 Dog Test di EticamenteCane!<\/a><\/h2>\r\n                            <\/div>\r\n                            <div class=\"post-summery\">\r\n                                <div class=\"blog-body\">\r\n                                                                            <p>Ecco una grande notizia per tutti i nostri amici a quattro zampe! Siamo entusiasti di presentarvi l'Acquaticit\u00e0 Dog Test&hellip;<\/p>\r\n                                                                    <\/div>\r\n                                <div class=\"blog-footer\">\r\n                                    <div class=\"left\">\r\n                                        <div class=\"theme-blogs_btns\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/acquaticita-dog-test-di-eticamentecane\/\" class=\"blob-btn\">Read More<i class=\"flaticon-right-arrow\"><\/i>\r\n                                                <span class=\"blob-btn__inner\">\r\n                                                    <span class=\"blob-btn__blobs\">\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                    <\/span>\r\n                                                <\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"right\">\r\n                                        <div class=\"blog-comment-num\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/acquaticita-dog-test-di-eticamentecane\/#respond\">0<\/a>                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item col-12 col-md-6 col-lg-4\">\r\n                    <div id=\"post-2220\" class=\"post-single post-2220 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\">\r\n                        <div class=\"blog-image\">\r\n                            <img width=\"1080\" height=\"1080\" src=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n.jpg 1080w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n-300x300.jpg 300w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n-1024x1024.jpg 1024w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n-150x150.jpg 150w, https:\/\/formazione.eticamentecane.it\/wp-content\/uploads\/2024\/05\/436384191_940896498046653_1839966094479239407_n-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                        <\/div>\r\n                        <div class=\"blog-contents\">\r\n                            <div class=\"blog-top\">\r\n                                <ul>\r\n                                    <li class=\"postby\"><span class=\"byline\"><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/formazione.eticamentecane.it\/index.php\/author\/eticamentecane\/\">EticaMenteCane<\/a><\/span><\/span><\/li>\r\n                                    <li class=\"date\">3 Maggio 2024<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"blog-title\">\r\n                                <h2><a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-tuo-amico-a-quattro-zampe-fresco-e-felice-durante-i-giorni-caldi\/\">il tuo amico a quattro zampe fresco e felice durante i giorni caldi?<\/a><\/h2>\r\n                            <\/div>\r\n                            <div class=\"post-summery\">\r\n                                <div class=\"blog-body\">\r\n                                                                            <p>Alla ricerca di un modo divertente per far sentire il tuo amico a quattro zampe fresco e felice durante&hellip;<\/p>\r\n                                                                    <\/div>\r\n                                <div class=\"blog-footer\">\r\n                                    <div class=\"left\">\r\n                                        <div class=\"theme-blogs_btns\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-tuo-amico-a-quattro-zampe-fresco-e-felice-durante-i-giorni-caldi\/\" class=\"blob-btn\">Read More<i class=\"flaticon-right-arrow\"><\/i>\r\n                                                <span class=\"blob-btn__inner\">\r\n                                                    <span class=\"blob-btn__blobs\">\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                        <span class=\"blob-btn__blob\"><\/span>\r\n                                                    <\/span>\r\n                                                <\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"right\">\r\n                                        <div class=\"blog-comment-num\">\r\n                                            <a href=\"https:\/\/formazione.eticamentecane.it\/index.php\/2024\/05\/03\/il-tuo-amico-a-quattro-zampe-fresco-e-felice-durante-i-giorni-caldi\/#respond\">0<\/a>                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                            <\/div>\r\n                    <\/div>\r\n\t<\/div>\r\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64e21ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64e21ca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27a875b\" data-id=\"27a875b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Benvenuti in Formazione EticaMenteCane\u00a0 Formazione EticaMenteCane \u00e8 il sito dedicato a corsi formativi cinofili realizzati e progettati da EticaMenteCane Contatti Prima Edizione Corso Formazione EsCACR INFORMAZIONI Formazione EticaMenteCane Sito dedicato alla Formazione Cinofila creata e progettata da EticaMenteCane Formazione EticaMenteCane Il nostro Obiettivo Formazione EticaMenteCane \u00e8 un &#8220;ramo&#8221; del progetto EticaMenteCane. L&#8217;obiettivo \u00e8 di creare [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home-template.php","meta":[],"_links":{"self":[{"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/pages\/8"}],"collection":[{"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":103,"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":2215,"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/2215"}],"wp:attachment":[{"href":"https:\/\/formazione.eticamentecane.it\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}