header .logo a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 200px;
  height: auto;
}

footer > .row {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

footer > .row > .columns {
  width: 33%;
  text-align: center;
}

footer > .row > .columns ul {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  footer > .row {
    flex-direction: column;
  }
  footer > .row > .columns {
    width: 100%;
  }
}

footer h3:before {
  text-align: center;
}

/*.row:before, .row:after {
  content: none;
}*/

footer .copyright {
  margin: auto;
}

/* INTERFACE STUFF (BUTTONS, ETC.) */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  width: 100%;
}

.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #cc9a00;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #e6ae00;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background-color: #ececec;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  background-color: #D3D9D9;
  color: #505050;
}

a, a:visited {
  color: #cc9a00;
}
a:hover, a:focus {
  color: #333
}

footer, footer ul li a, footer ul li a:visited {
  color: #929292;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:visited:hover {
  color: #fff;
}

header .header-social li a {
    color: #cc9a00;
}

header .header-social li a:hover {
  color: white;
}

#go-top a:hover {
  background: #cc9a00;
}

ul#nav li a { 
  color: #929292;
}

.sub-header {
  position: absolute;
  top: 54px;
  width: 100%;
  text-align: center;
  padding: 26px 0;
  border-bottom: 1px solid #E6E6E6;
}

.sub-header h1 {
  margin-bottom: 0;
  font-size: 52px;
}

@media only screen and (max-width: 767px) {
  .sub-header h1 {
    font-size: 42px;
  }
}

.sub-header h1 i {
  font-size: 0.8em;
  margin-right: 18px;
}

.row {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .contato .button {
    width: 100%;
  }
}

@media only screen  and (min-device-width: 813px) {
  .canva {
    width: 60% !important;
    height: 0 !important;
    padding-top: 96.7778% !important;
  }
}