@media print {

  @page {
    size: A4;
    margin: 10mm 10mm 10mm 10mm; 
  }
.guias.colab .header__indicativo h1 {
  color: #4c9bb4;
     font-size: 1.5rem;
}
    

.guias.colab .header__indicativo h1 strong, .guias.colab .header__indicativo h1 b {
  color: #4c9bb4;
     font-size: 1.5rem;}
 
  p, tr {
    page-break-inside: avoid;
  }
  
  .break {
    page-break-before: always;
  }
  footer,
  .footer,
  .footer-guias {
    position: fixed;
  }

  .gen footer,
  .gen .footer,
  .gen .footer-guias {    
    position: relative;
  }


  .search {
    display: none;
  }
  body {
    font-weight: 400;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  html, body {
    height: 99%;
  }
  
  .main {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  .blankPage {
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: initial;
    padding: 0;
    margin: 0;
    justify-content: center;
    background-color: red;
  }
  .blankPage img {
    width: auto;
    height: auto;
    align-self: center;
  }
  .guias {
    margin: auto;
    padding: initial;
  }
  .main-guias {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-guias section {
    width: 100%;
  }
  .main-guias section p > br {
    display: block;
  }
  .main-guias section table > tbody > tr > td > br {
    display: block;
  }
  .main-guias .plano-ad img,
  .main-guias .carta img,
  .main-guias .plano-adc img {
    max-height: 85vh;
    display: block;
  }
  .main-guias .datos_pista div {
    padding: 0;
  }
  .main-guias .break {
    page-break-before: always;
  }
  .main-guias .servicios .twoColumns > div > h3 {
    margin-bottom: 0;
  }
  .main-guias table {
    display: inline-table;
  }

  .table_tabular {
    overflow: hidden;
    font-size: 0.9em;
  }
.table0  {

  width: 99%;
}
 
}