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

:root {
  --cyan: #57fef2;
  --black: #01141b;
  --light-grey: #cfcfcf;
  --blue-600: #0084d1;
  --primary: #02141c;
  --primary-blue: #10395b;
  --lime-green: #3cb33c;
  --steel-blue: #157a9f;
  --midnight-blue: #072e3cb3;
  --red-bar: #6d2222f7;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manuale, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manuale, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manuale, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.body {
  font-family: Arimo, 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 {
  background-image: url('../images/REVISTA-PME_LOGO_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 90px;
}

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

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

.nav-link:hover, .nav-link.w--current {
  color: var(--cyan);
}

.hero-section {
  background-color: var(--black);
  background-image: linear-gradient(#01141bf7, #01141bf7), url('../images/white-abstract-background.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

.deal {
  background-color: var(--cyan);
  height: 50px;
  color: var(--black);
  text-transform: uppercase;
  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: var(--black);
}

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

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

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

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

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

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

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

.wrapper-image-hero {
  border-radius: 4px;
  width: 45vw;
  height: 400px;
}

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

.tag-categoria-hero {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

.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-family: Manuale, sans-serif;
  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 {
  border-radius: 4px;
  height: 220px;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}

.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: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.categoria-tag {
  color: #fff;
  background-color: #b41212;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 3px 15px 2px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
}

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

.text-block-3 {
  color: #646464;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
}

.heading-4 {
  color: var(--black);
  font-weight: 500;
}

.heading-5 {
  color: var(--black);
  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 {
  background-image: url('../images/BANNERDEPOSITOAPRAZO1320x302px4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  display: block;
}

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

.text-block-4 {
  color: #ffffffba;
  font-family: Arimo, sans-serif;
}

.text-block-4.wey {
  color: #717171ba;
  font-size: 13px;
}

.section-2 {
  background-color: #e1e1e178;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

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

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

.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: var(--black);
  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 {
  background-image: url('../images/cursos-de-finanças.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  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(#01141beb, #01141beb), 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: var(--cyan);
  margin-bottom: 20px;
  font-family: Fontastic, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

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

.footer {
  background-color: var(--black);
  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 {
  background-image: url('../images/REVISTA-PME_LOGO_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 50px;
  margin-bottom: 25px;
}

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

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

.link:hover {
  color: var(--blue-600);
}

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

.link-2 {
  border: 1px solid var(--light-grey);
  width: 40px;
  height: 40px;
  color: var(--light-grey);
  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 {
  border-color: var(--blue-600);
  background-color: var(--blue-600);
  color: var(--light-grey);
}

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

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

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--cyan);
}

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

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

.dropdown-link-5 {
  color: #fff;
  background-color: #04222d;
  min-width: 350px;
  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: var(--cyan);
}

.dropdown-link-10 {
  background-color: var(--black);
}

.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 {
  background-image: linear-gradient(#01141bf7, #01141bf7), url('../images/white-abstract-background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 350px;
  padding-top: 171px;
}

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

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

.div-block-15 {
  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;
  height: 450px;
}

.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-family: Arimo, sans-serif;
  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 {
  background-color: var(--black);
  color: var(--light-grey);
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
}

.wrapper-artigo {
  height: 400px;
  margin-bottom: 25px;
}

.text-block-8 {
  color: #727272;
  margin-bottom: 50px;
  font-family: Arimo, sans-serif;
  font-size: 14px;
}

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

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

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

.section-7 {
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.button._100 {
  background-color: var(--black);
  text-transform: uppercase;
  background-image: none;
  width: 100%;
  font-weight: 700;
  position: static;
}

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

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

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

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

.div-block-140 {
  background-image: linear-gradient(#011b2dd1, #011b2dd1), url('../images/white-abstract-background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  padding-left: 70px;
  display: flex;
}

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

.link-copy {
  color: #ffffff36;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.link-copy:hover {
  color: var(--blue-600);
}

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

.main {
  width: 100vw;
}

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

.nav-lin:hover {
  background-color: #27718c40;
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  border-left: 4px solid var(--blue-600);
  color: var(--blue-600);
  background-color: #fff;
}

.nav-lin.logout {
  color: #ffffff7a;
}

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

.navigation {
  background-color: #121212;
  border-right: 1px solid #a0aec052;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100vh;
  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;
  inset: auto 0% 0%;
}

.brand-2 {
  background-image: url('../images/REVISTA-PME_LOGO_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  height: 70px;
  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: #39393966;
}

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

.heading-17.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  line-height: 40px;
  overflow: hidden;
}

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

.text-block-150 {
  color: var(--blue-600);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

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

.content-wrapper {
  height: 100vh;
  margin-left: 300px;
  padding-bottom: 50px;
  position: fixed;
  inset: 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 {
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-164 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  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 #157a9f1a;
}

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

.div-block-170 {
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 8px;
  height: 220px;
  padding: 50px 35px 35px;
  position: relative;
  box-shadow: 1px 1px 3px #157a9f0a;
}

.grafico {
  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;
  width: 70%;
  height: 300px;
}

.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 {
  flex: 1;
  width: 60%;
  display: flex;
}

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

.body-in {
  background-color: #e1e1e12e;
}

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

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

.text-block-167 {
  color: #fff;
  text-align: center;
  background-color: #154a9f59;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: var(--black);
}

.txt {
  color: #072e3c40;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

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

.text-block-168 {
  color: var(--black);
  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 {
  color: #223;
  flex: 0 auto;
  align-items: center;
  width: 80%;
  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 {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.card-item-2.icon {
  width: 20%;
  color: var(--blue-600);
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

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

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

.card-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #344e9814;
}

.card-wrapper-2:hover {
  border: 1px solid #072e3c3d;
}

.text-block-169 {
  color: #222233b8;
  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 #344e981f;
  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: #2222337d;
  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 {
  color: #171f36;
  background-color: #0000;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 40px;
  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::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 {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

.search-button-3 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-3._89 {
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  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 #344e980f;
}

.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 {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  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::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 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  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: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

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

.button-2.mensagem {
  background-color: var(--primary-blue);
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  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: var(--black);
}

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

.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: #0000;
}

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

.button-2.red-lines {
  color: red;
  background-color: #0000;
  border: 1px solid red;
  font-size: 17px;
}

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

.button-2.mensagem-copy {
  border: 1px solid var(--blue-600);
  height: 50px;
  color: var(--blue-600);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  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 {
  background-color: var(--black);
  color: #fff;
  border-style: none;
}

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

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

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

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

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

.form-text-field-3 {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  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::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._1 {
  color: var(--black);
  margin-top: 10px;
}

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

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

.test-form-block.zero-padding-all {
  background-color: #0000;
  height: auto;
  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 #344e9829;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 45px;
  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 {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  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: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

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

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

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

.uploaded-photo-content {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  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: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.success-flex {
  display: flex;
}

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

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

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

.uploaded-photo-div {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  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: #222233db;
  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: var(--lime-green);
  font-weight: 600;
}

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

.div-block-273-copy {
  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;
  width: 250px;
  height: 200px;
}

.div-block-272 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px #344e9826;
}

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

.div-block-148 {
  color: #646464;
  background-color: #fff;
  border-radius: 5px;
  height: 150px;
  padding: 50px 25px 25px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #344e980f;
}

.div-block-148:hover {
  border: 1px solid var(--blue-600);
}

.text-block-172 {
  color: var(--blue-600);
  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: var(--black);
  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 #072e3c1a;
}

.link-block-15:hover {
  border-style: solid;
  border-color: var(--blue-600);
}

.div-block-235 {
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  width: 100px;
  height: 100px;
  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: #3333333d;
  text-align: center;
  margin-bottom: 28px;
  font-size: 21px;
}

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

.form-4 {
  border: 1px solid var(--light-grey);
  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: var(--cyan);
  padding: 44px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.link-5 {
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  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 {
  float: right;
  height: 90px;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  line-height: 90px;
}

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

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

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

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

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

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

.search-button-4 {
  background-color: #0000;
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  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 #0003;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

.link-7 {
  color: var(--steel-blue);
  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: 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;
}

.wrapper-anuncio {
  border-radius: 5px;
  width: 300px;
  height: 300px;
  margin-bottom: 25px;
}

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

.wrapper-anuncio._2 {
  background-image: url('../images/FEEZ1qhXIAA9mY5.jpeg');
}

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

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

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

.dropdown-link-29, .dropdown-link-30 {
  inset: 0% 0% auto;
}

.dropdown-link-31 {
  inset: auto 0% 0%;
}

.dropdown-link-32 {
  inset: 0% 0% auto;
}

.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 #0003;
  border-top-style: dashed;
  justify-content: flex-start;
  padding: 40px 0 0;
  display: flex;
}

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

.icn {
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  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: #3cb33c26;
  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;
  inset: 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 {
  background-image: url('../images/Themis.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 250px;
  height: 250px;
}

.div-block-307 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 100px;
  box-shadow: 1px 1px 3px #344e9826;
}

.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: #157a9f1a;
  border-radius: 5px;
  padding: 10px;
}

.resultado {
  border: 1px solid var(--light-grey);
  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 #0000003b;
}

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

.div-block-310 {
  border-bottom: 1px dashed var(--light-grey);
  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 {
  border: 1px none var(--light-grey);
  background-color: #157a9f0f;
  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: #333333b0;
  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: #b41212;
  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 {
  flex: none;
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.navbar-2 {
  background-color: var(--black);
  position: fixed;
  inset: 0% 0% auto;
}

.navilinka {
  color: #fff;
  height: 90px;
  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 {
  inset: 0% 0% auto;
}

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

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

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

.dropdown-link-101 {
  color: #fff;
  background-color: #04222d;
  min-width: 350px;
  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 {
  inset: 0% 0% auto;
}

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

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

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

.dropdown-link-120 {
  inset: 0% 0% auto;
}

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

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

.div-block-320 {
  float: right;
  height: 90px;
  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 {
  inset: auto 0% 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 {
  color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 270px;
  margin-bottom: 0;
  padding: 6px 10px;
  display: flex;
}

.search-2:focus, .search-2:focus-visible, .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;
  color: var(--primary);
  background-color: #fff;
}

.dropdown-link-141:hover {
  color: var(--blue-600);
}

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

.div-block-321 {
  justify-content: space-between;
  align-items: center;
  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;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding-top: 5px;
}

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

.nav-link-2:hover {
  color: #00a1ff;
}

.nav-link-2.w--current {
  color: #00a1ff;
  font-weight: 700;
}

.navbar-3 {
  background-color: #01141bf7;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.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 {
  border: 1px dashed var(--steel-blue);
  border-radius: 5px;
  width: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-block-186 {
  color: var(--blue-600);
  margin-bottom: 15px;
  font-family: Manuale, sans-serif;
  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: #fff;
  padding-bottom: 10px;
}

.article-line {
  background-color: var(--cyan);
  width: 5px;
  height: 10px;
  margin-top: 90px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.paragraph-4 {
  font-family: Arimo, sans-serif;
}

.img-artigo, .img-hero, .img-anuncio {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

  .wrapper-image-hero {
    height: 300px;
  }

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

  .tag-categoria-hero {
    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 {
    flex-direction: column;
    width: 100%;
  }

  .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 {
    background-color: #01141b;
    width: 70%;
    height: 100vh;
    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 {
    color: #fff;
    height: 90px;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .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;
    inset: 0% 0% 0% auto;
  }

  .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: var(--black);
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    display: block;
    position: fixed;
    inset: 0%;
    transform: translate(0, -300%);
  }

  .search-wrap-on-mobile {
    z-index: 100;
    background-image: linear-gradient(to bottom, var(--black) 18%, transparent);
    padding: 43px;
    display: none;
    position: fixed;
    inset: 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;
    inset: 0% 0% auto;
  }

  .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 {
    justify-content: center;
    width: 100%;
    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%, #0000);
    padding: 43px;
    display: none;
    position: fixed;
    inset: 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 {
    background-color: #010b0f;
    width: 70%;
    height: 100vh;
    padding-top: 61px;
    padding-left: 50px;
  }

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

  .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;
    inset: 0% 0% 0% auto;
  }

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

  .wrapper-image-hero {
    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;
  }

  .categoria-tag {
    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;
  }

  .wrapper-artigo {
    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;
  }

  .wrapper-image-hero {
    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;
  }

  .wrapper-artigo {
    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 {
    min-width: 150px;
    max-width: 160px;
  }

  .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(to bottom, var(--black) 20%, transparent);
    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%, #0000);
    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-108848f8, #w-node-_4f084b3d-1eec-03db-16f9-4eacdb128ff9-108848f8, #w-node-da95d33e-f96b-8ac6-7641-e8cc2d1401da-108848f8, #w-node-_20a0d21a-3ef7-23c1-2c58-c511b179c09c-108848f8, #w-node-_311e627b-8362-288a-8531-798fa7ebb3b9-108848f8, #w-node-_36c34a74-2c33-1794-8f6c-f8dab4c68cd3-108848f8, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ad4-108848fd, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60adb-108848fd, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ae2-108848fd, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ad4-108848fe, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60adb-108848fe, #w-node-d12bb402-8b3c-7c3a-a366-14dfd9a60ae2-108848fe, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f22-10884901, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f27-10884901, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f2c-10884901, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f31-10884901, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f36-10884901, #w-node-a42e31dc-9a0f-f9a4-e16d-61acec5f4f3b-10884901, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3276-10884902, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d327b-10884902, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3280-10884902, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d3285-10884902, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d328a-10884902, #w-node-_2237e9e3-83b5-24d0-cf1e-b999999d328f-10884902, #w-node-d74e6840-10b8-4f52-7828-43d0ba50250e-1088490b, #w-node-d74e6840-10b8-4f52-7828-43d0ba502523-1088490b, #w-node-_69d4bf00-a41b-faf0-0cbd-9d4a4c20e4a5-10884918, #w-node-a3220afc-6b17-7e88-8bc2-4bfa510cf6c7-10884918, #w-node-d695d786-9c8d-cb53-74c2-4c2c794eac3a-10884918, #w-node-_71645b74-6bf1-765b-fff2-e40f9aca594f-10884918, #w-node-_218ce678-a4f9-1bb3-0c0f-bc71416de21b-10884918, #w-node-a61af59e-2de3-ff52-29d1-932dd1f9793a-10884918, #w-node-c6bfa9e0-9920-5f1a-582f-bcfd435e26c2-10884918, #w-node-_9e675c87-b44d-9598-aff0-ea34496bb67a-10884918, #w-node-_19ca9221-8dee-4a66-a2b7-2f8454eff3f5-1088491f, #w-node-_19ca9221-8dee-4a66-a2b7-2f8454eff405-1088491f, #w-node-_45812f77-7cbf-ce7e-14cd-6584e7fe4a93-10884922, #w-node-_0411e96a-3263-6419-004f-d442e43b1daa-10884922, #w-node-_865c5275-06f9-fda6-663e-aa79dc7e6c8d-10884922, #w-node-_343e027c-a23b-a3f4-aa1d-68379f5b676c-10884922, #w-node-_40d77fe1-9e9a-9d7d-30fc-82501de563b0-10884922, #w-node-_1e43ccc9-6d92-8d97-8e5b-5f7474a45f25-10884922 {
  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;
}