@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_cores---secondary--200: #ff9201;
  --_cores---primary--600: #012d4f;
  --_espaçamentos---16: 16px;
  --_cores---white: white;
  --_espaçamentos---24: 24px;
  --_cores---primary--700: #01223b;
  --_cores---neutral--100: #fafafa;
  --_cores---neutral--400: #5b667c;
  --_cores---transparente: #ffffff29;
  --_cores---primary--500: #013863;
  --_cores---neutral--200: #ededed;
  --_cores---neutral--300: #919aab;
  --_cores---primary--300: #5699cc;
  --_espaçamentos---8: 8px;
  --_cores---black: #000;
  --_espaçamentos---2: 2px;
  --_espaçamentos---4: 4px;
  --_cores---primary--400: #5699cc;
  --_cores---secondary--100: #f7bc70;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  line-height: 140%;
}

a {
  color: var(--_cores---secondary--200);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: #dd7804;
}

li {
  font-family: Metropolis, Arial, sans-serif;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

._02-estrutura {
  background-color: var(--_cores---primary--600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.pattern-bg {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #3974a126;
  position: absolute;
  top: -73px;
  left: 1483px;
}

._2-column {
  grid-column-gap: 32px;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2-column._40px {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.card {
  grid-column-gap: var(--_espaçamentos---16);
  grid-row-gap: var(--_espaçamentos---16);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.medium-length-hero-headline-goes-here {
  color: var(--_cores---white);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-2 {
  color: var(--_cores---white);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-container {
  z-index: 99;
  width: 100%;
  max-width: 1400px;
  padding: 120px 40px;
  position: static;
}

.section-container.equipe {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-container.estrutura {
  padding-top: 40px;
}

.section-container.sobre {
  padding-top: 64px;
  padding-bottom: 64px;
}

.estrutura-section {
  grid-column-gap: var(--_espaçamentos---24);
  grid-row-gap: var(--_espaçamentos---24);
  flex-flow: column;
  display: flex;
}

.image-card {
  width: 100%;
}

._01-header {
  background-image: url('../images/hero-pattern.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 90vh;
}

.heading {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

.heading-2 {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.heading-3 {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.heading-4 {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.heading-5 {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.heading-6 {
  font-family: Metropolis, Arial, sans-serif;
  line-height: 150%;
}

.paragraph {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.list-item, .list-item-2, .list-item-3, .paragraph-2, .paragraph-3, .paragraph-4, .italic-text, .paragraph-5, .paragraph-6 {
  font-family: Metropolis, Arial, sans-serif;
}

.styleguide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.styleguide.dark {
  background-color: var(--_cores---primary--700);
  color: var(--_cores---white);
}

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

.section-title.white {
  color: var(--_cores---white);
}

.section-title.white:hover {
  color: var(--_cores---neutral--100);
}

.section-title.white.small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 640px;
}

.section-title.white.small:hover {
  color: var(--_cores---white);
}

.section-title.blue {
  color: var(--_cores---primary--600);
  text-align: left;
  max-width: 820px;
  display: block;
}

.section-title.blue.centered {
  text-align: center;
}

.section-title.numbers {
  flex-flow: row;
  width: 100%;
  max-width: 320px;
  display: block;
}

.card-description {
  color: var(--_cores---white);
  margin-top: 0;
  margin-bottom: 0;
}

.card-description.white, .card-description.white:hover {
  color: var(--_cores---white);
}

.cards-container {
  max-width: 1016px;
  padding: 120px 40px;
}

.description-cards-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1016px;
  text-decoration: none;
  display: flex;
}

.frame-48095444 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description-card {
  grid-row-gap: 10px;
  background-color: var(--_cores---neutral--400);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 360px;
  padding: 0;
  display: flex;
}

.description-card._01 {
  padding: 0;
}

.description-card._02 {
  background-color: #104c7a;
  width: 55%;
  padding: 0;
}

.description-card._03 {
  background-color: #316085;
  width: 65%;
  padding: 0;
}

.description-card._04 {
  background-color: #fe8f2f;
  width: 100%;
  padding: 0;
}

.description-card.blue {
  background-color: var(--_cores---primary--600);
}

.container-card-block {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  background-color: var(--_cores---transparente);
  border-radius: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.icon._01 {
  padding-left: 16px;
}

.icon._02 {
  background-color: #0c3a5d;
}

.icon._03 {
  background-color: #254965;
}

.icon._04 {
  background-color: #c16d24;
}

.icon.alternate {
  background-color: var(--_cores---transparente);
}

.icon-img {
  object-fit: cover;
  width: 32px;
  height: 32px;
}

.text-description-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-2 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-style-2 {
  grid-row-gap: 10px;
  background-color: #104c7a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 364px;
  height: 348px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.icon-01 {
  grid-column-gap: 10px;
  background-color: #0c3a5d;
  border-radius: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.frame-2147223116 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1016px;
  text-decoration: none;
  display: flex;
}

.section-style-3 {
  grid-row-gap: 10px;
  background-color: #316085;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 364px;
  height: 347px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-2147223117 {
  grid-column-gap: 10px;
  background-color: #254965;
  border-radius: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.section-style-4 {
  grid-row-gap: 10px;
  background-color: #fe8f2f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 348px;
  padding: 32px;
  display: flex;
}

.frame-2147223118 {
  grid-column-gap: 10px;
  background-color: #c16d24;
  border-radius: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.atuacao-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.card-title {
  color: var(--_cores---white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-container {
  background-color: var(--_cores---neutral--100);
  max-width: 100%;
  display: flex;
}

.div-block {
  width: 40%;
}

.big-numbers-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_cores---primary--500);
  color: var(--_cores---white);
  background-image: url('../images/bg-stats.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.testimonials-container {
  background-color: var(--_cores---neutral--100);
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: auto;
  padding: 64px;
  display: flex;
}

.frame-2147223063 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 497px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.big-number-group {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.big-number {
  flex-direction: column;
  width: 50%;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-6 {
  color: #fafafa;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147223060 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.de-pelotas-para-o-brasil-0 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.de-pelotas-para-o-brasil-1 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.slider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_cores---neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

._05-sobre {
  grid-row-gap: 80px;
  background-color: #013863;
  border-top-right-radius: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vector {
  z-index: 1;
  border: undefinedpx undefined undefined;
  object-fit: cover;
  position: absolute;
  top: 301px;
  left: 0;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.image {
  z-index: 99;
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #ff9201;
  width: 100%;
  height: 100%;
  position: static;
}

.content-style {
  grid-row-gap: 32px;
  color: var(--_cores---white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.component-1 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.button-style {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.arrows-diagramsarrow {
  object-fit: cover;
}

.heading-0 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.heading-1 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-description-sobre {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_cores---white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._08-contato {
  background-image: linear-gradient(180deg, var(--_cores---neutral--200), white 25%);
  padding-bottom: 0;
  text-decoration: none;
  overflow: hidden;
}

.background-pattern {
  opacity: .6;
  position: absolute;
  top: 120px;
  left: 120px;
  overflow: hidden;
}

.content-style-3 {
  object-fit: cover;
}

.frame-2147223119 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.map-container {
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  height: 418px;
  min-height: 418px;
  text-decoration: none;
}

.styleprimary-smalltrue-alternatefalse-icon-positionno-icon {
  grid-column-gap: 8px;
  background-color: #fafafa;
  border-radius: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: -1px 1px 23.1px #0000001f;
}

.button-style-2 {
  color: #01223b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.contato-text-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 591px;
  text-decoration: none;
  display: flex;
}

.title-style {
  color: #013863;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.subtitle {
  color: var(--_cores---neutral--300);
  letter-spacing: -.01em;
  width: 100%;
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1171274975 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-row {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 381px;
  text-decoration: none;
  display: flex;
}

.contact-container {
  grid-column-gap: 8px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  grid-column-gap: 10px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.icon-envelope {
  object-fit: cover;
  overflow: hidden;
}

.contact-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_cores---primary--500);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #013863;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.link-style {
  color: #5b667c;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-5 {
  grid-column-gap: 8px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 73px;
  text-decoration: none;
  display: flex;
}

.contact-info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 588px;
}

.title-0 {
  color: #013863;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.title-1 {
  color: #013863;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.header-text {
  flex-flow: column;
  display: flex;
}

.map {
  flex: 0 auto;
  align-self: stretch;
  height: 100%;
}

._09-footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.footer-container {
  grid-row-gap: 10px;
  color: var(--_cores---white);
  background-image: linear-gradient(#000305a3, #000305a3), url('../images/Lena-Advocacia_OUT22_ALN_3807.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 435.088px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.logo-circular {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 132.999px;
  height: 121.088px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-2147223090 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-7 {
  grid-column-gap: 33px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-facebook {
  object-fit: cover;
  overflow: hidden;
}

.footer-credits {
  grid-row-gap: 40px;
  color: var(--_cores---white);
  background-color: #013863;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layer_1-2-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 35.9894px;
  text-decoration: none;
  display: flex;
}

.credits-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2024-relume-all-rights-reserved {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
}

.escolha-seus-advogados-com-segurana-0 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.escolha-seus-advogados-com-segurana-1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.escolha-seus-advogados-com-segurana-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.white {
  color: var(--_cores---white);
}

.white:hover {
  color: var(--_cores---primary--300);
}

.credits-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.frame-2147223110 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-primary {
  grid-column-gap: var(--_espaçamentos---8);
  grid-row-gap: var(--_espaçamentos---8);
  background-color: var(--_cores---secondary--200);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  background-color: #dd7804;
}

.button-primary.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-primary.header.menu {
  display: none;
}

.button-style-3 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.button-icon {
  object-fit: cover;
}

.button-text {
  color: var(--_cores---white);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
}

.button {
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-secondary {
  grid-column-gap: var(--_espaçamentos---8);
  grid-row-gap: var(--_espaçamentos---8);
  border: 2px solid var(--_cores---white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--_cores---primary--600);
}

.image-container {
  width: 100%;
  height: 100%;
}

.paragraph-7, .gray {
  color: var(--_cores---neutral--400);
}

.logo-bg {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gallery {
  height: auto;
}

.gallery-image {
  border-radius: var(--_espaçamentos---16);
  width: 600px;
  height: 600px;
}

.estrutura-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slider-2 {
  background-color: #131313;
  width: 100%;
  height: auto;
  transform: translate(0, -50%);
}

.mask {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide {
  text-align: center;
  cursor: grab;
  width: 100%;
  padding-top: 40px;
  position: static;
}

.img {
  display: inline-block;
}

.left-arrow {
  background-image: linear-gradient(to right, #000, #0000);
  width: 25%;
}

.right-arrow {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 25%;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

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

.swiper-button {
  background-color: #36e1bc80;
  border: 1px solid #36e1bc;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.swiper-button:hover {
  background-color: #36e1bc;
}

.swiper-button.swiper-btn-prev-1, .swiper-button.swiper-btn-next-1 {
  cursor: pointer;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.content-home-blog-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.blog-slider-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-arrrows-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.home-blog-slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.swiper-navigation-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding.section-padding-medium {
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.swiper-slide {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33.3333%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.is-swiper-portfolio {
  height: 100%;
  overflow: visible;
}

.swiper-btn-icon {
  color: #195675;
}

.white-link {
  color: var(--_cores---white);
}

.white-link:hover {
  color: var(--_cores---primary--300);
}

.white-link.w--current {
  color: var(--_cores---secondary--200);
}

.testimonial15_slide-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial15_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card-slide {
  width: 32%;
  margin-right: 2%;
  position: static;
}

.card-slide.big {
  width: 49%;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial15_client-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.slider-arrow {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  border-style: none;
  margin-top: -80px;
  margin-right: 0;
  inset: 0 0% auto auto;
}

.slider-arrow.is-bottom-previous {
  border-style: none;
  margin-top: -80px;
  margin-right: 0;
  inset: 0 4rem auto auto;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.slider-mask {
  width: 100%;
}

.equipe-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.testimonial15_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_logo {
  max-height: 3rem;
}

.testimonial15_divider {
  background-color: #000;
  align-self: stretch;
  width: 1px;
}

.testimonial15_rating-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial15_client-image-wrapper {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.estrutura-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.card-item {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-inage {
  object-fit: fill;
  border-radius: 16px;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: clip;
}

.card-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.frame-1171274970 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #013863;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.title-style-3 {
  color: #5b667c;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blue {
  color: var(--_cores---primary--700);
  text-align: left;
  width: 100%;
}

.div-block-2 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.flex-block {
  width: auto;
  position: absolute;
}

.bg-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-animation {
  width: 740px;
}

.hero {
  color: var(--_cores---neutral--100);
  width: 500px;
  height: auto;
  font-size: 64px;
}

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

.hero-container {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  padding: 120px 40px;
  display: flex;
  position: static;
}

.navbar {
  background-color: var(--_cores---primary--600);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: fixed;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.mask-2 {
  width: 100%;
}

.slide-nav-2 {
  align-items: flex-end;
  margin-top: -80px;
  margin-left: 0;
  position: absolute;
  inset: 80px auto auto 0%;
}

.left-arrow-2 {
  display: none;
  position: static;
}

.avatar {
  background-color: var(--_cores---neutral--200);
  background-image: url('../images/testimonial-2.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 26px;
  height: 26px;
}

.avatar-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.autor-testimonial {
  color: var(--_cores---neutral--300);
  font-family: Metropolis, Arial, sans-serif;
}

.testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.right-arrow-2, .icon-2, .icon-3 {
  display: none;
}

.logo-dark {
  display: block;
}

.dark {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
}

.logos {
  position: relative;
}

.image-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-card {
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  position: relative;
  inset: 0% 0% auto auto;
}

.bg {
  width: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.icons-cards {
  margin-left: -40px;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-8 {
  text-align: center;
  width: 100%;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  display: flex;
}

.spacer-menu {
  display: none;
}

.avatar-image {
  width: 40px;
}

.medium-text {
  color: var(--_cores---white);
}

.title-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.big-numbers {
  color: var(--_cores---secondary--200);
  font-family: Metropolis, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

._01-video {
  background-color: var(--_cores---primary--700);
  display: none;
}

.frame-1171274944 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171274946 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.container-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.frame-1171274945 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.small {
  color: #3e175a;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.small.white {
  color: #fff;
}

.small.white.bold {
  font-weight: 600;
}

.toggle-bottom {
  background-color: var(--_cores---neutral--400);
  border-radius: 8rem;
  width: 50%;
  height: 100%;
  position: absolute;
}

.monthly-button {
  z-index: 2;
  color: var(--_cores---primary--600);
  text-align: center;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-family: Metropolis, Arial, sans-serif;
  display: flex;
  position: relative;
}

.monthly-button.monthly {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  height: auto;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.donation-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.toggle-switch {
  background-color: var(--_cores---neutral--200);
  border: 2px #000;
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.pricing-table-yearlyy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #e5589c;
  border-radius: 46px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

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

.button-2:active {
  background-color: #db207a;
}

.button-2:focus {
  outline-offset: 0px;
  outline: 2px solid #e73c8e66;
}

.button-2.big {
  padding: 16px 28px;
}

.data {
  grid-row-gap: 24px;
  background-color: #f1f4f9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.pricing-table-monthly {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.button-big {
  color: #fff;
  background-color: #e5589c;
  border-radius: 100px;
  padding: 16px 28px;
}

.button-big:hover {
  color: #fff;
  background-color: #e73c8e;
}

.button-big:active {
  background-color: #db207a;
}

.button-big:focus {
  outline-offset: 0px;
  background-color: #e5589c;
  border: 2px #e73c8e66;
  outline: 2px solid #e73c8e66;
}

.yearly-button {
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-family: Metropolis, Arial, sans-serif;
  display: flex;
  position: relative;
}

.yearly-button.yearly {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  align-items: center;
  height: auto;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.whatsapp-link_wrap {
  z-index: 99999;
  border-radius: 50%;
  position: fixed;
  inset: auto 5rem 5rem auto;
  overflow: hidden;
  box-shadow: 0 8px 12px #0000001a;
}

@media screen and (min-width: 1920px) {
  ._2-column {
    display: flex;
  }

  .description-card {
    height: 360px;
  }

  .container-card-block {
    grid-row-gap: 24px;
  }

  .icon {
    padding: 8px 16px;
  }

  .icon._01 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-img {
    width: 32px;
    height: 32px;
  }

  .card-title {
    font-family: Metropolis, Arial, sans-serif;
    font-size: 24px;
  }

  .icons-cards {
    width: 50%;
  }

  .container-large-2 {
    text-align: left;
  }

  .pricing-table-monthly {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 64px 24px;
  }

  .section-container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title.white {
    text-align: center;
  }

  .section-title.numbers {
    max-width: none;
  }

  .description-card {
    width: 320px;
  }

  .testimonial-container {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
  }

  .big-numbers-container {
    align-self: stretch;
    padding: 40px;
  }

  .testimonials-container {
    width: 100%;
    padding: 40px;
  }

  .big-number-group {
    max-width: none;
  }

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

  .button-primary.header {
    display: none;
  }

  .button-primary.header.menu {
    border-radius: 100px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 16px 32px;
    font-size: 24px;
    display: flex;
  }

  .gallery {
    padding-top: 80px;
  }

  .gallery.estrutura {
    padding-top: 0;
  }

  .slide {
    padding-top: 64px;
  }

  .swiper-button:hover {
    background-color: #36e1bc80;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .content-home-blog-slider, .blog-slider-wrapper {
    width: 100%;
  }

  .padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding.section-padding-medium {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .white-link.menu {
    padding: 24px 0;
    font-size: 24px;
  }

  .testimonial15_slide-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-slide {
    width: 50%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-inage {
    width: auto;
    height: auto;
  }

  .blue {
    font-size: 24px;
  }

  .hero {
    font-size: 52px;
  }

  .hero-container {
    height: 100%;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--_cores---primary--600);
    padding: 40px;
    inset: 0%;
  }

  .menu-container {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    display: flex;
  }

  .mask-2 {
    flex: 0 auto;
    height: auto;
  }

  .testimonial {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dark {
    display: none;
  }

  .dark.w--current {
    width: auto;
  }

  .logos {
    min-width: 180px;
  }

  .icons-cards {
    display: none;
  }

  .icon-4 {
    color: var(--_cores---neutral--100);
  }

  .spacer-menu {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--_cores---primary--600);
    color: var(--_cores---secondary--200);
  }

  .title-container.areas {
    margin-left: 24px;
    margin-right: 24px;
  }

  .frame-1171274946 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .pricing-table-yearlyy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .pricing-table-monthly {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 24px;
    display: none;
  }

  .cards {
    box-sizing: content-box;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  ._2-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  ._2-column._40px {
    grid-row-gap: 40px;
  }

  ._2-column.numbers {
    flex-flow: row;
  }

  .section-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-container.full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._01-header {
    background-size: cover;
  }

  .section-title.white {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .section-title.white.small {
    text-align: left;
    max-width: 100%;
  }

  .cards-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .description-cards-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 488px;
    max-width: 100%;
  }

  .description-card {
    grid-row-gap: 0px;
    margin-right: 24px;
  }

  .description-card._02, .description-card._03 {
    width: 100%;
  }

  .description-card.blue {
    margin-right: 24px;
  }

  .card-title {
    line-height: 28px;
  }

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

  .big-numbers-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 64px 40px;
    display: flex;
  }

  .testimonials-container {
    width: 100%;
    height: 500px;
    padding: 64px 40px;
  }

  .big-number-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    max-width: 100%;
  }

  .slider {
    height: auto;
  }

  .image {
    max-width: 64%;
  }

  ._08-contato {
    background-size: auto;
  }

  .contato-text-container {
    order: -1;
  }

  .contact-row {
    grid-column-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }

  .contact-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .credits-container {
    justify-content: center;
  }

  .button-primary {
    font-size: 18px;
  }

  .button-primary.header.menu {
    justify-content: center;
    align-items: center;
    font-size: 32px;
  }

  .button-secondary {
    font-size: 18px;
  }

  .image-container {
    text-align: center;
  }

  .gray {
    font-size: 16px;
  }

  .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .content-home-blog-slider {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .blog-slider-wrapper {
    width: 100%;
  }

  .padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding.section-padding-medium {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .white-link.menu {
    font-size: 32px;
  }

  .testimonial15_slide-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-slide.big {
    width: 100%;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .equipe-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blue {
    font-size: 28px;
  }

  .header-animation {
    width: 100%;
  }

  .hero {
    width: 100%;
    font-size: 52px;
  }

  .hero-container {
    flex-flow: column;
    padding: 40px 24px;
  }

  .slide-nav-2 {
    height: 40px;
  }

  .icons-cards {
    display: block;
  }

  .paragraph-8 {
    text-align: left;
  }

  .link {
    font-size: 18px;
  }

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

  .title-container.areas {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-large-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .monthly-button {
    width: 100%;
  }

  .toggle-switch {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .pricing-table-yearlyy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 24px;
    padding-right: 0;
  }

  .pricing-table-monthly {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 24px;
    display: none;
  }

  .yearly-button {
    width: 100%;
  }

  .cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .toggl-container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .whatsapp-link_wrap {
    bottom: 2rem;
    right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  ._2-column._40px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._2-column.numbers {
    flex-flow: column;
  }

  .section-container {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title, .section-title.white {
    font-size: 32px;
  }

  .section-title.white.small {
    text-align: left;
  }

  .section-title.blue {
    font-size: 32px;
  }

  .cards-container {
    padding: 32px 24px;
  }

  .description-card {
    width: 280px;
    height: 380px;
    margin-right: 24px;
  }

  .description-card.blue {
    height: 380px;
  }

  .container-card-block {
    grid-row-gap: 16px;
    padding: 24px;
  }

  .card-title {
    font-size: 28px;
  }

  .big-numbers-container {
    padding: 40px 24px;
  }

  .testimonials-container {
    height: 380px;
    padding: 40px 24px;
  }

  .big-number-group {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image {
    max-width: 80%;
  }

  .contact-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .contact-icon {
    padding: 0;
  }

  .contact-info {
    text-align: center;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary.header.menu {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .button-text {
    font-size: 18px;
  }

  .gray {
    text-align: left;
  }

  .gallery {
    height: auto;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .gallery.estrutura {
    margin-top: -80px;
  }

  .estrutura-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding.section-padding-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .swiper.is-swiper-portfolio {
    overflow: visible;
  }

  .white-link.menu {
    font-size: 20px;
  }

  .testimonial15_slide-content {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-slide {
    width: 100%;
    margin-right: 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow.is-bottom-next {
    margin-right: 0;
  }

  .slider-arrow.is-bottom-previous {
    margin-right: 0;
    top: auto;
  }

  .equipe-slider {
    top: 80px;
  }

  .testimonial15_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-item {
    height: auto;
  }

  .card-inage {
    width: auto;
    height: auto;
    overflow: clip;
  }

  .blue {
    height: auto;
    font-size: 18px;
    line-height: 115%;
  }

  .hero {
    font-size: 40px;
  }

  .hero-container {
    height: 100%;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    padding: 24px;
  }

  .menu-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .autor-testimonial {
    text-align: left;
  }

  .logos {
    min-width: 140px;
  }

  .icons-cards {
    display: none;
  }

  .paragraph-8 {
    text-align: left;
  }

  .spacer-menu {
    padding-bottom: 0;
    padding-right: 0;
  }

  .link {
    font-size: 16px;
  }

  .monthly-button.monthly.mobile {
    font-size: .8rem;
  }

  .toggle-switch {
    width: 100%;
  }

  .pricing-table-yearlyy {
    padding-left: 24px;
  }

  .pricing-table-monthly {
    padding-left: 24px;
    display: none;
  }

  .yearly-button.yearly {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .yearly-button.yearly.mobile {
    font-size: .8rem;
  }

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

  .whatsapp-link_wrap {
    bottom: 1rem;
    right: 1rem;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}