
/*
@font-face {
  font-family: "Montserrat";
  src: url(Montserrat-Regular.otf) format("truetype");
}
*/
@font-face {
  font-family: "fontGMX";
  src: url(Geomanist-Regular.otf) format("truetype");
}

body {
  overflow: hidden;

  padding: 0;
  margin: 0;
  border: 0;

  width: 100vw;
  height: 100vh;
}

body
,body * {
  /*
  font-family: "Montserrat";
  */
  font-family: "fontGMX";

  box-sizing: border-box;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;

  forced-color-adjust: exact !important;
}


/* **************** */

.zz_pdf_titTOP_ped {
  color: #fff;
  text-align: center;
}


.zz_pdf_titTOP_ped .tit {
  font-size: 15pt;
  background-color: #1e5b4f;
}

.zz_pdf_titTOP_ped .s_tit {
  font-size: 13pt;
  background-color: #a67e57;
}

.zz_pdf_titTOP_ped .ss_tit {
  font-size: 13pt;
  background-color: #fffaef;
  color: #503d29;
}

.tB { font-weight: bold; }
.tBB {-webkit-text-stroke: 0.1pt; }
.tBBB { -webkit-text-stroke: 0.8pt; }

.pdf_bgPrimary{ background-color: #9F2241; }

@media print {
  @page {
    margin: 0;
    scale: 1;
  }
  body {
    margin: 15px;
  }
  .nueva-pagina {
    page-break-before: always;
  }
}