<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>Diana Vigo</title>
	<link>https://bydianavigo.com</link>
	<description>Diana Vigo</description>
	<pubDate>Sun, 16 Mar 2025 14:47:47 +0000</pubDate>
	<generator>https://bydianavigo.com</generator>
	<language>en</language>
	
		
	<item>
		<title>WELCOME</title>
				
		<link>https://bydianavigo.com/WELCOME</link>

		<pubDate>Thu, 01 Sep 2022 01:31:04 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/WELCOME</guid>

		<description>
	
	
	
 
	
	
	
 








  
    

      
      
        Enrich your brand with meaning,
      

      
      
        so it becomes&#38;nbsp;visual&#38;nbsp; poetry.
      

    
  



@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}





	DIANAVIGO is a conceptual illustrator transforming strategic thinking into visual narratives with meaningful impact. She blends artistic vision with intellectual depth to create illustrations that speak to both mind and heart.

	Her vision lies on philosophical depth and emotional connection for cultural projects, editorial stories, and visionary brands seeking an authentic perspective.
	
 



ILLUSTRATION&#38;nbsp; •&#38;nbsp; BRAND DESIGN&#38;nbsp; • ART DIRECTION&#38;nbsp; •&#38;nbsp; VISUAL STORYTELLING






BRING YOUR VISION LIFE.




.animated-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none; 
  color: #000;
}

.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #000 !important;
  transform: scaleX(1);
  transform-origin: left;
}

.animated-link:hover::after {
  animation: underlineEffect 1s ease;
}

@keyframes underlineEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}






︎</description>
		
	</item>
		
		
	<item>
		<title>VIGDIS</title>
				
		<link>https://bydianavigo.com/VIGDIS</link>

		<pubDate>Thu, 01 Sep 2022 05:05:21 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/VIGDIS</guid>

		<description>
	
 Packaging&#38;nbsp; &#38;nbsp;( 2024 )


VIGDISROSENKILDE

Emotional Wilderness in The Golden Kingdom
Honoring Vigdis Rosenkilde's quiet communion with the Peruvian wilderness.&#38;nbsp;





   DISCOVER MORE →


.custom-black-link.animated-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 600; 
  font-size: 0.8em;
  color: black !important;
}
.custom-black-link.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: black !important;
  transform: scaleX(1);
  transform-origin: left;
}
.custom-black-link.animated-link:hover::after {
  animation: customUnderlineEffect 1s ease !important;
}
@keyframes customUnderlineEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



</description>
		
	</item>
		
		
	<item>
		<title>N</title>
				
		<link>https://bydianavigo.com/N</link>

		<pubDate>Thu, 01 Sep 2022 01:31:04 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/N</guid>

		<description>
	
 Packaging&#38;nbsp; &#38;nbsp;( 2021 )


NELSIby MITLESS

Nature's Luminous Secret
Nature reveals its perfect balance of delicacy and strength in a single, radiant moment.&#38;nbsp;





  DISCOVER MORE →
  



  document.addEventListener('DOMContentLoaded', function() {
    const link = document.querySelector('a[href="Nelsi"]');
    const underline = link.querySelector('span');
    
    link.addEventListener('mouseenter', function() {
      underline.style.animation = 'underlineEffect 1s ease';
    });
    
    link.addEventListener('mouseleave', function() {
      underline.style.animation = '';
    });
  });
  
  document.head.insertAdjacentHTML('beforeend', `
    
      @keyframes underlineEffect {
        0% { transform: scaleX(1); }
        50% { transform: scaleX(0); }
        100% { transform: scaleX(1); }
      }
    
  `);


</description>
		
	</item>
		
		
	<item>
		<title>LPF</title>
				
		<link>https://bydianavigo.com/LPF</link>

		<pubDate>Thu, 01 Sep 2022 01:31:05 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/LPF</guid>

		<description>
	
 Visual Identity, Packaging&#38;nbsp; &#38;nbsp;( 2019 )


LA P’TITEFRANCE

A Whimsical Waltz of Heritage and Pleasure
Peruvian spirit and French sophistication dance together, bringing pastry traditions to delicious life.&#38;nbsp;




  DISCOVER MORE →
  



  document.addEventListener('DOMContentLoaded', function() {
    const link = document.querySelector('a[href="Nelsi"]');
    const underline = link.querySelector('span');
    
    link.addEventListener('mouseenter', function() {
      underline.style.animation = 'underlineEffect 1s ease';
    });
    
    link.addEventListener('mouseleave', function() {
      underline.style.animation = '';
    });
  });
  
  document.head.insertAdjacentHTML('beforeend', `
    
      @keyframes underlineEffect {
        0% { transform: scaleX(1); }
        50% { transform: scaleX(0); }
        100% { transform: scaleX(1); }
      }
    
  `);




</description>
		
	</item>
		
		
	<item>
		<title>DOE 2</title>
				
		<link>https://bydianavigo.com/DOE-2</link>

		<pubDate>Sun, 16 Mar 2025 14:47:47 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/DOE-2</guid>

		<description>
	
 Packaging&#38;nbsp; &#38;nbsp;( 2015 )


