{"id":617,"date":"2022-11-24T13:58:11","date_gmt":"2022-11-24T13:58:11","guid":{"rendered":"https:\/\/minutovip.com\/?p=617"},"modified":"2022-11-28T22:03:32","modified_gmt":"2022-11-28T22:03:32","slug":"resultados-dos-jogos-da-copa-2","status":"publish","type":"post","link":"https:\/\/minutovip.com\/pl\/resultados-dos-jogos-da-copa-2\/","title":{"rendered":"Wyniki rozgrywek Pucharu \u015awiata 2022: Dzie\u0144 trzeci"},"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-veja-como-foi-o-terceiro-dia-de-copa-terca-feira-22\">Zobacz, jak min\u0105\u0142 trzeci dzie\u0144 Pucharu \u015awiata we wtorek, 22<\/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\/2022\/11\/taca-da-copa-1024x732.jpg\" alt=\"Ta\u00e7a da Copa do Mundo\" class=\"w-full object-cover object-center border mx-auto wp-image-618\" width=\"800\" height=\"384\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Puchar \u015awiata, obiekt wszystkich dru\u017cyn. \u0179r\u00f3d\u0142o: 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>A rywalizacja trwa, zobaczcie wyniki mecz\u00f3w trzeciego dnia Pucharu \u015awiata w Katarze.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W d\u0105\u017ceniu Brazylii do sz\u00f3stego miejsca g\u0142\u00f3wnym zawodnikiem dru\u017cyny jest numer 10, Neymar. Sprawd\u017a w naszym artykule najwi\u0119ksze b\u0142\u0119dy i sukcesy w karierze tego wspania\u0142ego zawodnika.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1MhPmD\">\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\/pl\/conheca-os-erros-e-acertos-neymar\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Odkryj b\u0142\u0119dy i sukcesy w karierze Neymara\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/Jogador-campo-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\/pl\/conheca-os-erros-e-acertos-neymar\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Odkryj b\u0142\u0119dy i sukcesy w karierze Neymara\">\n            Odkryj b\u0142\u0119dy i sukcesy w karierze Neymara        <\/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            Sprawd\u017a najwi\u0119ksze b\u0142\u0119dy i sukcesy Neymara J\u00faniora w trakcie jego kariery:        <\/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\/pl\/conheca-os-erros-e-acertos-neymar\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Czytaj dalej            <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\/pl\/conheca-os-erros-e-acertos-neymar\/\"  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\/2022\/11\/Jogador-campo-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                Odkryj b\u0142\u0119dy i sukcesy w karierze Neymara              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/conheca-os-erros-e-acertos-neymar\/\"  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                    Czytaj dalej                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Pozostaniesz na tej samej stronie internetowej              <\/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>Trzeci dzie\u0144 zawod\u00f3w odby\u0142 si\u0119 we wtorek, 22.11 i da\u0142 wiele do om\u00f3wienia. Kilka zaskakuj\u0105cych dru\u017cyn. Czy b\u0119dzie to pierwszy s\u0142abszy zawodnik tego Pucharu \u015awiata?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Przyjd\u017a wi\u0119c i sprawd\u017a wyniki trzeciego dnia najwi\u0119kszych rozgrywek \u015bwiatowej pi\u0142ki no\u017cnej.<\/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>Wynik trzeciego dnia Pucharu \u015awiata<\/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\/2022\/11\/estadio-da-Copa-1024x768.jpg\" alt=\"Jogo onde acontecem os resultados da Copa do mundo\" class=\"w-full object-cover object-center border mx-auto wp-image-619\" width=\"800\" height=\"384\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Mecz pi\u0142ki no\u017cnej pomi\u0119dzy dwoma wspania\u0142ymi dru\u017cynami. \u0179r\u00f3d\u0142o: 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>Trzeci dzie\u0144 by\u0142 pe\u0142en niespodzianek, jednak najwi\u0119ksz\u0105 z nich by\u0142a dru\u017cyna Arabii Saudyjskiej.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pierwszy mecz dnia rozpocz\u0105\u0142 si\u0119 ju\u017c od jednej z najbardziej zaskakuj\u0105cych partii. W dodatku w zdenerwowaniu Arabia Saudyjska \u201eAzarona\u201d pokona\u0142a jednego z faworyt\u00f3w do tytu\u0142u.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Odnotowuj\u0105c w historii mistrzostw \u015bwiata mecz, kt\u00f3ry mo\u017ce by\u0107 najwi\u0119kszym zmartwieniem tej rywalizacji.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Imponuj\u0105ce jest to, \u017ce argenty\u0144ska dru\u017cyna nie przegra\u0142a 36 mecz\u00f3w, a jeden mecz do ko\u0144ca wyr\u00f3wna\u0142 aktualny rekord W\u0142och wynosz\u0105cy 37 mecz\u00f3w bez pora\u017cki.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A pora\u017cka przysz\u0142a gorzko w debiucie w Pucharze \u015awiata.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wyniki rozgrywek pucharowych trzeciego dnia przedstawia\u0142y si\u0119 nast\u0119puj\u0105co:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>7 rano \u2013 Argentyna 1 x 2 Arabia Saudyjska \u2013 Stadion Lusail<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>10:00 \u2013 Dania 0 x 0 Tunezja \u2013 Stadion Miejski Edukacji&nbsp;<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>13:00 \u2013 Meksyk 0 x 0 Polska \u2013 Stadion 974<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>16:00: Francja 4 x 1 Australia \u2013 Stadion Al Janoub<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poni\u017cej znajdziesz szczeg\u00f3\u0142owe informacje na temat mecz\u00f3w Mistrzostw \u015awiata 2022.<\/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>Argentyna x Arabia Saudyjska<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Los Hermanos ma zwyczaj przegrywa\u0107 w swoich debiutach w Pucharze \u015awiata, w 82. i 90. sezonie dru\u017cyna Albiceleste przegrywa\u0142a w swoim debiucie, a mimo to rozegra\u0142a \u015bwietn\u0105 kampani\u0119.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zesp\u00f3\u0142 Arabii Saudyjskiej tylko raz przeszed\u0142 faz\u0119 grupow\u0105, jednak teraz, po zwyci\u0119stwie nad Argentyn\u0105, szanse tej dru\u017cyny na awans do fazy grupowej s\u0105 bardzo du\u017ce.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zwyci\u0119stwo zosta\u0142o gor\u0105co uczczone przez saudyjskich fan\u00f3w, do tego stopnia, \u017ce kr\u00f3l kraju og\u0142osi\u0142 \u015bwi\u0119to. Imprezy \u015bwi\u0119tuj\u0105ce zwyci\u0119stwo odbywa\u0142y si\u0119 w ca\u0142ym kraju.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mecz rozpocz\u0105\u0142 si\u0119 ca\u0142kowicie na korzy\u015b\u0107 Argentyny, przy du\u017cej obecno\u015bci Messiego na boisku, jednak po golu strzelonym z rzutu karnego, po faulu Wallsa w polu karnym, liczba dziesi\u0105tka nie \u015bwieci\u0142a zbyt wiele.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ale to nie by\u0142 przypadek, nie wchodzi\u0142o to w gr\u0119, dru\u017cyna Arabii Saudyjskiej anulowa\u0142a zawodnika. Graj\u0105c wysoko, argenty\u0144ski pomocnik dzia\u0142a\u0142 pod presj\u0105 i nie by\u0142 w stanie zaprezentowa\u0107 wyniku.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nast\u0119pnie, w chwili senno\u015bci Argenty\u0144czyk\u00f3w, Arabia Saudyjska dwoma szybkimi ruchami zako\u0144czy\u0142a gr\u0119.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pierwszy gol Alshehriego po szybkim kontrataku, drugi po pi\u0119knej indywidualnej grze Aldawsariego.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Po bramkach Saudyjczyk\u00f3w Argentyna nie stwarza\u0142a wi\u0119kszego zagro\u017cenia, obro\u0144cy arabskiej dru\u017cyny bronili si\u0119 bardzo konsekwentnie i zapewnili sobie zwyci\u0119stwo.&nbsp;<\/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>Dania x Tunezja<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W tym drugim meczu pad\u0142o pierwsze 0:0 w Pucharze \u015awiata, mimo braku bramek wynik nie by\u0142 sprawiedliwy dla obu dru\u017cyn.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Najwi\u0119ksz\u0105 przyczyn\u0105 nudnego wyniku by\u0142y wezwania na spalonego, a przede wszystkim wyst\u0119py dw\u00f3ch bramkarzy.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mecz rozpocz\u0105\u0142 si\u0119 lepiej dla Tunezji, kt\u00f3ra w 11. minucie prawie trafi\u0142a g\u0142ow\u0105 Schmeichela, bramkarza Danii.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Do tego czasu w 22. minucie Tunezja znalaz\u0142a bramk\u0119, ale zawodnik, kt\u00f3ry strzeli\u0142 gola, by\u0142 na spalonym.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W drugiej po\u0142owie zespo\u0142y wr\u00f3ci\u0142y z wi\u0119kszym zapa\u0142em i podejmowa\u0142y wi\u0119ksze ryzyko.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tunezja ponownie zdoby\u0142a bramk\u0119 w 9. minucie, a Olsen jednak ponownie zawodnik znajdowa\u0142 si\u0119 na pozycji spalonej.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Po tych szybkich wyst\u0119pach Du\u0144czycy zdominowali gr\u0119, zdo\u0142ali utrzyma\u0107 si\u0119 przy pi\u0142ce i zacz\u0119li wi\u0119cej kreowa\u0107.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u0119ki Eriksenowi, Dolbergowi i Maehle Nordowie mieli pewne szanse na otwarcie wyniku, ale Dahmen, bramkarz Tunezji, zatrzymywa\u0142 wszystkie ataki przeciwnika i to on by\u0142 g\u0142\u00f3wnym winowajc\u0105 utrzymania wyniku 0:0.<\/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>Meksyk x Polska<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Po tym, jak Tunezja i Dania zdoby\u0142y pierwsze 0\u00d70, nied\u0142ugo potem wyczyn powt\u00f3rzy\u0142y Meksyk i Polska.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gra nieco bardziej taktyczna od poprzedniej, ale wci\u0105\u017c bez wi\u0119kszych emocji.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Meksyk zacz\u0105\u0142 gra\u0107 bardziej pionowo, ca\u0142y czas wykorzystuj\u0105c swoje (skrzyd\u0142a) i pr\u00f3buj\u0105c przebi\u0107 si\u0119 przez polsk\u0105 obron\u0119.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W odr\u00f3\u017cnieniu od polskiej dru\u017cyny, dru\u017cyna meksyka\u0144ska proponowa\u0142a wi\u0119cej gry i podejmowa\u0142a ryzyko w pr\u00f3bach zdobycia gola, czego w wi\u0119kszo\u015bci przypadk\u00f3w unika\u0142 bramkarz Szcz\u0119sny.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kt\u00f3ry nie zab\u0142ysn\u0105\u0142 bardziej ni\u017c Ochoa, kt\u00f3ry bierze udzia\u0142 w Pucharze \u015awiata po raz pi\u0105ty i nale\u017cy do wybranej grupy 4 zawodnik\u00f3w, kt\u00f3rzy osi\u0105gn\u0119li ten wyczyn.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bramkarz, kt\u00f3ry pojawia si\u0119 co cztery lata i wykonuje absurdalne interwencje, wr\u00f3ci\u0142 i nie przyszed\u0142 si\u0119 bawi\u0107.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Polska straci\u0142a rzut karny w 12. minucie, a rzut karny przyj\u0105\u0142 nie kto inny jak Lewandowski, strzelaj\u0105c nisko w lew\u0105 stron\u0119 bramkarza, kt\u00f3ry efektown\u0105 interwencj\u0105 zatrzyma\u0142 jednego z najlepszych strzelc\u00f3w karnych na \u015bwiecie.<\/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>Francja x Australia<\/h3>\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\/2022\/11\/Estadios-de-Futebol-1024x683.jpg\" alt=\"Partida de futebol em um est\u00e1dio\" class=\"w-full object-cover object-center border mx-auto wp-image-623\" width=\"800\" height=\"384\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Mecz dw\u00f3ch \u015bwietnych dru\u017cyn. \u0179r\u00f3d\u0142o: 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>Aby zrekompensowa\u0107 brak bramek w dw\u00f3ch ostatnich meczach, Francja zorganizowa\u0142a uroczysty wyst\u0119p przeciwko Australii.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Z drugiej strony tymi, kt\u00f3rzy zacz\u0119li wygrywa\u0107 spotkanie, byli Australijczycy, kt\u00f3rzy po b\u0142\u0119dzie na prawym skrzydle, w kt\u00f3rym kontuzjowany zosta\u0142 zawodnik Lucas Hernandez, Leckie do\u015brodkowa\u0142 do Goodwina i otworzy\u0142 wynik.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prawy obro\u0144ca Francji to kolejna kontuzja na tych mundialach. Ponad po\u0142owa sk\u0142adu zosta\u0142a zwolniona, a Francja zebra\u0142a si\u0142y, aby zareagowa\u0107.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wraz z pojawieniem si\u0119 Theo Hernandeza, brata kontuzjowanego zawodnika, pojawi\u0142a si\u0119 przewaga Francji.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W 27. minucie Theo, kt\u00f3ry niedawno wszed\u0142 na boisko, do\u015brodkowa\u0142 w pole karne i zdoby\u0142 bramk\u0119 Rabiota, aby uspokoi\u0107 wszystkich.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Potem, ju\u017c spokojniej, Francja zdominowa\u0142a gr\u0119, doceni\u0142a posiadanie pi\u0142ki i zacz\u0119\u0142a jedna po drugiej tworzy\u0107 ofensywne zagrania, a nie trzeba by\u0142o d\u0142ugo czeka\u0107, a\u017c zacz\u0119\u0142y pada\u0107 gole.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cho\u0107 Francja mia\u0142a ju\u017c rytm i du\u017co tworzy\u0142a, to b\u0142\u0105d australijskiej obrony spowodowa\u0142 powr\u00f3t Le Bleusa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Po w\u0105tpliwej pi\u0142ce od obrony Rabiot odzyska\u0142 posiadanie, zagra\u0142 z Mbapp\u00e9 i do\u015brodkowa\u0142 do Girouda, kt\u00f3ry zdoby\u0142 bramk\u0119.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na tablicy wynik\u00f3w w drugiej po\u0142owie Francja strzeli\u0142a jeszcze 2 gole, jeden po strzale Mbappe i ponownie Giroud, teraz po strzale g\u0142\u00f3wk\u0105. Francuski \u015brodkowy napastnik dor\u00f3wna\u0142 Thierry&#039;emu Henry&#039;emu w roli jednego z najlepszych strzelc\u00f3w zespo\u0142u<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>I tym zwyci\u0119stwem ko\u0144czy si\u0119 trzeci dzie\u0144 Pucharu \u015awiata w Katarze.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Je\u015bli chcesz by\u0107 na bie\u017c\u0105co ze wszystkim, co dzieje si\u0119 na tym Pucharze \u015awiata, nie przegap naszych tre\u015bci. Zobaczcie poni\u017cej, jak Francja kontynuuje rywalizacj\u0119 po kontuzji Benzemy.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1QT5fo\">\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\/pl\/benzema-fora-da-copa\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Benzema dozna\u0142 kontuzji i nie zagra w Pucharze \u015awiata w Katarze\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/jogador-triste-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\/pl\/benzema-fora-da-copa\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Benzema dozna\u0142 kontuzji i nie zagra w Pucharze \u015awiata w Katarze\">\n            Benzema dozna\u0142 kontuzji i nie zagra w Pucharze \u015awiata w Katarze        <\/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            Benzema dozna\u0142 kontuzji w przededniu mistrzostw \u015bwiata w 2022 roku i wypada z rozgrywek, Francja traci faworyzowanie, nadzieje Francji padaj\u0105 na Mbapp\u00e9.        <\/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\/pl\/benzema-fora-da-copa\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Czytaj dalej            <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\/pl\/benzema-fora-da-copa\/\"  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\/2022\/11\/jogador-triste-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                Benzema dozna\u0142 kontuzji i nie zagra w Pucharze \u015awiata w Katarze              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/benzema-fora-da-copa\/\"  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                    Czytaj dalej                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Pozostaniesz na tej samej stronie internetowej              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Rozpocz\u0119\u0142y si\u0119 Mistrzostwa \u015awiata w Katarze. Sprawd\u017a wyniki i szczeg\u00f3\u0142y pierwszych mecz\u00f3w. <\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[30,22,94],"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>Resultados dos jogos da Copa de 2022: Terceiro dia - Minuto VIP<\/title>\n<meta name=\"description\" content=\"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.\" \/>\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\/pl\/resultados-dos-jogos-da-copa-2\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resultados dos jogos da Copa de 2022: Terceiro dia\" \/>\n<meta property=\"og:description\" content=\"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/pl\/resultados-dos-jogos-da-copa-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-24T13:58:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-28T22:03:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.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 minut\" \/>\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\":\"pl-PL\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.jpg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.jpg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#webpage\",\"url\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/\",\"name\":\"Resultados dos jogos da Copa de 2022: Terceiro dia - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#primaryimage\"},\"datePublished\":\"2022-11-24T13:58:11+00:00\",\"dateModified\":\"2022-11-28T22:03:32+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\"},\"description\":\"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resultados dos jogos da Copa de 2022: Terceiro dia\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@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\/pl\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Resultados dos jogos da Copa de 2022: Terceiro dia - Minuto VIP","description":"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.","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\/pl\/resultados-dos-jogos-da-copa-2\/","og_locale":"pl_PL","og_type":"article","og_title":"Resultados dos jogos da Copa de 2022: Terceiro dia","og_description":"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.","og_url":"https:\/\/minutovip.com\/pl\/resultados-dos-jogos-da-copa-2\/","og_site_name":"Minuto VIP","article_published_time":"2022-11-24T13:58:11+00:00","article_modified_time":"2022-11-28T22:03:32+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 minut"},"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":"pl-PL"},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.jpg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/taca-da-copa-1024x732.jpg"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#webpage","url":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/","name":"Resultados dos jogos da Copa de 2022: Terceiro dia - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#primaryimage"},"datePublished":"2022-11-24T13:58:11+00:00","dateModified":"2022-11-28T22:03:32+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1"},"description":"Copa 2022: Confira o resultado dos jogos da Copa nos primeiros dias, e os detalhes de cada sele\u00e7\u00e3o nessa primeira fase do campeonato.","breadcrumb":{"@id":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/resultados-dos-jogos-da-copa-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Resultados dos jogos da Copa de 2022: Terceiro dia"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"pl-PL","@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\/pl\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts\/617"}],"collection":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/comments?post=617"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts\/617\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/media?parent=617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/categories?post=617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/tags?post=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}