:root {
  --open-sans: "Open Sans", sans-serif;
  --branco: white;
  --48px: 48px;
  --52px: 52px;
  --42px: 42px;
  --46px: 46px;
  --36px: 36px;
  --40px: 40px;
  --16px: 16px;
  --14px: 14px;
  --18px: 18px;
  --preto-escuro: #151619;
  --10px: 10px;
  --24px: 24px;
  --8px: 8px;
  --32px: 32px;
  --azul: #04a1e1;
  --56px: 56px;
  --azul-escuro: #008dc6;
  --6px: 6px;
  --cinza-escuro: #1c1d20;
  --0px: 0px;
  --2px: 2px;
  --12px: 12px;
  --20px: 20px;
  --22px: 22px;
  --26px: 26px;
  --28px: 28px;
  --30px: 30px;
  --34px: 34px;
  --38px: 38px;
  --44px: 44px;
  --50px: 50px;
  --54px: 54px;
  --100: 100%;
  --50: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--48px);
  line-height: var(--52px);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h2 {
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--42px);
  line-height: var(--46px);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: var(--16px);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--14px);
  line-height: var(--18px);
}

.body {
  background-color: var(--preto-escuro);
  background-image: url('../images/bg-intro.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  height: auto;
  position: relative;
}

.footer {
  padding-top: var(--36px);
  padding-bottom: var(--36px);
  background-image: url('../images/bg-footer.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 1280px;
}

.navbar {
  padding-top: var(--24px);
  padding-bottom: var(--24px);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
}

.nav-link {
  padding: var(--16px) var(--32px);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--16px);
  line-height: var(--16px);
  font-weight: 700;
  transition: color .1s;
}

.nav-link:hover {
  color: var(--azul);
}

.nav-link.proposta {
  padding: var(--16px) var(--32px);
  border-radius: var(--56px);
  background-color: var(--azul);
  transition: background-color .1s, color .1s;
}

.nav-link.proposta:hover {
  background-color: var(--azul-escuro);
  color: var(--branco);
}

.box-slider-home {
  z-index: 997;
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 530px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-slider-home-left {
  flex: 1;
  align-self: center;
  padding-right: 1%;
}

.box-slider-home-right {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.botao-azul {
  padding: var(--16px) var(--32px);
  border-radius: var(--56px);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--16px);
  line-height: var(--16px);
  font-weight: 700;
}

.box-foto-produto-intro {
  z-index: 998;
  position: absolute;
  inset: auto auto 0%;
}

.box-selo-intro {
  z-index: 999;
  position: absolute;
  inset: 8% auto auto 43%;
}

.section.margem {
  padding-top: var(--56px);
  padding-bottom: var(--56px);
}

.box-detalhes {
  padding: var(--48px) var(--24px) var(--24px);
  background-image: url('../images/bg-box-detalhes.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.center {
  text-align: center;
}

.box-detalhes-wolstar {
  margin-top: var(--48px);
  text-align: center;
}

.h-flex {
  grid-column-gap: var(--24px);
  grid-row-gap: var(--24px);
  justify-content: space-between;
  align-items: center;
}

.h-flex.aplicacoes {
  padding-top: var(--48px);
}

.h-flex.tecnologias {
  padding-top: var(--48px);
  flex-flow: row;
  justify-content: space-between;
}

.box-h-flex-left {
  padding: var(--24px) var(--32px);
  border-radius: var(--16px);
  background-color: var(--cinza-escuro);
  flex: 1;
}

.box-h-flex-left.pictograma-pc {
  background-image: url('../images/pictograma-pc_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left.smart-display {
  background-image: url('../images/smart-display_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left.sistema-bqc {
  background-image: url('../images/abertura-lateral.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left.novo-design {
  background-image: url('../images/vidros-pivotantes.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left.footer {
  background-color: var(--cinza-escuro);
  background-image: none;
}

.box-h-flex-left.copy {
  background-color: var(--preto-escuro);
  background-image: none;
}

.box-h-flex-rigth {
  padding: var(--24px);
  border-radius: var(--16px);
  background-color: var(--cinza-escuro);
  flex: 1;
  align-self: stretch;
  display: block;
}

.box-h-flex-rigth.redes {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.box-h-flex-rigth.copy {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  background-color: var(--preto-escuro);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.qs-flex {
  margin-bottom: var(--24px);
  grid-column-gap: var(--24px);
  grid-row-gap: var(--24px);
  padding: 0;
}

.qs-flex.formulario {
  margin-bottom: var(--0px);
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
}

.cell-qs {
  grid-column-gap: var(--24px);
  grid-row-gap: var(--24px);
  justify-content: center;
  align-items: stretch;
}

.cell-qs.form {
  grid-column-gap: var(--0px);
  grid-row-gap: var(--0px);
  justify-content: center;
  align-items: stretch;
}

.box-texto-qs.right {
  text-align: right;
}

.box-texto-qs.botton {
  text-align: left;
  position: absolute;
  inset: auto 0% 5% 3%;
}

.h3 {
  margin-top: var(--6px);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--32px);
  font-weight: 400;
}

.box-h-flex-center {
  padding: var(--24px) var(--32px);
  border-radius: var(--16px);
  background-color: var(--cinza-escuro);
  flex: 1;
}

.box-h-flex-center.pictograma-pc {
  background-image: url('../images/pictograma-pc.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-center.smart-display {
  background-image: url('../images/smart-display.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-center.sistema-bqc {
  background-image: url('../images/elegancia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  min-height: 500px;
  position: relative;
}

.box-h-flex-center.novo-design {
  background-image: url('../images/novo-design.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-center.aplicacoes {
  padding-bottom: var(--48px);
}

.card-aplicacoes {
  flex: 1;
}

.box-icone-aplicacoes {
  margin-bottom: var(--24px);
  text-align: center;
}

.box-foto-qs {
  margin-top: var(--24px);
  text-align: center;
}

.box-titulo {
  margin-bottom: var(--48px);
  text-align: center;
}

.input {
  min-height: var(--48px);
  margin-bottom: var(--16px);
  border-radius: var(--6px);
  background-color: var(--cinza-escuro);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--16px);
  line-height: var(--16px);
  border: 1px #000;
}

.text-area {
  margin-bottom: var(--24px);
  border-radius: var(--6px);
  background-color: var(--cinza-escuro);
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--16px);
  line-height: var(--16px);
  border: 1px #000;
  min-height: 150px;
}

.text-redes {
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--14px);
  line-height: var(--14px);
  font-weight: 700;
}

.box-h-flex-left-center {
  padding: var(--24px) var(--32px);
  border-radius: var(--16px);
  background-color: var(--cinza-escuro);
  flex: 1;
}

.box-h-flex-left-center.pictograma-pc {
  background-image: url('../images/pictograma-pc.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left-center.smart-display {
  background-image: url('../images/smart-display.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left-center.sistema-bqc {
  background-image: url('../images/sistema-bqc.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left-center.novo-design {
  background-image: url('../images/novo-design.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  min-height: 500px;
}

.box-h-flex-left-center.footer {
  background-color: var(--cinza-escuro);
  background-image: none;
}

.box-h-flex-left-center.copy {
  background-color: var(--preto-escuro);
  background-image: none;
}

.text-copy {
  font-family: var(--open-sans);
  color: var(--branco);
  font-size: var(--14px);
  line-height: var(--14px);
  text-align: center;
  font-weight: 400;
}

.form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.card-tecnologias {
  grid-column-gap: var(--24px);
  grid-row-gap: var(--24px);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-icone-tecnologias {
  margin-bottom: var(--24px);
  text-align: center;
  flex: 1;
}

.box-texto-tecnologias {
  flex: 1;
}

.code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: var(--10px);
    padding-left: var(--10px);
  }

  .nav-menu {
    padding-top: var(--16px);
    padding-bottom: var(--16px);
    border-radius: var(--8px);
    background-color: var(--preto-escuro);
  }

  .nav-link.proposta {
    margin-right: var(--24px);
    margin-left: var(--24px);
  }

  .menu-button {
    border-radius: var(--6px);
    background-color: var(--azul);
    color: var(--branco);
  }

  .menu-button.w--open {
    background-color: var(--preto-escuro);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: var(--36px);
    line-height: var(--40px);
  }

  .box-slider-home {
    flex-flow: column;
    min-height: 800px;
  }

  .box-slider-home-left {
    flex: 0 auto;
  }

  .cell-qs {
    flex-flow: column;
  }

  .coluna-flex-horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .box-slider-home {
    min-height: 550px;
  }

  .box-selo-intro {
    top: 5%;
    left: 30%;
  }

  .h-flex, .h-flex.aplicacoes, .h-flex.tecnologias {
    flex-flow: column;
  }

  .box-h-flex-left.pictograma-pc {
    background-position: 50% 100%;
    background-size: contain;
    min-height: 300px;
  }

  .box-h-flex-left.smart-display, .box-h-flex-left.sistema-bqc, .box-h-flex-left.novo-design {
    min-height: 400px;
  }

  .box-h-flex-rigth.redes {
    flex-flow: row;
  }

  .box-h-flex-center.sistema-bqc {
    min-height: 400px;
  }
}

#w-node-_3fad6299-4d7c-c648-d0e8-0705ade7bf45-2770c307 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_6c58e829-e8cf-3f5b-e327-f71b6b3cab51-2770c307 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb8ce883-8d8e-ed77-3456-a7f40b915e3f-2770c307, #aplicacoes.w-node-f61387af-8989-b09b-8dba-50064aaab9aa-2770c307, #aplicacoes.w-node-_05edba65-430c-def0-3e4f-ff20444c2254-2770c307 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3fad6299-4d7c-c648-d0e8-0705ade7bf45-2770c307 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_6c58e829-e8cf-3f5b-e327-f71b6b3cab51-2770c307 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


