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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-5: #1a1a1a;
  --white: white;
  --black: #0e081f;
  --color1: #1e559b;
  --font-family-foi: Barlow, sans-serif;
  --color-3: #f2f2f2;
  --color-6: #093d7c;
  --color-2: #3189d6;
  --color-4: #8c8c8c;
  --font-1: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

.container {
  max-width: 1438.64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container-unico {
  border: 1px #c7c7c7;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: block;
}

.container-unico.menu-container {
  border-style: solid;
}

.body, .body-2 {
  background-color: var(--color-5);
}

.naveg {
  z-index: 100;
  background-color: var(--color-5);
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
}

.navbar {
  background-color: var(--white);
  border: 1px #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.brand {
  background-image: url('../images/logo-fiinika.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 60px;
  padding-bottom: 0;
  display: block;
}

.brand.w--current {
  background-size: contain;
  align-self: auto;
  width: 122px;
}

.inicio {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.button {
  border: 2px solid var(--color1);
  font-family: var(--font-family-foi);
  color: var(--color-3);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 8px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--color1);
  color: var(--white);
}

.div-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--color1);
  font-family: var(--font-family-foi);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  border: 2px none var(--color1);
  background-color: var(--color-6);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.button-2.sem-cor {
  border: 1px solid var(--color1);
  color: var(--color1);
  background-color: #f2811d00;
}

.button-2.sem-cor:hover {
  background-color: var(--color1);
  color: var(--white);
}

.button-2.branco {
  background-color: var(--white);
  color: var(--black);
  display: flex;
}

.button-2.branco:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--color-2);
  color: var(--white);
}

.button-2.variacao-amarelo {
  background-color: #f2811d;
}

.button-2.variacao-amarelo:hover {
  color: var(--white);
  background-color: #e07516;
}

.div-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-text {
  padding-bottom: 20px;
}

.div-image {
  border: 5px none var(--color-2);
  border-radius: 50px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around start;
  place-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  display: grid;
}

.div-block-2 {
  background-color: var(--color1);
  border-radius: 100px;
  min-width: 120px;
  min-height: 120px;
}

