:root {
  --white: white;
  --verde-mka: #00a99d;
  --black: black;
  --azul-mega: #0e0c2d;
  --color: #ececec;
  --blue-claire: #40b0df;
  --verde-fundo: var(--blue-claire);
}

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

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

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

.secao-principal {
  padding-bottom: 0;
}

.body {
  margin-top: 135px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.titulo-principal {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 45px;
}

.image {
  border-radius: 20px;
}

.subtitulo-principal {
  padding-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.secao-testemunho {
  background-color: #e6e6e6;
}

.text-block {
  color: var(--white);
  padding-left: 10px;
  display: inline-block;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 10px;
}

.container {
  text-align: center;
  max-width: 940px;
  padding: 40px 40px 20px;
}

.titulo-principal-2 {
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 45px;
}

.container-2 {
  width: auto;
  max-width: 1200px;
  padding: 100px 40px;
}

.text-block-3 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
}

.titulo-compra {
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
}

.texto-compra {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.image-2 {
  border-radius: 20px;
}

.container-3 {
  padding: 100px 40px 60px;
}

.image-3 {
  border-radius: 20px;
}

.container-4, .container-5 {
  padding: 60px 40px;
}

.image-4 {
  border-radius: 20px;
}

.container-6 {
  max-width: 1200px;
  padding: 60px 40px;
}

.container-7 {
  padding: 60px 40px;
}

.bold-text {
  font-family: Figtree, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.image-5 {
  border-radius: 20px;
}

.frase-depoimento {
  background-color: var(--verde-mka);
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.container-8 {
  text-align: center;
  padding: 60px 40px 40px;
}

.foto-depoimento {
  padding-top: 10px;
}

.text-block-copy {
  color: var(--black);
  padding-left: 10px;
  font-family: Figtree, sans-serif;
  display: inline-block;
}

.navbar {
  background-color: var(--azul-mega);
  background-image: linear-gradient(45deg, #009385, #000);
  width: 2094px;
  position: fixed;
  inset: 0% 0% auto;
}

.text-field {
  border-radius: 20px;
}

.submit-button {
  background-color: var(--verde-mka);
  border-radius: 20px;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block {
  text-align: center;
  background-image: url('../images/Fundo_MKA_Box.svg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-9 {
  padding: 100px 40px;
}

.text-block-5 {
  text-align: center;
  padding: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
}

.text-block-6 {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contato {
  background-color: var(--color);
}

.text-field-2, .text-field-3 {
  border-radius: 20px;
}

.submit-button-2 {
  background-color: var(--verde-mka);
  border-radius: 20px;
}

.container-10 {
  padding: 60px 40px 0;
}

.icone {
  width: 40px;
  height: 40px;
}

.container-11 {
  text-align: center;
  padding: 100px 20px;
}

.icones-redes {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2 {
  padding-top: 40px;
}

.button {
  background-color: var(--verde-mka);
  border-radius: 19px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.button-2 {
  background-color: var(--verde-mka);
  border-radius: 20px;
  margin-bottom: 40px;
}

.container-12 {
  padding: 60px 40px;
}

.form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-2 {
  padding-bottom: 40px;
}

.container-13 {
  padding: 60px 40px;
}

.container-14 {
  width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-3 {
  background-color: #00a99d;
}

.div-block-4 {
  background-color: var(--verde-mka);
}

.columns {
  max-width: 1200px;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}

.column-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.secao-que-compramos {
  background-color: var(--color);
  font-family: Figtree, sans-serif;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". Area";
}

.div-que-recebemos {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-recebemos {
  text-align: center;
  width: 100px;
  padding-top: 20px;
}

.titulo-recebemos {
  color: #000;
}

.texto-recebemos {
  padding-bottom: 20px;
}

.container-15 {
  padding: 60px 40px;
}

.code-embed {
  margin-top: -40px;
  margin-left: -40px;
}

.heading {
  text-align: center;
  margin-bottom: 10px;
}

.code-embed-2 {
  margin-top: -20px;
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .icon {
    color: var(--color);
  }
}

@media screen and (max-width: 479px) {
  .icon {
    color: var(--color);
  }

  .grid {
    flex-direction: column;
    display: flex;
  }
}

#w-node-_981f1c1c-723d-749e-52f6-28531043377f-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-285310433785-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-28531043378b-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-285310433791-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-285310433797-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-28531043379d-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-2853104337a3-bf695aeb, #w-node-_981f1c1c-723d-749e-52f6-2853104337a9-bf695aeb {
  justify-self: center;
}


