@media print {
  @page { margin: 20mm; }
  img, .block-editor { break-inside: avoid-page; }
  h1, h2, h3 { break-after: avoid-page; }
  header.header, 
  footer.footer, 
  #catcher, 
  .btn-ventanilla, 
  #INDbtnWrap { display: none!important; }
  .section .section-inner { padding: 0!important; }
  .header-print {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
  }
  .header-print img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}