RocioVila

Rocío Vila

Head of Talent and Culture

Rocío was born in Madrid and has been deeply curious about different cultures since she was young, which led her to study Tourism.

She started her career in the hotel industry and later transitioned to the Coworking sector, gaining extensive experience working with international companies. Seeking to broaden her knowledge from a different perspective, she decided to leave everything behind and enroll in a Nursing degree. At the same time, she was offered the opportunity to lead a new business center in the Cuatro Torres of Madrid, balancing this with both her studies and hospital work.

In 2012, Rocío graduated and continued working in Business Centers.

A little ant becomes part of her story… Who better to identify with? The ant symbolizes resilience and motivation—core principles in Rocío's life.

In 2015, she joined Picnic as Office Manager and Executive Assistant to Fernando Vega Olmos and Alex Pallete, who gave her the chance to become part of this “outdoor adventure.”

Her passion for people led her to graduate in Psychology, and she began working in Organizational Psychology as Head of Talent and Culture, while maintaining her role as Executive Assistant to Alex Pallete.

Why Picnic? Rocío thrives in an environment of enthusiasm, fun, empathy, and curiosity—surrounded by the best talent in a team. Picnic is the perfect camping spot. Being a Picnicker means exploring and learning together.

PASSIONS

People, Cultures, Neuroscience, Reading, Performing Arts.

A SENTENCE THAT DEFINES ME 

«To be what one is» Píndaro

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');