  /*PGINA DE VERIFICAR BOLETO*/
  .verificar-boleto h3{
    font-weight: 600;
    margin: 0;
  }
  .verificar-boleto h4{
    color: var(--color-primario)!important;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .boleto{
    width: 100%;
  }

  .boleto img{
    width: 100%;
  }

.boleto h1{
    color: black!important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 12px;
    margin: 0;
}

.boleto p{
   color: black!important;
   text-align: left;
   margin: 0;
}