DREAMS OF EVA

The Dreaming of the First Woman
A space where wonder and memory meet, 
and where each viewer might find something 
of their own story reflected in Eva’s dream.






   DISCOVER MORE →




.animated-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 600; 
  font-size: 0.8em;
  color: white !important;
}

.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: white !important;
  transform: scaleX(1);
  transform-origin: left;
}

.animated-link:hover::after {
  animation: underlineEffect 1s ease;
}

@keyframes underlineEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



</description>
		
	</item>
		
		
	<item>
		<title>AM</title>
				
		<link>https://bydianavigo.com/AM</link>

		<pubDate>Thu, 01 Sep 2022 04:33:53 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/AM</guid>

		<description>
	
Packaging&#38;nbsp; &#38;nbsp;( 2021 )


ALTOMAYO

Keepers of the Amazon's Gift
Every coffee bean carries a story—from collectors in vast highlands 
to the majestic flight of the scarlet macaw, 
all become Flavor Keepers 
in a cycle of nurture and respect.





  DISCOVER MORE →
  



  document.addEventListener('DOMContentLoaded', function() {
    const link = document.querySelector('a[href="Nelsi"]');
    const underline = link.querySelector('span');
    
    link.addEventListener('mouseenter', function() {
      underline.style.animation = 'underlineEffect 1s ease';
    });
    
    link.addEventListener('mouseleave', function() {
      underline.style.animation = '';
    });
  });
  
  document.head.insertAdjacentHTML('beforeend', `
    
      @keyframes underlineEffect {
        0% { transform: scaleX(1); }
        50% { transform: scaleX(0); }
        100% { transform: scaleX(1); }
      }
    
  `);



</description>
		
	</item>
		
		
	<item>
		<title>SE</title>
				
		<link>https://bydianavigo.com/SE</link>

		<pubDate>Thu, 01 Sep 2022 05:05:26 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/SE</guid>

		<description>
	
 Editorial&#38;nbsp; &#38;nbsp;( 2016 )


SEMANAECONÓMICA+

Elon Musk: Architect of Tomorrow
Engineering dreams that reach 
beyond the stars and back to Earth.






   DISCOVER MORE →
   



.animated-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 600; 
  font-size: 0.8em;
  color: black !important;
}

.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: black !important;
  transform: scaleX(1);
  transform-origin: left;
}

.animated-link:hover::after {
  animation: underlineEffect 1s ease;
}

@keyframes underlineEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}


</description>
		
	</item>
		
		
	<item>
		<title>PORTRAITS</title>
				
		<link>https://bydianavigo.com/PORTRAITS</link>

		<pubDate>Thu, 01 Sep 2022 01:31:05 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/PORTRAITS</guid>

		<description>
	
 Personal Work&#38;nbsp; &#38;nbsp;( 2022 )


PORTRAITS OFAUTHENTICITY

Studies in Truth and Emotion
Exploring identity through hyperreal portraits 
that capture raw vulnerability and quiet strength. 





  COMING SOON →
  



  document.addEventListener('DOMContentLoaded', function() {
    const link = document.querySelector('a[href="Nelsi"]');
    const underline = link.querySelector('span');
    
    link.addEventListener('mouseenter', function() {
      underline.style.animation = 'underlineEffect 1s ease';
    });
    
    link.addEventListener('mouseleave', function() {
      underline.style.animation = '';
    });
  });
  
  document.head.insertAdjacentHTML('beforeend', `
    
      @keyframes underlineEffect {
        0% { transform: scaleX(1); }
        50% { transform: scaleX(0); }
        100% { transform: scaleX(1); }
      }
    
  `);



</description>
		
	</item>
		
		
	<item>
		<title>DOE</title>
				
		<link>https://bydianavigo.com/DOE</link>

		<pubDate>Thu, 01 Sep 2022 01:31:05 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/DOE</guid>

		<description>
	
 Packaging&#38;nbsp; &#38;nbsp;( 2015 )


DREAMS OF EVA

The Birth of All Things
This is Orígenes—not just the beginning of chocolate, 
but a moment of grace held on your senses, 

dissolving into our collective memory.






   DISCOVER MORE →




.animated-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 600; 
  font-size: 0.8em;
  color: white !important;
}

.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: white !important;
  transform: scaleX(1);
  transform-origin: left;
}

.animated-link:hover::after {
  animation: underlineEffect 1s ease;
}

@keyframes underlineEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



</description>
		
	</item>
		
		
	<item>
		<title>Newsletter</title>
				
		<link>https://bydianavigo.com/Newsletter</link>

		<pubDate>Thu, 01 Sep 2022 01:31:05 +0000</pubDate>

		<dc:creator>Diana Vigo</dc:creator>

		<guid isPermaLink="true">https://bydianavigo.com/Newsletter</guid>

		<description>
  
  Fresh work. 
Sometimes thoughts.

  
    
    
      SUBMIT
    
  

  
    Notes on form, meaning, and creative process.

Only when there’s something worth sharing.
  

</description>
		
	</item>
		
	</channel>
</rss>