{"id":120,"date":"2024-08-28T14:34:25","date_gmt":"2024-08-28T14:34:25","guid":{"rendered":"https:\/\/musaonline.com.br\/?p=120"},"modified":"2025-05-12T18:49:07","modified_gmt":"2025-05-12T18:49:07","slug":"lar-doce-lar-como-participar","status":"publish","type":"post","link":"https:\/\/musaonline.com.br\/en\/lar-doce-lar-como-participar\/","title":{"rendered":"Home Sweet Home Luciano Huck: How to Participate"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Learn the steps to participate in Home Sweet Home<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"690\" loading=\"lazy\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_332326422-1024x690.jpeg\" alt=\"Lar Doce Lar\" class=\"w-full object-cover object-center border mx-auto wp-image-121\" srcset=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_332326422-1024x690.jpeg 1024w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_332326422-300x202.jpeg 300w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_332326422-768x517.jpeg 768w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_332326422.jpeg 1100w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Learn the steps to participate in Lar Doce Lar. Source: Adobe Stock<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Have you ever cried, laughed or been moved watching the \u201cHome Sweet Home\u201d segment on Luciano Huck\u2019s show?&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>That moment when a family&#039;s home is transformed and everything looks brand new? Well, that&#039;s the spirit of the painting!\u00a0<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-22pYmf\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/musaonline.com.br\/en\/como-obter-cupons-desconto-ze-delivery\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Z\u00e9 Delivery Discount Coupons\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_473408596_Editorial_Use_Only.jpeg\" alt=\"Z\u00e9 Delivery\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/musaonline.com.br\/en\/como-obter-cupons-desconto-ze-delivery\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Z\u00e9 Delivery Discount Coupons\">\n            Z\u00e9 Delivery Discount Coupons        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Save at Z\u00e9 Delivery with exclusive coupons and promotions. Discover tips to guarantee discounts on your favorite drinks!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/musaonline.com.br\/en\/como-obter-cupons-desconto-ze-delivery\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/musaonline.com.br\/en\/como-obter-cupons-desconto-ze-delivery\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_473408596_Editorial_Use_Only.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Z\u00e9 Delivery Discount Coupons              <\/p>\n              <a href=\"https:\/\/musaonline.com.br\/en\/como-obter-cupons-desconto-ze-delivery\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The goal is to change lives, renovating homes and restoring the comfort and dignity that everyone deserves.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now, do you want to know how to be part of this dream? We will guide you through the process of signing up for \u201cLar Doce Lar\u201d and, who knows, transforming your home too!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">How the \u201cHome Sweet Home\u201d program works<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u201cLar Doce Lar\u201d is one of the favorites of Brazilian television.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>He has that unique way of touching our hearts, bringing about reforms and, as a bonus, transforming the lives of entire families.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Luciano Huck, with his team, goes in search of homes that need a good touch of magic.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>But, in addition to physical reform, the program brings back dignity and hope to those who are going through difficult times.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The painting is famous for its moving and inspiring stories.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It&#039;s not just a renovation: along with the new walls, come furniture, appliances and, often, even opportunities for study and work. It&#039;s a complete life change!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now that you understand what the board does, how about finding out how to sign up?<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Who can participate<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you think that \u201cHome Sweet Home\u201d could be the solution to your problems, it\u2019s time to check if you meet the requirements.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The program seeks to help families who are experiencing financial difficulties or who live in conditions that urgently need improvement.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Even though there are no super detailed official regulations, some points can increase your chances of being chosen:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Residence in Brazil<\/strong>: The program is aimed at families living in Brazil.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Vulnerability Conditions<\/strong>: \u201cHome Sweet Home\u201d focuses on those who are in a situation of economic or social vulnerability.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Inspiring Story<\/strong>: The show\u2019s team loves stories that touch the heart. So when you tell your story, be sure to pay attention to the details and be honest. Show how renovating your home would change your family\u2019s life.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now, let&#039;s go step by step to register!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">How to register<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Signing up for \u201cHome Sweet Home\u201d is a piece of cake. Everything happens online, on the TV Globo website. To make your life easier, here\u2019s a simple guide on how to do it:<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">1. Access the official TV Globo website<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>First, you need to access the official TV Globo website. Go directly to the \u201cCaldeir\u00e3o do Huck\u201d registration area. If you prefer, you can use the website\u2019s search bar and search for \u201cLar Doce Lar\u201d.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">2. Fill out the application form<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now that you are on the right page, fill out the registration form. Enter all the required information, such as your full name, address, phone number, and email address.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Don&#039;t forget any details. This is super important so that the program staff can contact you if you are selected.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">3. Tell your story<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It&#039;s time to shine! The most important part of your application is telling your story.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Remember that \u201cHome Sweet Home\u201d is looking for families with heartwarming stories, so be specific.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Explain the challenges your family faces and how a home improvement would make all the difference.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you have something that shows your connection to the community or an act of solidarity that you have done, include it in the story! The program greatly values these gestures.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">4. Send photos and videos<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Almost there! Now it&#039;s time to visually show your reality. Send photos or videos of your home, taking care with the images.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Show the places that need renovation and also a little bit of the family environment.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If possible, make a video introducing your family and telling your story. This will help the team better understand your situation.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">5. Review and submit your application<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Before clicking \u201cSend\u201d, review everything carefully. Make sure all the information is correct and that your story is complete.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Then, just submit and hope you are selected!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Tips to increase your chances of participation<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"565\" loading=\"lazy\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_127920403-1024x565.jpeg\" alt=\"Lar Doce Lar\" class=\"w-full object-cover object-center border mx-auto wp-image-122\" srcset=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_127920403-1024x565.jpeg 1024w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_127920403-300x166.jpeg 300w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_127920403-768x424.jpeg 768w, https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_127920403.jpeg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Tips to increase your chances of participating. Source: Adobe Stock<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now that you\u2019ve submitted your application, how about some tips to increase your chances of being selected? There\u2019s no magic formula, but these tips can help:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Be Authentic<\/strong>: Sincerity is key. Tell your story truthfully, without making things up.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Highlight the Urgency<\/strong>: Make it clear why your home needs urgent renovation. Show the impact it would have on your family\u2019s life.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Show the Strength of Your Family<\/strong>: Stories of overcoming and family unity are highly valued. Show how you face difficulties together and with strength.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Quality Photos and Videos<\/strong>: You don&#039;t need a professional camera, but clear images help a lot. Take pictures that really show your reality.<\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">What happens after registration?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Once you submit your application, the hardest part is waiting.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The program team will review all submitted stories, and if yours is chosen, you will be contacted for next steps. This may include additional interviews and home visits.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>So, keep an eye on your email and phone, so you don\u2019t miss any calls from production.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>And if it doesn&#039;t work out this time, don&#039;t be discouraged! The program receives a lot of applications, but there&#039;s nothing stopping you from trying again in the future.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Get ready to transform your life<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Participating in \u201cHome Sweet Home\u201d with Luciano Huck is a unique opportunity to give that \u201cup\u201d to your home and your life.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>By following the correct steps for registration and telling your story in an authentic way, your chances of being selected will increase significantly.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Do you know someone who could benefit from this opportunity? Share this article and help others transform their homes!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>And now that you know how to participate, how about taking advantage of your free time at home to enjoy good films and series?&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In our next article, we\u2019ll show you the best apps to watch your favorite titles for free. Stay tuned!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-29MPjW\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/musaonline.com.br\/en\/assistir-series-e-filmes-gratis\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"How to Watch Series and Movies for Free? \">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_794506775.jpeg\" alt=\"assistir s\u00e9ries e filmes gr\u00e1tis\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/musaonline.com.br\/en\/assistir-series-e-filmes-gratis\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"How to Watch Series and Movies for Free? \">\n            How to Watch Series and Movies for Free?         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Discover safe platforms to watch free series and movies. Save money and enjoy the content!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/musaonline.com.br\/en\/assistir-series-e-filmes-gratis\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/musaonline.com.br\/en\/assistir-series-e-filmes-gratis\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_794506775.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                How to Watch Series and Movies for Free?              <\/p>\n              <a href=\"https:\/\/musaonline.com.br\/en\/assistir-series-e-filmes-gratis\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Discover the step-by-step guide to registering for Luciano Huck\u2019s \u201cHome Sweet Home\u201d. Learn the requirements, tips for telling your story and increasing your chances of being selected to transform your home.<\/p>","protected":false},"author":26,"featured_media":123,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[15],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v23.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Lar Doce Lar Luciano Huck: Como Participar - Musa Online<\/title>\n<meta name=\"description\" content=\"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/musaonline.com.br\/en\/lar-doce-lar-como-participar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lar Doce Lar Luciano Huck: Como Participar\" \/>\n<meta property=\"og:description\" content=\"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/musaonline.com.br\/en\/lar-doce-lar-como-participar\/\" \/>\n<meta property=\"og:site_name\" content=\"Musa Online\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-28T14:34:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-12T18:49:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"532\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Amanda Laet\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amanda Laet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/\",\"url\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/\",\"name\":\"Lar Doce Lar Luciano Huck: Como Participar - Musa Online\",\"isPartOf\":{\"@id\":\"https:\/\/musaonline.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg\",\"datePublished\":\"2024-08-28T14:34:25+00:00\",\"dateModified\":\"2025-05-12T18:49:07+00:00\",\"author\":{\"@id\":\"https:\/\/musaonline.com.br\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f\"},\"description\":\"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!\",\"breadcrumb\":{\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage\",\"url\":\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg\",\"contentUrl\":\"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg\",\"width\":800,\"height\":532,\"caption\":\"Fonte: Adobe Stock\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/musaonline.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lar Doce Lar Luciano Huck: Como Participar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/musaonline.com.br\/#website\",\"url\":\"https:\/\/musaonline.com.br\/\",\"name\":\"Musa Online\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/musaonline.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/musaonline.com.br\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f\",\"name\":\"Amanda Laet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/musaonline.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"caption\":\"Amanda Laet\"},\"url\":\"https:\/\/musaonline.com.br\/en\/author\/amandalaet\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Lar Doce Lar Luciano Huck: Como Participar - Musa Online","description":"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/musaonline.com.br\/en\/lar-doce-lar-como-participar\/","og_locale":"en_US","og_type":"article","og_title":"Lar Doce Lar Luciano Huck: Como Participar","og_description":"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!","og_url":"https:\/\/musaonline.com.br\/en\/lar-doce-lar-como-participar\/","og_site_name":"Musa Online","article_published_time":"2024-08-28T14:34:25+00:00","article_modified_time":"2025-05-12T18:49:07+00:00","og_image":[{"width":800,"height":532,"url":"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg","type":"image\/jpeg"}],"author":"Amanda Laet","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amanda Laet","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/","url":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/","name":"Lar Doce Lar Luciano Huck: Como Participar - Musa Online","isPartOf":{"@id":"https:\/\/musaonline.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage"},"image":{"@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage"},"thumbnailUrl":"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg","datePublished":"2024-08-28T14:34:25+00:00","dateModified":"2025-05-12T18:49:07+00:00","author":{"@id":"https:\/\/musaonline.com.br\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f"},"description":"Saiba como participar do Lar Doce Lar com Luciano Huck e transformar sua casa. Descubra os requisitos e aumente suas chances!","breadcrumb":{"@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#primaryimage","url":"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg","contentUrl":"https:\/\/musaonline.com.br\/wp-content\/uploads\/sites\/59\/2024\/08\/AdobeStock_789535141.jpeg","width":800,"height":532,"caption":"Fonte: Adobe Stock"},{"@type":"BreadcrumbList","@id":"https:\/\/musaonline.com.br\/lar-doce-lar-como-participar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/musaonline.com.br\/"},{"@type":"ListItem","position":2,"name":"Lar Doce Lar Luciano Huck: Como Participar"}]},{"@type":"WebSite","@id":"https:\/\/musaonline.com.br\/#website","url":"https:\/\/musaonline.com.br\/","name":"Musa Online","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/musaonline.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/musaonline.com.br\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f","name":"Amanda Laet","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/musaonline.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","caption":"Amanda Laet"},"url":"https:\/\/musaonline.com.br\/en\/author\/amandalaet\/"}]}},"_links":{"self":[{"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/posts\/120"}],"collection":[{"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":1,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":124,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/posts\/120\/revisions\/124"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/media\/123"}],"wp:attachment":[{"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/media?parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/categories?post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/musaonline.com.br\/en\/wp-json\/wp\/v2\/tags?post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}