@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-sea-green: #00b8a3;
  --dark-slate-grey: #06464d;
  --gold: #fecd4e;
  --white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--light-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.header {
  z-index: 999;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.body {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.global-container-body {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.global-container-body.global-container-body-area-do-associado {
  background-color: var(--dark-slate-grey);
}

.footer {
  background-color: var(--dark-slate-grey);
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-wrap {
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-wrap.diferenciais-triniti {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
  display: none;
}

.global-wrap.ultimas-postagens-blog {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
}

.global-wrap.depoimentos {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.global-wrap.wrap-associacao {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.global-wrap.beneficios-wrap {
  flex-direction: column;
  align-items: center;
}

.button {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  display: none;
}

.endereco {
  width: 295px;
}

.footer-menu {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: flex-start stretch;
  display: flex;
}

.social-block {
  margin-left: 0;
}

.social-block.social-block-blog-page {
  margin-top: 20px;
  margin-left: 0;
}

.image {
  width: 158px;
}

.image-2 {
  width: 16px;
}

.text-block {
  color: var(--white);
  margin-left: 10px;
  font-size: 12px;
}

.menu-footer {
  color: var(--white);
  width: auto;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.menu-footer:hover {
  color: var(--gold);
}

.menu-footer.w--current {
  color: var(--gold);
  font-size: 14px;
  line-height: 14px;
}

.menu-footer.menu-footer-contact {
  margin-top: 31px;
  margin-bottom: 0;
}

.social-item {
  margin-left: 15px;
  margin-right: 0;
}

.image-3 {
  object-fit: cover;
  width: 20px;
}

.image-3.image-3-facebook {
  width: 25px;
}

.mobile-menu {
  display: none;
}

.link.link-whatsapp.link-whats-app-area-do-associado {
  background-color: var(--light-sea-green);
  color: var(--white);
  margin-top: 40px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-desktop {
  color: var(--dark-slate-grey);
  border: 1px solid #0000;
  border-radius: 100px;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.menu-desktop:hover {
  border: 1px solid var(--gold);
}

.menu-desktop.w--current {
  border-color: var(--gold);
  border-radius: 100px;
  margin-left: 0;
}

.top-header {
  background-color: var(--gold);
  height: 40px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contato {
  color: var(--dark-slate-grey);
  margin-left: 0;
  line-height: 14px;
}

.social-block-top-header {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 20px;
  display: block;
}

.image-4.image-4-facebook {
  width: 25px;
}

.social-top-header-item {
  margin-left: 15px;
}

.image-5 {
  width: 108px;
}

.div-block-2 {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider {
  width: 100%;
  height: 780px;
  display: none;
}

.link-block {
  background-image: url('../images/Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.global-wrap-full {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-wrap-full.simulacao-express {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 90px;
}

.global-wrap-full.beneficios-do-associado {
  background-color: #ffcd41;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 30px;
}

.global-wrap-full.seja-uma-consultor {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.global-wrap-full.newsletter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.global-wrap-full.vamos-conversar {
  background-color: var(--gold);
  background-image: linear-gradient(#ffcd41, #ffcd4100 60%), url('../images/vamos-conversar.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 480px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.diferenciais-triniti-block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 20px;
  display: grid;
}

.diferenciais-triniti-item {
  border: 3px solid var(--light-sea-green);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 183.3px;
  height: 183.3px;
  padding: 20px;
  display: flex;
}

.diferenciais-triniti-block-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.simulacao-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 175%, var(--gold), #fecd4e00 55%), url('../images/simulacao-motos.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 585px;
  height: 585px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.beneficios-do-associado-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.beneficios-do-associado-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff1f;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 30px;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 488px;
  margin-bottom: 60px;
  display: block;
}

.divisor {
  background-color: var(--gold);
  width: 1200px;
  height: 1px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.divisor.divisor-depoimento {
  width: 50px;
  margin-top: 25px;
}

.vamos-conversar-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.depoimento-item {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.simulacao-item-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(circle at 50% 175%, #fecd4e, #fecd4e00 55%), url('../images/simulacao-carros.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 585px;
  height: 585px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h3 {
  color: var(--dark-slate-grey);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}

.h3.h3-amarelo {
  color: var(--gold);
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.h3.h3-italic {
  font-style: italic;
}

.h3.h3-item-beneficios {
  font-size: 21px;
  line-height: 30px;
}

.h3.h3-missao {
  color: var(--white);
}

.text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.text.text-verde {
  color: var(--dark-slate-grey);
  text-align: left;
  width: 300px;
}

.text.text-verde.text-alt {
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.text.text-verde.text-italic {
  font-style: italic;
}

.text.text-cta {
  color: var(--dark-slate-grey);
  margin-bottom: 50px;
}

.h2 {
  color: var(--light-sea-green);
  text-align: center;
  text-transform: none;
  font-size: 48px;
}

.h2.h2-amarelo {
  color: var(--gold);
}

.h2.h2-alt {
  text-align: left;
  font-size: 48px;
  line-height: 48px;
}

.h2.h2-alt.h2-seja-um-consultor {
  color: var(--dark-slate-grey);
  width: 420px;
}

.h2.h2-alt.h2-fale-conosco {
  color: var(--dark-slate-grey);
  font-size: 32px;
}

.h2.h2-associacao {
  border-bottom: 1px solid var(--gold);
  text-align: left;
  width: 175px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
}

.h2.h2-beneficios {
  color: var(--dark-slate-grey);
  text-align: left;
}

.h2.h2-beneficios.he-center-page-beneficios {
  text-align: center;
}

.h2.h2-alt-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 48px;
  line-height: 48px;
}

.h2.h2-depoimentos {
  text-align: left;
}

.img-diferenciais-triniti {
  object-fit: contain;
  object-position: 50% 0%;
  height: 91px;
  margin-bottom: 20px;
}

.img-diferenciais-triniti.img-diferenciais-triniti-1, .img-diferenciais-triniti.img-diferenciais-triniti-2, .img-diferenciais-triniti.img-diferenciais-triniti-3, .img-diferenciais-triniti.img-diferenciais-triniti-4 {
  height: 60px;
}

.img-beneficios-triniti {
  object-fit: scale-down;
  object-position: 50% 0%;
  height: 50px;
  margin-bottom: 0;
  display: block;
}

.img-beneficios-triniti.img-beneficios-triniti-1 {
  height: 50px;
  margin-bottom: 0;
}

.img-beneficios-triniti.img-beneficios-triniti-2 {
  height: 50px;
}

.img-beneficios-triniti.img-beneficios-triniti-3, .img-beneficios-triniti.img-beneficios-triniti-4, .img-beneficios-triniti.img-beneficios-triniti-5 {
  height: 50px;
  margin-bottom: 0;
}

.image-7 {
  margin-bottom: 20px;
}

.img-depoimento-item {
  margin-bottom: 10px;
}

.global-button {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.global-button.button-seja-um-consultor {
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 400;
}

.global-button.button-verde {
  background-color: var(--dark-slate-grey);
  color: var(--gold);
  font-weight: 700;
}

.global-button.button-verde-copy {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  font-weight: 700;
}

.html-embed, .html-embed-2 {
  margin-top: 30px;
}

.simulacao-item-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 175%, var(--gold), #fecd4e00 55%), url('../images/simulacao-caminhao.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 585px;
  height: 585px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.banner-2 {
  background-image: url('../images/Banner-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-3 {
  background-image: url('../images/Banner-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-4 {
  background-image: url('../images/Banner-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-1 {
  background-image: url('../images/Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.top-section {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  display: flex;
}

.h1.h1-top-title-section {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
}

.p.p-associacao {
  border-bottom: 1px none var(--gold);
  color: var(--white);
  text-align: left;
  column-count: 2;
  column-gap: 60px;
  padding: 120px 10% 0;
  font-size: 20px;
  line-height: 30px;
}

.p.p-associacao.p-associacao-block-2 {
  column-count: 2;
  border-bottom-style: none;
  padding: 0 0%;
}

.p.p-associacao.p-associacao-block-3 {
  border-bottom-style: none;
  padding-top: 90px;
  padding-bottom: 0;
}

.p.p-associacao.p-associacao-block-4 {
  opacity: .6;
  column-count: 1;
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  text-transform: uppercase;
  margin-top: 500px;
}

.heading.associacao-title {
  color: var(--gold);
  text-align: center;
  text-transform: none;
  margin-top: 640px;
}

.heading.quer-se-associar {
  text-transform: none;
  margin-top: 90px;
}

.text-block-2 {
  border-top: 1px solid var(--gold);
  border-bottom: 1px none var(--gold);
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.div-block-8 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 585px;
  display: flex;
}

.valores {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 100px;
  display: flex;
}

.yellow-dot {
  color: var(--gold);
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  display: flex;
}

.simulacao-item-associacao {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/etapa-1.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 277px;
  height: 490px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.simulacao-item-associacao.simulacao-item-associacao-2 {
  background-image: url('../images/etapa-2.webp');
  padding-left: 15px;
  padding-right: 15px;
}

.simulacao-item-associacao.simulacao-item-associacao-3 {
  background-image: url('../images/etapa-3.webp');
}

.simulacao-item-associacao.simulacao-item-associacao-4 {
  background-image: url('../images/etapa-4.webp');
}

.div-block-82 {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.h1-title {
  color: var(--gold);
  text-align: center;
  font-weight: 400;
  line-height: 38px;
}

.detalhe-text {
  color: #fecf2f;
}

.text-block-2-copy {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.html-embed-3 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 60px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.faq-2 {
  border: 1px solid var(--gold);
  color: #fff;
  white-space: break-spaces;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-2.w--open {
  border-bottom: 1px solid #0000001a;
}

.toggle-text {
  z-index: 2;
  color: var(--dark-slate-grey);
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  background-color: var(--white);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  color: #7f7f7f;
  margin-bottom: 24px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.div-block-83 {
  border-bottom: 1px solid var(--gold);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.img-beneficios-page {
  height: 50px;
  margin-bottom: 70px;
}

.image-8 {
  height: 50px;
}

.div-block-84 {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.div-block-85 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 425px;
  margin-top: 70px;
}

.slide-nav {
  display: none;
}

.image-9, .image-10, .image-11 {
  height: 50px;
}

.social-icon {
  color: #113255;
  margin-left: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.social-icon:hover {
  color: #2aa2dc;
}

.social-icon-copy {
  color: #113255;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.social-icon-copy:hover {
  color: #2aa2dc;
}

.left-feed-blog-block {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.subtilulo-curso {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.subtilulo-curso.subtitulo-colorido {
  color: #1a2129;
  text-align: left;
  width: 75%;
  margin-bottom: 0;
}

.subtilulo-curso.subtitulo-colorido.posts-recentes-blog-title {
  text-transform: none;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
}

.link-2 {
  border-bottom: 1px solid var(--light-sea-green);
  color: var(--dark-slate-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}

.posts-recentes {
  width: 100%;
  margin-top: 60px;
}

.social-block-blog {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.feed-blog-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.bold-text-2 {
  color: var(--light-sea-green);
}

.categorias-block {
  width: 100%;
  margin-top: 30px;
}

.right-blog-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-left: 40px;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-top: 20px;
}

.div-block-86 {
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 11px 11px 15px #00000026;
}

.heading-20 {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.button-2 {
  border: 2px none var(--light-sea-green);
  background-color: var(--light-sea-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-style: none;
}

.detalhe-thumbnail-blog {
  background-color: var(--light-sea-green);
  width: 70%;
  height: 5px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-87 {
  background-color: #ebebeb;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
  height: 300px;
  padding: 20px;
}

.text-block-9 {
  color: #7f7f7f;
  margin-bottom: 40px;
}

.image-26 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

.text-block-10 {
  color: var(--light-sea-green);
}

.div-block-88 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: 40%;
  height: 300px;
}

.link-block-4 {
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

.text-block-12 {
  color: var(--dark-slate-grey);
}

.image-27 {
  margin-top: 60px;
}

.div-block-89 {
  justify-content: space-between;
  width: 996px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-90 {
  flex-direction: column;
  align-items: center;
  width: 482px;
  display: flex;
}

.icon {
  color: var(--light-sea-green);
}

.right-arrow {
  color: var(--dark-slate-grey);
}

.icon-2 {
  color: var(--light-sea-green);
  font-weight: 400;
}

.slide {
  width: 100%;
}

.image-28 {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
}

.text-block-13 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
}

.text-block-14 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.post-recentes-list-block {
  margin-top: 60px;
}

.post-image {
  width: 100%;
}

.image-15 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 240px;
}

.post-info {
  background-color: #f5f5f5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 0;
  display: flex;
}

.text-block-6 {
  background-color: var(--dark-slate-grey);
  color: var(--gold);
  text-align: center;
  border-radius: 0;
  width: 155px;
  margin-top: -45px;
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 10px;
  line-height: 10px;
}

.post-title {
  color: #1a2129;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.heading-15 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-7 {
  color: #7f7f7f;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
}

.button-3 {
  background-color: var(--light-sea-green);
  text-transform: uppercase;
  border-radius: 0;
  padding: 23px 60px;
}

.button-3:hover {
  background-color: var(--dark-slate-grey);
}

.div-block-19 {
  background-color: var(--light-sea-green);
  width: 80%;
  height: 5px;
  margin-top: 50px;
}

.text-container {
  width: 75%;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.h1-2 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.post-author {
  color: var(--light-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 480px;
  margin-top: 40px;
}

.rich-text {
  color: #7f7f7f;
  margin-top: 40px;
}

.rich-text h6 {
  font-weight: 400;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text h2 {
  margin-bottom: 40px;
}

.rich-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.rich-text h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h5 {
  font-weight: 400;
}

.image-30 {
  border-radius: 20px;
  width: 585px;
}

.simulacao-item-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 175%, var(--gold), #fecd4e00 55%), url('../images/triniti-connect.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 585px;
  height: 585px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-91 {
  background-image: url('../images/seja-um-consultor-triniti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 488px;
  margin-bottom: 0;
  display: flex;
}

.text-span {
  background-color: var(--gold);
}

.text-span-2 {
  font-size: 18px;
  line-height: 18px;
}

.text-span-2.text-span-2-alt {
  color: var(--dark-slate-grey);
}

.banner-5 {
  background-image: url('../images/02082021-Adaptação-Arte-App-Triniti---banner-site.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.image-31 {
  width: 600px;
}

.div-block-92 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-93 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-15 {
  color: #7f7f7f;
  margin-left: 16px;
  font-size: 24px;
  line-height: 24px;
}

.image-32, .image-33 {
  width: 250px;
}

.div-block-94 {
  align-items: center;
  display: flex;
}

.banner-6 {
  background-image: url('../images/03052022-Post-Boleto-banner-site.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-7 {
  background-image: url('../images/Banner-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-8 {
  background-image: url('../images/Peça-1---banner-site.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.slide-2 {
  overflow: visible;
}

.banner-6-copy, .banner-9 {
  background-image: url('../images/07012022-Banner-Site-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-10 {
  background-color: #ebebeb;
  background-image: url('../images/07102022-Promocao-Faro-Banner-Site-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.banner-11 {
  background-color: #ebebeb;
  background-image: url('../images/otimizado.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

.button-4 {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 20px;
  font-weight: 700;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-83-copy-hidden {
  border-bottom: 1px solid var(--gold);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.beneficios-do-associado-item-copy-hidden {
  flex-direction: column;
  align-items: center;
  display: none;
}

.div-block-95 {
  border-top: 1px solid var(--gold);
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

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

.text-block-17 {
  color: #ffffff80;
  font-size: 10px;
  line-height: 10px;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.banners-home {
  width: 100%;
  height: 780px;
}

.banner1 {
  background-image: url('../images/banner03.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

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

.banners-home-mobile {
  width: 100%;
  height: 780px;
  display: none;
}

.div-block-96 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-45 {
  width: 150px;
}

.section-2 {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-97 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-18 {
  font-size: 20px;
  font-weight: 700;
}

.link-block-17 {
  background-image: url('../images/banner-lp-01-triniti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 480px;
}

.section-3 {
  background-color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 100px;
}

.form-block {
  width: 1200px;
  max-width: 95%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  height: 480px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-sea-green);
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-field {
  border: 1px solid var(--light-sea-green);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
}

.text-field::placeholder {
  color: var(--light-sea-green);
}

.text-field-2 {
  border: 1px solid var(--light-sea-green);
  color: var(--light-sea-green);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
}

.text-field-2::placeholder {
  color: var(--light-sea-green);
}

.text-field-3 {
  border: 1px solid var(--light-sea-green);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
}

.text-field-3::placeholder {
  color: var(--light-sea-green);
}

.heading-21 {
  color: var(--light-sea-green);
  text-align: center;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.submit-button {
  border: 1px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  height: 60px;
}

.div-block-98 {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 20px;
  grid-row-gap: 68px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.heading-22 {
  color: var(--dark-slate-grey);
  text-align: center;
  width: 480px;
}

.div-block-100 {
  background-color: var(--gold);
  width: 2px;
  height: 50px;
  margin-top: 50px;
}

.div-block-101 {
  background-color: #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-46 {
  background-color: var(--light-sea-green);
  object-fit: scale-down;
  border-radius: 100px;
  width: 96px;
  height: 96px;
  margin-top: -48px;
}

.text-block-19 {
  color: var(--light-sea-green);
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.div-block-102 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-22-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  width: 300px;
}

.div-block-103 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.div-block-105 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-20 {
  color: var(--dark-slate-grey);
  font-size: 20px;
}

.text-block-21 {
  color: var(--light-sea-green);
  margin-top: 10px;
  font-size: 20px;
}

.div-block-106 {
  background-color: #ebebeb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  height: 320px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: flex;
}

.heading-23 {
  width: 480px;
  font-size: 36px;
  line-height: 36px;
}

.text-block-22 {
  width: 450px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-107 {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-108 {
  width: 100%;
  margin-top: 100px;
}

.faq-3 {
  background-color: var(--light-sea-green);
  color: var(--dark-slate-grey);
  white-space: break-spaces;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-3.w--open {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
}

.toggle-text-2 {
  z-index: 2;
  color: #7f7f7f;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.faq-body-cont-2 {
  background-color: #ebebeb;
  border-top: 1px #000;
  border-radius: 20px;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer-2 {
  color: #7f7f7f;
  margin-bottom: 24px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--dark-slate-grey);
  font-size: 20px;
}

.link-4 {
  background-color: var(--light-sea-green);
  color: var(--white);
  text-align: center;
  width: 260px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 20px;
  display: block;
}

.div-block-109 {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.youtube {
  height: auto;
  min-height: 0;
  max-height: none;
}

.section-5 {
  width: 100vw;
  height: 100vh;
}

.div-block-112 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-48 {
  width: 200px;
}

.text-block-23 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

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

.banner2 {
  background-image: url('../images/banner01.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.banner3 {
  background-image: url('../images/banner02.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.icon-3, .icon-4 {
  color: var(--gold);
}

.div-block-211 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-169 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.image-38 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 300px;
  height: 240px;
}

.section-17 {
  background-color: var(--dark-slate-grey);
  padding-top: 120px;
  padding-bottom: 0;
}

.heading-9 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.div-block-210 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 23px 60px;
  transition: all .2s ease-in-out;
}

.button-5:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 285px;
  display: flex;
}

.bold-text-copy-branco {
  color: var(--gold);
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.h2-global-title {
  color: #1a2129;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.h2-global-title.nossos-cursos-title-copy-2-branco {
  color: var(--light-sea-green);
  text-align: center;
  align-self: auto;
  width: 540px;
  margin: 0 0 40px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.post-info-2 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 30px 0;
  display: flex;
}

.div-block-212 {
  background-color: var(--gold);
  width: 80%;
  height: 5px;
  margin-top: 50px;
}

.text-block-168 {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 155px;
  margin-top: -45px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.post-title-2 {
  color: #1a2129;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.bold-text-6 {
  font-size: 16px;
}

.text-span-4 {
  color: var(--gold);
}

.div-block-213 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-214 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-5 {
  color: var(--gold);
}

.uui-text-size-medium {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.uui-associacao {
  color: var(--gold);
}

.uui-container-large {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-max-width-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: normal;
  width: 600px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.text-weight-medium {
  color: var(--dark-slate-grey);
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.uui-heading-xsmall.text-weight-medium.text-associacao {
  color: var(--white);
}

.uui-testimonial07_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial07_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.uui-testimonial07_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial07_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial07_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial07_arrow {
  border: 1px solid var(--light-sea-green);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial07_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial07_arrow.left {
  border-color: var(--light-sea-green);
  right: 4rem;
}

.uui-testimonial07_slide {
  padding-right: 4rem;
}

.uui-testimonial07_mask {
  width: 50%;
  overflow: visible;
}

.uui-testimonial07_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.uui-testimonial07_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-section_testimonial07 {
  width: 100%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny {
  color: var(--light-sea-green);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.div-block-215 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-6 {
  color: var(--gold);
}

.image-49 {
  mix-blend-mode: screen;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.body-associacao {
  background-color: var(--dark-slate-grey);
}

.div-block-216 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.item-missao {
  border: 3px solid var(--light-sea-green);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 325px;
  padding: 20px;
  display: flex;
}

.div-block-217 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
}

.div-block-218 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-170 {
  color: var(--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.heading-25 {
  color: var(--dark-slate-grey);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.form-2 {
  display: flex;
}

.text-field-4 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 60px;
  margin-bottom: 0;
  margin-right: -30px;
}

.form-block-2 {
  width: 540px;
}

.submit-button-2 {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 100px;
  width: 200px;
  font-weight: 400;
}

.div-block-220 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  padding-top: 90px;
  display: flex;
}

.div-block-221 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  max-width: 100%;
  display: grid;
}

.div-block-222 {
  border: 5px solid var(--gold);
  border-radius: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 660px;
  display: flex;
  position: relative;
}

.div-block-223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-50 {
  width: 100%;
  margin-bottom: -2px;
}

.div-block-224 {
  background-color: var(--untitled-ui--warning300);
  border: 5px #000;
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 205px;
  display: flex;
}

.image-51 {
  width: 479px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.image-52 {
  width: 479px;
  height: auto;
  margin-top: -80px;
  position: absolute;
}

.text-block-171 {
  color: var(--dark-slate-grey);
  text-align: center;
  width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-52-copy {
  width: 365px;
  height: auto;
  margin-top: -80px;
  position: absolute;
}

.div-block-222-copy {
  border: 5px solid #00a28a;
  border-radius: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 660px;
  display: flex;
  position: relative;
}

.div-block-224-copy {
  background-color: #00a28a;
  border: 5px #000;
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 205px;
  display: flex;
}

.image-52-copy-copy {
  width: 748px;
  height: auto;
  margin-top: -300px;
  position: absolute;
  right: 0;
}

.text-block-171-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  width: 300px;
  margin-top: 120px;
  margin-left: 90px;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-19 {
  background-image: url('../images/banner02.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 780px;
  margin-top: 0;
}

.image-53 {
  background-image: linear-gradient(#0000, #edf1f2 25%);
  width: 100%;
  padding-top: 200px;
}

.div-block-225 {
  background-image: linear-gradient(#0000, #edf1f2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-container {
    width: 100%;
  }

  .h1-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .uui-testimonial07_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block-14 {
    margin-top: 40px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-108 {
    margin-top: 40px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-testimonial07_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: var(--gold);
    text-decoration: none;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-header {
    justify-content: space-between;
    padding: 15px 10px;
  }

  .global-container-body {
    color: #0000;
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .global-container-body.global-container-body-beneficios {
    padding-bottom: 40px;
  }

  .footer {
    background-color: var(--dark-slate-grey);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .global-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-wrap.diferenciais-triniti {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global-wrap.duvidas-warp {
    justify-content: center;
    align-items: flex-start;
  }

  .button {
    background-color: var(--gold);
    color: var(--dark-slate-grey);
    border-radius: 100px;
    display: block;
  }

  .endereco {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    display: flex;
  }

  .footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .social-block {
    justify-content: space-between;
    align-items: center;
    width: 220px;
    margin-left: 0;
    display: flex;
  }

  .image {
    width: 158px;
  }

  .image-2 {
    width: 16px;
  }

  .text-block {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .menu-footer {
    color: var(--white);
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .menu-footer.w--current {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }

  .menu-footer.menu-footer-contact {
    display: none;
  }

  .social-item {
    margin-left: 0;
  }

  .image-3 {
    width: 32px;
  }

  .image-3.image-3-facebook {
    width: 40px;
  }

  .mobile-menu {
    z-index: 999;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #06464de6;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 90px;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mobile-menu-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start stretch;
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .buttons-block-mobile-menu {
    width: 300px;
  }

  .link {
    background-color: var(--gold);
    color: var(--dark-slate-grey);
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .link.link-whatsapp {
    background-color: var(--light-sea-green);
    color: var(--white);
    border-radius: 100px;
    margin-bottom: 0;
  }

  .link.link-fechar {
    border: 1px solid var(--gold);
    color: var(--gold);
    background-color: #0000;
    border-radius: 100px;
    width: 150px;
    margin-bottom: 0;
    display: block;
  }

  .nav-menu {
    display: none;
  }

  .top-header {
    display: flex;
  }

  .contato {
    margin-left: 0;
  }

  .image-5 {
    display: block;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider {
    height: 180px;
  }

  .global-wrap-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-wrap-full.simulacao-express {
    padding-bottom: 60px;
  }

  .global-wrap-full.beneficios-do-associado {
    padding-top: 60px;
  }

  .global-wrap-full.seja-uma-consultor {
    padding-left: 0;
    padding-right: 0;
  }

  .global-wrap-full.newsletter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .global-wrap-full.vamos-conversar {
    background-image: linear-gradient(180deg, var(--gold) 33%, #fecd4e00 71%), linear-gradient(180deg, #ffcd41, #ffcd4100 60%), url('../images/vamos-conversar.webp');
    background-position: 0 0, 0 0, 59% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 300px;
    justify-content: center;
    align-items: flex-start;
    height: 440px;
    padding-top: 30px;
    position: relative;
  }

  .diferenciais-triniti-block-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-top: 40px;
    margin-bottom: 20px;
    display: grid;
  }

  .diferenciais-triniti-item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .diferenciais-triniti-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .simulacao-item {
    margin-bottom: 0;
  }

  .beneficios-do-associado-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .beneficios-do-associado-item {
    width: 100%;
    margin-bottom: 0;
  }

  .image-6 {
    height: 240px;
  }

  .divisor {
    max-width: 100%;
  }

  .vamos-conversar-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .simulacao-item-2 {
    background-size: auto, cover;
  }

  .h3.h3-amarelo {
    font-size: 20px;
    line-height: 20px;
  }

  .h3.h3-item-beneficios {
    font-size: 18px;
    line-height: 22px;
  }

  .text {
    width: 300px;
  }

  .text.text-verde {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text.text-verde.text-alt {
    text-align: left;
    width: 300px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text.text-verde.text-vamos-conversar {
    text-align: left;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text.text-verde.text-consultor-lat {
    color: var(--white);
  }

  .text.text-cta {
    width: 300px;
  }

  .h2, .h2.h2-amarelo {
    font-size: 24px;
    line-height: 24px;
  }

  .h2.h2-alt {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
  }

  .h2.h2-alt.h2-seja-um-consultor {
    color: var(--white);
    text-align: center;
    width: 300px;
  }

  .h2.h2-alt.h2-fale-conosco {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .h2.h2-alt.h2-fale-conosco.fale-conosco-home {
    font-size: 19px;
  }

  .h2.h2-beneficios {
    text-align: center;
  }

  .h2.h2-alt-copy {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
  }

  .h2.h2-alt-copy.h2-seja-um-consultor {
    text-align: center;
    width: 300px;
  }

  .h2.h2-alt-copy.h2-fale-conosco {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .h2.h2-depoimentos, .global-button {
    text-align: center;
  }

  .html-embed-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .simulacao-item-3 {
    background-size: auto, cover;
    margin-top: 0;
  }

  .top-section {
    height: 150px;
  }

  .h1.h1-top-title-section {
    font-size: 24px;
    line-height: 36px;
  }

  .p.p-associacao {
    column-count: 1;
    width: 300px;
    padding-top: 50px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .p.p-associacao.p-associacao-block-2 {
    column-count: 1;
  }

  .p.p-associacao.p-associacao-block-3 {
    padding-top: 60px;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .heading {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading.associacao-title {
    margin-top: 200px;
  }

  .text-block-2 {
    width: 300px;
    margin-top: 60px;
    padding-top: 60px;
  }

  .div-block-8 {
    flex-direction: column;
    padding-top: 50px;
  }

  .div-block-9 {
    width: auto;
    margin-top: 30px;
  }

  .valores {
    padding-top: 50px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
  }

  .simulacao-item-associacao {
    margin-bottom: 30px;
  }

  .div-block-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-title {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-2-copy {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-14 {
    flex-flow: column;
    width: 300px;
    margin-top: 40px;
    display: flex;
  }

  .toggle-text {
    font-size: 14px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-83 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-beneficios-page {
    margin-bottom: 30px;
  }

  .div-block-84 {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-85 {
    margin-bottom: 30px;
  }

  .slider-2 {
    height: auto;
  }

  .slide-nav {
    padding-top: 30px;
    display: block;
  }

  .social-icon {
    margin-top: 20px;
    margin-left: 20px;
  }

  .left-feed-blog-block {
    width: 100%;
  }

  .social-block-blog {
    flex-direction: row;
    align-items: flex-end;
  }

  .feed-blog-container {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-blog-block {
    width: 100%;
    margin-left: 0;
  }

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

  .div-block-87 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
  }

  .image-26 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-88 {
    width: 100%;
  }

  .text-block-12 {
    text-align: center;
  }

  .div-block-89 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-90 {
    width: auto;
    margin-bottom: 30px;
  }

  .icon {
    margin-bottom: 0;
  }

  .right-arrow {
    display: none;
  }

  .icon-2 {
    margin-bottom: 0;
  }

  ._3-recentes-post-list {
    margin-bottom: 20px;
  }

  .post-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow {
    display: none;
  }

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

  .image-29 {
    height: 240px;
  }

  .rich-text {
    color: #7f7f7f;
  }

  .image-30 {
    width: 300px;
  }

  .simulacao-item-4 {
    background-size: auto, cover;
    margin-top: 0;
  }

  .div-block-91 {
    background-image: linear-gradient(#06464d00, #06464d), url('../images/seja-um-consultor-triniti.webp');
    background-position: 0 0, 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .text-span {
    color: var(--dark-slate-grey);
  }

  .text-span-2 {
    font-size: 12px;
  }

  .div-block-92 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .text-block-15 {
    text-align: center;
    margin-left: 0;
  }

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

  .div-block-83-copy-hidden {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .beneficios-do-associado-item-copy-hidden {
    margin-bottom: 30px;
  }

  .div-block-95 {
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16 {
    text-align: center;
    margin-bottom: 20px;
  }

  .banners-home {
    background-color: #0000;
    height: 482px;
    display: block;
  }

  .banner1 {
    background-image: url('../images/480x482px-mobile.jpg');
    background-position: 50%;
    background-size: 100%;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .right-arrow-2 {
    display: none;
  }

  .banners-home-mobile {
    background-color: #0000;
    height: 480px;
    display: block;
  }

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

  .link-block-17 {
    background-image: url('../images/banner-triniti-lp-01-mobile.webp');
  }

  .form {
    flex-direction: column;
  }

  .div-block-99 {
    align-items: stretch;
    display: flex;
  }

  .heading-22 {
    max-width: 95%;
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-102 {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-22-copy {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-105 {
    margin-top: 50px;
    display: flex;
  }

  .div-block-106 {
    flex-direction: column-reverse;
    height: 600px;
    margin-top: 140px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-23 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .text-block-22 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-108 {
    margin-top: 40px;
  }

  .link-4 {
    margin-left: 10px;
  }

  .div-block-111 {
    width: 100%;
    margin-top: 40px;
  }

  .banner2 {
    background-color: #02b59f;
    background-image: url('../images/480x482px-mobile-1.jpg');
    background-position: 50% 100%;
    background-size: 100%;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .banner3 {
    background-color: #edf1f2;
    background-image: url('../images/480x482px-mobile-2.jpg');
    background-position: 50%;
    background-size: 100%;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-nav-2 {
    display: block;
  }

  .div-block-211 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-17 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .bold-text-copy-branco {
    font-size: 24px;
    line-height: 24px;
  }

  .h2-global-title.nossos-cursos-title-copy-2-branco {
    text-align: center;
    max-width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-213 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .div-block-214 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .uui-max-width-large {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-testimonial07_component {
    width: 300px;
  }

  .div-block-215 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    margin-top: 30px;
  }

  .image-49 {
    margin-top: 120px;
  }

  .div-block-216 {
    flex-flow: column;
    width: 300px;
  }

  .item-missao {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-218 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-170 {
    font-size: 14px;
  }

  .heading-25 {
    color: var(--dark-slate-grey);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .form-block-2 {
    width: 300px;
  }

  .submit-button-2 {
    width: 100px;
  }

  .div-block-219 {
    width: 300px;
  }

  .div-block-220 {
    z-index: 99;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .section-18 {
    max-width: 95%;
  }

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

  .div-block-222 {
    max-width: 100%;
    height: 560px;
  }

  .div-block-222.div-block-222-alt {
    height: 660px;
  }

  .image-52 {
    max-width: 95%;
    margin-top: -80px;
  }

  .text-block-171 {
    margin-top: 40px;
  }

  .image-52-copy {
    max-width: 95%;
  }

  .div-block-222-copy {
    max-width: 100%;
    height: 600px;
  }

  .image-52-copy-copy {
    margin-top: -50px;
  }

  .text-block-171-copy {
    text-align: center;
    align-self: auto;
    margin-top: 40px;
    margin-left: auto;
    left: auto;
  }

  .section-19 {
    background-color: #edf1f2;
    background-image: url('../images/480x482px-mobile-2.jpg');
    background-position: 50% 100%;
    background-size: contain;
    height: 482px;
  }
}

#w-node-_9fb01374-bd3d-10ce-b6d5-83928f466a60-2155e705 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_591f438b-a9d1-47db-ddd2-ae34b17cea30-2155e705, #w-node-ad6259e7-644e-a2a0-e2e5-8fa11a567355-375c6310 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a7243a3e-4eb0-de57-9577-2b1ac90336e3-9f2d57a9, #w-node-d06d688a-0878-b36a-f42c-26399d1e940f-9f2d57a9, #w-node-_2f5c81bd-9b10-4786-6bfa-3ebe1d38f0a2-9f2d57a9, #w-node-_577fc8d6-5614-8635-4838-28be798552d1-9f2d57a9, #w-node-d0edb6eb-53b1-8973-3513-5edf782085c5-9f2d57a9, #w-node-_11b29da4-af9d-89ec-0c4c-4f561e288416-9f2d57a9, #w-node-ffd6d127-7c58-9dfc-9b01-61f63a22cd1f-9f2d57a9, #w-node-aeb4c00c-5251-c206-7fa0-8341c3c26056-9f2d57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}