{"id":149,"date":"2022-11-18T04:21:29","date_gmt":"2022-11-18T04:21:29","guid":{"rendered":"https:\/\/minutovip.com\/?p=149"},"modified":"2022-11-18T04:21:31","modified_gmt":"2022-11-18T04:21:31","slug":"revelacoes-mundial-2022","status":"publish","type":"post","link":"https:\/\/minutovip.com\/it\/revelacoes-mundial-2022\/","title":{"rendered":"Quale rivelazione pu\u00f2 spiccare in Coppa?"},"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><strong>I giovani emergono come punti di forza e possono fare la differenza nel mondo dei club!<\/strong><\/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\/AdobeStock_539950246-1024x683.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-397\" width=\"748\" height=\"499\" srcset=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539950246-1024x683.jpeg 1024w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539950246-300x200.jpeg 300w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539950246-768x512.jpeg 768w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539950246-1536x1024.jpeg 1536w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539950246-2048x1365.jpeg 2048w\" sizes=\"(max-width: 748px) 100vw, 748px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >illustrazione della coppa del mondo di calcio, qatar 2022.<\/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>Tutti coloro che amano il calcio stanno aspettando il principale evento calcistico del mondo per vedere come si esibiscono le principali stelle delle squadre nazionali sul palco principale del mondo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ma, tra le referenze, possiamo avere giocatori da cui non ci si aspetta molto, tuttavia potrebbero essere al momento giusto e sono destinati ad avere successo e portare le loro selezioni al titolo.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-eX2Es\">\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\/it\/benzema-e-mbappe-copa-2022\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Comunque, Benzema e Mbappe ai Mondiali\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_66593106-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\/it\/benzema-e-mbappe-copa-2022\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Comunque, Benzema e Mbappe ai Mondiali\">\n            Comunque, Benzema e Mbappe ai Mondiali        <\/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            Due dei migliori giocatori francesi di oggi contribuiranno a portare la Francia alla terza Coppa del Mondo        <\/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\/it\/benzema-e-mbappe-copa-2022\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua a leggere            <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\/it\/benzema-e-mbappe-copa-2022\/\"  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\/AdobeStock_66593106-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                Comunque, Benzema e Mbappe ai Mondiali              <\/p>\n              <a href=\"https:\/\/minutovip.com\/it\/benzema-e-mbappe-copa-2022\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continua a leggere                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Rimarrai su questo sito              <\/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>In questo articolo andremo a conoscere alcuni di questi candidati a eroi e star che sfileranno in Qatar nell&#039;edizione 2022 dei Mondiali.<\/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-definir-as-revelacoes\">Come definire le rivelazioni<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Non c&#039;\u00e8 modo di fare un esercizio di futurologia su chi si distinguer\u00e0 e spaccher\u00e0 durante i Mondiali, ma alcune caratteristiche diventano estremamente necessarie per questa diagnosi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tra tutte queste caratteristiche, ne evidenzieremo alcune di seguito:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Capacit\u00e0;<\/li><li>Controllo emotivo;<\/li><li>Processo decisionale, ecc.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il pi\u00f9 delle volte vediamo giocatori che si distinguono incredibilmente nei club durante i campionati nazionali e continentali. Ma non puoi attribuire lo stesso successo quando si tratta di rappresentare il tuo paese in una Coppa del Mondo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Possiamo dire che Haaland, uno dei giocatori principali del Manchester City, capocannoniere della Premier League, sfonda in Coppa? Sfortunatamente, non c&#039;\u00e8 modo di dire un simile piazzamento perch\u00e9 la Norvegia non \u00e8 nella selezione mondiale.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dato che non c&#039;\u00e8, possiamo solo parlare di altri giocatori che potrebbero essere svelati in Qatar. Per le loro squadre nazionali, l&#039;aspettativa \u00e8 che possano socializzare completamente con i giocatori pi\u00f9 esperti durante la Coppa del Mondo e guidare la loro squadra al titolo mondiale.<\/p>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"681\" loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-1024x681.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-399\" srcset=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-1024x681.jpeg 1024w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-300x199.jpeg 300w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-768x510.jpeg 768w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-1536x1021.jpeg 1536w, https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/AdobeStock_539962307-2048x1361.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Illustrazione della Coppa del mondo<\/figcaption><\/figure>\n<\/div><!--image--><!--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>Le rivelazioni per il Mondiale 2022<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nell&#039;anno in cui Vinicius Jr. e Rodrigo ha fatto la differenza in Champions League, possiamo aspettarci l&#039;essenza del Re, che ha fatto la sua vetrina nella coppa 58 all&#039;et\u00e0 di 17 anni.<br><br>Concentriamoci ora su quattro giocatori che vengono osservati molto da vicino e possono causare grattacapi agli avversari. Dettaglio: tre di loro saranno in campo in una delle partite pi\u00f9 attese della prima fase di Coppa.<\/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>Jude Bellingham<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il 18enne inglese ha impressionato sin dalla sua prima stagione nel calcio, pi\u00f9 precisamente al Birmingham. Poco dopo, l&#039;inglese viene trasferito al Borussia Dortmund, la maglia del club \u00e8 gi\u00e0 stata ritirata.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nella nazionale inglese pu\u00f2 ricoprire ruoli al centro e di lato, a seconda dello schema tattico. Per questa ed altre caratteristiche, il tecnico Southgate lo considera indispensabile per l&#039;Inghilterra.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Diversi club europei stanno cercando l&#039;inglese, che non \u00e8 intenzionato a lasciare la Germania. Per la selezione ha fatto 12 partite e deve ancora segnare la prima.<\/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>jamal musiala<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Questo tedesco \u00e8 in uno dei principali club del mondo, il Bayern Monaco, fa parte della rotazione dei giocatori che fungono da titolari e segna i suoi gol.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Quando si tratta della nazionale tedesca, il 19enne dimostra gi\u00e0 l&#039;esperienza di 11 partite, 1 gol per la nazionale adulta e titoli europei nelle categorie base della nazionale bavarese.<\/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>Pedri<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Titolare del Barcellona, fa parte del sistema di rotazione dell&#039;allenatore Xavi Hernandez ed \u00e8 tra i futuri idoli del club catalano a soli 19 anni. Grazie alle sue prestazioni, \u00e8 un nome forte nella lista finale di Luis Enrique per essere in Coppa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>L&#039;attuale campione del Golden Boy, assegnato dalla Fifa, ha 12 partite con la Spagna, senza ancora segnare, ma ha gi\u00e0 il marchio di essere il giocatore pi\u00f9 giovane a scendere in campo in un Euro Cup.<\/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>Gavi<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00c8 uno dei compagni di squadra di Pedri nella nazionale spagnola, ma ha appena 17 anni, ha collezionato appena sei presenze ed \u00e8 gi\u00e0 il pi\u00f9 giovane titolare di El Cl\u00e1ssico tra Real e Bar\u00e7a.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il suo punto forte \u00e8 il controllo della palla, i passaggi, il pensiero strategico del gioco, che pu\u00f2 essere brillante nei casi in cui la marcatura \u00e8 adatta.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Citiamo solo 4 delle possibili rivelazioni che potrebbero essere una sorpresa positiva per le vostre selezioni. Ma la prova dei 9 sar\u00e0 solo durante le partite, nel corso della Qatar Cup 2022.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-10pEBd\">\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\/it\/conheca-a-favorita-argentina\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Incontra la nazionale argentina\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/11\/bandeira-da-argentina-scaled.jpg\" alt=\"Bandeira da Argentina\">\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\/it\/conheca-a-favorita-argentina\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Incontra la nazionale argentina\">\n            Incontra la nazionale argentina        <\/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            Confezionata da una grande sequenza di partite senza sconfitte, la nazionale argentina andr\u00e0 ai Mondiali 2022 alla ricerca del Tri        <\/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\/it\/conheca-a-favorita-argentina\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continua a leggere            <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\/it\/conheca-a-favorita-argentina\/\"  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\/bandeira-da-argentina-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                Incontra la nazionale argentina              <\/p>\n              <a href=\"https:\/\/minutovip.com\/it\/conheca-a-favorita-argentina\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continua a leggere                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Rimarrai su questo sito              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Oltre alle stelle, la Qatar Cup 2022 pu\u00f2 portare diverse rivelazioni che possono aiutare le loro squadre a vincere la tanto attesa Coppa FIFA. Incontra chi si distingue gi\u00e0 nei propri paesi.<\/p>","protected":false},"author":4,"featured_media":47,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[18,17,19],"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>Qual revela\u00e7\u00e3o que pode se diferenciar na Copa? - Minuto VIP<\/title>\n<meta name=\"description\" content=\"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?\" \/>\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\/it\/revelacoes-mundial-2022\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa?\" \/>\n<meta property=\"og:description\" content=\"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/it\/revelacoes-mundial-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-18T04:21:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-18T04:21:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1078\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"Vin\u00edcius Paula\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuti\" \/>\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\":\"it-IT\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg\",\"width\":2560,\"height\":1078,\"caption\":\"Revela\u00e7\u00f5es para copa do mundo catar 2022\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#webpage\",\"url\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/\",\"name\":\"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa? - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#primaryimage\"},\"datePublished\":\"2022-11-18T04:21:29+00:00\",\"dateModified\":\"2022-11-18T04:21:31+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fbefc69e8023d235fc452fff12914ba7\"},\"description\":\"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa?\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fbefc69e8023d235fc452fff12914ba7\",\"name\":\"Vin\u00edcius Paula\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0ff38d7759941b5abd91144e761426b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0ff38d7759941b5abd91144e761426b2?s=96&d=mm&r=g\",\"caption\":\"Vin\u00edcius Paula\"},\"url\":\"https:\/\/minutovip.com\/it\/author\/viniciuspaula\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa? - Minuto VIP","description":"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?","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\/it\/revelacoes-mundial-2022\/","og_locale":"it_IT","og_type":"article","og_title":"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa?","og_description":"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?","og_url":"https:\/\/minutovip.com\/it\/revelacoes-mundial-2022\/","og_site_name":"Minuto VIP","article_published_time":"2022-11-18T04:21:29+00:00","article_modified_time":"2022-11-18T04:21:31+00:00","og_image":[{"width":2560,"height":1078,"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vin\u00edcius Paula","Est. reading time":"5 minuti"},"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":"it-IT"},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_507268023-scaled.jpeg","width":2560,"height":1078,"caption":"Revela\u00e7\u00f5es para copa do mundo catar 2022"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#webpage","url":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/","name":"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa? - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#primaryimage"},"datePublished":"2022-11-18T04:21:29+00:00","dateModified":"2022-11-18T04:21:31+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fbefc69e8023d235fc452fff12914ba7"},"description":"Confira quem s\u00e3o os candidatos a serem as revela\u00e7\u00f5es do Mundial de 2022 no Catar que ser\u00e1 no fim deste ano. Quem ser\u00e1 a revela\u00e7\u00e3o?","breadcrumb":{"@id":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/revelacoes-mundial-2022\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/revelacoes-mundial-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Qual revela\u00e7\u00e3o que pode se diferenciar na Copa?"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fbefc69e8023d235fc452fff12914ba7","name":"Vin\u00edcius Paula","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/minutovip.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0ff38d7759941b5abd91144e761426b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0ff38d7759941b5abd91144e761426b2?s=96&d=mm&r=g","caption":"Vin\u00edcius Paula"},"url":"https:\/\/minutovip.com\/it\/author\/viniciuspaula\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/posts\/149"}],"collection":[{"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/comments?post=149"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/posts\/149\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/media\/47"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/media?parent=149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/categories?post=149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/it\/wp-json\/wp\/v2\/tags?post=149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}