*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(-45deg, #b8b8b8, #e7e7e7, #fafafa);
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, rgba(81, 76, 21, 1), rgb(72, 67, 26), rgba(251, 235, 93, 1));
  background-size: 300% 300%;
  border-radius: 4px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover { background: rgba(81, 76, 21, 0.8); }

/* ESTILO FOOTER */
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1d2631;
  padding: 2em 0;
  overflow-x: hidden;
}
footer p {
  display: inline;
  width: max-content;
  height: max-content;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  word-break: break-word;
}
/* --------------------------------------------------------------- */
/* DIREITOS AUTORAIS */
#direitosautorais {
  display: block;
  text-align: center;
  font-size: 0.85em;
  color: #fafafa;
  position: relative;
}
/* FIM - DIREITOS AUTORAIS */


@media (max-width: 1024px){
  #direitosautorais{
    padding: 2.5em 2em;
  }
}