@media only print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}

@media only print {
  .titulo-bloco {
    background-color: rgba(255,255,255,0);
    color: #000 !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  /*font-family: 'Montserrat';*/
}

@media (max-width: 767.98px) {
  .titulo-bloco {
    background-color: #00368c;
    color: #fff;
    font-size: 1.2rem !important;
    line-height: 3rem;
  }
}

.titulo-bloco {
  background-color: #00368c;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
}

