TELEFÓNICA

How can a company with 100 years of history stay culturally relevant to strengthen its leadership?

Few companies reach their centennial at a time of such relevance. Connectivity today is more essential than ever to people’s lives, being key to their full development. That’s why the Centenary, instead of being a nostalgic celebration of the past, became a springboard — a unique, historic opportunity to honor Telefónica’s purpose: to make our world more human by connecting people’s lives, giving meaning to the vital role the company has played and projecting it into the future.

REFRAME

Through our proprietary methodology, Milestone, we uncovered a perspective rooted in Telefónica’s timeless commitment to collective progress. If human potential and talent require technology to fully develop, then the more people who have access to it, the more they will be able to unlock their potential — and together, we will achieve the collective progress we strive for.

UNCOVER

This unique perspective revealed the true value Telefónica has always aimed to deliver: enabling people to make things happen.

In collaboration with Rosàs and Accenture Song, Imaginémonos was born — a platform that highlights the power of human imagination as a driver of personal growth and collective progress. It’s an optimistic, inspiring invitation to make a wish for the future.

A unifying idea that guided the orchestration of all Centenary celebration activities.

REINVIGORATE

Imaginémonos renewed the sense of commitment and pride — not only among the company’s more than 100,000 employees, but also among many former employees, who were invited to take part. It also brought Telefónica closer to society in a meaningful way, reaffirming its ongoing relevance and sociocultural leadership.

← ZURICH
LALIGA →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');