/* FORÇA AS CORES EM TODAS RESOLUÇÕES */

* {
  transition: none !important;
}
@media (max-width: 768px) {
  .menu-topo {
    display: none !important;
  }
}
.text-purple-500,
.text-purple-400,
.text-purple-600,
.text-purple-700 {
  color: #d4af37 !important;
}
/* FUNDO */
body,
section,
div,
header,
footer,
nav {
  background-color: #111111 !important;
  color: white !important;
}

/* TEXTOS */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
  color: white !important;
}

/* CORES DOURADAS */
button,
.btn,
.bg-blue-700,
.bg-blue-600,
.bg-purple-700,
.bg-purple-600,
.text-blue-700,
.text-blue-600,
.text-purple-700,
.text-purple-600,
.border-blue-700,
.border-purple-700 {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: black !important;
}

/* LINKS */
a {
  color: #d4af37 !important;
}

/* INPUTS */
input,
textarea,
select {
  background-color: #222 !important;
  color: white !important;
  border: 1px solid #d4af37 !important;
}   