
@media (min-width: 991.98px) {
#quarto-header {
  border-bottom: 1px solid #dee2e6;
}
}

.navbar-brand > img {
  max-height: 36px;
}


.platform-table td {
  vertical-align: middle;
}

.platform-table td > div.sourceCode {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}


.document-example {
  opacity: 0.9;
  padding: 6px; 
  font-weight: 500;
  margin-bottom: 1rem;
}

.document-example div {
  padding: 5px;
}


.document-example .citation {
  color: blue;
}


.search-attribution {
  margin-top: 20px;
  padding-bottom: 20px;
  height: 40px;
}

#download-button {
  margin-top: 1em;
}

#download-table {
  margin-bottom: 2em;  
}

#download-table p {
  margin-bottom: 0;
}

#download-table .checksum {
  color: var(--bs-primary);
  font-size: .775em;
  cursor: pointer;
  padding-top: 4px;
}

#download-button {
  display:flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

#download-button .secondary {
  font-size: .775em;
  margin-bottom: 0;
}

#download-button .container {
  display: flex;
  padding-left: 10px;
  padding-right: 40px;
}

#download-button .icon-container {
  fill: white;
  width: 30px;
  margin-right: 15px;
}

.reveal-demo {
  width: 100%;
  height: 350px;
  outline: none;
}


.slide-deck {
  border: 3px solid #dee2e6;
  width: 100%;
  height: 475px;
}

@media only screen and (max-width: 600px) {
 .slide-deck {
    height: 400px;
  }
}

/* FOOTER GLOBAL — TSIINO HIIWIIDA */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.tsiino-site-footer {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background: #626A38 !important;
  color: #F6F1E8 !important;
  padding: 2rem clamp(1.2rem, 3vw, 3.5rem) !important;
  box-sizing: border-box !important;
  font-family: "Montserrat", Arial, sans-serif;
}

body > .tsiino-site-footer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tsiino-footer-inner {
  width: min(1700px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content max-content;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 4rem);
}

.tsiino-footer-logos,
.tsiino-footer-contact,
.tsiino-footer-dev {
  min-width: 0;
}

.tsiino-site-footer a {
  color: #F6F1E8 !important;
  text-decoration: none !important;
}

.tsiino-site-footer a:hover {
  color: #D99A27 !important;
}

/* Logos */

.tsiino-footer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: clamp(0.75rem, 1.3vw, 1.4rem);
}

.tsiino-footer-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.tsiino-footer-logos a:hover {
  transform: translateY(-1px);
  opacity: 0.86;
}

.tsiino-footer-logo {
  display: block;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 64px;
}

.tsiino-footer-logo-project {
  height: 60px;
}

.tsiino-footer-logo-amazonia {
  height: 52px;
}

.tsiino-footer-logo-confap {
  height: 42px;
}

.tsiino-footer-logo-cnpq {
  height: 36px;
}

.tsiino-footer-logo-governo {
  height: 44px;
  max-width: 160px;
}

.tsiino-footer-logo-missing {
  display: none !important;
}

/* Contato */

.tsiino-footer-contact {
  text-align: center;
  line-height: 1.35;
}

.tsiino-footer-title {
  margin-bottom: 0.45rem;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D99A27;
}

.tsiino-footer-contact a {
  font-size: clamp(0.95rem, 1.1vw, 1.12rem);
  font-weight: 800;
  white-space: nowrap;
}

/* Desenvolvido por */

.tsiino-footer-dev {
  text-align: right;
  line-height: 1.35;
}

.tsiino-footer-dev-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.tsiino-footer-dev-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  font-weight: 700;
}

.tsiino-footer-dev-links i {
  font-size: 1rem;
  line-height: 1;
}

/* Responsivo */

@media (max-width: 1100px) {
  .tsiino-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tsiino-footer-logos {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tsiino-footer-contact {
    text-align: center;
  }

  .tsiino-footer-dev {
    text-align: center;
  }

  .tsiino-footer-dev-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tsiino-footer-contact a {
    white-space: normal;
  }

  .tsiino-footer-logo-project {
    height: 52px;
  }

  .tsiino-footer-logo-amazonia {
    height: 44px;
  }

  .tsiino-footer-logo-confap {
    height: 42px;
  }

  .tsiino-footer-logo-cnpq {
    height: 34px;
  }

  .tsiino-footer-logo-governo {
    height: 44px;
    max-width: 150px;
  }
}

@media (max-width: 520px) {
  .tsiino-site-footer {
    padding: 1.6rem 1rem !important;
  }

  .tsiino-footer-inner {
    gap: 1.4rem;
  }

  .tsiino-footer-logos {
    gap: 0.75rem 0.95rem;
  }

  .tsiino-footer-logo-project {
    height: 46px;
  }

  .tsiino-footer-logo-amazonia {
    height: 38px;
  }

  .tsiino-footer-logo-confap {
    height: 38px;
  }

  .tsiino-footer-logo-cnpq {
    height: 30px;
  }

  .tsiino-footer-logo-governo {
    height: 34px;
    max-width: 135px;
  }

  .tsiino-footer-contact a {
    font-size: 0.95rem;
  }

  .tsiino-footer-dev-links a {
    font-size: 0.82rem;
  }
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body > .tsiino-site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .tsiino-site-footer {
  display: block !important;
}