@media print {
  body.print-cheatsheet .site-header,
  body.print-cheatsheet .site-footer,
  body.print-cheatsheet .breadcrumbs,
  body.print-cheatsheet #resumen,
  body.print-cheatsheet #conceptos-clave,
  body.print-cheatsheet #detalle,
  body.print-cheatsheet footer,
  body.print-cheatsheet .no-print {
    display: none !important;
  }

  body.print-cheatsheet #cheatsheet {
    display: block !important;
  }

  body.print-cheatsheet main {
    max-width: 100%;
    padding: 0;
  }

  body.print-cheatsheet img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  body.print-cheatsheet table {
    page-break-inside: avoid;
  }
}
