<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../fonts/ico-moon/style.css");
@import url("../fonts/swis721-cn-bt/style.css");

@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}

/** DIVERSAS PERSONALIZAÃ‡Ã•ES BASE **/
*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
  text-decoration: none;
  outline: none;
}

/* Barra de Rolagem */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #827ca1;
  border-radius: 4px;
}

.animate,
.animate-inverse {
  transition-duration: 0.3s;
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -webkit-transform: scale(1);
}

.animate:hover {
  transition-duration: 0.3s;
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -webkit-transform: scale(1.1);
}

.animate-inverse:hover {
  transition-duration: 0.3s;
  transform: scale(0.9);
  -webkit-transition-duration: 0.3s;
  -webkit-transform: scale(0.9);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

*::-moz-selection {
  background: #63873d;
  color: #fff;
}

*::selection {
  background: #63873d;
  color: #fff;
}

blockquote {
  border-left: 5px solid #63873d;
}

strong {
  font-weight: 600;
}

/** HTML, BODY **/
html, body {
  letter-spacing: 0.3px;
  background: url(../images/background.png) 0 0 no-repeat #fff;
  font-family: sans-serif;
  position: relative;
  color: #827ca1;
  height: 100%;
  width: 100%;
}

.loadie {
  transition: width 0.5s ease-out;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  background-color: #63873d;
  position: absolute;
  z-index: 99999;
  height: 3px;
  width: 0;
  left: 0;
  top: 0;
}

p {
  font-size: 1.2rem;
  color: #61808c;
  line-height: 2.2rem;
  -webkit-font-smoothing: antialiased;
}


main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo {
  margin: 50px 0;
}

.logo img {
  max-width: 250px;
}

.menus {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.menus .menu {
  width: 300px;
}

.btn-resultados,
.btn-restrito {
  color: #fff;
  padding: 15px;
  display: block;
  margin-top: 15px;
  width: 100%;
}

.btn-resultados {
  background: #ec1f24;
}

.btn-restrito {
  background: #63873d;
}

/** DROPDOWN **/
.dropdown-content {
  position: absolute;
  left: 0;
  top: -45px;
  background: #fff;
  min-width: 100px;
  padding-top: 0;
  border: 0 solid rgba(31, 45, 61, 0);

  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1)
}

.dropdown-content:BEFORE {
  position: absolute;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  width: 0;
  height: 0;
  top: 0px;
  right: 25px;
  z-index: 999;

  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.dropdown-content li&gt;a {
  color: #fff;
  font-size: 15px;
}

.dropdown-content li&gt;a&gt;i {
  margin: 0 15px 0 0;
}

.dropdown-content li:hover&gt;a,
.dropdown-content li:hover&gt;a&gt;i {
  color: #827ca1;

}

.dropdown-content-resultados {
  background: #ec1f24;
}

.dropdown-content-restrito {
  background: #63873d;
}

.menu-header {
  z-index: 999;
  position: absolute;
  padding: 20px;
  top: 35px;
  right: 40px;
  display: flex;
}

.menu-header&gt;div {
  margin-left: 20px;
  min-width: 280px;
}

@media screen and (max-width: 700px) {
  .menus {
    flex-direction: column;
    gap: 0;
  }

  .by {
    margin: 20px 0;
  }
}
</pre></body></html>