<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============ PADRAO ============ */
:root {
  --bs-corPrincipal: #0d5131;
  --bs-corSecundaria: #4da186;
  --bs-bgBox: #fff;
  --bs-corTexto: #333;
}
/* ============ FIM DO PADRAO ============ */

/* ============ MODAL LGPD ============ */
#lgpd-banner {
  font-size: 12px;
  display: none;
  position: fixed;
  bottom: 0;
  max-width: 280px;
  background-color: var(--bs-bgBox);
  color: var(--bs-corTexto);
  padding: 20px;
  text-align: center;
  z-index: 1000;
  border-radius: 20px;
  border: solid 1px #eee;
  margin: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lgpd-banner p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
#lgpd-banner #close-banner {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: transparent;
  color: #fff;
  background: var(--bs-corPrincipal);
  border: none;
  font-size: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  line-height: 1em;
}
#lgpd-banner b {
  font-size: 14px;
  font-weight: 800;
  color: var(--bs-corPrincipal);
}
#lgpd-banner a {
  color: var(--bs-corPrincipal);
}
#lgpd-banner button {
  margin: 5px;
  padding: 10px 20px;
  background-color: #fff;
  color: #666;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}
#lgpd-banner button.botAceite {
  background: var(--bs-corPrincipal);
  color: #fff;
}
#lgpd-banner button.botCustm {
  padding: 0;
  text-decoration: underline;
  border: none;
  font-size: 10px;
  background: transparent;
}
#lgpd-preferences {
  display: none;
  text-align: left;
  padding: 10px;
  background-color: var(--bs-corPrincipal);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
}
#lgpd-preferences div {
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#lgpd-preferences label {
  display: block;
  margin: 5px 0;
}
/* ============ FINAL MODAL LGPD ============ */

/* ============ PAGINA LGPD ============ */
.accordion-section {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.accordion-header {
  background-color: #0d5131;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.accordion-content {
  display: none;
  padding: 10px 30px;
  line-height: 1.5em;
}
.accordion-content.open {
  display: block;
}
/* ============ FINAL PAGINA LGPD ============ */
</pre></body></html>