ADVERTISEMENT

Portugal blows away Switzerland; Morocco shocks Spain

Published Dec 7, 2022 09:54 am

DOHA (AFP) — Portugal dismantled Switzerland 6-1 to charge into the World Cup quarterfinals on Tuesday, Dec. 6, as Goncalo Ramos started in place of Cristiano Ronaldo and scored the first hat-trick of the tournament.

Portugal's forward Goncalo Ramos celebrates after scoring his team's fifth goal, his hat-trick, during the Qatar 2022 World Cup round of 16 football match between Portugal and Switzerland at Lusail Stadium in Lusail, north of Doha on December 6, 2022. (AFP)

The Portuguese will face Morocco in the quarterfinals after sweeping aside the Swiss in a display that was every bit as impressive as Brazil's demolition of South Korea 24 hours earlier.

In a surprise move, 21-year-old Benfica forward Ramos replaced Ronaldo in the starting lineup at Lusail Stadium.

Ronaldo, the only man to score at five World Cups, was relegated to the bench after coach Fernando Santos was annoyed at his angry response to being substituted in Portugal's final group game.

He was not missed, with Portugal a more fluid side without him.

Ramos not only announced himself to the world with his well-taken hat-trick, he also provided an assist for Raphael Guerreiro to score. Veteran defender Pepe was also on target.

Ronaldo finally made his entrance in the 74th minute to cheers from the Portugal fans and soon had the ball in the net, but he was flagged for offside.

Rafael Leao, another of Portugal's young guns, then rounded off the win with the best goal of the night, a curling, dipping shot that left Swiss goalkeeper Yann Sommer rooted to the spot in second-half stoppage time.

Morocco overcomes Spain

Portugal might have been expecting to face their neighbours Spain in the last eight but earlier Tuesday Morocco stunned Luis Enrique's side in a penalty shootout to reach the quarter-inals for the first time in their history.

After 120 minutes without a goal at Education City Stadium, Spain failed to score a single spot kick as Moroccan goalkeeper Yassine Bounou saved two and Pablo Sarabia hit the post.

That left the Madrid-born Achraf Hakimi to settle the tie with a nerveless chipped kick to drive the predominantly Moroccan crowd wild.

Morocco is just the fourth African team to reach the last eight of a World Cup after Cameroon in 1990, Senegal in 2002 and Ghana in 2010.

Spain, the 2010 World Cup winner, failed to break down the athletic Moroccan side, with Bounou making a fine save from Dani Olmo's free-kick in one of the best chances of normal time.

In extra-time, Walid Cheddira could have won the game for Morocco without the gut-wrenching shootout, but as he burst clear in the Spanish area, his shot was blocked by the legs of goalkeeper Unai Simon.

In the inquest to a painful defeat, Spain will wonder how Paris Saint-Germain pair Sarabia and Carlos Soler, and Barcelona veteran Sergio Busquets, all failed to score in a shootout that Morocco won 3-0.

"It was a pity, it was decided on penalties in the most cruel way," Busquets said.

"The penalties cost us but I am proud of my team," said Spain coach Luis Enrique.

"I take all the responsibility because I chose the first three takers and the players decided the rest -- we didn't get to the fourth."

Morocco's penalty hero Bounou said he had benefited from "a little bit of intuition, a little bit of luck" and said the team had to remain focused despite their success.

"When you live moments like this, sometimes it's hard to realise it. We will try to avoid the noise around us, stay focused on ourselves, on our job, our recovery," he said.

The Moroccan celebrations spread across Doha, where police sealed off the Souq Wafiq in the centre of the capital after thousands of fans gathered to bang drums and blow horns.

Morocco could face punishment from FIFA after their players unfurled a Palestinian flag during their on-pitch celebrations.

The world football body's regulations prohibit the display of flags and banners deemed to be of a "political, offensive and/or discriminatory nature".

The quarterfinal lineup is now complete, with five-time winner Brazil facing 2018 finalist Croatia on Friday, when the Netherlands take on Lionel Messi's Argentina.

Portugal's meeting with Morocco is Saturday's first matchup before England tackles France and the tournament's top scorer Kylian Mbappe in the later kickoff.

Related Tags

FIFA World Cup Spain Portugal Morocco
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.