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

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

.section.is-bg1 {
  padding-top: 60px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f1f1f1;
  background-color: rgba(163, 229, 255, 0);
  background-image: url('../images/background_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.is-bg1.is-altura {
  height: 100vh;
}

.section.is-paddgin1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.is-paddgin1.is-bg2 {
  background-color: #1b454a;
}

.section.is-padding2 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.section.is-padding3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.is-padding4 {
  padding-bottom: 60px;
}

.container {
  max-width: 1200px;
}

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

.grid.is-2c-1r {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.is-3c-1r {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.is-3c-2r {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title1 {
  margin-bottom: 20px;
  font-weight: 400;
}

.title1.is-align-center {
  text-align: center;
}

.title1.is-margin {
  margin-bottom: 60px;
}

.text1 {
  font-size: 20px;
  line-height: 24px;
}

.text-span {
  color: #00d2c6;
}

.modelo {
  max-width: 80%;
}

.form__image {
  margin-bottom: 0px;
}

.submit-button {
  width: 100%;
  height: 50px;
  border-radius: 99px;
  background-color: #04b0a7;
  font-size: 18px;
  font-weight: 600;
}

.text-field {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  border-radius: 99px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.text-field::-moz-placeholder {
  color: #8a8a8a;
}

.text-field::-ms-input-placeholder {
  color: #8a8a8a;
}

.text-field::placeholder {
  color: #8a8a8a;
}

.select-field {
  height: 45px;
  border: 1px solid #adadad;
  border-radius: 99px;
  background-color: #fff;
  color: #9c9c9c;
  font-size: 16px;
}

.text-span-2 {
  color: #00d2c6;
}

.list-item {
  display: flex;
  padding: 6px;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.list-item__icon {
  width: 15%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.list-item__text {
  font-size: 20px;
  line-height: 24px;
}

.title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.text-span-3 {
  color: #00d2c6;
}

.marcas {
  display: flex;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  align-items: center;
  grid-column-gap: 24px;
  border-top: 0.5px solid #dfdfdf;
  border-bottom: 0.5px solid #dfdfdf;
}

.title2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.text-span-4 {
  color: #00d2c6;
}

.taxas {
  padding: 65px 40px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fff;
}

.taxas__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 16px;
}

.taxas__card__text {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
}

.sobre-nos {
  margin-top: 60px;
}

.text2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.text-span-5 {
  color: #00d2c6;
}

.text-span-6 {
  color: #00d2c6;
}

.cta {
  margin-top: 20px;
}

.button1 {
  display: flex;
  height: 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #00d2c6;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.text-span-7 {
  color: #00d2c6;
}

.video {
  border-radius: 16px;
}

.icon.accordion-icon {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border: 1px solid #00d2c6;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.bold-text-2 {
  color: #612ca7;
  font-size: 21px;
  font-weight: 900;
}

.bold-text-2.is-color {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
}

.accordion-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paragraph-2 {
  font-weight: 300;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 1;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}

.accordion-wrapper {
  margin-top: 50px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1b454a;
}

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

.footer-content___logo {
  margin-right: auto;
  margin-left: auto;
}

.footer-social {
  display: flex;
  margin-top: 32px;
  grid-column-gap: 8px;
}

.text-copy {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.html-embed {
  width: 100%;
}

.obrigado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.heading {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

.obrigado__button {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  border-radius: 8px;
  background-color: #00d2c6;
  color: #004945;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.depoimento {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: -1px 8px 20px -4px rgba(0, 0, 0, 0.09);
}

.depoimento__image {
  margin-top: -46px;
}

.depoimento__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.depoimento__name {
  margin-top: 16px;
  font-size: 24px;
  text-align: center;
}

.depoimento__icon {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.is-paddgin1 {
    padding-top: 20px;
  }

  .section.is-paddgin1.is-bg2 {
    padding-top: 32px;
  }

  .section.is-padding3 {
    padding-top: 20px;
  }

  .grid {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid.is-3c-2r {
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
  }

  .title1.is-margin {
    text-align: center;
  }

  .text1 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .modelo {
    max-width: 100%;
  }

  .form__image {
    margin-right: auto;
    margin-left: auto;
  }

  .title {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
  }

  .taxas {
    margin-right: 10px;
    margin-left: 10px;
    padding: 24px 24px 24px 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .taxas__card__text {
    text-align: center;
  }

  .accordion-wrapper {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .heading {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 40px;
    font-weight: 400;
  }
}

#w-node-_4297ef77-5dbe-e3e8-8ba9-548889b8cee4-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd438489-3995-86f5-5669-bf571d660f8d-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ef217f17-5e1c-6a77-c8f3-fe169f709ae3-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-c2be2b38-82d2-a2c7-d747-beb116846762-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_58fd769b-a27a-0b0e-ae12-60eee729784c-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3ba14cc-d115-2c2f-2ef1-fcb88d5ac612-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5b2d148-7626-68b8-24f2-0c7fe715c244-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a928a18a-2c4d-a85c-b52c-0eecd61cbbe6-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93d09b8f-e92c-8caa-d61e-6e2e942cc9ef-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd0caff1-e249-62bd-f627-fdc21dc7f6e1-370c74b7 {
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c1242627-05f5-29bc-ca43-35a23fd468ef-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c500d1da-fb0c-9d10-0ffa-d5b486ce815f-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a779691-b75d-35d1-9fe6-26cc3a15c632-370c74b7 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_4297ef77-5dbe-e3e8-8ba9-548889b8cee4-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-bd438489-3995-86f5-5669-bf571d660f8d-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-ef217f17-5e1c-6a77-c8f3-fe169f709ae3-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-c2be2b38-82d2-a2c7-d747-beb116846762-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-_58fd769b-a27a-0b0e-ae12-60eee729784c-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-a3ba14cc-d115-2c2f-2ef1-fcb88d5ac612-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-e5b2d148-7626-68b8-24f2-0c7fe715c244-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }

  #w-node-a928a18a-2c4d-a85c-b52c-0eecd61cbbe6-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_93d09b8f-e92c-8caa-d61e-6e2e942cc9ef-370c74b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-fd0caff1-e249-62bd-f627-fdc21dc7f6e1-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-c1242627-05f5-29bc-ca43-35a23fd468ef-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-c500d1da-fb0c-9d10-0ffa-d5b486ce815f-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }

  #w-node-_2a779691-b75d-35d1-9fe6-26cc3a15c632-370c74b7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
}

@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-HeavyItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noirpro';
  src: url('../fonts/NoirPro-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}