.hero {
  position: relative;
  height: 90vh;
  padding-top: 60px;
  background-image: url('../images/header-bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.memnu-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-top: 40px;
  margin-bottom: -240px;
  padding: 24px;
  background-color: #00519c;
}

.content-wrapper {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  background-color: transparent;
}

.menu-logo {
  max-height: 48px;
}

.nav-link {
  padding: 16px 12px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.body {
  max-width: 100vw;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.navbar-container {
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-destaque {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 90vw;
}

.image {
  max-height: 40vh;
}

.sobre-nos {
  padding: 120px 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.img-nvega {
  max-width: 48%;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-block.white {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #00519c;
  font-weight: 900;
  text-transform: uppercase;
}

.heading.nospace {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph {
  font-size: 16px;
  line-height: 28px;
}

.paragraph.azul {
  color: #00519c;
}

.paragraph.contact {
  margin-left: 40px;
  color: #00519c;
  line-height: 24px;
  font-weight: 500;
}

.img-navega {
  min-height: 100%;
  min-width: 50%;
  background-image: url('../images/img-navega.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.buton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00519c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.servi-os-section {
  padding-right: 40px;
  padding-left: 40px;
}

.servicos-container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.servicos-container.assistencia {
  padding: 0px;
  background-color: transparent;
}

.lista-de-servicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servico-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.servico-nome {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00519c;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.div-planeta {
  position: relative;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-2 {
  position: absolute;
  z-index: -1;
  max-width: 140%;
}

.assistencia-section {
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/assistencia-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.brand {
  padding-left: 0px;
}

.contato-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contato-container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.flex-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hor.topo-contato {
  margin-bottom: 40px;
}

.telefone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-telefone {
  width: 50px;
  margin-right: 24px;
}

.telefone {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #00519c;
  font-size: 24px;
  font-weight: 900;
}

.label {
  margin-bottom: 8px;
  margin-left: 0px;
  color: #00519c;
}

.label.metade {
  max-width: 48%;
}

.input {
  height: 60px;
  margin-bottom: 20px;
  background-color: #00519c;
  color: #fff;
}

.input:focus {
  color: #fff;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.metade {
  max-width: 48%;
}

.input.text-area {
  height: 240px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-metade {
  width: 49%;
  margin-right: 1%;
  margin-left: 0%;
}

.div-metade.inteiro {
  width: 100%;
  margin-right: 1%;
  margin-left: 0%;
}

.footer {
  padding-bottom: 40px;
}

.footer-bg {
  margin-bottom: 40px;
  padding: 40px 24px;
  background-color: #00519c;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  max-height: 30px;
  margin-left: 20px;
}

.text-block-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .memnu-header {
    position: relative;
    z-index: 1;
    padding: 0px;
  }

  .navbar-container {
    display: block;
    height: 100%;
    min-width: 100vw;
    margin-left: 0px;
    padding: 24px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .sobre-nos {
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block.white {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .img-navega {
    min-height: 50vh;
    background-position: 50% 80%;
  }

  .servicos-container {
    padding: 20px;
  }

  .servicos-container.assistencia {
    padding-right: 40px;
    padding-left: 40px;
  }

  .servico-item {
    width: 49%;
  }

  .image-2 {
    left: -50%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 200%;
    max-width: 200%;
  }

  .assistencia-section {
    height: 70vh;
    background-position: 35% 0%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    border-radius: 10px;
    background-color: #004585;
  }

  .nav-menu {
    z-index: 0;
    width: 100vw;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #004585;
  }

  .contato-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-bg {
    position: relative;
    z-index: 1;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 80vh;
  }

  .img-navega {
    min-height: 50vh;
    min-width: 100%;
  }

  .servicos-container {
    padding: 0px;
  }

  .assistencia-section {
    height: 50vh;
    padding-top: 40px;
    background-position: 60% 0%;
  }

  .flex-hor.topo-contato {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-telefone {
    width: 40px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .sobre-nos {
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
  }

  .content-block.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.nospace {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-top: 40px;
    margin-left: 0px;
  }

  .img-navega {
    min-height: 50vh;
    min-width: 50%;
  }

  .buton {
    width: 100%;
  }

  .servi-os-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .servico-nome {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    width: 60vw;
  }

  .contato-section {
    padding: 80px 16px;
  }

  .flex-hor {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .telefone-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-telefone {
    width: 28px;
    margin-right: 8px;
  }

  .telefone {
    font-size: 20px;
  }

  .input {
    height: 50px;
    margin-bottom: 12px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-metade {
    width: 100%;
  }
}

