:root {
  --dark-slate-grey: #162b25;
  --dark-slate-grey-2: #a4a6a6;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-black: black;
  --spark-library-light-steel-purple: #19813f;
  --spark-library-foreground-interactive: #19813f;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --spark-library-white: white;
  --spark-library-border-default: rgba(0, 0, 0, .16);
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-foreground-tertiary: rgba(0, 0, 0, .56);
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #19813f;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #19813f;
  --untitled-ui-primary100: #cbcbcb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-primary50: #f9f5ff;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
align-self: center;
}

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

.perguntas-frequentes {
  text-align: center;
}

#botaoFixo {
  position: fixed;
  bottom: 10px; /* Distância do fundo da janela de visualização */
  left: 10px; /* Distância da borda esquerda da janela de visualização */
  color: #fff; /* Cor do texto do botão */
  padding: 10px 20px; /* Espaçamento interno do botão */
  border: none; /* Remover a borda do botão */
  border-radius: 5px; /* Cantos arredondados */
  cursor: pointer; /* Cursor do mouse ao passar sobre o botão */
  z-index: 9999;
}

#btnWpp {
  position: fixed;
  bottom: 10px; /* Distância do fundo da janela de visualização */
  left: 93%; /* Distância da borda esquerda da janela de visualização */
  color: #fff; /* Cor do texto do botão */
  padding: 10px 20px; /* Espaçamento interno do botão */
  border: none; /* Remover a borda do botão */
  border-radius: 5px; /* Cantos arredondados */
  cursor: pointer; /* Cursor do mouse ao passar sobre o botão */
  z-index: 9999;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.header-nav-list-item.left.idiomas {
  margin-top: 3px;
  display: block;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cabe-alho {
  background-color: rgba(238, 246, 238, 0);
  border-top: 0 solid #dcddeb;
  border-bottom: 1px solid #8b9592;
  align-items: flex-start;
  display: block;
}

.cabe-alho.contato {
  color: rgba(247, 246, 244, 0);
  background-color: #eef6ee;
  border-radius: 0;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-right: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-middle {
  margin-right: 27px;
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.header-nav-link {
  color: #162c26;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.header-nav-link:hover {
  color: #19813f;
}

.header-nav-link.w--current {
  color: #162c26;
}

.header-nav-link.service {
  padding-right: 25px;
  font-size: .8rem;
}

.header-nav-link.service.w--current {
  color: #162c26;
}

.header-nav-link.blog {
  margin-right: 24px;
  font-size: .8rem;
}

.header-wrapper {
  width: auto;
  background-color: #eef6ee;
  border-bottom: 0 solid red;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-content-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default {
  max-width: 1068px;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}

.header-logo {
  width: auto;
  max-width: 140px;
  margin-right: 0;
}

.div-block {
  width: auto;
  height: auto;
  display: flex;
}

.link-block {
  width: 20px;
  height: auto;
  margin-right: 6px;
}

.link-block-2 {
  width: 10px;
  height: 100%;
}

.header-nav-list-item-copy {
  margin-bottom: 0;
  margin-right: 14px;
  padding-left: 32px;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 32px;
}

.heading {
  color: #c28c5d;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.hero-split {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-2 {
  color: #c28c5d;
}

.text-span {
  max-width: 100%;
  color: #fff;
  font-size: 33px;
  line-height: 38px;
}

.hero-wrapper {
  height: 600px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #19813f;
  border-bottom: 0 solid #f70;
  border-radius: 19px;
  margin-bottom: 10px;
  padding: 6px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0a642b;
}

.button-primary:active {
  background-color: #c28c5d;
}

.margin-bottom-24px {
  width: 100%;
  color: #dadada;
  text-align: justify;
  border-left: 0 solid #c28c5d;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: flex;
}

.text-block-2 {
  color: #f8f8f8;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.container {
  width: 100%;
  height: 550px;
  max-height: 600px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.servi-oss {
  justify-content: center;
}

.hero-heading-right {
  width: 100%;
  max-height: 750px;
  background-color: #162b25;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
}

.italic-text {
  max-width: 75%;
  color: #fff;
  text-align: justify;
  justify-content: center;
  margin-top: 20px;
  font-size: 17px;
  font-style: normal;
  display: flex;
}

.contato {
  color: #fff;
  background-color: #19813f;
  border-radius: 20px;
  padding: 4px 12px;
}

.contato:hover {
  color: #4a3aff;
}

.heading-2 {
  color: #152b25;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-3 {
  width: 10px;
  height: 100%;
  background-color: #e8a444;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-2 {
  width: 10px;
  height: 100%;
  background-color: #e88800;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.container-13 {
  width: 1100px;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-link-arrow-quemsomos {
  width: 130px;
  height: 33px;
  color: #1a1b1f;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-quemsomos:hover {
  background-color: #c28c5d;
}

.margin-bottom-24px-2 {
  color: #152b25;
  text-align: justify;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 19px;
}

.div-block-4 {
  width: 10px;
  height: 100%;
  background-color: #e8cca4;
}

.hero-heading-left-copy {
  background-color: #eef3f2;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.hero-split-2-copy-copy {
  max-width: 43%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-quem-somos-blocos {
  width: 100%;
  height: 10px;
  justify-content: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.pricing-grid {
  z-index: 999;
  width: 1068px;
  height: 260px;
  max-height: none;
  max-width: 1068px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(238, 243, 242, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -86px;
  margin-bottom: 9px;
  display: grid;
  position: relative;
}

.pricing-card-three {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 20px -8px rgba(0, 0, 0, .2);
}

.pricing-image {
  width: 70px;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
  padding-top: 15px;
}

.heading-6 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.heading-4, .heading-5 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.features-table {
  background-color: #f7f6f4;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.container-14 {
  width: 1068px;
  max-width: 1068px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  color: #152b25;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.centered-subheading {
  max-width: 100%;
  color: #152b25;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.centered-subheading.home-associadas {
  text-align: center;
  font-size: 16px;
}

.comparison-table {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.comparison-row-main {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(238, 243, 242, 0);
  border-bottom: 0 solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comparison-title {
  color: #152b25;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  width: auto;
  color: #152b25;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

._11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.div-block-5 {
  width: 45%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-stack {
  background-color: #c9e8d4;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 160px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #152b25;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 33%;
  margin-top: 0;
  margin-bottom: 91px;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #19813f;
  border-bottom: 0 solid #f70;
  border-radius: 19px;
  margin-top: 20px;
  padding: 6px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #c28c5d;
}

.button-3:active {
  background-color: #c28c5d;
}

.body {
  background-color: #f7f6f4;
}

.team-circles {
  max-height: none;
  background-color: #f7f6f4;
  border-bottom: 1px #e4ebf3;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 1068px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.box {
  background-color: #fff;
  border-radius: .625rem;
  justify-content: flex-start;
  margin-top: 0;
  padding: 0 0 0 70px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first {
  width: 117px;
  height: 150px;
  box-shadow: none;
  background-color: rgba(238, 236, 234, 0);
  border-style: none;
  flex-direction: column;
  flex: none;
  padding: 0;
}

.swiper-icon {
  width: 65px;
  height: 82px;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-block-3 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.hero-subscribe-left {
  background-color: #eff5f4;
  background-image: url('../images/Put-Your-Design-Here.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px 40px;
  display: none;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-form {
  margin-bottom: 12px;
}

.container-do-botao {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.botao {
  width: 110px;
  height: 28px;
  color: #1a1b1f;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.botao:hover {
  background-color: #c28c5d;
}

.botao-acessar-tradutor {
  width: 200px;
  height: 31px;
  color: #1a1b1f;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.botao-acessar-tradutor:hover {
  background-color: #c28c5d;
}

.image {
  width: 25px;
}

.text-block-4, .text-block-5, .text-block-6 {
  margin-left: 10px;
}

.team-slider {
  width: 100%;
  background-color: #f7f6f4;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.team-member-text {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-6 {
  width: 10px;
  height: 100%;
  background-color: #e88800;
}

.centered-heading-3 {
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.team-member-name-two {
  color: #000;
  text-align: left;
  border-left: 3px solid #19813f;
  margin-bottom: 12px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-7 {
  width: 100%;
  height: 10px;
  justify-content: center;
  margin-bottom: 8px;
  display: flex;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.text-link-arrow-2 {
  width: 110px;
  height: 28px;
  color: #1a1b1f;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-2:hover {
  background-color: #0a642b;
}

.div-block-8 {
  width: 10px;
  height: 100%;
  background-color: #e8cca4;
}

.team-slider-arrow {
  display: block;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
  min-height: 440px;
}

.team-slider-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  height: auto;
  margin-right: 5%;
  box-shadow: 0 5px 17px rgba(0, 0, 0, .2);
}

.linkedin {
  width: 30px;
  margin-left: 6px;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.container-18 {
  width: 950px;
  max-width: 950px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  height: auto;
}

.image-3 {
  width: 50px;
}

.image-3.discover {
  margin-right: 6px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.image-4 {
  width: 50px;
}

.youtube {
  width: 30px;
  margin-left: 6px;
}

.footer-divider {
  width: 950px;
  height: 1px;
  max-width: 950px;
  background-color: #8b9592;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-link {
  margin-left: 0;
}

.footer-copyright-center {
  color: rgba(243, 244, 247, .5);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.face {
  width: 30px;
  margin-left: 6px;
}

.image-5 {
  width: 170px;
  margin-right: 0;
}

.image-6 {
  width: 50px;
}

.image-6.maestro {
  margin-left: 6px;
  margin-right: 6px;
}

.image-2 {
  width: 100px;
}

.footer-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0b8864;
}

.footer-dark {
  z-index: 99999;
  width: 100%;
  background-color: #162b25;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  width: 950px;
  max-width: 950px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  max-height: 250px;
  background-color: #f7f6f4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-nav-link-copy {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy:hover {
  color: #4a3aff;
}

.image-7 {
  width: 9px;
}

.image-8 {
  width: 18px;
  margin-right: 0;
}

.contato-copy {
  color: #fff;
  background-color: #19813f;
  border-radius: 20px;
  padding: 6px 15px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 25px;
}

.contato-copy:hover {
  color: #fff;
  background-color: #0a642b;
}

.contato-copy.w--current {
  color: #e0e0e0;
}

.text-block-7 {
  color: #000;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.pricing-image-copy, .a5 {
  width: 70px;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
  padding-top: 15px;
}

.image-9 {
  width: 45%;
  height: auto;
}

.image-10 {
  width: 17px;
  height: 17px;
}

.comparison-row-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image-11 {
  width: 17px;
  height: 17px;
}

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

.image-12 {
  width: 17px;
  height: 17px;
}

.column-2 {
  flex-direction: column;
  display: flex;
}

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

.comparison-positive-copy {
  width: 300px;
  color: #000;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.div-block-9-copy {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  display: flex;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.image-13 {
  margin-left: 5px;
}

.image-14 {
  margin-right: 5px;
}

.slider {
  width: 950px;
  height: 180px;
  background-color: rgba(221, 221, 221, 0);
  align-items: stretch;
  display: flex;
}

.slide {
  width: auto;
  height: auto;
}

.mask {
  width: 100%;
  height: 150px;
}

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

.heading-7 {
  color: #152b25;
  font-family: Montserrat, sans-serif;
}

.image-15, .image-16 {
  width: 20px;
}

.navslideblock {
  color: red;
  background-color: rgba(173, 0, 0, 0);
  border: 0 solid rgba(173, 0, 0, 0);
}

.fran-a {
  width: 85px;
  height: 96px;
}

.japao {
  width: 83px;
  height: 88px;
  margin-top: 8px;
}

.holanda {
  width: 80px;
  height: 90px;
}

.alemanha {
  width: 80px;
  height: 93px;
}

.espanha {
  width: 80px;
  height: 95px;
}

.italia, .arabe {
  width: 85px;
  height: 94px;
}

.imagens-do-servi-o {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-17 {
  width: 80px;
  margin-bottom: 5px;
}

.image-17.seta-5, .image-17.seta-6 {
  margin-bottom: 10px;
}

.image-17.seta-8 {
  margin-bottom: 10px;
  margin-right: 0;
}

.image-17.seta-7 {
  margin-bottom: 10px;
}

.text-block-8 {
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-17 {
  height: 350px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-18 {
  height: 350px;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
  display: flex;
}

.image-18 {
  width: 80px;
}

.image-18.seta-1, .image-18.seta-2, .image-18.seta-3 {
  margin-bottom: 10px;
}

.image-18.seta-4 {
  margin-bottom: 5px;
}

.text-block-8-copy {
  color: #2d2d2d;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-8-copy.a {
  font-size: 18px;
}

.text-block-8-copy {
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

._2s2 {
  color: #2d2d2d;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.zzz {
  color: #2d2d2d;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.zyzyzy {
  width: 100%;
  color: #2d2d2d;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.xyxyxyx {
  width: 80%;
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ciciciccic {
  width: 100%;
  color: #152b25;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.vivivviviv {
  width: 100%;
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bibibbibib {
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-1 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.div-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  margin-left: 50px;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
  display: flex;
}

.div-block-23 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.heading-8 {
  color: #152b25;
  font-family: Montserrat, sans-serif;
}

.container-sss {
  width: 1100px;
  height: 550px;
  max-height: 600px;
  max-width: 1100px;
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mask-2 {
  width: 1050px;
  height: 490px;
}

.slide-2 {
  width: auto;
}

.footer-social-link-copy, .cccccccccccccccc {
  margin-left: 0;
}

.header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.container-99 {
  width: 100%;
  height: 550px;
  max-height: 600px;
  max-width: 940px;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.herro-99-quem-somos {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.split-99-quem-somos {
  height: auto;
  max-width: 60%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-copy {
  color: #c28c5d;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.heading-copy.quem-somos, .heading-copy.idiomas, .heading-copy.idiomas-copy {
  justify-content: center;
  display: flex;
}

.margin-bottom-24px-copy {
  width: 100%;
  color: #dadada;
  text-align: justify;
  border-left: 0 solid #c28c5d;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: flex;
}

.margin-bottom-24px-copy.quem-somos {
  justify-content: center;
}

.section-2 {
  width: 100%;
  background-color: #f7f6f4;
  justify-content: center;
  align-self: center;
  padding: 60px 30px;
  display: flex;
}

.text-block-9 {
  color: #162c26;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-heading-right-copy {
  width: 100%;
  max-height: 750px;
  background-color: rgba(238, 246, 238, 0);
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.paragraph-detials-medium {
  color: rgba(22, 43, 37, .9);
  text-align: left;
  justify-content: center;
  align-self: auto;
  margin-bottom: 24px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.blog-content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f6f4;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #f7f6f4;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: none;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

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

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.heading-h2 {
  color: #000;
  margin-top: 0;
  margin-left: 10px;
}

.header-nav-link-tradutor {
  width: auto;
  color: #162c26;
  text-align: center;
  margin-left: -10px;
  margin-right: 24px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.header-nav-link-tradutor:hover {
  color: #19813f;
}

.header-nav-link-tradutor.w--current {
  color: #162c26;
}

.header-nav-list-item-copy {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-list-item-copy.left.idiomas {
  display: none;
}

.header-nav-list-item-copy {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-list-item-copy.left.idiomas {
  display: block;
}

.header-nav-list-item-copy.left.sobre-nos {
  margin-right: 0;
  display: block;
}

.header-nav-list-item-copy-copy {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-list-item-copy-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy-copy.left {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-list-item-copy-copy.left.idiomas {
  display: none;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---heading-h1-size {
  color: #162b25;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #f7f6f4;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #19813f;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-form-v2 {
  min-height: 620px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 50px 78px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---input-label {
  color: #162b25;
  -webkit-text-stroke-color: #462b18;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #162b25;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #0a642b;
  transform: translate3d(0, -3px, .01px);
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---input {
  width: 100%;
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #19813f;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #19813f;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---form-grid-2-columns {
  height: auto;
  grid-column-gap: 27px;
  grid-row-gap: 28px;
  grid-template: ". ."
                 "Area Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px {
  margin-bottom: 0;
}

.brix---big-icon-left {
  color: #e88800;
  border-radius: 16px;
  margin-right: 16px;
}

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

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---subtitle {
  color: #000;
  letter-spacing: .15em;
  -webkit-text-stroke-color: #f80;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.brix---paragraph-default {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.brix---container-default {
  max-width: 1068px;
  background-color: #f7f6f4;
  padding: 0 0 60px;
  font-family: Montserrat, sans-serif;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.contato-copy-copy {
  color: #fff;
  background-color: #19813f;
  border-radius: 20px;
  padding: 6px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.contato-copy-copy:hover {
  color: #4a3aff;
}

.contato-copy-copy.pagina-contato {
  display: block;
}

.contato-copy-copy.pagina-contato:hover {
  color: #fff;
  background-color: #146832;
}

.section-do-cabe-alho {
  width: 100%;
}

.header-nav-list-item-copy-copy {
  margin-bottom: 0;
  margin-right: 14px;
  padding-left: 0;
  display: block;
}

.header-nav-list-item-copy-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy-copy.left {
  padding-left: 0;
  padding-right: 32px;
}

.spliblog {
  max-width: 80%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spliblog.blog {
  max-width: 60%;
}

.featured-block {
  margin-top: 10px;
}

.blog-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
min-height: 250px;
}

.content-section {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  padding: 0 0% 1px;
  display: block;
}

.title-large {
  color: #162c26;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

.blog-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featured-articles {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-100 {
  width: auto;
  height: 100%;
  max-width: none;
  justify-content: center;
  align-self: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.image-20 {
  height: 15px;
  position: absolute;
}

.blog-grid {
  width: 900px;
  min-width: 900px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-image-wrap-2 {
  background-image: url('../images/imqagem-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 20px;
  overflow: hidden;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
}

.subscription {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.feature-image {
  border: .4px dashed rgba(0, 0, 0, .71);
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .16);
}

.text-field {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-small-3 {
  color: rgba(22, 44, 38, .89);
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.content-left {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.heading-h2-2 {
  color: #162c26;
  text-align: left;
  margin-top: 0;
}

.blog {
  margin-bottom: 0;
  padding-left: 0;
}

.blog.show-in-tablet {
  display: none;
}

.blog.left {
  padding-left: 0;
  padding-right: 20px;
}

.blog.left.idiomas, .blog.blogg {
  display: block;
}

.blog-item-copy {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.blog-content-copy {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.pricing-overview {
  width: 1068px;
  background-color: #f7f6f4;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-101 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  color: #152b25;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.pricing-description {
  max-width: 550px;
  color: #152b25;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 7px 7px 14px 8px rgba(0, 0, 0, .2);
}

.pricing-image-2 {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #152b25;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  height: 100%;
  margin-left: 2px;
  display: flex;
}

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

.text-block-11 {
  color: #152b25;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-9, .heading-10, .heading-11, .text-block-12, .text-block-13 {
  color: #152b25;
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  color: #152b25;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.header-nav-link-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy.blog {
  margin-right: 24px;
}

.header-nav-link-copy.service-copy {
  padding-right: 25px;
  font-size: 13px;
  display: block;
}

.header-nav-link-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy.blog {
  margin-right: 24px;
}

.servi-os-p {
  margin-bottom: 0;
  padding-left: 0;
}

.servi-os-p.show-in-tablet {
  display: none;
}

.servi-os-p.left {
  padding-left: 0;
  padding-right: 20px;
}

.servi-os-p.left.idiomas {
  display: block;
}

.servi-os-p.show-in-tablet-copy {
  display: none;
}

.hero-wrapper-copy {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-wrapper-copy.service-3 {
  justify-content: center;
}

.servicci {
  color: #c28c5d;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.servicci.quem-somos, .servicci.idiomas, .servicci.idiomas-copy {
  justify-content: center;
  display: flex;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  width: auto;
  max-width: 100%;
  margin-right: 0;
  display: block;
}

.pricing-content {
  background-color: #f5f7fa;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  color: #162b25;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  color: #162b25;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.heading-12 {
  color: #162b25;
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  color: #162b25;
  margin-right: 55px;
  font-family: Montserrat, sans-serif;
}

.div-block-24 {
  max-width: 35%;
}

.heading-14 {
  color: #162b25;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  display: flex;
}

.header-nav-link-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy.blog {
  margin-right: 24px;
}

.header-nav-link-copy.servoca {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy-copy.blog {
  margin-right: 24px;
}

.header-nav-link-copy-copy.servoca {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy-copy-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy-copy-copy.blog {
  margin-right: 24px;
}

.header-nav-link-copy-copy-copy.servoca {
  padding-right: 25px;
  font-size: 13px;
  display: none;
}

.sevicao {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.sevicao:hover {
  color: #4a3aff;
}

.sevicao.service {
  padding-right: 25px;
  font-size: 13px;
}

.sevicao.blog {
  margin-right: 24px;
}

.header-nav-list-item-copy {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-list-item-copy.left.idiomas {
  display: block;
}

.header-nav-list-item-copy.servicao-3 {
  display: none;
}

.atua-o-header {
  max-width: 60%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.atua-o-header-alto {
  margin-bottom: 0;
  padding-left: 0;
}

.atua-o-header-alto.show-in-tablet {
  display: none;
}

.atua-o-header-alto.left {
  padding-left: 0;
  padding-right: 20px;
}

.atua-o-header-alto.left.idiomas, .atua-o-header-alto.left.atua-o {
  display: block;
}

.header-nav-list-item-copy {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-list-item-copy.left.idiomas {
  display: block;
}

.header-nav-list-item-copy.atuation {
  display: none;
}

.section-atua-o {
  width: 100%;
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.text-atua-o {
  color: rgba(22, 43, 37, .83);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.image-21 {
  width: 50%;
  margin-bottom: 20px;
}

.heading-15 {
  width: 100%;
  color: #162b25;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.tradutor {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.tradutor.show-in-tablet {
  display: none;
}

.tradutor.left {
  padding-left: 0;
  padding-right: 20px;
}

.tradutor.left.idiomas {
  display: block;
}

.right-arrow {
  width: 30px;
  height: 30px;
  background-image: url('../images/Shape-copiar_1Shape copiar.png');
  background-position: 50% 97%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 142px;
  margin-right: 445px;
}

.left-arrow {
  width: 30px;
  height: 30px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Shape_1Shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin: 142px 0 0 445px;
  display: block;
  overflow: visible;
}

.image-22 {
  width: 15px;
  margin-top: -1px;
  margin-left: 0%;
}

.home-waper {
  width: 100%;
  background-color: rgba(247, 246, 244, 0);
  border-bottom: 0 red;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.home-main {
  max-height: 750px;
  background-color: #eef6ee;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
}

.cabe-alho-home {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-top: 0 solid #dcddeb;
  border-bottom: 1px solid rgba(139, 149, 146, .2);
  align-items: flex-start;
  display: block;
}

.cabe-alho-home.contato {
  background-color: #162b25;
  border-radius: 0;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 14px;
}

.div-block-26 {
  height: 100%;
  background-color: #fff;
  border-radius: 14px;
}

.div-block-27 {
  background-color: #fff;
}

.div-block-28 {
  background-color: #856464;
}

.div-block-29 {
  background-color: #886767;
}

.div-block-30 {
  background-color: #fff;
}

.div-block-31, .div-block-32, .div-block-33, .div-block-34 {
  background-color: #fff;
  border-radius: 14px;
}

.div-block-35 {
  background-color: #fdfdfd;
  border-radius: 14px;
}

.div-block-36 {
  height: 100%;
  background-color: #fff;
  border-radius: 14px;
}

.italic-text-2 {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-23 {
  margin-left: 10px;
}

.slide-2-copy, .slide-3 {
  width: auto;
}

.section-3 {
  width: 100%;
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  padding: 60px 64px;
  display: flex;
  position: static;
}

.empresas-associadas {
  color: #152b25;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  display: flex;
}

.empresas-associadas.home-associadas {
  text-align: center;
  justify-content: center;
  padding-top: 0;
  font-size: 22px;
}

.image-24 {
  width: 1100px;
  padding-bottom: 80px;
}

.div-block-37 {
  width: 1100px;
}

.section-4 {
  width: 100%;
  height: 650px;
  background-image: url('../images/background-contato-new.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-label {
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  position: absolute;
  top: -8px;
  left: 19px;
}

.form-input {
  height: 42px;
  letter-spacing: .4px;
  border: 1px solid #cbd3da;
  border-radius: 4px;
}

.form-input:focus {
  border-color: #00d6e6;
}

.form-input.textarea {
  min-height: 120px;
}

.form-input.select-tag {
  background-image: url('../images/select-tag.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.submit-button-2 {
  letter-spacing: .4px;
  background-color: #01325d;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: 400;
}

.form-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 20px -10px 10px;
  display: flex;
}

.form-head-title {
  margin-bottom: 5px;
}

.form-control {
  flex: 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.form-control.full-width {
  flex-basis: 100%;
}

.form-content {
  margin-top: 30px;
}

.form-head {
  text-align: center;
  margin-bottom: 50px;
}

.brand-name {
  margin-bottom: 20px;
}

.form-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-head-paragraph {
  color: #9b9b9b;
}

.form-block {
  height: 100%;
  background-color: #f7f7f7;
}

.div-block-38 {
  width: 500px;
  height: auto;
  background-color: #eff5f4;
  border-radius: 11px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
}

.brix---social-media-grid-right---mbp-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  display: none;
}

.brix---text-area-2 {
  min-height: 0;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---card-form-v2-2 {
  height: auto;
  min-height: 0;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 9px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---input-label-2 {
  color: #152b25;
  -webkit-text-stroke-color: #462b18;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #e88800;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #b86c00;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  width: 220px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 0 0 19px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---color-neutral-801 {
  color: #fff;
}

.form-2 {
  height: auto;
  margin-left: 0;
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #19813f;
  border-radius: 48px;
  justify-content: center;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #b86c00;
  transform: translate3d(0, -3px, .01px);
}

.form-texto {
  color: #152b25;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  display: flex;
}

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

.empresas-associadas-copy {
  color: #152b25;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  display: flex;
}

.fale-com-nossos-especialistas {
  width: 250px;
  color: #152b25;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  display: flex;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #152b25;
  font-family: Montserrat, sans-serif;
}

.div-block-40 {
  height: 10px;
}

.text-field-2 {
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 81px;
}

.text-field-3 {
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-field-4, .text-field-5 {
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
}

.form-3 {
  width: 200px;
}

.text-field-6 {
  border-radius: 9px;
}

.form-block-2, .div-block-41, .div-block-42 {
  width: auto;
}

.button-forms {
  width: 170px;
  height: 33px;
  color: #1a1b1f;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-forms:hover {
  background-color: #0a642b;
}

.columns-2 {
  width: 100px;
  align-items: flex-end;
  display: none;
}

.column-3 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 4px;
  display: flex;
}

.section-5 {
  width: auto;
  height: 450px;
  background-image: url('../images/Objeto-Inteligente-de-Vetor-copiar-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  display: flex;
}

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

.div-block-43.home-onde-estamos {
  align-items: flex-start;
  margin-left: 60%;
}

.onde-estamos {
  color: #1a813f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.onde-estamos-copy {
  color: #555;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-44 {
  height: auto;
  margin-right: 70px;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.image-25 {
  width: 30px;
}

.text-block-16 {
  color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-link-sobren-s {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.footer-link-sobren-s:hover {
  color: #e88800;
}

.idiomas {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.idiomas:hover {
  color: #e88800;
}

.blog-footer {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.blog-footer:hover {
  color: #e88800;
}

.footer-link-servi-os {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.footer-link-servi-os:hover {
  color: #e88800;
}

.footer-link-atua-ao {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.footer-link-atua-ao:hover {
  color: #e88800;
}

.section-6 {
  padding: 20px 40px;
}

.hero-wrapper-copy {
  height: 600px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.hero-split-copy {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-9999 {
  width: 100%;
  height: 550px;
  max-height: 600px;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-9999.servi-oss {
  justify-content: center;
}

.hero-wrapper-copy-copy {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-wrapper-copy-copy.service-3 {
  justify-content: center;
}

.section-3-copy {
  background-color: #eff5f4;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.split-99-quem-somos-copy {
  height: auto;
  max-width: 60%;
  background-color: rgba(12, 11, 11, .54);
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18 {
  text-decoration: none;
}

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

.body-2 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-nav-link-copy-copy {
  color: #162c26;
  background-color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.div-block-45 {
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  display: flex;
}

.div-block-46 {
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.image-26 {
  max-width: 200px;
  opacity: .6;
}

.image-26:hover {
  opacity: 1;
}

.image-27 {
  max-width: 200px;
  opacity: .6;
}

.image-27:hover {
  opacity: 1;
}

.image-28 {
  max-width: 200px;
  opacity: .6;
}

.image-28:hover {
  opacity: 1;
}

.image-29 {
  max-width: 200px;
  opacity: .6;
}

.image-29:hover {
  opacity: 1;
}

.image-30 {
  max-width: 200px;
  opacity: .6;
}

.image-30:hover {
  opacity: 1;
}

.image-31 {
  max-width: 200px;
  opacity: .6;
  padding-bottom: 0;
}

.image-31:hover {
  opacity: 1;
}

.image-32 {
  max-width: 160px;
}

.link-block-19 {
  align-items: center;
  margin-right: 36px;
  display: flex;
}

.link-block-20 {
  align-items: center;
  display: flex;
}

.link-block-21, .link-block-22 {
  align-items: center;
  margin-right: 36px;
  display: flex;
}

.link-block-23 {
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: 36px;
  display: flex;
}

.link-block-24 {
  margin-right: 36px;
}

.image-5-copy {
  width: 220px;
  margin-right: 0;
}

.gallery-scroll {
  background-color: #f7f6f4;
  border-bottom: 0 solid #e4ebf3;
  border-radius: 0;
  padding: 0 30px 80px;
  display: none;
  position: relative;
}

.container-10000 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  width: 100%;
  height: 40px;
  color: #333;
  text-align: center;
  background-color: #f7f6f4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: 60%;
  max-width: none;
  margin-left: 0;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: 0%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.text-block-17 {
  text-align: center;
  padding-bottom: 41px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-18 {
  text-align: center;
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.heading-16 {
  padding-top: 80px;
  font-family: Montserrat, sans-serif;
}

.div-block-47 {
  width: 70px;
  height: 2px;
  background-color: #1a813f;
}

.header-nav-link-copy-copy {
  color: #162c26;
  background-color: #eef6ee;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.text-span-copy {
  max-width: 100%;
  color: #162c26;
  font-size: 33px;
  line-height: 38px;
}

.italic-text-copy {
  max-width: 75%;
  color: #162c26;
  text-align: justify;
  justify-content: center;
  margin-top: 10px;
  font-size: 17px;
  font-style: normal;
  display: flex;
}

.header-nav-link-copy-copy {
  color: #162c26;
  background-color: #eef6ee;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy {
  color: #000;
  background-color: #eef6ee;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.home {
  color: #162c26;
  background-color: rgba(238, 246, 238, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home:hover {
  color: #19813f;
}

.home2 {
  color: #162c26;
  background-color: rgba(238, 246, 238, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home2:hover {
  color: #19813f;
}

.slider-2 {
  width: 1100px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  display: block;
}

.slide-4 {
  width: 220px;
  background-image: url('../images/Agrupar-77.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  width: 185px;
  background-image: url('../images/Agrupar-77-copiar.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  width: 185px;
  background-image: url('../images/Agrupar-77-copiar-2.png');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slide-7 {
  width: 220px;
  background-image: url('../images/Agrupar-77-copiar-41.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  width: 185px;
  background-image: url('../images/logo-transparente_1.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 3px;
}

.slide-9 {
  width: 230px;
}

.icon, .right-arrow-2, .left-arrow-2 {
  display: block;
}

.image-33 {
  display: none;
}

.header-nav-link-copy-copy {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-nav-link-copy-copy:hover {
  color: #4a3aff;
}

.header-nav-link-copy-copy.service {
  padding-right: 25px;
  font-size: 13px;
}

.header-nav-link-copy-copy.blog {
  margin-right: 24px;
}

.header-nav-link-copy-copy.service-copy {
  color: #162c26;
  padding-right: 25px;
  font-size: 13px;
  display: block;
}

.header-nav-link-copy-copy-copy {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-nav-link-copy-copy-copy:hover {
  color: #19813f;
}

.features-table-copy {
  background-color: #f7f6f4;
  border-bottom: 0 solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.section-7 {
  background-color: #f7f6f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.home-da-home {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.home-da-home:hover {
  color: #19813f;
}

.home-da-home.w--current {
  color: #162c26;
}

.homi {
  color: #162c26;
  background-color: rgba(238, 246, 238, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.homi:hover {
  color: #19813f;
}

.home-2 {
  color: #162c26;
  background-color: #eef6ee;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home-2:hover {
  color: #19813f;
}

.home-3 {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home-3:hover {
  color: #4a3aff;
}

.home-4 {
  color: #162c26;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home-4:hover {
  color: #19813f;
}

.home-5 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home-5:hover {
  color: #19813f;
}

.slide-10 {
  width: 100%;
}

.slide-11 {
  background-image: url('../images/bacground.png');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  width: 100%;
  height: 416px;
  background-color: rgba(0, 0, 0, 0);
}

.texto-slide-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.text-span-copy-copy {
  max-width: 100%;
  color: #fff;
  font-size: 33px;
  line-height: 38px;
}

.italic-text-copy-copy {
  max-width: 75%;
  color: #fff;
  text-align: justify;
  justify-content: center;
  margin-top: 20px;
  font-size: 17px;
  font-style: normal;
  display: flex;
}

.section-8 {
  width: 100%;
  background-color: #eef6ee;
}

.section-8-smartphones {
  display: none;
}

.div-block-48 {
  width: 1100px;
}

.image-35 {
  background-image: url('../images/Agrupar-77-copiar-2.png');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.image-36, .image-37, .image-38 {
  display: none;
}

.text-block-20 {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.slide-9-atua-o {
  width: 178px;
  background-image: url('../images/Agrupar-77-copiar-3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy {
  width: 183px;
  background-image: url('../images/Agrupar-77.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
}

.link-block-25 {
  align-items: center;
  display: flex;
}

.texto-slide-2-copy {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.slide-4-copy {
  width: 180px;
  background-image: url('../images/Agrupar-77.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5-copy {
  width: 183px;
  background-image: url('../images/Agrupar-77-copiar.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6-copy {
  width: 183px;
  background-image: url('../images/Agrupar-77-copiar-2.png');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slide-9-atua-o-copy {
  width: 183px;
  background-image: url('../images/Agrupar-77-copiar-3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-7-copy {
  width: 183px;
  background-image: url('../images/Agrupar-77-copiar-41.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8-copy {
  width: 183px;
  background-image: url('../images/logo-transparente_1.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 3px;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  /*flex-direction: column;*/
  align-items: center;
  display: flex;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon.spark-float-right {
  margin-left: auto;
  display: inline-block;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-no-bottom-margin {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-flat-square-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #f0ecfd;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-flat-square-tab:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
  border-bottom-color: #a695fb;
}

.spark-simple-flat-square-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow {
  border-bottom-width: 0;
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 16px;
  padding-right: 14px;
  transition: background-position .15s, background-color .15s, color .15s;
  display: flex;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow:hover {
  color: #19813f;
  background-color: rgba(25, 129, 63, .11);
  border-bottom-color: #345a42;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
  color: #fff;
  background-color: #19813f;
  border-bottom-width: 0;
  border-bottom-color: #094c22;
  border-radius: 10px;
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.spark-wide-simple-stacked-icon-tabs {
  width: 23%;
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.spark-secondary-paragraph {
  color: #162b25;
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.spark-centered-900 {
  width: 1068px;
  max-width: 1068px;
  text-align: center;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.spark-centered-900.associadas-emp, .spark-centered-900.serv-emp {
  width: 1000px;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.spark-container {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  background-color: #f7f6f4;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.zizu {
  flex: 0 auto;
  align-self: auto;
  position: static;
}

.zizu._2 {
  flex: 0 auto;
  align-self: center;
  position: relative;
}

.body-3 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-49 {
  width: 950px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-50 {
  justify-content: center;
  display: flex;
}

.div-block-51 {
  height: 100%;
}

.div-block-52 {
  height: 100%;
  margin-left: 266px;
}

.heading-17 {
  color: #162c26;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.body-4 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: #162c26;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10 {
  color: #162c26;
}

.heading-19 {
  width: 900px;
  color: #162c26;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.heading-20 {
  color: #162b25;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-21 {
  color: rgba(243, 244, 247, .5);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.text-block-21:hover {
  color: #f3f4f7;
}

.text-block-22 {
  color: rgba(243, 244, 247, .5);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.text-block-22:hover {
  color: #f3f4f7;
}

.link-block-26 {
  margin-right: 10px;
  text-decoration: none;
}

.paragraph {
  color: #162b25;
  text-align: justify;
  background-color: #f7f6f4;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.body-5 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-blog {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #19813f;
  border-bottom: 0 solid #f70;
  border-radius: 19px;
  align-self: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 8px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-blog:hover {
  color: #fff;
  background-color: #0a642b;
}

.button-blog:active {
  background-color: #c28c5d;
}

.section-9 {
  width: 1068px;
  background-color: #f7f6f4;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-21 {
  color: #162b25;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
}

.image-39 {
  margin-top: 10px;
}

.div-block-53 {
min-width: 900px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
}

.link-block-27 {
  text-decoration: none;
}

.div-block-54 {
  background-color: #19813f;
  border-radius: 20px;
}

.text-block-23 {
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.body-6 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35 {
  text-decoration: none;
}

.section-10 {
  width: 1100px;
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17 {
  margin-left: 10px;
  margin-right: 10px;
}

.email {
  width: 100%;
  padding-right: 0;
}

.section-11 {
  width: 1100px;
}

.body-7, .body-8, .body-9 {
  background-color: #f7f6f4;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-56 {
  width: 100%;
  max-width: 1440px;
}

.div-block-57 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-58 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-24 {
  color: #162c26;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.div-block-59 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-25 {
  font-size: 19px;
}

.text-block-26 {
  color: #162c26;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.div-block-60 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #162c26;
  font-size: 19px;
}

.button-4 {
  width: 38px;
  height: 38px;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-4:hover, .button-4:focus {
  background-color: #0b4620;
}

.button-4:focus-visible {
  background-color: #0b4620;
}

.button-4[data-wf-focus-visible] {
  background-color: #0b4620;
}

.button-5 {
  width: 38px;
  height: 38px;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-5:hover {
  background-color: #0b4620;
}

.button-5:focus {
  background-color: #0c411f;
}

.button-5:focus-visible {
  background-color: #093017;
}

.button-5[data-wf-focus-visible] {
  background-color: #093017;
}

.button-6 {
  width: 38px;
  height: 38px;
  background-color: #19813f;
  border-radius: 20px;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-6:active, .button-6:focus {
  background-color: #0b4620;
}

.button-6:focus-visible {
  background-color: #0b4620;
}

.button-6[data-wf-focus-visible] {
  background-color: #0b4620;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.rl_gallery21_arrow-right {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

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

.rl-padding-global {
  max-width: 1000px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery21 {
  width: 100%;
  background-color: #f7f6f4;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.spark-button {
  color: #fff;
  background-color: #19813f;
  border: 1px #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #126430;
  border-style: none;
  border-color: #126430;
}

.spark-tiny-icon {
  width: 16px;
  height: 16px;
  align-items: center;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: #f0ecfd;
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-lightbox-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

.spark-lightbox-button.spark-white-button {
  color: #5532fa;
  background-color: #fff;
}

.spark-lightbox-button.spark-white-button:hover {
  color: #f0ecfd;
  background-color: #5532fa;
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.alinhamento-quem-somos {
  max-width: 1000px;
  display: block;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-max-width-730 {
  max-width: 730px;
  flex: none;
}

.spark-container-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.spark-dark-hero-background-image {
  min-height: 80vh;
  color: #fff;
  background-image: linear-gradient(74.2deg, #152b25, rgba(0, 0, 0, 0)), url('../images/medium-shot-woman-working-laptop.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 30px;
  padding-right: 30px;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 p {
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2.section-large {
  padding: 0 30px 60px;
}

.spark-secondary-paragraph-3 {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.spark-small-icon-2 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: #5532fa;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 25px;
}

.italic-text-18 {
  font-style: normal;
  font-weight: 800;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  width: 100%;
  background-color: #dfdfdf;
  border-radius: 0 0 8px 8px;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-vertical-line {
  width: 4px;
  height: 24px;
  background-color: #152b25;
}

.spark-horizontal-line {
  width: 24px;
  height: 4px;
  background-color: #152b25;
  position: absolute;
}

.spark-faq-plus-to-x {
  width: 70px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spark-faq-button {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  color: #152b25;
  background-color: #f1f1f1;
}

.spark-faq-button:focus {
  outline-offset: 0px;
  outline: 4px solid #152b25;
}

.spark-faq-button.w--open {
  background-color: #dfdfdf;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-offset: 0px;
  outline: 1.5px #5532fa;
}

.spark-faq-expander {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-input {
  height: 48px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: #5532fa;
}

.spark-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-input::placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-input.spark-with-a-inner-shadow {
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .16);
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px #1e116e;
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

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

.spark-flex-row-2.spark-5-spacing {
  max-width: 1000px;
  grid-column-gap: 5%;
  align-items: center;
}

.spark-container-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-nav-link {
  color: #000;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-button {
  color: #fff;
  text-align: center;
  background-color: #5532fa;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e116e;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  width: 100%;
  background-color: #fff;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-3.spark-hero-background-image {
  min-height: 0;
  background-color: #fafbfd;
  background-image: url('../images/Objeto-Inteligente-de-Vetor-copiar-2.jpg');
  background-position: -30%;
  background-repeat: no-repeat;
  padding: 60px 30px;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

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

.left-arrow-4 {
  width: 30px;
  height: 30px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Shape_1Shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin: 142px 0 0 445px;
  display: block;
  overflow: visible;
}

.slide-14 {
  width: auto;
}

.slider-5 {
  width: 950px;
  height: 180px;
  background-color: rgba(221, 221, 221, 0);
  align-items: stretch;
  display: flex;
}

.bold-text-copy {
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.centered-subheading-2 {
  max-width: 100%;
  color: #152b25;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.slide-15 {
  width: auto;
  height: auto;
}

.text-block-29 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.mask-5 {
  width: 100%;
  height: 150px;
}

.centered-heading-copy {
  color: #152b25;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  display: none;
}

.container-10001 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-13 {
  width: 100%;
  height: auto;
  background-color: #eef6ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-41 {
  width: 100%;
  height: 416px;
}

.section-15 {
  width: 100%;
  height: 15vh;
  background-color: rgba(247, 246, 244, 0);
}

.section-15.menor, .section-15.menor.rodape {
  height: 10vh;
}

.section-15.menor.rodape.pagina-secundaria {
  height: 5vh;
}

.brix---container-default-copy {
  max-width: 1068px;
  background-color: #f7f6f4;
  padding: 0 0 60px;
  font-family: Montserrat, sans-serif;
}

.wg-flag {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.wg-left-side {
  color: #170f49;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.hover {
  transition: color .3s;
}

.wg-left-side.hover:hover {
  color: #19813f;
}

.wg-dd-1-togle {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 9px 16px 9px 9px;
  transition: border .3s;
  box-shadow: 4px 4px 5px rgba(8, 15, 52, .04);
}

.wg-dd-1-togle:hover {
  border-color: #19813f;
}

.wg-code {
  display: none;
}

.wg-selector-text-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wg-element.desktop {
  font-family: Montserrat, sans-serif;
}

.wg-dropdown-1-link {
  padding: 0;
  text-decoration: none;
}

.wg-dd-1-list {
  background-color: rgba(0, 0, 0, 0);
  /*padding: 10px 0 0;*/
  bottom: 65px;
}

.wg-dropdown-list {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 19px;
  padding: 30px 50px 24px 20px;
  box-shadow: 4px 4px 5px rgba(8, 15, 52, .04);
}

.section-16 {
  width: 100%;
  height: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.div-block-65 {
  width: 1100px;
}

.cell {
  background-image: url('../images/img-idiomas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-66 {
  width: 100%;
  height: 650px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  margin-bottom: 15px;
}

.div-block-67, .div-block-68 {
  display: none;
}

.text-block-16.botao-novo-idiomas {
  color: #127c38;
  font-size: 16px;
  font-weight: 700;
}

.text-block-16.botao-novo-idiomas.entre-outros {
  color: #555;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui-gray50-501);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--untitled-ui-gray600);
  font-family: Montserrat, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: var(--spark-library-light-steel-purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui-gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

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

.uui-blogpost04_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-max-width-large {
  width: 100%;
  max-width: 100%;
}

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

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

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

.uui-section_blogpost04 {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-31 {
  color: #19813f;
  font-family: Montserrat, sans-serif;
}

.text-block-32, .text-block-33 {
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .empresas-desk {
  display: block;
}

.empresas-celular {
  display: none;
}
  .spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
    font-size: 18px;
  }

  .spark-button:hover {
    background-color: #1faa52;
    border-bottom-color: #1faa52;
  }

  .spark-lightbox-button.spark-white-button:hover {
    background-color: #19813f;
  }

  .spark-faq-dropdown.w--open {
    background-color: #ececec;
  }

  .spark-faq-button:hover {
    color: #0e0e0e;
    background-color: #e4e4e4;
  }

  .spark-faq-button:focus {
    outline-color: #19813f;
  }

  .spark-faq-button.w--open {
    background-color: #ececec;
  }
}

@media screen and (max-width: 991px) {
  
  .header-nav-list-item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: flex;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.blog {
    margin-bottom: 0;
  }

  .header-nav-menu-list {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .cabe-alho {
    background-color: rgba(22, 43, 37, 0);
  }

  .cabe-alho.contato {
    width: auto;
  }

  .header-logo-link {
    padding-left: 24px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top {
    width: 30px;
    background-color: #162b25;
  }

  .hamburger-menu-bar.bottom {
    width: 30px;
    background-color: #162b25;
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .header-nav-link {
    color: #000;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-link.blog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-wrapper {
    background-color: #eaf4e9;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-left-side {
    width: 85%;
    justify-content: flex-end;
    padding-right: 24px;
  }

  .header-nav-menu-wrapper {
    width: 250px;
    height: auto;
    background-color: #eaf4e9;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    flex-direction: row;
    align-items: center;
    padding: 24px 0 10px;
    display: block;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block {
    display: none;
  }

  .header-nav-list-item-copy {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .hero-split {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper {
    height: 550px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: -40px;
  }

  .container {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-right {
    width: 100%;
    background-color: #162b25;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    display: flex;
  }

  .container-13 {
    width: 728px;
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-heading-left-copy {
    padding-bottom: 0;
  }

  .hero-split-2-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    width: 750px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-6, .heading-4, .heading-5 {
    font-size: 14px;
  }

  .features-table {
    background-position: -50px 100%;
    background-size: auto 90%;
  }

  .container-14 {
    width: 100%;
    max-width: 728px;
  }

  .centered-subheading {
    margin-left: 0;
    margin-right: 0;
  }

  .comparison-row-main {
    background-color: rgba(238, 243, 242, 0);
    border-bottom-width: 0;
  }

  .comparison-title {
    margin-left: 14px;
    font-size: 20px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-image.shadow-two {
    width: 55%;
  }

  .button-3 {
    margin-left: 30px;
    padding: 6px 17px;
  }

  .container-16 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-subscribe-left {
    background-position: 100% 100%;
    background-size: 62%;
  }

  .container-17 {
    max-width: 700px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    width: 60%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-slider-wrapper {
    justify-content: center;
    display: flex;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-18 {
    width: 728px;
    max-width: 728px;
  }

  .footer-divider {
    width: 100%;
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-left: 0;
  }

  .image-5 {
    width: 100px;
    margin-right: 20px;
  }

  .footer-dark {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    background-color: #f7f6f4;
  }

  .contato-copy {
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-image-copy, .a5 {
    width: 80px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .mask {
    height: 180px;
  }

  .container-sss {
    width: 768px;
    max-width: 768px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask-2 {
    width: 700px;
  }

  .columns {
    width: 55%;
  }

  .slide-2 {
    width: auto;
  }

  .header-nav-menu-list-2 {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-99 {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .herro-99-quem-somos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .split-99-quem-somos {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-2 {
    width: 768px;
  }

  .hero-heading-right-copy {
    width: 100%;
    background-color: #162b25;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    display: flex;
  }

  .blog-image-wrap {
    height: 300px;
  }

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

  .header-nav-link-tradutor {
    width: auto;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-list-item-copy {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .header-nav-list-item-copy {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .header-nav-list-item-copy-copy {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .header-nav-list-item-copy-copy.show-in-tablet {
    display: block;
  }

  .brix---heading-h1-size {
    font-size: 40px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---input-label {
    color: #162b25;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---form-grid-2-columns {
    height: 200px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---container-default {
    max-width: 768px;
  }

  .contato-copy-copy {
    border-radius: 0;
    padding-right: 15px;
  }

  .section-do-cabe-alho {
    width: 100%;
  }

  .header-nav-list-item-copy-copy {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item-copy-copy.show-in-tablet {
    display: block;
  }

  .spliblog {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .blog-item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    box-shadow: 0 5px 34px rgba(0, 0, 0, .33);
  }

  .content-section {
    padding-bottom: 30px;
  }

  .featured-articles {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -3px 4px 5px rgba(0, 0, 0, .2);
  }

  .blog-grid {
    width: 768px;
    grid-column-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-image-wrap-2 {
    height: 200px;
    background-size: 100%;
  }

  .subscription {
    padding-bottom: 152px;
    box-shadow: -5px 2px 14px rgba(0, 0, 0, .31);
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .blog.show-in-tablet {
    display: block;
  }

  .blog-item-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-overview {
    width: 768px;
    padding-bottom: 60px;
  }

  .container-101 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .heading-11 {
    font-family: Montserrat, sans-serif;
  }

  .header-nav-link-copy {
    color: #000;
    color: #000;
  }

  .header-nav-link-copy.servi-os-2 {
    display: none;
  }

  .servi-os-p {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .servi-os-p.show-in-tablet {
    display: block;
  }

  .servi-os-p.show-in-tablet-copy {
    display: none;
  }

  .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: -40px;
  }

  .pricing-items {
    background-color: #f5f7fa;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .heading-14 {
    justify-content: center;
    line-height: 33px;
    display: flex;
  }

  .header-nav-link-copy, .header-nav-link-copy-copy, .header-nav-link-copy-copy-copy {
    color: #000;
  }

  .sevicao {
    color: #000;
    display: none;
  }

  .header-nav-list-item-copy {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .header-nav-list-item-copy.servicao-3 {
    display: none;
  }

  .atua-o-header {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .atua-o-header-alto {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .atua-o-header-alto.show-in-tablet {
    display: block;
  }

  .header-nav-list-item-copy {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: block;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .header-nav-list-item-copy.atuation {
    display: none;
  }

  .section-atua-o {
    width: 768px;
  }

  .image-21 {
    width: 50%;
  }

  .tradutor {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 0;
    display: none;
  }

  .tradutor.show-in-tablet {
    display: block;
  }

  .right-arrow {
    margin-right: 329px;
  }

  .left-arrow {
    margin-left: 329px;
  }

  .image-22 {
    margin-top: 10px;
    margin-left: 14%;
  }

  .home-waper {
    background-color: rgba(234, 244, 233, 0);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home-main {
    width: 100%;
    background-color: #162b25;
    background-image: none;
    border-bottom-width: 1px;
    justify-content: center;
    display: flex;
  }

  .cabe-alho-home {
    background-color: #fff;
  }

  .slide-2-copy, .slide-3 {
    width: auto;
  }

  .section-3 {
    width: 768px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .empresas-associadas {
    margin-left: 14px;
  }

  .image-24 {
    width: 768px;
  }

  .section-4 {
    height: 500px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-38 {
    width: 400px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    grid-column-gap: 10px;
  }

  .brix---text-area-2 {
    height: 20px;
    min-height: 0;
    overflow: auto;
  }

  .brix---card-form-v2-2 {
    height: 200px;
    padding: 20px 40px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---input-2 {
    width: 200px;
    height: 10px;
    min-height: 20px;
  }

  .form-2 {
    height: auto;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form-texto {
    margin-left: 14px;
  }

  .div-block-39 {
    height: 200px;
  }

  .empresas-associadas-copy {
    margin-left: 14px;
  }

  .fale-com-nossos-especialistas {
    margin-top: 10px;
    margin-left: 0;
    font-size: 22px;
    line-height: 26px;
  }

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

  .form-3 {
    width: auto;
  }

  .columns-2 {
    width: 127px;
    display: none;
  }

  .section-5 {
    height: 480px;
    background-position: 50%;
    background-size: cover;
  }

  .div-block-43 {
    justify-content: center;
  }

  .onde-estamos, .onde-estamos-copy {
    margin-top: 0;
  }

  .div-block-44 {
    margin-right: 10px;
  }

  .hero-wrapper-copy {
    height: 550px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: -40px;
  }

  .hero-split-copy {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-9999 {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: -40px;
  }

  .section-3-copy {
    padding: 80px 40px;
  }

  .split-99-quem-somos-copy {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-45 {
    width: 768px;
    align-items: flex-end;
  }

  .div-block-46 {
    width: 768px;
  }

  .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
    max-width: 140px;
  }

  .link-block-19, .link-block-20 {
    align-items: flex-end;
  }

  .link-block-21 {
    align-items: flex-end;
    margin-right: 10px;
  }

  .link-block-22 {
    margin-right: 0;
  }

  .link-block-23 {
    align-items: flex-end;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-5-copy {
    width: 130px;
    margin-right: 20px;
  }

  .gallery-scroll {
    display: none;
  }

  .container-10000 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

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

  .slider-2 {
    width: 768px;
  }

  .slide-4, .slide-5, .slide-6 {
    width: 190px;
  }

  .slide-7 {
    width: 190px;
    margin-right: 8px;
  }

  .slide-8 {
    width: 190px;
  }

  .header-nav-link-copy-copy {
    color: #000;
  }

  .features-table-copy {
    background-position: -50px 100%;
    background-size: auto 90%;
  }

  .section-7 {
    width: 100%;
    margin-top: 20px;
  }

  .slide-10 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-11 {
    background-position: 50%;
  }

  .section-8-smartphones {
    display: none;
  }

  .div-block-48 {
    width: 768px;
  }

  .slide-9-atua-o {
    width: 190px;
    margin-right: 1px;
  }

  .slide-4-copy {
    width: 190px;
    width: 190px;
    margin-left: 0;
  }

  .slide-5-copy, .slide-6-copy {
    width: 190px;
  }

  .slide-9-atua-o-copy {
    width: 190px;
    margin-right: 1px;
  }

  .slide-7-copy {
    width: 190px;
    margin-right: 8px;
  }

  .slide-8-copy {
    width: 190px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 0;
  }

  .spark-centered-900 {
    width: auto;
  }

  .spark-centered-900.associadas-emp {
    width: auto;
    max-width: none;
  }

  .spark-centered-900.serv-emp {
    width: 700px;
    max-width: none;
  }

  .spark-section {
    padding: 40px 32px 0;
  }

  .div-block-49 {
    width: 768px;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

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

  .heading-19, .section-9 {
    width: 768px;
  }

  .section-10 {
    width: 768px;
    background-color: #f7f6f4;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-11 {
    width: 856px;
  }

  .div-block-56 {
    width: 650px;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  .rl-padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spark-button {
    border-color: #0d834a;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-2 h2 {
    font-size: 2rem;
  }

  .spark-section-2 p {
    font-size: 1.2rem;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 1rem;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

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

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3.spark-hero-background-image {
    background-image: url('../images/Objeto-Inteligente-de-Vetor-copiar-2.jpg');
    background-position: 15%;
  }

  .left-arrow-4 {
    margin-left: 329px;
  }

  .slide-14 {
    width: auto;
  }

  .slider-5 {
    width: 100%;
    height: 100%;
  }

  .centered-subheading-2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-5 {
    height: 180px;
  }

  .container-10001 {
    max-width: 728px;
  }

  .brix---container-default-copy {
    max-width: 768px;
  }

.slide-16 {
    width: 33.33%;
  }

  

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding-right: 20px;
  }

  .section-16 {
    height: 750px;
  }

  .div-block-65 {
    width: 768px;
  }

  .cell {
    background-image: url('../images/img-idiomas.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 0;
  }

  .div-block-67, .div-block-68 {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

.uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

@media screen and (max-width: 767px) {
  .cabe-alho {
    background-color: #eaf4e9;
  }

  .cabe-alho.contato {
    width: 100%;
    background-color: #eef6ee;
    border-radius: 0;
  }

  .header-wrapper {
    width: auto;
  }

  .header-nav-menu-wrapper {
    background-color: #eaf4e9;
  }

  .header-content-wrapper {
    justify-content: center;
  }

  .container-default {
    max-width: none;
  }

  .header-logo {
    width: 150px;
    max-width: 220px;
    margin-right: 220px;
  }

  .hero-split {
    width: 50%;
    text-align: left;
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-wrapper {
    text-align: left;
    background-image: url('../images/novo-site-da-opportunity.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-heading-right {
    background-color: #eaf4e9;
    background-image: none;
    padding: 0 15px;
  }

  .heading-2 {
    color: #162b25;
    border: 0 solid #162b25;
  }

  .container-13 {
    width: 528px;
    max-width: 528px;
  }

  .hero-split-2 {
    width: 500px;
  }

  .margin-bottom-24px-2 {
    max-width: 528px;
    color: #000;
  }

  .hero-heading-left-copy {
    padding: 60px 15px;
  }

  .hero-split-2-copy-copy {
    width: 500px;
  }

  .pricing-grid {
    width: 95%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-image {
    width: 70px;
  }

  .heading-6 {
    color: #000;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-4, .heading-5 {
    color: #000;
    font-size: 12px;
  }

  .features-table {
    -webkit-text-fill-color: inherit;
    background-color: #a4a6a6;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/foto-2.png');
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto 80%;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    display: flex;
  }

  .container-14 {
    width: 500px;
    max-width: 500px;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading {
    color: #162b25;
  }

  .centered-subheading {
    color: #162b25;
    font-size: 11px;
  }

  .comparison-row-main {
    width: 95%;
    background-color: rgba(238, 243, 242, 0);
    justify-items: center;
  }

  .comparison-title {
    color: #162b25;
  }

  .hero-stack {
    padding: 60px 15px 146px;
  }

  .container-15, .hero-wrapper-two {
    max-width: 500px;
  }

  .margin-bottom-24px-3 {
    color: #000;
  }

  .hero-image.shadow-two {
    width: 45%;
  }

  .team-circles {
    border-bottom-width: 0;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    display: flex;
  }

  .container-16 {
    width: 480px;
    max-width: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .box {
    padding: 1.25rem 1.5rem;
  }

  .swiper-box.is-first {
    width: 7rem;
    height: 7rem;
    display: flex;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .team-slider {
    padding: 10px 15px 60px;
  }

  .team-member-text, .team-member-name-two {
    color: #000;
  }

  .team-block {
    padding-bottom: 20px;
    box-shadow: -1px 2px 14px -2px rgba(0, 0, 0, .2);
  }

  .team-slider-wrapper {
    width: 100%;
    height: 100%;
  }

  .team-slide-wrapper {
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 17px 0 20px -17px rgba(0, 0, 0, .2);
  }

  .linkedin {
    margin-left: 0;
  }

  .title-small {
    width: 100%;
    justify-content: center;
    display: flex;
    font-size: 1.1rem;
  }

  .container-18 {
    width: 528px;
    max-width: 528px;
  }

  .footer-social-block {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 0;
  }

  .youtube {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 40px;
  }

  .footer-social-link, .face {
    margin-left: 0;
  }

  .image-5 {
    margin-right: 0;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-dark {
    border-bottom-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .section {
    background-color: #f7f6f4;
  }

  .pricing-image-copy, .a5 {
    width: 70px;
  }

  .column {
    align-items: stretch;
  }

  .column._1z {
    padding-left: 20px;
  }

  .column-2 {
    align-items: stretch;
    padding-left: 20px;
  }

  .slider {
    width: 100%;
  }

  .slide {
    height: 100%;
    margin-right: 20px;
  }

  .div-block-15 {
    align-items: center;
    margin-left: 24px;
  }

  .heading-7 {
    color: #162b25;
    font-size: 33px;
  }

  .japao {
    height: 83px;
    margin-top: 13px;
  }

  .div-block-17, .div-block-18 {
    height: 260px;
  }

  .text-block-8-copy.a, ._2s2, .zzz, .zyzyzy {
    font-size: 14px;
  }

  .xyxyxyx {
    width: 100%;
    font-size: 14px;
  }

  .ciciciccic, .vivivviviv, .bibibbibib {
    font-size: 14px;
  }

  .div-2, .div-block-19 {
    margin-left: 0;
  }

  .div-block-21, .div-block-22 {
    margin-right: 0;
  }

  .heading-8 {
    color: #000;
    font-size: 33px;
  }

  .container-sss {
    width: 500px;
    height: auto;
    max-height: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask-2 {
    width: auto;
    height: 500px;
  }

  .columns {
    width: 500px;
    flex-flow: column;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .slide-2 {
    margin-right: 20px;
  }

  .footer-social-link-copy {
    justify-content: center;
    margin-left: 20px;
    display: flex;
  }

  .footer-social-link-copy.szz, .footer-social-link-copy, .cccccccccccccccc {
    margin-left: 0;
  }

  .container-99 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .herro-99-quem-somos {
    text-align: left;
    align-items: center;
  }

  .split-99-quem-somos {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }

  .section-2 {
    width: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    text-align: justify;
  }

  .hero-heading-right-copy {
    width: 100%;
    background-color: #eaf4e9;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/novo-site-da-opportunity.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 34%;
    background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
    padding: 0;
  }

  .header-nav-link-tradutor {
    width: auto;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 46px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    align-items: center;
    justify-items: end;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default {
    max-width: 480px;
  }

  .section-do-cabe-alho {
    width: 100%;
  }

  .spliblog {
    width: 70%;
    text-align: left;
  }

  .content-section {
    width: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-articles {
    padding: 20px;
  }

  .container-100 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog-grid {
    width: 500px;
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-image-wrap-2 {
    height: 150px;
  }

  .subscription {
    padding-bottom: 220px;
  }

  .pricing-overview {
    width: 480px;
    padding: 60px 0;
  }

  .pricing-card-three-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    line-height: 43px;
  }

  .heading-9 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

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

  .heading-11 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .text-block-12 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .hero-wrapper-copy {
    text-align: left;
    align-items: flex-start;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .heading-14 {
    width: 100%;
    margin-bottom: 20px;
  }

  .atua-o-header {
    width: 70%;
    text-align: left;
  }

  .section-atua-o {
    width: 100%;
  }

  .image-21 {
    width: 50%;
  }

  .right-arrow {
    margin-right: 210px;
  }

  .left-arrow {
    margin-left: 210px;
  }

  .image-22 {
    display: none;
  }

  .home-waper {
    width: auto;
  }

  .home-main {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    padding: 0;
  }

  .cabe-alho-home {
    width: auto;
    background-color: rgba(255, 255, 255, 0);
  }

  .cabe-alho-home.contato {
    background-color: #162b25;
    border-radius: 0;
  }

  .slide-2-copy, .slide-3 {
    margin-right: 20px;
  }

  .section-3 {
    width: 100%;
  }

  .empresas-associadas {
    color: #162b25;
    margin-left: 14px;
    font-size: 22px;
  }

  .image-24 {
    width: 480px;
  }

  .section-4 {
    height: 550px;
    background-position: 0 0;
    justify-content: center;
  }

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

  .div-block-38 {
    width: auto;
    height: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    justify-content: end;
    align-self: stretch;
    align-items: center;
    justify-items: end;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---card-form-v2-2 {
    padding: 56px 32px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .form-texto, .empresas-associadas-copy {
    color: #000;
  }

  .fale-com-nossos-especialistas {
    color: #162b25;
  }

  .columns-2 {
    display: none;
  }

  .section-5 {
    height: 480px;
    background-position: 41%;
    background-size: cover;
  }

  .onde-estamos {
    font-size: 16px;
  }

  .onde-estamos-copy {
    font-size: 13px;
  }

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

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

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

  .footer-link-sobren-s:hover, .idiomas:hover, .blog-footer:hover, .footer-link-servi-os:hover, .footer-link-atua-ao:hover {
    color: rgba(26, 27, 31, .75);
  }

  .hero-wrapper-copy {
    text-align: left;
    align-items: flex-start;
  }

  .hero-split-copy {
    width: 100%;
    text-align: left;
  }

  .container-9999 {
    background-image: url('../images/novo-site-da-opportunity.jpg');
    background-position: 45%;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-wrapper-copy-copy {
    text-align: left;
    align-items: flex-start;
  }

  .split-99-quem-somos-copy {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }

  .div-block-45, .div-block-46 {
    width: 480px;
  }

  .image-26 {
    max-width: 100px;
    margin-right: 5px;
  }

  .image-27 {
    max-width: 100px;
  }

  .image-28, .image-29 {
    max-width: 100px;
    margin-right: 5px;
  }

  .image-30 {
    max-width: 100px;
  }

  .image-31 {
    max-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
  }

  .image-32 {
    max-width: 100px;
  }

  .link-block-19, .link-block-21, .link-block-22 {
    margin-right: 0;
  }

  .link-block-23 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-block-24 {
    margin-right: 0;
  }

  .image-5-copy {
    width: 130px;
    margin-right: 0;
  }

  .gallery-scroll {
    padding: 0 15px 60px;
    display: none;
  }

  .slider-2 {
    width: 500px;
    height: 250px;
  }

  .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
    width: 170px;
    height: 300px;
  }

  .features-table-copy {
    -webkit-text-fill-color: inherit;
    background-color: #a4a6a6;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/foto-2.png');
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto 80%;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    display: flex;
  }

  .section-7 {
    width: auto;
    max-width: none;
    background-color: #f7f6f4;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .slider-4 {
    display: none;
  }

  .div-block-48 {
    width: 480px;
  }

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

  .slide-9-atua-o {
    width: 170px;
    height: 300px;
  }

  .slide-4-copy {
    width: 170px;
  }

  .mask-4 {
    height: auto;
  }

  .slide-4-copy {
    width: 170px;
  }

  .slide-5-copy {
    width: 170px;
    height: 100%;
  }

  .slide-6-copy, .slide-9-atua-o-copy, .slide-7-copy, .slide-8-copy {
    width: 170px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-square-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: grid;
    position: static;
    top: 90px;
    overflow: visible;
  }

  .spark-side-flat-tab-parent {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .spark-secondary-paragraph {
    width: auto;
    margin-bottom: 0;
  }

  .spark-centered-900.serv-emp {
    width: 480px;
    max-width: none;
  }

  .spark-container {
    width: 100%;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 0;
  }

  .div-block-49 {
    width: 500px;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .heading-19 {
    width: 500px;
  }

  .section-9 {
    width: 480px;
    padding-left: 0;
  }

  .body-6 {
    background-color: #f7f6f4;
  }

  .section-10 {
    width: 480px;
    background-color: #f7f6f4;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-11 {
    width: 480px;
  }

  .div-block-55 {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-56 {
    width: 450px;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, #152b25, rgba(0, 0, 0, .16)), url('../images/medium-shot-woman-working-laptop.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-section-2 h5 {
    font-size: 1.5rem;
  }

  .spark-section-2 h2 {
    font-size: 2rem;
  }

  .spark-section-2 p {
    line-height: 25px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 25px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: .8rem;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

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

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .div-block-61 {
    align-items: center;
    margin-left: 24px;
  }

  .left-arrow-4 {
    margin-left: 210px;
  }

  .slide-14 {
    margin-right: 20px;
  }

  .slider-5 {
    width: 100%;
  }

  .centered-subheading-2 {
    color: #162b25;
    text-align: left;
    font-size: 11px;
  }

  .slide-15 {
    height: 100%;
    margin-right: 20px;
  }

  .centered-heading-copy {
    color: #162b25;
  }

  .container-10001 {
    width: 480px;
    max-width: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---container-default-copy {
    max-width: 480px;
  }

.slide-16 {
    width: 50%;
  }

  .section-16 {
    height: 900px;
  }

  .div-block-65 {
    width: 568px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    justify-items: center;
  }

  .div-block-67 {
    height: 350px;
    background-image: url('../images/img-idiomas.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 350px;
    display: block;
  }

  .div-block-68 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .quick-stack {
    overflow: visible;
  }
.uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 1.2rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 14px;
  }

  .uui-heading-large {
    font-size: 1.3rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 14px;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

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

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

@media screen and (max-width: 479px) {

.spark-section-2.section-large {
  padding: 0 45px 60px;
}

.image-40 {
  max-width: 55px;
}

.titulo-cel{
  padding-bottom: 230px;
}

.uui-section_blogpost04 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-detials-medium {
  font-size: 14px;
}
.heading-17 {
  font-size: 1.3rem;
}

.spark-section-2 h5 {
  font-size: 1.3rem;
}

.div-block-45 {
  max-width: 250px;
}

.div-block-46 {
  max-width: 250px;
}

.empresas-desk {
  display: none;
}

.empresas-celular {
  display: block;
}

.uui-text-rich-text.w-richtext{
   text-align: justify;
}

.uui-blogpost04_author-subheading {
  font-size: 14px;
}

.text-block-16.botao-novo-idiomas {
   font-size: 14px;
}

.spark-bold-heading.spark-no-bottom-margin {
	font-size: 14px;
}

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

.footer-link{
   font-size: 14px;
}

.empresas-associadas.home-associadas{
	font-size: 1.3rem;
}

.spark-side-flat-tab-parent {
	margin-top: 0px;
}

.spark-section p {
  font-size: 14px;
}
  #btnWpp {
 left: 80%;
 }
  .perguntas-frequentes {
    text-align: left;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .cabe-alho {
    background-color: rgba(22, 43, 37, 0);
    margin-bottom: 0;
  }

  .cabe-alho.contato {
    background-color: #eef6ee;
  }

  .header-logo-link {
    padding-left: 0;
    padding-right: 54px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 25px;
  }

  .header-nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-link.blog {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-wrapper {
    width: auto;
  }

  .header-left-side {
    width: 100%;
  }

  .header-nav-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content-wrapper {
    max-width: none;
  }

  .container-default {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo {
    max-width: 130px;
    margin-right: 43px;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .header-nav-list-item-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-split {
    width: 90%;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-span {
    max-width: 100%;
    justify-content: center;
    font-size: 25px;
    line-height: 27px;
    display: block;
  }

  .hero-wrapper {
    height: auto;
    background-color: rgba(153, 153, 153, 0);
    background-image: linear-gradient(#f7f6f4, #f7f6f4), url('../images/novo-site-da-opportunity.jpg');
    background-position: 0 0, 40% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .button-primary {
    padding: 4px 13px;
    font-size: 10px;
  }

  .margin-bottom-24px {
    width: auto;
    justify-content: flex-start;
  }

  .container {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.servi-oss {
    height: 300px;
  }

  .hero-heading-right {
    max-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-2 {
    width: 100%;
    color: #162b25;
    margin-bottom: 20px;
  }

  .container-13 {
    width: auto;
    max-width: none;
  }

  .hero-split-2 {
    width: auto;
  }

  .hero-wrapper-2 {
    width: 100%;
    align-items: center;
  }

  .margin-bottom-24px-2 {
    width: 100%;
    max-width: none;
  }

  .hero-heading-left-copy {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero-split-2-copy-copy {
    width: 300px;
  }

  .pricing-grid {
    width: auto;
    height: 450px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: stretch;
    margin-top: 0;
    transform: none;
  }

  .pricing-card-three {
    width: 125px;
    height: 90%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .features-table {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-14 {
    width: 240px;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 1.3rem;
  }

  .centered-subheading {
    
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 11px;
  }

  .centered-subheading.home-associadas {
    font-size: 14px;
  }

  .comparison-row-main {
    width: 100%;
    grid-column-gap: 20px;
    background-color: rgba(238, 243, 242, 0);
    justify-items: center;
  }

  .comparison-title {
    margin-left: 0;
    padding-top: 0;
    font-size: 1.2rem;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  ._11 {
    grid-column-gap: 20px;
  }

  .container-15 {
    max-width: none;
  }

  .hero-wrapper-two {
    padding-bottom: 80px;
  }

  .hero-image.shadow-two {
    width: 70%;
    margin-bottom: 0;
  }

  .button-3 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .body {
    background-color: #f9fbfc;
  }

  .team-circles {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-16 {
    width: 280px;
    max-width: none;
    transform: none;
  }

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

  .swiper-box.is-first {
    margin-right: -22px;
  }

  .hero-subscribe-left {
    background-position: 50% 100%;
    background-size: 90%;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 200px;
    display: none;
  }

  .container-17 {
    max-width: none;
  }

  .hero-wrapper-3 {
    margin-bottom: 0;
  }

  .hero-split-3 {
    width: 100%;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .container-do-botao {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .team-slider {
    width: auto;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding: 10px 15px 0px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 1.3rem;
  }

  .team-block {
    width: auto;
    height: auto;
    box-shadow: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-slider-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
    box-shadow: 2px 12px 18px -16px rgba(0, 0, 0, .2);
  }

  .container-18 {
    width: 290px;
    max-width: none;
  }

  .footer-divider {
    width: 100%;
  }

  .footer-copyright-center {
    font-size: 14px;
  }

  .image-5 {
    margin-right: 0;
  }

  .footer-dark {
    border-bottom-width: 0;
  }

  .section {
    height: auto;
    max-height: 500px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -60px;
  }

  .contato-copy {
    width: auto;
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .a5 {
    margin-top: 10px;
  }

  .comparison-row-copy {
    grid-column-gap: 20px;
  }

  .column-2 {
    margin-top: 5px;
  }

  .comparison-positive-copy {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .slider {
    width: 280px;
  }

  .slide {
    margin-right: 0;
  }

  .div-block-15 {
    margin-left: 27px;
  }

  .imagens-do-servi-o {
    flex-direction: column;
  }

  .div-block-16 {
    background-color: rgba(25, 129, 63, .33);
    border-radius: 20px;
  }

  .image-17.seta-5, .image-17.seta-6, .image-17.seta-8, .image-17.seta-7 {
    display: none;
  }

  .div-block-18 {
    align-items: center;
  }

  .image-18.seta-1, .image-18.seta-2, .image-18.seta-3, .image-18.seta-4 {
    display: none;
  }

  .text-block-8-copy.a {
    width: 100%;
    margin-right: 0;
    padding: 5px 10px;
  }

  ._2s2 {
    margin-left: 0;
    padding: 5px 10px;
  }

  .zzz {
    margin-right: 0;
  }

  .zyzyzy {
    background-color: rgba(25, 129, 63, 0);
    margin-left: 0;
  }

  .xyxyxyx {
    background-color: rgba(25, 129, 63, 0);
  }

  .ciciciccic {
    padding: 5px 10px;
  }

  .bibibbibib {
    width: 100%;
    padding: 5px 10px;
  }

  .div-1 {
    background-color: rgba(25, 129, 63, .32);
    border-radius: 20px;
    padding: 5px 10px;
  }

  .div-2 {
    background-color: rgba(25, 129, 63, .33);
    border-radius: 20px;
    padding: 5px 10px;
  }

  .div-block-19 {
    background-color: rgba(25, 129, 63, .32);
    border-radius: 20px;
  }

  .div-block-20 {
    width: 100%;
    background-color: rgba(25, 129, 63, .33);
    border-radius: 20px;
    padding: 5px 10px;
  }

  .div-block-21 {
    width: 100%;
    background-color: rgba(25, 129, 63, .33);
    border-radius: 20px;
  }

  .div-block-22 {
    width: 100%;
    background-color: rgba(25, 129, 63, .34);
    border-radius: 20px;
    align-items: center;
    padding: 5px 10px;
  }

  .div-block-23 {
    width: 100%;
    background-color: rgba(25, 129, 63, .33);
    border-radius: 20px;
  }

  .heading-8 {
    color: #162b25;
    font-size: 25px;
  }

  .container-sss {
    width: auto;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mask-2 {
    width: 260px;
  }

  .columns {
    width: 240px;
  }

  .slide-2 {
    margin-left: 3px;
    margin-right: 0;
  }

  .image-19 {
    width: 100%;
  }

  .container-99 {
    width: auto;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-99-quem-somos {
    width: auto;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-copy.quem-somos {
    width: 100%;
  }

  .section-2 {
    width: 300px;
  }

  .hero-heading-right-copy {
    width: 100%;
    max-height: none;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header-nav-link-tradutor {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-nav-list-item-copy-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 37px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---card-form-v2 {
    width: auto;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    padding: 60px 24px;
    display: flex;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---btn-primary {
    width: 100%;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---form-grid-2-columns {
    height: auto;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    display: flex;
  }

  .brix---mg-bottom-64px {
    width: auto;
    margin-bottom: 40px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default {
    max-width: none;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---inner-container-752px-center {
    width: auto;
    max-width: 479px;
    min-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .header-nav-list-item-copy-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .spliblog {
    width: 90%;
    align-items: center;
  }

  .content-section {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .featured-articles {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .container-100 {
    justify-content: center;
    display: flex;
  }

  .blog-grid {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }

  .blog-image-wrap-2 {
    height: 150px;
    padding-bottom: 0;
  }

  .subscription {
    padding-bottom: 128px;
  }

  .feature-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog {
    width: 100%;
    text-align: left;
  }

  .blog.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .blog-content-copy {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-overview {
    width: 300px;
    padding: 0px 0;
  }

  .container-101 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .pricing-card-three-2 {
    padding-bottom: 10px;
  }

  .arrow-embed-2 {
    height: 100%;
  }

  .header-nav-link-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .servi-os-p {
    width: 100%;
    text-align: left;
  }

  .servi-os-p.show-in-tablet, .servi-os-p.show-in-tablet-copy {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .servicci.quem-somos {
    width: 100%;
  }

  .pricing-card-two {
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .pricing-image-two.shadow-two {
    margin-bottom: 0;
    display: none;
  }

  .pricing-content {
    align-items: center;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -10px;
  }

  .pricing-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .pricing-details-text {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .heading-13 {
    margin-right: 0;
  }

  .div-block-24 {
    max-width: 65%;
  }

  .heading-14 {
    margin-bottom: 10px;
  }

  .header-nav-link-copy, .header-nav-link-copy-copy, .header-nav-link-copy-copy-copy, .sevicao {
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy.show-in-tablet, .header-nav-list-item-copy.servicao-3 {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .atua-o-header {
    width: 90%;
    align-items: center;
  }

  .atua-o-header-alto {
    width: 100%;
    text-align: left;
  }

  .atua-o-header-alto.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy.show-in-tablet, .header-nav-list-item-copy.atuation {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .section-atua-o {
    width: 290px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-21 {
    width: 100%;
  }

  .tradutor {
    width: 100%;
    text-align: left;
  }

  .tradutor.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .right-arrow {
    margin-right: 112px;
  }

  .left-arrow {
    margin-left: 112px;
  }

  .home-waper {
    background-color: rgba(234, 244, 233, 0);
  }

  .home-main {
    max-height: 1000px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cabe-alho-home {
    background-color: rgba(255, 255, 255, 0);
  }

  .slide-2-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-3 {
    margin-left: 9px;
    margin-right: 0;
  }

  .section-3 {
    width: 100%;
    background-color: #f7f6f4;
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .empresas-associadas {
    margin-left: 0;
    padding-top: 50px;
    font-size: 20px;
  }

  .image-24 {
    width: 300px;
    height: auto;
    max-width: 300px;
    padding-bottom: 40px;
  }

  .section-4 {
    height: 600px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .form-group {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .form-control {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-38 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 20px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---card-form-v2-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .form-texto, .empresas-associadas-copy, .fale-com-nossos-especialistas {
    margin-left: 0;
    font-size: 1.3rem;
  }

  .button-forms {
    padding-bottom: 0;
  }

  .columns-2 {
    display: none;
  }

  .section-5 {
    height: 730px;
    background-color: #f9fbfc;
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: scroll;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-43 {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-43.home-onde-estamos {
    margin-left: 0%;
  }

  .onde-estamos {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.3rem;
    line-height: 28px;
  }

  .onde-estamos-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .text-block-16 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .hero-wrapper-copy {
    height: auto;
  }

  .hero-split-copy {
    align-items: flex-start;
  }

  .container-9999 {
    width: auto;
    max-width: none;
    background-image: url('../images/novo-site-da-opportunity.jpg');
    background-position: 45%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3-copy {
    justify-content: center;
  }

  .split-99-quem-somos-copy {
    width: auto;
    align-items: center;
    margin-bottom: 0;
  }

  .body-2 {
    background-color: #f7f6f4;
  }

  .div-block-45, .div-block-46 {
    width: 300px;
  }

  .image-26 {
    max-width: 120px;
    align-self: flex-end;
  }

  .image-27, .image-28, .image-29, .image-30 {
    max-width: 120px;
  }

  .image-31 {
    max-width: 60px;
    padding-bottom: 0;
  }

  .image-32 {
    max-width: 60px;
  }

  .link-block-19, .link-block-20 {
    align-items: flex-end;
  }

  .link-block-21, .link-block-22 {
    height: 44px;
    align-items: flex-end;
  }

  .link-block-23 {
    height: 44px;
    margin-bottom: 0;
  }

  .image-5-copy {
    width: 130px;
    margin-right: 0;
  }

  .gallery-scroll {
    padding-top: 20px;
    display: none;
  }

  .container-10000 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .text-span-copy {
    max-width: none;
    justify-content: center;
    font-size: 25px;
    display: block;
  }

  .italic-text-copy {
    margin-top: 10px;
    font-size: 13px;
  }

  .slider-2 {
    width: 300px;
    height: 200px;
    justify-content: space-between;
  }

  .slide-4 {
    width: 150px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-5 {
    width: 150px;
    height: 100%;
    background-position: 50%;
    margin-left: 0;
  }

  .slide-6, .slide-7, .slide-8 {
    width: 150px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon, .right-arrow-2, .left-arrow-2 {
    display: block;
  }

  .header-nav-link-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .features-table-copy {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-7 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .slide-10 {
    height: auto;
    background-position: 20%;
    background-size: cover;
  }

  .slider-3 {
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    display: none;
  }

  .text-span-copy-copy {
    max-width: none;
    justify-content: center;
    font-size: 25px;
    display: block;
  }

  .italic-text-copy-copy {
    margin-top: 10px;
    font-size: 13px;
  }

  .section-8 {
    flex-direction: column;
    display: none;
  }

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

  .section-8-smartphones {
    height: auto;
    display: block;
  }

  .slider-4 {
    height: 250px;
    display: flex;
  }

  .div-block-48 {
    width: 350px;
  }

  .image-34 {
    height: auto;
  }

  .slide-12 {
    width: 100vw;
    height: auto;
    background-image: url('../images/novo-site-da-opportunity.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
  }

  .mask-3 {
    height: auto;
  }

  .slide-13 {
    width: 100%;
    background-image: url('../images/banner-inicio.jpg');
    background-position: 50%;
    background-size: cover;
    border: 0 #000;
  }

  .text-block-20 {
    width: 100%;
    font-size: 10px;
  }

  .slide-9-atua-o {
    width: 150px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-4-copy {
    width: 135px;
    margin-right: 0;
  }

  .mask-4 {
    height: 100%;
  }

  .slide-4-copy {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-5-copy {
    width: 150px;
    height: 100%;
    background-position: 50%;
    margin-left: 0;
  }

  .slide-6-copy, .slide-9-atua-o-copy, .slide-7-copy, .slide-8-copy {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-simple-flat-square-tab {
    padding: 16px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 0px;
    padding: 20px 20px;
    top: 60px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .spark-centered-900 {
    margin-bottom: 0px;
  }

  .spark-centered-900.associadas-emp {
    margin-bottom: 0;
  }

  .spark-centered-900.serv-emp {
    width: 290px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .spark-section {
    padding: 25px 20px;
  }

  .spark-section h1 {
    font-size: 1.3rem;
  }

  .spark-section h2 {
    font-size: 1.2rem;
  }

  .body-3 {
    background-color: #f7f6f4;
  }

  .div-block-49 {
    width: 300px;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

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

  .div-block-52 {
    margin-left: 0;
  }

  .heading-19 {
    width: 280px;
  }

  .heading-20 {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .body-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-blog {
    padding: 4px 13px;
    font-size: 10px;
  }

  .section-9 {
    width: 300px;
    padding-left: 10px;
    padding-right: 0;
  }

  .section-10 {
    width: 300px;
    justify-content: center;
    display: flex;
  }

  .email {
    width: auto;
  }

  .section-11 {
    width: 290px;
  }

  .body-7 {
    background-color: #f7f6f4;
  }

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

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

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-position: 0 0, 70% 100%;
    padding-top: 170px;
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 1.3rem;
  }

  .spark-section-2 h2 {
    font-size: 1.3rem;
  }

  .spark-section-2 p {
    font-size: 14px;
    line-height: 20px;
  }

  .spark-section-2 h1 {
    font-size: 1.3rem;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 20px;
  }

  .spark-button-text {
    width: 289.094px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: .6rem;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3.spark-hero-background-image {
    padding-bottom: 60px;
  }

  .spark-section-3 h1 {
    font-size: 1.3rem;
  }

  .spark-section-3 h2 {
    font-size: 1.3rem;
  }

  .div-block-61 {
    margin-left: 27px;
  }

  .left-arrow-4 {
    margin-left: 112px;
  }

  .ajuste-cel {
	padding-top: 30px;
	padding-bottom: 30px;
}

  .slide-14 {
    margin-left: 3px;
    margin-right: 0;
  }

  .slider-5 {
    width: 280px;
  }

  .centered-subheading-2 {
    max-width: 260px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 11px;
  }

  .slide-15 {
    margin-right: 0;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
    font-size: 27px;
  }

  .container-10001 {
    width: 280px;
    max-width: none;
    transform: none;
  }

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

  .brix---container-default-copy {
    max-width: none;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }

.slide-16 {
    width: 100%;
  }

  .section-16 {
    height: 600px;
  }

  .div-block-65 {
    width: 320px;
  }

.spark-section-3.spark-hero-background-image.img-cel-new {
  background-position: 28% 0;
    background-size: 1300px;
}

  .div-block-67 {
height: 250px;
    background-position: 50%;
    background-size: auto 250px;
  }
.div-block-53 {
min-width: 280px;
max-width: 280px;
}

.heading-h2-2 {
font-size: 1.3rem;
}

.uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_4ecfae25-e4ce-c0f2-99c1-8b0afa5b394d-de92ca3c, #w-node-_4ecfae25-e4ce-c0f2-99c1-8b0afa5b3953-de92ca3c, #w-node-_4ecfae25-e4ce-c0f2-99c1-8b0afa5b3959-de92ca3c, #w-node-_67c83bb6-3029-761d-6875-5109f356488c-de92ca3c, #w-node-_1b2ada49-a4a3-2976-c7f9-bd4b3c8f3eb1-de92ca3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_991062f9-5572-a4d1-1a06-a35346fb5aae-de92ca3c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr .25fr;
}

#w-node-d465dbce-3970-04ce-e670-5f6ca3255ca1-de92ca3c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dda15a6c-db44-f17c-480b-1c517e6f6d56-de92ca3c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51108cc2-6b8b-c4b8-1dad-6af40fd1e8b8-de92ca3c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_604ab217-4370-dad1-2ae8-798e702dacc3-de92ca3c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1afa0f51-83f5-bb60-379c-6ea3810cac80-de92ca3c, #w-node-_1afa0f51-83f5-bb60-379c-6ea3810cac8f-de92ca3c, #w-node-_1afa0f51-83f5-bb60-379c-6ea3810cac95-de92ca3c, #w-node-_3a06d54e-0f1f-4cac-e0c3-9d1a1a2965df-de92ca3d, #w-node-_3a06d54e-0f1f-4cac-e0c3-9d1a1a2965ee-de92ca3d, #w-node-_3a06d54e-0f1f-4cac-e0c3-9d1a1a2965f4-de92ca3d, #w-node-dff4b6a9-30ee-17d4-ca92-b2a02fd05882-de92ca3f, #w-node-dff4b6a9-30ee-17d4-ca92-b2a02fd05891-de92ca3f, #w-node-dff4b6a9-30ee-17d4-ca92-b2a02fd05897-de92ca3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59e09f3-b3ce-7d67-4277-670e8940fc4c-de92ca40, #w-node-f59e09f3-b3ce-7d67-4277-670e8940fc58-de92ca40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f59e09f3-b3ce-7d67-4277-670e8940fc5c-de92ca40 {
  justify-self: start;
}

#w-node-_2a5b297f-fb1c-b950-29b9-215b6931fa8a-de92ca40, #w-node-_2a5b297f-fb1c-b950-29b9-215b6931fa99-de92ca40, #w-node-_2a5b297f-fb1c-b950-29b9-215b6931fa9f-de92ca40, #w-node-c2b6a7a6-efe6-62c1-0b37-14db3a7d7522-de92ca41, #w-node-c2b6a7a6-efe6-62c1-0b37-14db3a7d7531-de92ca41, #w-node-c2b6a7a6-efe6-62c1-0b37-14db3a7d7537-de92ca41, #w-node-_72022fe9-5632-7bd4-d27f-7793be065541-de92ca42, #w-node-_9df0c5ed-20b4-8673-59a6-e0f9e198a596-de92ca42, #w-node-_924d539e-7a65-ccc8-6283-0bac56d59bb3-de92ca42, #w-node-_924d539e-7a65-ccc8-6283-0bac56d59bb4-de92ca42, #w-node-aecffa38-f020-9e5e-c8e8-0277ed10dec5-de92ca42, #w-node-aecffa38-f020-9e5e-c8e8-0277ed10dec6-de92ca42, #w-node-_5184bc5e-da6f-0fdd-a8f0-4ac48d5d09d9-de92ca42, #w-node-_5184bc5e-da6f-0fdd-a8f0-4ac48d5d09da-de92ca42, #w-node-_5341d7de-552a-5460-6380-786682280c3a-de92ca42, #w-node-_5341d7de-552a-5460-6380-786682280c3b-de92ca42, #w-node-_0cdefc98-093d-68b9-6476-76137995b59a-de92ca42, #w-node-_0cdefc98-093d-68b9-6476-76137995b59b-de92ca42, #w-node-_3da60726-9468-e1a0-90de-a394f1106ae4-de92ca42, #w-node-_3da60726-9468-e1a0-90de-a394f1106ae5-de92ca42, #w-node-_25871044-47b6-d92f-f846-8eff29e44ce4-de92ca42, #w-node-_25871044-47b6-d92f-f846-8eff29e44ce5-de92ca42, #w-node-_3d9a7aa4-a80b-e7c5-9107-f2281d76573e-de92ca42, #w-node-_3d9a7aa4-a80b-e7c5-9107-f2281d76574d-de92ca42, #w-node-_3d9a7aa4-a80b-e7c5-9107-f2281d765753-de92ca42, #w-node-c41e9dc7-3fd5-aa59-0353-ee3d160b9ccc-de92ca43, #w-node-c41e9dc7-3fd5-aa59-0353-ee3d160b9cdb-de92ca43, #w-node-c41e9dc7-3fd5-aa59-0353-ee3d160b9ce1-de92ca43, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f122a-de92ca44, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f1230-de92ca44, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f1236-de92ca44, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f123c-de92ca44, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f1242-de92ca44, #w-node-_18c332c2-46d4-6eec-3fcc-9855534f1248-de92ca44, #w-node-b037fffc-9bdb-b0f9-74a2-de6eeaf41f4f-de92ca44, #w-node-b037fffc-9bdb-b0f9-74a2-de6eeaf41f5e-de92ca44, #w-node-b037fffc-9bdb-b0f9-74a2-de6eeaf41f64-de92ca44, #w-node-a0d66ee4-2c5c-7e54-d6a0-d3c081bf93fc-de92ca45, #w-node-a0d66ee4-2c5c-7e54-d6a0-d3c081bf940b-de92ca45, #w-node-a0d66ee4-2c5c-7e54-d6a0-d3c081bf9411-de92ca45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_991062f9-5572-a4d1-1a06-a35346fb5aae-de92ca3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_991062f9-5572-a4d1-1a06-a35346fb5aae-de92ca3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr .25fr;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f59e09f3-b3ce-7d67-4277-670e8940fc58-de92ca40 {
    grid-column: span 1 / span 1;
  }
}


