header, h1, h2, h3, h4, h5, h6, p, nav, ul, li {
  margin: 0;
  padding: 0; }

code {
  white-space: pre; }

body {
  background-image: url(imagens/fundo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
  background-color: black; }

.page-header, .content-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.content-root {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.4;
  padding: 1.4em;
  background-color: rgba(0, 0, 0, 0.7); }

@media (min-width: 480px) {
  .content-root {
    padding: 30px 60px;
    font-size: 20px; } }
@media (min-width: 720px) {
  .content-root {
    margin-top: 20px; } }
.header-logo {
  line-height: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: white; }

.header-logo img {
  max-width: 100%;
  max-height: 100px; }

@media (min-width: 480px) {
  .header-logo img {
    height: 100px; } }
@media (min-width: 720px) {
  .page-header {
    display: flex;
    margin-top: 20px; }

  .header-logo {
    margin-left: 20px;
    flex-shrink: 0; } }
.nav-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.nav-menu ul li {
  text-align: center;
  text-transform: uppercase;
  flex-grow: 1;
  width: 50%; }

.nav-menu a {
  display: inline-block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none; }

.nav-menu li.current-page {
  border-bottom: 2px solid white; }

.nav-menu a:hover, .nav-menu a:active, .nav-menu a:focus {
  color: #eb4;
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 480px) {
  .nav-menu ul {
    justify-content: flex-end; }

  .nav-menu ul li {
    flex-grow: 0;
    width: auto; }

  .nav-menu ul li:not(:first-child) {
    margin-left: 8px; } }
@media (min-width: 720px) {
  .nav-menu {
    flex-grow: 1;
    text-align: right;
    margin-right: 20px;
    align-self: center; } }
.content-root h1, .content-root h2, .content-root h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.content-root h2 {
  font-size: 1.6em;
  margin: 0.5em 0; }

.content-root h3 {
  font-size: 1.3em;
  margin: 1em 0 0.5em; }

.content-root p {
  margin: 0.9em 0; }

.content-root > p:first-child {
  margin-top: 0.4em; }

.company-name-first {
  font-variant: small-caps; }

.content-root ul {
  padding-left: 2em; }

.lista-registros li {
  margin: 0.8em 0; }

.lista-registros li p {
  margin: 0; }

.address-map {
  border: 0;
  width: 100%; }

.form-field {
  background-color: white;
  border: 1px solid #999;
  margin-bottom: 0.5em; }

.form-field-label {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #666;
  padding: 0.2em 0.7em; }

.form-field input, .form-field textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  font: inherit; }

.form-field input:focus, .form-field textarea:focus {
  background-color: #e2f1ff; }

.form-submit-button {
  background-color: #0066cc;
  color: white;
  padding: 0.4em 1em;
  border: none;
  font-family: inherit;
  font-size: 1em;
  text-transform: uppercase; }

.clientes-logos {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: stretch; }

.cliente-logo {
  flex-basis: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box; }

.cliente-logo img {
  max-height: 80px;
  max-width: 100%;
  height: 100%;
  object-fit: contain; }

.cliente-logo-tall img {
  max-height: auto;
  max-width: 120px; }

@media (min-width: 720px) {
  .cliente-logo {
    flex-basis: 33.333%; } }
