 .body-pdf {
    font-size: 10px!important;
    /* height: 792px; */
    width: 100%;
    /* border: 1px solid #ccc;*/
    position: relative;
    margin: 0 auto;
    line-height: 12px;
    font-family: "Montserrat", sans-serif;
  }

  .modal-balance {
    min-width: 630px;
  }

  .main-pdf {
    font-family: "Montserrat", sans-serif;
    
    /*margin: 0;*/
  }

  .header-pdf {
    font-size: 10px;
    height: 10px;
  }

  .footer-pdf {
   font-size: 14px;
    font-family: "Montserrat", sans-serif;
    bottom: 0;
  }

  .back-div-shadows-container {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
    z-index: 1;
    position: absolute;
  }

  .back-div-shadows {
    background: rgba(0, 0, 0, 0.01);
    clip-path: polygon(25% 0%, 70% 0%, 45% 100%, 0% 100%);
    width: 500px;
    height: 225px;
    margin-left: 25px;
  }

  .top-container {
    font-family: "Montserrat", sans-serif;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
    background-color: #2a3180;
    width: 100%;
    height: 30px;
    float: right;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: flex-end;
    padding-right: 25px;
  }

.formatotext{
    
    font-family: "Montserrat", sans-serif !important;
}

  .datosb-container{
    font-family: "Montserrat", sans-serif;
    font-size:14px;
    line-height: 16px;

  }

  .main-info-container {
      font-family: "Montserrat", sans-serif;
      background-color: #fff;
      width: 100%;
      height: 90px;
      float: right;
      color: #444;
      padding-left: 10px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      overflow: visible;
    }

    .main-info-container-image {
      height: 75px;
      width: auto;
      margin-top: 5px;
    }

    .main-info-containter-text {
      text-align: right;
      display: block;
      justify-content: flex-end;
      align-items: flex-end;
      margin-top: 35px;
      margin-bottom: 10px;
      margin-right: 10px;
    }

  .seller-info-container {
    font-family: "Montserrat", sans-serif;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    background-color: #4378e2;
    width: 100%;
    height: 80px;
    color: #fff;
    transform: translateY(-50px);
    display: flex;
    align-items: center;
    text-align: left;
  }

  .seller-table {
    background-color: #2a3180;
    color:#000;
    margin-top: 20px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }

  .green-table {
    background-color: #2a3180;
    color:#000;
    margin-top: 20px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }
  
  .nocolor-table {
    background-color: #fff;
    color:#000;
    margin-top: 0px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }

  .gray-table {
    background-color: #333333;
    color:#000;
    margin-top: 0px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }

  .grayl-table {
    background-color: #efefef;
    color:#000;
    margin-top: 0px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }

  .seller-info-container p {
    margin: 0 auto;
  }



  .footer-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;

    padding-bottom: 10px;
    color: #fff;

  }

  .registro-info-container {
    position: relative;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%);
    background-color: #ebebeb;
    width: 80%;
    height: 50px;
    margin-left: auto;
    color: #4378e2;
    padding-left: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px;
  }

  .document-info {
    display: flex;
    align-items: flex-end;
  }

  .document-info-client {
    border: 1px solid #4378e2;
    padding: 10px;
    border-radius: 5px;
    color: #4378e2;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .document-info-client p {
    margin-bottom: 0;
  }

  .document-info-client span {
    background-color: #5777de;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .document-info-date {
    margin-left: auto;
    margin-right: 40px;
    background-color: #ebebeb;
    padding: 15px;
    border-radius: 10px;
    color: #4378e2;
    text-align: center;
  }

  .main-table {
    background-color: #fff;
    margin-top: 20px;
    width: 100%;
    padding: 10px 15px;
    border-spacing: 10px;
    border-collapse: separate;
  }

  .main-table-header-cell {
    font-size: 12px;
    background-color: #5777de;
    text-align: left;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
          height:90%;

  }

  .main-table-content-cell-first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
  }

  .main-table-content-cell-last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .main-table-content-cell-double {
    border-radius: 10px;
    margin-top: 10px;
  }

  .main-table-content-cell {
    background-color: #2a3180;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    padding: 10px;
  }

  .terminos-condiciones {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 7px;
  }

  .relation-title {
    margin-top: 30px;
    margin-left: 10px;
  }

  .passengers-container {
    margin: 10px;
  }

  .passengers-container h3 {
    margin: 0;
  }

  .footer-firmas {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom:30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .linea-firma {
    padding: 0;
    width: 95%;
    margin: 40px auto 10px auto;
  }


.text-center{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

  .linea-firma-middle {
      
    padding: 0;
    width: 35%;
    margin: 10px auto 10px auto;
  }
  
   .linea-firma-middle-orden {
    padding: 0;
    width: 80%;
  }

  .firma-vendedor-info * {
    display: block;
  }

  .firma-info-title {
    font-size: 10px;
  }

  .firma-info-title-middle {
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100px;
  }

  .firma-pago-info * {
 display: flex;
  justify-content: center !important;
  }
  
  .firma-pago{
       text-align: center;
  }

  .firma-cliente-info * {
    display: block;
  }
  .firs-row-td-start {
    border-radius: 10px 0 0 0;
  }
  .firs-row-td-end {
    border-radius: 0 10px 0 0;
  }

  .last-row-td-start {
    border-radius: 0 0 0 10px;
  }
  .last-row-td-end {
    border-radius: 0 0 10px 0;
  }

  table{
      table-layout: fixed;
        width: 100%;
        border-bottom:0px !important;
        margin-bottom: 0rem !important;
        font-size: 14px;
  }

  .table th, .table td {
    border: 1px !important;
    padding: .2rem !important;
  }
  .fixed-table-container {
    border:0px !important;
  }

  page[size="A4"] {
    background: white;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.4);
  }

  body{
    background: white;
    width: 21cm !important;
    height: 29.7cm !important;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.4);
  }

  .footer-container, .page-footer-space {
      
  }

  .page-header, .page-header-space {
    height: 100px;
  }

  .page {
    /*page-break-after: always;*/
  }

  /*thead {display: table-header-group;} 
  tfoot {display: table-footer-group;}
  button {display: none;}
  body {margin: 0;}*/

  @page
  {
      /*size:  auto;*/
      /*size: A4;*/
      /*margin: 0mm;*/
      /*margin: 0px 2px 0px 7px;*/
      margin: 0;

      /*thead {display: table-header-group;} 
      tfoot {display: table-footer-group;}
      button {display: none;}
      body {margin: 0;}*/
  }

  @media print {
    /*.footer,
      #non-printable {
          display: none !important;
      }
      #printable {
          display: block;
    }*/
    /*body {*/
      /*-webkit-print-color-adjust: exact;*/
      /*margin: 1.6cm;*/
    /*}*/

    thead {display: table-header-group;} 
    tfoot {display: table-footer-group;}
    button {display: none;}
    body {margin: 0;}

   /* .footer-firmas{
      margin: 11mm 17mm 1.6cm 17mm;
    }*/

    /*.footer-firmas{
        margin-top:80px;
        clear: both;
    }*/

    .footer-container {
      position: fixed;
      bottom: -0;
    }

    /*.footer-container{
      position: relative;
      bottom: 0;
      margin: 0px 2px 0px 7px;
      page-break-after: always;
    }*/
  }
  
  
  .evaluacion{
  width:  100%; /*or 70%, or what you want*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.contenedorheadaer {
position: relative;
  margin-top: 20px;
  }
  
   .logoprincipal{
       position: absolute;
       text-align: center;
        
  }
    
  .textobancario{
       text-align: right;
       position: absolute;
  margin-top: -105px;

  }
  
  
  .contenedorfooter {
position: relative;

  }
  
   .imagenfooter{
       position: absolute;
       width:  100%;
    boo
        
  }
    
  .contactofooter{
       position: absolute;
       padding-left: 20px;
        color:#000;
        margin-top: -50px;

  }

