{"id":1685,"date":"2023-02-02T19:43:34","date_gmt":"2023-02-02T19:43:34","guid":{"rendered":"https:\/\/minutovip.com\/?p=1685"},"modified":"2023-02-02T19:43:37","modified_gmt":"2023-02-02T19:43:37","slug":"flamengo-mundial-de-clubes","status":"publish","type":"post","link":"https:\/\/minutovip.com\/ro\/flamengo-mundial-de-clubes\/","title":{"rendered":"Vede\u021bi calea lui Flamengo \u00een Cupa Mondial\u0103 a Cluburilor din 2023"},"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 id=\"h-o-mundial-de-clubes-teve-as-chaves-definidas-veja-qual-o-caminho-do-flamengo\">Cupa Mondial\u0103 a Cluburilor a avut cheile definite, vezi care este drumul lui Flamengo<\/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 is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg\" alt=\"Time do Flamengo no Mundial de Clubes.\" class=\"w-full object-cover object-center border mx-auto wp-image-1688\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Flamengo va fi gata? Sursa: Unsplash.<\/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>Flamengo este preg\u0103tit s\u0103 c\u00e2\u0219tige Cupa Mondial\u0103 a Cluburilor din 2023 \u0219i iat\u0103 tot ce trebuie s\u0103 \u0219ti\u021bi despre drumul lor c\u0103tre finala mult a\u0219teptat\u0103.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0218i Minuto Vip a preg\u0103tit con\u021binut pentru a v\u0103 \u021bine la curent cu datele meciurilor \u0219i poten\u021bialii adversari ai lui Meng\u00e3o.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z202btM\">\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:\/\/minutovip.com\/ro\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr anun\u021b\u0103 o semnare incredibil\u0103 \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-scaled.jpeg\" alt=\"\">\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:\/\/minutovip.com\/ro\/cristiano-ronaldo-al-nassr\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr anun\u021b\u0103 o semnare incredibil\u0103 \">\n            Al-Nassr anun\u021b\u0103 o semnare incredibil\u0103         <\/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            Vezi care au fost motivele care l-au determinat pe Cristiano Ronaldo s\u0103 accepte angajarea lui Al-Nassr, nereu\u0219ind s\u0103 concureze \u00een Europa.        <\/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:\/\/minutovip.com\/ro\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua s\u0103 cite\u0219ti            <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:\/\/minutovip.com\/ro\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-scaled.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                Al-Nassr anun\u021b\u0103 o semnare incredibil\u0103              <\/p>\n              <a href=\"https:\/\/minutovip.com\/ro\/cristiano-ronaldo-al-nassr\/\"  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                    Continua s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ve\u021bi r\u0103m\u00e2ne pe acela\u0219i site              <\/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>Odat\u0103 cu apari\u021bia acestei competi\u021bii, fanii devin entuziasma\u021bi, a\u0219a c\u0103 am preg\u0103tit \u0219i c\u00e2teva informa\u021bii pentru a v\u0103 lini\u0219ti.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nu este un drum u\u0219or, dar nu este imposibil, ultima echip\u0103 brazilian\u0103 care a c\u00e2\u0219tigat Cupa Mondial\u0103 a fost Corinthians, va schimba Flamengo acea poveste?<\/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 id=\"h-como-chega-o-time-do-flamengo-para-o-mundial-de-clubes\">Cum ajunge echipa Flamengo la Cupa Mondial\u0103 a Cluburilor:<\/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 is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/partida-do-mundial-de-clubes-flamengo-1024x768.jpg\" alt=\"Partida de futebol.\" class=\"w-full object-cover object-center border mx-auto wp-image-1689\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Vezi provoc\u0103rile lui Meng\u00e3o la Cupa Mondial\u0103. Sursa: Unsplash.<\/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>Flamengo este una dintre cele mai competitive echipe din fotbalul brazilian, perform\u00e2nd \u00eentotdeauna bine \u00een principalele competi\u021bii na\u021bionale.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Echipa are juc\u0103tori de cea mai \u00eenalt\u0103 calitate, precum Everton Ribeiro, Arrascaeta, Pedro \u0219i mul\u021bi al\u021bii,<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103tori de nivel \u00eenalt, care chiar au fost chema\u021bi s\u0103 joace la Cupa Mondial\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu alte cuvinte, Flamengo are o echip\u0103 de c\u00e2\u0219tigat, \u00eens\u0103 fotbalul nu este at\u00e2t de simplu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nu este suficient s\u0103 ai o echip\u0103 plin\u0103 de vedete, trebuie lua\u021bi \u00een considerare mul\u021bi al\u021bi factori.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Echipa de la Rio nu trece printr-o faz\u0103 bun\u0103, recenta schimbare de antrenori ar putea ajunge s\u0103 perturbe o parte din organizarea tactic\u0103 a echipei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dorival J\u00fanior, antrenorul care a reu\u0219it s\u0103 c\u00e2\u0219tige Libertadores \u0219i Copa do Brasil, nu mai este la conducerea echipei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cel care va conduce Flamengo \u00een Cupa Mondial\u0103 a Cluburilor va fi V\u00edtor Pereira, iar acesta va trebui s\u0103 fac\u0103 o treab\u0103 bun\u0103 dac\u0103 vrea s\u0103 ajung\u0103 \u00een final\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Echipa condus\u0103 de portughez a jucat p\u00e2n\u0103 acum cinci meciuri cu prima echip\u0103, dar a c\u00e2\u0219tigat doar dou\u0103 meciuri.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ultima \u00eenfr\u00e2ngere a fost \u00eempotriva lui Palmeiras, tocmai \u00een finala Supercupei, \u00eentr-un meci grozav \u00eentre cele dou\u0103 echipe.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O echip\u0103 are nevoie de timp pentru a se adapta la noile tactici ale unui nou antrenor, va putea V\u00edtor Pereira s\u0103 preg\u0103teasc\u0103 aceast\u0103 echip\u0103 p\u00e2n\u0103 la \u00eenceputul competi\u021biei?<\/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 id=\"h-quais-as-equipes-classificadas\">Ce echipe sunt clasificate:<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>P\u00e2n\u0103 acum, cluburile clasificate sunt campioanele urm\u0103toarelor competi\u021bii: Libertadores, care este Flamengo, \u0219i campioana Ligii Campionilor, care este Real Madrid.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aceste echipe din America de Sud \u0219i Europa se calific\u0103 direct \u00een semifinalele competi\u021biei.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cen timp ce celelalte echipe trebuie s\u0103 treac\u0103 printr-o pre-competi\u021bie pentru a forma echipe care vor alc\u0103tui semifinalele.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poten\u021bialii adversari ai lui Flamengo sunt Wydad AC din Maroc \u0219i Al Hilal din Arabia Saudit\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Posibilii adversari ai lui Real Madrid vor ie\u0219i din \u00eenving\u0103toarea dintre Al Ahly \u0219i Auckland City, care se vor confrunta cu Seattle Sounders, c\u00e2\u0219tig\u0103toarea acestei ciocniri urm\u00e2nd s\u0103 \u00eenfrunte echipa merengue \u00een semifinal\u0103.<\/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 id=\"h-chaveamento-da-competicao\">Clasa de concurs:<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dup\u0103 cum am men\u021bionat anterior, competi\u021bia va avea o pre-clasificare a echipelor, \u00eencep\u00e2nd cu paranteza de mai jos:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prima faz\u0103 (jocul 1):<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Al Ahly x Auckland City<\/strong><\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dup\u0103 aceea, c\u00e2\u0219tig\u0103torul trece \u00een sferturile de final\u0103, formate din urm\u0103toarele echipe:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sferturi de finala:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Grupa A: Seattle Sounders x <strong>C\u00e2\u0219tig\u0103torul jocului 1<\/strong> (Al Ahly sau Auckland City)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Bracket B: Jocul 4 Al Hilal x Wydad Casablanca<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Semifinale<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jocul 4: Flamengo x C\u00e2\u0219tig\u0103torul grupei B (Al Hilal sau Wydad Casablanca)<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jocul 5: Real Madrid x C\u00e2\u0219tig\u0103torul grupei A (Seattle Sounders sau Al Ahly sau Auckland City)<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deci cu cine ai prefera s\u0103 se confrunte cu Flamengo \u00een semifinale?<\/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 id=\"h-descubra-a-data-dos-jogos\">Afla\u021bi data jocurilor:<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cupa Mondial\u0103 a Cluburilor pe care a jucat-o Flamengo \u00eencepe pe 1 februarie, a\u0219a c\u0103 r\u0103m\u00e2ne\u021bi pe faz\u0103 pentru zile \u0219i orele pentru a nu rata niciunul dintre meciuri:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Conform tabelului precedent, urm\u0103torul meci este pentru prima faz\u0103 \u0219i vor juca urm\u0103toarele echipe:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prim\u0103 faz\u0103:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>&nbsp;Al-Ahly x Auckland City \u2013 1 februarie 2023<\/li><li><\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sferturi de finala:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Grupa A: Seattle Sounders x C\u00e2\u0219tig\u0103torul primei etape \u2013 4 februarie 2023<\/li><li>Cheia B: Wydad Casablanca x Al-Hilal \u2013 4 februarie 2023<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Semi finala<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Jocul 1: Flamengo x C\u00e2\u0219tig\u0103torul cheii B \u2013 7 februarie 2023<\/li><li>Jocul 2: Real Madrid x C\u00e2\u0219tig\u0103torul grupei A \u2013 8 februarie 2023<\/li><li><\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>disputa pe locul 3<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>\u00cenvins din joc 1 x \u00cenvins din joc 2 - 10 februarie 2023<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Final<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>C\u00e2\u0219tig\u0103torul jocului 1 x C\u00e2\u0219tig\u0103torul jocului 2 \u2013 11 februarie 2023<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu alte cuvinte, jocurile lui Flamengo vor avea loc \u00een ziua respectiv\u0103 <strong>&nbsp;7 februarie.<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0218i dac\u0103 va avansa \u00een final\u0103 \u00een ziua respectiv\u0103 <strong>11 februarie.<\/strong><\/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 id=\"h-o-que-esperar-dos-adversarios-do-flamengo-no-mundial-de-clubes\">La ce s\u0103 v\u0103 a\u0219tepta\u021bi de la adversarii lui Flamengo la Cupa Mondial\u0103 a Cluburilor?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cen primul r\u00e2nd, adversarul lui Flamengo va ie\u0219i din confruntarea dintre Al Hilal \u0219i Wydad Casablanca.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Flamengo are doi adversari posibili foarte dificili in aceasta prima etapa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wydad are avantajul de a fi gazda competi\u021biei, a\u0219a c\u0103 va juca acas\u0103 cu toat\u0103 presiunea suporterilor \u00een favoarea lor,&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A\u0219adar, Flamengo ar trebui s\u0103 se a\u0219tepte la un joc foarte dur \u00eempotriva acestui adversar, totu\u0219i, totul depinde de modul \u00een care echipa de la Rio va reac\u021biona fa\u021b\u0103 de suporteri, dac\u0103 echipa se adapteaz\u0103 bine, are o echip\u0103 mai bun\u0103 \u0219i are \u0219anse mari s\u0103 ia acas\u0103 victoria. .<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cel\u0103lalt adversar, Al Hilal, a fost adversarul lui Flamengo \u00een competi\u021bia din 2019, unde echipa de la Rio a \u00eenceput s\u0103 piard\u0103, \u0219i a reu\u0219it s\u0103 \u00eentoarc\u0103 lucrurile \u00een repriza secund\u0103, c\u00e2\u0219tig\u00e2nd cu 3-1.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chiar \u0219i a\u0219a, jocul a fost foarte competitiv, \u00een plus, juc\u0103torii Michael \u0219i Cuellar, care au fost c\u00e2ndva \u00een echipa Flamengo, \u00eel ap\u0103r\u0103 acum pe Al Hilal, Flamengo nu va avea o via\u021b\u0103 u\u0219oar\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu toate acestea, echipa lui Meng\u00e3o din acest an are mai multe op\u021biuni tactice \u0219i o echip\u0103 mai matur\u0103, iar dac\u0103 a c\u00e2\u0219tigat deja \u00een 2019, este foarte probabil s\u0103 treac\u0103 de ace\u0219ti adversari f\u0103r\u0103 probleme majore.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cen cele din urm\u0103, cea mai mare provocare a lui Flamengo \u00een Cupa Mondial\u0103 a Cluburilor este Real Madrid, campioana Ligii Campionilor, cea mai mare competi\u021bie din Europa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Real Madrid se va confrunta cu c\u00e2\u0219tig\u0103torul primei faze \u0219i al sferurilor de final\u0103, dar echipa spaniol\u0103 este a\u0219teptat\u0103 s\u0103 se califice \u00een final\u0103 f\u0103r\u0103 probleme majore.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Acest club are mari vedete ale fotbalului mondial \u0219i ajunge ca favorit pentru aceast\u0103 competi\u021bie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aceast\u0103 echip\u0103 reprezint\u0103 o mare provocare pentru Flamengo, va scoate clubul un iepure din p\u0103l\u0103rie \u00een aceast\u0103 final\u0103?<\/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 id=\"h-onde-assistir-os-jogos-do-flamengo-no-mundial-de-clubes\">Unde s\u0103 urm\u0103re\u0219ti meciurile lui Flamengo \u00een Cupa Mondial\u0103 a Cluburilor?<\/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 is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/familia-comemorando-gol-1024x683.jpg\" alt=\"Torcida do Flamengo no Mundial de Clubes.\" class=\"w-full object-cover object-center border mx-auto wp-image-1690\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Afla\u021bi cum s\u0103 viziona\u021bi meciurile de la Cupa Mondial\u0103 de la Flamengo \u0219i s\u0103 invita\u021bi prietenii. Sursa: 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>Acum, cea mai bun\u0103 parte, vede\u021bi unde pute\u021bi urm\u0103ri aceast\u0103 competi\u021bie \u0219i urm\u0103ri\u021bi meciurile lui Flamengo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Globo va difuza aceast\u0103 competi\u021bie, a\u0219a c\u0103 jocurile lui Flamengo vor fi difuzate la TV deschis pe Globo \u0219i pe aplica\u021biile Globoplay \u0219i GE.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dac\u0103 dori\u021bi s\u0103 accesa\u021bi ghidul nostru pas cu pas pentru a afla cum s\u0103 viziona\u021bi toate meciurile de la Cupa Mondial\u0103 a Cluburilor, consulta\u021bi articolul nostru de mai jos:<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1nhuAb\">\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:\/\/minutovip.com\/ro\/mundial-de-clubes-ao-vivo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Cum s\u0103 urm\u0103re\u0219ti Cupa Mondial\u0103 a Cluburilor\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/partida-de-futebol-scaled.jpg\" alt=\"\">\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:\/\/minutovip.com\/ro\/mundial-de-clubes-ao-vivo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Cum s\u0103 urm\u0103re\u0219ti Cupa Mondial\u0103 a Cluburilor\">\n            Cum s\u0103 urm\u0103re\u0219ti Cupa Mondial\u0103 a Cluburilor        <\/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            Club World Cup Live: Afla\u021bi cum func\u021bioneaz\u0103 \u0219i unde s\u0103 viziona\u021bi        <\/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:\/\/minutovip.com\/ro\/mundial-de-clubes-ao-vivo\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua s\u0103 cite\u0219ti            <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:\/\/minutovip.com\/ro\/mundial-de-clubes-ao-vivo\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/partida-de-futebol-scaled.jpg\">          \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                Cum s\u0103 urm\u0103re\u0219ti Cupa Mondial\u0103 a Cluburilor              <\/p>\n              <a href=\"https:\/\/minutovip.com\/ro\/mundial-de-clubes-ao-vivo\/\"  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                    Continua s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ve\u021bi r\u0103m\u00e2ne pe acela\u0219i site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Vrei s\u0103 \u0219tii care va fi drumul lui Flamengo \u00een Cupa Mondial\u0103 a Cluburilor? Descoper\u0103 totul aici! Consulta\u021bi datele \u0219i posibilii adversari cu care clubul va trebui s\u0103 \u00eei \u00eenfrunte pentru a c\u00e2\u0219tiga titlul mondial \u00een 2023.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[184,53,183],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Confira o caminho do Flamengo no Mundial de Clubes 2023 - Minuto VIP<\/title>\n<meta name=\"description\" content=\"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/minutovip.com\/ro\/flamengo-mundial-de-clubes\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Confira o caminho do Flamengo no Mundial de Clubes 2023\" \/>\n<meta property=\"og:description\" content=\"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/ro\/flamengo-mundial-de-clubes\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-02T19:43:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-02T19:43:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junior Aguiar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/minutovip.com\/#website\",\"url\":\"https:\/\/minutovip.com\/\",\"name\":\"Minuto VIP\",\"description\":\"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/minutovip.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ro-RO\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#webpage\",\"url\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/\",\"name\":\"Confira o caminho do Flamengo no Mundial de Clubes 2023 - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#primaryimage\"},\"datePublished\":\"2023-02-02T19:43:34+00:00\",\"dateModified\":\"2023-02-02T19:43:37+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\"},\"description\":\"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#breadcrumb\"},\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Confira o caminho do Flamengo no Mundial de Clubes 2023\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"caption\":\"Junior Aguiar\"},\"description\":\"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!\",\"url\":\"https:\/\/minutovip.com\/ro\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Confira o caminho do Flamengo no Mundial de Clubes 2023 - Minuto VIP","description":"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.","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:\/\/minutovip.com\/ro\/flamengo-mundial-de-clubes\/","og_locale":"ro_RO","og_type":"article","og_title":"Confira o caminho do Flamengo no Mundial de Clubes 2023","og_description":"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.","og_url":"https:\/\/minutovip.com\/ro\/flamengo-mundial-de-clubes\/","og_site_name":"Minuto VIP","article_published_time":"2023-02-02T19:43:34+00:00","article_modified_time":"2023-02-02T19:43:37+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/minutovip.com\/#website","url":"https:\/\/minutovip.com\/","name":"Minuto VIP","description":"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/minutovip.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ro-RO"},{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/time-do-flamengo-no-mundial-de-clubes-1024x682.jpg"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#webpage","url":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/","name":"Confira o caminho do Flamengo no Mundial de Clubes 2023 - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#primaryimage"},"datePublished":"2023-02-02T19:43:34+00:00","dateModified":"2023-02-02T19:43:37+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1"},"description":"O Flamengo j\u00e1 est\u00e1 classificado para disputar o mundial de clubes, confira o caminho da equipe at\u00e9 o t\u00edtulo.","breadcrumb":{"@id":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#breadcrumb"},"inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/flamengo-mundial-de-clubes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Confira o caminho do Flamengo no Mundial de Clubes 2023"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/minutovip.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","caption":"Junior Aguiar"},"description":"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!","url":"https:\/\/minutovip.com\/ro\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts\/1685"}],"collection":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/comments?post=1685"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/posts\/1685\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/media?parent=1685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/categories?post=1685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/ro\/wp-json\/wp\/v2\/tags?post=1685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}