    /* Definición de Fuentes */
    @font-face {
        font-family: 'Museo_900';
        src: url('../fonts/MuseoSans_900.otf') format('opentype');
      }
  
      @font-face {
        font-family: 'Museo_500';
        src: url('../fonts/MuseoSans_500.otf') format('opentype');
      }

    .lead-font {
        font-family: 'Museo_500';
        font-size: 10px;
        font-weight: bold;
      }
  
      .unit-font {
        font-family: 'Museo_500';
        font-size: 10px;
      }
  
      .depto-font {
        font-family: 'Museo_500';
        font-size: 10px;
      }
  
      .tittle-font {
        font-family: 'Museo_900';
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        padding-top: 20px;
        padding-bottom: 20px;
      }
  
      .name-font {
        font-family: 'Museo_900';
        font-size: 22px;
        font-weight: bold;
        color: #1E3372;
        line-height: 1.2;
      }
  
      .position-font {
        font-family: 'Museo_500';
        font-size: 20px;
        line-height: 1.2;
      }
  
      .detail-font {
        font-family: 'Museo_500';
        font-size: 16px;
      }
  
      .prop-font {
        font-family: 'Museo_500';
        font-size: 18px;
        font-weight: bold;
        color: #3169AB;
        margin-left: 10px;
      }
  
      .list-font {
        font-family: 'Museo_500';
        font-size: 16px;
      }
  
      .dependence-font {
        font-family: 'Museo_900';
        font-size: 18px;
        font-weight: bold;
        align-items: center;
      }
  
      .legal-font {
        font-family: 'Museo_900';
        font-size: 18px;
        font-weight: bold;
      }
