A espera acabou. A Copa do Mundo de 2026 começa nesta quinta-feira (11) e já entrou para a história antes mesmo do primeiro gol. Pela primeira vez, o maior torneio do futebol será disputado por 48 seleções , ampliando o número de participantes e abrindo espaço para novos protagonistas, estreantes e histórias inéditas.
Também será a primeira edição realizada em três países: México, Estados Unidos e Canadá , transformando o Mundial em um evento sem precedentes dentro e fora das quatro linhas. Confira
Para acompanhar cada detalhe da competição, o UmDois Esportes e seus parceiros internacionais prepararam um guia completo com tudo o que você precisa saber sobre a Copa do Mundo. O especial reúne informações sobre todas as seleções, principais jogadores, esquemas táticos, destaques, promessas e os nomes que podem marcar o torneio.
Faça a escolha da seleção abaixo e leia o resumo:
/* =====================================================================
GUIA COPA DO MUNDO 2026, UmDoisEsportes
Prefix: wc26-
No JS, no font imports, mobile-responsive
===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.7;
color: #1e293b;
margin: 0;
padding: 0;
background: #fff;
}
/* ---- CONTENTS WIDGET ---- */
.wc26-toc {
background: #FED937;
border-radius: 10px;
padding: 20px 22px 24px;
margin: 28px 0;
overflow: hidden;
position: relative;
}
.wc26-toc::before {
content: '';
position: absolute;
top: -50px; right: -50px;
width: 160px; height: 160px;
border-radius: 50%;
background: rgba(255,204,0,0.06);
pointer-events: none;
}
.wc26-toc-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
flex-wrap: wrap;
gap: 8px;
}
.wc26-toc-pill {
background: #000000;
color: #FED937;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
padding: 3px 9px;
border-radius: 2px;
}
.wc26-toc-title {
color: rgba(0,0,0,0.55);
font-size: 12px;
font-weight: 600;
}
.wc26-toc-groups {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.wc26-toc-group {
background: rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.15);
border-radius: 8px;
padding: 12px 10px 10px;
text-decoration: none;
transition: background .18s, border-color .18s;
}
.wc26-toc-group:hover {
background: rgba(0,0,0,0.08);
border-color: rgba(0,0,0,0.3);
text-decoration: none;
}
.wc26-toc-glabel {
display: block;
color: #000000;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 6px;
}
.wc26-toc-teams {
list-style: none;
margin: 0;
padding: 0;
}
.wc26-toc-teams li {
margin: 0;
padding: 0;
}
.wc26-toc-teams a {
display: block;
color: #000000;
font-size: 11.5px;
line-height: 1.8;
text-decoration: none;
padding: 1px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Twemoji Mozilla",sans-serif;
}
.wc26-toc-teams a:hover {
color: #000000;
}
@media (max-width: 600px) {
.wc26-toc-groups { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}
@media (max-width: 380px) {
.wc26-toc-groups { grid-template-columns: 1fr 1fr; }
}
/* ---- GROUP HEADER ---- */
.wc26-group-hdr {
background: #FED937;
color: #000000;
padding: 14px 20px;
border-radius: 8px 8px 0 0;
margin-top: 48px;
margin-bottom: 0;
font-size: 17px;
font-weight: 700;
letter-spacing: -0.2px;
scroll-margin-top: 60px;
display: flex;
align-items: center;
gap: 10px;
}
.wc26-group-hdr .wc26-grp-badge {
background: #000000;
color: #FED937;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 2px;
flex-shrink: 0;
}
/* ---- TEAM SECTION ---- */
.wc26-team {
border: 1px solid #d1d9e0;
border-top: none;
border-radius: 0 0 8px 8px;
margin-bottom: 4px;
scroll-margin-top: 60px;
overflow: hidden;
background: #fff;
}
.wc26-team + .wc26-team {
border-top: 1px solid #d1d9e0;
border-radius: 0;
margin-top: 0;
}
.wc26-team:last-of-type {
border-radius: 0 0 8px 8px;
}
/* team subheader */
.wc26-team-hdr {
background: #fffbea;
border-bottom: 1px solid #d1d9e0;
padding: 13px 20px;
display: flex;
align-items: center;
gap: 10px;
}
.wc26-team-flag {
font-size: 24px;
line-height: 1;
flex-shrink: 0;
font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Twemoji Mozilla",sans-serif;
}
.wc26-team-name {
font-size: 16px;
font-weight: 700;
color: #000000;
margin: 0;
line-height: 1.2;
}
.wc26-byline {
margin-left: auto;
font-size: 11px;
font-weight: 600;
color: #64748b;
letter-spacing: 0.2px;
white-space: nowrap;
flex-shrink: 0;
}
.wc26-byline::before {
content: 'Por ';
font-weight: 400;
}
/* ---- STATS WIDGET ---- */
.wc26-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
border-bottom: 1px solid #d1d9e0;
}
.wc26-stat {
padding: 14px 12px;
text-align: center;
border-right: 1px solid #d1d9e0;
}
.wc26-stat:last-child { border-right: none; }
.wc26-stat-val {
display: block;
font-size: 18px;
font-weight: 700;
color: #000000;
line-height: 1.1;
margin-bottom: 4px;
}
.wc26-stat-lbl {
display: block;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #64748b;
line-height: 1.3;
}
/* colour-code prediction */
.wc26-pred-groups { color: #b91c1c; }
.wc26-pred-last32 { color: #d97706; }
.wc26-pred-last16 { color: #0369a1; }
.wc26-pred-quarters{ color: #7a0015; }
.wc26-pred-semis { color: #92620a; }
.wc26-pred-final { color: #7a4f00; }
.wc26-pred-winners { color: #5c3a00; }
@media (max-width: 540px) {
.wc26-stats { grid-template-columns: repeat(2, 1fr); }
.wc26-stat:nth-child(2) { border-right: none; }
.wc26-stat:nth-child(3) { border-right: 1px solid #d1d9e0; }
.wc26-stat:nth-child(1),
.wc26-stat:nth-child(2) { border-bottom: 1px solid #d1d9e0; }
}
/* ---- EDITORIAL CONTENT ---- */
.wc26-body {
padding: 18px 20px 20px;
}
.wc26-body h3 {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #000000;
margin: 18px 0 6px;
padding: 0;
border-bottom: 1px solid #e2e8f0;
padding-bottom: 4px;
}
.wc26-body h3:first-child { margin-top: 0; }
.wc26-body p {
margin: 0 0 8px;
font-size: 14px;
line-height: 1.7;
color: #1e293b;
}
.wc26-body p:last-child { margin-bottom: 0; }
/* ---- DEBUTANT BADGE ---- */
.wc26-debut {
display: inline-block;
background: #000000;
color: #FED937;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
padding: 2px 7px;
border-radius: 2px;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -1px;
}
Copa do Mundo 2026
Ir para uma seleção