<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========= FIM RESET ========= */
/*variaveis*/
/*classes*/
.bg-cantainer {
  float: left;
  position: relative;
  width: 100%;
  min-height: 753px;
  background: url(../images/bg_prehome.jpg) top center no-repeat;
}
.bg-interno {
  float: left;
  position: relative;
  width: 100%;
  min-height: 651px;
  padding: 0 0 20px 0;
  background: url(../images/bg-como-participar_cons_cadastrese.jpg) top center;
}
.body {
  background: #000;
}
.align100 {
  float: left;
  position: relative;
  width: 100%;
}
.quadro-right {
  float: right;
  position: relative;
  width: 32%;
  padding: 0 30px;
  background: #f9f9f9;
  min-height: 600px;
}
.quadro-right .login-logo {
  float: left;
  position: relative;
  width: 100%;
  margin: 100px 0 0 0;
}
.quadro-right form {
  float: left;
  position: relative;
  width: 75%;
  margin: 30px 0 0;
}
.quadro-right form label {
  float: left;
  position: relative;
  width: 100%;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.quadro-right form input {
  float: left;
  position: relative;
  width: 100%;
  border: 1px solid #ADADAD;
  font-size: 14px;
  padding: 5px;
  margin: 0 0 10px 0;
}
.quadro-right form button {
  float: left;
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  background: #00aff0;
  color: #FFF;
  border: none;
  margin: 10px 10px 0 0;
}
.quadro-right form .link-acesso {
  float: left;
  position: relative;
  color: #2872dd;
  font-size: 12px;
  margin: 30px 0 0 0;
}
.quadro-right .rodape-integra {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  text-align: center;
}
.quadro-right .rodape-integra a {
  margin: 0px 20px;
  font-size: 13px;
  color: #474747;
  display: inline;
}
.quadro-right .rodape-integra p {
  float: right;
  position: relative;
  margin: 20px 124px 0 0;
  font-size: 12px;
  color: #b4b4b4;
}
.conheca {
  float: left;
  position: relative;
  width: 68%;
  text-align: center;
}
.conheca img {
  width: 38%;
  margin: 100px 0 0 0;
}
@media screen and (min-width: 1051px) and (max-width: 1375px) {
  .quadro-right {
    width: 36%;
  }
  .conheca {
    width: 52%;
  }
  .conheca img {
    width: 60%;
  }
}
@media screen and (min-width: 853px) and (max-width: 1050px) {
  .quadro-right {
    width: 52%;
  }
  .conheca {
    width: 48%;
  }
  .conheca img {
    width: 60%;
  }
}
@media screen and (min-width: 0px) and (max-width: 853px) {
  .quadro-right {
    width: 100%;
  }
  .conheca {
    width: 38%; display: none;
  }
  .conheca img {
    width: 100%;
  }
}
</pre></body></html>