:root {
  --_paleta-de-cores---roxo-base: #5c0cb1;
  --_paleta-de-cores---branco: #e1dde5;
  --_paleta-de-cores---roxo-claro: #8b2bf1;
  --_paleta-de-cores---roxo-escuro: #350764;
  --radius-base: 1.4rem;
  --_paleta-de-cores---card-claro: #d9d5dc;
}

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

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.brand {
  width: 11rem;
}

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

.body {
  background-color: #e1dde5;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

.nav-social {
  width: 2.2rem;
}

.nav-social.maior {
  width: 2.8rem;
}

.nav-icones {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.nav-contato {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.texto-info {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: .05px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px 14px;
  font-size: .85rem;
  font-weight: 700;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.nav-link:hover {
  background-color: var(--_paleta-de-cores---roxo-claro);
  color: var(--_paleta-de-cores---branco);
  border-radius: 100px;
}

.nav-link.w--current {
  background-color: var(--_paleta-de-cores---roxo-claro);
  color: var(--_paleta-de-cores---branco);
  border-radius: 10rem;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #4d039cf2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: sticky;
  top: 0;
  box-shadow: 0 6px 14px #0003;
}

.nav-destaque {
  background-color: var(--_paleta-de-cores---roxo-claro);
  color: var(--_paleta-de-cores---branco);
  letter-spacing: .3px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-left: 1rem;
  padding: 12px 30px;
  font-size: .9rem;
  font-weight: 700;
}

.cont-base {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.h1 {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.esp-m {
  width: 100%;
  height: 3rem;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section-roxo {
  background-color: var(--_paleta-de-cores---roxo-escuro);
}

.section-roxo.hero {
  background-image: linear-gradient(#00000059, #00000059), url('../images/banner-hero.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-roxo.degrade {
  background-image: linear-gradient(180deg, var(--_paleta-de-cores---roxo-escuro), var(--_paleta-de-cores---roxo-base));
}

.btn-base {
  border: 1px solid var(--_paleta-de-cores---branco);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 2.3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.817, -.002, .58, 1);
  display: flex;
}

.btn-base:hover {
  border-color: var(--_paleta-de-cores---roxo-claro);
  background-color: var(--_paleta-de-cores---roxo-claro);
}

.esp-p {
  width: 100%;
  height: 1rem;
}

.text-block {
  color: var(--_paleta-de-cores---branco);
  font-size: 1.1rem;
  font-weight: 500;
}

.esp-section {
  height: 8rem;
}

.info-hero {
  max-width: 40%;
}

.h2 {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2em;
}

.h2.branco {
  color: var(--_paleta-de-cores---branco);
  font-weight: 700;
}

.h2.branco.centralizado {
  text-align: center;
  font-weight: 700;
}

.h2.centralizado {
  text-align: center;
}

.h2.maior {
  font-size: 3.2rem;
}

.p-base {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.p-base.branco {
  color: var(--_paleta-de-cores---branco);
}

.p-base.branco.centralizado, .p-base.centralizado {
  text-align: center;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-conheca {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.3rem;
  display: flex;
}

.text-block-2 {
  color: var(--_paleta-de-cores---branco);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1em;
}

.text-block-2-copy {
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1.4em;
}

.card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.3rem;
  display: flex;
}

.h2-card {
  color: var(--_paleta-de-cores---branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.icone-card {
  border-radius: 0;
  width: 4rem;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-servico {
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.2rem;
  display: flex;
}

.h3 {
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-6 {
  padding: 2rem .8rem;
}

.img-servico {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 280px;
}

.div-block-7 {
  max-width: 50%;
}

.div-produtos {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.div-block-9 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.card-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.8rem 3.3rem;
  display: flex;
}

.icone-serv {
  width: 3rem;
}

.header-contato {
  border-radius: var(--radius-base);
  background-image: url('../images/img-contato_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem;
  position: relative;
}

.text-block-3 {
  color: var(--_paleta-de-cores---branco);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}

.div-block-11 {
  max-width: 50%;
}

.intro-contato {
  padding-left: 12.1rem;
  padding-right: 12.1rem;
}

.div-block-12 {
  background-color: var(--_paleta-de-cores---branco);
  border-top-right-radius: 3rem;
  width: 400px;
  height: 4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-4 {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1em;
}

.field {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: 1rem;
  padding: 1.6rem 1.4rem;
}

.field.no-margin {
  letter-spacing: .04rem;
  text-transform: uppercase;
  border-radius: .35rem;
  margin-bottom: 0;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: .8rem;
}

.textarea {
  padding: 1.4rem;
}

.submit-button {
  background-color: var(--_paleta-de-cores---roxo-base);
  letter-spacing: .5px;
  border-radius: 100px;
  padding: 1.4rem 3.7rem;
}

.submit-button._100 {
  letter-spacing: .8px;
  min-width: 100%;
}

.grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.text-info-contato {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.sep-contato {
  background-color: var(--_paleta-de-cores---roxo-base);
  width: 100%;
  height: 2px;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}

.sep-contato.branco {
  background-color: var(--_paleta-de-cores---branco);
}

.form-block {
  margin-bottom: 0;
  display: block;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-footer {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.1em;
  text-decoration: none;
}

.botao-venda {
  background-color: var(--_paleta-de-cores---roxo-claro);
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
}

.wrapper-footer {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  width: 35%;
}

.wrapper-menu-footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
  display: flex;
}

.image-5 {
  width: 200px;
}

.titulo-info-footer {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
}

.titulo-contato-footer {
  color: var(--_paleta-de-cores---branco);
  text-transform: uppercase;
  margin-bottom: .2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-info-contato-footer {
  color: var(--_paleta-de-cores---branco);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.p-footer {
  color: var(--_paleta-de-cores---branco);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.bloco-whatsapp {
  z-index: 999;
  background-color: #01df71;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: 15px;
  padding: 12px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.background-video {
  border-radius: var(--radius-base);
}

.text-block-8 {
  color: var(--_paleta-de-cores---branco);
  letter-spacing: 1px;
  font-size: .8rem;
}

.div-block-18 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 300px;
}

.div-img-hero {
  aspect-ratio: auto;
  max-width: 50%;
  height: 100%;
}

.wr-hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.div-titulo-pg {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4.4rem 0%;
  display: flex;
  position: static;
}

.titulo-pg {
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1em;
}

.img-conversao {
  object-fit: cover;
  border-radius: 1.5rem;
}

.wr-img-conversao {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-menor {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.h2-texto-info {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h2-texto-info.branco {
  color: var(--_paleta-de-cores---branco);
}

.esp-pp {
  width: 100%;
  height: .5rem;
}

.sub-titulo--pg {
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: stretch stretch;
}

.grid-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-produto-header {
  object-fit: cover;
  border-radius: 1.5rem;
  height: 340px;
}

.wr-info-pg {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.card-solucoes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_paleta-de-cores---roxo-base);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
  display: flex;
}

.div-img-solucoes {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.div-info-solucoes {
  max-width: 50%;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.div-block-22 {
  max-width: 100%;
}

.list {
  color: var(--_paleta-de-cores---roxo-escuro);
  padding-left: 20px;
}

.list.branco {
  color: var(--_paleta-de-cores---branco);
}

.text-block-9 {
  color: var(--_paleta-de-cores---roxo-escuro);
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-9.branco {
  color: var(--_paleta-de-cores---card-claro);
  font-size: 1.3rem;
}

.img-inst-01 {
  object-fit: cover;
  border-radius: 1rem;
  height: 310px;
}

.text-block-10 {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: .5rem;
  font-weight: 600;
}

.wr-form-produto {
  border-radius: var(--radius-base);
  border: 1px solid #c9c9c9;
  padding: 3.1rem;
}

.text-block-11 {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: .35rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: var(--_paleta-de-cores---roxo-base);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .65rem;
  font-size: .85rem;
  font-weight: 500;
}

.grid-passos {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-passos._2 {
  grid-template-columns: 1fr 2fr;
}

.div-block-25 {
  border-radius: var(--radius-base);
  background-image: url('../images/img-0003_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.radio-button-label {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-bottom: 0;
}

.div-block-26 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wr-radio {
  background-color: #00000008;
  border: .01rem solid #e7e7e7;
  border-radius: .75rem;
  padding: 19px 22px;
}

.wr-radio-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.esp-g {
  width: 100%;
  height: 6rem;
}

.div-block-27 {
  max-width: 70%;
}

.heading-4 {
  color: var(--_paleta-de-cores---roxo-base);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .85rem;
  font-weight: 500;
}

.heading-4.branco {
  color: var(--_paleta-de-cores---branco);
  margin-bottom: .8rem;
}

.text-block-13 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--_paleta-de-cores---branco);
  text-align: center;
  text-transform: uppercase;
  background-color: #5c0cb1d9;
  border-radius: .75rem;
  margin: 15px;
  padding: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.img-sistemas {
  position: relative;
}

.bg-form-rotulo {
  border-radius: var(--radius-base);
  background-image: url('../images/img-rotulo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-form-rotulo._02 {
  background-image: url('../images/img--mold.avif');
}

.banner-inside {
  border-radius: var(--radius-base);
  display: block;
}

.banner-inside-mobile {
  border-radius: var(--radius-base);
  display: none;
}

.image-9 {
  border-radius: var(--radius-base);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-29 {
  height: 650px;
}

.img-pessoa {
  object-fit: contain;
  object-position: 50% 100%;
  height: 100%;
  padding-top: 5rem;
}

.img-pessoa._01 {
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}

.slider-hero {
  background-color: #fff0;
  height: 70svh;
}

.slide-base {
  background-color: #222;
}

.section.hero {
  background-color: var(--_paleta-de-cores---roxo-escuro);
  background-image: url('../images/banner-hero.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav-3 {
  display: none;
}

.dots {
  height: .5rem;
  margin-bottom: 1rem;
}

.galeria-foto {
  border-radius: var(--radius-base);
  border: 1px solid #c9c9c9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: .9rem;
}

.image-10 {
  mix-blend-mode: multiply;
  object-fit: cover;
  border-radius: .65rem;
  width: 100%;
  height: 100%;
}

.h2-copy {
  color: var(--_paleta-de-cores---roxo-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2em;
}

.h2-copy.branco {
  color: var(--_paleta-de-cores---branco);
  font-weight: 700;
}

.h2-copy.branco.centralizado {
  text-align: center;
  font-weight: 700;
}

.h2-copy.centralizado {
  text-align: center;
}

.h2-copy.maior {
  font-size: 3.2rem;
}

.text-block-14 {
  color: var(--_paleta-de-cores---branco);
  font-size: 1.3rem;
}

.wr-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-info--produto {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.card-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 9px 40px 8px #29125033;
}

.grid-3col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.texto-produto {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.img-produtos {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-contato-fixo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.wrp-contato-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.grid-7 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-15 {
  color: var(--_paleta-de-cores---roxo-escuro);
  text-transform: uppercase;
  font-size: .8rem;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  justify-content: center;
  align-items: center;
  padding: 2.2rem 1.6rem;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  color: var(--_paleta-de-cores---branco);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.image-13 {
  width: 4rem;
}

.link-block-3 {
  text-decoration: none;
}

.btn-denuncias {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius-base);
  background-color: var(--_paleta-de-cores---roxo-base);
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.6rem;
  text-decoration: none;
  display: flex;
}

.icone-denuncias {
  width: 3rem;
}

.div-block-31 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-14 {
  border-radius: var(--radius-base);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .div-block {
    order: 0;
    display: none;
  }

  .nav-menu {
    background-color: var(--_paleta-de-cores---roxo-base);
    order: 0;
    padding: 3.4rem;
  }

  .nav-link {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }

  .nav-destaque {
    text-align: center;
    margin-top: 2rem;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }

  .cont-base {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1 {
    text-align: center;
    font-size: 3rem;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .btn-base {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

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

  .info-hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 70%;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .menu-button {
    color: var(--_paleta-de-cores---branco);
  }

  .menu-button.w--open {
    background-color: var(--_paleta-de-cores---roxo-claro);
    border-radius: 5rem;
  }

  .intro-contato {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .botao-venda {
    text-align: center;
    margin-top: 2rem;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .wrapper-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-logo {
    width: 100%;
  }

  .div-img-hero {
    max-width: 50%;
  }

  .wr-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 59px;
    position: static;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }

  .text-block-11 {
    line-height: 1.1em;
  }

  .img-pessoa {
    padding-top: 0;
  }

  .slider-hero {
    height: 100%;
  }

  .slide-base {
    position: static;
  }

  .section {
    height: 100%;
  }

  .wrp-contato-mobile {
    order: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 10rem;
    padding-left: 0;
  }

  .nav-icones {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .nav-contato.mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .div-block {
    display: none;
  }

  .nav-menu {
    padding-top: 1.9rem;
  }

  .texto-info {
    font-size: .8rem;
    font-weight: 600;
  }

  .texto-info.maior {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .navbar {
    z-index: 99999;
  }

  .nav-destaque {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .cont-base {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1 {
    text-align: center;
    font-size: 10svw;
    line-height: 1.1em;
  }

  .esp-m {
    height: 2rem;
  }

  .esp-m.maior {
    height: 6rem;
  }

  .div-block-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    width: 100%;
  }

  .section-roxo.hero {
    background-image: linear-gradient(#00000091, #00000091), url('../images/banner-hero.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .btn-base {
    padding: .8rem 1.5rem;
    font-size: .9rem;
  }

  .esp-p {
    height: .7rem;
  }

  .text-block {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 4svw;
    line-height: 1.4em;
  }

  .esp-section {
    height: 5rem;
  }

  .info-hero {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .h2 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .h2.branco.centralizado {
    font-weight: 700;
  }

  .h2.centralizado {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .h2.maior {
    margin-bottom: .2rem;
    font-size: 2.8rem;
    line-height: 1em;
  }

  .p-base {
    line-height: 1.5em;
  }

  .p-base.centralizado {
    text-align: left;
  }

  .item-conheca {
    border-radius: 1rem;
  }

  .card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    padding: 3rem;
  }

  .icone-card {
    width: 3rem;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .menu-button {
    border: 1px solid var(--_paleta-de-cores---branco);
    border-radius: 5px;
  }

  .menu-button.w--open {
    border-color: var(--_paleta-de-cores---roxo-claro);
  }

  .card-servico {
    justify-content: space-between;
    padding: 1.5rem;
  }

  .div-block-6 {
    padding: 2.2rem 0;
  }

  .img-servico {
    border-radius: .5rem;
  }

  .div-block-7 {
    max-width: none;
  }

  .div-block-9 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .card-horizontal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3rem;
  }

  .header-contato {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-contato_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 4.3rem 2.8rem;
  }

  .text-block-3 {
    font-size: 2rem;
  }

  .div-block-11, .intro-contato {
    max-width: none;
  }

  .div-block-12 {
    width: 50%;
    height: 2rem;
  }

  .text-block-4 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .submit-button._100 {
    padding: 1.1rem 0;
    font-size: .85rem;
  }

  .grid-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .sep-contato {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .footer-menu {
    justify-content: center;
    align-items: center;
  }

  .link-footer {
    font-size: 1rem;
  }

  .botao-venda {
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1rem;
  }

  .footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper-menu-footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .image-5 {
    width: 150px;
  }

  .titulo-contato-footer {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
  }

  .text-info-contato-footer {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6em;
  }

  .p-footer {
    text-align: center;
    margin-bottom: 0;
  }

  .bloco-whatsapp {
    width: 60px;
    height: 60px;
  }

  .background-video {
    height: 380px;
  }

  .div-block-18 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-img-hero {
    max-width: 100%;
  }

  .wr-hero {
    flex-flow: column;
    height: auto;
    padding-top: 5rem;
  }

  .div-titulo-pg {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    padding-left: 0%;
  }

  .titulo-pg {
    font-size: 2.8rem;
  }

  .img-conversao {
    border-radius: 1rem;
  }

  .card-menor {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }

  .h2-texto-info {
    font-size: 1.3rem;
  }

  .esp-pp {
    height: .7rem;
  }

  .sub-titulo--pg {
    text-align: left;
    font-size: .9rem;
    line-height: 1.5em;
  }

  .grid-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .img-produto-header {
    border-radius: 1rem;
  }

  .card-solucoes {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    padding: 1.8rem;
  }

  .div-img-solucoes {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-info-solucoes {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    max-width: 100%;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

  .text-block-9.branco {
    line-height: 1.3em;
  }

  .img-inst-01 {
    border-radius: 1rem;
  }

  .wr-form-produto {
    border-radius: var(--radius-base);
    padding: 1.6rem;
  }

  .text-block-11 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }

  .grid-passos, .grid-passos._2 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    height: 200px;
  }

  .div-block-26 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .esp-g {
    height: 2rem;
  }

  .div-block-27 {
    max-width: 100%;
  }

  .text-block-13 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .bg-form-rotulo {
    height: 200px;
  }

  .banner-inside {
    display: none;
  }

  .banner-inside-mobile {
    display: block;
  }

  .div-block-29 {
    height: 300px;
  }

  .img-pessoa._01 {
    padding-top: 0;
  }

  .galeria-foto {
    grid-template-columns: 1fr;
  }

  .h2-copy {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .h2-copy.branco.centralizado {
    font-weight: 700;
  }

  .h2-copy.centralizado {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .h2-copy.maior {
    margin-bottom: .2rem;
    font-size: 2.8rem;
    line-height: 1em;
  }

  .text-block-14 {
    line-height: 1.3em;
  }

  .grid-info--produto {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    padding: 1.8rem;
  }

  .grid-3col {
    grid-template-columns: 1fr;
  }

  .texto-produto {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-produtos {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 0;
  }

  .nav-contato-fixo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .wrp-contato-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .text-block-16 {
    font-size: 1rem;
  }

  .image-13 {
    width: 3rem;
  }

  .btn-denuncias {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .icone-denuncias {
    width: 3rem;
  }
}


