{"id":294,"date":"2024-08-07T14:05:56","date_gmt":"2024-08-07T12:05:56","guid":{"rendered":"https:\/\/babyfruitdancing.com\/?page_id=294"},"modified":"2025-05-30T12:28:04","modified_gmt":"2025-05-30T10:28:04","slug":"printables","status":"publish","type":"page","link":"https:\/\/babyfruitdancing.com\/en\/printables\/","title":{"rendered":"Printables"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"294\" class=\"elementor elementor-294\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a46086 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3a46086\" 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-e923902\" data-id=\"e923902\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b31ee2 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"8b31ee2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"falling-balls-container\"><\/div>\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const container = document.getElementById('falling-balls-container');\n    const ballSizes = [3, 6, 10, 12, 15, 20]; \/\/ Tama\u00f1os de las bolitas\n    const ballColors = ['#ff8a00', '#ffda00', '#00e01c', '#ff52ff']; \/\/ Colores de las bolitas\n    const minFallDuration = 20; \/\/ Duraci\u00f3n m\u00ednima de la ca\u00edda en segundos\n    const maxFallDuration = 30; \/\/ Duraci\u00f3n m\u00e1xima de la ca\u00edda en segundos\n    const fadeStartHeight = 880; \/\/ Altura en px donde empieza a desvanecerse\n\n    function createBall() {\n      const ball = document.createElement('div');\n      const size = ballSizes[Math.floor(Math.random() * ballSizes.length)];\n      const color = ballColors[Math.floor(Math.random() * ballColors.length)];\n      const fallDuration = minFallDuration + Math.random() * (maxFallDuration - minFallDuration); \/\/ Duraci\u00f3n de la ca\u00edda aleatoria\n\n      ball.style.width = `${size}px`;\n      ball.style.height = `${size}px`;\n      ball.style.backgroundColor = color;\n      ball.style.left = `${Math.random() * 100}%`;\n      ball.style.animationDuration = `${fallDuration}s, 1s`; \/\/ Duraci\u00f3n de la ca\u00edda y del desvanecimiento\n      ball.style.animationTimingFunction = `linear, ease-in`; \/\/ Timing de las animaciones\n      ball.style.animationDelay = `0s, ${fallDuration - (fadeStartHeight \/ window.innerHeight * fallDuration)}s`; \/\/ Retraso para empezar a desvanecerse\n\n      ball.classList.add('falling-ball');\n      container.appendChild(ball);\n\n      \/\/ Eliminar la bola del DOM cuando termine la animaci\u00f3n\n      ball.addEventListener('animationend', () => {\n        ball.remove();\n      });\n    }\n\n    \/\/ Crear bolas a intervalos regulares\n    const interval = 500; \/\/ Intervalo en milisegundos (ajustar seg\u00fan la cantidad deseada)\n    setInterval(createBall, interval);\n  });\n<\/script>\n\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5382724 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5382724\" 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-5f37b4a\" data-id=\"5f37b4a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7edea8e elementor-hidden-desktop elementor-widget elementor-widget-html\" data-id=\"7edea8e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"falling-balls-container-mobile\"><\/div>\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const container = document.getElementById('falling-balls-container-mobile');\n    const ballSizes = [3, 6, 10, 12, 15]; \/\/ Tama\u00f1os de las bolitas\n    const ballColors = ['#ff8a00', '#ffda00', '#00e01c', '#ff52ff']; \/\/ Colores de las bolitas\n    const minFallDuration = 20; \/\/ Duraci\u00f3n m\u00ednima de la ca\u00edda en segundos\n    const maxFallDuration = 30; \/\/ Duraci\u00f3n m\u00e1xima de la ca\u00edda en segundos\n    const fadeStartHeight = 680; \/\/ Altura en px donde empieza a desvanecerse\n\n    function createBall() {\n      const ball = document.createElement('div');\n      const size = ballSizes[Math.floor(Math.random() * ballSizes.length)];\n      const color = ballColors[Math.floor(Math.random() * ballColors.length)];\n      const fallDuration = minFallDuration + Math.random() * (maxFallDuration - minFallDuration); \/\/ Duraci\u00f3n de la ca\u00edda aleatoria\n\n      ball.style.width = `${size}px`;\n      ball.style.height = `${size}px`;\n      ball.style.backgroundColor = color;\n      ball.style.left = `${Math.random() * 100}%`;\n      ball.style.animationDuration = `${fallDuration}s, 1s`; \/\/ Duraci\u00f3n de la ca\u00edda y del desvanecimiento\n      ball.style.animationTimingFunction = `linear, ease-in`; \/\/ Timing de las animaciones\n      ball.style.animationDelay = `0s, ${fallDuration - (fadeStartHeight \/ window.innerHeight * fallDuration)}s`; \/\/ Retraso para empezar a desvanecerse\n\n      ball.classList.add('falling-ball');\n      container.appendChild(ball);\n\n      \/\/ Eliminar la bola del DOM cuando termine la animaci\u00f3n\n      ball.addEventListener('animationend', () => {\n        ball.remove();\n      });\n    }\n\n    \/\/ Crear bolas a intervalos regulares\n    const interval = 500; \/\/ Intervalo en milisegundos (ajustar seg\u00fan la cantidad deseada)\n    setInterval(createBall, interval);\n  });\n<\/script>\n\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-090a396 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"090a396\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-top-column elementor-element elementor-element-6467cfb\" data-id=\"6467cfb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-acf25d2 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"acf25d2\" 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.23.0 - 05-08-2024 *\/\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<a href=\"https:\/\/babyfruitdancing.com\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Baby-Fruit-Dancing-New-Logo-r6kevtyatikem60vo2np7g27wmpre5ks97kj9ivcu0.png\" title=\"Baby-Fruit-Dancing-New-Logo\" alt=\"Baby Fruit Dancing - Logo\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-66 elementor-top-column elementor-element elementor-element-79f766d\" data-id=\"79f766d\" 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<div class=\"elementor-element elementor-element-60e6e31 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-widget-mobile__width-initial elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu\" data-id=\"60e6e31\" data-element_type=\"widget\" data-settings=\"{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\\&quot;fas fa-caret-down\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/plugins\/pro-elements\/assets\/css\/widget-nav-menu.min.css\">\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-60e6e31\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-127\"><a href=\"https:\/\/babyfruitdancing.com\/en\/\" class=\"elementor-item\">Home<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-299\"><a href=\"https:\/\/babyfruitdancing.com\/en\/printables\/\" class=\"elementor-item\">Printables<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1189\"><a href=\"https:\/\/babyfruitdancing.com\/en\/videos\/\" class=\"elementor-item\">Videos<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-979\"><a href=\"https:\/\/babyfruitdancing.com\/en\/blog\/\" class=\"elementor-item\">Blog<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-473\"><a target=\"_blank\" href=\"https:\/\/www.youtube.com\/@BabyFruitDancing\/streams\" class=\"elementor-item\"><span class=\"parpadeante\"><\/span>Live!<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">\n\t\t\t<i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--open eicon-menu-bar\"><\/i><i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--close eicon-close\"><\/i>\t\t\t<span class=\"elementor-screen-only\">Menu<\/span>\n\t\t<\/div>\n\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-60e6e31\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-127\"><a href=\"https:\/\/babyfruitdancing.com\/en\/\" class=\"elementor-item\" tabindex=\"-1\">Home<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-299\"><a href=\"https:\/\/babyfruitdancing.com\/en\/printables\/\" class=\"elementor-item\" tabindex=\"-1\">Printables<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1189\"><a href=\"https:\/\/babyfruitdancing.com\/en\/videos\/\" class=\"elementor-item\" tabindex=\"-1\">Videos<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-979\"><a href=\"https:\/\/babyfruitdancing.com\/en\/blog\/\" class=\"elementor-item\" tabindex=\"-1\">Blog<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-473\"><a target=\"_blank\" href=\"https:\/\/www.youtube.com\/@BabyFruitDancing\/streams\" class=\"elementor-item\" tabindex=\"-1\"><span class=\"parpadeante\"><\/span>Live!<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-678b697 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"678b697\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-608ffd4\" data-id=\"608ffd4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1e1dcd8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1e1dcd8\" 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-inner-column elementor-element elementor-element-d5ab86e\" data-id=\"d5ab86e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bed2118 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"bed2118\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-paint-brush\"><\/i>\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\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-2be15cc\" data-id=\"2be15cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fe4e6a elementor-widget elementor-widget-heading\" data-id=\"0fe4e6a\" 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.23.0 - 05-08-2024 *\/\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><h1 class=\"elementor-heading-title elementor-size-default\">Coloring Pages<\/h1>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8165259 elementor-widget elementor-widget-text-editor\" data-id=\"8165259\" 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.23.0 - 05-08-2024 *\/\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<p>Spark creativity with our adorable fruit coloring pages.<\/p><p>Perfect for family fun and bonding time!<\/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-50 elementor-top-column elementor-element elementor-element-6d2ed0a\" data-id=\"6d2ed0a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5162ede elementor-widget elementor-widget-image\" data-id=\"5162ede\" 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<img fetchpriority=\"high\" decoding=\"async\" width=\"640\" height=\"400\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/presentation-christmas-img.jpg\" class=\"attachment-large size-large wp-image-914\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/presentation-christmas-img.jpg 640w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/presentation-christmas-img-300x188.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\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-2ac17dd elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2ac17dd\" 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:\/\/babyfruitdancing.com\/printables\/coloring-pages\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-paint-brush\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Start Coloring!<\/span>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\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-8bfbd4d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8bfbd4d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-33dfdf0\" data-id=\"33dfdf0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4c3149e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4c3149e\" 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-inner-column elementor-element elementor-element-fdc8f70\" data-id=\"fdc8f70\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bfc731 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3bfc731\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-puzzle-piece\"><\/i>\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\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-701de36\" data-id=\"701de36\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8e4e3d8 elementor-widget elementor-widget-heading\" data-id=\"8e4e3d8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Activity Sheets<\/h1>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c3d403 elementor-widget elementor-widget-text-editor\" data-id=\"2c3d403\" 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<p>Keep little hands busy with fun fruit puzzles and matching games.<\/p><p>Learning has never been this enjoyable!<\/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-50 elementor-top-column elementor-element elementor-element-e841edc\" data-id=\"e841edc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a53604c elementor-widget elementor-widget-image\" data-id=\"a53604c\" 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<img decoding=\"async\" width=\"641\" height=\"402\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Printables-Activity-Sheets-Cover.png\" class=\"attachment-large size-large wp-image-1010\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Printables-Activity-Sheets-Cover.png 641w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Printables-Activity-Sheets-Cover-300x188.png 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/>\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-5b27942 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5b27942\" 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:\/\/babyfruitdancing.com\/printables\/activity-sheets\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-puzzle-piece\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Dive into Fun!<\/span>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\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-53d1f2c oculto elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53d1f2c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-1d695a4\" data-id=\"1d695a4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-496f780 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"496f780\" 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-inner-column elementor-element elementor-element-6f4e467\" data-id=\"6f4e467\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ef580d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4ef580d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-star\"><\/i>\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\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-f24d9fa\" data-id=\"f24d9fa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25d1133 elementor-widget elementor-widget-heading\" data-id=\"25d1133\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Educational Worksheets<\/h1>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffc58a5 elementor-widget elementor-widget-text-editor\" data-id=\"ffc58a5\" 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<p>Turn learning into play with our fruit-themed tracing and simple math worksheets.<\/p><p>Educational fun for everyone!<\/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-50 elementor-top-column elementor-element elementor-element-3adb6fc\" data-id=\"3adb6fc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e003584 elementor-widget elementor-widget-image\" data-id=\"e003584\" 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<img decoding=\"async\" width=\"641\" height=\"402\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png\" class=\"attachment-large size-large wp-image-31\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png 641w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01-300x188.png 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/>\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-a6d2c2f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a6d2c2f\" 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:\/\/babyfruitdancing.com\/printables\/educational-worksheets\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-star\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn and Play!<\/span>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\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-383a2a8 oculto elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"383a2a8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-11840ba\" data-id=\"11840ba\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3f4af02 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3f4af02\" 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-inner-column elementor-element elementor-element-b84c232\" data-id=\"b84c232\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b74b5b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5b74b5b\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-sparkles\"><\/i>\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\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-b7389ca\" data-id=\"b7389ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9ae254e elementor-widget elementor-widget-heading\" data-id=\"9ae254e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Craft Templates<\/h1>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5a787f elementor-widget elementor-widget-text-editor\" data-id=\"d5a787f\" 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<p>Unleash your child\u2019s imagination with fruit masks and cut-outs.<\/p><p>Crafty adventures await!<\/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-50 elementor-top-column elementor-element elementor-element-77e4b47\" data-id=\"77e4b47\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c72442c elementor-widget elementor-widget-image\" data-id=\"c72442c\" 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<img decoding=\"async\" width=\"641\" height=\"402\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png\" class=\"attachment-large size-large wp-image-31\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png 641w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01-300x188.png 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/>\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-ed157cb elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ed157cb\" 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:\/\/babyfruitdancing.com\/printables\/craft-templates\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-sparkles\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get Crafty!<\/span>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\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-537d3ff oculto elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"537d3ff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-dd54d6a\" data-id=\"dd54d6a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b5fa4e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b5fa4e7\" 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-inner-column elementor-element elementor-element-c79e695\" data-id=\"c79e695\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cee3c7 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4cee3c7\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-laugh-beam\"><\/i>\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\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-d78152b\" data-id=\"d78152b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f01b78d elementor-widget elementor-widget-heading\" data-id=\"f01b78d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Games<\/h1>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-771d68a elementor-widget elementor-widget-text-editor\" data-id=\"771d68a\" 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<p>Enjoy quality time with our fruit bingo and memory match games.<\/p><p>\u00a0Play, learn, and laugh together!<\/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-50 elementor-top-column elementor-element elementor-element-8f3d0e1\" data-id=\"8f3d0e1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c09572 elementor-widget elementor-widget-image\" data-id=\"6c09572\" 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<img decoding=\"async\" width=\"641\" height=\"402\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png\" class=\"attachment-large size-large wp-image-31\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01.png 641w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/Printables-Baby-Fruit-Dancing-01-300x188.png 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/>\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-c2a67c4 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c2a67c4\" 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:\/\/babyfruitdancing.com\/printables\/games\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-laugh-beam\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Play Now!<\/span>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\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-57ae15a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57ae15a\" 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-73fcf43\" data-id=\"73fcf43\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df67bee elementor-widget elementor-widget-image\" data-id=\"df67bee\" 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<img loading=\"lazy\" decoding=\"async\" width=\"1457\" height=\"179\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG.png\" class=\"attachment-full size-full wp-image-553\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG.png 1457w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-300x37.png 300w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-1024x126.png 1024w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-768x94.png 768w\" sizes=\"(max-width: 1457px) 100vw, 1457px\" \/>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b057af2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b057af2\" 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-top-column elementor-element elementor-element-fd12327\" data-id=\"fd12327\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ef02f8 elementor-widget elementor-widget-text-editor\" data-id=\"8ef02f8\" 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<a href=\"https:\/\/redmartins.es\/\" target=\"_blank\" rel=\"noopener\" style=\"color:#fff\">Create by\u00a0<strong>RedMartins<\/strong>\u00a0| Copyright \u00a9 2024 -2025 RedMartins.es<\/a>\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-top-column elementor-element elementor-element-1eac92d\" data-id=\"1eac92d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-daa2d89 elementor-widget elementor-widget-image\" data-id=\"daa2d89\" 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<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"60\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/10\/ES_Financiado_por_la_Union_Europea_RGB_WHITE_Outline-1300x340-1-1024x268-1-qkkctk046dyh5lnnktdrbssiqdvemxprmhiay98mhk.webp\" class=\"attachment-medium size-medium wp-image-820\" alt=\"\" \/>\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-33 elementor-top-column elementor-element elementor-element-244bf7c\" data-id=\"244bf7c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a0e016b elementor-widget elementor-widget-image\" data-id=\"a0e016b\" 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<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"60\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/10\/Logo-PRTR-dos-li\u2560uneas_BLANCO-1024x576-1-qkkd2umnreojys5lau0xzgcm7k22r6m7khr5srggyg.webp\" class=\"attachment-medium size-medium wp-image-821\" alt=\"\" \/>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-49df507 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49df507\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-9dbe0a0\" data-id=\"9dbe0a0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Coloring Pages Spark creativity with our adorable fruit coloring pages. Perfect for family fun and bonding time! Start Coloring! Activity Sheets Keep little hands busy with fun fruit puzzles and matching games. Learning has never been this enjoyable! Dive into Fun! Educational Worksheets Turn learning into play with our fruit-themed tracing and simple math worksheets. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-294","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/comments?post=294"}],"version-history":[{"count":223,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/294\/revisions"}],"predecessor-version":[{"id":1060,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/294\/revisions\/1060"}],"wp:attachment":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/media?parent=294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}