<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>manuhuerta.com</title>
	<link>https://manuhuerta.com</link>
	<description>manuhuerta.com</description>
	<pubDate>Tue, 13 Jan 2026 13:08:11 +0000</pubDate>
	<generator>https://manuhuerta.com</generator>
	<language>en</language>
	
		
	<item>
		<title>HOME</title>
				
		<link>https://manuhuerta.com/HOME</link>

		<pubDate>Tue, 13 Jan 2026 13:08:11 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/HOME</guid>

		<description>


/* Estilos generales y de animación de Cargo */
a, span { display: inline-block; }

.fixed-header {
  opacity: 1 !important;
  transform: none !important;
}

.blink_me { animation: blink 1s infinite; }
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75%      { opacity: 0; }
}

@keyframes unfold {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes growX {
  from { transform: scaleX(0); opacity: 0; }
  to   { transform: scaleX(1); opacity: 1; }
}

.animated { opacity: 0; animation-fill-mode: forwards; }
.marquee.animated {
  animation-name: unfold;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.nav-appear.animated {
  animation-name: unfold;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}

hr.animated-line {
  display: block;
  border: 0;
  height: 2px;
  background-color: #333;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation-name: growX;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  will-change: transform, opacity;
  margin: 0.5rem 0;
}
hr.animated-line.right { transform-origin: right center; }
hr.animated-line.left  { transform-origin: left  center; }


/* --- ESTILOS PARA EL CONTENEDOR DE VIDEOS DE FONDO --- */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; 
  top: 0; 
  left: 0;
  width: 100vw; 
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none; /* Crucial para que funcionen los hovers */
  background-color: #ffffff;
}

/* Solo se muestra si el body tiene la clase activa */
body.homepage-video-active .video-background-container {
  display: block !important;
}

.video-background-container video {
  position: absolute; top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0; 
  transition: opacity 0.5s ease-in-out;
}
.video-background-container video.active {
  opacity: 1;
}

/* --- ESTILOS PARA EL RESALTADO --- */
.marquee.animated h1 a {
  color: #333;
  transition: color 2s ease-in-out;
}

body.dim-content .marquee.animated:not(.hovered),
body.dim-content hr.animated-line,
body.dim-content .nav-appear.animated span {
  opacity: 0.1 !important;
  transition: opacity 0.5s ease-in-out;
}

body.dim-content .marquee.animated.hovered {
  opacity: 1 !important;
}

body.dim-content .marquee.animated.hovered.text-to-white h1 a {
  color: white !important;
}

@media only screen and (max-width: 768px) {
  body:not(.homepage-video-active) .video-background-container {
    display: none !important;
  }
}





  
    
      MANU HUERTA
      DIRECTOR CREATIVO  / COPYWRITER
    
    
      
        
          
            ︎
          
        
      
    
  

  
    
      BIO
      TRABAJOS
      CONTACTO
    
  



&#38;nbsp;⚔︎ QUÈ FEM AMB EL DRAC? ⚔︎ QUÉ HACEMOS CON EL DRAGÓN?


&#38;nbsp;⌖ ESCUCHA TODAS LAS VOCES ⌖ CONOCE TODA LA VERDAD


&#38;nbsp;❊ PARA TI, PARA TODOS ❊ ALIMENTA TU MUNDO


&#38;nbsp;☕︎ QUE EL DESAYUNO ES MUCHAS COSAS, NO SOLO DESAYUNAR


MATEO SE HA QUEDADO SOLO PERO ELLA NO SE HA IDO DEL TODO ✂︎


&#38;nbsp;SUEÑA, PERO SUEÑA RÁPIDO*


&#38;nbsp;PLANCHA COMO UN HOMBRE ♂︎


&#38;nbsp;WE KNOW ABOUT CHALLENGE ♀︎


PRÓXIMAMENTE EN LAS MEJORES DUCHAS ☆


&#38;nbsp;ESTE ANUNCIO OCUPA MUY POCO ⍉


&#38;nbsp;LA ASOMBROSA HISTORIA DEL HOMBRE QUE NACIÓ SIN CUERPO ®


EL CÍTRICO ES LA LLAMA, EL CEDRO PODRÍAS SER TÚ ⩓




  © 2025 MH



/**
 * 1. ANIMACIÓN DE LÍNEAS
 */
(function () {
  const BASE = 1.6; const STEP = 0.6; const GAP = 0.3;
  const toS = n =&#62; (Math.round(n * 100) / 100) + 's';
  const lines = Array.from(document.querySelectorAll('hr.animated-line'));
  lines.forEach((hr, i) =&#62; {
    const delay = BASE + i * STEP;
    hr.classList.toggle('right', i % 2 === 1);
    hr.classList.toggle('left',  i % 2 === 0);
    hr.style.animationDelay = toS(delay);
    let sib = hr.nextElementSibling;
    while (sib &#38;&#38; !(sib.classList &#38;&#38; sib.classList.contains('marquee'))) { sib = sib.nextElementSibling; }
    if (sib) sib.style.animationDelay = toS(delay + GAP);
  });
})();

/**
 * 2. LÓGICA DE VIDEOS Y HOVER (A prueba de transiciones fantasma)
 */
function initPageLogic() {
  // --- RETRASO TÁCTICO ---
  // Esperamos 150ms a que Cargo termine de borrar la página anterior del DOM
  setTimeout(() =&#62; {
      runProtectedLogic();
  }, 150);
}

