<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>Carlos Llorente</title>
	<link>https://carlosllorente.com</link>
	<description>Carlos Llorente</description>
	<pubDate>Mon, 01 Jun 2026 11:47:16 +0000</pubDate>
	<generator>https://carlosllorente.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Untitled page</title>
				
		<link>http://carlosllorente.com/Untitled-page</link>

		<comments></comments>

		<pubDate>Mon, 01 Jun 2026 11:47:16 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459717</guid>

		<description>
	CLL
	
	Shop
	About
	
	
	
</description>
		
		<excerpt>CLL 	 	Shop 	About</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>TEXTOS</title>
				
		<link>http://carlosllorente.com/TEXTOS</link>

		<comments></comments>

		<pubDate>Mon, 01 Jun 2026 11:39:41 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459716</guid>

		<description>
Selected works.
2008-2026A selection of
commissioned,
personal and
collaborative
work developed
over the last
15+ years.

Archive in progress.
New projects
added regularly.



www.carlosllorente.com
</description>
		
		<excerpt>Selected works. 2008-2026A selection of commissioned, personal and collaborative work developed over the last 15+ years.  Archive in progress. New projects added...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>PRUEBA ARCHIVO</title>
				
		<link>http://carlosllorente.com/PRUEBA-ARCHIVO</link>

		<comments></comments>

		<pubDate>Mon, 01 Jun 2026 11:35:10 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459715</guid>

		<description>
  .works-table { width: 100%; border-collapse: collapse; font-family: inherit; }
  .works-table th {
    text-align: left;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: #888;
    border-bottom: 1px solid #000;
    padding: 4px 8px 4px 0;
  }
  .works-table td {
    padding: 5px 8px 5px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: inherit;
    vertical-align: top;
  }
  .works-table tr:hover td { background: #f5f5f5; }
  .works-table a { color: inherit; text-decoration: none; }
  .works-table a:hover { color: rgba(255,0,0,1); }
  .col-year { width: 60px; color: #888; font-size: 0.85em; }
  .col-cat  { width: 120px; color: #888; font-size: 0.85em; }

  .filters { margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: 6px; }
  .filter-btn {
    background: none;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-family: inherit;
    font-size: 0.75rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .filter-btn.active, .filter-btn:hover { background: #000; color: #fff; border-color: #000; }



  All
  Identidad
  Motion
  Ilustración
  Tipografía



  
    
      AÑO
      NOMBRE
      CATEGORÍA
    
  
  2024Proyecto Identidad AIdentidadProyecto Motion AMotion2023Proyecto Tipografía ATipografiaProyecto Ilustración AIlustracion2022Proyecto Identidad BIdentidadProyecto Motion BMotion2021Proyecto Tipografía BTipografiaProyecto Ilustración BIlustracion



var works = [
  { year: 2024, name: "Proyecto Identidad A", cat: "identidad", url: "#" },
  { year: 2024, name: "Proyecto Motion A",    cat: "motion",    url: "#" },
  { year: 2023, name: "Proyecto Tipografía A",cat: "tipografia",url: "#" },
  { year: 2023, name: "Proyecto Ilustración A",cat:"ilustracion",url: "#" },
  { year: 2022, name: "Proyecto Identidad B", cat: "identidad", url: "#" },
  { year: 2022, name: "Proyecto Motion B",    cat: "motion",    url: "#" },
  { year: 2021, name: "Proyecto Tipografía B",cat: "tipografia",url: "#" },
  { year: 2021, name: "Proyecto Ilustración B",cat:"ilustracion",url: "#" }
];

function renderWorks(cat) {
  var filtered = cat === 'all' ? works : works.filter(function(w){ return w.cat === cat; });
  var body = document.getElementById('works-body');
  body.innerHTML = '';
  var lastYear = null;

  filtered.forEach(function(w) {
    var tr = document.createElement('tr');
    var yearCell = '';
    if (w.year !== lastYear) {
      yearCell = '' + w.year + '';
      lastYear = w.year;
    } else {
      yearCell = '';
    }
    tr.innerHTML = yearCell +
      '' + w.name + '' +
      '' + w.cat.charAt(0).toUpperCase() + w.cat.slice(1) + '';
    body.appendChild(tr);
  });
}

function filterWorks(btn, cat) {
  document.querySelectorAll('.filter-btn').forEach(function(b){ b.classList.remove('active'); });
  btn.classList.add('active');
  renderWorks(cat);
}

renderWorks('all');
</description>
		
		<excerpt>All   Identidad   Motion   Ilustración   Tipografía                  AÑO       NOMBRE       CATEGORÍA           2024Proyecto Identidad AIdentidadProyecto...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>PRUEBA SLIDESHOW</title>
				
		<link>http://carlosllorente.com/PRUEBA-SLIDESHOW</link>

		<comments></comments>

		<pubDate>Mon, 25 May 2026 08:45:02 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459695</guid>

		<description>Billy Butcher, 2019. 
Tattoo studio identity system.Logo, vinyl applications, editorial design and merchandise.Print and spatial graphics system.
Multi-format brand applications.



  
    Prev
    &#38;nbsp;/ 
    Next
    &#38;nbsp;— 
    
  
   
    
      
    
  
  
  
    &#60;img src="https://freight.cargo.site/w/1920/q/94/i/f9781ac4418248a3e878fbff97a2aa6857b6444e16c51a054cb5cbd2ada9d318/BILLY_BUTCHER_9.jpg" alt=""&#62;
  
  
    &#60;img src="https://freight.cargo.site/w/1920/q/94/i/3390e766acbc767e7a1dc4a36497c6b5514a20b687146da97e104644b9ef301a/BILLY_BUTCHER_5.jpg" alt=""&#62;
  
 
 




Movistar Plus, 2019-Now.Selected broadcast design works.
Visual identities, opening sequences, motion graphics, print.
Multi-platform broadcast environment.

</description>
		
		<excerpt>Billy Butcher, 2019.  Tattoo studio identity system.Logo, vinyl applications, editorial design and merchandise.Print and spatial graphics system. Multi-format brand...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Movistar Plus</title>
				
		<link>http://carlosllorente.com/Movistar-Plus</link>

		<comments></comments>

		<pubDate>Fri, 22 May 2026 13:09:38 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459684</guid>

		<description>[OVERVIEW]Selected works for Movistar Plus.
A curated selection of visual identities, opening sequences and broadcast design systems created for sports coverage, documentaries and original productions.
Developed as Lead Designer and Identity Lead since 2019.

[PORTFOLIO]
Contagious stories for Movistar Plus+, 2025.

Idents animations. Broadcast-ready.
1920×1080, 25fps,
RGB. 




  
    
  




Los anillos de Pau, 2024.

Logo design + key artwork poster.
Typography, editorial system. Promotional campaign assets.

Poster 700×1000mm, CMYK, 300dpi. 

&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/969136119c3d79186aa5dc5bae4fe0c928757a89ae3d2db56062a2afa9075d5d/anillos_pau_mockup.jpg" data-mid="1439375" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/c63d166d95a6897177ee534ebf62b520452905a0191fa52826e5cf848f390332/anillos_pau_mockup_2.jpg" data-mid="1439374" border="0" /&#62;


NBA© en M+, 2023.
Broadcast identity  + opening sequence.
On-air graphics.&#38;nbsp;Live data integration.
1920×1080. 25fps, RGB. 



  
    
  




[MOTION]
Los grandes del golf, 2023.
Broadcast identity + opening sequence.
Live game coverage.
Motion system, on-air graphics.
1920×1080, 25fps, RGB. 



  
    
  




Liga Endesa, 2023.
Broadcast identity + opening sequence.
Live game coverage.

Motion system, on-air graphics.
1920×1080, 25fps, RGB.

  
  Prev
  &#38;nbsp;/ 
  Next

  



  
    
  


  &#60;img src="https://cortex.persona.co/t/original/i/e5c1bee195c4cec016584fab618b3faad99c4e8ce0565a203c338336b823bc1c/ligaendesa_billboard.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;



  &#60;img src="https://cortex.persona.co/t/original/i/c2f14e380945f1befca3f6ad484ea16e1a954c80471e6a2c44041d8a5fdbb5f2/ligaendesa_tv.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  &#60;img src="https://cortex.persona.co/t/original/i/55319b321cdd99fa398f4440db12c6c720e949e4340953fc35c2e8b704ceeab7/ligaendesa_onair_6.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  &#60;img src="https://cortex.persona.co/t/original/i/3e1a8ca0229547f5e86850e164443f8cd53d21bc393bc8bd5adff5412c1b3e9e/ligaendesa_onair_5.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;







Los Reyes de la noche, 2021.
Visual identity + Posters.
Photography art direction. Promotional assets.
700×1000mm, CMYK, 300dpi.&#38;nbsp;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/9fed8f1861a3de03cf6a4734a10babda413595ae9fe9fcf46f160a915399cd26/RDLN_PORTFOLIO_2.jpg" data-mid="1439382" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/8373a3be99a9529690f69e3248495873a3ba802398074a6ace7299381bc84ca7/RDLN_PORTFOLIO_8.jpg" data-mid="1439381" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/6f348a789df432094e3b2e2c7fdd68a8d58f948eccd076f36bd65a411df5c96d/RDLN_PORTFOLIO_31.jpg" data-mid="1439384" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/b78abce349543210719bc0106f7ecb716c66905e51fa422f1fb90e61073568ee/RDLN_PORTFOLIO_9.jpg" data-mid="1439383" border="0" /&#62;


El Palmar de Troya, 2021. 
Visual identity + VOD cover.
Documentary series.
Motion system, broadcast bumpers.
1920×1080, 25fps, RGB. 

  
    
  






Informe+, 2022.
Visual identity + opening sequence.
Motion system, editorial framework.
Documentary series.
1920×1080, 25fps, RGB. 


    
  


[FOOTER]Carlos Llorente © 2026hi@carlosllorente.com@blastto←BACK
</description>
		
		<excerpt>[OVERVIEW]Selected works for Movistar Plus. A curated selection of visual identities, opening sequences and broadcast design systems created for sports coverage,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>BACKUP 2026 TEXTOS</title>
				
		<link>http://carlosllorente.com/BACKUP-2026-TEXTOS</link>

		<comments></comments>

		<pubDate>Thu, 30 Apr 2026 13:43:18 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459538</guid>

		<description>[HI]
My name is Carlos Llorente (b. 1981). Also known as Blastto.
[CV]



I work across  media and entertainment. Currently at Movistar Plus+. Founder of Club Graphics®, a publication at the intersection of graphic design and club culture.

[MUSIC]
As&#38;nbsp;BLASTTO™&#38;nbsp; I DJ and produce electronic music. Mostly underground.&#38;nbsp;

[PORTFOLIO]
Club Graphics Archive, 2025. 170x240mm, 94 pages, Milled Binding FSC®




Contagious stories , 2025. A playful series of idents expressing the evolving, emotional and ever-changing spirit of Movistar Plus+.


  
    
  


Simulacro, 2024. Wordmark logotype and cover for El Extraordinario.


Los anillos de Pau, 2024. Visual identity for a three-part documentary series tracing Pau Gasol’s championship years with Los Angeles Lakers.


NBA© en M+, 2023. 

Visual identity and opening sequence for

live NBA coverage in Movistar+ Spain.

  
    
  




Los grandes del golf, 2023. 

Visual identity and opening sequence for live coverage of the Grand National golf tournament series.

  
    
  



Liga Endesa, 2023. 



Visual identity and opening sequence for live coverage 
 of Spain’s professional basketball league.

Qubits, 2022. Lettering, 3D, and art direction for the album artwork of Erik Urano &#38;amp; Merca Bae, developed in collaboration with @velckro.


Informe+, 2022. Visual identity and 

opening sequence

for a documentary series uncovering the human side of iconic sports stories.

 
    
  


Quality Sportswear x Club Graphics, 2022. Screen printed tshirt design and pop-up event at Quality Madrid.



Celica™ 205, 2018. Custom typeface inspired by the racing car Toyota Celica GT-Four. Available at Ultra Types.

NIO, 2016. Logo and identity system for a premium electric and autonomous mobility brand.

  
    
  





[FOOTER]



Carlos Llorente © 2026

hi@carlosllorente.com


@blastto
</description>
		
		<excerpt>[HI] My name is Carlos Llorente (b. 1981). Also known as Blastto. [CV]    I work across  media and entertainment. Currently at Movistar Plus+. Founder of Club...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>BACKUP 2026</title>
				
		<link>http://carlosllorente.com/BACKUP-2026</link>

		<comments></comments>

		<pubDate>Fri, 24 Apr 2026 14:40:09 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459494</guid>

		<description>
					    			[HI]
My name is Carlos Llorente (b. 1981). Also known as Blastto.
[CV]



I work across  media and entertainment. Currently at Movistar Plus+. Founder of Club Graphics®, a publication at the intersection of graphic design and club culture.

[MUSIC]
As&#38;nbsp;BLASTTO™&#38;nbsp; I DJ and produce electronic music. Mostly underground.&#38;nbsp;

[PORTFOLIO]
Club Graphics Archive, 2025. 170x240mm, 94 pages, Milled Binding FSC®




Contagious stories , 2025. A playful series of idents expressing the evolving, emotional and ever-changing spirit of Movistar Plus+.


  
    
  


Bakalá, 2025. Identity and art direction for a satirical comedy show on Movistar Plus+.

Simulacro, 2024. Wordmark logotype and cover for El Extraordinario.


Los anillos de Pau, 2024. Visual identity for Movistar Plus+.


NBA© en M+, 2023. Opening and on-air broadcast identity system for live NBA coverage.

  
    
  




Los grandes del golf, 2023. Visual identity for the Grand National 
golf broadcast on Movistar Plus+.

  
    
  


Liga Endesa, 2023. Stills from the opening match game of Spain’s professional basketball league ACB.Qubits, 2022. Lettering, 3D, and art direction for the album artwork of Erik Urano &#38;amp; Merca Bae, developed in collaboration with @velckro.



Celica™ 205, 2018. Custom typeface inspired by the racing car Toyota Celica GT-Four. Available at Ultra Types.

NIO, 2016. Logo and identity system for a premium electric and autonomous mobility brand.

  
    
  





[FOOTER]



Carlos Llorente © 2026

hi@carlosllorente.com


@blastto
</description>
		
		<excerpt>[HI] My name is Carlos Llorente (b. 1981). Also known as Blastto. [CV]    I work across  media and entertainment. Currently at Movistar Plus+. Founder...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>HOME NEW</title>
				
		<link>http://carlosllorente.com/HOME-NEW</link>

		<comments></comments>

		<pubDate>Wed, 23 Apr 2025 10:30:03 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456627</guid>

		<description>[HI]
My name is Carlos Llorente↗ (b. 1981). Also known as Blastto.
[BIO]



I work across  media and entertainment. Currently at Movistar Plus↗. Founder of Club Graphics®, a publication at the intersection of graphic design and club culture.

[MUSIC]
As&#38;nbsp;BLASTTO™&#38;nbsp; I DJ and produce electronic music. Mostly underground.&#38;nbsp;



[SELECTED WORKS]
Club Graphics Archive, 2025.Book design and editorial archive. 

170x240mm, 94 pages, Milled Binding FSC®

  
    Prev
    &#38;nbsp;/ 
    Next
    &#38;nbsp;
    
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/0e1cad523b270f0fdd5b2f049549d0100cc462a97335a128f2f3d31117083ed3/CG_BOOK_COVER.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/410358b45c7d5524e3523de1ad23803c7214eec3a7716bf9275e334ac11307bb/CGA_DISCOTECAS_MADRID_INSIDE_5.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/25f884f7bf368e9923bc844f711431ba14a0ce6b5bdd6bb707d570e02fe9cb25/CGA_DISCOTECAS_MADRID_INSIDE_3.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/37baddf25afbcb38f3fb80966197bb55c0d8f51a722e263416f9cf50ef72abcc/CGA_DISCOTECAS_MADRID_INSIDE_4.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/eb22c5c95ecf733443f10d397f35be92f1b4daf7ad8eef3ed76625b29a5fcb5a/CGA_DISCOTECAS_MADRID_INSIDE_2.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/410358b45c7d5524e3523de1ad23803c7214eec3a7716bf9275e334ac11307bb/CGA_DISCOTECAS_MADRID_INSIDE_BACK.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  




Simulacro, 2024.
Type design + podcast cover.
Custom type system.
Cover 3000×3000px, RGB, 300dpi. 

 &#38;nbsp;&#60;img width="3840" height="2161" width_o="3840" height_o="2161" src_o="https://cortex.persona.co/t/original/i/c4b8ea23eb1052942342ab0371cf23b209a4d401751159362a613a12816487a7/simulacro_mockup_2.jpg" data-mid="1406057" border="0" /&#62;&#60;img width="3840" height="2161" width_o="3840" height_o="2161" src_o="https://cortex.persona.co/t/original/i/de41d3d6728004b996dd62b428d6dc272a065d58f8003c444072eefbc671245c/simulacro_mockup_1.jpg" data-mid="1406058" border="0" /&#62;&#60;img width="3840" height="2161" width_o="3840" height_o="2161" src_o="https://cortex.persona.co/t/original/i/a21fd50bdb245a837f4f870f6ec3c31be084f178a0f47de230195b5820f05f2f/simulacro_wordmark_2.jpg" data-mid="1406059" border="0" /&#62;



Qubits, 2022.
Album artwork. Lettering, 3D graphics.
3000×3000px, RGB, 300dpi.Collaboration with Velckro.
&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/e7bbe77fd8941b034fcbfa0dc5f579165e3ee1bc0f496b55a5e6153566525bb1/QUBITS_1.jpg" data-mid="1436799" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/aaa1476f613ace223ab587fe08b68da8788e3c78bba28bdfefae6d547bc14e5e/QUBITS_3.jpg" data-mid="1436797" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/50498557b6ec119382692b0a7307a9bed51e60f0b19c436b0e177f5624b03d33/qubits_vinilo.jpg" data-mid="1439354" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/c08acce33862b9b97d3325dfc94e5c09121659040ecaca91d7895f4c1b38a29e/QUBITS_2.jpg" data-mid="1436798" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/e37a8144610bfda4dd13fbd6713ba2def7417ee4baf86b9eca164a1d588fd060/QUBITS_5.jpg" data-mid="1436795" border="0" /&#62;




Quality Sportswear x Club Graphics, 2022.
T-shirt design, poster + pop-up event.
Screen printing system. Textile application.
Physical activation, Madrid.


  
    Prev
    &#38;nbsp;/ 
    Next
    &#38;nbsp;
    
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/2b9d0a7a24bea5a877a88c2516d26eb43aa14398ba7496de7e61c51e65e13353/QUALITY_CLUBGRAPHICS_1.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/3ada311ef4a75a22b1b143b970bbf35ba1822d5d6388d2d8a263db17de7a3629/poster_mockup_2.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/493cc0e444fc190182edf08437b0e9cd852740792ec7a65a2f3d57d2faa79e81/QUALITY_CLUBGRAPHICS_2.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  






Billy Butcher, 2019.
Tattoo studio identity system.Logo, vinyl applications, editorial design and merchandise.Print and spatial graphics system.




  
  Prev
  &#38;nbsp;/ 
  Next

  


  &#60;img src="https://freight.cargo.site/w/1920/q/94/i/f9781ac4418248a3e878fbff97a2aa6857b6444e16c51a054cb5cbd2ada9d318/BILLY_BUTCHER_9.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  
    
  


  &#60;img src="https://freight.cargo.site/w/1920/q/94/i/3390e766acbc767e7a1dc4a36497c6b5514a20b687146da97e104644b9ef301a/BILLY_BUTCHER_5.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  &#60;img src="https://freight.cargo.site/w/1920/q/94/i/617985376f2a4c039735b559aeb4a525c30fbfd9d20066192eed010b00535708/BILLY_BUTCHER_4.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  &#60;img src="https://freight.cargo.site/w/1920/q/94/i/f10c7663135920b0a55feec24160a663f66ac7e5f37a1bc824c00c0f04ef5922/BILLY_BUTCHER_3.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;


  &#60;img src="https://cortex.persona.co/t/original/i/ec0843d38ca36c711c79a284456f4ef9e073607b2014db1a0b8513b4821bf6d5/BILLY_BUTCHER_lesh_book.gif" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;





Celica™ 205, 2018.

Custom typeface.
Display font system. OTF/TTF formats.

Distributed via Ultra Types.


&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/0d0dae86c097dac094c7ca047a779aa259017090d06484dbb669b3d92104d979/CELICA_PORTFOLIO_1.jpg" data-mid="1436737" border="0" /&#62;&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/93d2f54d33d7b211730bb372fe409e32fb70d935367ee40dc94fbb95da18be7b/CELICA_PORTFOLIO_2.jpg" data-mid="1436753" border="0" /&#62;

NIO, 2016.

Logo + identity system.
Vector brand system. SVG/EPS.
Scalable applications.
Premium electric mobility brand.



  
    
  






Oscars™ - The Academy, 2015.
Illustration poster.
Developed for the Academy Awards social and red carpet activation.
700×1000mm, CMYK, 300dpi.
&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/27f0fda584616ae29a2e16129133f0dfe733cfd9072ebf24cd51c07f5034cd9b/Oscars_2026_1.jpg" data-mid="1439258" border="0" /&#62;


Compilation Model TT-01 — Total Trax, 2015.
 Editorial system, packaging and typography.
Super Jewel Box, black CD, 16-page booklet + Poster.
Limited edition physical release. Custom online listening experience.

  
    Prev
    &#38;nbsp;/ 
    Next
    &#38;nbsp;
    
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/5f5590fc4c044e07ad87ef5b9b53c32530fc03e066dc0e0942ce22af6bae5c1d/TT_1_mockup.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/t/original/i/33fbd0ff8e82415295db8724d53249ec81b63c39619bd8e9ac1e62b9daa53d4c/TT_2_mockup.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/w/3840/q/94/i/9d35eda842f3f4e96645a6d4670022a4b96f65b335b7f885df1ad5d69596223c/TT_4.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/w/3840/q/94/i/ad89bf15a933e9d4a36c51f3dd824a005ba17ad2dfb1cfe603335347474efdfd/TT_5.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/w/3840/q/94/i/89d4bdee6929078444fc418308e4fe2fd8ddc01b3ba77a17df857068edba2756/TT_3.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/w/3840/q/94/i/c032ef55c5b29ce38de7de85c3488076ef6a5723971a735f2921a5afced781b3/TT_6.jpg" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  
  
    &#60;img src="https://cortex.persona.co/w/1000/q/94/i/468d84e7727de52e8bab7c181b4170e1e09e3a72959e142e25d0060ab58c18ac/TT_TV.gif" alt="" onclick="clickSlide(this)" style="cursor:pointer"&#62;
  




[FOOTER]



Carlos Llorente © 2026

hi@carlosllorente.com


@blastto
</description>
		
		<excerpt>[HI] My name is Carlos Llorente↗ (b. 1981). Also known as Blastto. [BIO]    I work across  media and entertainment. Currently at Movistar Plus↗. Founder of Club...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Club graphics</title>
				
		<link>http://carlosllorente.com/Club-graphics</link>

		<comments></comments>

		<pubDate>Mon, 21 Apr 2025 13:18:43 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456611</guid>

		<description>
	Carlos Llorente
	About

					    			

Club Graphics Archive

Publication, 2025. 170x240mm, 94 pages, Milled Binding FSC®. 
Image 1 of 5
&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/05dfa053affd920105a92a6d63dfca9c7d7baea837d9d1369cce14f7f7a5bdb6/CGA_DISCOTECAS_MADRID_COVER.jpg" data-mid="1405135" border="0" /&#62;
</description>
		
		<excerpt>Carlos Llorente 	About  					    			  Club Graphics Archive  Publication, 2025. 170x240mm, 94 pages, Milled Binding FSC®.  Image 1 of 5</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Quality Sportswear</title>
				
		<link>http://carlosllorente.com/Quality-Sportswear</link>

		<comments></comments>

		<pubDate>Fri, 04 Apr 2025 12:42:43 +0000</pubDate>

		<dc:creator>Carlos Llorente</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">456456</guid>

		<description>Carlos LlorenteAboutScreenprinted tshirt for Quality Sportswear. 2020

&#60;img width="3840" height="2160" width_o="3840" height_o="2160" src_o="https://cortex.persona.co/t/original/i/c146d7d848a02a05d78c28efba8e10af1320140be88b0d4c142be0ed8080486a/Quality_camiseta.jpg" data-mid="1402670" border="0" /&#62;</description>
		
		<excerpt>Carlos LlorenteAboutScreenprinted tshirt for Quality Sportswear. 2020</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

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