.div-block-3 {
  background-color: var(--color1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.div-block-4 {
  background-color: var(--color1);
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.div-block-5 {
  width: 120px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: var(--color-5);
  text-align: left;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.4;
}

.image {
  border: 3px none var(--color1);
  border-radius: 10px;
  position: static;
  top: 220px;
  left: auto;
}

.heading {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

.heading-2 {
  font-family: var(--font-family-foi);
  color: var(--color-4);
  font-weight: 400;
}

.paragraph-4 {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  letter-spacing: .3px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.4;
}

.nav-link {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.nav-link.w--current {
  color: var(--color-3);
  text-decoration: none;
}

.heading-3, .heading-4, .heading-5 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.nav-link-2 {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.nav-link-2.w--current {
  color: var(--color-3);
  padding: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-2.w--current:hover {
  color: var(--color1);
}

.nav-link-3 {
  color: var(--color1);
  margin-left: auto;
  margin-right: 35px;
  padding: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.nav-link-3.w--current {
  color: var(--color1);
  -webkit-text-stroke-color: var(--color1);
}

.nav-link-4 {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.nav-link-4.w--current {
  color: var(--color-3);
}

.div-center-1 {
  margin-bottom: 100px;
}

.heading-6 {
  font-family: var(--font-family-foi);
  color: var(--color-3);
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-grid-funciona {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-9 {
  border: 2px dashed var(--color-2);
  border-radius: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-10 {
  border: 2px dashed var(--color1);
  border-radius: 8px;
  max-width: 400px;
  max-height: 300px;
}

.div-block-11, .div-block-12 {
  margin-bottom: 60px;
}

.heading-7, .heading-8, .heading-9 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--color-5);
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.4;
}

.heading-10, .heading-11, .heading-12 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: var(--color-5);
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.4;
}

.div-hero {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-button-apr {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: var(--color1);
  color: var(--color-5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.button-3.button-2 {
  font-size: 16px;
}

.button-3.button-2:hover {
  border: 2px solid var(--color1);
}

.button-4 {
  padding: 0;
  line-height: 50px;
}

.button-4.button {
  color: var(--color-3);
  border-width: 2px;
  font-size: 16px;
  font-weight: 500;
}

.button-4.button:hover {
  color: var(--color-5);
  font-weight: 500;
}

.button-5 {
  background-color: var(--color1);
  font-family: var(--font-family-foi);
  color: var(--color-5);
  text-align: center;
  letter-spacing: .3px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 500px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.button-5._1 {
  color: var(--color-5);
  min-width: 0;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.como-funciona {
  background-color: var(--color-5);
  padding-top: 100px;
  padding-bottom: 60px;
}

.paragraph-11 {
  color: var(--color-5);
  letter-spacing: .3px;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.como-pagar {
  background-color: #a5a5a517;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-center2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-13 {
  margin-bottom: 60px;
}

.paragraph-12 {
  font-family: var(--font-family-foi);
  color: var(--color-5);
  letter-spacing: .3px;
  max-width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.div-block-14, .div-block-15, .div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-grid-pagar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 60px;
  display: grid;
}

.heading-13 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.heading-14 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-13 {
  font-family: var(--font-family-foi);
  color: var(--color-5);
  text-align: left;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.4;
}

.heading-15 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.paragraph-14, .paragraph-15 {
  font-family: var(--font-family-foi);
  color: var(--color-5);
  text-align: left;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.4;
}

.heading-16 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 24px;
  font-weight: 500;
}

.div-block-22 {
  border: 1px dashed var(--color1);
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-24 {
  border: 2px dashed var(--color1);
  border-radius: 10px;
}

.planos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-center-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.footer {
  background-color: var(--color-5);
  height: auto;
  padding-bottom: 20px;
}

.div-center-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-grid-planos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  min-height: 530px;
  display: grid;
}

.div-block-26 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 140px;
  display: flex;
}

.button-6 {
  background-color: var(--color1);
  color: var(--color-5);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.button-6.button-2 {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-7 {
  padding: 0;
  line-height: 50px;
}

.button-7.button.button-4 {
  color: var(--color-5);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-7.button.button-4:hover {
  color: var(--color-3);
}

.heading-17 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-16 {
  font-family: var(--font-family-foi);
  color: var(--color-5);
  text-align: center;
  letter-spacing: .3px;
  max-width: 1000px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-planos {
  background-color: var(--white);
  box-shadow: 0 1px 20px 0 var(--color-4);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-29, .div-block-30 {
  min-width: 400px;
  max-width: 400px;
}

.div-block-31 {
  border-bottom: 1px solid var(--color-4);
  min-width: 380px;
  min-height: 100px;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 400px;
  min-height: 200px;
  padding-top: 20px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 400px;
  margin-top: 10px;
  padding-left: 10px;
  display: flex;
}

.text-block {
  font-family: var(--font-family-foi);
  color: var(--color-4);
  font-size: 18px;
  font-weight: 300;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.heading-18 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
}

.div-block-36 {
  min-height: 30px;
}

.text-block-2 {
  font-family: var(--font-family-foi);
  color: var(--color-4);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.div-block-37 {
  position: relative;
  top: 20px;
}

.button-8 {
  padding: 0;
  line-height: 50px;
}

.button-8.button-5 {
  background-color: var(--color1);
  font-weight: 600;
}

.heading-19 {
  font-family: var(--font-family-foi);
  color: var(--color1);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 600;
  line-height: 70px;
}

.div-block-38 {
  margin-bottom: 70px;
}

.vantagens {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-39 {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46%;
  height: auto;
  min-height: 430px;
  position: relative;
  left: 40px;
}

.nav {
  border: 1px #dfdfdf;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-40 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  cursor: pointer;
}

.grid {
  grid-template-rows: auto;
  width: 80%;
}

.button-9 {
  background-color: var(--color1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-9._1 {
  background-color: var(--color-3);
  color: #000;
}

.button-9._2 {
  border: 1px solid var(--color1);
  color: var(--color1);
  background-color: #f2811d00;
}

.grid-2 {
  grid-template-rows: auto;
}

.para-que-serve-o-foi {
  height: auto;
}

.div-grid-serve-foi {
  margin-top: 100px;
}

.grid-3 {
  grid-template-rows: auto;
}

.paragraph-17 {
  color: var(--color-5);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-43 {
  background-image: url('../images/Design-sem-nome-4.png');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60em;
  display: block;
  position: relative;
}

.heading-20 {
  color: var(--color1);
  font-size: 41px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-44 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 52px 52px;
  display: flex;
  box-shadow: 0 2px 5px #00000017;
}

.div-block-45 {
  background-color: var(--color-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -54px;
  padding: 25px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 100%;
}

.paragraph-18 {
  color: var(--color-5);
  text-align: center;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 160%;
}

.heading-21 {
  color: var(--color1);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

.div-block-46 {
  margin-bottom: 60px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.div-block-47 {
  border: 1px dashed var(--color-3);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 52px;
  display: flex;
}

.heading-22 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-19 {
  color: var(--color-3);
  margin-bottom: 0;
  font-size: 18px;
}

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

.div-block-48 {
  border: 1px solid var(--color-3);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 52px 40px;
  display: flex;
  box-shadow: 0 1px 5px #0e081f17;
}

.div-block-49 {
  background-color: var(--color1);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.heading-23 {
  color: var(--color1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-24 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.paragraph-20 {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 120%;
}

.div-block-50 {
  border-bottom: 1px none var(--color-3);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.div-block-51, .div-block-52, .div-block-53 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54 {
  border: 1px dashed var(--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-25, .heading-26, .heading-27 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-content {
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.plus-vertical {
  background-color: var(--color1);
  width: 2px;
  height: 16px;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px #f3f6fc;
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 1px 10px #f2811d0f;
}

.grid-7._2-column {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-7._2-column.odd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.h2-header {
  color: var(--color-5);
  margin-bottom: 0;
}

.faq-wrap {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-rich-text {
  margin-bottom: -10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h4-header {
  margin-bottom: 0;
}

.h4-header.faq-header {
  color: var(--color-5);
  font-size: 22px;
  font-weight: 500;
}

.accordion-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.accordion-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 16px 24px;
  display: flex;
}

.plus {
  background-color: var(--color1);
  width: 16px;
  height: 2px;
}

.header-wrap {
  margin-bottom: 32px;
}

.header-wrap._0-margin {
  margin-bottom: 0;
}

.grid-content {
  max-width: 500px;
}

.grid-content.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pre-header {
  color: var(--color1);
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.pre-header-wrap {
  margin-bottom: 24px;
}

.faq {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
  color: var(--color-5);
  line-height: 30px;
}

.imagem-div {
  background-color: var(--color1);
  height: auto;
}

.grid-8 {
  grid-template-rows: auto;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150%;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  background-image: url('../images/91975-Photoroom.png');
  background-position: 0%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 697px;
}

.div-block-61 {
  width: 40%;
}

.heading-28 {
  color: var(--color-5);
}

.div-block-62 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.heading-29 {
  font-size: 24px;
}

.link {
  color: var(--color-3);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.div-block-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-30 {
  color: var(--color-3);
  font-size: 24px;
  font-weight: 400;
}

.paragraph-31 {
  color: var(--color-4);
  margin-bottom: 0;
}

.text-span {
  color: var(--color1);
}

.text-span-2 {
  color: var(--white);
}

.paragraph-32 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  display: inline;
}

.paragraph-32._2 {
  color: var(--white);
  margin-bottom: 45px;
}

.div-block-64 {
  width: 250px;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-31 {
  color: var(--color-3);
  font-size: 24px;
  font-weight: 400;
}

.text-block-3 {
  color: var(--color-4);
  font-size: 18px;
  font-weight: 500;
}

.heading-32 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.div-block-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.social-link {
  text-align: center;
  width: 44px;
  height: 44px;
  margin-left: 8px;
}

.social-link.tiktok {
  display: none;
}

.img.social {
  object-fit: contain;
  width: 100%;
  max-width: 24px;
  height: 100%;
}

.copyright-social-wrap {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color-6) black black;
  color: var(--color-5);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.text-span-3 {
  color: var(--color-3);
}

.copyright {
  color: var(--color-4);
  font-size: 16px;
}

.paragraph-33 {
  color: var(--color-5);
  font-size: 24px;
  line-height: 1.4;
}

.shadow {
  height: 100px;
}

.div-block-69 {
  margin-bottom: 50px;
}

.paragraph-34 {
  color: #ffffffc4;
  line-height: 150%;
}

.div-block-70 {
  width: 50%;
  margin-top: 40px;
}

.div-block-70._2 {
  width: 100%;
}

.footer-contact-text {
  color: var(--color-4);
  letter-spacing: -.2px;
  line-height: 1.4;
}

.h2-header-2 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.h2-header-2._2 {
  text-align: center;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff0d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.dev-text {
  color: var(--white);
  font-size: 16px;
  display: inline-block;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  left: -9px;
}

.container-2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.button-icon-wrap {
  width: 24px;
  height: 100%;
}

.button-icon-wrap.on-right {
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.button-icon-wrap.on-right.play-icon {
  margin-left: 8px;
  margin-right: -2px;
}

.button-icon-wrap.on-right.play-icon.diffrnt2 {
  margin-top: 0;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.dev-wrap {
  max-width: 310px;
  margin-top: 24px;
  line-height: 1.4;
}

.footer-link-contact-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  display: grid;
}

.button-10 {
  border: 1px solid #0000;
  border-radius: 200px;
  min-width: 155px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.button-10.main-button {
  color: #fff;
  background-color: #3461ff;
}

.button-text {
  color: var(--color-2);
  text-decoration: none;
}

.footer-contact-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  max-width: 200px;
}

.h3-header {
  margin-bottom: 0;
}

.h3-header.footer-title {
  color: var(--color-2);
  letter-spacing: -.8px;
  font-size: 24px;
}

.copyright-2 {
  color: var(--color-3);
  text-align: center;
  font-size: 16px;
  overflow: visible;
}

.contact-link {
  color: var(--color-3);
  font-size: 15px;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.inner-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: start;
  display: grid;
}

.footer-logo {
  width: 150px;
}

.button-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-text-wrap.dev-link {
  color: #3461ff;
  cursor: pointer;
  justify-content: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
}

.footer-2 {
  background-color: var(--black);
  color: var(--black);
  padding: 61px 0 50px;
}

.footer-cta-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff0d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: grid;
}

.footer-link {
  color: var(--black);
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  color: #3461ff;
  font-weight: 600;
}

.dev-link-wrap {
  margin-top: 20px;
  display: inline-block;
}

.small-header {
  color: var(--white);
  letter-spacing: -.5px;
  font-size: 18px;
}

.text-block-4 {
  color: var(--white);
  text-decoration: none;
}

.paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
  line-height: 30px;
}

.text-block-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-72 {
  background-image: url('../images/banner.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  height: 437px;
  padding-top: 0;
  display: block;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  font-size: 55px;
}

.bold-text {
  color: var(--color1);
}

.text-block-8 {
  font-size: 41px;
}

.text-block-9 {
  color: #66dcf5;
  font-size: 54px;
  line-height: 56px;
  display: inline;
}

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

.text-block-20 {
  text-align: left;
  font-size: 18px;
}

.div-block-73 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bold-text-2 {
  vertical-align: baseline;
  display: block;
}

.div-block-74 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.bold-text-3 {
  padding-top: 53px;
  padding-bottom: 10px;
  display: block;
}

.bold-text-3.price-free {
  text-align: center;
}

.button-11 {
  text-align: center;
  border-radius: 8px;
  display: block;
}

.text-block-17 {
  color: #58b2eb;
  text-align: left;
  font-size: 30px;
}

.text-block-17.price-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.price-card {
  color: #fff;
  background-color: #172554;
  border-radius: 10px;
  min-width: 430px;
  max-width: 430px;
  padding: 20px;
}

.text-block-25 {
  font-size: 50px;
}

.bold-text-4 {
  font-size: 52px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-76 {
  background-color: var(--black);
}

.text-block-26, .text-block-27 {
  color: var(--white);
}

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

.image-5, .image-6, .image-7, .image-8 {
  max-width: 80%;
}

.modulos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47 {
  font-size: 17px;
}

.text-block-28 {
  color: var(--white);
}

.div-block-78 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  padding-left: 5px;
}

.tutoriais {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.card {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-left {
  width: 50px;
  height: 50px;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  width: 100%;
  right: 0%;
  overflow: visible;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-body {
  color: #333;
  background-color: #fff;
  border-radius: 0;
  height: auto;
  padding: 0;
}

.carousel-mask {
  width: 33%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  margin-right: 0;
  inset: auto 0% 0% auto;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: 60px;
  overflow: hidden;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 60px 0 75px;
  overflow: hidden;
}

.heading-33 {
  direction: ltr;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.card-2 {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-body-2 {
  height: 100%;
  padding: 30px;
}

.container-4 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  width: auto;
}

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

.text-block-29 {
  color: #333;
  background-color: #0000;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.icon-2 {
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-3 {
  color: #333;
}

.slide-nav {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.video {
  border-radius: 10px;
}

.text-block-30 {
  font-family: "Fa Solid 900", sans-serif;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    height: 55px;
    padding: 10px 25px;
  }

  .planos {
    padding-bottom: 140px;
  }

  .div-center-4 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    text-align: center;
  }

  .faq {
    padding-bottom: 140px;
  }

  .div-block-60 {
    height: auto;
    min-height: 788px;
  }

  .copyright-social-wrap {
    display: block;
  }

  .h3-header.footer-title {
    color: var(--color-2);
    -webkit-text-stroke-color: var(--color-2);
  }

  .copyright-2 {
    color: var(--white);
  }

  .contact-link {
    color: var(--color-3);
  }

  .button-11 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price-card {
    padding: 40px 30px;
  }

  .tutoriais {
    padding-top: 120px;
    padding-bottom: 140px;
    position: relative;
  }

  .carousel {
    height: 450px;
    position: relative;
  }

  .mask {
    height: 400px;
  }

  .slide-nav {
    padding-top: 10px;
    top: auto;
    bottom: 0;
  }
}

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

  .container-unico {
    text-align: center;
    padding: 0 20px;
  }

  .container-unico.menu-container {
    padding-top: 20px;
  }

  .navbar {
    padding-top: 20px;
    inset: 0% 0% auto;
  }

  .brand {
    width: 130px;
    height: 50px;
  }

  .brand.w--current {
    order: -1;
    display: block;
  }

  .inicio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-button {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
  }

  .button-2.sem-cor {
    color: var(--white);
  }

  .div-center {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .div-text {
    margin-bottom: 50px;
  }

  .div-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading {
    text-align: center;
    font-size: 60px;
  }

  .nav-link-3 {
    color: var(--white);
    margin-bottom: 60px;
  }

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

  .nav-link-3.w--current {
    color: var(--white);
  }

  .nav-link-3.w--current:hover {
    color: var(--color-2);
  }

  .div-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-grid-pagar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-center-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-grid-planos {
    grid-template-columns: 1fr;
    justify-content: space-around;
    place-items: start center;
  }

  .heading-19 {
    font-size: 35px;
    line-height: 130%;
  }

  .div-block-38 {
    margin-bottom: 60px;
  }

  .div-block-39 {
    width: 100%;
    height: 570px;
    left: 0;
  }

  .nav-menu {
    background-color: #090514;
    flex-flow: column;
    width: 95%;
    height: 100vh;
    padding: 120px 50px 50px 60px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-45 {
    width: 100px;
    height: 100px;
  }

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

  .grid-7._2-column.odd {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    max-width: none;
  }

  .h4-header.faq-header {
    font-size: 22px;
  }

  .grid-content {
    text-align: left;
    max-width: 420px;
  }

  .grid-content.centered {
    max-width: 420px;
  }

  .imagem-div {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-59 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
    display: flex;
  }

  .div-block-60 {
    height: auto;
    display: none;
  }

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

  .paragraph-32 {
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    font-size: 48px;
  }

  .paragraph-34 {
    text-align: center;
  }

  .div-block-70 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-header-2 {
    text-align: left;
    font-size: 43px;
  }

  .footer-content {
    grid-template-columns: .75fr 1fr;
  }

  .logo {
    left: -5px;
  }

  .container-2 {
    max-width: 770px;
  }

  .footer-link-contact-menu, .footer-link-contact-menu.full, .div-block-71 {
    text-align: left;
  }

  .h3-header.footer-title {
    margin-top: 0;
  }

  .inner-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-cta-wrap {
    min-height: 250px;
  }

  .menu-button {
    background-color: var(--white);
    color: #fff;
    border-radius: 5px;
    padding: 4px 4px 0;
    font-size: 34px;
  }

  .text-block-5 {
    padding-top: 10px;
  }

  .div-block-72 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-card {
    width: 47%;
    min-width: auto;
    max-width: none;
  }

  .bold-text-4 {
    text-align: center;
  }

  .grid-9 {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-11 {
    grid-column-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    color: #000;
  }

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

@media screen and (max-width: 767px) {
  .container-unico {
    width: 100%;
    padding-bottom: 60px;
  }

  .inicio {
    padding-bottom: 20px;
  }

  .button-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-2.branco {
    width: 70%;
  }

  .div-center {
    padding-top: 50px;
  }

  .heading {
    font-size: 48px;
  }

  .div-center-4 {
    flex-flow: column;
  }

  .div-block-38 {
    margin-bottom: 60px;
  }

  .div-block-39 {
    height: 450px;
  }

  .div-block-45 {
    margin-top: -47px;
  }

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

  .accordion-item {
    margin-bottom: 4px;
    box-shadow: 0 1px 12px #e3e9fa;
  }

  .grid-7._2-column {
    grid-template-columns: 1fr;
  }

  .grid-7._2-column.odd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .h4-header.faq-header {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .accordion-icon-wrap {
    margin-left: 16px;
  }

  .social-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .copyright-social-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 24px;
  }

  .paragraph-34 {
    font-size: 18px;
  }

  .div-block-70 {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-header-2 {
    text-align: center;
  }

  .footer-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .dev-wrap {
    font-size: 16px;
  }

  .button-10 {
    letter-spacing: -.4px;
    min-width: 140px;
    height: 48px;
    font-size: 16px;
  }

  .button-10.main-button {
    text-align: center;
  }

  .div-block-71 {
    padding-bottom: 50px;
  }

  .inner-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-cta-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .price-card {
    width: 100%;
    min-height: 376px;
    padding: 40px 30px;
  }

  .grid-9, .grid-10, .grid-11 {
    grid-template-columns: 1fr;
  }

  .div-block-77 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    place-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47 {
    text-align: left;
  }

  .div-block-78 {
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-left {
    bottom: 2%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    height: auto;
    right: 0%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 100%;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .arrow-right {
    bottom: 2%;
  }

  .carousel {
    height: auto;
    padding-bottom: 100px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .slide-nav {
    top: 92%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 30px;
  }

  .container-unico {
    padding-bottom: 40px;
  }

  .brand.w--current {
    width: 120px;
  }

  .inicio {
    padding-top: 25px;
    padding-bottom: 95px;
  }

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

  .button-2.branco {
    width: 60%;
  }

  .button-2.full {
    width: 100%;
  }

  .div-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .heading {
    font-size: 36px;
  }

  .div-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-19 {
    font-size: 33px;
  }

  .div-block-39 {
    background-repeat: no-repeat;
    height: auto;
    min-height: 270px;
  }

  .nav-menu {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-2 {
    width: 100%;
  }

  .div-block-44 {
    margin-top: 0;
  }

  .paragraph-18 {
    line-height: 160%;
  }

  .heading-21 {
    font-size: 20px;
  }

  .div-block-48 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-50 {
    width: auto;
  }

  .accordion-item {
    margin-bottom: 8px;
  }

  .grid-7._2-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-7._2-column.odd {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 380px;
  }

  .h4-header.faq-header {
    font-size: 18px;
  }

  .accordion-icon-wrap {
    width: 40px;
  }

  .accordion-trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-wrap {
    margin-bottom: 24px;
  }

  .header-wrap._0-on-mobile {
    margin-bottom: 0;
  }

  .grid-content {
    max-width: 320px;
  }

  .grid-content.centered {
    text-align: left;
    max-width: 320px;
  }

  .pre-header-wrap {
    align-self: flex-start;
  }

  .paragraph-32 {
    font-size: 35px;
    line-height: 1;
  }

  .img.social {
    max-width: 26px;
  }

  .copyright-social-wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 7vh;
  }

  .text-span-3 {
    display: block;
  }

  .text-span-4 {
    display: none;
  }

  .copyright {
    text-align: center;
    margin-bottom: 4vh;
    line-height: 1.4;
  }

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

  .footer-contact-text {
    font-size: 18px;
  }

  .h2-header-2 {
    font-size: 33px;
  }

  .footer-content {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    border-bottom: 1px solid #ffffff0d;
    flex-direction: column-reverse;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7vh;
    padding-bottom: 7vh;
    display: flex;
  }

  .logo {
    left: -8px;
  }

  .dev-wrap {
    max-width: none;
    font-size: 18px;
  }

  .footer-link-contact-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-link-contact-menu.full {
    max-width: none;
    display: none;
  }

  .button-10 {
    min-width: auto;
  }

  .text-span-5 {
    display: none;
  }

  .div-block-71 {
    border-top: 1px solid #ffffff0d;
    border-bottom: 1px #ffffff0f;
    padding-top: 7vh;
    padding-bottom: 0;
  }

  .footer-contact-wrap {
    max-width: 250px;
  }

  .h3-header.footer-title {
    font-size: 20px;
    display: none;
  }

  .copyright-2 {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
  }

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

  .footer-logo {
    width: 110px;
  }

  .button-text-wrap.dev-link {
    font-size: 16px;
  }

  .footer-2 {
    padding: 7vh 16px;
  }

  .footer-cta-wrap {
    border-radius: 4px;
    max-width: 320px;
    min-height: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7vh;
  }

  .footer-link {
    font-size: 16px;
  }

  .dev-link-wrap {
    margin-top: 28px;
  }

  .small-header {
    font-size: 20px;
  }

  .price-card {
    padding: 30px 20px;
  }

  .bold-text-4 {
    font-size: 35px;
    line-height: 1px;
  }

  .tutoriais {
    overflow: visible;
  }

  .arrow-left {
    top: 102%;
    bottom: auto;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._7 {
    margin-bottom: 0;
    padding-bottom: 0;
    right: 0%;
  }

  .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 0;
  }

  .carousel-mask {
    width: 100%;
  }

  .arrow-right {
    margin-right: 0;
    top: 102%;
    bottom: auto;
  }

  .carousel {
    height: auto;
    overflow: visible;
  }

  .card-body-2 {
    padding: 20px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 0;
  }

  .slide-nav {
    padding-top: 0;
    top: 105%;
    bottom: auto;
  }
}

#w-node-_216204b7-7d64-da66-e75c-9a81218cd777-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d436adab-2040-6e42-2747-18b8aaf4fbd6-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d436adab-2040-6e42-2747-18b8aaf4fbdd-deff054b, #w-node-_7c2aaadc-ce21-9874-3183-11122f405bc9-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405bd7-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405bd8-deff054b, #w-node-_7c2aaadc-ce21-9874-3183-11122f405bda-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405be7-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405be8-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405bea-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c2aaadc-ce21-9874-3183-11122f405bf1-deff054b, #w-node-_7c2aaadc-ce21-9874-3183-11122f405bf8-deff054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7c2aaadc-ce21-9874-3183-11122f405bd8-deff054b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d436adab-2040-6e42-2747-18b8aaf4fbd6-deff054b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c2aaadc-ce21-9874-3183-11122f405bd7-deff054b {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c2aaadc-ce21-9874-3183-11122f405bd7-deff054b, #w-node-_7c2aaadc-ce21-9874-3183-11122f405bda-deff054b, #w-node-_7c2aaadc-ce21-9874-3183-11122f405be7-deff054b {
    justify-self: stretch;
  }
}


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