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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Martian Mono;
  src: url('../fonts/MartianMono-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Martian Mono;
  src: url('../fonts/MartianMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Martian Mono;
  src: url('../fonts/MartianMono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--font-family: Manrope, Arial, sans-serif;
  --_colors---color--neutral--gray: #414651;
  --_typography---text-paragraph--regular: var(--base-unit--1);
  --_typography---text-heading--h1: var(--base-unit--3);
  --_typography---text-heading--h2: var(--base-unit--2-5);
  --_typography---text-heading--h3: var(--base-unit--2);
  --_typography---text-heading--h4: var(--base-unit--1-5);
  --_typography---text-heading--h5: var(--base-unit--1-25);
  --_typography---text-heading--h6: var(--base-unit--1-125);
  --_typography---text-paragraph--large: var(--base-unit--1-25);
  --_typography---text-paragraph--medium: var(--base-unit--1-125);
  --_typography---text-paragraph--small: var(--base-unit--0-875);
  --_typography---text-paragraph--tiny: var(--base-unit--0-75);
  --base-unit--3: 3rem;
  --base-unit--2: 2rem;
  --_colors---color--neutral--dark-gray: #181d27;
  --base-unit--0-5: .5rem;
  --_colors---color--neutral--gray-400\<deleted\|variable-af0fbf97-6e7d-9356-f076-a1abb532a025\>: #434a56;
  --base-unit--12: 12rem;
  --base-unit--1-5: 1.5rem;
  --base-unit--1: 1rem;
  --_colors---color--neutral--gray-300\<deleted\|variable-9883e71a-4884-ffc1-9d52-5900d553d94e\>: #838e9f;
  --_colors---color--neutral--white: white;
  --base-unit--0-875: .875rem;
  --base-unit--1-25: 1.25rem;
  --_colors---color--brand--blue: #024dc9;
  --font--mono: "Martian Mono", Arial, sans-serif;
  --_colors---color--neutral--light-blue: #e9ebf8;
  --_colors---color--brand--cyan: #26d7fb;
  --_colors---color--brand--dark-blue: #030e40;
  --_colors---color--neutral--light-gray: #e9eaeb;
  --_colors---color--brand--deep-navy: #010518;
  --_colors---color--neutral--mid-gray: #d4d6de;
  /*--base-unit--0-75: .75rem;*/
  --base-unit--0-75: .70rem;
  --base-unit--7: 7rem;
  --base-unit--4: 4rem;
  --base-unit--0-25: .25rem;
  --_colors---color--secondary--yellow: #fcf4e9;
  --base-unit--5: 5rem;
  --base-unit--0: 0rem;
  --base-unit--0-125: .125rem;
  --base-unit--2-5: 2.5rem;
  --base-unit--8: 8rem;
  --_typography---text-paragraph--huge: var(--base-unit--1-5);
  --section-padding--huge: 0px;
  --section-padding--xlarge: 0px;
  --section-padding--large: 0px;
  --section-padding--medium: 0px;
  --section-padding--regular: 0px;
  --section-padding--small: 0px;
  --section-padding--tiny: 0px;
  --section-padding--xtiny: 0px;
  --base-unit--1-125: 1.125rem;
  --base-unit--1-75: 1.75rem;
  --base-unit--2-25: 2.25rem;
  --base-unit--2-75: 2.75rem;
  --base-unit--3-25: 3.25rem;
  --base-unit--3-5: 3.5rem;
  --base-unit--3-75: 3.75rem;
  --base-unit--4-5: 4.5rem;
  --base-unit--5-5: 5.5rem;
  --base-unit--6: 6rem;
  --base-unit--6-5: 6.5rem;
  --base-unit--7-5: 7.5rem;
  --base-unit--8-5: 8.5rem;
  --base-unit--9: 9rem;
  --base-unit--9-5: 9.5rem;
  --base-unit--10: 10rem;
  --base-unit--11: 11rem;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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 {
  font-family: var(--font--font-family);
  color: var(--_colors---color--neutral--gray);
  font-size: var(--_typography---text-paragraph--regular);
  line-height: 140%;
}

h1 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  font-family: var(--font--font-family);
  font-size: var(--_typography---text-heading--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

p {
  font-size: var(--_typography---text-paragraph--regular);
  line-height: 150%;
}

.hs-huge {
  font-size: var(--_typography---text-heading--h1);
  line-height: 90%;
}

.hs-large {
  font-size: var(--_typography---text-heading--h2);
  line-height: 100%;
}

.hs-medium {
  font-size: var(--_typography---text-heading--h3);
  line-height: 120%;
}

.hs-regular {
  font-size: var(--_typography---text-heading--h4);
  line-height: 120%;
}

.hs-small {
  font-size: var(--_typography---text-heading--h5);
  line-height: 120%;
}

.hs-tiny {
  font-size: var(--_typography---text-heading--h6);
  line-height: 140%;
}

.ts-large {
  font-size: var(--_typography---text-paragraph--large);
}

.ts-medium {
  font-size: var(--_typography---text-paragraph--medium);
}

.ts-regular {
  font-size: var(--_typography---text-paragraph--regular);
}

.ts-small {
  font-size: var(--_typography---text-paragraph--small);
  line-height: 140%;
}

.ts-tiny {
  font-size: var(--_typography---text-paragraph--tiny);
  line-height: 140%;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2186ec1a;
  border: 1px dashed #2186ec;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_list {
  margin-bottom: var(--base-unit--3);
  padding: var(--base-unit--2);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_colors---color--neutral--dark-gray);
  border-radius: var(--base-unit--0-5);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.styleguide_subheading {
  z-index: 3;
  margin-bottom: var(--base-unit--2);
  border: 1px solid var(--_colors---color--neutral--gray-400\<deleted\|variable-af0fbf97-6e7d-9356-f076-a1abb532a025\>);
  color: var(--_colors---color--neutral--gray-400\<deleted\|variable-af0fbf97-6e7d-9356-f076-a1abb532a025\>);
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  padding: 1rem 1.3rem;
  font-weight: 700;
  position: static;
}

.styleguide_subheading.is-code {
  background-color: #fafafa;
  border: 1px dashed #bbb;
  font-family: Inconsolata, monospace;
}

.styleguide_label {
  color: #514014;
  cursor: context-menu;
  background-color: #f8c96466;
  border: 1px solid #c29e33;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  display: inline-block;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

@media only screen and (max-width: 768px) {
  .grid-6 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-wrapper {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.horizontal-wrapper.space-between {
  justify-content: space-between;
  align-items: center;
}

.horizontal-wrapper.align-center {
  justify-content: flex-start;
  align-items: center;
}

.horizontal-wrapper.space-between {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.horizontal-wrapper.space-between.align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.horizontal-wrapper.is-pesquisa {
  justify-content: flex-start;
  align-items: center;
}

.vertical-wrapper {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-wrapper.no-gap {
  justify-content: center;
  align-items: flex-start;
}

.vertical-wrapper.justify-center {
  justify-content: flex-start;
  align-items: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-small {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col-lg-5 {
  flex: 1;
  max-width: 41.6667%;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-12 {
  flex: 1;
  align-self: stretch;
  max-width: 100%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.styleguide_empty-box-grid {
  color: #83b8ec;
  background-color: #2186ec1a;
  border: 1px dashed #2186ec;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .8rem;
  display: flex;
}

.row {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-self: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.is--style-guide-row {
  align-self: stretch;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-start {
  justify-content: flex-start;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-end {
  align-items: flex-end;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-start {
  align-items: flex-start;
}

.row.justify-around {
  justify-content: space-around;
}

.row.align-stretch {
  align-items: stretch;
}

.section {
  padding-bottom: var(--base-unit--12);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.styleguide_title {
  margin-top: var(--base-unit--3);
  margin-bottom: var(--base-unit--3);
  padding: var(--base-unit--1-5) var(--base-unit--2) var(--base-unit--1-5) var(--base-unit--3);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--base-unit--1);
  background-color: var(--_colors---color--neutral--gray-300\<deleted\|variable-9883e71a-4884-ffc1-9d52-5900d553d94e\>);
  color: var(--_colors---color--neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gap-1 {
  gap: 1rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-2 {
  gap: 2rem;
}

.button {
  padding: var(--base-unit--0-875) var(--base-unit--1-25);
  border: 1px solid var(--_colors---color--brand--blue);
  background-color: var(--_colors---color--brand--blue);
  font-family: var(--font--mono);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--small);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.button.is-stroke {
  border: 1px solid var(--_colors---color--neutral--light-blue);
  color: var(--_colors---color--neutral--white);
  background-color: #0000;
}

.button.is-stroke:hover {
  border-color: var(--_colors---color--brand--cyan);
}

.button.is-dark {
  border-color: var(--_colors---color--brand--dark-blue);
  background-color: var(--_colors---color--brand--dark-blue);
}

.button.is-disabled {
  border-color: var(--_colors---color--neutral--light-gray);
  background-color: var(--_colors---color--neutral--light-gray);
  pointer-events: none;
  color: var(--_colors---color--neutral--gray);
  cursor: not-allowed;
}

.button.is-form {
  width: -moz-fit-content;
  width: fit-content;
  min-width: inherit;
}

.button.is-form:hover {
  background-color: var(--_colors---color--brand--cyan);
  color: var(--_colors---color--brand--dark-blue);
}

.button.is-form.width-full {
  width: 100%;
}

.button.is-light {
  border-color: var(--_colors---color--neutral--white);
  background-color: var(--_colors---color--neutral--white);
  color: var(--_colors---color--brand--deep-navy);
}

.button.is-lgpd {
  padding-right: var(--base-unit--1);
  padding-left: var(--base-unit--1);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  background-color: var(--_colors---color--neutral--white);
  font-family: var(--font--font-family);
  color: var(--_colors---color--brand--deep-navy);
  font-size: var(--_typography---text-paragraph--regular);
  text-transform: none;
  font-weight: 600;
}

.button.is-stroke-dark {
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  color: var(--_colors---color--brand--deep-navy);
  background-color: #0000;
}

.button.is-stroke-dark:hover {
  border-color: var(--_colors---color--brand--cyan);
}

.ico-24 {
  width: 24px;
  height: 24px;
  transition: transform .2s;
}

.tc-dark {
  color: var(--_colors---color--neutral--dark-gray);
}

.tc-light {
  color: var(--_colors---color--neutral--white);
}

.tw-900 {
  font-weight: 900;
}

.tw-800 {
  font-weight: 800;
}

.tw-700 {
  font-weight: 700;
}

.tw-600 {
  font-weight: 600;
}

.tw-500 {
  font-weight: 500;
}

.tw-400 {
  font-weight: 400;
}

.nav-mobile-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav-mobile-list > ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.nav-item {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-item {
  padding: var(--base-unit--0-875) var(--base-unit--1-25);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  background-color: var(--_colors---color--neutral--white);
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--deep-navy);
  font-size: var(--_typography---text-paragraph--tiny);
  /*font-size: var(--base-unit--0-5);*/
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  width: 300px;
  max-height: 50px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.nav-dropdown-item:hover {
  background-color: var(--_colors---color--neutral--light-blue);
}

.nav-dropdown-item.has-submenu {
  padding-right: var(--base-unit--0-75);
  justify-content: space-between;
  align-items: center;
}

.nav-dropdown-mobile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  display: flex;
}

.nav-mobile-menu {
  z-index: 100;
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  background-color: var(--_colors---color--neutral--white);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.nav-link {
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--deep-navy);
  font-size: var(--base-unit--0-75);
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.nav-desktop-menu {
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  overflow: clip;
}

.logo-wrapper img {
  width: 100%;
  max-width: 120px;
}

.nav-dropdown-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--_colors---color--neutral--light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 10px 30px #0000001a;
}

.nav-mobile-ctas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-desktop-ctas {
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-desktop-list {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav-dropdown-open {
  padding-top: 1rem;
  display: block;
  position: absolute;
}

.nav-dropdown-open.is-edit {
  opacity: 1;
  position: static;
}

.nav-dropdown-open.is-horizontal {
  z-index: 1;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---color--neutral--light-blue);
  width: 100%;
  margin-top: -3.125rem;
  padding-top: 0;
  transition-property: left;
  transition-duration: .2s;
  transition-timing-function: ease;
  left: 100%;
}

.nav-dropdown-open.has-submenu {
  z-index: 0;
  /*padding-top: 3.875rem;*/
  padding-top: 3.575rem;
}

.nav-dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-mobile-open {
  padding-top: 1rem;
  display: block;
}

.navigation {
  z-index: 5;
  padding-top: var(--base-unit--1);
  padding-bottom: var(--base-unit--1);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  position: relative;
}

.section-hero {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  position: relative;
  overflow: clip;
}

.ico-40 {
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.nav-dropdown-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stack-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stack-wrapper.justify-center {
  justify-content: center;
  align-items: flex-start;
}

.hide, .mobile-button-open {
  display: none;
}

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

.form-field-wrapper {
  padding-right: var(--base-unit--1);
  padding-left: var(--base-unit--1);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  background-color: var(--_colors---color--neutral--white);
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.form-field-wrapper:hover {
  border-color: var(--_colors---color--neutral--gray);
}

.form-field-wrapper:focus {
  border-color: var(--_colors---color--brand--blue);
}

.form-field-wrapper.is-textarea {
  padding-top: var(--base-unit--1);
  padding-bottom: var(--base-unit--1);
  justify-content: flex-start;
  align-items: flex-start;
}

.form-field-wrapper.is-select {
  padding-right: var(--base-unit--0-5);
}

.form-field-wrapper.is-newsletter {
  max-width: 350px;
}

.form-field-wrapper.is-anexo {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  border-style: dashed;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}

.form-field-wrapper.is-busca {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
}

.field-label {
  color: #151a21;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
}

.form-input {
  border: 1px solid var(--_colors---color--neutral--white);
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-input:focus {
  border-color: var(--_colors---color--neutral--white);
}

.form-input::placeholder {
  color: #0006;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: var(--_colors---color--neutral--white);
  color: #080c0f;
  background-image: url('../images/18-Dropdown.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-checkbox {
  margin-top: var(--base-unit--1);
  margin-bottom: var(--base-unit--1);
  color: #080c0f;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.25rem;
  font-size: 1rem;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #a2a6b8;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 2px;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_colors---color--brand--blue);
  background-color: var(--_colors---color--brand--blue);
  box-shadow: none;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--_colors---color--brand--blue);
  box-shadow: none;
}

.form-checkbox-label {
  color: var(--_colors---color--neutral--gray);
  font-size: var(--_typography---text-paragraph--small);
  margin-bottom: 0;
  line-height: 140%;
}

.form-radio {
  color: #080c0f;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  box-shadow: 0 0 0 0 var(--_colors---color--neutral--white);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #a2a6b8;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_colors---color--brand--blue);
  background-color: var(--_colors---color--brand--blue);
  box-shadow: inset 0 0 0 3px var(--_colors---color--neutral--white);
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  border-width: 1px;
  border-color: var(--_colors---color--brand--blue);
  background-color: var(--_colors---color--brand--blue);
  box-shadow: inset 0 0 0 3px var(--_colors---color--neutral--white);
  margin-top: 0;
}

.form-radio-label {
  margin-bottom: 0;
}

.form {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  display: flex;
}

.form.is-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-swiper {
  background-color: var(--_colors---color--brand--blue);
  overflow: hidden;
}

.swiper {
  position: relative;
}

.restyle-div {
  padding: var(--base-unit--4);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---color--neutral--light-gray);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-pagination {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-family: var(--font--mono);
  font-size: var(--_typography---text-paragraph--small);
  justify-content: flex-start;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.swiper-bullet {
  background-color: var(--_colors---color--neutral--dark-gray);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.swiper-bullet.is-active {
  background-color: var(--_colors---color--brand--dark-blue);
}

.swiper-navigation {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-arrow {
  cursor: pointer;
}

.swiper-arrow.swiper-prev, .swiper-arrow.swiper-next {
  pointer-events: auto;
}

.swiper-arrow.is-disabled {
  opacity: .4;
}

.swiper-controls {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item {
  padding-top: var(--base-unit--0-75);
  padding-bottom: var(--base-unit--0-75);
  border-top: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.accordion-link {
  padding: var(--base-unit--1);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.accordion-link-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---color--neutral--dark-gray);
  flex-flow: column;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.accordion-link-icon {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform .2s;
  display: flex;
}

.accordion-content-text {
  padding-right: var(--base-unit--1);
  padding-bottom: var(--base-unit--1);
  padding-left: var(--base-unit--1);
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  font-size: var(--_typography---text-paragraph--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-items {
  justify-content: flex-start;
  align-items: center;
}

.tabs-items.is-vertical {
  top: var(--base-unit--2);
  padding-right: var(--base-unit--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 30%;
  display: flex;
  position: sticky;
}

.tabs-items.is-horizontal {
  margin-bottom: var(--base-unit--1);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-item {
  padding: var(--base-unit--1) var(--base-unit--1-25);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  background-color: var(--_colors---color--neutral--white);
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--deep-navy);
  font-size: var(--_typography---text-paragraph--small);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.tab-item:hover {
  background-color: var(--_colors---color--neutral--light-blue);
}

.tab-item.active {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
}

.tabs-panels {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tab-panel {
  padding-right: var(--base-unit--1);
  padding-left: var(--base-unit--1);
  overflow: clip;
}

.section-marquee {
  z-index: 1;
  font-size: var(--_typography---text-heading--h5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.tabs-container.is-horizontal {
  grid-column-gap: var(--base-unit--4);
  grid-row-gap: var(--base-unit--4);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bignumber-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bento-grid-item {
  padding: var(--base-unit--3);
  border-radius: var(--base-unit--1);
  background-color: var(--_colors---color--neutral--gray);
}

.bento-grid-item.main {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bento-grid-item._03 {
  grid-area: 2 / 4 / 2 / 4;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bento-grid-item._01 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: clip;
}

.bento-grid-item._02 {
  grid-area: 2 / 3 / 2 / 3;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bento_grid-item_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ts-bignumber {
  font-size: clamp(4rem, 7vw, 5.5rem);
  font-weight: 400;
  line-height: .8;
}

.ts-bignumber.measure {
  font-size: clamp(1.8rem, 6vw, 2.4rem);
}

.bento-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-item-progress {
  background-color: var(--_colors---color--neutral--gray-300\<deleted\|variable-9883e71a-4884-ffc1-9d52-5900d553d94e\>);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.mobile-tab {
  padding: var(--base-unit--1);
  background-color: var(--_colors---color--neutral--white);
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--deep-navy);
  font-size: var(--_typography---text-paragraph--small);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-tab-subtext {
  display: none;
}

.tab-panel-content {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  display: flex;
}

.tooltip {
  background-color: var(--_colors---color--neutral--gray-400\<deleted\|variable-af0fbf97-6e7d-9356-f076-a1abb532a025\>);
  cursor: help;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.ico-18 {
  width: 18px;
  height: 18px;
}

.tooltip-wrapper {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  color: var(--_colors---color--neutral--gray-300\<deleted\|variable-9883e71a-4884-ffc1-9d52-5900d553d94e\>);
  transition: bottom .3s, top .3s, opacity .3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}

.tooltip-content {
  padding: var(--base-unit--0-875);
  background-color: var(--_colors---color--neutral--gray-300\<deleted\|variable-9883e71a-4884-ffc1-9d52-5900d553d94e\>);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--tiny);
  text-align: center;
  border-radius: 8px;
  width: 10rem;
  line-height: 130%;
}

.blog-card {
  background-color: var(--_colors---color--neutral--white);
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.card-image {
  background-color: var(--_colors---color--neutral--light-gray);
  background-image: url('../images/note-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  height: 240px;
  display: flex;
  position: relative;
  overflow: clip;
}

.card-content {
  padding: var(--base-unit--1-5);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .card-content {
    min-height: 180px;
  }
}

.card-date {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  color: var(--_colors---color--brand--dark-blue);
  font-size: var(--_typography---text-paragraph--tiny);
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.mukutu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mukutu-assinatura {
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--small);
  font-weight: 700;
}

.fs-cc-banner_trigger, .fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.ico-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button-background {
  z-index: 0;
  background-color: var(--_colors---color--brand--cyan);
  color: var(--button-color);
  width: 0%;
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0%;
}

.button-content {
  z-index: 1;
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-content.is-card {
  font-family: var(--font--mono);
  font-size: var(--_typography---text-paragraph--tiny);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.nav-dropdown-submenu {
  position: relative;
}

.logo-mini {
  display: none;
}

.breadcrumb-wrapper {
  margin-bottom: var(--base-unit--0-5);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-family: var(--font--mono);
  font-size: var(--_typography---text-paragraph--tiny);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  overflow: auto;
}

.tc-cyan {
  color: var(--_colors---color--brand--cyan);
}

.hero-overlay {
  background-image: linear-gradient(30deg, var(--_colors---color--brand--deep-navy), #01051800 40%);
  position: absolute;
  inset: 0%;
}

.z-index {
  z-index: 1;
  position: relative;
}

.hero-symbol {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -18rem 0% auto;
}

.section-image-content {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.section-image-content.is-dark-blue {
  background-color: var(--_colors---color--brand--dark-blue);
  color: var(--_colors---color--neutral--white);
}

.section-image-content.is-blue {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
}

.title-span {
  margin-bottom: var(--base-unit--0-5);
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--dark-blue);
  font-size: var(--_typography---text-paragraph--tiny);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-span.is-light {
  color: var(--_colors---color--brand--cyan);
}

.ico-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.title-section {
  margin-bottom: var(--base-unit--1);
  color: var(--_colors---color--neutral--dark-gray);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.title-section.is-light {
  color: var(--_colors---color--neutral--white);
}

.title-section.is-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.section-image {
  background-color: var(--_colors---color--neutral--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 380px;
  display: flex;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-tag {
  padding: var(--base-unit--1);
  background-color: var(--_colors---color--brand--blue);
  box-shadow: -1rem 1rem 0 0 var(--_colors---color--brand--cyan);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--small);
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 200px;
  height: 130px;
  margin-bottom: 1rem;
  margin-right: -1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-tag.is-left {
  box-shadow: 1rem 1rem 0 0 var(--_colors---color--brand--cyan);
  margin-left: -1rem;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.image-tag.is-light {
  background-color: var(--_colors---color--neutral--white);
  color: var(--_colors---color--neutral--dark-gray);
  background-image: url('../images/note-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-note {
  padding: var(--base-unit--1-5);
  border-left: 4px solid var(--_colors---color--brand--blue);
  background-color: #e9ebf84d;
  background-image: url('../images/note-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 700;
}

.section-list-content {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.section-content {
  flex-flow: column;
  display: flex;
}

.ico-32 {
  flex: none;
  width: 32px;
  height: 32px;
}

.list-item {
  padding-top: var(--base-unit--3);
  padding-bottom: var(--base-unit--3);
  border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-template-page-certificacao-pqo3 .list-item {
  border-bottom: inherit;
  border-top: 1px solid var(--_colors---color--neutral--mid-gray);
}

.list-item.is-vertical {
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.title-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---color--neutral--dark-gray);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-item.is-light {
  color: var(--_colors---color--neutral--white);
}

.gap-025 {
  gap: .25rem;
}

.gap-05 {
  gap: .5rem;
}

.list-wrapper {
  grid-column-gap: var(--base-unit--0-75);
  grid-row-gap: var(--base-unit--0-75);
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.no-gap {
  gap: 0;
}

.col-content {
  flex-flow: column;
  display: flex;
}

.section-sidebar-content {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.sidebar-wrapper {
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  background-image: linear-gradient(140deg, #fafafa, #f7f7f8);
  flex-flow: column;
  display: flex;
}

.button-card {
  padding: var(--base-unit--1-25);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  background-color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--medium);
  cursor: pointer;
  background-image: url('../images/image-tag-symbol.svg');
  background-position: -10000% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 196px;
  height: 196px;
  font-weight: 700;
  transition: background-position .6s cubic-bezier(0, 1.008, 0, 1.002), color .2s, background-color .2s;
  display: flex;
}

.button-card:hover {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-detail {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  position: relative;
  overflow: clip;
}

.detail-image {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 400px;
  height: 100%;
  display: flex;
  position: relative;
}

.detail-symbol {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 1135px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -80px;
}

.section-newsletter {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  position: relative;
  overflow: clip;
}

.flex-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section-base-content {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.section-base-content.bg-gradient {
  background-image: linear-gradient(#fafafa, #f2f2f3);
}

.section-card {
  padding: var(--base-unit--4);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  background-color: var(--_colors---color--brand--dark-blue);
  color: var(--_colors---color--neutral--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.section-card.is-blue {
  background-color: var(--_colors---color--brand--blue);
}

.section-card-content {
  z-index: 2;
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.section-card-image {
  z-index: 1;
  width: 50%;
  position: relative;
}

.note-warning {
  padding: var(--base-unit--1-25);
  background-color: var(--_colors---color--secondary--yellow);
  font-size: var(--_typography---text-paragraph--small);
  border: 1px solid #f7efb0;
}

.tc-gray {
  color: var(--_colors---color--neutral--gray);
}

.section-tabs {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  background-image: url('../images/light-symbol-stroke.svg');
  /*background-position: -50% 100%;*/
  min-height: 100vh;
  background-position: -20% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  position: relative;
}

.section-contato {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.link {
  color: var(--_colors---color--brand--blue);
  border-bottom: 1px solid #024dc94d;
  transition: border-color .2s;
}

.link:hover {
  border-bottom-color: var(--_colors---color--brand--blue);
}

.link.is-cyan {
  color: var(--_colors---color--brand--cyan);
}

.social-button {
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  color: var(--_colors---color--brand--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
}

.form-wrapper {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-wrapper.is-horizontal {
  margin-bottom: 0;
}

.card-info {
  padding: var(--base-unit--1-5);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  font-size: var(--_typography---text-paragraph--large);
  flex-flow: column;
  min-width: 300px;
  font-weight: 700;
  display: flex;
}

.info-item {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-size: var(--_typography---text-paragraph--small);
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.info-line {
  background-color: var(--_colors---color--brand--blue);
  width: 24px;
  height: 2px;
}

.info-line.is-white {
  background-color: var(--_colors---color--neutral--white);
}

.detail-content {
  padding-top: var(--base-unit--5);
  padding-bottom: var(--base-unit--5);
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.card-text {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;

  height: auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-title {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-size: var(--_typography---text-paragraph--medium);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;

  height: auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}

.curso-card {
  background-color: var(--_colors---color--neutral--white);
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.curso-card .card-tag-wrapper {
  display: flex;
  column-gap: 15px;
}

.card-hora {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  color: var(--_colors---color--brand--blue);
  font-size: var(--_typography---text-paragraph--tiny);
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.card-hora.is-light {
  color: var(--_colors---color--neutral--white);
}

.footer {
  background-color: var(--_colors---color--brand--deep-navy);
  color: var(--_colors---color--neutral--light-gray);
  font-size: var(--_typography---text-paragraph--small);
  background-image: url('../images/footer-symbol.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.footer-content {
  padding-top: var(--base-unit--5);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-copyright {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  color: var(--_colors---color--neutral--mid-gray);
  font-size: var(--_typography---text-paragraph--tiny);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  line-height: 140%;
  display: flex;
}

.footer-logo img {
  width: inherit;
}

.footer-links {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.footer-col {
  margin-bottom: var(--base-unit--3);
  padding-right: var(--base-unit--1);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-size: var(--_typography---text-paragraph--tiny);
  flex-flow: column;
  width: 25%;
  display: flex;
}

.footer-col-title {
  margin-bottom: var(--base-unit--0-5);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-family: var(--font--mono);
  color: var(--_colors---color--neutral--mid-gray);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block {
  font-size: var(--_typography---text-paragraph--tiny);
}

.image {
  filter: brightness(0%) invert();
}

.card-tag {
  z-index: 2;
  padding: var(--base-unit--0-125) var(--base-unit--0-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--tiny);
  background-color: #01051866;
  border: 1px solid #fff3;
}

.card-tag.is-blue {
  background-color: var(--_colors---color--brand--blue);
}

.card {
  background-color: var(--_colors---color--neutral--light-blue);
  color: var(--_colors---color--neutral--dark-gray);
  border: 1px solid #d4d6de33;
  transition: border-color .2s, color .2s;
}

.card:hover {
  border-width: 1px;
  border-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--brand--blue);
}

.card-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #010518cc, #01051880 30%, #01051833 50%, #01051800 80%);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-overlay.is-home {
  background-image: linear-gradient(15deg, var(--_colors---color--neutral--light-blue) 11%, #e9ebf800 59%);
  height: 80%;
}

.card-overlay.is-deep-blue {
  background-image: linear-gradient(15deg, var(--_colors---color--brand--dark-blue) 11%, #030e4000 59%);
  height: 80%;
}

.card-arrow {
  z-index: 2;
  margin-right: var(--base-unit--1);
  margin-bottom: var(--base-unit--1-25);
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-home-sobre {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  background-image: url('../images/light-symbol-stroke.svg');
  background-position: -360px 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.sobre-reveal {
  line-height: 130%;
}

.section-home-noticias {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

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

.section-home-cards {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  background-color: var(--_colors---color--neutral--white);
  background-image: linear-gradient(180deg, var(--_colors---color--brand--blue) 50%, white 50%);
  position: relative;
}

.card-home {
  background-color: var(--_colors---color--brand--dark-blue);
  color: var(--_colors---color--neutral--white);
  background-image: url('../images/card_certificacao.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: clip;
}

.card-home.is-light {
  background-color: var(--_colors---color--neutral--light-blue);
  color: var(--_colors---color--brand--deep-navy);
  background-image: url('../images/card_acord-educacional.png');
  position: relative;
}

.card-home-content {
  z-index: 2;
  padding: var(--base-unit--2-5);
  grid-column-gap: var(--base-unit--4);
  grid-row-gap: var(--base-unit--4);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.col-height-stretch {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--7);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.swiper-hero-controls {
  z-index: 10;
  padding-bottom: var(--base-unit--7);
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  inset: auto 0% 0%;
}

.section-home-hero {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  position: relative;
}

.hero-content {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-background {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.swiper-transition {
  z-index: 20;
  background-color: var(--_colors---color--brand--blue);
  pointer-events: none;
  margin-left: -100vw;
  position: absolute;
  inset: 0%;
  transform: translate(-100vw);
}

.card-home-hover {
  z-index: 5;
  padding: var(--base-unit--2);
  background-color: var(--_colors---color--brand--cyan);
  font-family: var(--font--mono);
  color: var(--_colors---color--brand--dark-blue);
  font-size: var(--_typography---text-paragraph--small);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: transform .3s cubic-bezier(1, -.004, .509, 1.002);
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.able-events {
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-sobre-text {
  position: relative;
}

.aspas {
  z-index: -1;
  position: absolute;
  inset: -50px auto auto -75px;
}

.button-hide {
  flex: 1;
  width: 100%;
  display: none;
}

.section-timeline {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.section-image-mosaico {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block {
  height: 230px;
}

.mosaico-button {
  padding: var(--base-unit--1);
  background-color: var(--_colors---color--brand--blue);
  font-family: var(--font--mono);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--small);
  text-transform: uppercase;
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 180px;
  display: flex;
}

.mosaico-sm-image {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 180px;
  display: flex;
}

.mosaico-wrapper {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mosaico-xl-image {
  height: 230px;
}

.bg-gradient {
  background-image: linear-gradient(#fafafa, #f2f2f3);
}

.timeline-tabs {
  padding-top: var(--base-unit--4);
  padding-bottom: var(--base-unit--5);
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-tab-item {
  border-bottom: 2px solid var(--_colors---color--neutral--light-blue);
  opacity: .5;
  cursor: pointer;
  font-weight: 700;
  transition: border-color .2s, opacity .2s;
}

.timeline-tab-item:hover, .timeline-tab-item.active {
  border-bottom-color: var(--_colors---color--brand--blue);
  opacity: 100;
}

.timeline-line {
  background-color: var(--_colors---color--neutral--mid-gray);
  width: 100vw;
  height: 1px;
}

.timeline-year-image {
  height: 220px;
}

.timeline-year {
  font-family: var(--font--mono);
  color: var(--_colors---color--neutral--gray);
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.timeline-year-wrapper {
  margin-bottom: var(--base-unit--1);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-dot {
  background-color: var(--_colors---color--brand--deep-navy);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.align-center {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.card-conselho {
  margin-bottom: var(--base-unit--3);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  font-weight: 700;
  display: flex;
}

.grid-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-logo-item {
  padding: var(--base-unit--1-25);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.button-wrapper {
  margin-top: var(--base-unit--1-5);
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-noticias {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-image: linear-gradient(0deg, #f7f7f8 50%, #fff);
  position: relative;
}

.section-hero-noticia {
  padding-top: var(--base-unit--5);
  position: relative;
}

.section-noticia-content {
  position: relative;
}

.noticia-content-wrapper {
  margin-top: var(--base-unit--4);
  padding-top: var(--base-unit--4);
  padding-bottom: var(--base-unit--4);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  border-top: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: column;
  line-height: 160%;
  display: flex;
}

.noticia-content-content {
  padding-top: var(--base-unit--4);
  padding-bottom: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  border-top: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  line-height: 160%;
  display: flex;
}

.social-share {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tc-blue {
  color: var(--_colors---color--brand--blue);
}

.is-dark-blue {
  background-color: var(--_colors---color--brand--dark-blue);
  color: var(--_colors---color--neutral--white);
}

.bento-card {
  padding: var(--base-unit--2);
  background-color: var(--_colors---color--neutral--white);
}

.bento-card-content {
  z-index: 2;
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  color: var(--_colors---color--neutral--gray);
  flex-flow: column;
  display: flex;
  position: relative;
}

.bento-image {
  height: 400px;
}

.section-associados-card {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  background-color: var(--_colors---color--neutral--white);
  background-image: linear-gradient(180deg, var(--_colors---color--brand--dark-blue) 50%, white 50%);
  position: relative;
}

.ctas-wrapper {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.card-item {
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--4);
  grid-row-gap: var(--base-unit--4);
  font-size: var(--_typography---text-paragraph--medium);
  background-image: linear-gradient(#fafafa, #f2f2f3);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  font-weight: 600;
  display: flex;
}

.associada-letra-wrapper {
  margin-right: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  display: flex;
}

.associada-letra {
  padding-top: var(--base-unit--1);
  padding-bottom: var(--base-unit--1);
  border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
  font-size: var(--_typography---text-heading--h1);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
}

.link-arrow {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  color: var(--_colors---color--brand--blue);
  justify-content: flex-start;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.link-arrow:hover {
  border-bottom-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--brand--dark-blue);
}

.associadas-wrapper {
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  display: flex;
}

.text-content {
  grid-column-gap: var(--base-unit--1-5);
  grid-row-gap: var(--base-unit--1-5);
  flex-flow: column;
  display: flex;
}

.form-step-wrapper {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  display: flex;
}

.form-step-number {
  color: var(--_colors---color--brand--blue);
  font-weight: 700;
}

.form-step-line {
  background-color: var(--_colors---color--neutral--mid-gray);
  width: 100%;
  height: 2px;
  position: relative;
}

.form-step-progress {
  background-color: var(--_colors---color--brand--blue);
  width: 20%;
  position: absolute;
  inset: 0%;
}

.form-step-title {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.form-sucess {
  padding: var(--base-unit--1-5);
  background-color: #e6f4ea;
}

.form-error {
  padding: var(--base-unit--1-5);
  text-align: center;
  background-color: #fdecea;
}

.width-half {
  flex: 1;
}

.resultado-item {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--2);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.busca-filtro, .busca-limpar {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.card-tag-wrapper {
  z-index: 2;
  margin-bottom: var(--base-unit--1);
  margin-left: var(--base-unit--1);
  color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--tiny);
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: var(--_colors---color--neutral--dark-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-curso-destaque {
  padding-top: var(--base-unit--3);
  padding-bottom: var(--base-unit--3);
}

.curso-destaque {
  padding: var(--base-unit--4);
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: clip;
}

.curso-destaque .card-tag-wrapper {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin: 0;
  clear: both;
  position: inherit;
}

.curso-hero-content {
  z-index: 2;
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.curso-filtro-tab {
  padding-top: var(--base-unit--0-25);
  padding-bottom: var(--base-unit--0-25);
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  border-bottom: 2px solid var(--_colors---color--neutral--light-blue);
  opacity: .7;
  font-size: var(--_typography---text-paragraph--medium);
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
  line-height: 130%;
  transition: border-color .2s, opacity .2s;
  display: flex;
}

.curso-filtro-tab:hover, .curso-filtro-tab.active {
  border-bottom-color: var(--_colors---color--brand--blue);
  opacity: 100;
}

.curso-filtro-number {
  color: var(--_colors---color--brand--blue);
  font-size: var(--_typography---text-paragraph--tiny);
  line-height: 141%;
}

.section-cursos-list {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.curso-valor-item {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.curso-valor {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  font-size: var(--_typography---text-heading--h5);
  flex-flow: column;
  font-weight: 700;
  display: flex;
}

.curso-valor.is-hero {
  font-size: var(--_typography---text-heading--h2);
  line-height: 100%;
}

.curso-valor-wrapper {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.curso-hero-info {
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  color: var(--_colors---color--neutral--gray);
  background-image: linear-gradient(140deg, #fafafa, #f7f7f8);
  flex-flow: column;
  display: flex;
}

.curso-sidebar-wrapper {
  top: var(--base-unit--2);
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  background-image: linear-gradient(140deg, #fafafa, #f7f7f8);
  flex-flow: column;
  display: flex;
  position: sticky;
}

.curso-item {
  padding-top: var(--base-unit--3);
  padding-bottom: var(--base-unit--3);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.curso-item-title {
  grid-column-gap: var(--base-unit--0-5);
  grid-row-gap: var(--base-unit--0-5);
  font-size: var(--_typography---text-heading--h3);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.curso-item-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-card-icon {
  padding: var(--base-unit--1-25);
  grid-column-gap: var(--base-unit--3);
  grid-row-gap: var(--base-unit--3);
  border: 1px solid var(--_colors---color--neutral--mid-gray);
  background-color: var(--_colors---color--neutral--white);
  font-size: var(--_typography---text-paragraph--medium);
  cursor: pointer;
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 10000% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  min-height: 250px;
  font-weight: 700;
  transition: background-position .6s cubic-bezier(0, 1.008, 0, 1.002), color .2s, background-color .2s;
  display: flex;
}

.button-card-icon:hover {
  background-color: var(--_colors---color--brand--blue);
  color: var(--_colors---color--neutral--white);
  background-image: url('../images/image-tag-symbol.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.consulta-wrapper {
  background-color: var(--_colors---color--neutral--white);
  color: var(--_colors---color--neutral--gray);
  flex-flow: column;
  display: flex;
}

.consulta-image {
  height: 300px;
  min-height: 300px;
}

.consulta-content {
  padding: var(--base-unit--2);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-swiper-hero {
  padding: var(--base-unit--1-25);
  grid-column-gap: var(--base-unit--2);
  grid-row-gap: var(--base-unit--2);
  background-color: var(--_colors---color--neutral--white);
  color: var(--_colors---color--neutral--gray);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-swiper-hero-image {
  width: 100%;
  max-width: 200px;
}

.card-swiper-hero-content {
  padding-top: var(--base-unit--0-5);
  padding-bottom: var(--base-unit--0-5);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.swiper-slide-content {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 35rem;
  display: flex;
  position: relative;
}

.section-card-background {
  padding-top: var(--base-unit--2);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--brand--blue);
  background-image: linear-gradient(180deg, white 25%, var(--_colors---color--brand--blue) 25%);
  position: relative;
}

.newsletter-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.newsletter-form-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section-resultados {
  padding-top: var(--base-unit--5);
  padding-bottom: var(--base-unit--7);
  background-color: var(--_colors---color--neutral--white);
  position: relative;
}

.resultados-number {
  color: var(--_colors---color--brand--blue);
  font-weight: 700;
}

.nav-mobile-group {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---text-paragraph--regular: var(--base-unit--1);
    --_typography---text-heading--h1: var(--base-unit--3);
    --_typography---text-heading--h2: var(--base-unit--2-5);
    --_typography---text-heading--h3: var(--base-unit--2);
    --_typography---text-heading--h4: var(--base-unit--1-5);
    --_typography---text-heading--h5: var(--base-unit--1-25);
    --_typography---text-heading--h6: var(--base-unit--1-125);
    --_typography---text-paragraph--large: var(--base-unit--1-25);
    --_typography---text-paragraph--medium: var(--base-unit--1-125);
    --_typography---text-paragraph--small: var(--base-unit--0-875);
    --_typography---text-paragraph--tiny: var(--base-unit--0-75);
    --_typography---text-paragraph--huge: var(--base-unit--1-5);
  }

  .grid-4, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-lg-8 {
    max-width: 100%;
  }

  .col.col-lg-5 {
    align-self: stretch;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .nav-mobile-list {
    grid-column-gap: var(--base-unit--2);
    grid-row-gap: var(--base-unit--2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nav-item {
    padding-right: var(--base-unit--0-75);
    padding-left: var(--base-unit--0-75);
    border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
    background-color: var(--_colors---color--neutral--white);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
    display: flex;
  }

  .nav-dropdown-mobile {
    border-bottom: 1px solid var(--_colors---color--neutral--mid-gray);
    background-color: var(--_colors---color--neutral--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.25rem;
  }

  .nav-mobile-menu {
    z-index: 100;
    grid-column-gap: var(--base-unit--1-5);
    grid-row-gap: var(--base-unit--1-5);
    background-color: #fafafa;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50vw;
    height: 100vh;
    padding: 2rem;
    transition: box-shadow .5s, transform .5s;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: auto;
    transform: translate(100%);
  }

  .logo.w--current {
    display: block;
  }

  .nav-mobile-ctas {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav-desktop-list {
    display: none;
  }

  .nav-item-dropdown {
    padding-right: var(--base-unit--0-75);
    padding-left: var(--base-unit--0-75);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-dropdown {
    font-size: 1.25rem;
  }

  .nav-dropdown-mobile-open {
    padding-left: var(--base-unit--1);
    display: none;
  }

  .navigation {
    z-index: 999;
  }

  .nav-dropdown-link {
    font-size: 1.25rem;
  }

  .hide-md {
    display: none;
  }

  .nav-mobile-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-button-open {
    color: var(--_colors---color--neutral--gray-400\<deleted\|variable-af0fbf97-6e7d-9356-f076-a1abb532a025\>);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .mobile-button-close {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .logo-mini.w--current {
    display: none;
  }

  .section-image {
    height: 285px;
  }

  .detail-image {
    left: -40px;
  }

  .section-card-content {
    width: 100%;
  }

  .section-card-image {
    opacity: .3;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: auto;
  }

  .detail-content {
    padding-top: var(--base-unit--4);
    padding-bottom: var(--base-unit--4);
  }

  .footer-content {
    grid-column-gap: var(--base-unit--3);
    grid-row-gap: var(--base-unit--3);
    flex-flow: column;
  }

  .footer-logo, .footer-links {
    width: 100%;
  }

  .col-height-stretch {
    margin-top: var(--base-unit--3);
    height: auto;
  }

  .section-noticias {
    padding-top: var(--base-unit--5);
    padding-bottom: var(--base-unit--5);
  }

  .bento-card-content {
    width: 100%;
  }

  .curso-valor-wrapper {
    grid-column-gap: var(--base-unit--2);
    grid-row-gap: var(--base-unit--2);
  }

  .curso-hero-info, .curso-sidebar-wrapper {
    margin-top: var(--base-unit--3);
  }

  .nav-mobile-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .mobile-group-title {
    color: var(--_colors---color--brand--blue);
    font-size: var(--_typography---text-paragraph--small);
    font-weight: 600;
  }

  .mobile-group-wrapper {
    grid-column-gap: var(--base-unit--0-5);
    grid-row-gap: var(--base-unit--0-5);
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---text-paragraph--regular: var(--base-unit--1);
    --_typography---text-heading--h1: var(--base-unit--2);
    --_typography---text-heading--h2: var(--base-unit--1-75);
    --_typography---text-heading--h3: var(--base-unit--1-5);
    --_typography---text-heading--h4: var(--base-unit--1-25);
    --_typography---text-heading--h5: var(--base-unit--1-25);
    --_typography---text-heading--h6: var(--base-unit--1-125);
    --_typography---text-paragraph--large: var(--base-unit--1-25);
    --_typography---text-paragraph--medium: var(--base-unit--1-125);
    --_typography---text-paragraph--small: var(--base-unit--0-875);
    --_typography---text-paragraph--tiny: var(--base-unit--0-75);
    --_typography---text-paragraph--huge: var(--base-unit--1-5);
  }

  h1 {
    line-height: 120%;
  }

  .ts-small {
    line-height: 1.3;
  }

  .styleguide_item {
    position: relative;
  }

  .grid-2.sm-stack, .grid-3 {
    grid-template-columns: 1fr;
  }

  .col.col-lg-3 {
    align-self: stretch;
    max-width: 100%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-lg-6 {
    align-self: stretch;
  }

  .col.col-lg-6.col-sm-12.last-child {
    margin-bottom: 0;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .row.justify-between.sm-order {
    flex-flow: wrap-reverse;
  }

  .button {
    width: 100%;
  }

  .nav-mobile-menu {
    width: 80vw;
  }

  .logo.w--current {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .form-field-wrapper.is-newsletter {
    max-width: none;
  }

  .swiper-navigation {
    justify-content: center;
    align-items: center;
  }

  .tabs-items.is-horizontal {
    overflow: auto;
  }

  .bento-grid-item.main {
    grid-area: 1 / 1 / 2 / span 4;
  }

  .bento-grid-item._03 {
    grid-area: 4 / 1 / auto / span 4;
  }

  .bento-grid-item._01 {
    grid-area: 2 / 1 / auto / span 4;
  }

  .bento-grid-item._02 {
    grid-area: 3 / 1 / auto / span 4;
  }

  .logo-mini.w--current {
    display: none;
  }

  .list-item {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    flex-flow: column;
    align-items: stretch;
  }

  .detail-image {
    left: auto;
  }

  .section-card {
    padding: var(--base-unit--3);
  }

  .detail-content {
    padding-bottom: var(--base-unit--0);
  }

  .footer-copyright {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    flex-flow: column;
  }

  .footer-logo {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links {
    display: none;
  }

  .section-home-cards {
    background-image: linear-gradient(180deg, var(--_colors---color--brand--blue) 75%, white 75%);
  }

  .card-home-content {
    width: 100%;
  }

  .swiper-hero-controls {
    padding-bottom: var(--base-unit--4);
  }

  .card-home-hover {
    display: none;
  }

  .button-hide {
    display: block;
  }

  .section-image-mosaico {
    margin-bottom: var(--base-unit--3);
  }

  .timeline-year-content {
    width: 50%;
    min-width: 50%;
  }

  .section-associados-card {
    background-image: linear-gradient(180deg, var(--_colors---color--brand--blue) 75%, white 75%);
  }

  .curso-destaque {
    padding: var(--base-unit--2);
  }

  .curso-hero-content {
    width: 80%;
  }

  .curso-hero-info {
    margin-top: var(--base-unit--3);
  }

  .swiper-slide-content {
    padding-bottom: var(--base-unit--12);
  }

  .col-sm-first {
    margin-bottom: var(--base-unit--3);
    order: -9999;
  }

  .newsletter-wrapper {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .newsletter-form-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .grid-4, .grid-2 {
    grid-template-columns: 1fr;
  }

  .horizontal-wrapper.is-pesquisa {
    width: 100%;
  }

  .padding-global {
    padding-left: 7%;
    padding-right: 7%;
  }

  .col.col-lg-10 {
    max-width: 100%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-lg-6.col-md-12.justify-end {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    overflow: clip;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-lg-5 {
    align-self: auto;
    max-width: 100%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-lg-7 {
    max-width: 100%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    padding-right: var(--base-unit--1);
    padding-left: var(--base-unit--1);
    font-size: var(--_typography---text-paragraph--tiny);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .button.is-form.is-dark {
    width: 100%;
  }

  .nav-item {
    font-size: 1.25rem;
  }

  .nav-dropdown-item {
    font-size: .9375rem;
  }

  .nav-dropdown-mobile {
    font-size: 1.25rem;
  }

  .nav-mobile-menu {
    width: 100vw;
  }

  .logo {
    min-width: auto;
    max-width: 100px;
  }

  .nav-desktop-ctas {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
  }

  .nav-dropdown, .nav-dropdown-link {
    font-size: 1.25rem;
  }

  .hide-xs {
    display: none;
  }

  .form-field-wrapper {
    padding-top: var(--base-unit--1);
    padding-bottom: var(--base-unit--0-75);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-field-wrapper.is-select {
    padding-bottom: var(--base-unit--0-5);
  }

  .form-field-wrapper.is-anexo {
    padding-bottom: var(--base-unit--1);
    flex-flow: row;
  }

  .form-input {
    height: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-input.is-text-area {
    padding-top: var(--base-unit--0-5);
  }

  .form-input.is-select-input {
    height: 40px;
  }

  .form.is-horizontal {
    flex-flow: column;
    align-items: stretch;
  }

  .swiper-slide {
    height: auto !important;
  }

  .logo-mini {
    min-width: auto;
    max-width: 100px;
  }

  .detail-image {
    min-width: auto;
  }

  .flex-end {
    width: 100%;
  }

  .section-card {
    padding: var(--base-unit--2) var(--base-unit--1-5);
  }

  .card-info {
    min-width: 100%;
  }

  .footer-copyright {
    padding-bottom: var(--base-unit--5);
  }

  .card-overlay.is-home {
    background-image: linear-gradient(15deg, var(--_colors---color--neutral--light-blue) 30%, #e9ebf800);
  }

  .card-overlay.is-deep-blue {
    background-image: linear-gradient(0deg, var(--_colors---color--brand--dark-blue) 30%, #030e4000);
  }

  .card-home {
    background-position: -40px;
    background-size: cover;
  }

  .swiper-background {
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    overflow: clip;
  }

  .timeline-tabs {
    justify-content: flex-start;
    align-items: center;
  }

  .timeline-year-content {
    width: 100%;
    min-width: 100%;
  }

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

  .curso-hero-content {
    width: 100%;
  }

  .card-swiper-hero {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    flex-flow: column;
  }

  .card-swiper-hero-image {
    max-width: none;
  }

  .swiper-slide-content {
    padding-top: var(--base-unit--4);
    padding-bottom: var(--base-unit--8);
    height: auto !important;
  }
}

#w-node-_202a2328-fde4-dcd8-99ed-77a7f9591ed6-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c180de-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c180e4-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c180eb-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c180f3-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c180fb-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18105-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18106-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18108-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1810a-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1810b-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1810d-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1810f-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18110-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18112-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18114-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18115-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18117-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18119-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1811a-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1811c-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1811f-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18120-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18122-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18125-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18126-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1812c-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1812d-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1812f-be1b0607, #w-node-_8ddc993c-825c-fdf8-83fa-38d44ec5eb92-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddc993c-825c-fdf8-83fa-38d44ec5eb93-be1b0607 {
  justify-self: start;
}

#w-node-_8ddc993c-825c-fdf8-83fa-38d44ec5eb95-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1813c-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1813d-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c1813e-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18144-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18153-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18184-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c181b9-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c181ee-be1b0607 {
  justify-self: start;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18223-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18224-be1b0607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91aabe4-a208-26bc-b796-d8ae12c18225-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1822b-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18231-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18237-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1823d-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18243-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18249-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c1824f-be1b0607, #w-node-b91aabe4-a208-26bc-b796-d8ae12c18258-be1b0607 {
  justify-self: start;
}

#w-node-_5429b2da-6b7d-7d9f-bdb0-f26d7a295957-be1b0609 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_5429b2da-6b7d-7d9f-bdb0-f26d7a295964-be1b0609 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_5429b2da-6b7d-7d9f-bdb0-f26d7a295976-be1b0609, #w-node-_5429b2da-6b7d-7d9f-bdb0-f26d7a295980-be1b0609 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_621aab63-3ce5-01d6-4c40-6c89d295a038-b0678bcc {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f7a5e714-3adb-ea40-7274-dc85b2cd8480-b0678bcc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b5ed7425-09ef-6047-6a8a-aff3d2a7b1c3-b0678bcc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 767px) {
  #w-node-_621aab63-3ce5-01d6-4c40-6c89d295a038-b0678bcc {
    grid-column: span 12 / span 12;
  }

  #w-node-f7a5e714-3adb-ea40-7274-dc85b2cd8480-b0678bcc {
    grid-area: span 2 / span 12 / span 2 / span 12;
  }

  #w-node-b5ed7425-09ef-6047-6a8a-aff3d2a7b1c3-b0678bcc {
    grid-row: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Martian Mono';
  src: url('../fonts/MartianMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Martian Mono';
  src: url('../fonts/MartianMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Martian Mono';
  src: url('../fonts/MartianMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* CSS RESET -------------------------------------------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
  interpolate-size: allow-keywords;
}
a {
    color: inherit;
  transition: color 0.2s ease, border 0.2s ease, opacity 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    text-wrap: pretty;
}
/* Ícone Lista */
.list-wrapper ul{
    padding: 0;
  list-style-type: none;
}
.list-wrapper li{
    background-image: url(https://cdn.prod.website-files.com/693c71a32fcd80f0be1b0619/6940cf3ba95bfdfe9336e487_bullet-check.svg);
  background-repeat: no-repeat;
  padding-top: 0.125rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  min-height: 24px;
}
/* Limitar quantidade de linhas no texto */
[line-max] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
[line-max="2"] {-webkit-line-clamp: 2;}
[line-max="3"] {-webkit-line-clamp: 3;}
[line-max="4"] {-webkit-line-clamp: 4;}
/* Remover scrollbar */
[data-scrollbar="none"]::-webkit-scrollbar {
  display: none;
}
.breadcrumb-wrapper{
    white-space: nowrap;
 }
.breadcrumb-wrapper::-webkit-scrollbar{
  display: none;
}
/* FORM --------------------------------------------------------------------------------------------------------*/
label {
  font-size: var(--text-paragraph--regular);
  font-weight: 400;
}
input, textarea, select {
  color: var(--color--neutral--gray-400);
  vertical-align: middle;
  background-color: white;
  border: 1px solid var(--color--neutral--gray-200);
  width: 100%;
  font-size: var(--text-paragraph--regular);
  display: block;
  outline: none;
}
input, select {
  padding-inline: var(--base-unit--1);
  height: 48px;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_5798_7844' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5798_7844)'%3E%3Cpath d='M12 15L6 9.0997L7.11828 8L12 12.8006L16.8817 8L18 9.0997L12 15Z' fill='%23003052'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem top 60%;
  background-size: 24px auto;
}
textarea {
  padding: var(--base-unit--1);
  vertical-align: top;
  height: var(--base-unit--12);
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  width: var(--base-unit--1);
  height: var(--base-unit--1);
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin: 2px 10px 0 0;
  accent-color: #289be3;
}
.form-checkbox-icon.w--redirected-checked {
    background-size: auto;
}
.form-field-wrapper:has(input:focus),
.form-field-wrapper:has(textarea:focus),
.form-field-wrapper:has(select:focus){
  border-color: var(--_colors---color--brand--blue);
}
/* BUTTONS --------------------------------------------------------------------------------------------------*/
:root{
    --button-color: var(--_colors---color--brand--cyan);
}
.button:hover {
    --button-color: var(--_colors---color--brand--dark-blue);
    color: var(--button-color);
    border-color: var(--_colors---color--brand--cyan);
    & .button-background {
    width: 100%;
  }
}
.link-arrow .ico-20{
    transition: transform 0.2s ease;
}
.link-arrow:hover {
    & .ico-20{
    transform: rotate(45deg);
  }
}
/* CARDS --------------------------------------------------------------------------------------------------*/
.card .card-overlay, .card-arrow{
    opacity: 0;
  transition: opacity 0.2s ease, bottom 0.2s ease;
  bottom: -1rem;
}
.card:hover{
    & .card-overlay, .card-arrow{
    opacity: 1;
    bottom: 0;
  }
}
.card-home:hover{
    & .card-home-hover{
    transform: translateY(0);
  }
}
/* MENU ------------------------------------------------------------------------------------------------------*/
/* Dropdown HOVER */
.nav-dropdown-open.has-submenu, .nav-dropdown-open.is-horizontal{
  opacity: 0;
  transition: opacity 0.3s, top 0.3s;
}
.nav-dropdown:not(:hover) > .nav-dropdown-open.has-submenu{
    pointer-events: none;
    display: block;
  opacity: 0;
}
.nav-dropdown:hover > .nav-dropdown-open.has-submenu{
    pointer-events: auto;
    display: block;
  opacity: 1;
}
.nav-dropdown-submenu:not(:hover) > .nav-dropdown-open.is-horizontal{
    pointer-events: none;
    display: block;
  opacity: 0;
}
.nav-dropdown-submenu:hover > .nav-dropdown-open.is-horizontal {
  opacity: 1;
  left: 100%;
  pointer-events: auto;
  transform: translate(0);
}
@media only screen and (max-width: 992px) {
  .nav-mobile-menu.active {
    display: flex;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0 0 5rem 1rem #0003;
  }
}
/* FOOTER ---------------------------------------------------------------------------------------------------*/
.footer-col a:hover{
    color: var(--_colors---color--brand--cyan);
}
/*SWIPER ----------------------------------------------------------------------------------------------------*/
.swiper {
    overflow: visible;
}
.section-home-hero .swiper-pagination{
    position: relative;
  width: fit-content !important;
}
.section-home-hero .swiper-pagination-fraction{
    bottom: 0 !important;
}
.section-home-hero .swiper-slide {
  height: auto;
}
.section-home-hero .swiper-slide .swiper-slide-content{
    display: flex !important;
  height: 100%;
}
.section-home-hero .swiper-slide .swiper-slide-content .swiper-background img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-hero .swiper-slide .swiper-slide-content .swiper-background:before{
    content: "";
    background-image: linear-gradient(60deg, var(--_colors---color--brand--deep-navy), #01051800 60%);
    position: absolute;
    inset: 0%;
}
/* TABS -------------------------------------------------------------------------------------------------------*/
.tab-panel-content .list-wrapper .list-item:first-child{
    padding-top: 0;
}
/* RESPONSIVO -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .row .col{
    margin-bottom: 3rem;
  }
  .col-sm-first{
    margin-bottom: 3rem !important;
  }
  .row .col:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .logo{display: none;}
  .logo-mini{display: block;}
  .nav-desktop-list{gap: 1rem;}
    /* REMOVE SPAN DO NAV**/
    nav ul li a span{
    display: none;
  }
}


.participacao-em-outras-entidades .list-item img {
  max-height: 140px;
}

[type="file"],.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

[type="file"]+label,[type="file"]+.input-error+label,.inputfile+label,.inputfile+.input-error+label {
    font-size: 1em;
    font-weight: 100;
    color: white;
    background-color: #0b4e78;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    white-space: pre-wrap;
    padding: 10px 15px;
    text-align: left;
    display: flex;
    margin: 0;
    justify-content: space-between;
    line-height: 100%;
    align-items: center
}

[type="file"]:focus+label,[type="file"]+label:hover,.inputfile:focus+label,.inputfile+label:hover {
    background-color: #00a7cf
}

/* ACCORDION ----------------------------------------------------*/
[data-accordion="item"] + div{
  max-height: 0;
  overflow: clip;
  transition: max-height 0.3s ease;
}
[data-accordion="item"].active{
  & :has(.accordion-item){
  border-color: var(--_colors---color--brand--blue);
  }
  & + div {
    max-height: fit-content;
  }
  & .accordion-link-icon {
    transform: rotate(180deg);
  }
  & .accordion-link-text {
    color: var(--_colors---color--brand--blue);
  }
}

/* TABS -------------------------------------------------------------------*/
/* ITEM */
.tabs-items{
  overflow-x: auto;
}
.tabs-items::-webkit-scrollbar{
  display: none;
}
.tab-item, .mobile-tab {
  & .tab-item-icon{
    opacity: 0;
  }
  & .tab-item-progress{
    opacity: 0;
    visibility: hidden;
    animation: none;
    transition: opacity 0.3s ease-in-out;
    /*Edit*/
    transform: scaleX(0);
    transform-origin: left;
  }
}
.tab-item.active, .mobile-tab.active {
  background-color: var(--_colors---color--brand--blue);
  color: white;
  & .tab-item-icon{
    opacity: 1;
  }
  & .tab-item-progress{
    opacity: 0;
    visibility: hidden;
    animation: none;
  }
}
.loop-active .tab-item.active .tab-item-progress,
.loop-active .mobile-tab.active .tab-item-progress{
    opacity: 1;
    visibility: visible;
    animation: timer var(--animation-duration) linear forwards;
}
@keyframes timer {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/* PANEL */
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.mobile-tab{
  display: none;
}
.mobile-tab.active {
  & .ico-24{
    transform: rotate(180deg);
  }
}
/* ACCORDION MOBILE */
@media only screen and (max-width: 600px) {
  [data-responsive="accordion"] .tabs-items{
    display: none;
  }
  [data-responsive="accordion"] .mobile-tab{
    display: flex;
  }
  [data-responsive="accordion"] .mobile-tab-subtext{
    display: block;
  }
  [data-responsive="accordion"] .tab-panel {
    display: block;
    padding: 0;
    pointer-events: none;
    max-height: 0;
    transition: max-height ease 0.3s;
  }
  [data-responsive="accordion"] .tab-panel-content{
     padding: 10px;
    }
  [data-responsive="accordion"] .tab-panel.active {
    pointer-events: auto;
    max-height: fit-content;
  }
}

.pqo-swiper .swiper-slide{
    height: auto;
}

.pqo-swiper .swiper-horizontal {
  overflow: visible;
}

.associe-se-swiper .swiper-wrapper .swiper-slide {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  display: flex;
}

.associe-se-swiper .swiper-wrapper .swiper-slide .form-field-wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* Wrapper geral */
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* Container interno */
.pagination-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* UL gerada pelo WordPress */
.pagination-holder ul.page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Itens */
.pagination-holder ul.page-numbers li {
    display: inline-block;
}

/* Links padrão */
.pagination-holder ul.page-numbers li a,
.pagination-holder ul.page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font--mono);
    border: 1px solid #e0e0e0;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

/* Hover */
.pagination-holder ul.page-numbers li a:hover {
    background: #024dc9;
    color: #fff;
    border-color: #024dc9;
}

/* Página ativa */
.pagination-holder ul.page-numbers li .current {
    background: #024dc9;
    color: #fff;
    border-color: #024dc9;
    cursor: default;
}

/* Botões anterior e próximo */
.pagination-holder ul.page-numbers li .prev,
.pagination-holder ul.page-numbers li .next {s
    font-weight: 600;
    padding: 0 18px;
}

/* Responsivo */
@media (max-width: 480px) {
    .pagination-holder ul.page-numbers {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-holder ul.page-numbers li a,
    .pagination-holder ul.page-numbers li span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        padding: 0 10px;
    }
}

.form-step {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  display: flex;
}

.form-step-wrapper {
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  flex-flow: column;
  display: flex;
}

.form-step-number {
  color: var(--_colors---color--brand--blue);
  font-weight: 700;
}

.form-step-line {
  background-color: var(--_colors---color--neutral--mid-gray);
  width: 100%;
  height: 2px;
  position: relative;
}

.form-step-progress {
  background-color: var(--_colors---color--brand--blue);
  width: 33%;
  transition: width .2s;
  position: absolute;
  inset: 0%;
}

.form-step-title {
  grid-column-gap: var(--base-unit--0-25);
  grid-row-gap: var(--base-unit--0-25);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.timeline-navigation {
    margin-bottom: var(--base-unit--4);
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    justify-content: center;
    align-items: center;
    display: flex;
}

.timeline-tabs {
    padding-top: var(--base-unit--4);
    padding-bottom: var(--base-unit--2);
    grid-column-gap: var(--base-unit--1-5);
    grid-row-gap: var(--base-unit--1-5);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow-x: auto;
}

.timeline-tabs::-webkit-scrollbar {
    display: none;
}

.timeline-content {
    display: none;
}

.timeline-content.active {
    display: flex;
}

.timeline-swiper .swiper {
  overflow: visible;
}

.timeline-swiper .swiper-slide-active > .timeline-year-content .timeline-dot {
  background-color: var(--_colors---color--brand--blue);
  outline-color: var(--_colors---color--brand--blue);
  outline-offset: 3px;
  outline-width: 2px;
  outline-style: solid;
}
 
.timeline-swiper .swiper-slide-active > .timeline-year-content .timeline-year {
     font-weight: 700;
  color: var(--_colors---color--brand--blue);
}

.timeline-content {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.timeline-year-content {
    grid-column-gap: var(--base-unit--1);
    grid-row-gap: var(--base-unit--1);
    font-size: var(--_typography---text-paragraph--small);
    flex-flow: column;
    margin-top: -5px;
    line-height: 140%;
    display: flex;
}


  dialog {
    border: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

dialog::backdrop {
    background: rgba(0,0,0,0.5);
}

.modal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.show {
  opacity: 1;
  transform: translateY(0);
}

dialog:has(.modal.show) {
  overflow: auto;
  opacity: 1;
}

#closeDialog {
  cursor: pointer;
}

.modal-close {
    left: auto;
    top: var(--base-unit--2);
    right: var(--base-unit--2);
    cursor: pointer;
    position: absolute;
    bottom: auto;
}

.modal {
    padding: var(--base-unit--4);
    grid-column-gap: var(--base-unit--2);
    grid-row-gap: var(--base-unit--2);
    background-color: var(--_colors---color--neutral--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 80vw;
    display: flex;
    position: relative;
}

.page-template-page-institucional-sobre .credenciamento-certificacao {
  background-color: var(--_colors---color--neutral--white);
  background-image: url('../images/light-symbol-stroke.svg');
  background-position: 50vw 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-associados .solidariedade-em-acao {
  background-color: var(--_colors---color--neutral--white);
  background-image: url('../images/light-symbol-stroke.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-associados .associadas {
  background-image: linear-gradient(#FAFAFA, #F2F2F3)
}

.page-template-page-institucional-acoes-sociais .apoio-a-seguranca-e-cidadania {
  background-image: url('../images/bg-symbol-blue.svg');
  background-position: 50vw 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-contato .section-contato {
  background-image: url('../images/light-symbol-stroke.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-associados-associe-se .section-contato {
  background-color: #f2f2f3;
  background-image: url(../images/light-symbol-stroke.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-conselho-de-etica-formulario-de-denuncia .section-contato {
  background-image: url(../images/light-symbol-stroke.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto; 
}

.page-template-page-certificacao-agro-100 .certificacao-cripto {
  background-image: url(../images/light-symbol-stroke.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto; 
}

.section-image-content.is-blue .list-wrapper li {
  background-image: url(../images/bullet-check-white.svg);
  fill: #fff;
}

.section-base-content.bg-gradient .list-item {
    border-bottom: inherit;
    border-top: 1px solid var(--_colors---color--neutral--mid-gray);
}

.page-template-page-certificacao-criptoativos-ancord .section-base-content.criptoativos {
  background-image: url('../images/light-symbol-stroke.svg');
  background-position: 0vw 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-template-page-institucional-comite-certificacao-educacao-continuada .section-list-content .list-item {
    border-top: 1px solid var(--_colors---color--neutral--mid-gray);
    border-bottom: inherit;
}

.page-template-page-institucional-historico .mosaic-left {
  background-image: url(../images/light-symbol-stroke.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto; 
}