:root {
  --nowos-dark: #2a4049;
  --nowos-medium: #91b0ca;
  --nowos-light: #cceaf9;
  --dark-gray: #333;
  --linkedin: #0e76a8;
  --youtube: red;
  --instagram: #c13584;
  --whatsapp: #25d366;
  --twitter: #1da1f2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.sc--navbar {
  z-index: 998;
  height: 60px;
  background-color: var(--nowos-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div--navbar {
  width: 960px;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.logo {
  width: 140px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.logo:hover {
  filter: brightness(200%);
  mix-blend-mode: normal;
}

.div--menudesktop {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div--menuburger {
  display: none;
}

.navmenulink {
  height: 100%;
  color: #b3b3b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.navmenulink:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-top: 2px;
}

.navmenulink.w--current {
  border-style: none none solid;
  border-width: 2px;
  border-color: #fff #fff var(--nowos-medium);
  color: var(--nowos-light);
  padding-top: 2px;
  font-weight: 700;
}

.btn--contato {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  align-items: center;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.5em;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.sociallink {
  width: 40px;
  height: 40px;
  color: #b3b3b3;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.5em;
  line-height: 0%;
  text-decoration: none;
  display: flex;
}

.sociallink:hover {
  color: #fff;
}

.sociallink.twitter {
  color: var(--linkedin);
  margin-right: auto;
}

.sociallink.youtube {
  color: var(--youtube);
}

.sociallink.instagram {
  color: var(--instagram);
}

.sc--footer {
  height: 190px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div--footer {
  width: 960px;
  height: 100%;
  color: var(--instagram);
  justify-content: space-between;
  padding: 20px 10px 10px;
  display: flex;
}

.div-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footerlink {
  background-color: var(--nowos-dark);
  color: #b3b3b3;
  border-radius: 7px;
  align-items: center;
  padding: 5px 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.footerlink:hover {
  color: #fff;
}

.socialmenu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.txticon {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 1.5em;
  display: flex;
}

.txtbrand {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.5em;
  display: flex;
}

.h4-footer {
  margin-top: 0;
}

.sc--basic {
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.sc--basic.hero {
  max-height: 85vh;
  background-color: #e6e6e6;
  flex-direction: column;
  position: static;
  overflow: hidden;
}

.sc--basic.services {
  background-color: #e6e6e6;
  background-image: linear-gradient(rgba(255, 255, 255, .69), rgba(255, 255, 255, .69)), url('../images/SERVIÇOS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.sc--basic.features {
  background-image: url('../images/DIFERENCIAIS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc--basic.team {
  background-color: #e6e6e6;
}

.sc--basic.contact {
  background-color: var(--nowos-light);
}

.sc--basic.testimonials {
  flex-direction: column;
  display: none;
}

.sc--basic.parallax {
  max-height: 90vh;
  overflow: hidden;
}

.sc--basic.fatos {
  background-color: var(--nowos-light);
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/NÚMEROS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sc--basic.metodo {
  background-color: #dbdbdb;
}

.div--basic {
  width: 960px;
  position: static;
}

.div--basic.center {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div--basic.center.parallax {
  position: absolute;
}

.div--basic.center.metodo {
  width: 960px;
}

.h1--hero {
  width: 620px;
  color: var(--nowos-light);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 800;
  line-height: 150%;
}

.p-hero {
  width: 620px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 150%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.cta--hero {
  background-color: var(--nowos-medium);
  text-align: center;
  margin-top: 60px;
  font-size: 1em;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.div--copyright {
  width: 960px;
  color: #ccc;
  border-top: 1px solid gray;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1em;
  display: flex;
}

.txt--copyright {
  margin-right: 8px;
}

.h2--center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.5em;
}

.h2--center.light {
  color: var(--nowos-light);
}

.clientes {
  width: auto;
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: 136px 136px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.cliente {
  width: 140px;
  height: 140px;
  border: 2px none var(--dark-gray);
  text-align: center;
  background-color: #e6e6e6;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 100%;
}

.h3.servi-os {
  max-width: 180px;
  text-align: center;
  text-transform: uppercase;
}

.h3.method {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
}

.h3.dif {
  width: auto;
  text-align: center;
}

.servi-os {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template: "." 1fr
  / 1fr 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.service {
  width: 170px;
  height: 180px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.p--service {
  width: 180px;
  text-align: center;
  white-space: normal;
  margin-bottom: 0;
  font-size: 1em;
}

.diferencial {
  width: 220px;
  height: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.diferenciais {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.membro {
  width: 220px;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.colaborador {
  width: 100px;
  height: 100px;
  background-color: #e6e6e6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 60px;
  margin-bottom: 20px;
}

.team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p--centersubheading {
  max-width: 530px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

.testimonial-card {
  width: 300px;
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div--team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  display: flex;
}

.div--testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image {
  z-index: 0;
  width: auto;
  height: auto;
  min-height: 1920px;
  min-width: 1920px;
  filter: brightness(50%);
  display: block;
  position: static;
  overflow: hidden;
}

.p--basic {
  width: 50%;
  color: var(--dark-gray);
  text-align: center;
  font-size: 1em;
}

.p--basic.light {
  color: #fff;
}

.fatos {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.experience {
  font-size: 2em;
  font-weight: 700;
}

.txt--fatos {
  color: #ffbf00;
  font-size: 3em;
  font-weight: 700;
  line-height: 100%;
}

.txt--fatos.xperience {
  position: static;
}

.div--fato {
  width: 300px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h3--fato {
  color: var(--nowos-light);
  text-align: center;
  margin-top: 0;
  font-size: 1.25em;
}

.services_icon {
  width: 60%;
  margin-top: 15%;
  margin-bottom: 5%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-style: italic;
  font-weight: 500;
}

.method {
  width: 190px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.method-icon {
  width: 180px;
}

.div--method {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.p--method {
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 999;
  width: 100vw;
  height: 4vw;
  max-width: none;
  background-color: var(--nowos-dark);
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  width: 960px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  height: 60px;
  background-color: var(--nowos-dark);
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form {
  width: 960px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-4 {
  width: 100%;
}

.text-field {
  border: 1px #000;
  margin-bottom: 20px;
}

.text-field-2, .text-field-3 {
  border: 1px #000;
}

.submit-button {
  background-color: var(--nowos-dark);
  order: 0;
  align-self: center;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.field-label {
  color: var(--nowos-dark);
  text-transform: uppercase;
  align-self: auto;
}

.success-message {
  background-color: var(--nowos-medium);
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.field-label-2 {
  color: var(--nowos-dark);
}

.error-message {
  color: red;
  text-align: center;
  font-style: italic;
}

.div--projetos {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h3--projetos {
  color: var(--nowos-medium);
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 100%;
}

.img--projetos, .vid--projetos {
  width: 80%;
}

.div-block-5 {
  display: flex;
}

.link-block {
  background-color: var(--instagram);
  color: #fff;
  border-radius: 300px;
  padding: 22px 30px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 6em;
  line-height: 1em;
  text-decoration: none;
}

.link-block.whatsapp {
  background-color: var(--whatsapp);
}

.link-block.linkedin {
  background-color: var(--linkedin);
}

.text-block-2 {
  font-size: 3em;
  line-height: .9em;
}

.div-block-6 {
  width: 500px;
  justify-content: space-between;
  display: flex;
}

.text-block-3 {
  font-size: 3.7em;
}

@media screen and (max-width: 991px) {
  .container, .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .sc--navbar {
    height: 60px;
    display: none;
  }

  .div--navbar {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div--menudesktop {
    display: none;
  }

  .div--menuburger {
    color: #fff;
    display: flex;
  }

  .navmenulink {
    color: var(--dark-gray);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: .6em;
    line-height: .6em;
    display: flex;
  }

  .navmenulink:hover {
    border: 1px #000;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
  }

  .btn--contato {
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 20px;
    font-size: 2.5em;
    display: flex;
    position: relative;
  }

  .sociallink {
    color: #fff;
  }

  .sc--footer {
    height: auto;
  }

  .div--footer {
    width: 340px;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
  }

  .div-block {
    align-items: center;
    margin-bottom: 49px;
  }

  .footerlink {
    color: #fff;
    padding-left: 10px;
  }

  .txticon {
    display: none;
  }

  .sc--basic {
    height: auto;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .sc--basic.hero {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/HERO-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 120vh;
  }

  .sc--basic.testimonials {
    display: none;
  }

  .sc--basic.parallax.about {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TEAM-0.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto 90vh;
  }

  .sc--basic.fatos {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/NÚMEROS.jpg');
    background-position: 0 0, 61%;
    background-size: auto, cover;
  }

  .div--basic.center {
    width: 90vw;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .h1--hero {
    width: auto;
    margin-bottom: 5vw;
    font-size: 2em;
    transition: opacity .2s;
  }

  .p-hero {
    width: 320px;
    font-size: 1em;
  }

  .cta--hero {
    width: 90vw;
    margin-top: 15vw;
    padding: 3vw 10vw;
  }

  .div--copyright {
    width: 340px;
    text-align: center;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt--copyright {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h2--center {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .clientes {
    width: 100%;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: 42.5vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 42.5vw;
  }

  .cliente {
    background-color: #e6e6e6;
    border-style: none;
  }

  .h3.method {
    font-size: 1em;
  }

  .servi-os {
    width: 90vw;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column wrap;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(35%, 40%)) minmax(35%, 40%);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .service {
    width: 42.5vw;
    height: 40vw;
    justify-content: center;
  }

  .p--service {
    width: auto;
  }

  .diferencial {
    width: 90vw;
    height: 36vw;
  }

  .diferenciais {
    width: auto;
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .membro {
    width: 90vw;
    padding: 10vw 5vw;
  }

  .colaborador {
    width: 40vw;
    height: 40vw;
    border-radius: 20vw;
  }

  .team {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container {
    max-width: none;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div--team, .div--testimonials {
    flex-direction: column;
  }

  .image {
    display: none;
  }

  .p--basic.light {
    width: 80vw;
  }

  .services_icon {
    width: 50%;
    margin-top: 7vw;
  }

  .text-block {
    text-align: center;
  }

  .method {
    width: 70vw;
  }

  .method-icon {
    width: 50vw;
    border-radius: 25vw;
  }

  .div--method {
    width: 80vw;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 999;
    height: 14vw;
    margin-left: 0;
    margin-right: 0;
    padding: 2vw 0 2vw 5vw;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    max-width: none;
  }

  .navbar-wrapper {
    width: auto;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: center;
  }

  .icon {
    color: var(--nowos-light);
  }

  .div-block-2 {
    background-image: linear-gradient(to bottom, var(--nowos-light), var(--nowos-light));
    border-radius: 3vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    position: fixed;
    top: 19vw;
    bottom: auto;
    left: 5vw;
    right: 5vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .div-block-2:hover {
    border: 0 #000;
  }

  .navbar {
    z-index: 899;
    height: 16vw;
  }

  .form {
    width: 90vw;
  }

  .div-block-3 {
    flex-direction: column;
    display: flex;
  }

  .h3--projetos {
    text-transform: uppercase;
    font-size: 1em;
  }

  .div-block-5 {
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    padding: 20px 22px;
    font-size: 3.5em;
  }

  .div-block-6 {
    width: 80vw;
  }
}

#w-node-_7aa70ce4-2360-b282-af93-9ec795ccc00d-9e48f25d, #w-node-_389333be-fb01-40f2-7caf-195e6efa6610-9e48f25d, #w-node-_9e0a46fc-7d0e-8c4a-b300-bb5e8ccb5df6-9e48f25d, #w-node-_9f7e3476-b5f7-67b7-eefb-d1f518a554d8-9e48f25d, #w-node-_962ddf43-552e-3423-f598-40297c6c32c6-9e48f25d, #w-node-_5f61f9c2-020b-d7be-0c3e-5759edc6a314-9e48f25d, #w-node-_32f88d28-5377-66e9-1fc9-1653e6affac8-9e48f25d, #w-node-_31e6d444-c25d-53ca-fe6b-7ebf3d69b894-9e48f25d, #w-node-_9ea81201-56cc-9d41-fbd8-c209b5d4f400-9e48f25d, #w-node-_9ca89c8d-e286-2343-a3e9-b736399ba3bc-9e48f25d, #w-node-_058560f0-abe9-b211-96fe-e892e326ec5b-9e48f25d, #w-node-_0c21fe61-f2e6-1c27-36d4-bd7d57c18da5-9e48f25d, #w-node-d974b1e9-c6db-7177-9515-7ff248efeaab-9e48f25d, #w-node-b3329871-5ca5-a6b9-f99d-abbeb8cc9a45-9e48f25d, #w-node-e8b413aa-ec38-bdf4-c7c4-99169e7efb65-9e48f25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}