.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: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 170%;
  color:#01141b;
}

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

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

.container._2 {
  padding-top: 100px;
}

.brand {
  width: 200px;
  height: 90px;
  background-image: url('../images/Renda-Passiva-Logo_WHITE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar {
  z-index: 100;
  height: 90px;
  background-color: #02141c;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  height: 90px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 45px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 90px;
}

.nav-link:hover, .nav-link.w--current {
  color: #57fef2;
}

.hero-section {
  background-color: #01141b;
  background-image: linear-gradient(rgba(1, 20, 27, .95), rgba(1, 20, 27, .95)), url('../images/finanças-4.0-1920x1000-c-default.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

.deal {
  height: 50px;
  color: #01141b;
  text-transform: uppercase;
  background-color: #57fef2;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
}

.deal:hover {
  background-color: #53eadf;
}

.deal.w--current {
  color: #01141b;
}

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

.column._2 {
  padding-left: 25px;
}

.link-block {
  width: 40vw;
  height: 300px;
  background-image: url('../images/af_bai_pme_webbanner_facebook-800x800px_05032018.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.link-block._3 {
  width: 30vw;
  height: 350px;
  background-position: 100%;
  margin-bottom: 25px;
}

.link-block._3.go {
  background-image: url('../images/FEEZ1qhXIAA9mY5.jpeg');
}

.link-block._3.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.div-block {
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  width: 45vw;
  height: 400px;
  background-image: url('../images/finanças-para-autônomos.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.div-block-3 {
  width: 55vw;
  color: #fff;
  padding-top: 53px;
  padding-left: 35px;
  padding-right: 35px;
}

.text-block {
  color: #57fef2;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400;
}

.heading {
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 120%;
  overflow: hidden;
}

.heading:hover {
  text-decoration: underline;
}

.section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white._2 {
  margin-bottom: 25px;
  font-size: 18px;
}

.link-block-2 {
  height: 400px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.columns {
  margin-right: -35px;
}

.div-block-4 {
  height: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-4._1 {
  background-image: url('../images/finanças-para-autônomos.jpeg');
}

.div-block-4._2 {
  background-image: url('../images/Financas-Internacional.jpeg');
}

.div-block-4._4 {
  background-image: url('../images/como-as-financas-afetam-nosso-comportamento-dentro-da-empresa.jpeg');
}

.div-block-4._5 {
  background-image: url('../images/finanças-4.0-1920x1000-c-default.png');
}

.heading-3 {
  color: #01141b;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-block-2 {
  color: #57fef2;
  background-color: #01141b;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 3px 15px 2px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.bold-text {
  font-size: 19px;
  font-weight: 600;
  display: block;
}

.text-block-3 {
  color: #646464;
  margin-bottom: 10px;
}

.heading-4 {
  color: #01141b;
  font-weight: 500;
}

.heading-5 {
  color: #01141b;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
}

.div-block-5 {
  padding-top: 0;
}

.div-block-5._300 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-5._2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-6 {
  height: 300px;
  background-image: url('../images/BANNERDEPOSITOAPRAZO1320x302px4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.div-block-6._2 {
  background-image: url('../images/Imagem1.webp');
}

.text-block-4 {
  color: rgba(255, 255, 255, .73);
}

.text-block-4.wey {
  color: rgba(113, 113, 113, .73);
  font-size: 13px;
}

.section-2 {
  background-color: rgba(225, 225, 225, .47);
  padding-top: 80px;
  padding-bottom: 80px;
}

.ad-wrapper-main.fort {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-7 {
  padding-right: 50px;
}

.link-block-3 {
  margin-bottom: 35px;
  text-decoration: none;
  display: flex;
}

.img-mais-artigos {
  width: 200px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.img-mais-artigos._1 {
  width: 25vw;
  background-image: url('../images/finanças-para-autônomos.jpeg');
}

.img-mais-artigos._2 {
  width: 220px;
  height: 200px;
  background-image: url('../images/ti-e-financas-1.png');
}

.img-mais-artigos._3 {
  background-image: url('../images/como-as-financas-afetam-nosso-comportamento-dentro-da-empresa.jpeg');
}

.img-mais-artigos._4 {
  background-image: url('../images/2a_1917883538637b27b0e8d35.jpeg');
}

.div-block-9 {
  flex: 1;
  padding-top: 20px;
  padding-left: 20px;
}

.heading-6 {
  color: #01141b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.heading-6:hover {
  text-decoration: underline;
}

.cursos-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-4 {
  height: 450px;
  background-image: url('../images/cursos-de-finanças.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.link-block-4._2 {
  background-image: url('../images/Curso_Educacao_Financeira_e_investimentos_em_renda_fixa_-_feed.png');
}

.link-block-4._5 {
  background-image: url('../images/5-1024x1024.png');
}

.columns-2 {
  margin-right: -35px;
}

.section-3 {
  background-image: linear-gradient(rgba(1, 20, 27, .92), rgba(1, 20, 27, .92)), url('../images/finanças-4.0-1920x1000-c-default.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-5 {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.columns-3 {
  margin-right: -35px;
}

.div-block-10 {
  margin-bottom: 25px;
}

.text-block-5 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-6 {
  color: #57fef2;
  margin-bottom: 20px;
  font-family: Fontastic, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.hero-content-wrapper {
  display: flex;
}

.footer {
  background-color: #01141b;
  padding-top: 100px;
  padding-bottom: 80px;
}

.div-block-11 {
  display: flex;
}

.footer-content-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-content-wrapper._5 {
  padding-left: 0;
  padding-right: 50px;
}

.div-block-13 {
  width: 150px;
  height: 50px;
  background-image: url('../images/Renda-Passiva-Logo_WHITE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}

.paragraph {
  color: #d8d8d8;
  margin-bottom: 50px;
  font-size: 14px;
}

.link {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #57fef2;
}

.div-block-14 {
  display: flex;
}

.link-2 {
  width: 40px;
  height: 40px;
  color: #57fef2;
  border: 1px solid #57fef2;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Social, sans-serif;
  font-size: 19px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #01141b;
  background-color: #57fef2;
}

.section-4 {
  padding-top: 150px;
  padding-bottom: 80px;
}

.dropdown-link {
  min-width: 450px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #57fef2;
}

.dropdown-link-2 {
  min-width: 450px;
}

.dropdown-link-3, .dropdown-link-4 {
  min-width: 350px;
}

.dropdown-link-5 {
  min-width: 350px;
  color: #fff;
  background-color: #04222d;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
  z-index: 100;
}

.dropdown-link-9 {
  background-color: #57fef2;
}

.dropdown-link-10 {
  background-color: #01141b;
}

.dropdown-link-11 {
  color: #e8d2d2;
}

.dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15, .dropdown-link-16, .dropdown-link-17 {
  color: #fff;
}

.dropdown-link-18, .dropdown-link-19 {
  font-size: 15px;
}

.dropdown-link-20, .dropdown-link-21 {
  font-size: 16px;
}

.dropdown-link-22, .dropdown-link-23 {
  font-size: 17px;
}

.dropdown-link-24, .dropdown-link-25 {
  font-size: 16px;
}

.dropdown-link-26, .dropdown-link-27, .dropdown-link-28 {
  font-size: 15px;
}

.section-5 {
  height: 350px;
  background-image: linear-gradient(rgba(1, 20, 27, .8), rgba(1, 20, 27, .8)), url('../images/finanças-4.0-1920x1000-c-default.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 171px;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-7 {
  color: #fff;
  font-size: 40px;
}

.div-block-15 {
  height: 450px;
  background-image: url('../images/como-as-financas-afetam-nosso-comportamento-dentro-da-empresa.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.div-block-15._23 {
  background-image: url('../images/ti-e-financas-1.png');
}

.div-block-16 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-16._3 {
  padding-left: 0;
}

.heading-8 {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 150%;
}

.f {
  margin-bottom: 80px;
}

.div-block-17 {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.div-block-18 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
}

.heading-9 {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-7 {
  color: #57fef2;
  background-color: #01141b;
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
}

.div-block-19 {
  height: 400px;
  background-image: url('../images/finanças-para-autônomos.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 25px;
}

.text-block-8 {
  color: #727272;
  margin-bottom: 50px;
  font-size: 14px;
}

.text-block-8.bold {
  color: #545454;
  font-weight: 600;
}

.div-block-20 {
  height: 70px;
  background-image: url('../images/drupal-addtoany-share-buttons_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

.div-block-141 {
  width: 40%;
  background-color: #fff;
  border-radius: 8px;
  padding: 70px;
  overflow: auto;
}

.section-7 {
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  width: 200px;
  height: 50px;
  text-align: center;
  background-color: #22398e;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button._100 {
  width: 100%;
  text-transform: uppercase;
  background-color: #01141b;
  background-image: none;
  font-weight: 700;
  position: static;
}

.text-field-2 {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 17px;
}

.text-field-2._3 {
  margin-bottom: 40px;
}

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

.div-block-142 {
  width: 200px;
  height: 80px;
  background-image: url('../images/Renda-Passiva-Logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}

.div-block-140 {
  width: 100%;
  background-image: url('../images/ti-e-financas-1.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  padding-left: 70px;
  display: flex;
}

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

.link-copy {
  color: rgba(255, 255, 255, .15);
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.link-copy:hover {
  color: #57fef2;
}

.text-block-9 {
  font-size: 17px;
  line-height: 1.2;
}

.main {
  width: 100vw;
}

.nav-lin {
  min-height: 60px;
  color: #fff;
  align-items: center;
  padding: 10px 35px 10px 45px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-lin:hover {
  background-color: rgba(7, 46, 60, .7);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  color: #fff;
  background-color: rgba(7, 46, 60, .4);
  border-left: 4px solid #57fef2;
}

.nav-lin.logout {
  color: rgba(255, 255, 255, .48);
}

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.navigation {
  width: 300px;
  height: 100vh;
  max-width: 300px;
  min-width: 300px;
  background-color: #01141b;
  border-right: 1px solid rgba(160, 174, 192, .32);
  position: relative;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-10 {
  margin-top: 2px;
  margin-right: 20px;
  font-family: Imoxi font, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.div-block-147 {
  padding-bottom: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-2 {
  height: 70px;
  max-width: 170px;
  background-image: url('../images/Renda-Passiva-Logo_WHITE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.brand-2.w--current {
  background-image: url('../images/Fiinika_admin.png');
}

.grid-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.text-block-152 {
  color: rgba(57, 57, 57, .4);
}

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

.heading-17.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  overflow: hidden;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.text-block-150 {
  color: #157a9f;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-126 {
  color: #157a9f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.content-wrapper {
  height: 100vh;
  margin-left: 300px;
  padding-bottom: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.div-block-163 {
  margin-bottom: 35px;
}

.text-block-151 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.button-3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #344e98;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 96%;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.button-3:hover {
  background-color: #5878d2;
  font-weight: 700;
}

.button-3.bx {
  color: #fff;
  text-transform: uppercase;
  background-color: #157a9f;
  font-weight: 700;
}

.div-block-164 {
  max-width: 200px;
  min-width: 170px;
  text-align: center;
  margin-bottom: 0;
}

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

.text-block-127 {
  color: #191c41;
  font-size: 25px;
  font-weight: 500;
}

.section-data {
  background-color: #fff;
  border: 1px #d0d3dd;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 1px 1px 3px rgba(21, 122, 159, .1);
}

.div-block-280 {
  display: flex;
}

.div-block-170 {
  height: 220px;
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 8px;
  padding: 50px 35px 35px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(21, 122, 159, .04);
}

.grafico {
  width: 70%;
  height: 300px;
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1-2.sub {
  color: #89919b;
  margin-bottom: 25px;
  font-size: 20px;
}

.div-block-281 {
  width: 60%;
  flex: 1;
  display: flex;
}

.hold-the-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.body-in {
  background-color: rgba(225, 225, 225, .18);
}

.text-block-164 {
  color: #157a9f;
  margin-top: 3px;
  font-family: Imoxi font, sans-serif;
  line-height: 1;
}

.side-a {
  width: 90%;
  display: flex;
}

.text-block-167 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(21, 122, 159, .35);
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: #01141b;
}

.txt {
  color: rgba(7, 46, 60, .25);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.div-block-260-copy {
  padding-top: 0;
}

.text-block-168 {
  color: #01141b;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.card-item-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item-2.name {
  width: 80%;
  color: #223;
  flex: 0 auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item-2.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item-2.data-1.x {
  width: 15%;
}

.card-item-2.data-1.x._10 {
  width: 20%;
}

.card-item-2.img {
  width: 20%;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item-2.img._900 {
  width: 20%;
}

.card-item-2.icon {
  width: 20%;
  color: #d13232;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.side-b {
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 10px;
}

.card-wrapper-2 {
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .08);
}

.card-wrapper-2:hover {
  border: 1px solid rgba(7, 46, 60, .24);
}

.text-block-169 {
  color: rgba(34, 34, 51, .72);
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.legenda-wrapper {
  border-top: 1px solid rgba(52, 78, 152, .12);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-170 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.link-3 {
  float: left;
  color: rgba(34, 34, 51, .49);
  padding-top: 2px;
  padding-right: 1.5rem;
  font-family: Imoxi font, sans-serif;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.search-input-2 {
  height: 40px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

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

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

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

.select-field-2 {
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

.search-button-3 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.search-button-3._89 {
  width: 20px;
  height: 30px;
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  top: 2px;
}

.div-block-263 {
  text-align: center;
  background-color: #fff;
  border: 1px #e0e2e7;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .06);
}

.search-no-filtro-2 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.form-3 {
  width: 100%;
  display: block;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.text-block-171 {
  font-size: 17px;
}

.photo-upload-input-field {
  height: 170px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.uploaded-photo-wrapper {
  display: none;
}

.uploaded-image-resolution {
  color: #9c9c9c;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.photo-contain {
  max-width: 90px;
}

.form-left-side-2 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.form-field-label-2 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
}

.button-2 {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-2.success-continue-copy {
  background-color: rgba(0, 0, 0, .18);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button-2.success-continue-copy:hover {
  background-color: rgba(0, 0, 0, .32);
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #05b32e;
  right: 177px;
}

.button-2.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-2.mensagem {
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #01141b;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.button-2.mensagem:hover {
  background-color: #157a9f;
}

.button-2.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button-2.success-continue:hover {
  background-color: #058317;
}

.button-2.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

.button-2.red-lines {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  font-size: 17px;
}

.button-2.red-lines:hover {
  color: #fff;
  background-color: red;
}

.button-2.mensagem-copy {
  height: 50px;
  color: #157a9f;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #157a9f;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  transition: none;
  display: block;
}

.button-2.mensagem-copy:hover {
  color: #fff;
  background-color: rgba(7, 46, 60, .7);
  border-style: none;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.form-success-content {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.div-block-145 {
  margin-bottom: 25px;
}

.div-block-145._4 {
  margin-bottom: 0;
}

.form-text-field-3 {
  height: 45px;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #fff;
}

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

.form-text-field-3::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._1 {
  margin-top: 10px;
}

.form-text-field-3._900 {
  margin-bottom: 0;
}

.test-form-block {
  height: 947px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.test-form-block.zero-padding-all._290 {
  width: 600px;
}

.test-form-block.zero-padding-all._4000 {
  width: 900px;
}

.form-2 {
  display: flex;
}

.form-2.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-2.round-corners._10 {
  border-style: none;
  border-radius: 8px;
  margin-left: 0;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .16);
}

.form-select-field {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

.photo-upload-input-wrapper {
  min-height: 170px;
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.div-block-282 {
  flex: 1;
}

.form-button-icon {
  margin-right: 8px;
  font-family: Fontastic, sans-serif;
  position: relative;
  top: 2px;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.form-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fomr-alt-text {
  width: 80%;
  flex: 1;
  font-size: .8rem;
  line-height: 1;
}

.confirmation-check-icon {
  width: 50px;
  height: 50px;
  color: #05b32e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #05b32e;
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.uploaded-photo-content {
  height: 130px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.link-4 {
  color: red;
  font-family: Imoxi font, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.div-block-146 {
  background-color: rgba(228, 228, 228, .92);
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.success-flex {
  display: flex;
}

.image {
  max-height: 80%;
  object-fit: contain;
}

.error-message {
  max-width: 500px;
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.uploaded-photo-div {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Imoxi font, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.form-field-label {
  color: rgba(34, 34, 51, .86);
  margin-bottom: 6px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1;
}

.texto {
  border-radius: 8px;
  padding-bottom: 259px;
}

.div-block-172 {
  margin-top: 25px;
}

.titulo {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-274 {
  flex: 1;
  padding-left: 50px;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.texto-2 {
  margin-bottom: 10px;
  font-size: 17px;
}

.texto-2.subscri-o {
  color: #189acb;
  font-weight: 700;
}

.texto-2.like {
  color: #3cb33c;
  font-weight: 600;
}

.texto-2.deslike {
  color: #ff3939;
  font-weight: 600;
}

.div-block-273-copy {
  width: 250px;
  height: 200px;
  background-image: url('../images/af_bai_pme_webbanner_facebook-800x800px_05032018.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
}

.div-block-272 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .15);
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-148 {
  height: 150px;
  color: #646464;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 25px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .06);
}

.div-block-148:hover {
  border: 1px solid rgba(7, 46, 60, .24);
}

.text-block-172 {
  color: #157a9f;
  margin-bottom: 15px;
  font-family: Imoxi font, sans-serif;
  font-size: 25px;
  line-height: 100%;
}

.text-block-173 {
  font-size: 20px;
  font-weight: 400;
}

.grid-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-15 {
  height: 270px;
  color: #01141b;
  text-align: center;
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px rgba(7, 46, 60, .1);
}

.link-block-15:hover {
  border-style: solid;
  border-color: rgba(21, 122, 159, .19);
}

.div-block-235 {
  width: 100px;
  height: 100px;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-bottom: 25px;
}

.div-block-235._2 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.name-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-174 {
  color: rgba(51, 51, 51, .24);
  text-align: center;
  margin-bottom: 28px;
  font-size: 21px;
}

.text-block-174._9 {
  text-align: left;
  margin-bottom: 0;
}

.form-4 {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 35px;
}

.div-block-283, .div-block-284 {
  display: flex;
}

.div-block-285 {
  margin-top: 25px;
}

.div-block-286 {
  z-index: 1000;
  background-color: #57fef2;
  padding: 44px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-287 {
  border: 1px dashed #cacaca;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

.div-block-288 {
  display: flex;
}

.link-5 {
  color: #157a9f;
  border: 1px solid #157a9f;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
}

.link-6 {
  color: #ba2121;
  border: 1px solid #ba2121;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
}

.nav-menu {
  float: left;
  margin-left: 50px;
  padding-top: 5px;
  display: flex;
}

.div-block-289 {
  height: 90px;
  float: right;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  line-height: 90px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 280px;
  border: 1px solid #737373;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 6px 10px;
  display: flex;
}

.search:focus {
  color: #fff;
}

.search:focus-visible {
  color: #fff;
}

.search[data-wf-focus-visible] {
  color: #fff;
}

.search-input-3 {
  height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.search-button-4 {
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
}

.grid-23 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.grid-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._20-meet {
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

.link-7 {
  color: #157a9f;
  line-height: 30px;
}

.div-block-290 {
  display: flex;
}

.div-block-292 {
  padding-top: 99px;
  padding-left: 0;
}

.section-artg {
  margin-bottom: 12px;
  padding-top: 25px;
}

.heading-18 {
  margin-top: 0;
  font-weight: 600;
}

.div-block-293 {
  border-left: 1px dashed #a7a7a7;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 15px;
}

.link-8 {
  color: #1d1d1d;
  font-weight: 400;
  text-decoration: none;
}

.link-8.w--current {
  font-size: 16px;
  font-weight: 600;
}

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

.list {
  padding-left: 20px;
}

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

.grid-26 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

.ads-xp {
  margin-top: 0;
  padding-top: 300px;
}

.div-block-294 {
  width: 300px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}

.div-block-294._1 {
  background-image: url('../images/af_bai_pme_webbanner_facebook-800x800px_05032018.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-294._2 {
  background-image: url('../images/FEEZ1qhXIAA9mY5.jpeg');
}

.rich-text-block-4, .rich-text-block-5 {
  text-align: left;
}

.div-block-295 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.div-block-296 {
  height: 90px;
}

.dropdown-link-29, .dropdown-link-30 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-31 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link-32 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-33 {
  top: 87px;
}

.dropdown-link-34 {
  top: 84px;
}

.dropdown-link-35, .dropdown-link-36 {
  top: 81px;
}

.dropdown-link-37 {
  top: 92px;
}

.dropdown-link-38 {
  top: 96px;
}

.dropdown-link-39 {
  top: 97px;
}

.dropdown-link-40 {
  top: 79px;
}

.dropdown-link-41 {
  top: 59px;
}

.dropdown-link-42 {
  top: 57px;
}

.dropdown-link-43, .dropdown-link-44 {
  top: 20px;
}

.dropdown-link-45 {
  top: 81px;
}

.dropdown-link-46 {
  top: 63px;
}

.dropdown-link-47 {
  top: 36px;
}

.dropdown-link-48 {
  top: -7px;
}

.dropdown-link-49 {
  top: -15px;
}

.dropdown-link-50 {
  top: -30px;
}

.dropdown-link-51 {
  top: -29px;
}

.dropdown-link-52 {
  top: -21px;
}

.dropdown-link-53 {
  top: -10px;
}

.dropdown-link-54 {
  top: 8px;
}

.dropdown-link-55 {
  top: 27px;
}

.dropdown-link-56 {
  top: 38px;
}

.dropdown-link-57 {
  top: 49px;
}

.dropdown-link-58, .dropdown-link-59 {
  top: 57px;
}

.dropdown-link-60 {
  top: 42px;
}

.dropdown-link-61 {
  top: 32px;
}

.dropdown-link-62 {
  top: 24px;
}

.dropdown-link-63 {
  top: 22px;
}

.dropdown-link-64 {
  top: 18px;
}

.dropdown-link-65 {
  top: 11px;
}

.dropdown-link-66 {
  top: 5px;
}

.dropdown-link-67 {
  top: 0;
}

.dropdown-link-68 {
  top: -3px;
}

.dropdown-link-69 {
  top: -4px;
}

.dropdown-link-70, .dropdown-link-71 {
  top: -5px;
}

.dropdown-link-72 {
  top: -1px;
}

.dropdown-link-73 {
  top: 3px;
}

.dropdown-link-74 {
  top: 6px;
}

.dropdown-link-75 {
  position: relative;
}

.dropdown-link-76 {
  position: static;
}

.dropdown-link-77 {
  margin-top: 23px;
}

.dropdown-link-78 {
  margin-top: 64px;
}

.dropdown-link-79 {
  margin-top: 127px;
}

.dropdown-link-80 {
  margin-top: 145px;
}

.dropdown-link-81 {
  margin-top: 173px;
}

.dropdown-link-82 {
  margin-top: 185px;
}

.dropdown-link-83 {
  margin-top: 193px;
}

.dropdown-link-84 {
  margin-top: 196px;
}

.dropdown-link-85 {
  margin-top: 197px;
}

.dropdown-link-86 {
  margin-top: -14px;
}

.dropdown-link-87 {
  margin-top: -28px;
}

.dropdown-link-88, .dropdown-link-89 {
  margin-top: 0;
}

.div-block-297 {
  padding-top: 50px;
}

.feedback-div-artigo {
  border: 1px rgba(0, 0, 0, .2);
  border-top-style: dashed;
  justify-content: flex-start;
  padding: 40px 0 0;
  display: flex;
}

.div-block-299 {
  display: flex;
}

.icn {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #3cb33c;
  border: 1px #000;
  border-radius: 200px;
  margin-left: 20px;
  font-family: Bad good, sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}

.icn._2 {
  background-color: #e16767;
}

.text-block-175 {
  margin-right: 20px;
  font-weight: 600;
  line-height: 50px;
}

.success {
  text-align: center;
  background-color: rgba(60, 179, 60, .15);
  border-radius: 5px;
  padding: 25px;
  display: none;
}

.div-block-301 {
  display: inline-block;
}

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

.mobile-search-button, .search-appear-on-mobile {
  display: none;
}

.div-block-302 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-wrap-on-mobile {
  display: none;
}

.section-8 {
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: auto;
}

.link-9 {
  font-size: 18px;
  line-height: 120%;
  display: block;
}

.div-block-304 {
  margin-bottom: 25px;
}

.acesso-rapido, .slide-nav, .icon-3, .icon-4 {
  display: none;
}

.slider {
  margin-top: 20px;
}

.img-40 {
  width: 250px;
  height: 250px;
  background-image: url('../images/Themis.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.div-block-307 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 100px;
  box-shadow: 1px 1px 3px rgba(52, 78, 152, .15);
}

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

.div-block-308 {
  margin-top: 25px;
  padding-top: 25px;
}

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

.text-block-179 {
  background-color: rgba(21, 122, 159, .1);
  border-radius: 5px;
  padding: 10px;
}

.resultado {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 35px;
}

.div-block-309 {
  background-color: #e8e8e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
}

.text-block-180 {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-180._1 {
  border-left: 1px solid rgba(0, 0, 0, .23);
}

.link-10 {
  color: #666;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.div-block-310 {
  border-bottom: 1px dashed #cfcfcf;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-181 {
  width: 50%;
  padding-left: 20px;
  font-size: 15px;
}

.text-block-181.bl {
  font-weight: 500;
}

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

.div-block-311 {
  background-color: rgba(21, 122, 159, .06);
  border: 1px #cfcfcf;
  border-radius: 5px;
  padding: 35px;
}

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 35px;
}

.div-block-312 {
  margin-bottom: 25px;
}

.text-block-182 {
  color: rgba(51, 51, 51, .69);
  font-size: 16px;
}

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

.div-block-313 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

.resultv {
  color: #1d831d;
  font-size: 21px;
}

.resultv._1 {
  color: #578292;
}

.resultv._2 {
  color: #7324a3;
}

.div-block-314, .div-block-315, .div-block-316 {
  text-align: center;
}

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

.paragraph-3 {
  margin-top: 25px;
  margin-bottom: 0;
}

.valor-1 {
  color: #157a9f;
  font-weight: 600;
}

.dropdown-list {
  margin-top: -10px;
}

.dropdown-list-2 {
  margin-top: -10px;
  display: none;
}

.div-block-317 {
  display: flex;
}

.text-block-183 {
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-318 {
  width: 30%;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.navbar-2 {
  background-color: #01141b;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navilinka {
  height: 90px;
  color: #fff;
  padding: 0 45px 0 0;
  line-height: 90px;
  display: block;
}

.dropdown-link-90 {
  top: -30px;
}

.dropdown-link-91 {
  top: -15px;
}

.dropdown-link-92 {
  top: 59px;
}

.dropdown-link-93 {
  top: -5px;
}

.dropdown-link-94 {
  min-width: 350px;
}

.dropdown-link-95 {
  top: -29px;
}

.dropdown-link-96 {
  margin-top: 197px;
}

.search-wrap-on-mobile-2 {
  display: none;
}

.dropdown-link-97 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-98 {
  top: -4px;
}

.dropdown-link-99 {
  top: 97px;
}

.dropdown-link-100 {
  top: 57px;
}

.dropdown-link-101 {
  min-width: 350px;
  color: #fff;
  background-color: #04222d;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-link-102 {
  margin-top: 64px;
}

.dropdown-link-103 {
  margin-top: 173px;
}

.dropdown-link-104 {
  margin-top: 185px;
}

.dropdown-link-105 {
  margin-top: 193px;
}

.dropdown-link-106 {
  top: 38px;
}

.dropdown-link-107 {
  top: 49px;
}

.dropdown-link-108 {
  top: 57px;
}

.dropdown-link-109 {
  top: -3px;
}

.dropdown-link-110 {
  top: 63px;
}

.dropdown-link-111 {
  top: 8px;
}

.dropdown-link-112 {
  margin-top: -14px;
}

.dropdown-link-113 {
  min-width: 350px;
}

.dropdown-link-114 {
  top: 57px;
}

.dropdown-link-115 {
  top: 92px;
}

.dropdown-link-116 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-117 {
  margin-top: 127px;
}

.dropdown-link-118 {
  top: 81px;
}

.dropdown-link-119 {
  top: 20px;
}

.dropdown-link-120 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-121 {
  top: 96px;
}

.dropdown-link-122 {
  top: 81px;
}

.div-block-320 {
  height: 90px;
  float: right;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  line-height: 90px;
}

.dropdown-link-123 {
  top: 36px;
}

.dropdown-link-124 {
  top: 81px;
}

.dropdown-link-125 {
  top: 32px;
}

.dropdown-link-126 {
  margin-top: 145px;
}

.dropdown-link-127 {
  top: -1px;
}

.dropdown-link-128 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link-129 {
  top: -5px;
}

.dropdown-link-130 {
  top: 84px;
}

.dropdown-link-131 {
  margin-top: 23px;
}

.dropdown-link-132 {
  top: -21px;
}

.dropdown-link-133 {
  top: 11px;
}

.dropdown-link-134 {
  top: 42px;
}

.dropdown-link-135 {
  top: 87px;
}

.search-2 {
  width: 270px;
  border: 1px solid #737373;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 6px 10px;
  display: flex;
}

.search-2:focus {
  color: #fff;
}

.search-2:focus-visible {
  color: #fff;
}

.search-2[data-wf-focus-visible] {
  color: #fff;
}

.dropdown-link-136 {
  position: static;
}

.dropdown-link-137 {
  min-width: 450px;
}

.dropdown-link-138 {
  top: -10px;
}

.dropdown-link-139 {
  top: 24px;
}

.dropdown-link-140 {
  top: 6px;
}

.dropdown-link-141 {
  min-width: 450px;
}

.dropdown-link-141:hover, .dropdown-link-141.w--current {
  color: #57fef2;
}

.div-block-321 {
  height: 90px;
}

.dropdown-link-142 {
  top: 3px;
}

.dropdown-link-143 {
  top: 27px;
}

.dropdown-link-144 {
  top: 79px;
}

.dropdown-link-145 {
  top: -7px;
}

.dropdown-link-146 {
  margin-top: 196px;
}

.dropdown-link-147 {
  margin-top: 0;
}

.dropdown-link-148 {
  top: 0;
}

.dropdown-link-149 {
  top: 22px;
}

.nav-menu-2 {
  float: left;
  margin-left: 50px;
  padding-top: 5px;
}

.nav-link-2 {
  height: 90px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 45px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 90px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #57fef2;
}

.navbar-3 {
  height: 90px;
  background-color: #02141c;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.dropdown-link-150 {
  margin-top: -28px;
}

.dropdown-link-151 {
  top: 18px;
}

.dropdown-link-152 {
  margin-top: 0;
}

.dropdown-link-153 {
  position: relative;
}

.dropdown-link-154 {
  top: 20px;
}

.pesquisa-bar {
  display: none;
}

.div-block-322 {
  width: 50%;
  border: 1px dashed #157a9f;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-block-186 {
  color: #157a9f;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-187 {
  margin-bottom: 10px;
  font-size: 18px;
}

.dropdown-list-3 {
  padding-bottom: 10px;
}

.dropdown-list-3.w--open {
  background-color: #01141b;
  padding-bottom: 10px;
}

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

  .hero-section {
    padding-top: 135px;
    padding-bottom: 70px;
  }

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

  .div-block-3 {
    padding-top: 10px;
  }

  .text-block {
    margin-bottom: 15px;
    font-size: 11px;
  }

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

  .section {
    padding-top: 70px;
  }

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

  .link-block-2 {
    height: 350px;
  }

  .div-block-5._2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-6._2 {
    height: 200px;
  }

  .link-block-3 {
    margin-bottom: 25px;
  }

  .img-mais-artigos {
    width: 220px;
    height: 200px;
  }

  .section-4._2 {
    padding-top: 190px;
  }

  .section-6 {
    padding-top: 80px;
  }

  .div-block-15 {
    height: 350px;
  }

  .div-block-16 {
    padding-left: 35px;
    padding-right: 0;
  }

  .div-block-17 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-18 {
    padding-right: 0;
  }

  .heading-9 {
    font-size: 32px;
  }

  .div-block-141 {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button {
    font-size: 15px;
  }

  .div-block-142 {
    width: 150px;
    height: 70px;
  }

  .div-block-140 {
    width: 50%;
  }

  .link-copy, .navigation {
    display: none;
  }

  .heading-17 {
    font-size: 2rem;
  }

  .text-block-150 {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .text-block-151 {
    font-size: 35px;
  }

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

  .div-block-170 {
    height: auto;
    padding: 25px;
  }

  .card-item-2.img {
    flex: none;
  }

  .legenda-wrapper {
    display: none;
  }

  .link-3 {
    line-height: 1.2;
  }

  .form-left-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-274 {
    padding-left: 35px;
  }

  .div-block-273-copy {
    width: 200px;
    height: 200px;
  }

  .div-block-272 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-286 {
    display: block;
  }

  .nav-menu {
    width: 70%;
    height: 100vh;
    background-color: #01141b;
    padding-top: 61px;
    padding-left: 50px;
  }

  .div-block-289 {
    display: none;
  }

  .search {
    width: 100%;
  }

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

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

  ._20-meet {
    margin-bottom: 35px;
    padding-bottom: 10px;
  }

  .div-block-292 {
    padding-top: 0;
    display: none;
  }

  .div-block-293 {
    padding-bottom: 0;
  }

  .heading-19 {
    display: none;
  }

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

  .grid-26 {
    grid-template-columns: 2.25fr;
  }

  .ads-xp {
    padding-top: 50px;
    display: none;
  }

  .menu-button {
    height: 90px;
    color: #fff;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7 {
    display: block;
  }

  .dropdown-toggle-8 {
    display: flex;
  }

  .dropdown-toggle-9 {
    display: inline;
  }

  .dropdown-toggle-10 {
    display: inline-block;
  }

  .div-block-300, .div-block-301 {
    text-align: left;
    display: block;
  }

  .grid-27 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-search-button {
    z-index: 5;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-right: 70px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-176 {
    color: #fff;
    margin-top: 4px;
    font-family: Imoxi font, sans-serif;
    font-size: 27px;
    line-height: 100%;
  }

  .search-appear-on-mobile {
    z-index: 100;
    background-color: #01141b;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, -300%);
  }

  .search-wrap-on-mobile {
    z-index: 100;
    background-image: linear-gradient(#01141b 18%, rgba(0, 0, 0, 0));
    padding: 43px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, -100%);
  }

  .div-block-303 {
    height: 100vh;
    margin-top: 15px;
  }

  .section-8 {
    padding-top: 140px;
  }

  .link-9 {
    font-size: 17px;
  }

  .acesso-rapido {
    background-color: #eaeaea;
    margin-top: 90px;
    padding: 15px 20px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-306 {
    justify-content: space-between;
    font-weight: 600;
    display: flex;
  }

  .text-block-177 {
    font-family: Imoxi font, sans-serif;
    font-size: 24px;
    transform: rotate(90deg);
  }

  .text-block-178 {
    font-size: 16px;
  }

  .glossario-wrapper {
    margin-top: 20px;
    display: none;
  }

  .img-40 {
    width: 200px;
    height: 200px;
  }

  .div-block-318 {
    width: 100%;
    justify-content: center;
    padding-top: 25px;
  }

  .div-block-319 {
    height: 100vh;
    margin-top: 15px;
  }

  .search-wrap-on-mobile-2 {
    z-index: 100;
    background-image: linear-gradient(#01141b 18%, rgba(0, 0, 0, 0));
    padding: 43px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, -100%);
  }

  .dropdown-toggle-11 {
    display: inline;
  }

  .text-block-184 {
    color: #fff;
    margin-top: 4px;
    font-family: Imoxi font, sans-serif;
    font-size: 27px;
    line-height: 100%;
  }

  .dropdown-toggle-12 {
    display: inline-block;
  }

  .div-block-320 {
    display: none;
  }

  .dropdown-toggle-13 {
    display: flex;
  }

  .search-2 {
    width: 100%;
  }

  .nav-menu-2 {
    width: 70%;
    height: 100vh;
    background-color: #01141b;
    padding-top: 61px;
    padding-left: 50px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pesquisa-bar {
    justify-content: center;
    align-items: center;
    margin-right: 70px;
    padding-top: 4px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-185 {
    color: #fff;
    font-family: Imoxi font, sans-serif;
    font-size: 27px;
    line-height: 100%;
  }

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

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

  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .div-block-2 {
    height: 250px;
  }

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

  .heading {
    font-size: 27px;
  }

  .section {
    padding-top: 60px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .link-block-2 {
    height: 320px;
  }

  .div-block-4._1 {
    height: 170px;
  }

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

  .text-block-3 {
    font-size: 13px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .div-block-6 {
    height: 120px;
    margin-top: 0;
  }

  .link-block-3 {
    margin-bottom: 15px;
  }

  .img-mais-artigos {
    width: 220px;
    height: 200px;
  }

  .div-block-9 {
    padding-top: 10px;
  }

  .heading-6 {
    font-size: 17px;
  }

  .link-block-4 {
    height: 250px;
  }

  .section-4._2 {
    padding-top: 190px;
  }

  .section-6 {
    padding-bottom: 50px;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-16._3 {
    margin-bottom: 25px;
  }

  .heading-8 {
    margin-bottom: 15px;
  }

  .f {
    margin-bottom: 50px;
  }

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

  .text-block-7 {
    font-size: 12px;
  }

  .div-block-19 {
    height: 350px;
  }

  .text-block-8 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .div-block-141 {
    width: 100%;
    padding-top: 50px;
  }

  .section-7 {
    flex-direction: column;
  }

  .div-block-142 {
    width: 150px;
  }

  .div-block-140 {
    width: 100%;
    height: 400px;
  }

  .heading-17 {
    font-size: 1.5rem;
  }

  .link-3 {
    padding-right: 1rem;
    line-height: 1;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

  .mobile-search-button {
    margin-right: 60px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-322 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 17px;
    line-height: 120%;
  }

  h4 {
    font-weight: 600;
    line-height: 120%;
  }

  p {
    margin-bottom: 15px;
  }

  .container {
    max-width: 100%;
  }

  .brand {
    width: 150px;
  }

  .nav-link {
    height: 70px;
    line-height: 70px;
  }

  .div-block {
    flex-direction: column;
  }

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

  .div-block-3 {
    width: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .heading {
    font-size: 22px;
  }

  .section {
    padding-top: 50px;
  }

  .heading-2 {
    line-height: 120%;
  }

  .link-block-2 {
    height: auto;
  }

  .div-block-4._1 {
    height: 230px;
  }

  .heading-5 {
    font-size: 17px;
  }

  .div-block-6 {
    height: auto;
    min-height: 120px;
  }

  .div-block-6._2 {
    height: 120px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .section-2 {
    padding-top: 70px;
  }

  .link-block-3 {
    flex-direction: column;
  }

  .img-mais-artigos, .img-mais-artigos._2 {
    width: auto;
    height: 230px;
  }

  .div-block-9 {
    padding-left: 0;
  }

  .link-block-4 {
    height: 300px;
  }

  .hero-content-wrapper {
    display: block;
  }

  .footer {
    padding-top: 70px;
  }

  .footer-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content-wrapper._5 {
    padding-right: 0;
  }

  .paragraph {
    margin-bottom: 25px;
  }

  .section-4 {
    padding-top: 125px;
  }

  .section-4._2 {
    padding-top: 180px;
  }

  .section-5 {
    height: 300px;
  }

  .section-6 {
    padding-top: 50px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .div-block-15 {
    height: 250px;
  }

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

  .div-block-18 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-7 {
    font-size: 10px;
  }

  .div-block-19 {
    height: 250px;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 130%;
  }

  .div-block-20 {
    height: 60px;
  }

  .div-block-141 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .heading-16 {
    font-size: 22px;
    font-weight: 500;
  }

  .div-block-142 {
    width: 130px;
    margin-bottom: 35px;
  }

  .link-copy {
    margin-top: 25px;
  }

  .heading-17.box {
    margin-bottom: 0;
  }

  .text-block-150 {
    height: auto;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 12px;
  }

  .div-block-164 {
    max-width: 160px;
    min-width: 150px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-h1-2 {
    margin-left: 5px;
    font-size: 23px;
  }

  .side-a {
    flex-direction: column;
  }

  .card-item-2.data-1 {
    width: 100%;
  }

  .card-item-2.img {
    padding-left: 0;
  }

  .card-wrapper-2 {
    height: auto;
    padding: 15px;
  }

  .text-block-169 {
    margin-bottom: .3rem;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .form-left-side-2 {
    padding: 35px 25px;
  }

  .button-2.mensagem, .button-2.mensagem-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .div-block-274 {
    padding-left: 0;
  }

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

  .div-block-273-copy {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-272 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-4 {
    padding: 24px;
  }

  .nav-menu {
    width: 85%;
    padding-left: 40px;
  }

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

  .link-7 {
    text-align: right;
    padding-top: 5px;
    font-size: 11px;
    line-height: 120%;
  }

  .heading-18 {
    font-size: 19px;
    font-weight: 700;
  }

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

  .feedback-div-artigo {
    padding-top: 20px;
  }

  .icn._2 {
    margin-left: 15px;
  }

  .text-block-175 {
    margin-top: 10px;
    margin-right: 0;
    line-height: 120%;
  }

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

  .mobile-search-button {
    margin-right: 60px;
  }

  .search-wrap-on-mobile {
    background-image: linear-gradient(#01141b 20%, rgba(0, 0, 0, 0));
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .img-40 {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .resultado {
    border-style: none;
    padding: 1px;
  }

  .text-block-180 {
    padding-left: 10px;
  }

  .text-block-181 {
    padding-left: 10px;
    font-size: 14px;
  }

  .text-block-181.bl {
    padding-left: 10px;
  }

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

  .div-block-311 {
    padding: 40px 25px;
  }

  .grid-32 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .resultv {
    font-size: 18px;
  }

  .div-block-314, .div-block-315, .div-block-316 {
    text-align: center;
  }

  .search-wrap-on-mobile-2 {
    background-image: linear-gradient(#01141b 20%, rgba(0, 0, 0, 0));
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    width: 85%;
    padding-left: 40px;
  }

  .nav-link-2 {
    height: 70px;
    line-height: 70px;
  }

  .container-3 {
    max-width: 100%;
  }

  .pesquisa-bar {
    margin-right: 60px;
  }

  .div-block-322 {
    padding: 23px;
  }

  .text-block-186 {
    font-size: 17px;
  }

  .text-block-187 {
    font-size: 15px;
  }
}

#w-node-cb21bf1c-6cfb-c2ea-c47b-dee6d0745bba-48ff1bfe, #w-node-_4f084b3d-1eec-03db-16f9-4eacdb128ff9-48ff1bfe, #w-node-da95d33e-f96b-8ac6-7641-e8cc2d1401da-48ff1bfe, #w-node-_20a0d21a-3ef7-23c1-2c58-c511b179c09c-48ff1bfe, #w-node-_311e627b-8362-288a-8531-798fa7ebb3b9-48ff1bfe, #w-node-_36c34a74-2c33-1794-8f6c-f8dab4c68cd3-48ff1bfe, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ad4-45f63a4e, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60adb-45f63a4e, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ae2-45f63a4e, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ad4-c8a288f3, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60adb-c8a288f3, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ae2-c8a288f3, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f22-f34cd01d, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f27-f34cd01d, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f2c-f34cd01d, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f31-f34cd01d, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f36-f34cd01d, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f3b-f34cd01d, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3276-f0727f47, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d327b-f0727f47, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3280-f0727f47, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3285-f0727f47, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d328a-f0727f47, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d328f-f0727f47, #w-node-d74e6840-10b8-4f52-7828-43d0ba50250e-7af701a0, #w-node-d74e6840-10b8-4f52-7828-43d0ba502523-7af701a0, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4a5-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4ab-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4b1-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4b7-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4bd-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4c3-10a39954, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4c9-10a39954, #w-node-_19ca9221-8dee-4a66-a2b7-2f8454eff3f5-a4f5ac61, #w-node-_19ca9221-8dee-4a66-a2b7-2f8454eff405-a4f5ac61, #w-node-_45812f77-7cbf-ce7e-14cd-6584e7fe4a93-dc48418c, #w-node-_0411e96a-3263-6419-004f-d442e43b1daa-dc48418c, #w-node-_865c5275-06f9-fda6-663e-aa79dc7e6c8d-dc48418c, #w-node-_343e027c-a23b-a3f4-aa1d-68379f5b676c-dc48418c, #w-node-_40d77fe1-9e9a-9d7d-30fc-82501de563b0-dc48418c, #w-node-_1e43ccc9-6d92-8d97-8e5b-5f7474a45f25-dc48418c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fontastic';
  src: url('../fonts/fontastic.eot') format('embedded-opentype'), url('../fonts/fontastic.woff') format('woff'), url('../fonts/fontastic.ttf') format('truetype'), url('../fonts/fontastic.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social';
  src: url('../fonts/social.eot') format('embedded-opentype'), url('../fonts/social.woff') format('woff'), url('../fonts/social.ttf') format('truetype'), url('../fonts/social.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Imoxi font';
  src: url('../fonts/imoxi-font.eot') format('embedded-opentype'), url('../fonts/imoxi-font.woff') format('woff'), url('../fonts/imoxi-font.ttf') format('truetype'), url('../fonts/imoxi-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bad good';
  src: url('../fonts/bad-good.eot') format('embedded-opentype'), url('../fonts/bad-good.woff') format('woff'), url('../fonts/bad-good.ttf') format('truetype'), url('../fonts/bad-good.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}