body, html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #000000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  background-color: #f7a823; }

.bg {
  background-image: url(/background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-out;
  /* Opera */
  -o-transition: all 0.3s ease-out;
  /* Standard */
  transition: all 0.3s ease-out; }

a:hover, .botao:hover {
  text-decoration: none; }

.bold, strong, b {
  font-weight: 700; }

.black {
  font-weight: 900; }

input, textarea {
  outline: none; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.vvhide {
  visibility: hidden; }

.block {
  display: block; }

.aright {
  text-align: right; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }
