MariaBaselga

María Baselga

Project Leader

Licenciada en Administración y Dirección de Empresas por CUNEF, María comenzó su carrera en Unilever en el año 2000, donde trabajó durante 13 años desempeñando distintos roles. La mitad de ese tiempo lo dedicó a la filial local, liderando el desarrollo de marca para productos como Signal y Rexona; posteriormente, se incorporó al equipo europeo como directora de marca para la categoría de Female Face Care. Durante esos siete años, lideró el lanzamiento de Pond’s en Rusia y el desarrollo de Dove Face Care en Europa. Se especializó en desarrollo de producto, innovación y planes de marketing integrados 
 
Como Directora de Marketing de Zumosol fue durante 2 años responsable del relanzamiento de la marca en España liderando un cambio hacia una marca de alto valor añadido en el segmento de zumos.

Su paso por Alain Afflelou me permitió conocer el sector del retail de cerca y ampliar así mis conocimientos y experiencia. 

CLIENTES DESTACADOS

Dove face, Rexona, Pond's, Zumosol, Alain Afflelou.

PASIONES

La cocina, el mar, el deporte al aire libre, leer en francés y el ballet.

FRASE QUE ME DEFINE 

«La suerte es donde confluyen la preparación y la oportunidad»  Séneca

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 — Aviso Legal y Política de Privacidad

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 — Aviso Legal y Política de Privacidad
// 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');