:root {
  --white: white;
  --black: black;
}

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

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

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

a {
  color: #000;
  text-decoration: underline;
}

.menu {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a592d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.nav-menu {
  background-color: red;
}

.heading-2 {
  color: #868686;
}

.flow-titles {
  color: #acacac;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.abertura {
  color: #000;
  background-color: #fc040400;
  min-width: 0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.bold-text {
  color: red;
  background-color: #fff000;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 20px;
}

.introdu-o-e-credibilidade {
  color: #4f5257;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.image {
  border-radius: 3px;
  width: 75px;
}

.especialista-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #ececec;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 20px;
  display: block;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.text-span {
  color: #ff7474;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.links-redes {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-right: 0;
  display: flex;
}

.image-2, .image-3, .image-4 {
  width: 30px;
}

.divis-o {
  background-color: #e0e0e0;
  height: .5px;
  padding-bottom: 0;
  line-height: 3px;
}

.conteudo-principal {
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

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

.bold-text-5 {
  color: red;
  background-color: #fff000;
}

.text-span-4 {
  color: #c70000;
  font-family: Montserrat, sans-serif;
}

.conteudo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.bold-text-6 {
  color: #ff5e00;
}

.text-block-3 {
  color: #383838;
  -webkit-text-stroke-color: red;
  margin-top: 40px;
  font-size: 20px;
}

.copyright-red-session {
  background-color: #c4170c;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-size: 12px;
}

.paragraph-10 {
  color: #c2c2c2;
  margin-bottom: 0;
  font-size: 12px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-4 {
  color: #dfdfdf;
  font-size: 10px;
  display: block;
}

.text-block-5 {
  color: #dfdfdf;
  padding-right: 16px;
  font-size: 10px;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.avisos-legais {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  display: block;
}

.paragraph-11, .paragraph-12 {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 12px;
}

.text-span-5 {
  color: #dfdfdf;
}

.image-6 {
  border-radius: 18px;
  width: 102%;
}

.text-span-6 {
  color: #000;
  text-decoration: underline;
}

.text-span-7, .text-span-8 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-7 {
  color: #000;
  text-decoration: underline;
}

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

.apresenta-o-da-solu-o-paragrafos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1f2123;
  flex-flow: column;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-12 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-8 {
  width: 20px;
  height: 20px;
}

.container-14 {
  margin-left: 0;
  margin-right: 0;
}

.depoimentos {
  background-color: #f3f3f300;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
}

.hero-subscribe-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 0;
  position: relative;
}

.container-15 {
  border-top: 0 #000;
  border-bottom: 0 solid #000;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.hero-wrapper {
  border: 1px solid #f000;
  border-top: 1px #cfcfcf;
  border-bottom-color: #cfcfcf;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.hero-split {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 23px;
  font-size: 30px;
  display: flex;
}

.shadow-two {
  border-radius: 10px;
  max-width: 40%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  width: 100%;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.heading-9 {
  margin-bottom: 0;
  font-size: 20px;
}

.italic-text {
  color: #000;
  max-width: 51%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.text-span-9 {
  font-size: 18px;
}

.text-span-10, .text-span-11 {
  color: red;
}

.bold-text-8, .bold-text-9, .bold-text-10, .text-span-12 {
  color: #c4170c;
}

.bold-text-11 {
  font-family: Open Sans, sans-serif;
}

.bold-text-12 {
  color: #0084ff;
  text-decoration: underline;
}

.text-span-13 {
  color: #000;
  font-weight: 400;
}

.paragraph-13 {
  margin-bottom: 0;
}

.paragraph-14 {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-16 {
  text-align: left;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-16._2 {
  text-align: center;
}

.paragraph-17 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-17._2 {
  color: #0018ff;
  text-align: center;
  font-weight: 800;
}

.paragraph-18, .paragraph-19 {
  margin-bottom: 0;
}

.paragraph-20 {
  color: #0015ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.text-span-14 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.text-span-15 {
  font-weight: 400;
  text-decoration: none;
}

.text-span-16, .text-span-17 {
  font-weight: 700;
  text-decoration: none;
}

.text-span-18 {
  text-decoration: none;
}

.text-span-19 {
  font-weight: 700;
  text-decoration: none;
}

.text-span-20 {
  color: #001eff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.container-16 {
  color: #dfdfdf;
}

.cita-o {
  width: 100%;
  margin-top: 40px;
}

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

.text-span-21 {
  color: red;
  background-color: #fff200;
}

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

.bold-text-17 {
  color: #001eff;
  text-decoration: underline;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.bold-text-18 {
  color: #000;
}

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

.link-block-9.video {
  text-align: center;
}

.bold-text-19 {
  color: #000ceb;
  text-align: left;
  text-decoration: underline;
}

.link-block-10 {
  min-width: 100%;
  max-width: 100%;
}

.image-9 {
  border-radius: 0;
  min-width: 100%;
}

.text-span-22 {
  color: #c20000;
  background-color: #fff200;
}

.bold-text-20 {
  color: #000;
  font-style: normal;
  font-weight: 700;
}

.bold-text-21 {
  color: #313131;
  font-style: italic;
}

.bold-text-22 {
  color: #000;
}

.text-span-23 {
  color: #0015ff;
  text-decoration: underline;
}

.bold-text-23 {
  font-weight: 400;
}

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

.text-span-24 {
  background-color: red;
}

.link-block-12 {
  display: block;
}

.image-10 {
  min-width: 100%;
  margin-bottom: 100px;
}

.bold-text-24 {
  font-weight: 600;
}

.list-item {
  margin-bottom: 40px;
}

.bold-text-25 {
  color: #0037ff;
  text-decoration: underline;
}

.italic-text-2 {
  color: #4e4e4e;
  font-style: normal;
  font-weight: 500;
}

.block-quote {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
}

.block-quote-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.block-quote-3 {
  margin-top: 0;
  margin-bottom: 40px;
}

.button {
  text-align: center;
  background-color: #0070d1;
  border-radius: 17px;
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-26 {
  font-weight: 400;
}

.bold-text-27 {
  font-weight: 700;
}

.image-11 {
  max-width: 150px;
}

.list {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.image-12 {
  border-radius: 19px;
}

.texto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-13 {
  border-radius: 6px;
  max-width: 100%;
}

.container-17 {
  margin-bottom: 60px;
}

.button-2 {
  background-color: #0056b3;
  border-radius: 12px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.link-block {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-14 {
  border-radius: 20px;
  min-width: 95%;
  max-width: 100%;
  margin-top: 0;
}

.paragraph-21 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.image-15, .image-16 {
  border-radius: 20px;
  max-width: 100%;
}

.container-19 {
  margin-bottom: 30px;
}

.container-18 {
  margin-bottom: 60px;
}

.heading-10 {
  text-align: center;
}

.text-block-7 {
  text-align: center;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.avisos-legais-2 {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: auto;
  display: block;
}

.container-20 {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.paragraph-22 {
  color: #b6b6b6;
  margin-bottom: 0;
  font-size: 12px;
}

.container-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-8 {
  color: #c2c2c2;
  text-align: center;
  margin-top: 0;
  padding-right: 16px;
  font-size: 10px;
}

.container-23 {
  flex-flow: column-reverse;
  display: flex;
}

.apresenta-o-da-solu-o-paragrafos-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1f2123;
  flex-flow: column;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.paragraph-23 {
  white-space: normal;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.list-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.button-3 {
  text-align: center;
  background-color: #0070d1;
  border-radius: 17px;
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-17 {
  min-width: 100%;
  margin-bottom: 100px;
}

.image-18 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

.heading-11 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 3px;
  text-indent: -1px;
  column-count: 0;
  overflow-wrap: normal;
  width: auto;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 46px;
}

.heading-12 {
  color: #000;
  text-align: left;
  width: auto;
  margin-bottom: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 46px;
}

.bold-text-28 {
  font-weight: 400;
}

.bold-text-29 {
  font-weight: 300;
}

.text-block-22 {
  color: #387393;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-21 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.comentarios {
  background-color: #fcfcfc;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin: 60px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.text-block-19 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.comentario {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.comentario.sub {
  border-left: 1px solid #e9e9e9;
  margin-left: 60px;
  padding-left: 16px;
}

.image-19 {
  border-radius: 100%;
  max-width: 50px;
}

.container-listra {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 90%;
}

.escrita {
  margin-left: 10px;
  padding-left: 0;
}

.text-block-20 {
  color: #93979f;
  margin-top: 20px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-31 {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400;
}

.text-block-18 {
  color: #bebebe;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.button-4 {
  color: #000;
  background-color: #ffd000;
  border-radius: 5px;
  margin-top: 15px;
  padding: 20px 140px;
  font-family: Merriweather, serif;
  box-shadow: 2px 5px 5px #0003;
}

.bold-text-32 {
  font-size: 30px;
}

.button-5 {
  color: #000;
  background-color: #00b30c;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 20px 100px;
  font-family: Merriweather, serif;
  box-shadow: 2px 5px 5px #0003;
}

.bold-text-33 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  display: block;
}

.text-block-23 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

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

.italic-text-6 {
  color: #000;
  max-width: 51%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.container-24 {
  border-top: 0 #000;
  border-bottom: 0 solid #000;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.margin-bottom-24px-2 {
  width: 100%;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.hero-subscribe-right-2 {
  background-color: #fff;
  border: 1px #000;
  padding: 0 0 60px;
  position: relative;
}

.conteudo-principal-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-13 {
  color: #00b30c;
  text-align: left;
  width: auto;
  font-size: 32px;
  display: block;
}

.paragraph-24 {
  color: #00b30c;
  text-align: left;
  align-self: auto;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-span-25 {
  color: #7a7a7a;
}

.code-embed-2 {
  text-align: left;
  width: auto;
}

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

.section-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
}

.section-9 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 600px;
  padding: 20px 0;
  display: flex;
}

.heading-18 {
  color: #8e8c8c;
  margin-bottom: -53px;
  font-size: 30px;
}

.container-35 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-54 {
  color: #b0b0b0;
  width: 45%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.paragraph-55 {
  color: #b0b0b0;
  -webkit-text-stroke-color: #afafaf;
  width: 45%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}

.paragraph-56 {
  color: #afafaf;
  text-align: center;
  background-color: #eee0;
  max-width: 950px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-34 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-57 {
  color: #afafaf;
  text-align: center;
  min-width: 0;
  max-width: 1000px;
  margin: 40px auto 20px;
  font-size: 12px;
}

.div-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-top: 20px;
  display: flex;
}

.paragraph-52 {
  color: #afafaf;
  text-align: center;
  background-color: #eee0;
  max-width: 950px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section-2 {
  background-color: #e2e2e2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 20px 40px;
  display: flex;
}

.container-33 {
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.paragraph-51 {
  color: #bebebe;
  -webkit-text-stroke-color: #afafaf;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.paragraph-53 {
  color: #bebebe;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.text-span-26 {
  text-decoration: underline;
}

.section-10 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-19 {
  color: #8e8c8c;
  margin-bottom: -53px;
  font-size: 30px;
}

.container-36 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-58 {
  color: #b0b0b0;
  width: 45%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.paragraph-59 {
  color: #b0b0b0;
  -webkit-text-stroke-color: #afafaf;
  width: 45%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}

.image-20, .image-21, .image-22 {
  border-radius: 8px;
  margin-top: 20px;
}

.text-block-24 {
  color: #387393;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-25 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.text-block-26 {
  color: #93979f;
  margin-top: 20px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-27 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-23 {
  border-radius: 100%;
  max-width: 50px;
}

.text-block-28 {
  color: #387393;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-29 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.text-block-30 {
  color: #93979f;
  margin-top: 20px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-31 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-24 {
  border-radius: 100%;
  max-width: 50px;
}

.paragraph-60 {
  margin-top: -39px;
  padding-top: 0;
  font-size: 16px;
}

.bold-text-37 {
  padding-right: 0;
}

.image-25 {
  text-align: right;
  border-radius: 8px;
  margin-top: 20px;
}

.container-38 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-70 {
  color: #b0b0b0;
  font-size: 11px;
}

.footer-section-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 20px 40px;
  display: flex;
}

.container-41 {
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.container-42 {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-71 {
  color: #bebebe;
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.paragraph-72 {
  color: #afafaf;
  text-align: center;
  background-color: #eee0;
  max-width: 950px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-32 {
  color: #387393;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-33 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.image-26 {
  border-radius: 100%;
  max-width: 50px;
}

.text-block-34 {
  color: #93979f;
  margin-top: 20px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-35 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.italic-text-7 {
  color: #000;
  max-width: 51%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.hero-split-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 23px;
  font-size: 30px;
  display: flex;
}

.shadow-two-2 {
  border-radius: 10px;
  max-width: 40%;
  box-shadow: 0 4px 24px #96a3b514;
}

.container-37 {
  border-top: 0 #000;
  border-bottom: 0 solid #000;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.hero-wrapper-2 {
  border: 1px solid #f000;
  border-top: 1px #cfcfcf;
  border-bottom-color: #cfcfcf;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

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

.text-block-36 {
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.link-block-16 {
  text-align: center;
  flex: 1;
  position: static;
}

@media screen and (max-width: 991px) {
  .abertura {
    -webkit-text-stroke-color: #fd0000;
    margin-left: 0;
  }

  .bold-text {
    background-color: #f8ef61;
  }

  .introdu-o-e-credibilidade {
    color: #3a3a3a;
    margin-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
  }

  .image {
    border-radius: 7px;
  }

  .especialista-card {
    margin-top: 29px;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .bold-text-3 {
    color: #ce0000;
    font-size: 18px;
  }

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

  .paragraph-6 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 400;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
  }

  .links-redes {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .container-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-right: 0;
    display: flex;
  }

  .image-2, .image-3, .image-4 {
    width: 30px;
  }

  .divis-o {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #b9b9b9;
    height: 1px;
    margin-top: 17px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 0;
    display: block;
    overflow: visible;
  }

  .conteudo-principal {
    border: 1px #000;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-span-2 {
    -webkit-text-stroke-color: red;
    background-color: #fffb00;
  }

  .bold-text-5 {
    color: red;
  }

  .text-span-3 {
    color: #f60;
  }

  .text-span-4 {
    color: red;
  }

  .conteudo {
    margin-top: 20px;
  }

  .text-block {
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .container-8 {
    flex-flow: column;
  }

  .container-10 {
    flex-flow: column;
    display: block;
  }

  .avisos-legais {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7, .container-12, .container-14 {
    display: none;
  }

  .container-15 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin-bottom: 0;
    display: block;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
  }

  .italic-text {
    font-size: 24px;
    line-height: 32px;
  }

  .container-16 {
    text-align: center;
    margin-top: 11px;
  }

  .bold-text-18 {
    color: #000;
  }

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

  .link-block-9.video {
    color: #0d00ff;
    text-align: center;
    text-decoration: underline;
  }

  .text-span-22 {
    color: red;
  }

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

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

  .avisos-legais-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-20 {
    flex-flow: column;
    display: block;
  }

  .container-21 {
    flex-flow: column;
  }

  .image-18 {
    border-radius: 17px;
  }

  .heading-11, .heading-12 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 46px;
  }

  .text-block-21 {
    margin-left: 0;
  }

  .comentarios {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bold-text-30 {
    text-align: left;
    padding-left: 0;
  }

  .container-listra {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-23 {
    margin-left: 0;
  }

  .bold-text-34 {
    text-align: left;
    padding-left: 0;
  }

  .italic-text-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-24 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin-bottom: 0;
    display: block;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 0;
  }

  .conteudo-principal-2 {
    border: 1px #000;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    width: 750px;
    padding-left: 10px;
  }

  .paragraph-24, .code-embed-2 {
    width: 750px;
  }

  .container-35, .container-34 {
    flex-flow: row;
  }

  .paragraph-57 {
    margin-top: 40px;
  }

  .container-36 {
    flex-flow: row;
  }

  .image-20, .image-21, .image-22 {
    border-radius: 17px;
  }

  .text-block-25 {
    margin-left: 0;
  }

  .bold-text-35 {
    text-align: left;
    padding-left: 0;
  }

  .text-block-29 {
    margin-left: 0;
  }

  .bold-text-36 {
    text-align: left;
    padding-left: 0;
  }

  .image-25 {
    border-radius: 17px;
  }

  .container-38 {
    flex-flow: row;
  }

  .container-42 {
    flex-flow: column;
  }

  .text-block-33 {
    margin-left: 0;
  }

  .bold-text-39, .bold-text-40 {
    text-align: left;
    padding-left: 0;
  }

  .italic-text-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .container-37 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin-bottom: 0;
    display: block;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-36 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-5 {
    margin-top: 20px;
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-9 {
    flex-flow: column;
  }

  .text-block-4 {
    margin-top: 24px;
  }

  .heading-7 {
    font-size: 12px;
    display: none;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two {
    border-radius: 7px;
  }

  .margin-bottom-24px {
    font-size: 32px;
    line-height: 16px;
  }

  .italic-text {
    color: #505050;
    font-size: 16px;
    line-height: 12px;
  }

  .text-span-9 {
    line-height: 17px;
  }

  .button {
    max-width: 80%;
  }

  .texto {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
  }

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

  .container-22 {
    flex-flow: column;
  }

  .image-18 {
    margin-top: 20px;
  }

  .text-block-21 {
    margin-left: 0;
  }

  .comentarios {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-20 {
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-18 {
    margin-top: 5px;
    font-size: 10px;
  }

  .button-4 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bold-text-32 {
    font-size: 25px;
  }

  .button-5 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bold-text-33 {
    font-size: 25px;
  }

  .text-block-23 {
    margin-left: 0;
  }

  .italic-text-6 {
    color: #505050;
    font-size: 20px;
    line-height: 22px;
  }

  .margin-bottom-24px-2 {
    font-size: 32px;
  }

  .hero-subscribe-right-2 {
    margin-top: 0;
    padding: 60px 15px;
  }

  .heading-13, .paragraph-24, .code-embed-2 {
    width: 550px;
  }

  .heading-18 {
    font-family: Montserrat, sans-serif;
  }

  .container-35 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph-54 {
    -webkit-text-stroke-color: #afafaf;
    width: 90%;
  }

  .paragraph-55 {
    width: 90%;
  }

  .container-34 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph-57 {
    margin-top: 20px;
  }

  .paragraph-52 {
    font-size: 11px;
  }

  .footer-section-2 {
    width: 100%;
    padding-top: 0;
  }

  .container-33 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-51, .paragraph-53 {
    width: 90%;
  }

  .heading-19 {
    font-family: Montserrat, sans-serif;
  }

  .container-36 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph-58 {
    -webkit-text-stroke-color: #afafaf;
    width: 90%;
  }

  .paragraph-59 {
    width: 90%;
  }

  .image-20, .image-21, .image-22 {
    margin-top: 20px;
  }

  .text-block-25 {
    margin-left: 0;
  }

  .text-block-26 {
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-27 {
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-29 {
    margin-left: 0;
  }

  .text-block-30 {
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-31 {
    font-size: 12px;
    font-weight: 400;
  }

  .image-25 {
    margin-top: 20px;
  }

  .container-38 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer-section-4 {
    width: 100%;
    padding-top: 0;
  }

  .container-41 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .container-42 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph-71 {
    width: 90%;
  }

  .text-block-33 {
    margin-left: 0;
  }

  .text-block-34 {
    margin-left: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-35 {
    font-size: 12px;
    font-weight: 400;
  }

  .italic-text-7 {
    color: #505050;
    font-size: 20px;
    line-height: 22px;
  }

  .shadow-two-2 {
    border-radius: 7px;
    max-width: 100%;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-36 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-family: Open Sans, sans-serif;
  }

  .flow-titles {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 10px;
  }

  .abertura {
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
  }

  .introdu-o-e-credibilidade {
    color: #4f5257;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .image {
    width: 60px;
    max-height: 100px;
  }

  .especialista-card {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .container-3 {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
  }

  .links-redes {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .image-2, .image-3, .image-4 {
    width: 25px;
  }

  .divis-o {
    height: 1px;
  }

  .conteudo-principal {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .bold-text-5 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fbff00;
    background-clip: border-box;
    font-style: normal;
    text-decoration: none;
    overflow: visible;
  }

  .conteudo {
    margin-bottom: 20px;
  }

  .copyright-red-session {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    line-height: 22px;
  }

  .container-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-4, .text-block-5 {
    font-family: Open Sans, sans-serif;
  }

  .container-10 {
    text-align: center;
    font-family: Open Sans, sans-serif;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .apresenta-o-da-solu-o-paragrafos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #1f2123;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .heading-7, .container-12 {
    display: none;
  }

  .image-8 {
    vertical-align: baseline;
    display: block;
  }

  .container-14 {
    display: none;
  }

  .depoimentos {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subscribe-right {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    flex-flow: row;
    max-width: none;
    display: block;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .hero-split {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    margin-left: 10px;
    display: block;
  }

  .shadow-two {
    flex: 0 auto;
    max-width: 60%;
    max-height: 80px;
    display: block;
  }

  .margin-bottom-24px {
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .italic-text {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }

  .bold-text-11 {
    color: #000;
  }

  .bold-text-12 {
    color: #0084ff;
  }

  .text-span-13 {
    color: #050505;
  }

  .paragraph-17, .paragraph-18, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-19 {
    text-decoration: none;
  }

  .text-span-20 {
    color: #000dff;
    -webkit-text-stroke-color: #84ff00;
  }

  .bold-text-13 {
    text-decoration: none;
  }

  .bold-text-18 {
    color: #000;
  }

  .italic-text-2 {
    font-weight: 600;
  }

  .block-quote, .block-quote-2, .block-quote-3 {
    line-height: 16px;
  }

  .italic-text-3, .italic-text-4 {
    font-size: 16px;
    line-height: 16px;
  }

  .italic-text-5 {
    font-size: 16px;
  }

  .button {
    max-width: 100%;
  }

  .texto {
    margin-left: 25px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
  }

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

  .container-20 {
    text-align: center;
    font-family: Open Sans, sans-serif;
  }

  .container-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-8 {
    font-family: Open Sans, sans-serif;
  }

  .apresenta-o-da-solu-o-paragrafos-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #1f2123;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .paragraph-23 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
  }

  .image-18 {
    width: 100%;
    max-width: none;
  }

  .heading-11 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .heading-12 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .comentarios {
    display: block;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-19 {
    max-width: 40px;
  }

  .bold-text-30 {
    font-size: 30px;
  }

  .container-listra {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-20 {
    font-size: 10px;
    font-weight: 500;
  }

  .button-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-32 {
    font-size: 20px;
  }

  .button-5 {
    max-width: 100%;
    margin-top: -30px;
    padding-left: 40px;
    padding-right: 30px;
    display: block;
  }

  .bold-text-33 {
    font-size: 20px;
  }

  .bold-text-34 {
    padding-left: 10px;
    font-size: 30px;
  }

  .italic-text-6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
  }

  .container-24 {
    flex-flow: row;
    max-width: none;
    display: block;
  }

  .margin-bottom-24px-2 {
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .hero-subscribe-right-2 {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .conteudo-principal-2 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    text-align: left;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 180px;
    font-size: 28px;
    position: static;
    left: -44px;
  }

  .paragraph-24 {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 200px;
  }

  .code-embed-2 {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 80px;
  }

  .section-7 {
    justify-content: flex-start;
    height: 50px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .section-9 {
    min-width: 80%;
  }

  .heading-18 {
    text-align: center;
    font-size: 28px;
    line-height: 120%;
  }

  .paragraph-57 {
    margin-top: 20px;
    font-size: 11px;
  }

  .div-block-2 {
    flex-flow: column;
    line-height: 5px;
  }

  .paragraph-52 {
    font-size: 11px;
  }

  .footer-section-2 {
    background-color: #e2e2e2;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-14 {
    width: 100%;
  }

  .heading-19 {
    text-align: center;
    font-size: 28px;
    line-height: 120%;
  }

  .image-20, .image-21, .image-22 {
    width: 100%;
    max-width: none;
  }

  .text-block-26 {
    font-size: 10px;
    font-weight: 500;
  }

  .bold-text-35 {
    font-size: 30px;
  }

  .text-block-27 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-23 {
    max-width: 40px;
  }

  .text-block-30 {
    font-size: 10px;
    font-weight: 500;
  }

  .bold-text-36 {
    font-size: 30px;
  }

  .text-block-31 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-24 {
    max-width: 40px;
  }

  .paragraph-60 {
    margin-top: -16px;
  }

  .image-25 {
    width: 100%;
    max-width: none;
  }

  .footer-section-4 {
    background-color: #e2e2e2;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-38 {
    font-size: 34px;
  }

  .image-26 {
    max-width: 40px;
  }

  .text-block-34 {
    font-size: 10px;
    font-weight: 500;
  }

  .bold-text-39 {
    font-size: 30px;
  }

  .text-block-35 {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text-40 {
    padding-left: 10px;
    font-size: 30px;
  }

  .italic-text-7 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .hero-split-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 0;
    display: block;
  }

  .shadow-two-2 {
    flex: 0 auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .container-37 {
    flex-flow: row;
    max-width: none;
    display: block;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }
}


