/* ================================
   PRINT STYLES
   ================================
   */
@page {
  margin: 10mm;
}

@media print {
  .sub-col {
    display: none; }
  
  .header, .logos-site { padding: 0; }
  
  .content-header { width: 100%; }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  section, div.col-6of12 {
      clear: left;
  }
  
  .main-col {
    text-align: justify;
  }
  
  .page-footer-space { height: 70px; }
  body { margin: 0; }
  .wrap-footer-legal {
    position: fixed;
    bottom: 0;
    }
  tfoot {display: table-footer-group;}

  /* end print styles */ }
