  .texto_default1 {
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
  }
  
  .texto_default1_1 {
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
  }

  .texto_rep {
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .fondo_default1 {
    background-color: #2A54CF;
  }

  .texto_default2 {
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    text-align: justify;
  }

  .texto_default2_ft11 {
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    text-align: justify;
  }

  .texto_default_tabla2{
    font-family: Roboto, Verdana, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    text-align: justify;
  }

  .fondo_default_tabla_cabecera2 th {
    background-color: #1d71b6;
    color: white !important;
  }

  .texto-resaltado-verde{
    color: green !important;
    font-weight: bold;
  }

  .pointer{
    cursor: pointer;
  }

  .cursor-help{
    cursor: help;
  }

  /* HTML: <div class="loader"></div> */
  .loader {
      width: 45px;
      margin-left: 50%;
      aspect-ratio: .75;
      --c: no-repeat linear-gradient(#000 0 0);
      background: 
          var(--c) 0%   50%,
          var(--c) 50%  50%,
          var(--c) 100% 50%;
      background-size: 20% 50%;
      animation: l6 1s infinite linear;
  }
  @keyframes l6 {
      20% {background-position: 0% 0%  ,50% 50% ,100% 50% }
      40% {background-position: 0% 100%,50% 0%  ,100% 50% }
      60% {background-position: 0% 50% ,50% 100%,100% 0%  }
      80% {background-position: 0% 50% ,50% 50% ,100% 100%}
  }

  .svg-est-1{
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
  }