@page {
  size: A4;
  margin: 2cm;
}

@media print {
  /* Força as cores mesmo em impressão */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  #doc-cover .wrapper h1 {
    font-family: "Times New Roman", serif !important;
    font-size: 60pt !important;
    color: #070707 !important;
  }

  #doc-cover .wrapper h2 {
    font-family: "Arial", sans-serif !important;
    font-size: 40pt !important;
    color: #a09e9e !important;
  }
  .icon-dica {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.3em;
  }

  .logo {
    max-width: 100% !important;
    height: 250px !important;
    align-self: center !important;
  }
  .properties {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* Ajuste a margem ou padding conforme necessário */
    padding-bottom: 1cm;
  }
  .fw-section h3 {
  font-weight:700;
  color:#111827;
  font-size:1.05rem;
  margin-bottom:.4rem;
}

.fw-divider {
  border:0;
  border-top:2px solid rgba(0, 0, 0, 0);
}

}
.md-footer__inner {
  padding: 1rem;
}

.md-footer-nav__link {
  padding: 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s;
}

.md-footer-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.md-footer-nav__title {
  font-size: 1rem;
}

/* Altera as cores dos botões */
.md-footer-nav__button {
  color: #ffffff;
}
