 a.text-2xl.font-bold.items-center svg { display: none !important; }
  a.text-2xl.font-bold.items-center > span { font-size: 0 !important; }
  a.text-2xl.font-bold.items-center::before {
      content: '';
      display: block;
      width: 140px;
      height: 36px;
      background: url(/rs/logocirc.svg) no-repeat left center;
      background-size: contain;
  }
 /* Ocultar SVG del logo */
  a.flex.justify-center.items-center > span.mr-3 {
      display: none !important;
  }
/* Reemplazar "DocuSeal" con logo CSPNA */
  h1.text-5xl.font-bold {
      font-size: 0 !important;
      line-height: 0;
  }
  h1.text-5xl.font-bold::before {
      content: '';
      display: inline-block;
      width: 200px;
      height: 55px;
      background: url(/rs/logocirc.svg) no-repeat left center;
      background-size: contain;
  }
 /* Ocultar footer "Desarrollado por DocuSeal" */
  div.text-center.px-2 {
      display: none !important;
  }