function runProtectedLogic() {
  const videoContainer = document.querySelector('.video-background-container');
  const body = document.body;
  
  // Buscamos la marca ÚNICA de la home
  const isHome = document.getElementById('es-la-home');

  // --- FASE 1: LIMPIEZA TOTAL SI NO ES HOME ---
  if (!isHome) {
      body.classList.remove('homepage-video-active');
      body.classList.remove('dim-content');
      
      if (videoContainer) {
          videoContainer.style.display = 'none';
          const videos = videoContainer.querySelectorAll('video');
          videos.forEach(v =&#62; { v.pause(); v.currentTime = 0; });
      }
      return; // ¡IMPORTANTE! Cortamos aquí.
  }

  // --- FASE 2: SI ES LA HOME, ACTIVAMOS ---
  const marquees = document.querySelectorAll('.marquee.animated[data-video]');

  if (marquees.length &#62; 0 &#38;&#38; videoContainer) {
    body.classList.add('homepage-video-active');
    videoContainer.style.display = 'block'; 
  } else {
    return; 
  }

  const allVideos = videoContainer.querySelectorAll('video');
  let videoPlayTimeout, textColorTimeout, currentActiveMarquee = null;

  function clearState() {
    if (videoPlayTimeout) clearTimeout(videoPlayTimeout);
    if (textColorTimeout) clearTimeout(textColorTimeout);
    allVideos.forEach(v =&#62; { v.classList.remove('active'); v.pause(); v.currentTime = 0; });
    marquees.forEach(m =&#62; {
      m.classList.remove('text-to-white', 'hovered');
      const a = m.querySelector('h1 a');
      if (a) a.style.color = '#333';
    });
    body.classList.remove('dim-content');
    currentActiveMarquee = null;
  }

  marquees.forEach(marquee =&#62; {
    const videoId = marquee.dataset.video;
    const targetVideo = document.getElementById(videoId);

    marquee.addEventListener('mouseenter', () =&#62; {
      // --- FASE 3: DOBLE SEGURO ---
      // Verificamos DE NUEVO en el momento del hover. 
      // Si por algún milagro la página cargó mal, esto lo frena en seco.
      if (!document.getElementById('es-la-home')) return;

      if (currentActiveMarquee === marquee) return;
      clearState();
      currentActiveMarquee = marquee;
      body.classList.add('dim-content');
      marquee.classList.add('hovered');

      textColorTimeout = setTimeout(() =&#62; { 
        marquee.classList.add('text-to-white'); 
      }, 2000);
      
      videoPlayTimeout = setTimeout(() =&#62; {
        if (targetVideo) {
          targetVideo.classList.add('active');
          targetVideo.play().catch(() =&#62; {});
        }
      }, 2000);
    });

    marquee.addEventListener('mouseleave', () =&#62; {
      if (currentActiveMarquee === marquee) clearState();
    });
  });
}

// Ejecución
document.addEventListener('DOMContentLoaded', initPageLogic);
if (window.Cargo) {
    Cargo.Event.on("element_load", initPageLogic);
}
</description>
		
	</item>
		
		
	<item>
		<title>BIO</title>
				
		<link>https://manuhuerta.com/BIO-1</link>

		<pubDate>Mon, 25 Oct 2021 09:17:50 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/BIO-1</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}







	BIO
	
		
			︎
		
	





	
	
		Soy un redactor y director creativo especializado en estrategias de construcción de marca, creación de narrativas (storytelling), conceptualización, curaduría visual y redacción creativa (copywriting) para campañas, marcas y productos. Colaboro con marcas y con agencias.&#38;nbsp;

		Trabajo con palabras, e ideas en tres idiomas (español, catalán e inglés). Me siento afortunado de haber aprendido de Julio Wallowits, Enric Nel·lo, Paco Badía, Pipo Virgós, Tomás Oliva, Rosa Martín o Gloria Hernández.

Empecé offline. Luego fui muy, pero que muy online. Y luego, todo junto y bien revuelto. En el camino le he buscado las cosquillas a la burbuja punto com, al boom de la web experiencial en Flash, al nacimiento y conquista de las redes sociales, al imperio Google, a la expansión del CRM, a la la invasión de los influs, al retorno de la TV... y ahora a la revolución de la IA. 

En los últimos 25 años he batallado en agencias como Arnold Worldwide, Euro RSCG, Shackleton o GREY, y colaborado con otras como *S,C,P,F/ Wunderman Thompson, Buzz, Normmal o Fuego Camina Conmigo.
		
	

	
	
		Hay propuestas que no he podido incluir por confidencialidad. Si tienes curiosidad, pídeme más referencias.
		
		
		Ahora que ya me tienes ubicado, volvamos a empezar.
	
</description>
		
	</item>
		
		
	<item>
		<title>TRABAJOS</title>
				
		<link>https://manuhuerta.com/TRABAJOS</link>

		<pubDate>Mon, 25 Oct 2021 14:37:35 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/TRABAJOS</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	TRABAJOS
	︎

	
	
Ideas, unas salen y otras non. 
Aquí tienes un resumen de algunas campañas que he trabajado para diferentes clientes y agencias. No están todas las que son, pero son todas las que están.
	
 Banc Sabadell︎Què fem amb el drac? (Integrada,Oriol Villar, 2025)
Aural︎La vida suena bien (TV,Normmal,2025)

