/*---------- T1 SPECIFIC ----------*/
  
  
  /* Smoothing para Mac */
  * {
    -webkit-font-smoothing: antialiased;
  }  
  
  /* Module/Caption (este estilo lo han añadido para el componente "Sobre la Exposición") pero no lo he visto definido en los "Tokens Specifics" del Tema 1 */
  .module-caption {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.3px;
    text-transform: uppercase;	
  }
  
  
  .module-detail {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    width: 100%;
  }
  
  .module-body-default {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;    
  }
  
  .module-body-secondary {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
  .module-body-tertiary {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: .5em;
    text-transform: uppercase;
  }
  
  
  .module-body-highlighted {
    font-family: var(--font-family-body);
    color: var(--content-high, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.4px;
  }

  .module-title-default {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;    
    text-transform: uppercase;
  }
   
  .module-title-highlighted {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;    
  }

  .module-title-secondary {
    font-family: var(--font-family-body);
    color: var(--content-high, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 118.75% */	
    text-transform: uppercase;
    max-width: 100%;
  }
  .module-title-tertiary {
    font-family: var(--font-family-body);
    color: var(--content-high, #000);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 118.75% */	
    text-transform: uppercase;
  }
  
  .mg-cnt {
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Hightlighted */
  
  .hightlighted-title {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -2px;
  }
  
  .hightlighted-body {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.6px;
  }
  
  /* Label */
  
  .label-button, .label-tag, .label-link, .label-tab{	
    font-family: var(--font-family-body);    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;    
  }

  ul.etiquetas .tag.label-tag {
    text-transform: uppercase!important;
  }
  .tag.label-tag.module-body-default {
    font-size: 12px;
    text-transform: none;
  }
  .card-content .tag.label-tag.module-body-default {
    text-transform: uppercase;
  }

  .label-button, .label-link, .label-tab{	
    color: var(--red, #A71C15);	
  }

  .label-tag {
    color: black;
  }
 .label-tag.on {
    border: solid 1px #a71c15;
    color: #a71c15;
    background-color: transparent;
}
  
  .label-helper {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;	
    letter-spacing: 0.3px;
  }
  
  .label-tab {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;    
  }
  .tab-horizontal .label-tab {
    text-transform: uppercase;
  }
  
  /* List */
  
  .list-title {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    align-self: stretch;	
  }
  
  .list-description {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    align-self: stretch;	
  }
  
  /* Card Media */


 .card-media-title {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }  
  h3.card-media-title.desp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    letter-spacing: .1px;
    cursor: pointer;
  }
  .dark .card-media-title {
    font-weight: 400;
    font-family: var(--font-family-body);
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    width: 100%;
  }
  
  .card-media-category {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;	
  }
  
  /* Card Content */
  
  .card-content-title {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  
  .card-content-date {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;	
  }
  
  /* Card Piece */
  
  .card-piece-title {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  
  .card-piece-category {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  a.card-piece-category {
    color: var(--red, #A71C15);	
  }
  
  .card-piece-detail {
    font-family: var(--font-family-body);
    color: var(--content-list-title, #525252);	
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;    
    margin:8px 0;
  }
  
  /* Header */
  
  .header-author {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  
  .header-title {
    font-family: var(--font-family-heading);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }
  
  .header-detail {
    font-family: var(--font-family-body);
    color: var(--light-content-high, #000);	
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  /* Highlighted Title */

  .highlighted-title {   
    font-weight: 500; 
    font-size: 28px;
    opacity: .6;
    line-height: 32px;
    letter-spacing: -1px;
  }

  
  /* Modal */

  .modal-title {
    font-family: var(--font-family-heading);
    color: var(--content-high, #000);	
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px; /* 118.75% */
    letter-spacing: -1px;
  }

  /* Tab Bar */
  .tab-bar {      
    display: flex;
    gap: 8px;
    padding-bottom: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;    
    width: inherit;
  }
  .tab-bar a.filter-tag.label-tag {
      padding: 12px;
  }
  .tab-bar .end-content {
      margin-left: auto;
  }
  .tab-bar a.label-button  {
    display: flex;
    align-items: center;
    padding: 0 1em;
    white-space: nowrap;
  }

  @media (min-width: 0px) and (max-width: 639px) {
  
  .module-detail {
    font-size: 12px;
    line-height: 16px;
  }
      
  .module-title-default {
    font-size: 28px;
    line-height: 32px;
  }

  .module-title-secondary {
    font-size: 24px;
    line-height: 28px;
  }
      
  .module-title-highlighted {
    font-size: 36px;
    line-height: 48px;
  }
  
  .header-title {
    font-size: 36px;
    line-height: 40px;
  }
      
  }

  /* Ajustes para loading */
  .loading-more-results p.text-muted.mt-2 {
    font-family: 'Montserrat';
    font-size: 13px;
  }