{"id":3220,"date":"2023-04-24T15:05:29","date_gmt":"2023-04-24T15:05:29","guid":{"rendered":"https:\/\/minutovip.com\/?p=3220"},"modified":"2026-02-17T16:38:46","modified_gmt":"2026-02-17T16:38:46","slug":"quartas-de-final-da-champions-league","status":"publish","type":"post","link":"https:\/\/minutovip.com\/pl\/quartas-de-final-da-champions-league\/","title":{"rendered":"\u0106wier\u0107fina\u0142y Ligi Mistrz\u00f3w: kto przejdzie do p\u00f3\u0142fina\u0142u?"},"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-saiba-tudo-sobre-os-jogos-de-ida-das-quartas-de-final-da-champions-league\">Dowiedz si\u0119 wszystkiego o pierwszych meczach \u0107wier\u0107fina\u0142u Ligi Mistrz\u00f3w<\/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\/04\/champions-semi-1024x647.jpeg\" alt=\"Quartas de final Champions League.\" class=\"w-full object-cover object-center border mx-auto wp-image-3227\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Kto przejdzie przez scen\u0119? \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>Liga Mistrz\u00f3w to najwi\u0119ksze rozgrywki klubowe w \u015bwiatowej pi\u0142ce no\u017cnej, a pierwsze mecze \u0107wier\u0107fina\u0142owe ju\u017c za nami!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Teraz zobaczymy, kt\u00f3ra z o\u015bmiu du\u017cych dru\u017cyn b\u0119dzie w stanie zapewni\u0107 sobie miejsce w p\u00f3\u0142finale.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z233WpD\">\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\/champions-league-ao-vivo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/televisao-transmitindo-a-champions-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\/champions-league-ao-vivo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo \">\n            Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo         <\/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            Najbardziej emocjonuj\u0105ca faza zawod\u00f3w zaplanowana jest na luty, a pierwsze starcie ju\u017c nabiera tempa.         <\/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\/champions-league-ao-vivo\/\"  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\/champions-league-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\/televisao-transmitindo-a-champions-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                Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/champions-league-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                    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>Poniewa\u017c dru\u017cyny graj\u0105 na wysokim poziomie, kolejne mecze zawod\u00f3w zapowiadaj\u0105 si\u0119 na elektryzuj\u0105ce, a kibice b\u0119d\u0105 podekscytowani na kolejne mecze.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aby pom\u00f3c Ci okie\u0142zna\u0107 ten niepok\u00f3j, Minuto Vip przygotowa\u0142 dla Ciebie specjaln\u0105 zawarto\u015b\u0107, sprawd\u017a, jak posz\u0142y te pierwsze mecze i czego mo\u017cesz si\u0119 spodziewa\u0107 po drugim meczu \u0107wier\u0107fina\u0142u Ligi Mistrz\u00f3w.<\/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-confrontos-das-quartas-de-final-da-champions-league\">Spotkania \u0107wier\u0107fina\u0142owe Ligi Mistrz\u00f3w<\/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\/04\/Quartas-de-final-da-champions-league-1024x369.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3228\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Sprawd\u017a starcia w tej fazie. \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>Je\u015bli jeste\u015b fanem Ligi Mistrz\u00f3w, prawdopodobnie znasz ju\u017c starcia \u0107wier\u0107fina\u0142owe, ale je\u015bli jeszcze nie wiesz, sprawd\u017a mecze i ich wyniki:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Benfica 0x2 Inter<\/li><li>Manchester City 3\u00d70 Bayern<\/li><li>Real Madryt 2:0 Chelsea<\/li><li>Mediolan 1:0 Napoli<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pierwsza runda rozpocz\u0119\u0142a si\u0119 ju\u017c pierwszego dnia od \u015bwietnych mecz\u00f3w, jednak najbardziej oczekiwanym pojedynkiem by\u0142 mecz pomi\u0119dzy City a Bayernem,<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mecz zapowiada\u0142 si\u0119 na wielki fina\u0142, ale tylko do pocz\u0105tku drugiej po\u0142owy, kiedy to wyprzedzaj\u0105ce ju\u017c City zacz\u0119\u0142o dominowa\u0107 w grze.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W meczach Benfiki i Interu najlepiej wypadli W\u0142osi, kt\u00f3rzy na w\u0142asnym boisku wypracowali sobie du\u017c\u0105 przewag\u0119, zdobywaj\u0105c dwa gole Lukaku.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Drugiego dnia wa\u017cny mecz rozegra\u0142 Real Madryt i Chelsea, kt\u00f3re w tych rozgrywkach rozegra\u0142y ju\u017c \u015bwietne pojedynki.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gra rozpocz\u0119\u0142a si\u0119 powoli, ale Real Madryt szybko wykaza\u0142 przewag\u0119 taktyczn\u0105 i zdominowa\u0142 gr\u0119. Chelsea os\u0142abiona ci\u0105g\u0142\u0105 zmian\u0105 trener\u00f3w sprawia, \u017ce zesp\u00f3\u0142 Merengue jest ju\u017c jedn\u0105 nog\u0105 w p\u00f3\u0142finale.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Z kolei we w\u0142oskim pojedynku Milan \u2013 Napoli mecz by\u0142 bardzo wyr\u00f3wnany, jednak tradycja si\u0119 powt\u00f3rzy\u0142a i mecz zako\u0144czy\u0142 si\u0119 zwyci\u0119stwem Milanu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W tym pojedynku wszystko jest jednak zaci\u0119te, poniewa\u017c teraz Napoli b\u0119dzie gra\u0107 u siebie, przy wsparciu niesamowitych kibic\u00f3w.<\/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-jogos-de-volta-das-quartas-de-final-da-champions-league\">Mecze rewan\u017cowe \u0107wier\u0107fina\u0142u Ligi Mistrz\u00f3w<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aby przygotowa\u0107 si\u0119 na elektryzuj\u0105ce rewan\u017ce, zapoznaj si\u0119 z dniem mecz\u00f3w i kilkoma szczeg\u00f3\u0142ami, aby przeanalizowa\u0107, jak mo\u017ce przebiega\u0107 druga runda.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Przypominamy, \u017ce wszystkie mecze odbywaj\u0105 si\u0119 o godzinie 16:00 czasu brazylijskiego, wi\u0119c b\u0105d\u017acie na bie\u017c\u0105co, aby nie przegapi\u0107 tych pojedynk\u00f3w.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Napoli x Mediolan \u2013 18.04<\/li><li>Chelsea x Real Madryt \u2013 18.04<\/li><li>Inter x Benfica \u2013 19.04<\/li><li>Manchester City x Bayern \u2013 19.04<\/li><\/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<h3 id=\"h-favoritos-e-azaroes\">Faworyci i s\u0142absi<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wyniki mecz\u00f3w pomi\u0119dzy Chelsea x Real Madryt i Manchester City x Bayern s\u0105 bardzo dobrze okre\u015blone, a g\u0142\u00f3wni faworyci wygrali pierwszy mecz w imponuj\u0105cy spos\u00f3b.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dlatego powr\u00f3t Chelsea i Bayernu jest bardzo ma\u0142o prawdopodobny, ale poniewa\u017c jest to Liga Mistrz\u00f3w, wszystko mo\u017ce si\u0119 zdarzy\u0107.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chelsea i Bayern zmieni\u0142y trener\u00f3w zaledwie na kilka dni przed \u0107wier\u0107fina\u0142em Ligi Mistrz\u00f3w i jak na razie ta strategia nie zadzia\u0142a\u0142a.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Obecnie mecze, kt\u00f3re s\u0105 najbardziej otwarte, to mecze pomi\u0119dzy Milanem x Napoli i Benfic\u0105 x Interem Mediolan.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nawet gdy Inter rozpocz\u0105\u0142 drugi mecz z dwubramkow\u0105 przewag\u0105, dru\u017cyna Benfiki rozegra\u0142a \u015bwietne spotkanie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To zesp\u00f3\u0142, kt\u00f3ry ma za sob\u0105 wspania\u0142y sezon, a zmiana sytuacji jest trudna, ale nie jest nieprawdopodobna.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Najwi\u0119kszym underdogiem tej rywalizacji mo\u017ce by\u0107 jednak pojedynek Napoli x Milan.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neapolita\u0144ski klub dominuje w pi\u0142ce no\u017cnej we W\u0142oszech i prowadzi Serie A z przewag\u0105 ponad 10 punkt\u00f3w.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pora\u017cka jedn\u0105 bramk\u0105 z Milanem sama w sobie jest bardzo ma\u0142\u0105 przewag\u0105, kt\u00f3ra mo\u017ce powstrzyma\u0107 dru\u017cyn\u0119, kt\u00f3ra zaskakuje wszystkich.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tym bardziej, \u017ce Napoli rewan\u017cowe spotkanie rozegra u siebie, przy pe\u0142nym wsparciu kibic\u00f3w.<\/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 id=\"h-jogadores-para-ficar-de-olho\">Gracze, na kt\u00f3rych warto zwraca\u0107 uwag\u0119<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aby ogl\u0105danie gier by\u0142o jeszcze ciekawsze, Minuto Vip sprowadzi\u0142 kilku graczy, kt\u00f3rzy wyr\u00f3\u017cnili si\u0119 w 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>Po pierwsze, wielk\u0105 rewelacj\u0105 tych rozgrywek jest nowe wielkie nazwisko w \u015bwiatowym futbolu i nie b\u00f3jcie si\u0119 tego nazwiska, Khvicha Kvaratskhelia to zawodnik, na kt\u00f3rego warto zwraca\u0107 uwag\u0119.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Numer 77 Napoli rozgrywa \u015bwietne mecze w Lidze Mistrz\u00f3w, a zw\u0142aszcza w lidze w\u0142oskiej.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kolejnym wielkim nazwiskiem jest Vini JR, kt\u00f3ry obj\u0105\u0142 prowadzenie w najwi\u0119kszej dru\u017cynie pi\u0142karskiej na \u015bwiecie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wreszcie kometa Haaland r\u00f3wnie\u017c zapisa\u0142a si\u0119 w historii zawod\u00f3w, zdobywaj\u0105c ju\u017c 11 bramek w 7 meczach i mo\u017ce pobi\u0107 rekord Cristiano Ronaldo.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-aJPQv\">\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\/champions-league-ao-vivo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/televisao-transmitindo-a-champions-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\/champions-league-ao-vivo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo \">\n            Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo         <\/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            Najbardziej emocjonuj\u0105ca faza zawod\u00f3w zaplanowana jest na luty, a pierwsze starcie ju\u017c nabiera tempa.         <\/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\/champions-league-ao-vivo\/\"  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\/champions-league-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\/televisao-transmitindo-a-champions-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                Ogl\u0105daj Lig\u0119 Mistrz\u00f3w na \u017cywo              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/champions-league-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                    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><!--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-qual-as-semifinais-mais-provaveis\">Kt\u00f3re p\u00f3\u0142fina\u0142y s\u0105 najbardziej prawdopodobne?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Je\u015bli starcia Realu Madryt x Chelsea i City x Bayern nie zostan\u0105 odwr\u00f3cone, te dwie dru\u017cyny stan\u0105 si\u0119 pierwszym starciem p\u00f3\u0142fina\u0142u.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Po drugiej stronie tabeli, druga drabinka p\u00f3\u0142fina\u0142owa zostanie rozstrzygni\u0119ta pomi\u0119dzy Milanem x Napoli i Benfic\u0105 x Interem.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A poniewa\u017c Inter wygra\u0142 ju\u017c pierwszy mecz r\u00f3\u017cnic\u0105 dwa do zera, jest ca\u0142kiem prawdopodobne, \u017ce w \u0107wier\u0107finale Ligi Mistrz\u00f3w odb\u0119dzie si\u0119 wspania\u0142y w\u0142oski klasyk.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Je\u017celi zwyci\u0119zcy pierwszych mecz\u00f3w utrzymaj\u0105 swoje wyniki, drabinki p\u00f3\u0142fina\u0142owe utworz\u0105 si\u0119 w drodze star\u0107 pomi\u0119dzy:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Real Madryt x City<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Mediolan x Inter Mediolan<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Co wi\u0119c s\u0105dzisz o prawdopodobnych starciach p\u00f3\u0142fina\u0142owych tej Ligi Mistrz\u00f3w?<\/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-assistir-os-jogos-de-volta-das-quartas-de-final-da-champions-league\">Jak ogl\u0105da\u0107 drugie mecze \u0107wier\u0107fina\u0142u Ligi Mistrz\u00f3w?<\/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\/04\/Quartas-de-final-da-champions-league-TROFEU-1024x683.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3229\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Zobacz ju\u017c teraz, jak ogl\u0105da\u0107 mecze na \u017cywo. \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>S\u0142ycha\u0107 nawet muzyk\u0119 otwieraj\u0105c\u0105 mecze Ligi Mistrz\u00f3w, prawda?<\/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 przygotuj si\u0119 razem z nami na ogl\u0105danie mecz\u00f3w, sprawd\u017a, gdzie mo\u017cesz obejrze\u0107 te niesamowite mecze.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Najpierw poka\u017cemy Ci opcj\u0119 bezp\u0142atn\u0105. Band b\u0119dzie jedynym otwartym kana\u0142em telewizyjnym transmituj\u0105cym mecze Ligi Mistrz\u00f3w.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dlatego mecze mo\u017cna ogl\u0105da\u0107 zar\u00f3wno na kanale Band, jak i w aplikacji Bandplay.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Inn\u0105 opcj\u0105 jest Max, kt\u00f3ry transmituje wszystkie mecze w tych rozgrywkach, niekt\u00f3re wy\u0142\u0105cznie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aby jednak uzyska\u0107 dost\u0119p do tej aplikacji, potrzebujesz miesi\u0119cznej subskrypcji, a Max oferuje ceny dostosowane do Twojego bud\u017cetu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Czy chcesz ogl\u0105da\u0107 Lig\u0119 Mistrz\u00f3w dzi\u0119ki funkcjom, jakie oferuje ta aplikacja? Uzyskaj dost\u0119p do poni\u017cszych artyku\u0142\u00f3w i sprawd\u017a szczeg\u00f3\u0142y pobierania tych aplikacji.<\/p>\n<\/div><div class=\"wp-block-lazyblock-options lazyblock-options-Z4rRpN\"><section class=\"hidden sm:block mx-5 sm:mx-0 my-10\">\n                                <div data-options-target=\"option\" class=\"rounded-xl border p-5 shadow-md w-full bg-white my-5\">\n                <div class=\"flex w-full items-center justify-between\">\n                    <div class=\"flex items-center space-x-3\">\n                        <div class=\"text-lg font-bold text-slate-700\">\n                            Globoplay                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-center space-x-8\">\n                        <a href=\"https:\/\/minutovip.com\/pl\/como-baixar-globoplay\/\" class=\"rounded-2xl border  px-3 py-1 text-xs font-semibold\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\">\n                            ODKRYJ APLIKACJ\u0118 \u279d\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                                        <div data-options-target=\"option\" class=\"rounded-xl border p-5 shadow-md w-full bg-white my-5\">\n                <div class=\"flex w-full items-center justify-between\">\n                    <div class=\"flex items-center space-x-3\">\n                        <div class=\"text-lg font-bold text-slate-700\">\n                            MAKS                        <\/div>\n                    <\/div>\n                    <div class=\"flex items-center space-x-8\">\n                        <a href=\"https:\/\/minutovip.com\/pl\/max\/\" class=\"rounded-2xl border  px-3 py-1 text-xs font-semibold\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\">\n                            ODKRYJ APLIKACJ\u0118 \u279d\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <p class=\"text-xs text-gray-500 text-right hidden\" style=\"margin-left: 50%; margin-bottom: 50px; margin-top: 5px;\">\n        Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105    <\/p>\n<\/section>\n<section data-options-target=\"wrapper\" class=\"sm:hidden mx-5 sm:mx-0 my-10\" style=\"\">\n                                <div data-options-target=\"option\" class=\"rounded-xl border px-4 shadow-md w-full bg-white my-5\" style=\"height: 90px;\">\n                <div class=\"flex w-full items-center justify-between\" style=\"height: 100%;\">\n                    <div class=\"flex\" style=\"width: 60%;\">\n                        <div class=\"text-lg font-bold text-slate-700 text-left mr-2\" style=\"font-size: 14px;\">\n                            Globoplay                        <\/div>\n                    <\/div>\n                    <div class=\"flex text-right my-2\" style=\"width: 45%;\">\n                        <a href=\"https:\/\/minutovip.com\/pl\/como-baixar-globoplay\/\" class=\"rounded-2xl border  px-3 py-2 text-xs font-semibold\" style=\"margin: auto;\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\">\n                            ODKRYJ APLIKACJ\u0118 \u279d\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                                        <div data-options-target=\"option\" class=\"rounded-xl border px-4 shadow-md w-full bg-white my-5\" style=\"height: 90px;\">\n                <div class=\"flex w-full items-center justify-between\" style=\"height: 100%;\">\n                    <div class=\"flex\" style=\"width: 60%;\">\n                        <div class=\"text-lg font-bold text-slate-700 text-left mr-2\" style=\"font-size: 14px;\">\n                            MAKS                        <\/div>\n                    <\/div>\n                    <div class=\"flex text-right my-2\" style=\"width: 45%;\">\n                        <a href=\"https:\/\/minutovip.com\/pl\/max\/\" class=\"rounded-2xl border  px-3 py-2 text-xs font-semibold\" style=\"margin: auto;\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\">\n                            ODKRYJ APLIKACJ\u0118 \u279d\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <p class=\"text-xs text-gray-500 text-center hidden\" style=\"margin-bottom: 50px; margin-top: 5px;\">\n        Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105    <\/p>\n<\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Zaraz rozpoczn\u0105 si\u0119 najlepsze zawody klubowe na \u015bwiecie. Nie przegap \u017cadnych szczeg\u00f3\u0142\u00f3w tych niesamowitych zawod\u00f3w.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[107,41,42],"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>Quartas de Final da Champions League: Quem vai para as semis? - Minuto VIP<\/title>\n<meta name=\"description\" content=\"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.\" \/>\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\/quartas-de-final-da-champions-league\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quartas de Final da Champions League: Quem vai para as semis?\" \/>\n<meta property=\"og:description\" content=\"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/pl\/quartas-de-final-da-champions-league\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-24T15:05:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-17T16:38:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg\" \/>\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\/quartas-de-final-da-champions-league\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#webpage\",\"url\":\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/\",\"name\":\"Quartas de Final da Champions League: Quem vai para as semis? - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#primaryimage\"},\"datePublished\":\"2023-04-24T15:05:29+00:00\",\"dateModified\":\"2026-02-17T16:38:46+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\"},\"description\":\"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quartas de Final da Champions League: Quem vai para as semis?\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\",\"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":"Quartas de Final da Champions League: Quem vai para as semis? - Minuto VIP","description":"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.","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\/quartas-de-final-da-champions-league\/","og_locale":"pl_PL","og_type":"article","og_title":"Quartas de Final da Champions League: Quem vai para as semis?","og_description":"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.","og_url":"https:\/\/minutovip.com\/pl\/quartas-de-final-da-champions-league\/","og_site_name":"Minuto VIP","article_published_time":"2023-04-24T15:05:29+00:00","article_modified_time":"2026-02-17T16:38:46+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg"}],"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\/quartas-de-final-da-champions-league\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/04\/champions-semi-1024x647.jpeg"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#webpage","url":"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/","name":"Quartas de Final da Champions League: Quem vai para as semis? - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#primaryimage"},"datePublished":"2023-04-24T15:05:29+00:00","dateModified":"2026-02-17T16:38:46+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25"},"description":"N\u00e3o perca nenhum lance das quartas de final da Champions League. Acompanhe tudo sobre os jogos decisivos e descubra quem vai para as semis.","breadcrumb":{"@id":"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/quartas-de-final-da-champions-league\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Quartas de Final da Champions League: Quem vai para as semis?"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25","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\/3220"}],"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=3220"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts\/3220\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/media?parent=3220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/categories?post=3220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/tags?post=3220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}