{"id":5271,"date":"2023-03-06T23:00:00","date_gmt":"2023-03-06T23:00:00","guid":{"rendered":"https:\/\/tvemfoco.com\/?p=5271"},"modified":"2023-03-12T18:10:13","modified_gmt":"2023-03-12T18:10:13","slug":"cruzeiro","status":"publish","type":"post","link":"https:\/\/tvemfoco.com\/it\/cruzeiro\/","title":{"rendered":"Cruzeiro: tutto quello che c&#039;\u00e8 da sapere sulla squadra"},"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-confira-detalhes-sobre-o-grande-clube-de-bh\">Scopri i dettagli sul grande club di BH<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"695\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-5301\" srcset=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg 1024w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-300x204.jpeg 300w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-768x521.jpeg 768w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1536x1042.jpeg 1536w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-2048x1390.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Incontra Crociera. Fonte: AdobeStock.<\/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>Ogni vero appassionato di calcio ha sicuramente sentito parlare del grande Cruzeiro Esporte Clube.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con una storia di successi e una legione di tifosi appassionati, questa squadra di Belo Horizonte \u00e8 una delle pi\u00f9 tradizionali e vincenti del calcio brasiliano.&nbsp;<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1EUP3B\">\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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Guarda la partita del Cruzeiro\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_80807878-5-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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Guarda la partita del Cruzeiro\">\n            Guarda la partita del Cruzeiro        <\/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            Non perdere altre partite di questa grande squadra, guarda dove guardare.        <\/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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_80807878-5-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                Guarda la partita del Cruzeiro              <\/p>\n              <a href=\"https:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  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 web              <\/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>Se vuoi saperne di pi\u00f9 su Cruzeiro, la sua traiettoria e curiosit\u00e0, sei nel posto giusto!&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Continua a leggere questo articolo e immergiti nel mondo celeste di Cruzeiro.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-o-que-e-o-cruzeiro\">Cos&#039;\u00e8 la crociera?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"614\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-1024x614.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-5303\" srcset=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-1024x614.jpeg 1024w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-300x180.jpeg 300w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-768x461.jpeg 768w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-1536x922.jpeg 1536w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_262321861-1-1-2048x1229.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Cos&#039;\u00e8 la crociera? Fonte: AdobeStock.<\/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>Il Cruzeiro Esporte Clube \u00e8 una delle squadre di calcio pi\u00f9 emblematiche del Brasile, con una storia di successi dall&#039;inizio del XX secolo.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Fondato nel 1921, il club si \u00e8 affermato come una delle squadre di maggior successo del paese. E ha vinto diversi titoli nel periodo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il Cruzeiro ha sede a Belo Horizonte, Minas Gerais, e gioca allo stadio Mineir\u00e3o, uno degli stadi pi\u00f9 grandi e moderni del paese.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con la sua tradizionale maglia azzurra, la squadra ha una legione di tifosi appassionati, conosciuta come la \u201cBlue Nation\u201d.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Inoltre, Cruzeiro \u00e8 noto per la sua struttura di base, che ha rivelato giocatori come Ronaldo Fen\u00f4meno e Tost\u00e3o.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Infine, il club \u00e8 anche riconosciuto per il suo impegno sociale, sostenendo diverse iniziative di beneficenza e progetti comunitari nella sua regione.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quais-foram-os-principais-titulos-do-time\">Quali sono stati i principali titoli della squadra?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il Cruzeiro Esporte Clube \u00e8 una vera fabbrica di titoli, vincendo importanti trofei in diverse competizioni nel corso della sua storia.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tra i suoi titoli principali ci sono:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Campionato brasiliano (1966, 2003, 2013 e 2014);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Coppa del Brasile (1993, 1996, 2000, 2003, 2017 e 2018);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Coppa Libertadores d&#039;America (1976, 1997 e 2015);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Campionato Mineiro (38 volte);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Supercoppa Libertadores (1991 e 1992);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Recopa Sudamericana (1998);<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Coppa d&#039;oro (1995).<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ma non sono solo i trofei a fare del Cruzeiro un club speciale. Il team \u00e8 riconosciuto per la sua tradizione e passione. Ha un pubblico fedele e vibrante che fa la differenza in ogni partita.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con una storia ricca di successi e di successi, il Cruzeiro \u00e8 una squadra che ispira ammirazione e rispetto in tutti gli amanti del calcio.<\/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-quem-sao-os-principais-jogadores-do-time\">Chi sono i protagonisti della squadra?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prima di tutto, Cruzeiro Esporte Clube \u00e8 un grande rivelatore di talenti nel calcio brasiliano e mondiale. Nel corso della sua storia, il club ha svelato e presentato alcuni dei pi\u00f9 grandi giocatori della storia del calcio.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tra questi spiccano il fuoriclasse Tost\u00e3o, Ronaldo Fen\u00f4meno, Marcelo Ramos, Dirceu Lopes, Nelinho, Alex, Sor\u00edn, tra molti altri che hanno lasciato il segno nel club e lasciato il loro nome nella storia del calcio brasiliano.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Infine, attualmente, uno dei nomi principali nella rosa del Cruzeiro \u00e8 il difensore Lucas Oliveira. Chi \u00e8 stato considerato il miglior giocatore del club nel 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<h2 id=\"h-quais-sao-os-campeonatos-que-serao-disputados-em-2023\">Quali sono i campionati che si giocheranno nel 2023?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Innanzitutto, nel 2023, il Cruzeiro si sta gi\u00e0 preparando per un anno ricco di sfide e grandi competizioni. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il club ha davanti a s\u00e9 un programma intenso, con diversi campionati e tornei in palio.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pertanto, i fan possono aspettarsi molte emozioni e molte partite elettrizzanti in arrivo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Quest&#039;anno il Cruzeiro parteciper\u00e0 al Campeonato Mineiro, alla S\u00e9rie B del Campeonato Brasileiro, alla Copa do Brasil e alla Copa Sudamericana, un torneo internazionale che riunisce alcuni dei migliori club del continente.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dopotutto, con la sua tradizione nelle competizioni internazionali e le sue stelle di talento, il club ha tutto per fare bene e rappresentare bene il Brasile nel torneo.<\/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-e-possivel-assistir-aos-jogos-do-cruzeiro-de-graca\">\u00c8 possibile guardare le partite del Cruzeiro gratis?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chiunque sia un tifoso del Cruzeiro sa che seguire le partite della squadra non \u00e8 sempre un compito facile. Quindi, se fai affidamento sulla TV in chiaro per guardare i giochi gratuitamente, \u00e8 meglio ripensare alle tue aspettative.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ma non scoraggiarti, ci sono alternative per chi vuole vedere il Cruzeiro in campo e non vuole perdersi una partita.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prima di tutto, ci sono diverse piattaforme di streaming e canali TV via cavo che trasmettono partite in diretta. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con un modesto abbonamento \u00e8 possibile seguire tutte le partite del club con qualit\u00e0 audio e video.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ma se sei un fan del budget, non preoccuparti, la TV aperta pu\u00f2 essere la tua salvezza. Sebbene le trasmissioni siano scarse, potrebbero essere la tua unica opzione per guardare l&#039;imperdibile partita del Cruzeiro.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In sintesi, preparati a tifare molto per la tua squadra del cuore nel 2023, preparati a guardare le partite ovunque trasmettano. Del resto la passione per il Cruzeiro non ha prezzo!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quais-sao-os-aplicativos-para-assistir-aos-jogos\">Quali sono le app per guardare le partite?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-1024x683.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-5304\" srcset=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-1024x683.jpeg 1024w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-300x200.jpeg 300w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-768x512.jpeg 768w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-1536x1024.jpeg 1536w, https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_558707537-2-2048x1365.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">App per guardare le partite. Fonte: AdobeStock.<\/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>Tu, da vero tifoso di calcio, sai che seguire ogni partita della tua squadra del cuore \u00e8 fondamentale. Quindi, per questo, devi sapere dove guardare le partite dal vivo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tuttavia, abbiamo una grande notizia per i tifosi del Cruzeiro: ci sono diverse app che offrono trasmissioni in diretta delle partite della squadra Celeste.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con opzioni come DirecTV GO, Globoplay e Premiere, puoi accedere a un programma completo dei principali campionati a cui partecipa Cruzeiro.<\/p>\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 niente di pi\u00f9 emozionante che guardare ogni tiro, esultare per ogni gol e tifare per la tua squadra come se fossi all&#039;interno dello stadio.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Quindi ora, con queste opzioni dell&#039;app, puoi farlo da qualsiasi luogo, a casa o in viaggio.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>E non preoccuparti di come scaricare e utilizzare ciascuna applicazione, poich\u00e9 abbiamo preparato per te un articolo completo. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In esso troverai tutte le informazioni dettagliate su come ottenere e sfruttare al meglio ciascuna di queste app per supportare Cruzeiro.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-jirPP\">\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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Guarda la partita del Cruzeiro\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_443225231-3-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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Guarda la partita del Cruzeiro\">\n            Guarda la partita del Cruzeiro        <\/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            Scopri i dettagli delle app e dei canali per guardare questi veri spettacoli.        <\/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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  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:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_443225231-3-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                Guarda la partita del Cruzeiro              <\/p>\n              <a href=\"https:\/\/tvemfoco.com\/it\/assistir-jogo-do-cruzeiro\/\"  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 web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Il Cruzeiro Esporte Clube \u00e8 una delle squadre pi\u00f9 tradizionali del calcio brasiliano. Nell&#039;articolo troverai tutto quello che c&#039;\u00e8 da sapere sul Cruzeiro, dalla sua fondazione alle ultime notizie sul club.<\/p>","protected":false},"author":12,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[733],"tags":[887,642,675,641],"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>Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time - TV em Foco<\/title>\n<meta name=\"description\" content=\"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tvemfoco.com\/it\/cruzeiro\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time\" \/>\n<meta property=\"og:description\" content=\"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tvemfoco.com\/it\/cruzeiro\/\" \/>\n<meta property=\"og:site_name\" content=\"TV em Foco\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-06T23:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-12T18:10:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.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=\"Pablo Rodrigues\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tvemfoco.com\/#website\",\"url\":\"https:\/\/tvemfoco.com\/\",\"name\":\"TV em Foco\",\"description\":\"A TV em Foco \u00e9 um site online que oferece not\u00edcias atualizadas sobre diversos assuntos\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tvemfoco.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/tvemfoco.com\/cruzeiro\/#primaryimage\",\"url\":\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg\",\"contentUrl\":\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tvemfoco.com\/cruzeiro\/#webpage\",\"url\":\"https:\/\/tvemfoco.com\/cruzeiro\/\",\"name\":\"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time - TV em Foco\",\"isPartOf\":{\"@id\":\"https:\/\/tvemfoco.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tvemfoco.com\/cruzeiro\/#primaryimage\"},\"datePublished\":\"2023-03-06T23:00:00+00:00\",\"dateModified\":\"2023-03-12T18:10:13+00:00\",\"author\":{\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/6eb2a72dd19e9f7550acabb12988f3ee\"},\"description\":\"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.\",\"breadcrumb\":{\"@id\":\"https:\/\/tvemfoco.com\/cruzeiro\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tvemfoco.com\/cruzeiro\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tvemfoco.com\/cruzeiro\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tvemfoco.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/6eb2a72dd19e9f7550acabb12988f3ee\",\"name\":\"Pablo Rodrigues\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d55cd01dea3d773f44aa0b9f7758ac6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d55cd01dea3d773f44aa0b9f7758ac6?s=96&d=mm&r=g\",\"caption\":\"Pablo Rodrigues\"},\"description\":\"Especialista em Marketing e sortudo por, atrav\u00e9s da escrita e gest\u00e3o de conte\u00fados, poder enxergar o mundo sob centenas de \u00f3ticas completamente diferentes.\",\"url\":\"https:\/\/tvemfoco.com\/it\/author\/pablo-rodrigues\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time - TV em Foco","description":"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.","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:\/\/tvemfoco.com\/it\/cruzeiro\/","og_locale":"it_IT","og_type":"article","og_title":"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time","og_description":"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.","og_url":"https:\/\/tvemfoco.com\/it\/cruzeiro\/","og_site_name":"TV em Foco","article_published_time":"2023-03-06T23:00:00+00:00","article_modified_time":"2023-03-12T18:10:13+00:00","og_image":[{"url":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pablo Rodrigues","Est. reading time":"6 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/tvemfoco.com\/#website","url":"https:\/\/tvemfoco.com\/","name":"TV em Foco","description":"A TV em Foco \u00e9 um site online que oferece not\u00edcias atualizadas sobre diversos assuntos","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tvemfoco.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/tvemfoco.com\/cruzeiro\/#primaryimage","url":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg","contentUrl":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/02\/AdobeStock_355288042-1024x695.jpeg"},{"@type":"WebPage","@id":"https:\/\/tvemfoco.com\/cruzeiro\/#webpage","url":"https:\/\/tvemfoco.com\/cruzeiro\/","name":"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time - TV em Foco","isPartOf":{"@id":"https:\/\/tvemfoco.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tvemfoco.com\/cruzeiro\/#primaryimage"},"datePublished":"2023-03-06T23:00:00+00:00","dateModified":"2023-03-12T18:10:13+00:00","author":{"@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/6eb2a72dd19e9f7550acabb12988f3ee"},"description":"Conhe\u00e7a o universo do Cruzeiro Esporte Clube. Descubra porque esse time mineiro \u00e9 um dos mais apaixonantes do pa\u00eds.","breadcrumb":{"@id":"https:\/\/tvemfoco.com\/cruzeiro\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tvemfoco.com\/cruzeiro\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tvemfoco.com\/cruzeiro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tvemfoco.com\/"},{"@type":"ListItem","position":2,"name":"Cruzeiro: tudo o que voc\u00ea precisa saber sobre o time"}]},{"@type":"Person","@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/6eb2a72dd19e9f7550acabb12988f3ee","name":"Pablo Rodrigues","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5d55cd01dea3d773f44aa0b9f7758ac6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d55cd01dea3d773f44aa0b9f7758ac6?s=96&d=mm&r=g","caption":"Pablo Rodrigues"},"description":"Especialista em Marketing e sortudo por, atrav\u00e9s da escrita e gest\u00e3o de conte\u00fados, poder enxergar o mundo sob centenas de \u00f3ticas completamente diferentes.","url":"https:\/\/tvemfoco.com\/it\/author\/pablo-rodrigues\/"}]}},"_links":{"self":[{"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/posts\/5271"}],"collection":[{"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/comments?post=5271"}],"version-history":[{"count":0,"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/posts\/5271\/revisions"}],"wp:attachment":[{"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/media?parent=5271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/categories?post=5271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tvemfoco.com\/it\/wp-json\/wp\/v2\/tags?post=5271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}