Allianz︎Negocios Valientes (Digital film&#38;amp;Social,2025)

El Periódico de España︎Escucha todas las voces, conoce toda la verdad (Digital film,2024)
Alpro︎ Creative &#38;amp; Strategic Partner/Varias Campañas (Independent Creative Director, 2021-Actualidad)

Cacaolat︎El Desayuno (TV, Fuego Camina Conmigo, 2023)
BMW︎ Sueña, pero sueña rápido (Digital campaign, *S,C,P,F..., 2021)
Danet︎ Yo me la merezco (Campaña integral, Wunderman Thompson, 2021)
Adolfo Domínguez ︎ Relanzamiento perfumes (packaging, brand voice, 2021)
Titanlux︎ Mateo, ¡Píntalo! (TV, IA, 2018)

Braun︎ Cosas que ocupan muy poco (Digital film, IA,2018)

Braun︎ The Real Iron Man (Digital film, Grey, 2017)

Moussel︎&#38;nbsp;Estrellas de Ducha (RRSS film Promo, IA, 2017)




Allianz︎ La Carretera de las Historias (Digital campaign, Grey, 2015)

Allianz︎ Si me jubilara hoy (Digital Campaign Grey, 2015)Nueces de California︎ Eres lo que cocinas (Print, Grey, 2015)


PortAvetura︎ Proyecto Web (Web+digital Strategy, Grey, 2014)

261 Women’s Marathon︎ We know about Challenge (Digital film+Print, Shackleton, 2013)
Tampax︎ Este verano, ¡sí! (Digital Campaign, Shackleton, 2012)
Idec Pompeu Fabra︎ El conocimiento es una actitud (Digital + Outdoor, Shackleton, 2012)



Benetton︎ United Dreams (TV, Shackleton, 2012)

Grandvalira︎ El Dominio de la Nieve (Rebrand strategy&#38;amp;visual +digital campaign,Shackleton, 2011)

Evax&#38;amp;Tampax︎ Freelosophy (Web+Strategy, Shackleton, 2009)
Bacardí︎&#38;nbsp;TheTogetherWall (RRSS+outdoor, Shackleton, 2009)

&#38;nbsp;
Diesel︎ Quique The Head (Digital campaign, Shackleton, 2008)



</description>
		
	</item>
		
		
	<item>
		<title>CONTACTO</title>
				
		<link>https://manuhuerta.com/CONTACTO-1</link>

		<pubDate>Mon, 25 Oct 2021 14:53:53 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/CONTACTO-1</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	CONTACTO
	︎

	



	
No creo en el amor online. &#38;nbsp;Si, como
yo, crees que una web no es el mejor lugar para conocer a nadie, y menos valorar su forma de pensar e ideas, te invito a que contactes conmigo y nos veamos. 
Así, a lo loco. +0034 606 300 554manuel.huri@gmail.com
	
 &#38;nbsp;


</description>
		
	</item>
		
		
	<item>
		<title>BANC SABADELL - QUÈ FEM AMB EL DRAC?</title>
				
		<link>https://manuhuerta.com/BANC-SABADELL-QUE-FEM-AMB-EL-DRAC</link>

		<pubDate>Thu, 07 Aug 2025 09:01:21 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/BANC-SABADELL-QUE-FEM-AMB-EL-DRAC</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block !important; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	BANC SABADELL&#38;nbsp;
	︎



	
	QUÈ FEM AMB EL DRAC?
//2025
En febrero de 2025 recibí la llamada de Pipo Virgós para ayudarle componer una corranda, canción popular propia de áreas catalanoparlantes que a través de la rima improvisada desarrolla una sátira sobre un tema concreto. No se trataba de un proyecto personal, como sospeché al principio, sino de la campaña que desde la agencia de Oriol Villar habían ideado para la diada de Sant Jordi del Banc Sabadell. Y claro, no todos los días te llama el Barça para jugar de delantero centro.&#38;nbsp;
La canción debía ser una velada crítica a la actitud “abusiva” del banco  -mucho mayor que el Sabadell- que pretendía integrarles a través de una OPA hostil. La estrategia fue convertir el tema en un asunto de país e identificar a la audiencia (Catalunya en su conjunto, pues era su fiesta) como parte afectada, implicándola activamente a través del propio posicionamiento del banco “Poder elegir es tu poder”. Planteamos la pregunta de manera abierta, incitando después a una “rebelión de palabra”, mediante la creación de finales alternativos para el despiadado dragón, de manera que éste no acabase devorando a la pobre princesa, tal y como estaba escrito.&#38;nbsp;Un trabajo que requería no perder la espontaneidad tras semanas de pruebas, de hacer y rehacer para acabar deshaciendo, buscando equilibrios que parecían imposibles. Una gozada.&#38;nbsp;


	90s


20s
&#38;nbsp;Lona&#38;nbsp;

&#60;img width="1206" height="894" width_o="1206" height_o="894" data-src="https://freight.cargo.site/t/original/i/886f9a0c588ff3081a017be8cf8b0cf4f0982bcd8f3412dd812a7a212e7a0f12/IMG_0095.jpg" data-mid="237439980" border="0"  src="https://freight.cargo.site/w/1000/i/886f9a0c588ff3081a017be8cf8b0cf4f0982bcd8f3412dd812a7a212e7a0f12/IMG_0095.jpg" /&#62;
Páginas Prensa “Elige tu propia aventura” (4 páginas el mismo día, en todas las cabeceras catalanas.Desde la primera se remite a escoger final según la página elegida)

&#60;img width="900" height="1600" width_o="900" height_o="1600" data-src="https://freight.cargo.site/t/original/i/9fb3999466cec1b26818d189dee1a4016567d46d074a5c16da5b4008f6efe439/WhatsApp-Image-2025-04-23-at-12.58.26-1.jpeg" data-mid="236907046" border="0"  src="https://freight.cargo.site/w/900/i/9fb3999466cec1b26818d189dee1a4016567d46d074a5c16da5b4008f6efe439/WhatsApp-Image-2025-04-23-at-12.58.26-1.jpeg" /&#62;
&#60;img width="900" height="1600" width_o="900" height_o="1600" data-src="https://freight.cargo.site/t/original/i/c00a72c85316ee9c06531af600b4a5c643443b0b66e08bbc9644ab8e8137c017/WhatsApp-Image-2025-04-23-at-12.58.26.jpeg" data-mid="236907605" border="0"  src="https://freight.cargo.site/w/900/i/c00a72c85316ee9c06531af600b4a5c643443b0b66e08bbc9644ab8e8137c017/WhatsApp-Image-2025-04-23-at-12.58.26.jpeg" /&#62;
&#60;img width="900" height="1600" width_o="900" height_o="1600" data-src="https://freight.cargo.site/t/original/i/d773656614ad257d9342befc42bc611fbadac41dd499a70add6a33e598b964d4/WhatsApp-Image-2025-04-23-at-12.58.25.jpeg" data-mid="236907639" border="0"  src="https://freight.cargo.site/w/900/i/d773656614ad257d9342befc42bc611fbadac41dd499a70add6a33e598b964d4/WhatsApp-Image-2025-04-23-at-12.58.25.jpeg" /&#62;
&#60;img width="900" height="1600" width_o="900" height_o="1600" data-src="https://freight.cargo.site/t/original/i/9d4cead93013b8c6996263578376ce03817b7e5e658346fd714fb02e44d838d3/WhatsApp-Image-2025-04-23-at-12.58.25-1.jpeg" data-mid="236907598" border="0"  src="https://freight.cargo.site/w/900/i/9d4cead93013b8c6996263578376ce03817b7e5e658346fd714fb02e44d838d3/WhatsApp-Image-2025-04-23-at-12.58.25-1.jpeg" /&#62;

Stories interactivos Instagram&#38;nbsp;

&#60;img width="739" height="1600" width_o="739" height_o="1600" data-src="https://freight.cargo.site/t/original/i/59dce87d80d9fb4fbe2b8ca008b04fc8e5d97324ae11e75b642147894f466bc6/WhatsApp-Image-2025-04-08-at-10.25.53.jpeg" data-mid="236906708" border="0"  src="https://freight.cargo.site/w/739/i/59dce87d80d9fb4fbe2b8ca008b04fc8e5d97324ae11e75b642147894f466bc6/WhatsApp-Image-2025-04-08-at-10.25.53.jpeg" /&#62;
&#60;img width="739" height="1600" width_o="739" height_o="1600" data-src="https://freight.cargo.site/t/original/i/779b07e72b356daec531e43de41693c801870a68be32a6e3980e498fef697caa/WhatsApp-Image-2025-04-08-at-10.25.54.jpeg" data-mid="236906853" border="0"  src="https://freight.cargo.site/w/739/i/779b07e72b356daec531e43de41693c801870a68be32a6e3980e498fef697caa/WhatsApp-Image-2025-04-08-at-10.25.54.jpeg" /&#62;
&#60;img width="739" height="1600" width_o="739" height_o="1600" data-src="https://freight.cargo.site/t/original/i/a02b679b07b2e1297c5980c59bc499f9d0de5a92b395e5fcf7d19ce86aa053b0/WhatsApp-Image-2025-04-08-at-10.25.54-1.jpeg" data-mid="236906858" border="0"  src="https://freight.cargo.site/w/739/i/a02b679b07b2e1297c5980c59bc499f9d0de5a92b395e5fcf7d19ce86aa053b0/WhatsApp-Image-2025-04-08-at-10.25.54-1.jpeg" /&#62;






Landing teaser


&#60;img width="1440" height="861" width_o="1440" height_o="861" data-src="https://freight.cargo.site/t/original/i/82240b921db19ee19ee2aabe344094f2a9274f0389c8161fd759bf5fd22ada4d/Landing-Sant-Jordi---Desktop---P2.png" data-mid="236954106" border="0"  src="https://freight.cargo.site/w/1000/i/82240b921db19ee19ee2aabe344094f2a9274f0389c8161fd759bf5fd22ada4d/Landing-Sant-Jordi---Desktop---P2.png" /&#62;
&#60;img width="1440" height="861" width_o="1440" height_o="861" data-src="https://freight.cargo.site/t/original/i/80d4013ed489b70b56b1bb6c1db445f164cca5d087c8bd85ab69de36acc49de7/Landing-Sant-Jordi---Desktop---P1.png" data-mid="236954093" border="0"  src="https://freight.cargo.site/w/1000/i/80d4013ed489b70b56b1bb6c1db445f164cca5d087c8bd85ab69de36acc49de7/Landing-Sant-Jordi---Desktop---P1.png" /&#62;



ROL: Copywriting, supervisión creativa digital.DIRECTORES CREATIVOS: Pipo Virgós, Paco Badía.GESTIÓN DEL PROYECTO: Meritxell Cots. &#38;nbsp;AGENCIA: Oriol Villar. AÑO: 2025.&#38;lt;Si aquest projecte t’ha agradat,&#38;nbsp;potser a la home vulguis tornar&#38;gt;




// "KILL SWITCH": Ejecutar inmediatamente al cargar esta página específica
(function() {
    function matarVideos() {
        const body = document.body;
        const videoContainer = document.querySelector('.video-background-container');
        
        // 1. Quitar clases del body a la fuerza
        body.classList.remove('homepage-video-active');
        body.classList.remove('dim-content');
        
        // 2. Ocultar contenedor y PAUSAR videos
        if (videoContainer) {
            videoContainer.style.display = 'none !important'; // Forzamos CSS
            videoContainer.style.opacity = '0';
            const videos = videoContainer.querySelectorAll('video');
            videos.forEach(v =&#62; {
                v.pause();
                v.currentTime = 0;
            });
        }
    }

    // Ejecutarlo ya (inmediato)
    matarVideos();
    
    // Y volver a ejecutarlo a los 200ms y 500ms por si el script global intentó revivirlo
    setTimeout(matarVideos, 200);
    setTimeout(matarVideos, 500);
})();



/* Un seguro extra solo para esta página por si el JS falla */
.video-background-container {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
</description>
		
	</item>
		
		
	<item>
		<title>CACAOLAT - EL DESAYUNO</title>
				
		<link>https://manuhuerta.com/CACAOLAT-EL-DESAYUNO</link>

		<pubDate>Wed, 22 Mar 2023 13:20:36 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/CACAOLAT-EL-DESAYUNO</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	CACAOLAT
	︎



	
	EL DESAYUNO
TV//2023
Guion para Fuego Camina Conmigo. Una oda al desayuno en familia, tan caótico como perfecto. La campaña se enmarca dentro de “El Maravilloso Cacao de Cada día”, paraguas de la marca.&#38;nbsp;

	

ROL: Guion, Copywriter.DIRECCIÓN CREATIVA/CO-GUIONISTA: Pita GanDIRECCIÓN CREATIVA EJECUTIVA: Uri Fernández. AGENCIA: FUEGO CAMINA CONMIGOAÑO: 2023.






&#38;lt;¿Ya has desayunado?Volvamos a la lista

</description>
		
	</item>
		
		
	<item>
		<title>AURAL - LA VIDA SUENA BIEN</title>
				
		<link>https://manuhuerta.com/AURAL-LA-VIDA-SUENA-BIEN</link>

		<pubDate>Thu, 14 Aug 2025 10:04:37 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/AURAL-LA-VIDA-SUENA-BIEN</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	AURAL
	︎



	
	LA VIDA SUENA BIEN
TV//2025
Guion y acompañamiento creativo para la agencia Normmal, ejecutando el concepto de posicionamiento “La vida suena bien”, para los centros auditivos Aural. El planteamiento es contraponer una visión optimista, desestigmatizada y empoderante al planteamiento lleno de tópicos y culpabilizante de la competencia.
 
&#38;nbsp;


	

ROL: Guion, co-dirección creativa.&#38;nbsp;CO-DIRECCIÓN CREATIVA: Marina Gibaja, Paco Palma.DIRECCIÓN CREATIVA EJECUTIVA: Charly García. AGENCIA: Normmal.&#38;nbsp;
PRODUCTORA: CdeP
REALIZADORA: Sandra Budi.&#38;nbsp;AÑO: 2025.






&#38;lt; Home

</description>
		
	</item>
		
		
	<item>
		<title>ALLIANZ - NEGOCIOS VALIENTES</title>
				
		<link>https://manuhuerta.com/ALLIANZ-NEGOCIOS-VALIENTES</link>

		<pubDate>Thu, 14 Aug 2025 10:25:32 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/ALLIANZ-NEGOCIOS-VALIENTES</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	ALLIANZ
	︎



	
	NEGOCIOS VALIENTES
DIGITAL&#38;amp;SOCIAL CAMPAIGN//VML//2025
Dirección creativa exprés para VML con esta campaña 100% digital de Allianz.El objetivo dar a conocer los seguros para negocios de la marca contando las historias de 4 negocios “nativos” de redes sociales bajo el prisma de la valentía/disfrute, territorio en que se posiciona la marca.A partir de las “piezas madre” que puedes ver aquí al lado (con ver una igual tienes suficiente) se articuló una campaña en redes sociales que alternaba estas piezas en múltiples formatos con publicaciones nativas y de los propietarios de los negocios en sus comunidades.&#38;nbsp;&#38;nbsp;&#38;nbsp;
 
&#38;nbsp;


	
















ROL: Dirección creativa.&#38;nbsp;EQUIPO: Mercedes Travi, Alba Lavorato, Esther Cusco, Iratxe Cabodevilla, Héctor Blasco.DIRECCIÓN CREATIVA EJECUTIVA: Gloria Hernández. AGENCIA: VML The Cocktail.&#38;nbsp;
PRODUCTORA: Viura&#38;nbsp;AÑO: 2025.






&#38;lt;¿Quieres ver más trabajos, valiente?

</description>
		
	</item>
		
		
	<item>
		<title>EPE _ CAMPAÑA24</title>
				
		<link>https://manuhuerta.com/EPE-_-CAMPANA24</link>

		<pubDate>Tue, 05 Nov 2024 11:17:49 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/EPE-_-CAMPANA24</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	EL PERIÓDICO DE ESPAÑA
	︎



	
	ESCUCHA TODAS LAS VOCES, CONOCE TODA LA VERDAD
DIGITAL//2024
Concepto y spots digitales para la campaña de marca de El Periódico de España de 2024. &#38;nbsp;&#38;nbsp;


	70s

15s


15 s vertical







ROL: Concepto,guion, dirección creativa.DIRECCIÓN DE ARTE / MONTAJE / ANIMACIÓN: Jaume Leis (ORSON)AGENCIA: -AÑO: 2024.






Ahora que ya sabes la verdad sobre esta campaña, veamos más sobre otras&#38;gt;

</description>
		
	</item>
		
		
	<item>
		<title>ALPRO  </title>
				
		<link>https://manuhuerta.com/ALPRO</link>

		<pubDate>Wed, 27 Oct 2021 13:24:46 +0000</pubDate>

		<dc:creator>manuhuerta.com</dc:creator>

		<guid isPermaLink="true">https://manuhuerta.com/ALPRO</guid>

		<description>
/* 1. EL CONTENEDOR DE VIDEO */
.video-background-container {
  display: none; /* Oculto por defecto */
  position: fixed; /* IMPORTANTE: Lo saca del flujo del texto para que no empuje nada */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Lo manda al fondo, detrás de las letras */
  overflow: hidden;
  pointer-events: none; /* Evita que interfiera con los clics en los enlaces */
}

/* 2. MOSTRAR SOLO EN LA HOME */
body.homepage-video-active .video-background-container {
  display: block; 
}

/* 3. ESTILOS DE LOS VIDEOS */
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla sin deformarse */
  opacity: 0;
  transition: opacity 0.5s ease; /* Transición suave */
}

.video-background-container video.active {
  opacity: 1;
}





	ALPRO
	︎



	CREATIVE PARTNER
TRANSMEDIA//2021-HOY

...Y ya son cinco años. 

Tras ganar un pitch creativo, en junio de 2021 me asocio al equipo de márqueting de Alpro -marca especializada en alimentación 100% vegetal propiedad de Danone- como Strategic &#38;amp; Creative Partner, trabajando en el reposicionamiento estratégico de la marca y su aplicación a todas sus campañas de comunicación. 
Unas cuantas campañas, cientos de titulares y un nuevo pitch con agencias mediante (del que nace el paraguas “Alimenta tu Mundo”), seguimos.&#38;nbsp;

Aquí puedes ver algunas de las piezas y conceptos estratégicos desarrollados durante este tiempo.&#38;nbsp;



	
-2024 Todos llevamos un@ campeón@ dentro + Aitana Bonmatí-
Prod: Blua.


2024 - De locos. 




&#60;img width="1200" height="1600" width_o="1200" height_o="1600" data-src="https://freight.cargo.site/t/original/i/5d00a92b4093393ca91877147cf1e0cb577b9cf3b4d92642eed72f93912b48ac/LONA-AITANA.jpeg" data-mid="205566164" border="0"  src="https://freight.cargo.site/w/1000/i/5d00a92b4093393ca91877147cf1e0cb577b9cf3b4d92642eed72f93912b48ac/LONA-AITANA.jpeg" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/16945e7bf733ea70096a0830590347180418807596958bdd90da151e505533cf/IMG_9629.jpg" data-mid="205566221" border="0"  src="https://freight.cargo.site/w/1000/i/16945e7bf733ea70096a0830590347180418807596958bdd90da151e505533cf/IMG_9629.jpg" /&#62;

-2023 Desayunes lo que desayunes-

-2020-2023 Varios-







-2022 Activación “Las Plantas son el Futuro” (+Havas Spain)-

-2021/2024 Varios OOH-



&#60;img width="2133" height="1600" width_o="2133" height_o="1600" data-src="https://freight.cargo.site/t/original/i/f46b8d45d6e4e5e91d477859fb846afecfc052c0277206e5fe6122f2914e846e/LonaPlantas.jpg" data-mid="189287037" border="0"  src="https://freight.cargo.site/w/1000/i/f46b8d45d6e4e5e91d477859fb846afecfc052c0277206e5fe6122f2914e846e/LonaPlantas.jpg" /&#62;
&#60;img width="654" height="487" width_o="654" height_o="487" data-src="https://freight.cargo.site/t/original/i/fd74fa6a90e8ca1fe56e07818d3b03c01f6c6524aad0431b86357c14ba82de65/LonaPlantas2.jpg" data-mid="189287038" border="0"  src="https://freight.cargo.site/w/654/i/fd74fa6a90e8ca1fe56e07818d3b03c01f6c6524aad0431b86357c14ba82de65/LonaPlantas2.jpg" /&#62;
&#60;img width="1236" height="1296" width_o="1236" height_o="1296" data-src="https://freight.cargo.site/t/original/i/f15806f4b75e988b018aaa36fb0a8ba5d6a8ae0b5a5b4a74cd26cd98be52dfab/Captura-de-pantalla-2023-06-22-a-las-16.06.01.png" data-mid="192444902" border="0"  src="https://freight.cargo.site/w/1000/i/f15806f4b75e988b018aaa36fb0a8ba5d6a8ae0b5a5b4a74cd26cd98be52dfab/Captura-de-pantalla-2023-06-22-a-las-16.06.01.png" /&#62;
&#60;img width="566" height="802" width_o="566" height_o="802" data-src="https://freight.cargo.site/t/original/i/e05692368bce22c4d69798557433176a1e28b4417cb279edd407f6c5605d81d4/Captura-de-pantalla-2023-08-30-a-las-13.48.12.png" data-mid="189287790" border="0"  src="https://freight.cargo.site/w/566/i/e05692368bce22c4d69798557433176a1e28b4417cb279edd407f6c5605d81d4/Captura-de-pantalla-2023-08-30-a-las-13.48.12.png" /&#62;
&#60;img width="2278" height="3393" width_o="2278" height_o="3393" data-src="https://freight.cargo.site/t/original/i/e71d1da9b9b37d5e809d81a46e35f46e39548a2fffc54c6178b48496ec481f0c/IMG_3952.jpg" data-mid="122828630" border="0"  src="https://freight.cargo.site/w/1000/i/e71d1da9b9b37d5e809d81a46e35f46e39548a2fffc54c6178b48496ec481f0c/IMG_3952.jpg" /&#62;
&#60;img width="564" height="798" width_o="564" height_o="798" data-src="https://freight.cargo.site/t/original/i/9ddd7e28c26a0ce6d8c73e927ee21019e469ef05f38ba70a65880b5596723b3d/Captura-de-pantalla-2023-08-30-a-las-13.48.22.png" data-mid="189287788" border="0"  src="https://freight.cargo.site/w/564/i/9ddd7e28c26a0ce6d8c73e927ee21019e469ef05f38ba70a65880b5596723b3d/Captura-de-pantalla-2023-08-30-a-las-13.48.22.png" /&#62;
&#60;img width="1178" height="1913" width_o="1178" height_o="1913" data-src="https://freight.cargo.site/t/original/i/5e360df5a509407078e5772f196f1bced7123dcdda24bd23f49b1e34a8e9d0c4/c45ef873-a671-4cdc-8639-8ada66714363.jpg" data-mid="122828633" border="0"  src="https://freight.cargo.site/w/1000/i/5e360df5a509407078e5772f196f1bced7123dcdda24bd23f49b1e34a8e9d0c4/c45ef873-a671-4cdc-8639-8ada66714363.jpg" /&#62;
&#60;img width="1306" height="1310" width_o="1306" height_o="1310" data-src="https://freight.cargo.site/t/original/i/3d589f32a9cf6472783866d8e7063dd5b8149ed22f2fa7c1d2fc513e1739c480/Captura-de-pantalla-2023-04-03-a-las-9.09.57.png" data-mid="174059635" border="0"  src="https://freight.cargo.site/w/1000/i/3d589f32a9cf6472783866d8e7063dd5b8149ed22f2fa7c1d2fc513e1739c480/Captura-de-pantalla-2023-04-03-a-las-9.09.57.png" /&#62;
&#60;img width="742" height="1306" width_o="742" height_o="1306" data-src="https://freight.cargo.site/t/original/i/bfcd6c835923be2d7e386e480469384c646a0cd08daea1658bb2f37bbc574346/Captura-de-pantalla-2023-04-03-a-las-9.09.37.png" data-mid="174059634" border="0"  src="https://freight.cargo.site/w/742/i/bfcd6c835923be2d7e386e480469384c646a0cd08daea1658bb2f37bbc574346/Captura-de-pantalla-2023-04-03-a-las-9.09.37.png" /&#62;
&#60;img width="568" height="800" width_o="568" height_o="800" data-src="https://freight.cargo.site/t/original/i/cbd2351916bfd05a0a94c30bc6eff0a118a259b5199ada0e485b2a1895500c16/Captura-de-pantalla-2023-08-30-a-las-13.47.56.png" data-mid="189287789" border="0"  src="https://freight.cargo.site/w/568/i/cbd2351916bfd05a0a94c30bc6eff0a118a259b5199ada0e485b2a1895500c16/Captura-de-pantalla-2023-08-30-a-las-13.47.56.png" /&#62;
&#60;img width="359" height="800" width_o="359" height_o="800" data-src="https://freight.cargo.site/t/original/i/5d02952732630663a44bd404021a49bfb57ef310784012b6cecd17031c5cf8f7/IMG-20220506-WA0015.jpg" data-mid="173363952" border="0"  src="https://freight.cargo.site/w/359/i/5d02952732630663a44bd404021a49bfb57ef310784012b6cecd17031c5cf8f7/IMG-20220506-WA0015.jpg" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/cc4e7586573095ed814cfd94cb1020af25c031286f10932e7f96cfc482a7876f/IMG_7462.jpg" data-mid="174060007" border="0"  src="https://freight.cargo.site/w/1000/i/cc4e7586573095ed814cfd94cb1020af25c031286f10932e7f96cfc482a7876f/IMG_7462.jpg" /&#62;
&#60;img width="800" height="1200" width_o="800" height_o="1200" data-src="https://freight.cargo.site/t/original/i/86277b67fb1f4077eb164d2fd7964885057f699aac25f3fa63ef9a44780884b5/Captura-de-pantalla-2023-03-28-a-las-15.44.30.png" data-mid="173360824" border="0"  src="https://freight.cargo.site/w/800/i/86277b67fb1f4077eb164d2fd7964885057f699aac25f3fa63ef9a44780884b5/Captura-de-pantalla-2023-03-28-a-las-15.44.30.png" /&#62;
&#60;img width="494" height="660" width_o="494" height_o="660" data-src="https://freight.cargo.site/t/original/i/cb6a538cc62f7763b8750f838458f51a8f1de0e24ec1a0cf872e9fe2831ce373/Captura-de-pantalla-2022-07-06-a-las-16.49.04.png" data-mid="173360819" border="0"  src="https://freight.cargo.site/w/494/i/cb6a538cc62f7763b8750f838458f51a8f1de0e24ec1a0cf872e9fe2831ce373/Captura-de-pantalla-2022-07-06-a-las-16.49.04.png" /&#62;
&#60;img width="2000" height="2954" width_o="2000" height_o="2954" data-src="https://freight.cargo.site/t/original/i/9ae2d4d13e4604722d5a4d34f20762bcc30e9ca48bbe18d61048468222dcce0a/OPI-ALPRO-SKYRlogorecto-1.png" data-mid="122828629" border="0"  src="https://freight.cargo.site/w/1000/i/9ae2d4d13e4604722d5a4d34f20762bcc30e9ca48bbe18d61048468222dcce0a/OPI-ALPRO-SKYRlogorecto-1.png" /&#62;
&#60;img width="495" height="664" width_o="495" height_o="664" data-src="https://freight.cargo.site/t/original/i/0cfa8deeb4f0ca5fc9a0fad0c3d3c69e6d36a2e88414e32d0c6cb53f323e1a9b/Captura-de-pantalla-2022-07-06-a-las-16.48.46.png" data-mid="173360818" border="0"  src="https://freight.cargo.site/w/495/i/0cfa8deeb4f0ca5fc9a0fad0c3d3c69e6d36a2e88414e32d0c6cb53f323e1a9b/Captura-de-pantalla-2022-07-06-a-las-16.48.46.png" /&#62;
&#60;img width="1275" height="678" width_o="1275" height_o="678" data-src="https://freight.cargo.site/t/original/i/8c7f919f32f104de7879e695903dc73c828b217f7cf52bd947137ae415c42765/Captura-de-pantalla-2022-07-06-a-las-16.48.17.png" data-mid="173360817" border="0"  src="https://freight.cargo.site/w/1000/i/8c7f919f32f104de7879e695903dc73c828b217f7cf52bd947137ae415c42765/Captura-de-pantalla-2022-07-06-a-las-16.48.17.png" /&#62;
&#60;img width="734" height="1306" width_o="734" height_o="1306" data-src="https://freight.cargo.site/t/original/i/3ded64d00e8548d6fefccd96928109a4ee0d599532c0ad578c5de872ee337786/Captura-de-pantalla-2023-04-03-a-las-9.22.12.png" data-mid="174060246" border="0"  src="https://freight.cargo.site/w/734/i/3ded64d00e8548d6fefccd96928109a4ee0d599532c0ad578c5de872ee337786/Captura-de-pantalla-2023-04-03-a-las-9.22.12.png" /&#62;
&#60;img width="880" height="1274" width_o="880" height_o="1274" data-src="https://freight.cargo.site/t/original/i/0e5ecf521e00096140e7758256469a1ad4b7cdcd1ebd5c1d767fa4232c33f790/Captura-de-pantalla-2023-03-28-a-las-15.47.22.png" data-mid="173360827" border="0"  src="https://freight.cargo.site/w/880/i/0e5ecf521e00096140e7758256469a1ad4b7cdcd1ebd5c1d767fa4232c33f790/Captura-de-pantalla-2023-03-28-a-las-15.47.22.png" /&#62;
&#60;img width="1024" height="768" width_o="1024" height_o="768" data-src="https://freight.cargo.site/t/original/i/9f377628713845b5cf3e12f12639e0fc37f6044a4a044df078c86295bac1f9b6/Plaza-Castilla-1.jpeg" data-mid="173364463" border="0"  src="https://freight.cargo.site/w/1000/i/9f377628713845b5cf3e12f12639e0fc37f6044a4a044df078c86295bac1f9b6/Plaza-Castilla-1.jpeg" /&#62;
&#60;img width="1200" height="1600" width_o="1200" height_o="1600" data-src="https://freight.cargo.site/t/original/i/9ecd2687cd5608d48a8ecc0aedecb80b164ddcaed526926a8409ac8782a5029f/WhatsApp-Image-2022-05-05-at-9.38.49-AM-1.jpeg" data-mid="173364471" border="0"  src="https://freight.cargo.site/w/1000/i/9ecd2687cd5608d48a8ecc0aedecb80b164ddcaed526926a8409ac8782a5029f/WhatsApp-Image-2022-05-05-at-9.38.49-AM-1.jpeg" /&#62;
&#60;img width="800" height="1200" width_o="800" height_o="1200" data-src="https://freight.cargo.site/t/original/i/86277b67fb1f4077eb164d2fd7964885057f699aac25f3fa63ef9a44780884b5/Captura-de-pantalla-2023-03-28-a-las-15.44.30.png" data-mid="173360824" border="0"  src="https://freight.cargo.site/w/800/i/86277b67fb1f4077eb164d2fd7964885057f699aac25f3fa63ef9a44780884b5/Captura-de-pantalla-2023-03-28-a-las-15.44.30.png" /&#62;
&#60;img width="360" height="800" width_o="360" height_o="800" data-src="https://freight.cargo.site/t/original/i/c95a6c72a469e05d9b8bb867cd308fd2029d51dc11f8d1bd022db4fa4eebf9b6/IMG-20220506-WA0010.jpg" data-mid="173363943" border="0"  src="https://freight.cargo.site/w/360/i/c95a6c72a469e05d9b8bb867cd308fd2029d51dc11f8d1bd022db4fa4eebf9b6/IMG-20220506-WA0010.jpg" /&#62;
&#60;img width="768" height="1024" width_o="768" height_o="1024" data-src="https://freight.cargo.site/t/original/i/2f167e5d9963ab01df00c0f6719e4280472732a823c76b1e569fa2c252d63c55/PHOTO-2022-05-06-09-30-15-15.jpg" data-mid="173364461" border="0"  src="https://freight.cargo.site/w/768/i/2f167e5d9963ab01df00c0f6719e4280472732a823c76b1e569fa2c252d63c55/PHOTO-2022-05-06-09-30-15-15.jpg" /&#62;
&#60;img width="1306" height="1302" width_o="1306" height_o="1302" data-src="https://freight.cargo.site/t/original/i/7309673d995705c7c255c3b44e1ca1d1690d4e30a33576373377ca64c8aa8a3d/Captura-de-pantalla-2023-04-03-a-las-9.22.35.png" data-mid="174060249" border="0"  src="https://freight.cargo.site/w/1000/i/7309673d995705c7c255c3b44e1ca1d1690d4e30a33576373377ca64c8aa8a3d/Captura-de-pantalla-2023-04-03-a-las-9.22.35.png" /&#62;
&#60;img width="736" height="1308" width_o="736" height_o="1308" data-src="https://freight.cargo.site/t/original/i/85a8d1557a44c5d83237277e721c00c9cacf7c2c1af6949ccc74456c9db802e9/Captura-de-pantalla-2023-04-03-a-las-9.15.12.png" data-mid="174059636" border="0"  src="https://freight.cargo.site/w/736/i/85a8d1557a44c5d83237277e721c00c9cacf7c2c1af6949ccc74456c9db802e9/Captura-de-pantalla-2023-04-03-a-las-9.15.12.png" /&#62;
&#60;img width="608" height="818" width_o="608" height_o="818" data-src="https://freight.cargo.site/t/original/i/5227637ed1ecd637da6b0fc19a0bd59b3be3e881c130f0402722a10dc345b68f/Captura-de-pantalla-2022-07-06-a-las-16.47.23.png" data-mid="173360811" border="0"  src="https://freight.cargo.site/w/608/i/5227637ed1ecd637da6b0fc19a0bd59b3be3e881c130f0402722a10dc345b68f/Captura-de-pantalla-2022-07-06-a-las-16.47.23.png" /&#62;
&#60;img width="2000" height="1125" width_o="2000" height_o="1125" data-src="https://freight.cargo.site/t/original/i/630113d7a5c082590169a6694beb92fb44fa1428322ce4a16f66f0081275522a/Santa-Brbara-3.jpg" data-mid="173364465" border="0"  src="https://freight.cargo.site/w/1000/i/630113d7a5c082590169a6694beb92fb44fa1428322ce4a16f66f0081275522a/Santa-Brbara-3.jpg" /&#62;
&#60;img width="360" height="800" width_o="360" height_o="800" data-src="https://freight.cargo.site/t/original/i/d34d687c68ecb9cb717709badb144e1ac5bd2a8d416de50b05d3a59fe3742cbe/IMG-20220506-WA0000.jpg" data-mid="173363926" border="0"  src="https://freight.cargo.site/w/360/i/d34d687c68ecb9cb717709badb144e1ac5bd2a8d416de50b05d3a59fe3742cbe/IMG-20220506-WA0000.jpg" /&#62;
&#60;img width="422" height="746" width_o="422" height_o="746" data-src="https://freight.cargo.site/t/original/i/8c93e940df6d649d2e68d5ec4beae76a45f3205c2d5bcfd0e26efda2266f3e55/Captura-de-pantalla-2022-07-06-a-las-16.46.56.png" data-mid="173360809" border="0"  src="https://freight.cargo.site/w/422/i/8c93e940df6d649d2e68d5ec4beae76a45f3205c2d5bcfd0e26efda2266f3e55/Captura-de-pantalla-2022-07-06-a-las-16.46.56.png" /&#62;
&#60;img width="600" height="800" width_o="600" height_o="800" data-src="https://freight.cargo.site/t/original/i/2d623cc99b151dd3e2eadb9370f9eaf101f47afd323ebba8acc37821339e6fe0/IMG_20220504_164441.jpg" data-mid="173363890" border="0"  src="https://freight.cargo.site/w/600/i/2d623cc99b151dd3e2eadb9370f9eaf101f47afd323ebba8acc37821339e6fe0/IMG_20220504_164441.jpg" /&#62;
&#60;img width="1066" height="800" width_o="1066" height_o="800" data-src="https://freight.cargo.site/t/original/i/57900b1dbf43a4ca1aedfebefa98f9f2bc5e5f1f405fb1ef2da0c0a7d2498849/Valencia_DANONE-ALPRO-S17-1.png" data-mid="173364466" border="0"  src="https://freight.cargo.site/w/1000/i/57900b1dbf43a4ca1aedfebefa98f9f2bc5e5f1f405fb1ef2da0c0a7d2498849/Valencia_DANONE-ALPRO-S17-1.png" /&#62;
&#60;img width="804" height="629" width_o="804" height_o="629" data-src="https://freight.cargo.site/t/original/i/31d9f8ce231edbd02fb5f9be48ed3a3bc9ec84bb97eee889c08c0ccd04254538/Captura-de-pantalla-2022-07-06-a-las-16.45.26.png" data-mid="173360807" border="0"  src="https://freight.cargo.site/w/804/i/31d9f8ce231edbd02fb5f9be48ed3a3bc9ec84bb97eee889c08c0ccd04254538/Captura-de-pantalla-2022-07-06-a-las-16.45.26.png" /&#62;
&#60;img width="1910" height="1280" width_o="1910" height_o="1280" data-src="https://freight.cargo.site/t/original/i/fe8770c7bdd689c6b06c35af44643d03bfcdfa507c42b789b35e81d36d0f2d75/Captura-de-pantalla-2023-03-28-a-las-16.15.45.png" data-mid="173364435" border="0"  src="https://freight.cargo.site/w/1000/i/fe8770c7bdd689c6b06c35af44643d03bfcdfa507c42b789b35e81d36d0f2d75/Captura-de-pantalla-2023-03-28-a-las-16.15.45.png" /&#62;
&#60;img width="1798" height="1352" width_o="1798" height_o="1352" data-src="https://freight.cargo.site/t/original/i/3e3cc542dbe61917e6c7c67cbe46c6ec4a36582b600c31a0fa61cac48a63257c/Captura-de-pantalla-2023-03-28-a-las-16.17.16.png" data-mid="173364440" border="0"  src="https://freight.cargo.site/w/1000/i/3e3cc542dbe61917e6c7c67cbe46c6ec4a36582b600c31a0fa61cac48a63257c/Captura-de-pantalla-2023-03-28-a-las-16.17.16.png" /&#62;
&#60;img width="1890" height="1342" width_o="1890" height_o="1342" data-src="https://freight.cargo.site/t/original/i/ab8c549db047551383164d536fe92acd11704d7c3ab1458157c11a6ac6ce1b5f/Captura-de-pantalla-2023-03-28-a-las-16.16.23.png" data-mid="173364439" border="0"  src="https://freight.cargo.site/w/1000/i/ab8c549db047551383164d536fe92acd11704d7c3ab1458157c11a6ac6ce1b5f/Captura-de-pantalla-2023-03-28-a-las-16.16.23.png" /&#62;
&#60;img width="2000" height="2953" width_o="2000" height_o="2953" data-src="https://freight.cargo.site/t/original/i/bdc6a5797facea474803c07492a5da57ecec97d3d0a7d2fa9303dc2ffdc842c8/OPI-ALPRO-AVENA-1.png" data-mid="122828632" border="0"  src="https://freight.cargo.site/w/1000/i/bdc6a5797facea474803c07492a5da57ecec97d3d0a7d2fa9303dc2ffdc842c8/OPI-ALPRO-AVENA-1.png" /&#62;
&#60;img width="1278" height="1864" width_o="1278" height_o="1864" data-src="https://freight.cargo.site/t/original/i/5143e2cca20377dde4432fb3dce43dc91c52f1ecf884cab3edb4b75736f60736/Captura-de-pantalla-2023-03-28-a-las-15.49.54.png" data-mid="173360829" border="0"  src="https://freight.cargo.site/w/1000/i/5143e2cca20377dde4432fb3dce43dc91c52f1ecf884cab3edb4b75736f60736/Captura-de-pantalla-2023-03-28-a-las-15.49.54.png" /&#62;
&#60;img width="806" height="1194" width_o="806" height_o="1194" data-src="https://freight.cargo.site/t/original/i/2210d5dbd76befcb576106ce989045d8b6c567a7b1af74286bb38955fb06f165/Captura-de-pantalla-2023-03-28-a-las-15.46.01.png" data-mid="173360826" border="0"  src="https://freight.cargo.site/w/806/i/2210d5dbd76befcb576106ce989045d8b6c567a7b1af74286bb38955fb06f165/Captura-de-pantalla-2023-03-28-a-las-15.46.01.png" /&#62;



ROL: Creative Director, Copywriter.
 AGENCIA: el menda. &#38;nbsp;&#38;nbsp;AÑO: 2021,2022,2023,2024,2025
&#38;lt;¿Convencido del cambio?&#38;nbsp;Volvamos a la lista&#38;gt;
</description>
		
	</item>
		
	</channel>
</rss>