@font-face {
  font-family: Xp;
  src: url('../fonts/XP-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Xp;
  src: url('../fonts/XP-BlackOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Xp;
  src: url('../fonts/XP-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Xp;
  src: url('../fonts/XP-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Xp;
  src: url('../fonts/XP-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Xp;
  src: url('../fonts/XP-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --bege: #fffcf8;
  --cinza-claro-1: #f2f2f2;
  --rosa: #ea78b6;
  --branco: #fff;
  --roxo: #5062f6;
  --cinza-escuro: #0f0f0f;
  --cinza-claro-2: #d6d6d6;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.menu-1 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffcf8cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.holder-1-menu {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: flex;
}

.logo-menu {
  margin-right: auto;
}

.img-1-menu {
  height: 50px;
}

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

.link-1-menu {
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lexend, sans-serif;
  transition: all .2s;
}

.link-1-menu:hover {
  background-color: var(--cinza-claro-1);
}

.link-1-menu.w--current {
  color: var(--rosa);
}

.link-2-menu {
  background-color: var(--rosa);
  color: var(--branco);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Lexend, sans-serif;
  transition: all .2s;
}

.link-2-menu:hover {
  background-color: var(--roxo);
}

.link-2-menu.w--current {
  color: var(--branco);
}

.header-home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 195vh;
  display: none;
  position: relative;
}

.conteudo-1-header-home {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
  position: absolute;
}

.texto-1-header-home {
  max-width: 570px;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
}

.botao-1-salva-tempo {
  background-color: var(--roxo);
  width: 300px;
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-1-salva-tempo:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-1-salva-tempo.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 240px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.botao-1-salva-tempo.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.botao-1-salva-tempo.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.texto-1-botao-salva-tempo {
  color: var(--branco);
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.texto-1-botao-salva-tempo:hover {
  color: var(--branco);
}

.parceiros {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.conteudo-6-seguranca {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.texto-1-parceiros {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.holder-1-parceiros {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 40px;
  display: none;
}

.img-1-parceiros {
  height: 24px;
  margin: 20px;
}

.img-1-parceiros.vertical {
  height: 35px;
}

.img-1-parceiros.horizontal {
  height: 31px;
}

.passos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.conteudo-1-passos {
  background-color: var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
}

.holder-1-passos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.holder-2-passos {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
  position: relative;
}

.texto-1-passos {
  border: 1px solid var(--branco);
  background-color: var(--cinza-escuro);
  width: 50px;
  height: 50px;
  color: var(--branco);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  display: flex;
}

.texto-2-passos {
  color: var(--branco);
  text-align: center;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.texto-3-passos {
  max-width: 300px;
  color: var(--branco);
  text-align: center;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.texto-3-passos.alt-2 {
  max-width: 220px;
}

.texto-3-passos.alt-3 {
  max-width: 180px;
}

.risca-1-passos {
  background-color: var(--branco);
  width: 65%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 45px 0% auto;
}

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

.destaques {
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.conteudo-1-destaques {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  display: flex;
}

.texto-1-destaques {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.texto-2-destaques {
  color: var(--cinza-escuro);
  text-align: center;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.holder-1-destaques {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.holder-2-destaques {
  z-index: 1;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.holder-3-destaques {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 47%;
  min-height: 400px;
  margin: 6px .5%;
  padding: 20px;
  display: flex;
}

.holder-3-destaques.img-2 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-2.webp');
  width: 25%;
}

.holder-3-destaques.img-3 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-3.webp');
  width: 25%;
}

.holder-3-destaques.img-4 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-4.webp');
}

.holder-3-destaques.img-5 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-5.webp');
  width: 25%;
}

.holder-3-destaques.img-6 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-6.webp');
  background-position: 0 0, 50% 100%;
  width: 25%;
}

.texto-3-destaques {
  max-width: 191px;
  color: var(--branco);
  text-align: left;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.texto-3-destaques.alt-1 {
  max-width: 170px;
}

.texto-3-destaques.alt-2 {
  max-width: 120px;
}

.texto-4-destaques {
  color: var(--branco);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.texto-4-destaques.alt-1 {
  max-width: 190px;
}

.tarefas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 300vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.conteudo-1-tarefas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  display: flex;
  position: sticky;
  top: 30vh;
}

.texto-1-tarefas {
  color: var(--cinza-escuro);
  align-self: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.texto-2-tarefas {
  color: var(--cinza-escuro);
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.holder-1-tarefas {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-2-tarefas {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.img-1-tarefas {
  width: 3000px;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
}

.sombras-tarefas {
  background-image: linear-gradient(90deg, var(--branco), #fff0 25%, #fff0 75%, var(--branco));
  position: absolute;
  inset: 0%;
}

.whatsapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 95vh;
  padding: 60px 0;
  font-size: 13px;
  display: flex;
}

.conteudo-1-whatsapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.texto-1-whatsapp {
  max-width: 710px;
  color: var(--cinza-escuro);
  margin: 0 auto 0 5%;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.depoimentos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.conteudo-1-depoimentos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  display: flex;
}

.texto-1-depoimentos {
  max-width: 800px;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.lista-de-espera {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.conteudo-1-lista-espera {
  border: 1px solid var(--cinza-escuro);
  background-image: url('../images/Grafismo-2-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding: 50px 70px;
  display: flex;
}

.texto-1-lista-espera {
  max-width: 410px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

.holder-1-lista-espera {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.texto-2-lista-espera {
  max-width: 387px;
  color: var(--cinza-escuro);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.form-lista-espera {
  width: 70%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.form-hoolder-1-lista-espera {
  width: auto;
}

.field-1-form-lista-espera {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  min-height: 50px;
  color: var(--cinza-escuro);
  background-color: #fff6;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.enviar-form-lista-espera {
  background-color: var(--cinza-escuro);
  width: 100%;
  color: var(--branco);
  text-align: center;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.enviar-form-lista-espera:hover {
  background-color: var(--rosa);
}

.ctas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.texto-4-passos {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.conteudo-1-ctas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.holder-1-ctas {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.holder-2-ctas {
  background-image: linear-gradient(#0000 22%, #0006 71%), url('../images/destaque-1-corp.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 32%;
  min-height: 400px;
  margin: 5px .5%;
  padding: 20px;
  display: flex;
}

.holder-2-ctas.img-cta-2 {
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-2-parceiro.webp');
  background-position: 0 0, 50% 100%;
}

.holder-2-ctas.img-3-ctas {
  background-color: var(--roxo);
  background-image: linear-gradient(#0000, #000c 80%), url('../images/destaque-3-trabalhe.webp');
  background-position: 0 0, 50%;
  justify-content: flex-end;
  align-items: center;
}

.texto-1-ctas {
  color: var(--branco);
  text-align: center;
  margin-bottom: 5px;
  font-family: Lexend, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
}

.botao-1-ctas {
  background-color: var(--branco);
  width: 100%;
  color: var(--cinza-escuro);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 15px;
  font-family: Lexend, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-1-ctas:hover {
  background-color: var(--roxo);
  color: var(--branco);
  transform: translate(0, -2px);
}

.faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.conteudo-1-faq {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.texto-1-faq {
  width: 50%;
  max-width: 630px;
  color: var(--cinza-escuro);
  text-align: left;
  margin: 0 auto;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.holder-1-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 500px;
  margin-right: 0;
  display: flex;
}

.holder-2-faq {
  border: 1px solid var(--cinza-escuro);
  background-color: var(--bege);
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 15px;
  display: flex;
}

.pergunta-1-faq {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.texto-2-faq {
  max-width: none;
  color: var(--cinza-escuro);
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.texto-3-faq {
  color: var(--cinza-escuro);
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.holder-x-1-faq {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.x-1-faq {
  background-color: var(--cinza-escuro);
  width: 100%;
  height: 2px;
}

.x-2-faq {
  background-color: var(--cinza-escuro);
  width: 2px;
  height: 100%;
  position: absolute;
}

.banner-1-home {
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.conteudo-1-banner-1-home {
  background-image: linear-gradient(180deg, #0000 30%, var(--cinza-escuro) 95%), url('../images/banner-tempo-1.jpg');
  width: 100%;
  max-width: none;
  min-height: 800px;
  color: var(--branco);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.texto-1-banner-1-home {
  max-width: 380px;
  color: var(--branco);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
}

.holder-1-banner-1-home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.texto-2-banner-1-home {
  color: var(--branco);
  text-align: left;
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
}

.img-2-botao-salva-tempo {
  width: 20px;
  transform: rotate(-90deg);
}

.rodape-1 {
  background-color: var(--cinza-escuro);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.conteudo-1-rodape {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.holder-1-rodape {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.logo-rodape {
  margin-right: auto;
}

.logo-rodape.w--current {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.img-1-rodape {
  width: 160px;
}

.holder-2-rodape {
  background-color: var(--cinza-escuro);
  color: var(--branco);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.holder-2-rodape:hover {
  filter: invert();
}

.img-2-rodape {
  width: 40px;
  margin-right: 10px;
}

.texto-1-rodape {
  color: var(--branco);
  margin-left: 10px;
  margin-right: auto;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.holder-3-rodape {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.holder-4-rodape {
  background-color: var(--cinza-escuro);
  color: var(--branco);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.holder-4-rodape:hover {
  filter: invert();
}

.seguranca {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.conteudo-1-seguranca {
  border: 1px solid var(--cinza-escuro);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  padding: 70px;
  display: flex;
}

.texto-1-seguranca {
  max-width: 380px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.holder-1-seguranca {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.holder-2-seguranca {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  max-width: 310px;
  display: flex;
}

.holder-2-seguranca.alt {
  max-width: 230px;
}

.img-1-seguranca {
  width: 40px;
  margin-bottom: 20px;
}

.slider-depoimentos {
  background-color: #fffdfa00;
  flex: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mask-depoimentos {
  width: 50%;
  height: auto;
  padding-left: 10%;
  overflow: visible;
}

.slide-1-depoimentos {
  width: 100%;
  padding: 10px;
}

.seta-esquerda-depoimentos {
  z-index: 2;
  border-radius: 20px;
  width: 10%;
  transition: all .2s;
  inset: 0% auto 0% 0%;
}

.seta-esquerda-depoimentos:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/seta-esquerda.svg'), linear-gradient(90deg, #ec78b526, #5062f600);
  background-position: 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30%, auto;
}

.seta-direita-depoimentos {
  border-radius: 20px;
  width: 10%;
  transition: all .3s;
  inset: 0% 0% 0% auto;
}

.seta-direita-depoimentos:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/Seta-direita.svg'), linear-gradient(90deg, #5062f600, #ec78b526);
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30%, auto;
}

.slider-nav-depoimentos {
  display: none;
  position: relative;
}

.holder-1-slide-depoimentos {
  border: 1px solid var(--cinza-claro-2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.texto-2-depoimentos {
  color: var(--cinza-escuro);
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.texto-3-depoimentos {
  color: var(--cinza-escuro);
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.texto-4-depoimentos {
  color: var(--cinza-escuro);
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.fade-1-depoimentos {
  z-index: 1;
  background-image: linear-gradient(90deg, #fffdfa, #fffdfa00 10% 90%, #fffdfa);
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-whatsapp {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.tab-menu-whatsapp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.tab-content-whatsapp {
  width: 68%;
  height: 100%;
  margin-left: 0;
}

.tab-link-1-whatsapp {
  border: 1px solid var(--cinza-claro-2);
  width: 100%;
  height: auto;
  color: var(--cinza-escuro);
  background-color: #fff0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 25px;
  display: flex;
}

.tab-link-1-whatsapp.w--current {
  border-color: var(--cinza-escuro);
  background-color: #fff0;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.texto-2-whatsapp {
  font-family: Lexend, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.texto-3-whatsapp-b1 {
  max-width: 360px;
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.texto-3-whatsapp-b2 {
  max-width: 360px;
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: none;
}

.texto-3-whatsapp-b3 {
  max-width: 360px;
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.background-video {
  z-index: 1;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
}

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

.texto-1-success {
  width: 80%;
  max-width: none;
  color: var(--cinza-escuro);
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend, sans-serif;
}

.success-holder-1-lista-espera {
  background-color: var(--bege);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  height: 320px;
  color: var(--branco);
  border: 1px solid #000;
  border-radius: 20px;
}

.texto-1-erro {
  text-align: center;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend, sans-serif;
}

.error-message {
  color: var(--branco);
  background-color: #f3315b;
  border-radius: 10px;
}

.texto-2-seguranca {
  color: var(--cinza-escuro);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.video-header-home {
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  inset: 0 0% 0%;
  overflow: visible;
}

.bold-header-home {
  color: var(--roxo);
}

.img-2-header-home {
  width: 60%;
  max-width: 600px;
  margin-top: -40px;
  margin-bottom: -40px;
  margin-left: auto;
  position: relative;
}

.img-2-header-home.alt-1 {
  margin-left: 0;
  margin-right: auto;
}

.img-2-header-home.alt-2 {
  max-width: 280px;
  margin-left: 0;
  margin-right: auto;
}

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

.holder-2-header-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 92vh;
  display: flex;
  position: sticky;
  top: 70px;
}

.holder-2-parceiros {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-2-parceiros {
  width: 2000px;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.holder-3-parceiros {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0 30% 70%, #fff);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.holder-4-parceiros {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.texto-5-passos {
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.texto-5-passos.hero {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 560px;
}

.texto-5-passos._2 {
  font-size: 38px;
}

.conteudo-2-passos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.holder-4-passos {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-4-passos.card-2 {
  height: 500px;
}

.holder-4-passos.card-3 {
  margin-bottom: 0;
}

.holder-5-passos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.holder-5-passos.card-2 {
  margin-bottom: 100px;
}

.texto-6-passos {
  max-width: 230px;
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 44px;
  font-weight: 200;
  line-height: 44px;
}

.texto-6-passos.card-2 {
  max-width: 160px;
}

.texto-6-passos.card-3 {
  max-width: 240px;
}

.texto-7-passos {
  max-width: 230px;
  color: var(--cinza-escuro);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.texto-7-passos.card-2 {
  max-width: 240px;
}

.img-1-passos {
  max-width: none;
  height: 400px;
  display: block;
}

.img-2-passos {
  max-width: none;
  height: 150px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.body {
  background-color: #fffdfa;
  font-family: Lexend, sans-serif;
}

.banner-2-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 95vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.conteudo-1-banner-2-home {
  background-image: url('../images/Tempo_Manifestacao.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  min-height: 580px;
  padding: 35px;
  display: flex;
}

.holder-1-banner-2-home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.texto-2-botao-salva-tempo {
  color: var(--cinza-escuro);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.img-3-botao-salva-tempo {
  filter: invert();
  width: 20px;
  transform: rotate(0);
}

.botao-2-salva-tempo {
  background-color: var(--branco);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 20px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-2-salva-tempo:hover {
  background-color: #a3f3a6;
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.img-4-botao-salva-tempo {
  width: 20px;
  transform: rotate(0);
}

.botao-1-faq {
  background-color: var(--cinza-escuro);
  width: 100%;
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-1-faq:hover {
  background-color: var(--roxo);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.texto-1-botao-faq {
  color: var(--branco);
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.img-4-botao-faq {
  width: 16px;
  transform: rotate(-135deg);
}

.dados {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.conteudo-1-dados {
  border: 1px solid var(--cinza-escuro);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  padding: 70px;
  display: flex;
}

.texto-1-dados {
  max-width: 510px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.holder-1-dados {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.holder-2-dados {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  max-width: 310px;
  display: flex;
}

.texto-2-dados {
  color: var(--cinza-escuro);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.texto-3-dados {
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 20px;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.img-3-rodape {
  width: 30px;
}

.holder-5-rodape {
  z-index: 99;
  background-color: var(--branco);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 10px 10px 20px #0003;
}

.holder-5-rodape:hover {
  background-color: var(--cinza-escuro);
  filter: none;
  color: var(--branco);
}

.botao-3-salva-tempo {
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: sticky;
  top: 80%;
}

.header-beneficios {
  background-image: url('../images/grafismo-beneficios-desktop.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  min-height: auto;
  padding-top: 70px;
  display: flex;
}

.conteudo-1-beneficios {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.texto-1-beneficios {
  max-width: 440px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
  overflow: hidden;
}

.texto-1-beneficios.alt {
  max-width: 450px;
}

.bold-1-beneficios {
  color: var(--roxo);
}

.texto-2-beneficios {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-beneficios {
  width: 50%;
  margin-bottom: 0;
}

.form-holder-beneficios {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.field-1-form-beneficios {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 100%;
  color: var(--cinza-escuro);
  background-color: #fff6;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.field-1-form-beneficios.error {
  border: 1px solid #ef3030;
}

.label-1-form-beneficios {
  width: 100%;
  color: var(--cinza-escuro);
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Lexend, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.field-holder-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.field-holder-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.menu-2 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffcf8cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.success-holder-1-beneficios {
  width: auto;
  color: var(--cinza-escuro);
  background-color: #fff0;
  padding: 0;
}

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

.texto-1-success-beneficios {
  text-align: left;
  max-width: 400px;
  margin-top: 20px;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 44px;
}

.texto-2-success-beneficios {
  text-align: left;
  max-width: 380px;
  margin-top: 50px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.img-1-success-beneficios {
  width: 90px;
}

.header-parceiros {
  background-image: url('../images/grafismo-parceiros-desktop.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.texto-1-parceiro {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
}

.texto-2-parceiro {
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.enviar-form-beneficios {
  background-color: var(--cinza-escuro);
  width: 100%;
  color: var(--branco);
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.enviar-form-beneficios:hover {
  background-color: var(--rosa);
}

.tarefas-carrossel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.conteudo-1-tarefas-carrossel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.holder-1-tarefas-carrossel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-2-tarefas-carrossel {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.depoimentos-carrossel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.conteudo-1-depoimentos-carrossel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-1-slide-depoimentos-carrossel {
  border: 1px solid var(--cinza-claro-2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  display: flex;
}

.holder-1-depoimentos-carrossel {
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.holder-2-depoimentos-carrossel {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.holder-1-depoimentos-carrossel-mobile {
  width: 100%;
  max-width: 1300px;
  display: none;
  position: relative;
  overflow: visible;
}

.fade-depoimentos {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--bege), #fffdfa00 5%, #fffdfa00 95%, var(--bege));
  width: 100%;
  position: absolute;
  inset: 0%;
}

.video-header-home-mobile {
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0 0% 0%;
  overflow: visible;
}

.tempo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.tempo._1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.conteudo-mais-tempo {
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: auto;
  padding: 0;
  display: flex;
}

.mais-tempo-item {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.mais-tempo-txt {
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.image {
  padding-bottom: 30px;
}

.box-preo {
  background-color: #535dfd;
  border-radius: 60px;
  padding: 8px 14px;
}

.text-plano {
  color: var(--branco);
  font-family: Lexend, sans-serif;
  font-size: 13px;
}

.text-span {
  color: #535dfd;
  font-weight: 700;
}

.header-faq {
  background-image: url('../images/grafismo-faq.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 55%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
}

.conteudo-1-faq-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.section-1-faq {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 4%;
}

.btn-faq {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 20px;
  width: 240px;
  margin-bottom: 5px;
  padding: 5px 0;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.btn-faq:hover, .btn-faq:active, .btn-faq:focus, .btn-faq:focus-visible, .btn-faq[data-wf-focus-visible], .btn-faq:visited, .btn-faq.w--current {
  font-weight: 700;
}

.conteudo-2-faq {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  display: block;
}

.box-btns-faq {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  margin-left: 0;
  display: flex;
}

.section-2-faq {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.conteudo-3-faq {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.titulo-1-faq {
  max-width: 440px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
}

.titulo-2-faq {
  max-width: 440px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 40px;
}

.holder-1-faq-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.section-3-faq, .section-4-faq {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-btns-faq-mobile {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  margin-left: 0;
  display: none;
}

.body-2 {
  background-color: var(--bege);
}

.box-btns-faq-mobile-2 {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  margin-left: 0;
  display: none;
}

.section-5-faq, .section-6-faq, .section-7-faq {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.texto-2 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.texto-2.hero {
  text-align: left;
  align-self: center;
  max-width: 460px;
  margin-bottom: 60px;
}

.texto-1-politica {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 46px;
}

.header-politica {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
}

.texto-2-politica {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.titulo-termos {
  font-size: 24px;
}

.menu-termos {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffcf8cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.conteudo-1-termos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  display: flex;
}

.video-faq {
  width: auto;
  height: 800px;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 2% 0% 0%;
  overflow: visible;
}

.section-1-manifesto {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.conteudo-manifesto {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.titulo-manifesto {
  max-width: 440px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Lexend, sans-serif;
  font-size: 44px;
  font-weight: 200;
  line-height: 48px;
}

.div-manifesto-1, .div-manifesto-2 {
  width: 45%;
}

.texto-corrido {
  max-width: none;
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.texto-destaque {
  max-width: none;
  color: var(--roxo);
  margin-top: 30px;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.text-span-3 {
  font-weight: 700;
}

.cta-manifesto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.conteudo-cta-manifesto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.botao-cta-manifesto {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-cta-manifesto:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.img-4-botao-manifesto {
  width: 20px;
  transform: rotate(-90deg);
}

.menu-interna {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffcf8cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.img-manifesto-mobile {
  display: none;
}

.image-2 {
  background-color: #fffcf8;
}

.cookie-faixa {
  z-index: 1010;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-popup-overlay {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  display: flex;
}

.cookie_botao {
  background-color: var(--roxo);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lexend, sans-serif;
}

.txt-popup-overlay {
  margin-right: 20px;
  font-family: Lexend, sans-serif;
  line-height: 14px;
}

.link-2 {
  color: var(--roxo);
}

.holder-1-lgpd {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.menu-faq {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fffcf8cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.texto-data {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
}

.body-3, .body-4 {
  background-color: var(--bege);
}

.header-planos {
  background-color: var(--bege);
  background-image: url('../images/grafismo-beneficios-desktop.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  display: block;
}

.body-5 {
  background-color: var(--bege);
}

.text-block-5, .text-block-6, .text-block-7 {
  font-size: 16px;
  line-height: 22px;
}

.body-6 {
  background-color: var(--bege);
}

.video-header-home-copy {
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  inset: 0 0% 0%;
  overflow: visible;
}

.header-plano-pag {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.tit-header-pag {
  color: var(--cinza-escuro);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.text-block-8 {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  padding: 3px 15px;
}

.conteudo-header-pag {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.txt-pag {
  max-width: 380px;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-section {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.h4-cards {
  font-weight: 400;
}

.img-cards {
  width: 40px;
}

.div-cards {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  padding: 20px;
}

.div-tit-faq {
  flex-flow: wrap;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.tit-faq-pgtos {
  max-width: 630px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.txt-cards {
  font-weight: 300;
}

.txt-legend-white {
  margin-top: 20px;
  font-weight: 200;
}

.txt-banner-rodape-pgtos {
  max-width: 460px;
  color: var(--branco);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-9 {
  max-width: 400px;
  font-weight: 300;
}

.content-plan {
  background-color: var(--branco);
  filter: drop-shadow(10px 10px 20px #0003);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-10 {
  margin-right: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.columns {
  width: 80%;
}

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

.div-block-13 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-arrow-list {
  width: 28px;
  margin-right: 10px;
}

.txt-tit-list {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.bt-action-plan {
  background-color: var(--roxo);
  width: 80%;
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-action-plan:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.txt-extra-info {
  border: 1px solid var(--cinza-escuro);
  text-align: center;
  border-radius: 8px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.div-top-plan {
  background-color: var(--roxo);
  width: 100%;
  color: var(--branco);
  text-align: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  display: flex;
}

.tit-planos {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.txt-legend-grey {
  width: 100%;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}

.txt-pag-center {
  text-align: center;
  max-width: 800px;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-12 {
  max-width: 440px;
  color: var(--cinza-claro-2);
  margin-left: 10px;
}

.div-content-header-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 60px;
  display: flex;
}

.div-content-header-right {
  width: 40%;
  height: auto;
}

.bt-action-header {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-action-header:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.bt-action-prices {
  border: 1px solid var(--cinza-escuro);
  color: var(--cinza-escuro);
  border-radius: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
}

.bt-action-prices:hover {
  background-color: var(--cinza-escuro);
  color: var(--cinza-claro-1);
  transform: translate(0, -2px);
}

.div-bts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

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

.image-3 {
  width: 28px;
}

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

.txt-highlight-how-works {
  color: var(--roxo);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.content-how-works {
  border: 1px solid var(--cinza-escuro);
  background-image: url('../images/grafismo-faq.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 460px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  padding: 20px 40px 40px 60px;
  display: none;
}

.background-video-2 {
  border-radius: 20px;
}

.txt-plan {
  text-align: center;
  max-width: 800px;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.bt-fale-com {
  z-index: 99;
  background-color: var(--branco);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 0;
  padding: 10px;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 20px 30px auto;
  box-shadow: 10px 10px 20px #0003;
}

.bt-fale-com:hover {
  background-color: var(--roxo);
  filter: none;
  color: var(--branco);
}

.bt-start-now-footer {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-start-now-footer:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

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

.txt-examples {
  text-align: left;
  height: 50px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.img-examples {
  border-radius: 20px;
  max-height: 493px;
  box-shadow: 0 2px 20px #0000001a;
}

.div-examples {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-examples-center {
  width: 300px;
  max-width: 364px;
}

.texto-2-compliance {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.texto-1-compliance {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 48px;
}

.header-compliance {
  background-image: url('../images/img-compliance.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-top: -70px;
  padding-top: 20px;
  padding-bottom: 70px;
  display: flex;
}

.conteudo-1-compliance {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  padding-top: 60px;
  display: flex;
}

.texto-destaque-compliance {
  max-width: 700px;
  color: var(--roxo);
  margin-top: 0;
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.botao-cta-etica {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-cta-etica:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.div-block-15 {
  max-width: 800px;
  margin-top: 30px;
  display: flex;
}

.botao-cta-compliance {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 40px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-cta-compliance:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.menu-2-compliance {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.link-3 {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.link-4, .link-5 {
  color: #333;
  font-weight: 600;
}

.header-xp2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
}

.conteudo-xp-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.header-xp {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.video-header-xp {
  width: 100%;
  height: 100svh;
  display: none;
  position: sticky;
  inset: 0 0% 0%;
  overflow: visible;
}

.menu-xp {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.holder-menu-xp {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
}

.logo-menu-xp {
  margin-left: auto;
  margin-right: auto;
}

.section-xp-2 {
  background-color: #f5f5f5;
  background-image: url('../images/grafismo-tempo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
  position: static;
}

.holder-xp-2 {
  background-color: #fff0;
  padding-top: 50px;
  padding-bottom: 0;
  position: sticky;
}

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

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo-xp-1 {
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 14px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.titulo-xp-1._2 {
  margin-bottom: 60px;
  line-height: 48px;
}

.div-titulo-xp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-cards-xp {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-card-item {
  width: 380px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-card-item-titulo {
  background-color: #fbc104;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.div-card-item-titulo._2 {
  background-color: #dfdfdf;
}

.heading-2 {
  color: #000;
  font-family: Xp, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.card-border-individual {
  background-color: #fff;
  border: 2px solid #fbc104;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 30px 29px;
  display: flex;
}

.card-border-individual._2 {
  border-color: #dfdfdf;
  justify-content: center;
  align-items: center;
}

.div-card-item-infos-valor {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.texto-xp-14 {
  color: #000;
  text-align: left;
  font-family: Xp, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.texto-xp-14._2 {
  text-align: left;
}

.texto-xp-14._1 {
  height: 40px;
}

.valor-xp {
  align-items: center;
  display: flex;
}

.valor-xp._3 {
  margin-top: 20px;
}

.texto- {
  color: #000;
  font-family: Xp, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.texto-valor {
  color: #000;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 68px;
}

.texto-mes {
  color: #000;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.texto-xp-14-2 {
  color: #606060;
  height: 20px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.texto-xp-14-2._2 {
  text-align: left;
}

.texto-xp-18 {
  color: #000;
  text-align: center;
  margin-top: 24px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.texto-xp-18._2 {
  text-align: left;
}

.section-xp-3 {
  background-color: #f5f5f5;
  display: flex;
}

.card-list-individual {
  background-color: #fff0;
  width: 80%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-icones-xp {
  margin-top: 0;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-icones-item, .div-icones-item._2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.div-icones-item._1 {
  width: 100%;
  display: flex;
}

.div-icones-item._8 {
  display: block;
}

.div-icones {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.div-icones._1 {
  flex-flow: column;
  justify-content: flex-start;
  width: 45%;
  height: auto;
  margin-top: 50px;
}

.div-block-17 {
  background-color: #e00;
  width: 100%;
  height: 50px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.title-sucess {
  max-width: 410px;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.div-icones-item-text {
  margin-left: 14px;
}

.degrade-wrapper {
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.section-xp-4 {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  display: none;
}

.button {
  color: #95520c;
  background-color: #fff5df;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.btn-xp-1 {
  color: #95520c;
  background-color: #fff5df;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.btn-xp-2 {
  color: #121212;
  background-color: #fbc104;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.slider-xp, .slider-xp-copy {
  display: none;
}

.div-block-20 {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.btn-individual, .btn-residencial {
  color: #121212;
  background-color: #fbc104;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.div-card-item-infos-2 {
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 30px 29px;
  display: flex;
}

.div-card-item-infos-2._2 {
  border-color: #dfdfdf;
  justify-content: center;
  align-items: center;
}

.section-xp-pgto-1 {
  background-color: #f5f5f5;
  background-image: url('../images/grafismo-tempo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.holder-xp-pgto-1 {
  background-color: #fff0;
  width: 80%;
  max-width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
}

.div-voltar {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.titulo-xp-2 {
  color: var(--cinza-escuro);
  text-align: left;
  margin: 0 14px 0 0;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.titulo-xp-2.form {
  width: 100%;
  margin-bottom: 30px;
}

.btn-plano-xp {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 63px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Xp, Verdana, sans-serif;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-xp-pgto {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.dropdown-xp-pgto-titulo {
  margin-bottom: 6px;
  margin-left: 0;
  padding-left: 4px;
  font-family: Xp, Verdana, sans-serif;
  font-weight: 700;
}

.dropdown-xp-pgto-plano {
  font-weight: 400;
}

.div-form-cart-o {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-xp-pgto {
  width: 100%;
}

.div-form-xp-pgto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.titulo-form-xp-pgto {
  color: #474747;
  font-family: Xp, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.image-11 {
  margin-right: 12px;
}

.text-field {
  border-radius: 18px;
  height: 48px;
}

.campo-form-xp-pgto {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-left: 10px;
  font-family: Xp, Verdana, sans-serif;
  display: block;
}

.campo-form-xp-pgto.cpf {
  margin-bottom: 30px;
}

.div-campos-cartao {
  justify-content: space-between;
  display: flex;
}

.div-campos-cartao-itens {
  width: 48%;
}

.btn-termo-politica {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.btn-xp-pgto {
  color: #121212;
  background-color: #fbc104;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.cartao-xp-pgto {
  background-color: #1d1d1d;
  background-image: url('../images/logo-visa.svg'), linear-gradient(90deg, #151514, #1f1f1f);
  background-position: 92% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 235px;
  margin-top: 25px;
  padding: 20px;
  display: flex;
}

.cartao-xp-pgto-nome {
  color: #fff;
  font-family: Xp, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cartao-xp-pgto-titulo {
  color: #8e8e8e;
  margin-bottom: 12px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.cartao-xp-pgto-numero {
  color: #fff;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.cartao-xp-pgto-label {
  display: block;
}

.cartao-xp-pgto-label._2 {
  margin-left: 24px;
}

.cartao-xp-pgto-label._1 {
  display: flex;
}

.cartao-xp-pgto-label.cupom_success {
  display: none;
}

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

.cartao-xp-pgto-validade, .cartao-xp-pgto-cvv {
  color: #fff;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.radio-button-label {
  color: #505050;
  margin-left: 20px;
  font-family: Xp, Verdana, sans-serif;
}

.link-6, .link-7 {
  color: #505050;
  font-weight: 500;
}

.dropdown-list {
  top: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  top: 40px;
}

.section-erro {
  z-index: 99;
  background-color: #47474799;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.holder-erro {
  background-color: var(--branco);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: 10%;
}

.button-2 {
  background-color: #fbc104;
}

.texto-modal-xp {
  text-align: center;
  font-family: Xp, Verdana, sans-serif;
}

.btn-xp {
  color: #121212;
  background-color: #fbc104;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-family: Xp, Verdana, sans-serif;
  display: flex;
}

.heading-3, .titulo-modal-xp {
  font-family: Xp, Verdana, sans-serif;
  font-weight: 500;
}

.section-sucesso {
  z-index: 99;
  background-color: #47474799;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-12 {
  margin-left: 16px;
  display: none;
}

.section-sucesso-1, .section-erro-1 {
  z-index: 99;
  background-color: #47474799;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.holder-sucesso {
  background-color: var(--branco);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: 10%;
}

.rodape-xp {
  background-color: var(--cinza-escuro);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.img-1-rodape-xp {
  width: 240px;
}

.code-embed {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.card-list-residencial {
  background-color: #fff0;
  width: 80%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-form-xp-payment {
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -16px;
}

.section-loading {
  z-index: 99;
  background-color: #47474799;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.holder-loading {
  background-color: var(--branco);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: 10%;
}

.div-block-24 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-25 {
  flex: 50%;
  margin-right: 4px;
}

.div-block-26 {
  flex: 50%;
}

.code-embed-home {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.code-embed-home.mobile {
  display: none;
}

.header-home-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: none;
  position: static;
  overflow: hidden;
}

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

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

.img-1-menu-2 {
  height: 40px;
}

.scroll-container {
  display: none;
}

.card-bg-legacy {
  background-color: #fbc104;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.card-bg-legacy._2 {
  background-color: #dfdfdf;
}

.card-bg-individual {
  background-color: #fbc104;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.card-bg-individual._2 {
  background-color: #dfdfdf;
}

.card-border-residencial {
  background-color: #fff;
  border: 2px solid #fbc104;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 30px 29px;
  display: flex;
}

.card-border-residencial._2 {
  border-color: #dfdfdf;
  justify-content: center;
  align-items: center;
}

.btn-plano-xp-old {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 63px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Xp, Verdana, sans-serif;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown {
  width: 100%;
}

.icon {
  bottom: 20px;
  right: 6px;
}

.text-block-15 {
  padding-left: 4px;
  font-family: Xp, Verdana, sans-serif;
}

.dropdown-xp {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: Xp, Verdana, sans-serif;
}

.dropdown-link, .dropdown-link-2 {
  font-family: Xp, Verdana, sans-serif;
}

.form {
  width: 50%;
}

.background-video-3 {
  width: 100%;
  height: 90svh;
  display: block;
}

.section-xp-btn {
  background-color: #f5f5f5;
  padding-bottom: 50px;
}

.desktop {
  background-color: #fff0;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.desktop.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.btn-individual-1, .btn-residencial-2 {
  color: #121212;
  background-color: #fbc104;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.div-block-29 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.select-field {
  color: #333;
  background-color: #fff;
  border: 1px #000;
  height: 19px;
  margin-bottom: 0;
  padding: 0;
}

.form-xp {
  width: 50%;
}

.img-1-menu-copy {
  height: 50px;
}

.code-embed-2 {
  width: 100%;
}

.code-embed-3 {
  width: 100%;
  display: none;
}

.card-border-legacy {
  background-color: #fff;
  border: 2px solid #fbc104;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 30px 29px;
  display: flex;
}

.card-border-legacy._2 {
  border-color: #dfdfdf;
  justify-content: center;
  align-items: center;
}

.card-bg-residencial {
  background-color: #fbc104;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.card-bg-residencial._2 {
  background-color: #dfdfdf;
}

.card-list-legacy {
  background-color: #fff0;
  width: 80%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-legacy {
  color: #121212;
  background-color: #fbc104;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.conteudo-hero {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: auto;
  margin: 0 auto;
  padding: 170px 0 120px;
  display: flex;
}

.video-hero {
  border-radius: 20px;
  width: 520px;
  height: auto;
  margin-bottom: 0;
}

.video-hero.mobile {
  display: none;
}

.ocultar {
  padding-top: 40px;
  display: block;
}

.texto-hero {
  margin-right: 50px;
  display: block;
}

.div-block-31 {
  -webkit-backdrop-filter: drop-shadow(0 2px 8px #000);
  backdrop-filter: drop-shadow(0 2px 8px #000);
  border-radius: 20px;
}

.div-block-31.checkout {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 24px auto;
  display: flex;
  position: relative;
}

.background-video-4 {
  border-radius: 20px;
  width: 600px;
  height: 338px;
  box-shadow: 5px 5px 16px 12px #535dfd1a;
}

.background-video-4.checkout {
  margin-top: 18px;
  margin-bottom: 18px;
}

.planos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.planos._1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.conteudo-planos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: 0;
  display: flex;
}

.conteudo-planos.xp {
  margin-right: auto;
}

.div-plano {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 480px;
  height: 310px;
  padding: 20px;
  display: flex;
}

.div-plano._1 {
  border-width: 0;
  justify-content: center;
  width: 460px;
  padding: 20px 0;
}

.div-plano.hide {
  display: none;
}

.title-plano {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 28px;
  font-weight: 300;
  position: relative;
}

.title-plano._3 {
  margin-bottom: 0;
}

.texto-plano {
  max-width: 330px;
  height: auto;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.texto-valor-2 {
  max-width: none;
  color: var(--roxo);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 52px;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.texto-valor-3 {
  color: #8c8b89;
  text-align: left;
  max-width: none;
  margin-left: 10px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.div-inclui {
  margin-top: 40px;
  margin-bottom: auto;
}

.item-beneficio {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 14px;
  display: flex;
}

.item-beneficio._2 {
  justify-content: flex-start;
  align-items: center;
}

.texto-beneficios {
  max-width: 387px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.texto-beneficios._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.botao-plano {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-plano:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-plano.hero {
  margin-top: 0;
}

.botao-plano._1 {
  width: 100%;
}

.botao-plano._2 {
  background-color: var(--cinza-escuro);
  width: 100%;
}

.botao-plano._2:hover {
  background-color: var(--rosa);
}

.div-block-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titl-planos {
  max-width: 720px;
  color: var(--cinza-escuro);
  text-align: center;
  margin: 0 auto 20px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.titl-planos.xp {
  margin-bottom: 0;
}

.image-13 {
  width: 18px;
  height: 18px;
}

.image-13._2 {
  margin-top: 4px;
}

.div-block-34 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tempo-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.tempo-2._1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-plano-mobile {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 500px;
  height: 430px;
  padding: 30px;
  display: flex;
}

.div-plano-mobile._1 {
  border-width: 0;
  justify-content: center;
  width: 460px;
  padding: 20px 0;
  display: none;
}

.div-plano-beneficios {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 500px;
  height: 430px;
  padding: 30px;
  display: flex;
}

.div-plano-beneficios._1 {
  border-width: 0;
  justify-content: center;
  width: 460px;
  padding: 20px 0;
}

.conteudo-hero-xp {
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: auto;
  margin: 0 auto;
  padding: 170px 0 120px;
  display: flex;
}

.texto-hero-xp {
  margin-right: 50px;
  display: block;
}

.botao-1-salva-tempo-copy {
  background-color: var(--roxo);
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-1-salva-tempo-copy:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-1-salva-tempo-copy.hero {
  margin-top: 0;
}

.btn-xp-amarelo {
  color: var(--cinza-escuro);
  background-color: #fbc104;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-xp-amarelo:hover {
  background-color: #fff5e0;
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.btn-xp-amarelo.hero {
  margin-top: 0;
}

.btn-xp-amarelo._2 {
  width: 48%;
  margin-top: 0;
}

.btn-xp-amarelo._3 {
  width: 48%;
  color: var(--branco);
  background-color: #000;
  margin-top: 0;
}

.video-xp {
  border-radius: 20px;
  width: 600px;
  height: 338px;
  box-shadow: 5px 5px 16px 12px #b8b8b81a;
}

.div-textos {
  flex-flow: column;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.sec-xp-1 {
  background-color: #f5f5f5;
  display: flex;
}

.subtitle-xp {
  color: #000;
  text-align: center;
  font-family: Xp, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.subtitle-xp._2 {
  text-align: left;
}

.subtitle-xp._1 {
  height: 40px;
}

.sec-xp-2 {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.div-sec-xp {
  background-color: #fff0;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-17 {
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.passos-numero {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.passos-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.card-passos-xp {
  border: 1px solid #000;
  border-radius: 24px;
  width: 30%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-35 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.title-btn-xp {
  color: #000;
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.title-btn-xp._2 {
  color: var(--branco);
}

.sec-xp-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sec-xp-3._1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-xp-12 {
  background-color: #fff;
  display: flex;
}

.text-block-18 {
  color: #8c8b89;
  margin-bottom: 1px;
  font-family: Xp, Verdana, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-plano-xp {
  background-color: #fff;
  border: 2px solid #fbc104;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 480px;
  height: 340px;
  padding: 20px;
  display: flex;
}

.div-plano-xp:hover {
  border-color: #000;
  box-shadow: 0 0 20px #0003;
}

.div-plano-xp._1 {
  border-width: 0;
  justify-content: center;
  width: 460px;
  padding: 20px 0;
}

.div-plano-xp.hide {
  display: none;
}

.texto-valor-xp {
  color: #000;
  text-align: left;
  max-width: none;
  font-family: Lexend, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 52px;
}

.botao-plano-xp {
  color: var(--cinza-escuro);
  background-color: #fbc104;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-plano-xp:hover {
  background-color: #fff5e0;
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-plano-xp.hero {
  margin-top: 0;
}

.botao-plano-xp._1 {
  width: 100%;
}

.btn-plano-title-xp {
  color: #000;
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-36 {
  background-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 24px;
  margin-left: 20px;
  margin-right: 0;
  font-family: Xp, Verdana, sans-serif;
  font-size: 12px;
  display: flex;
  position: static;
  inset: auto 0% 9%;
}

.text-block-19 {
  color: var(--branco);
  text-align: center;
  font-size: 10px;
}

.faq-xp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.texto-1-faq-xp {
  width: 35%;
  max-width: 630px;
  color: var(--cinza-escuro);
  text-align: left;
  margin: 0 auto 0 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-20 {
  color: #505050;
  text-align: center;
  margin-top: 30px;
  font-family: Xp, Verdana, sans-serif;
}

.title-xp {
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.title-xp.hero {
  text-align: left;
  width: 460px;
}

.title-xp._2 {
  font-size: 38px;
}

.holder-2-faq-xp {
  border: 1px solid var(--cinza-escuro);
  background-color: var(--bege);
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 15px;
  display: flex;
}

.sec-xp, .sec-xp-12-copy {
  background-color: #fff;
  display: flex;
}

.sec-xp-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sec-xp-5 {
  background-color: #fff;
  display: flex;
}

.body-xp {
  background-color: var(--bege);
}

.titulo-xp-passos {
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.titulo-xp-passos._2 {
  margin-bottom: 60px;
  line-height: 48px;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-21 {
  color: #505050;
  font-family: Xp, Verdana, sans-serif;
}

.span {
  display: none;
}

.checkout_section {
  background-color: #fffcf8;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.checkout_section.alt {
  display: none;
}

.checkout_section.success_page, .checkout_section.agenda_page {
  display: flex;
}

.info_column_checkout {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info_wrapper_checkout {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}

.logo_tempo_link {
  width: auto;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.heading_checkout {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.plano_tag_checkout {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--rosa);
  background-color: #fad4e9;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 8px 8px 6px;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.icon_plano_tag {
  width: 16px;
}

.h2_checkout {
  color: var(--cinza-escuro);
  font-family: Lexend, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.h2_checkout.popup {
  text-align: center;
  margin-bottom: 16px;
}

.h2_checkout.sucesso {
  text-align: center;
  max-width: 450px;
  margin-bottom: 32px;
  line-height: 120%;
}

.recurso_list_plano {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f5f6ff;
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px;
}

.texto-beneficios_checkout {
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.texto-beneficios_checkout._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.texto-beneficios_checkout.popup {
  text-align: center;
  max-width: 340px;
  margin-bottom: 32px;
  margin-left: 0;
  line-height: 125%;
}

.item-beneficio_checkout {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.item-beneficio_checkout._2 {
  justify-content: flex-start;
  align-items: center;
}

.icon_recursos_checkout {
  width: 24px;
  height: 24px;
}

.icon_recursos_checkout._2 {
  margin-top: 4px;
}

.add_cupom_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--roxo);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-family: Lexend, sans-serif;
  line-height: 100%;
}

.add_cupom_wrapper:hover {
  opacity: .5;
}

.icon_add_cupom {
  width: 18px;
}

.resumo_pagamento_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.resumo_pagamento_wrapper.alt {
  border-bottom-width: 0;
  display: flex;
}

.resumo_row_checkout {
  color: #6e6e6e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  display: flex;
}

.resumo_row_checkout.cupom_row {
  display: none;
}

.total_pedido_wrapper_checkout {
  justify-content: space-between;
  width: 100%;
}

.valor_total_pedido_checkout {
  color: var(--roxo);
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.total_pedido_texto {
  color: var(--cinza-escuro);
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.form_block_cupom {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 5px;
}

.form_wrapper_cupom {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 16px;
  align-items: center;
  padding: 4px;
  display: none;
}

.form_wrapper_cupom.erro {
  border-color: #ef3030;
}

.form_button_cupom {
  color: var(--roxo);
  background-color: #3898ec00;
  border-radius: 10px;
  padding: 12px;
  font-family: Lexend, sans-serif;
  line-height: 100%;
  transition: all .2s;
}

.form_button_cupom:hover {
  background-color: var(--roxo);
  color: var(--branco);
}

.form_input_cupom {
  color: var(--cinza-escuro);
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.form_column_checkout {
  background-color: var(--branco);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  box-shadow: 0 4px 30px #00000026;
}

.form_contato_wrapper_checkout {
  flex-flow: column;
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.form_contato_checkout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 24px;
  display: flex;
}

.form_block_contato_checkout {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.termos_texto_form_pagamento {
  color: #6e6e6e;
  text-align: center;
  max-width: 470px;
  margin: 16px auto;
  font-family: Lexend, sans-serif;
  line-height: 120%;
}

.termos_texto_form_pagamento.disclaimer {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.link-8 {
  color: var(--roxo);
}

.pagamento_erro_wrapper {
  z-index: 9999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.erro_pagamento_popup {
  background-color: var(--branco);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  position: relative;
}

.icon_alert_popup {
  width: 40px;
  margin-bottom: 32px;
}

.icone_close_popup {
  position: absolute;
  inset: 24px 24px auto auto;
}

.tentar_novamente_popup {
  background-color: var(--roxo);
  width: 100%;
  color: var(--branco);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tentar_novamente_popup:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.tentar_novamente_popup.hero {
  width: 270px;
  margin-top: 0;
}

.tentar_novamente_popup.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.tentar_novamente_popup.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.suporte_whatsapp_popup {
  border: 1px solid var(--roxo);
  width: 100%;
  color: var(--roxo);
  background-color: #5062f600;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.suporte_whatsapp_popup:hover {
  background-color: #dee1ff;
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.suporte_whatsapp_popup.hero {
  width: 270px;
  margin-top: 0;
}

.suporte_whatsapp_popup.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.suporte_whatsapp_popup.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.pagamento_sucesso_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info_texto_pagamento_sucesso {
  color: #6e6e6e;
  text-align: center;
  font-family: Lexend, sans-serif;
  line-height: 135%;
}

.icon_pagamento_sucesso {
  width: 80px;
  margin-bottom: 24px;
}

.pagamento_preview {
  width: 100%;
  color: var(--cinza-escuro);
  background-image: url('../images/Subtract.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-radius: 8px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 10px 12px;
  font-family: Lexend, sans-serif;
}

.confirmacao_pagamento_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  color: var(--cinza-escuro);
  background-color: #dee1ff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.abrir_whatsapp {
  background-color: var(--roxo);
  width: 100%;
  color: var(--branco);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.abrir_whatsapp:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.abrir_whatsapp.hero {
  width: 270px;
  margin-top: 0;
}

.abrir_whatsapp.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.abrir_whatsapp.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.voltar_home {
  border: 1px solid var(--roxo);
  width: 100%;
  color: var(--roxo);
  background-color: #5062f600;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.voltar_home:hover {
  background-color: #dee1ff;
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.voltar_home.hero {
  width: 270px;
  margin-top: 0;
}

.voltar_home.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.voltar_home.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.video_pagamento_sucesso {
  border-radius: 20px;
  width: 100%;
  height: 310px;
  margin-top: 16px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 16px 12px #535dfd1a;
}

.plano_detalhes_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.detalhes_botao, .plano_info_wrapper_mobile {
  display: none;
}

.enviar-form-checkout {
  background-color: var(--roxo);
  width: 100%;
  color: var(--branco);
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.enviar-form-checkout:hover {
  background-color: var(--rosa);
}

.form_block_pagamento_checkout {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.form_wrapper_pagamento_checkout {
  grid-row-gap: 12px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.form_wrapper_pagamento_checkout.alt {
  border-bottom-width: 0;
  display: flex;
}

.form_pagamento_checkout {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 24px;
  display: flex;
}

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

.success-holder-1-contato {
  color: var(--cinza-escuro);
  background-color: #fff0;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.field-1-form-beneficios-erro {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 100%;
  color: var(--cinza-escuro);
  background-color: #fff6;
  border: 1px solid #ef3030;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.label-erro-field-form {
  color: #ef3030;
  margin-top: -5px;
  padding-top: 0;
  padding-left: 0;
  font-family: Lexend, sans-serif;
  font-size: 12px;
  display: none;
}

.text-span-4 {
  font-size: 42px;
  font-weight: 400;
}

.div-block-39 {
  display: none;
}

.div-inclui-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.div-block-40 {
  margin-top: auto;
}

.planos-holder-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-41 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: 1px solid #0003;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  min-height: 38px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 8px 15px;
}

.xp_add_cupom_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--cinza-escuro);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-family: Xp, Verdana, sans-serif;
  line-height: 100%;
}

.xp_add_cupom_wrapper:hover {
  opacity: .5;
}

.holder-1-campo-xp {
  display: flex;
  position: relative;
}

.btn-cupom-xp {
  color: var(--cinza-escuro);
  background-color: #cccccc40;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 25px;
  font-family: Xp, Verdana, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-cupom-xp:hover {
  background-color: #ccc;
}

.cartao-xp-pgto-label-copy {
  display: block;
}

.cartao-xp-pgto-label-copy._2 {
  margin-left: 24px;
}

.cartao-xp-pgto-label-copy._1 {
  display: flex;
}

.cartao-xp-pgto-label-copy.cupom_success, .cupom_success, .cupom_success.titulo-form-xp-pgto {
  display: none;
}

.agenda_embed_wrapper {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.embed_agenda {
  clear: none;
  text-align: left;
  flex-flow: wrap;
  order: 0;
  align-self: auto;
  width: 50%;
  font-family: Lexend, sans-serif;
  font-size: 10px;
  line-height: 16px;
  display: block;
}

.abrir_agenda {
  background-color: var(--rosa);
  width: 100%;
  color: var(--branco);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.abrir_agenda:hover {
  background-color: var(--cinza-escuro);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.abrir_agenda.hero {
  width: 270px;
  margin-top: 0;
}

.abrir_agenda.hero.beneficio {
  margin-left: auto;
  margin-right: auto;
}

.abrir_agenda.beneficios {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-family: Lexend, sans-serif;
}

.titulo-plano {
  color: #121212;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.div-plano-novo {
  border: 1px solid var(--cinza-escuro);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  width: 48%;
  height: 646px;
  padding: 20px;
  display: flex;
}

.div-plano-novo._1 {
  border-width: 0;
  justify-content: center;
  width: 460px;
  padding: 20px 0;
}

.div-plano-novo.hide {
  display: none;
}

.texto-descritivo {
  max-width: 387px;
  height: 54px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.texto-descritivo._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.texto-valor-premium {
  max-width: none;
  color: var(--cinza-escuro);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 52px;
}

.titulo-beneficios {
  max-width: 387px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 12px;
  margin-left: 0;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.titulo-beneficios._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.link-9 {
  margin-top: 28px;
}

.btn-especialista {
  color: var(--roxo);
  text-align: center;
  margin-top: 20px;
  font-family: Lexend, sans-serif;
}

.subtitulo-planos {
  max-width: 387svh;
  height: auto;
  color: var(--cinza-escuro);
  text-align: center;
  margin-bottom: 50px;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.subtitulo-planos._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.planos-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.planos-1._1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sss {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.planos-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.conteudo-1-faq-copy {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.conteudo-planos-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.holder-1-faq-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 500px;
  margin-right: 0;
  display: flex;
}

.holder-resolve {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-right: 0;
  display: flex;
}

.titulo-planos-3 {
  width: auto;
  max-width: 450px;
  color: var(--cinza-escuro);
  text-align: left;
  margin: 0 auto 20px 0;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.holder-beneficios {
  border: 1px solid var(--cinza-escuro);
  background-color: var(--bege);
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.pergunta-1-faq-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.holder-titulo-beneficios {
  border-radius: 19px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.holder-texto-beneficios {
  color: var(--cinza-escuro);
  margin-top: 0;
  padding: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.image-17 {
  margin-right: 15px;
}

.div-block-43 {
  width: 100%;
  padding: 20px;
  display: none;
}

.texto-resolve {
  max-width: none;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.texto-resolve._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.image-17-copy, .icon-gestao-dark {
  margin-right: 15px;
}

.icon-gestao-light {
  margin-right: 15px;
  display: none;
}

.planos-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.conteudo-planos-3 {
  z-index: 2;
  background-image: url('../images/forma.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.subtitulo-planos-3 {
  max-width: 387px;
  height: auto;
  color: var(--cinza-escuro);
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subtitulo-planos-3._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.subtitulo-planos-3._2 {
  max-width: 600px;
}

.planos-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.conteudo-planos-4 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.texto-1-faq-plano {
  width: 40%;
  max-width: 700px;
  color: var(--cinza-escuro);
  text-align: left;
  margin: 0 auto 0 0;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.holder-1-faq-planos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 550px;
  margin-right: 0;
  display: flex;
}

.planos-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.conteudo-planos-5 {
  z-index: 2;
  background-image: linear-gradient(90deg, #0000004d, #0000), url('../images/contato-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.titulo-planos-5 {
  width: auto;
  max-width: 500px;
  color: var(--branco);
  text-align: left;
  margin: 0 auto 20px 0;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.subtitulo-planos-5 {
  max-width: 387px;
  height: auto;
  color: var(--branco);
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subtitulo-planos-5._1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.botao-contato {
  background-color: var(--branco);
  width: 280px;
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-contato:hover {
  background-color: var(--roxo);
  color: var(--branco);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-contato.hero {
  margin-top: 0;
}

.botao-contato._1 {
  width: 100%;
}

.botao-contato._2 {
  background-color: var(--cinza-escuro);
  width: 100%;
}

.texto-1-botao-salva-tempo-2 {
  color: var(--branco);
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.texto-1-botao-salva-tempo-2:hover {
  color: var(--branco);
}

.pagamento_agenda_wrapper {
  text-align: left;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 80%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.image-18 {
  margin-bottom: 30px;
}

.seg-section-1 {
  aspect-ratio: 2.39;
  background-image: url('../images/bg-segurança.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 900px;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.seg-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.titulos-seg {
  width: 85%;
  max-width: 650px;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
}

.titulos-seg.centralizado {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-2-seguranca {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-protecao {
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.section-protecao.slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.item-protecao {
  border: 1px solid #000;
  border-radius: 30px;
  width: 32%;
  padding: 26px;
}

.item-protecao._3 {
  border-width: 0;
}

.item-protecao.slide {
  width: 49%;
  max-width: 420px;
  min-height: 260px;
}

.item-protecao.slide.alt {
  max-width: 400px;
}

.titulo-menor-seg {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.texto-menor-seg {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.seg-section-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.conteudo-3-seguranca {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulos-seg-2 {
  width: 70%;
  max-width: none;
  color: var(--cinza-escuro);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
}

.section-parceiros {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-parceiros._2 {
  margin-top: 32px;
}

.item-parceiros {
  border: 1px solid #000;
  border-radius: 30px;
  width: 32%;
  padding: 26px;
}

.text-block-23 {
  color: #fff;
  width: auto;
  font-family: Lexend, sans-serif;
  font-size: 12px;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-45 {
  background-color: var(--roxo);
  border-radius: 20px;
  padding: 6px 12px;
}

.seg-section-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-whatsapp {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-video-seg {
  z-index: 1;
  border: 1px solid #000;
  border-radius: 30px;
  width: 69%;
  display: block;
}

.box-itens-whatsapp {
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 28%;
  padding: 40px;
  display: flex;
}

.div-numero {
  background-color: var(--roxo);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.item-whatsapp {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-24 {
  width: auto;
  font-weight: 400;
}

.seg-section-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.titulo-numeros {
  max-width: 500px;
  color: var(--roxo);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.conteudo-5-seguranca {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.seg-section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.t {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.holder-investidores {
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  margin-top: 20px;
  display: flex;
}

.seg-section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.conteudo-7-seguranca {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.seg-section-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.seg-section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.conteudo-9-seguranca {
  z-index: 2;
  background-image: url('../images/bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.botao-contato-2 {
  background-color: var(--cinza-escuro);
  width: 280px;
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-contato-2:hover {
  background-color: var(--roxo);
  color: var(--branco);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-contato-2.hero {
  margin-top: 0;
}

.botao-contato-2._1 {
  width: 100%;
}

.botao-contato-2._2 {
  background-color: var(--cinza-escuro);
  width: 100%;
}

.conteudo-11-seguranca {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.seg-section-7-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.texto-1-botao-salva-tempo-3 {
  color: var(--cinza-escuro);
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.texto-1-botao-salva-tempo-3:hover {
  color: var(--branco);
}

.seg-section-3-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.conteudo-3-2-seguranca {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulos-seg-3 {
  width: 85%;
  max-width: none;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
}

.titulos-seg-3.alt {
  max-width: 720px;
}

.texto-3 {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.seg-section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.conteudo-10-seguranca {
  z-index: 2;
  background-image: url('../images/img-whats.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  height: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.titulo-planos-4 {
  width: auto;
  max-width: 500px;
  color: var(--branco);
  text-align: left;
  margin: 0 auto 10px 0;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.text-span-6 {
  color: #4ce966;
}

.botao-whatsapp {
  background-color: var(--branco);
  width: 280px;
  color: var(--cinza-escuro);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.botao-whatsapp:hover {
  background-color: var(--roxo);
  color: var(--branco);
  transform: translate(0, -2px);
  box-shadow: 0 0 20px #0003;
}

.botao-whatsapp.hero {
  margin-top: 0;
}

.botao-whatsapp._1 {
  width: 100%;
}

.botao-whatsapp._2 {
  background-color: var(--cinza-escuro);
  width: 100%;
}

.texto-1-botao-whatsapp {
  color: var(--cinza-escuro);
  margin-right: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.texto-1-botao-whatsapp:hover {
  color: var(--branco);
}

.item-numeros {
  border: 1px #000;
  border-radius: 30px;
  width: 32%;
  padding: 0;
}

.item-numeros._3 {
  border-width: 0;
}

.titulos-parceiro {
  width: 85%;
  max-width: none;
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
}

.header-beneficios-2 {
  background-image: url('../images/grafismo-beneficios-desktop.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.conteudo-3-faq-planos, .conteudo-3-faq-preco {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.seg_slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.seg_slider.mobile {
  display: none;
}

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

.slide_seg_slider {
  height: auto;
}

.arrow_slide {
  color: #000;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .2s;
}

.arrow_slide:hover {
  color: var(--rosa);
}

.arrow_slide.left {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.arrow_slide.right {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.slide-nav-3 {
  top: 420px;
}

.gradient_slide {
  z-index: 99;
  background-image: linear-gradient(90deg, var(--bege), #fffcf800);
  width: 3%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gradient_slide.alt {
  background-image: linear-gradient(270deg, var(--bege), #fffcf800);
  inset: auto 0% 0% auto;
}

.div-block-46 {
  float: none;
  clear: none;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.link-block {
  cursor: pointer;
  border-radius: 0;
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.link-block-2 {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.link-block-3 {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 40px;
}

.section {
  font-size: 60px;
  line-height: 40px;
}

.kickoff {
  clear: none;
  flex-flow: wrap;
  order: 0;
  align-self: auto;
  font-family: Lexend, sans-serif;
  font-size: 10px;
  line-height: 16px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav-holder-1-menu {
    background-color: var(--bege);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .link-1-menu {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 8vh;
    font-size: 16px;
    display: flex;
  }

  .link-2-menu {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 7vh;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .menu-btn {
    color: var(--roxo);
    font-size: 20px;
  }

  .menu-btn.w--open {
    background-color: var(--roxo);
    color: var(--branco);
    border-radius: 15px;
  }

  .header-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .conteudo-1-header-home {
    justify-content: center;
    align-items: center;
  }

  .texto-1-header-home {
    text-align: center;
  }

  .parceiros {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-6-seguranca {
    justify-content: center;
    align-items: center;
  }

  .texto-1-parceiros {
    text-align: center;
  }

  .holder-1-parceiros {
    flex-flow: wrap;
  }

  .passos {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .conteudo-1-passos {
    justify-content: center;
    align-items: center;
  }

  .holder-1-passos {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .conteudo-1-destaques {
    justify-content: center;
    align-items: center;
  }

  .texto-1-destaques {
    text-align: center;
    max-width: 440px;
  }

  .texto-2-destaques {
    max-width: 390px;
  }

  .holder-1-destaques {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .holder-3-destaques, .holder-3-destaques.img-2, .holder-3-destaques.img-3, .holder-3-destaques.img-5, .holder-3-destaques.img-6 {
    width: 32%;
  }

  .conteudo-1-tarefas {
    justify-content: center;
    align-items: center;
  }

  .texto-1-tarefas {
    text-align: center;
  }

  .holder-1-tarefas {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .whatsapp {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .conteudo-1-whatsapp {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: scroll;
  }

  .texto-1-whatsapp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    inset: 0% auto 0% 0%;
  }

  .conteudo-1-depoimentos {
    justify-content: center;
    align-items: center;
  }

  .texto-1-depoimentos {
    text-align: center;
    max-width: 440px;
  }

  .lista-de-espera {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-lista-espera {
    background-image: url('../images/grafismo-form-mobile.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 50%;
    justify-content: center;
    align-items: center;
  }

  .texto-1-lista-espera {
    max-width: 290px;
  }

  .enviar-form-lista-espera:hover {
    background-color: var(--roxo);
  }

  .ctas {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .texto-4-passos {
    text-align: center;
  }

  .conteudo-1-ctas {
    justify-content: center;
    align-items: center;
  }

  .holder-2-ctas {
    background-image: linear-gradient(#0000 22%, #0006 69%), url('../images/destaque-1-corp.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 32%;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-faq {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .texto-1-faq {
    text-align: center;
    width: auto;
    max-width: 440px;
  }

  .holder-1-faq {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0;
  }

  .conteudo-1-banner-1-home {
    justify-content: center;
    align-items: center;
    min-height: 600px;
  }

  .seguranca {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-seguranca {
    padding: 35px;
  }

  .tab-whatsapp {
    display: none;
  }

  .texto-2-whatsapp {
    font-size: 30px;
    line-height: 40px;
  }

  .texto-3-whatsapp-b1 {
    max-width: 540px;
  }

  .texto-3-whatsapp-b2, .texto-3-whatsapp-b3 {
    max-width: none;
    display: block;
  }

  .background-video {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .tab-whatsapp-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: auto;
    display: flex;
    overflow: scroll;
  }

  .card-1-whatsapp-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .card-1-whatsapp-mobile.hide {
    display: none;
  }

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

  .holder-2-parceiros, .holder-3-parceiros {
    flex-flow: wrap;
  }

  .texto-5-passos {
    text-align: center;
  }

  .texto-5-passos.hero {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .conteudo-2-passos {
    justify-content: center;
    align-items: center;
  }

  .holder-4-passos {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    padding-top: 40px;
  }

  .holder-4-passos.card-2 {
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .holder-5-passos {
    justify-content: center;
    align-items: center;
  }

  .holder-5-passos.card-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .texto-6-passos, .texto-7-passos {
    text-align: center;
  }

  .img-1-passos {
    width: 60%;
    height: auto;
    margin-top: 40px;
  }

  .img-2-passos {
    height: 170px;
  }

  .banner-2-home {
    min-height: auto;
  }

  .conteudo-1-banner-2-home {
    min-height: 400px;
    padding: 10px;
  }

  .conteudo-1-dados {
    padding: 35px;
  }

  .texto-3-dados {
    font-size: 18px;
    line-height: 22px;
  }

  .header-beneficios {
    background-image: url('../images/grafismo-beneficios-mobile.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .conteudo-1-beneficios {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .texto-1-beneficios {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .texto-2-beneficios {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    line-height: 22px;
  }

  .form-beneficios {
    width: 100%;
  }

  .success-holder-2-beneficios {
    justify-content: center;
    align-items: center;
  }

  .texto-1-success-beneficios, .texto-2-success-beneficios {
    text-align: center;
  }

  .header-parceiros {
    background-image: url('../images/grafismo-parceiros-mobile.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .texto-1-parceiro, .texto-2-parceiro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .enviar-form-beneficios:hover {
    background-color: var(--roxo);
  }

  .tarefas-carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-tarefas-carrossel {
    justify-content: center;
    align-items: center;
  }

  .holder-1-tarefas-carrossel {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .depoimentos-carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-depoimentos-carrossel {
    justify-content: center;
    align-items: center;
  }

  .tempo {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tempo._1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-mais-tempo {
    min-height: auto;
    padding: 0;
  }

  .header-faq {
    background-image: url('../images/grafismo-faq-2.png');
    background-position: 100% -40%;
    background-repeat: no-repeat;
    background-size: auto 55%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding-top: 0;
  }

  .conteudo-1-faq-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .section-1-faq {
    z-index: 99;
    background-color: #fffcf8;
    position: sticky;
    inset: 10% 0% auto;
  }

  .btn-faq {
    aspect-ratio: auto;
    border-width: 1px;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px 12px;
    font-size: 12px;
    display: flex;
  }

  .conteudo-2-faq {
    z-index: 999;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #fffcf8;
    border: 1px solid #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-top: 0;
    padding: 14px;
    display: flex;
    position: static;
  }

  .box-btns-faq {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .section-2-faq {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .conteudo-3-faq {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .titulo-1-faq {
    text-align: center;
  }

  .titulo-2-faq {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .holder-1-faq-1 {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }

  .box-btns-faq-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .div-block-5 {
    justify-content: center;
    margin-top: 4px;
    display: flex;
  }

  .body-2 {
    background-color: #fffcf8;
  }

  .box-btns-faq-mobile-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .texto-2.hero {
    text-align: center;
    max-width: 500px;
    margin-bottom: 0;
  }

  .texto-1-politica {
    text-align: left;
  }

  .header-politica {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }

  .texto-2-politica {
    text-align: left;
  }

  .conteudo-1-termos {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .video-faq {
    display: none;
  }

  .section-1-manifesto {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .conteudo-manifesto {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .titulo-manifesto {
    text-align: left;
    max-width: none;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .div-manifesto-1 {
    width: 100%;
  }

  .div-manifesto-2 {
    border-radius: 30px;
    width: 100%;
    margin-top: 40px;
  }

  .texto-corrido {
    max-width: none;
  }

  .texto-destaque {
    max-width: 540px;
    font-size: 32px;
    line-height: 38px;
  }

  .cta-manifesto {
    overflow: hidden;
  }

  .conteudo-cta-manifesto {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: scroll;
  }

  .img-manifesto-mobile {
    border-radius: 30px;
    display: block;
  }

  .image-2 {
    display: none;
  }

  .texto-data {
    text-align: left;
  }

  .header-planos {
    background-image: url('../images/grafismo-beneficios-mobile.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .header-plano-pag {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .tit-header-pag {
    text-align: center;
  }

  .conteudo-header-pag {
    justify-content: center;
    align-items: center;
  }

  .txt-pag {
    text-align: center;
  }

  .content-section {
    justify-content: center;
    align-items: center;
  }

  .tit-faq-pgtos {
    text-align: center;
    width: auto;
    max-width: 440px;
  }

  .content-plan {
    justify-content: center;
    align-items: center;
  }

  .tit-planos {
    text-align: center;
  }

  .div-content-header-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .div-content-header-right {
    width: 100%;
    margin-top: 40px;
  }

  .content-how-works {
    justify-content: center;
    align-items: center;
  }

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

  .div-examples-center {
    margin-top: 20px;
  }

  .texto-2-compliance {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .texto-1-compliance {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .header-compliance {
    background-image: url('../images/img-compliance.png');
    background-position: 100% -80%;
    background-size: auto 60%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
  }

  .conteudo-1-compliance {
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
  }

  .texto-destaque-compliance {
    max-width: 700px;
    font-size: 26px;
    line-height: 32px;
  }

  .menu-2-compliance {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
  }

  .header-xp2 {
    background-image: url('../images/grafismo-faq-2.png');
    background-position: 100% -40%;
    background-repeat: no-repeat;
    background-size: auto 55%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding-top: 0;
  }

  .conteudo-xp-1 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .header-xp {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .titulo-xp-1, .titulo-xp-1._2 {
    font-size: 28px;
    line-height: 34px;
  }

  .div-card-item {
    width: 320px;
  }

  .div-icones._1 {
    width: 30%;
    padding-right: 10px;
  }

  .title-sucess {
    max-width: 290px;
  }

  .section-xp-4 {
    padding-top: 50px;
  }

  .btn-individual, .btn-residencial {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-home-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .img-1-menu-2 {
    height: 35px;
  }

  .section-xp-btn {
    padding-top: 50px;
  }

  .desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-individual-1, .btn-residencial-2, .btn-legacy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .conteudo-hero {
    flex-flow: column;
    min-height: auto;
    padding: 120px 0 0;
  }

  .div-block-31 {
    display: none;
  }

  .background-video-4 {
    margin-top: 60px;
  }

  .planos {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .planos._1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-planos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    min-height: auto;
    padding: 0;
  }

  .conteudo-planos.xp {
    width: 100%;
    margin-right: 0;
  }

  .div-plano {
    padding: 30px;
  }

  .texto-plano {
    font-size: 14px;
    line-height: 20px;
  }

  .texto-valor-3 {
    margin-left: 6px;
    font-size: 18px;
  }

  .div-block-33 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titl-planos {
    text-align: center;
    max-width: 700px;
  }

  .titl-planos.xp {
    margin-bottom: 50px;
  }

  .tempo-2 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tempo-2._1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-plano-mobile, .div-plano-beneficios {
    padding: 30px;
  }

  .conteudo-hero-xp {
    flex-flow: column;
    min-height: auto;
    padding: 150px 0 80px;
  }

  .texto-hero-xp {
    margin-left: auto;
    margin-right: auto;
  }

  .video-xp {
    margin-top: 60px;
  }

  .div-textos {
    margin-left: auto;
    margin-right: auto;
  }

  .div-sec-xp {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec-xp-3 {
    background-color: var(--branco);
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-xp-3._1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-plano-xp {
    width: 33%;
    padding: 20px;
  }

  .texto-valor-xp {
    font-size: 36px;
    line-height: 40px;
  }

  .faq-xp {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .texto-1-faq-xp {
    text-align: center;
    width: auto;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .title-xp {
    text-align: center;
  }

  .title-xp.hero {
    text-align: center;
    width: 420px;
    font-size: 36px;
    line-height: 40px;
  }

  .holder-2-faq-xp {
    background-color: var(--branco);
  }

  .sec-xp-4 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body-xp {
    background-color: #fffcf8;
  }

  .titulo-xp-passos, .titulo-xp-passos._2 {
    font-size: 28px;
    line-height: 34px;
  }

  .checkout_section {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .info_column_checkout {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form_wrapper_cupom {
    display: none;
  }

  .form_column_checkout {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form_contato_wrapper_checkout {
    max-width: 490px;
  }

  .form_block_contato_checkout {
    width: 100%;
  }

  .pagamento_sucesso_wrapper {
    max-width: 490px;
  }

  .plano_detalhes_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .enviar-form-checkout:hover {
    background-color: var(--roxo);
  }

  .form_block_pagamento_checkout {
    width: 100%;
  }

  .success_wrapper_contato {
    justify-content: center;
    align-items: center;
  }

  .label-erro-field-form {
    display: none;
  }

  .planos-holder-1 {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-plano-novo {
    height: auto;
    padding: 30px;
  }

  .planos-1 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .planos-1._1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .planos-2 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-1-faq-copy, .conteudo-planos-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .holder-1-faq-copy, .holder-resolve {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0;
  }

  .titulo-planos-3 {
    text-align: left;
    width: auto;
    max-width: 440px;
    margin-left: 0;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .holder-beneficios {
    background-color: var(--branco);
  }

  .planos-3 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-planos-3 {
    background-position: 300% 100%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .subtitulo-planos-3 {
    max-width: 370px;
  }

  .planos-4 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-planos-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .texto-1-faq-plano {
    text-align: center;
    width: auto;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .holder-1-faq-planos {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0;
  }

  .planos-5 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .conteudo-planos-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .titulo-planos-5 {
    text-align: left;
    width: auto;
    max-width: 440px;
    margin-left: 0;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .subtitulo-planos-5 {
    max-width: 370px;
  }

  .pagamento_agenda_wrapper {
    max-width: 490px;
  }

  .seg-section-1 {
    background-position: 170% -100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 600px;
  }

  .seg-section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulos-seg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .conteudo-2-seguranca {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .item-protecao.slide {
    width: 100%;
    max-width: 420px;
    min-height: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .titulo-menor-seg, .texto-menor-seg {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .seg-section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-3-seguranca {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .titulos-seg-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .seg-section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-whatsapp {
    flex-flow: column;
  }

  .background-video-seg {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .box-itens-whatsapp {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .item-whatsapp {
    width: 33%;
  }

  .seg-section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo-numeros {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .conteudo-5-seguranca {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .t {
    text-align: center;
  }

  .seg-section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-7-seguranca {
    justify-content: center;
    align-items: center;
  }

  .seg-section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .seg-section-9 {
    background-color: #fff0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-9-seguranca {
    background-position: 140%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .conteudo-11-seguranca {
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
  }

  .seg-section-7-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .seg-section-3-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-3-2-seguranca {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .titulos-seg-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .texto-3 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    line-height: 22px;
  }

  .seg-section-10 {
    background-color: #fff0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-10-seguranca {
    background-position: 140%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .titulo-planos-4 {
    text-align: left;
    width: auto;
    max-width: 440px;
    margin-left: 0;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .titulos-parceiro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .header-beneficios-2 {
    background-image: url('../images/grafismo-beneficios-mobile.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .conteudo-3-faq-planos, .conteudo-3-faq-preco {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .seg_slider {
    display: none;
  }

  .seg_slider.mobile {
    display: block;
  }

  .arrow_slide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-btn.w--open {
    background-color: var(--bege);
  }

  .texto-1-header-home {
    max-width: 356px;
    font-size: 34px;
    line-height: 38px;
  }

  .parceiros {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-6-seguranca {
    width: 90%;
    max-width: none;
  }

  .passos {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .conteudo-1-passos {
    max-width: 410px;
    padding-bottom: 0;
  }

  .holder-1-passos {
    flex-flow: column;
  }

  .holder-2-passos {
    flex-flow: row;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .texto-1-passos {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .texto-2-passos, .texto-3-passos {
    text-align: left;
  }

  .risca-1-passos {
    width: 1px;
    height: 60%;
    inset: auto auto auto 45px;
  }

  .holder-3-passos {
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
  }

  .conteudo-1-destaques {
    max-width: 410px;
  }

  .holder-1-destaques, .holder-2-destaques {
    flex-flow: column;
  }

  .holder-3-destaques {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .holder-3-destaques.img-2, .holder-3-destaques.img-3, .holder-3-destaques.img-5, .holder-3-destaques.img-6 {
    width: 100%;
  }

  .texto-3-destaques {
    text-align: left;
  }

  .texto-4-destaques {
    text-align: left;
    max-width: 270px;
  }

  .conteudo-1-tarefas {
    top: 20vh;
  }

  .texto-1-tarefas {
    max-width: none;
  }

  .holder-1-tarefas {
    flex-flow: column;
  }

  .whatsapp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .depoimentos {
    min-height: 80vh;
  }

  .lista-de-espera {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-1-lista-espera {
    background-size: auto 40%;
    flex-flow: column;
  }

  .texto-1-lista-espera {
    text-align: center;
    max-width: 460px;
    margin-bottom: 20px;
  }

  .holder-1-lista-espera {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .texto-2-lista-espera {
    text-align: center;
  }

  .form-lista-espera {
    width: 100%;
    margin-top: 40px;
  }

  .ctas {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .texto-4-passos {
    max-width: 270px;
    font-size: 34px;
    line-height: 40px;
  }

  .conteudo-1-ctas {
    max-width: 410px;
  }

  .holder-1-ctas {
    flex-flow: column;
  }

  .holder-2-ctas {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .texto-1-ctas {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-1-banner-1-home {
    background-image: linear-gradient(180deg, #0000 22%, var(--cinza-escuro) 70%, var(--cinza-escuro)), url('../images/banner-tempo-1.jpg');
    background-position: 0 0, 83% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
    justify-content: flex-end;
    align-items: center;
    min-height: 990px;
  }

  .texto-1-banner-1-home {
    text-align: center;
    max-width: 370px;
  }

  .holder-1-banner-1-home {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .texto-2-banner-1-home {
    text-align: center;
    margin-top: 30px;
  }

  .holder-1-rodape {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo-rodape {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .logo-rodape.w--current {
    margin-bottom: 30px;
    margin-left: auto;
  }

  .texto-1-rodape {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .holder-3-rodape {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .seguranca {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-1-seguranca {
    justify-content: center;
    align-items: center;
  }

  .texto-1-seguranca {
    text-align: center;
  }

  .holder-1-seguranca {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .holder-2-seguranca {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 50px;
  }

  .mask-depoimentos {
    width: 90%;
  }

  .seta-esquerda-depoimentos, .seta-direita-depoimentos {
    display: none;
  }

  .texto-2-whatsapp {
    max-width: 310px;
  }

  .texto-3-whatsapp-b1 {
    max-width: 360px;
  }

  .texto-3-whatsapp-b2 {
    max-width: 280px;
  }

  .texto-3-whatsapp-b3 {
    max-width: 275px;
  }

  .background-video {
    height: 290px;
  }

  .texto-2-seguranca {
    text-align: center;
  }

  .video-header-home {
    width: 100%;
  }

  .img-2-header-home {
    width: 70%;
    height: auto;
    max-height: none;
  }

  .holder-2-parceiros {
    margin-top: 0;
  }

  .img-2-parceiros {
    width: 1600px;
  }

  .texto-5-passos {
    max-width: 270px;
    font-size: 34px;
    line-height: 40px;
  }

  .texto-5-passos.hero {
    text-align: center;
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .texto-5-passos._2 {
    max-width: 340px;
    font-size: 28px;
    line-height: 34px;
  }

  .conteudo-2-passos {
    max-width: 410px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .holder-4-passos {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .holder-4-passos.card-2 {
    flex-flow: row-reverse wrap-reverse;
  }

  .texto-6-passos {
    max-width: 190px;
    font-size: 35px;
    line-height: 40px;
  }

  .img-1-passos {
    z-index: 3;
    width: 80%;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .img-2-passos {
    height: 100px;
  }

  .conteudo-1-banner-2-home {
    min-height: 280px;
  }

  .holder-1-banner-2-home {
    margin-right: 0;
  }

  .conteudo-1-dados {
    justify-content: center;
    align-items: center;
  }

  .texto-1-dados {
    text-align: center;
  }

  .holder-1-dados {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .holder-2-dados {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 50px;
  }

  .texto-2-dados, .texto-3-dados {
    text-align: center;
  }

  .header-beneficios {
    padding-bottom: 70px;
  }

  .texto-1-beneficios {
    font-size: 32px;
    line-height: 38px;
  }

  .texto-2-beneficios {
    margin-bottom: 20px;
  }

  .form-beneficios {
    width: 100%;
  }

  .texto-1-parceiro {
    font-size: 36px;
    line-height: 44px;
  }

  .tarefas-carrossel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .holder-1-tarefas-carrossel {
    flex-flow: column;
  }

  .depoimentos-carrossel {
    min-height: 80vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-header-home-mobile {
    width: 100%;
  }

  .tempo, .tempo._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-mais-tempo {
    min-height: 280px;
  }

  .mais-tempo-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .header-faq {
    min-height: 60vh;
  }

  .section-1-faq {
    position: static;
  }

  .btn-faq {
    font-size: 12px;
  }

  .conteudo-2-faq {
    width: 95%;
  }

  .titulo-1-faq {
    max-width: none;
    font-size: 36px;
    line-height: 44px;
  }

  .titulo-2-faq {
    font-size: 28px;
    line-height: 32px;
  }

  .box-btns-faq-mobile {
    flex: 0 auto;
    display: none;
  }

  .box-btns-faq-mobile-2 {
    display: flex;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    display: flex;
  }

  .texto-2 {
    max-width: 400px;
  }

  .texto-2.hero {
    text-align: center;
    max-width: 420px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-politica {
    padding-top: 60px;
  }

  .video-faq {
    width: 100%;
  }

  .section-1-manifesto {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .titulo-manifesto {
    font-size: 36px;
    line-height: 40px;
  }

  .texto-corrido, .texto-destaque {
    max-width: none;
  }

  .header-planos {
    padding-bottom: 70px;
  }

  .video-header-home-copy {
    width: 100%;
  }

  .header-plano-pag {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .tit-header-pag {
    text-align: left;
    font-size: 34px;
    line-height: 40px;
  }

  .conteudo-header-pag {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-pag {
    text-align: left;
    max-width: 100%;
  }

  .content-section {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-tit-faq {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .txt-banner-rodape-pgtos {
    text-align: center;
    max-width: 370px;
  }

  .content-plan {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .tit-planos {
    width: 370px;
    font-size: 26px;
    line-height: 30px;
  }

  .txt-pag-center {
    text-align: left;
  }

  .div-content-header-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    margin-top: 15px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .content-how-works {
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-plan {
    text-align: left;
  }

  .texto-1-compliance {
    font-size: 36px;
    line-height: 44px;
  }

  .texto-destaque-compliance {
    max-width: none;
    font-size: 20px;
    line-height: 26px;
  }

  .botao-cta-etica, .botao-cta-compliance {
    width: 47%;
  }

  .header-xp2 {
    min-height: 60vh;
  }

  .header-xp {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .video-header-xp {
    width: 100%;
    height: 250px;
    margin-top: 70px;
  }

  .menu-xp {
    height: 60px;
  }

  .section-xp-2 {
    height: auto;
    margin-top: -5px;
  }

  .holder-xp-2 {
    padding-top: 30px;
  }

  .titulo-xp-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .titulo-xp-1._2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-cards-xp {
    margin-top: 30px;
    display: none;
  }

  .valor-xp._2 {
    margin-top: 20px;
  }

  .section-xp-3 {
    display: none;
  }

  .card-list-individual {
    width: 90%;
  }

  .div-icones-item, .div-icones-item._2 {
    width: 80%;
    margin: 0 auto 24px;
  }

  .div-icones-item._1 {
    width: 80%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-icones {
    flex-flow: column;
    margin-top: 0;
  }

  .div-icones._1 {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .title-sucess {
    text-align: center;
    max-width: 460px;
    margin-bottom: 20px;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    width: 70%;
    height: 800px;
    margin-left: 20px;
  }

  .slide-nav {
    display: none;
  }

  .degrade-wrapper {
    flex-flow: column;
  }

  .section-xp-4 {
    z-index: 99;
    background-color: #fff0;
    background-image: linear-gradient(#f5f5f500, #f5f5f5fc);
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .btn-xp-1 {
    width: 100%;
  }

  .btn-xp-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-xp {
    background-color: #fff0;
    height: 1150px;
    margin-top: 20px;
    display: none;
  }

  .slider-xp-copy {
    background-color: #fff0;
    margin-top: 20px;
    display: block;
  }

  .div-block-20 {
    flex-flow: column;
  }

  .btn-individual {
    background-color: #fbc104;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-residencial {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-xp-pgto-1 {
    height: auto;
  }

  .holder-xp-pgto-1 {
    padding-top: 30px;
  }

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

  .div-form-cart-o {
    flex-flow: column-reverse wrap;
  }

  .form-xp-pgto {
    width: auto;
  }

  .btn-xp-pgto {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .cartao-xp-pgto {
    background-image: url('../images/logo-visa.svg'), linear-gradient(90deg, #151514, #1f1f1f);
    background-position: 95% 90%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    width: 100%;
    margin-top: 20px;
  }

  .cartao-xp-pgto-label {
    flex-flow: column;
    display: flex;
  }

  .cartao-xp-pgto-label._1 {
    flex-flow: row;
  }

  .section-sucesso {
    display: none;
  }

  .div-block-22 {
    margin-right: 20px;
  }

  .div-block-23 {
    justify-content: space-between;
    display: flex;
  }

  .code-embed {
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-list-residencial {
    width: 90%;
  }

  .code-embed-home {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .code-embed-home.mobile {
    height: auto;
    display: none;
  }

  .header-home-2 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 70px;
    padding-top: 0;
    display: none;
  }

  .img-1-menu-2 {
    height: 30px;
  }

  .card-individual {
    width: 480px;
  }

  .scroll-container {
    margin-top: 30px;
    margin-left: 20px;
    display: block;
  }

  .card-residencial {
    width: 480px;
    margin-left: 15px;
  }

  .cards-list {
    width: 1480px;
    display: flex;
  }

  .card-bg-legacy {
    background-color: #dfdfdf;
  }

  .card-border-residencial {
    border-color: #dfdfdf;
  }

  .background-video-3 {
    height: 400px;
  }

  .section-xp-btn {
    z-index: 99;
    background-color: #fff0;
    background-image: linear-gradient(#f5f5f500, #f5f5f5fc);
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .desktop {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-individual-1 {
    background-color: #fbc104;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-residencial-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed-2 {
    height: 100%;
    margin-top: 70px;
  }

  .code-embed-3 {
    margin-top: 70px;
  }

  .card-legacy {
    width: 480px;
    margin-left: 15px;
  }

  .card-border-legacy {
    border-color: #dfdfdf;
  }

  .card-bg-residencial {
    background-color: #dfdfdf;
  }

  .card-list-legacy {
    width: 90%;
  }

  .btn-legacy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .conteudo-hero {
    min-height: 280px;
  }

  .video-hero {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .video-hero.mobile {
    height: auto;
    display: none;
  }

  .texto-hero {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-4 {
    width: 400px;
    height: 225px;
    margin-top: 0;
  }

  .background-video-4.checkout {
    display: flex;
  }

  .planos, .planos._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-planos {
    flex-flow: column;
    min-height: 280px;
  }

  .div-plano {
    width: 100%;
    height: auto;
  }

  .div-plano._1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-plano {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .texto-plano {
    text-align: left;
    max-width: none;
    height: auto;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .texto-valor-2 {
    text-align: center;
    font-size: 34px;
  }

  .div-block-32 {
    height: 40px;
    margin-bottom: 15px;
  }

  .texto-valor-3 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }

  .div-inclui {
    margin-bottom: 15px;
  }

  .item-beneficio {
    height: auto;
    margin-bottom: 20px;
  }

  .item-beneficio._2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .item-beneficio._2._3 {
    justify-content: flex-start;
    align-items: center;
  }

  .texto-beneficios {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .texto-beneficios._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

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

  .titl-planos {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-34 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .tempo-2, .tempo-2._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-plano-mobile {
    width: 100%;
    height: auto;
  }

  .div-plano-mobile._1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-plano-beneficios {
    width: 100%;
    height: auto;
  }

  .div-plano-beneficios._1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-xp {
    background-image: url('../images/background-xp.webp');
    background-position: 50% 0;
    background-size: auto;
  }

  .conteudo-hero-xp {
    min-height: 280px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .texto-hero-xp {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn-xp-amarelo {
    width: 80%;
    margin-top: 40px;
  }

  .btn-xp-amarelo._2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-xp-amarelo._3 {
    width: 100%;
  }

  .video-xp {
    width: 400px;
    height: 225px;
    display: none;
  }

  .div-textos {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-xp-1 {
    display: none;
  }

  .subtitle-xp {
    margin-bottom: 60px;
  }

  .sec-xp-2 {
    display: block;
    overflow: hidden;
  }

  .div-sec-xp {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 5%;
    overflow: scroll;
  }

  .card-passos-xp {
    flex-flow: column;
    width: 32%;
    margin-right: 0;
    display: flex;
  }

  .div-block-35 {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    width: 250vw;
    padding-right: 0;
    overflow: visible;
  }

  .sec-xp-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-xp-3._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec-xp-12 {
    display: none;
  }

  .div-plano-xp {
    width: 100%;
    height: auto;
  }

  .div-plano-xp._1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto-valor-xp {
    text-align: center;
    font-size: 34px;
  }

  .div-block-36 {
    margin-bottom: 0;
  }

  .faq-xp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .title-xp {
    max-width: 270px;
    font-size: 34px;
    line-height: 40px;
  }

  .title-xp.hero {
    text-align: center;
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .title-xp._2 {
    max-width: 340px;
    font-size: 28px;
    line-height: 34px;
  }

  .sec-xp {
    display: block;
  }

  .sec-xp-12-copy {
    display: none;
  }

  .sec-xp-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-xp-5 {
    display: block;
  }

  .titulo-xp-passos {
    width: 100%;
    margin-right: 0;
    font-size: 22px;
    line-height: 28px;
    position: sticky;
    left: 0;
    right: 0;
  }

  .titulo-xp-passos._2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-38 {
    justify-content: flex-start;
  }

  .checkout_section.success_page, .checkout_section.agenda_page {
    flex-flow: column-reverse;
  }

  .info_wrapper_checkout {
    width: 90%;
    position: relative;
  }

  .texto-beneficios_checkout {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .texto-beneficios_checkout._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .item-beneficio_checkout {
    height: auto;
  }

  .item-beneficio_checkout._2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .item-beneficio_checkout._2._3 {
    justify-content: flex-start;
    align-items: center;
  }

  .add_cupom_wrapper.mobile {
    margin-top: 14px;
    display: flex;
  }

  .form_block_cupom.mobile {
    display: block;
  }

  .form_wrapper_cupom {
    display: none;
  }

  .form_block_contato_checkout {
    width: 100%;
  }

  .video_pagamento_sucesso {
    width: 400px;
    height: 225px;
  }

  .plano_detalhes_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .detalhes_botao {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 4px 4px 6px;
    font-family: Lexend, sans-serif;
    font-weight: 300;
    text-decoration: underline;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .detalhes_botao:hover {
    background-color: var(--cinza-claro-1);
  }

  .plano_info_wrapper_mobile {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .valor_wrapper_mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: var(--cinza-claro-2);
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
  }

  .plano_valor_mobile {
    color: var(--cinza-escuro);
    font-family: Lexend, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .form_block_pagamento_checkout {
    width: 100%;
  }

  .label-erro-field-form {
    align-self: flex-start;
    padding-left: 15px;
    display: none;
  }

  .text-span-4 {
    font-size: 32px;
  }

  .div-inclui-2 {
    margin-bottom: 15px;
  }

  .planos-holder-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-22 {
    display: block;
  }

  .xp_add_cupom_wrapper.mobile {
    margin-top: 14px;
    display: flex;
  }

  .cartao-xp-pgto-label-copy {
    flex-flow: column;
    display: flex;
  }

  .cartao-xp-pgto-label-copy._1 {
    flex-flow: row;
  }

  .div-plano-novo {
    width: 100%;
    height: auto;
  }

  .div-plano-novo._1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto-descritivo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .texto-descritivo._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .texto-valor-premium {
    text-align: center;
    font-size: 34px;
  }

  .titulo-beneficios {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .titulo-beneficios._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .subtitulo-planos {
    text-align: center;
    max-width: 320px;
    font-size: 14px;
    line-height: 18px;
  }

  .subtitulo-planos._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .planos-1, .planos-1._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sss {
    display: block;
    overflow: hidden;
  }

  .planos-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo-planos-3 {
    max-width: 340px;
  }

  .texto-resolve {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .texto-resolve._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .planos-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-planos-3 {
    background-position: -800% 100%;
  }

  .subtitulo-planos-3 {
    text-align: left;
    max-width: 300px;
    font-size: 14px;
    line-height: 18px;
  }

  .subtitulo-planos-3._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .subtitulo-planos-3._2 {
    width: 80%;
    max-width: none;
  }

  .planos-4, .planos-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-planos-5 {
    justify-content: center;
    align-items: center;
  }

  .titulo-planos-5 {
    text-align: center;
    max-width: 340px;
    margin-left: auto;
  }

  .subtitulo-planos-5 {
    text-align: left;
    max-width: 300px;
    font-size: 14px;
    line-height: 18px;
  }

  .subtitulo-planos-5._1 {
    max-width: 350px;
    margin-bottom: 0;
  }

  .seg-section-1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 480px;
    padding-bottom: 70px;
  }

  .seg-section-2 {
    padding-bottom: 60px;
  }

  .titulos-seg {
    text-align: left;
    width: auto;
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .titulos-seg.logos {
    margin-left: auto;
  }

  .section-protecao {
    flex-flow: column;
  }

  .section-protecao.slide {
    width: 100%;
    height: auto;
  }

  .item-protecao {
    width: 100%;
    margin-bottom: 20px;
  }

  .item-protecao._2 {
    margin-bottom: 0;
  }

  .item-protecao.slide {
    height: auto;
  }

  .texto-menor-seg {
    width: 100%;
  }

  .seg-section-3 {
    padding-bottom: 60px;
  }

  .titulos-seg-2 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .section-parceiros {
    flex-flow: column;
  }

  .item-parceiros {
    width: 100%;
    margin-bottom: 16px;
  }

  .seg-section-4 {
    padding-bottom: 60px;
  }

  .background-video-seg {
    height: 320px;
  }

  .box-itens-whatsapp {
    flex-flow: column;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-numero {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .item-whatsapp {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .seg-section-5 {
    padding-bottom: 60px;
  }

  .titulo-numeros {
    font-size: 38px;
    line-height: 42px;
  }

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

  .holder-investidores {
    width: 100%;
    margin-top: 0;
  }

  .seg-section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .conteudo-7-seguranca {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .seg-section-8 {
    padding-bottom: 60px;
  }

  .seg-section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-9-seguranca {
    background-position: -800% 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 26px;
  }

  .seg-section-7-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .seg-section-3-2 {
    padding-bottom: 60px;
  }

  .titulos-seg-3 {
    text-align: left;
    width: auto;
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .titulos-seg-3.logos {
    margin-left: auto;
  }

  .texto-3 {
    margin-bottom: 20px;
  }

  .seg-section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteudo-10-seguranca {
    background-position: 65%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 26px;
  }

  .titulo-planos-4 {
    max-width: 340px;
  }

  .item-numeros {
    width: 100%;
    margin-bottom: 20px;
  }

  .item-numeros._2 {
    margin-bottom: 0;
  }

  .titulos-parceiro {
    text-align: left;
    width: auto;
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .titulos-parceiro.logos {
    margin-left: auto;
  }

  .header-beneficios-2 {
    background-position: 50% -30%;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .img-1-menu {
    height: 35px;
  }

  .nav-holder-1-menu {
    background-color: var(--bege);
  }

  .botao-1-salva-tempo {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 50px;
  }

  .texto-1-botao-salva-tempo {
    font-size: 16px;
  }

  .texto-1-parceiros {
    max-width: 240px;
    font-size: 22px;
    line-height: 28px;
  }

  .passos {
    padding-top: 40px;
  }

  .conteudo-1-passos {
    max-width: 320px;
  }

  .holder-2-passos {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .holder-3-passos {
    max-width: 210px;
  }

  .texto-1-destaques {
    max-width: 320px;
    line-height: 48px;
  }

  .texto-2-destaques {
    max-width: 280px;
  }

  .holder-3-destaques {
    min-height: 400px;
  }

  .texto-1-tarefas {
    max-width: 280px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .texto-2-tarefas {
    font-size: 16px;
    line-height: 22px;
  }

  .conteudo-1-whatsapp {
    width: 100%;
  }

  .texto-1-whatsapp {
    max-width: 310px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .depoimentos {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .texto-1-depoimentos {
    width: 70%;
    max-width: 270px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .conteudo-1-lista-espera {
    background-size: auto 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto-1-lista-espera {
    color: var(--branco);
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .holder-1-lista-espera {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .texto-2-lista-espera {
    max-width: 210px;
    color: var(--branco);
    line-height: 22px;
  }

  .field-1-form-lista-espera {
    background-color: #fff;
  }

  .enviar-form-lista-espera {
    border-radius: 10px;
    font-size: 16px;
  }

  .texto-4-passos {
    max-width: 280px;
  }

  .texto-1-ctas {
    text-align: center;
    font-size: 30px;
  }

  .botao-1-ctas {
    border-radius: 10px;
  }

  .texto-1-faq {
    max-width: 320px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .conteudo-1-banner-1-home {
    background-image: linear-gradient(180deg, #ec78b500 22%, var(--cinza-escuro) 70%, var(--cinza-escuro)), url('../images/banner-tempo-1.jpg');
    background-position: 0 0, 74% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto 70%;
    justify-content: flex-end;
    align-items: center;
    min-height: 980px;
    padding: 20px;
  }

  .texto-1-banner-1-home {
    text-align: center;
    max-width: 260px;
    font-size: 30px;
    line-height: 36px;
  }

  .holder-1-banner-1-home {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .texto-2-banner-1-home {
    text-align: center;
    max-width: 230px;
    font-size: 30px;
    line-height: 36px;
  }

  .conteudo-1-rodape {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-rodape.w--current {
    margin-right: auto;
  }

  .img-1-rodape {
    width: 200px;
  }

  .holder-2-rodape {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .texto-1-rodape {
    max-width: 220px;
  }

  .seguranca {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudo-1-seguranca {
    border-radius: 20px;
    padding-bottom: 0;
  }

  .texto-1-seguranca {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .holder-1-seguranca {
    justify-content: flex-start;
    align-items: center;
  }

  .texto-2-whatsapp {
    font-size: 18px;
    line-height: 24px;
  }

  .texto-3-whatsapp-b1 {
    font-size: 14px;
    line-height: 20px;
  }

  .texto-3-whatsapp-b1._1 {
    margin-bottom: 40px;
  }

  .background-video {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .tab-whatsapp-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-left: 0;
  }

  .card-1-whatsapp-mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-1-whatsapp-mobile._2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .div-block {
    width: 100%;
  }

  .texto-2-seguranca {
    font-size: 16px;
    line-height: 22px;
  }

  .video-header-home {
    display: none;
  }

  .img-2-header-home {
    width: 90%;
  }

  .img-2-parceiros._2 {
    width: 600px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .texto-5-passos {
    max-width: 250px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .texto-5-passos.hero {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
  }

  .texto-5-passos._2 {
    max-width: 280px;
    font-size: 22px;
  }

  .holder-4-passos {
    margin-top: 0;
  }

  .holder-4-passos.card-2 {
    border-radius: 20px;
    margin-top: 10px;
  }

  .texto-6-passos {
    max-width: 220px;
    font-size: 22px;
    line-height: 28px;
  }

  .texto-7-passos {
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .img-1-passos, .img-1-passos._1 {
    width: 100%;
  }

  .conteudo-1-banner-2-home {
    min-height: 230px;
  }

  .holder-1-banner-2-home {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .texto-2-botao-salva-tempo {
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .img-3-botao-salva-tempo {
    width: 15px;
  }

  .botao-2-salva-tempo {
    margin-top: 50px;
    padding: 10px 20px;
  }

  .botao-1-faq {
    border-radius: 10px;
    margin-top: 50px;
  }

  .texto-1-botao-faq {
    font-size: 16px;
  }

  .conteudo-1-dados {
    padding-bottom: 0;
  }

  .texto-1-dados {
    font-size: 26px;
    line-height: 30px;
  }

  .holder-1-dados {
    justify-content: flex-start;
    align-items: center;
  }

  .texto-3-dados {
    font-size: 18px;
    line-height: 24px;
  }

  .holder-5-rodape {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .botao-3-salva-tempo {
    margin-top: 50px;
    padding: 10px 20px;
    position: static;
    top: 70%;
  }

  .header-beneficios {
    padding-bottom: 70px;
  }

  .conteudo-1-beneficios {
    margin-top: 150px;
  }

  .texto-1-beneficios {
    align-self: auto;
    max-width: 400em;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
    overflow: hidden;
  }

  .texto-2-beneficios {
    max-width: 330px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }

  .texto-1-parceiro {
    max-width: 320px;
  }

  .texto-2-parceiro {
    max-width: 330px;
  }

  .depoimentos-carrossel {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .holder-1-slide-depoimentos-carrossel {
    width: 85vw;
  }

  .holder-1-depoimentos-carrossel {
    width: 105%;
    display: none;
    overflow: scroll;
  }

  .holder-1-depoimentos-carrossel-mobile {
    width: 105%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: scroll;
  }

  .fade-depoimentos {
    display: none;
  }

  .video-header-home-mobile {
    display: block;
  }

  .conteudo-mais-tempo {
    flex-flow: column;
    max-width: none;
    min-height: auto;
  }

  .mais-tempo-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .mais-tempo-item.item-3 {
    margin-bottom: 0;
  }

  .mais-tempo-txt {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .box-preo {
    background-color: #fff;
  }

  .text-plano {
    color: var(--roxo);
  }

  .header-faq {
    background-position: 135% -2%;
    background-size: auto 40%;
    min-height: 55vh;
  }

  .conteudo-1-faq-2 {
    margin-top: 90px;
  }

  .section-1-faq {
    position: static;
    top: 12%;
  }

  .btn-faq {
    padding: 2px 8px;
    font-size: 12px;
  }

  .conteudo-2-faq {
    width: 100%;
    margin-top: 0;
    padding: 8px 0 12px;
  }

  .conteudo-3-faq {
    margin-top: 0;
  }

  .titulo-1-faq {
    max-width: 320px;
    font-size: 28px;
    line-height: 32px;
  }

  .titulo-2-faq {
    max-width: 320px;
    font-size: 24px;
  }

  .div-block-6 {
    order: 0;
    justify-content: center;
    margin-top: 4px;
    display: flex;
  }

  .texto-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .texto-2._2 {
    width: 90%;
    margin-bottom: 60px;
  }

  .texto-2.hero {
    text-align: center;
  }

  .texto-1-politica {
    max-width: 320px;
    font-size: 32px;
    line-height: 36px;
  }

  .header-politica {
    padding-top: 60px;
  }

  .texto-2-politica {
    max-width: 330px;
  }

  .menu-termos {
    background-color: var(--bege);
  }

  .conteudo-1-termos {
    margin-top: 0;
  }

  .video-faq {
    display: none;
  }

  .section-1-manifesto {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .conteudo-manifesto {
    margin-top: 0;
    padding-bottom: 0;
  }

  .titulo-manifesto {
    max-width: 320px;
    font-size: 32px;
    line-height: 42px;
  }

  .texto-corrido {
    font-size: 16px;
    line-height: 22px;
  }

  .texto-destaque {
    font-size: 26px;
    line-height: 30px;
  }

  .cta-manifesto {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .botao-cta-manifesto {
    margin-top: 0;
  }

  .img-manifesto-mobile {
    display: none;
  }

  .image-2 {
    display: block;
  }

  .div-popup-overlay {
    width: 90%;
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-popup-overlay {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-1-lgpd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .texto-data {
    font-size: 12px;
    line-height: 14px;
  }

  .header-planos {
    padding-bottom: 70px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: 16px;
  }

  .video-header-home-copy {
    display: none;
  }

  .tit-header-pag {
    max-width: 100%;
    margin-top: 40px;
    font-size: 34px;
    font-weight: 300;
    line-height: 42px;
  }

  .conteudo-header-pag {
    flex-flow: column-reverse wrap;
  }

  .txt-pag {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-tit-faq {
    width: 100%;
    padding-right: 0;
  }

  .tit-faq-pgtos {
    text-align: left;
    max-width: 320px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }

  .txt-banner-rodape-pgtos {
    text-align: center;
    max-width: 260px;
    font-size: 30px;
    line-height: 36px;
  }

  .div-top-plan {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tit-planos {
    max-width: 250px;
    font-size: 22px;
    line-height: 28px;
  }

  .txt-pag-center {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-content-header-right {
    margin-top: 0;
  }

  .div-bts {
    flex-flow: column;
    width: 100%;
  }

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

  .txt-plan {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .bt-fale-com {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    bottom: 20px;
  }

  .bt-start-now-footer {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .texto-2-compliance {
    max-width: 330px;
  }

  .texto-1-compliance {
    max-width: 320px;
  }

  .header-compliance {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .conteudo-1-compliance {
    max-width: none;
    margin-top: 0;
  }

  .texto-destaque-compliance {
    font-size: 26px;
    line-height: 30px;
  }

  .botao-cta-etica {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }

  .div-block-15 {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .botao-cta-compliance {
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .header-xp2 {
    background-position: 135% -2%;
    background-size: auto 40%;
    min-height: 55vh;
  }

  .conteudo-xp-1 {
    margin-top: 90px;
  }

  .header-xp {
    height: auto;
    margin-top: 66px;
    position: static;
    overflow: hidden;
  }

  .video-header-xp {
    height: 100%;
    margin-top: 0;
    display: block;
  }

  .menu-xp {
    height: 60px;
  }

  .section-xp-2 {
    overflow: hidden;
  }

  .holder-xp-2 {
    position: static;
  }

  .titulo-xp-1 {
    margin-right: 20px;
    position: relative;
    left: 12px;
  }

  .div-cards-xp {
    display: none;
  }

  .div-card-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-card-item-titulo {
    height: 48px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .card-border-individual {
    height: 208px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .texto-xp-14 {
    font-size: 14px;
    line-height: 22px;
  }

  .texto- {
    font-size: 16px;
    line-height: 18px;
  }

  .texto-valor {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 45px;
    line-height: 47px;
  }

  .texto-mes {
    font-size: 12px;
    line-height: 16px;
  }

  .texto-xp-14-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .texto-xp-18 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .texto-xp-18._1 {
    width: 70%;
  }

  .card-list-individual {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-icones-xp {
    margin-top: 0;
    line-height: 22px;
  }

  .div-icones-item, .div-icones-item._2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
  }

  .div-icones-item._1 {
    align-items: flex-start;
    margin-bottom: 12px;
    display: flex;
  }

  .div-icones {
    margin-top: 0;
  }

  .title-sucess {
    color: var(--branco);
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }

  .left-arrow {
    display: none;
  }

  .slider {
    background-color: #fff0;
    height: 100%;
    margin-top: 30px;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    width: 80%;
    margin-left: 28px;
  }

  .slide._2 {
    margin-left: 28px;
  }

  .slide-nav {
    display: none;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .div-block-19, .div-icones-item-text {
    margin-left: 12px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    width: 24px;
  }

  .degrade-wrapper {
    width: 100%;
    height: 190px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .section-xp-4 {
    background-image: linear-gradient(#f5f5f500, #f5f5f5fc 57%);
    position: fixed;
    inset: auto 0% 0%;
  }

  .btn-xp-1 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 65%;
  }

  .btn-xp-2 {
    margin-top: 14px;
  }

  .slider-xp {
    background-color: #fff0;
    height: 1200px;
    margin-top: 30px;
    display: none;
  }

  .slider-xp-copy {
    background-color: #fff0;
    height: 100%;
    margin-top: 30px;
    display: none;
  }

  .btn-individual, .btn-residencial {
    width: 90%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-card-item-infos-2 {
    height: 208px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .holder-xp-pgto-1 {
    width: 90%;
    max-width: none;
  }

  .titulo-xp-2 {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    left: 12px;
  }

  .titulo-xp-2.form {
    text-align: left;
    left: 0;
  }

  .dropdown-xp-pgto-titulo {
    padding-left: 0;
    font-family: Xp, Verdana, sans-serif;
    font-weight: 700;
  }

  .image-11 {
    margin-right: 0;
  }

  .campo-form-xp-pgto {
    border: 1px solid #e8e8e8;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .btn-xp-pgto {
    margin-top: 14px;
  }

  .cartao-xp-pgto {
    background-position: 90% 87%, 0 0;
    height: 190px;
  }

  .cartao-xp-pgto-nome {
    font-size: 16px;
    line-height: 22px;
  }

  .cartao-xp-pgto-titulo {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .cartao-xp-pgto-numero, .cartao-xp-pgto-validade, .cartao-xp-pgto-cvv {
    font-size: 14px;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .dropdown-list.w--open {
    font-weight: 400;
  }

  .section-erro {
    padding-top: 140px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .holder-erro, .texto-modal-xp {
    width: 90%;
  }

  .section-sucesso {
    padding-top: 140px;
    display: none;
    position: fixed;
  }

  .div-block-22 {
    margin-right: 0;
  }

  .section-sucesso-1 {
    display: flex;
  }

  .section-erro-1 {
    display: none;
  }

  .holder-sucesso {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .img-1-rodape-xp {
    width: 200px;
  }

  .code-embed {
    height: 100%;
  }

  .card-list-residencial {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .section-loading {
    display: none;
  }

  .holder-loading {
    width: 90%;
  }

  .div-block-24 {
    justify-content: space-between;
    align-items: flex-end;
    width: 250px;
  }

  .div-block-25 {
    margin-right: 12px;
  }

  .code-embed-home {
    height: 100%;
    display: none;
  }

  .code-embed-home.mobile {
    border-bottom: 1px solid #000;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .header-home-2 {
    height: auto;
    margin-top: 70px;
    position: static;
    overflow: hidden;
  }

  .img-1-menu-2 {
    height: 28px;
  }

  .card-individual {
    width: 320px;
  }

  .scroll-container {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: scroll;
  }

  .card-residencial {
    width: 320px;
    margin-left: 15px;
  }

  .cards-list {
    width: 1000px;
    margin-top: 0;
    display: flex;
  }

  .card-bg-legacy {
    background-color: #dfdfdf;
    height: 48px;
  }

  .card-bg-individual {
    height: 48px;
  }

  .card-border-residencial {
    border-color: #dfdfdf;
    height: 208px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-27 {
    flex-flow: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .botao-wrapper {
    height: 100%;
    position: relative;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-28 {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon {
    bottom: 25px;
  }

  .text-block-15 {
    font-family: Xp, Verdana, sans-serif;
  }

  .dropdown-xp {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-video-3 {
    height: 220px;
  }

  .section-xp-btn {
    background-image: linear-gradient(#f5f5f500, #f5f5f5fc 57%);
    position: fixed;
    inset: auto 0% 0%;
  }

  .desktop {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-individual-1, .btn-residencial-2 {
    width: 90%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-29 {
    flex-flow: column-reverse wrap-reverse;
  }

  .form-xp {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .img-1-menu-copy {
    height: 35px;
  }

  .code-embed-2, .code-embed-3 {
    margin-top: 0;
  }

  .div-block-30 {
    background-color: #47474799;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100svh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .text-block-16 {
    display: none;
  }

  .card-legacy {
    width: 320px;
    margin-left: 15px;
  }

  .card-border-legacy {
    border-color: #dfdfdf;
    height: 208px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-bg-residencial {
    background-color: #dfdfdf;
    height: 48px;
  }

  .card-list-legacy {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .btn-legacy {
    width: 90%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .conteudo-hero {
    flex-flow: row-reverse wrap-reverse;
    max-width: none;
    min-height: auto;
    padding-top: 90px;
  }

  .video-hero {
    height: 100%;
    display: none;
  }

  .video-hero.mobile {
    border-bottom: 1px solid #000;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .texto-hero {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-31 {
    height: 158px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-4 {
    width: 340px;
    height: 158px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .conteudo-planos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: none;
    min-height: auto;
  }

  .div-plano {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .div-plano._1 {
    width: 100%;
  }

  .title-plano {
    text-align: left;
  }

  .texto-plano {
    text-align: left;
    max-width: none;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .texto-valor-2 {
    max-width: 210px;
    font-size: 42px;
    line-height: 36px;
  }

  .div-block-32 {
    margin-top: 20px;
  }

  .texto-valor-3 {
    max-width: 210px;
    line-height: 16px;
  }

  .div-inclui {
    margin-bottom: 20px;
  }

  .item-beneficio {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .item-beneficio._2 {
    margin-bottom: 10px;
  }

  .texto-beneficios {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .texto-beneficios._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .botao-plano {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .div-block-33 {
    flex-flow: column;
    align-items: center;
    width: 90%;
    max-width: none;
    display: flex;
  }

  .titl-planos {
    text-align: center;
    width: 90%;
    max-width: 280px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .titl-planos.xp {
    max-width: 320px;
  }

  .div-block-34 {
    flex-flow: column;
  }

  .div-plano-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-plano-mobile._1 {
    width: 100%;
  }

  .div-plano-beneficios {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-plano-beneficios._1 {
    width: 100%;
  }

  .image-14 {
    width: 18px;
    height: 18px;
    padding-top: 4px;
  }

  .image-15 {
    width: 18px;
    height: 18px;
  }

  .image-16 {
    padding-top: 4px;
  }

  .hero-xp {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 120%;
    height: 100svh;
  }

  .conteudo-hero-xp {
    flex-flow: row-reverse wrap-reverse;
    max-width: none;
    min-height: auto;
    padding-top: 150px;
  }

  .texto-hero-xp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .botao-1-salva-tempo-copy, .btn-xp-amarelo {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 50px;
  }

  .video-xp {
    width: 340px;
    height: 158px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-textos {
    flex-flow: column;
  }

  .subtitle-xp {
    width: 80%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .div-sec-xp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .title-btn-xp {
    font-size: 16px;
  }

  .div-plano-xp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .div-plano-xp._1 {
    width: 100%;
  }

  .texto-valor-xp {
    max-width: 210px;
    font-size: 42px;
    line-height: 36px;
  }

  .botao-plano-xp {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .btn-plano-title-xp {
    font-size: 16px;
  }

  .texto-1-faq-xp {
    max-width: 320px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .div-block-37 {
    width: 90%;
  }

  .text-block-20 {
    font-size: 12px;
    line-height: 18px;
  }

  .title-xp {
    max-width: 250px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .title-xp.hero {
    width: 80%;
    max-width: none;
    font-size: 34px;
    line-height: 40px;
  }

  .title-xp._2 {
    max-width: 280px;
    font-size: 22px;
  }

  .holder-2-faq-xp {
    background-color: var(--bege);
  }

  .body-xp {
    background-color: #fff;
  }

  .logo_tempo_link {
    margin-bottom: 32px;
  }

  .heading_checkout {
    text-align: center;
  }

  .h2_checkout {
    text-align: left;
    line-height: 120%;
  }

  .h2_checkout.sucesso {
    text-align: center;
  }

  .texto-beneficios_checkout {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .texto-beneficios_checkout._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .item-beneficio_checkout._2 {
    margin-bottom: 10px;
  }

  .add_cupom_wrapper {
    display: none;
  }

  .add_cupom_wrapper.mobile {
    margin-top: 14px;
    display: flex;
  }

  .form_block_cupom {
    display: none;
  }

  .form_block_cupom.mobile {
    display: block;
  }

  .form_contato_wrapper_checkout {
    width: 90%;
  }

  .erro_pagamento_popup {
    width: 95%;
  }

  .tentar_novamente_popup, .suporte_whatsapp_popup {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .pagamento_sucesso_wrapper {
    width: 90%;
  }

  .confirmacao_pagamento_wrapper {
    font-size: 14px;
    font-weight: 400;
  }

  .abrir_whatsapp, .voltar_home {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .video_pagamento_sucesso {
    width: 100%;
    height: 158px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .plano_detalhes_wrapper {
    align-items: flex-start;
    display: none;
  }

  .detalhes_botao {
    top: 8px;
  }

  .plano_info_wrapper_mobile {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .valor_wrapper_mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: var(--cinza-claro-2);
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: Lexend, sans-serif;
    font-size: 12px;
  }

  .plano_valor_mobile {
    color: var(--cinza-escuro);
    font-family: Lexend, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .text-span-4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .div-inclui-2 {
    margin-bottom: 20px;
  }

  .planos-holder-1 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .xp_add_cupom_wrapper {
    display: none;
  }

  .xp_add_cupom_wrapper.mobile {
    margin-top: 14px;
    display: flex;
  }

  .holder-1-campo-xp {
    width: 100%;
  }

  .btn-cupom-xp {
    font-size: 12px;
  }

  .embed_agenda {
    width: 100%;
    overflow: visible;
  }

  .abrir_agenda {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .titulo-plano {
    font-size: 28px;
  }

  .div-plano-novo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .div-plano-novo._1 {
    width: 100%;
  }

  .texto-descritivo {
    max-width: none;
    height: auto;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .texto-descritivo._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .texto-valor-premium {
    max-width: 210px;
    font-size: 42px;
    line-height: 36px;
  }

  .titulo-beneficios {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .titulo-beneficios._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .subtitulo-planos {
    max-width: none;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .subtitulo-planos._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .planos-1 {
    background-color: var(--bege);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .planos-2 {
    background-color: var(--bege);
  }

  .conteudo-planos-2 {
    width: 90%;
    max-width: none;
  }

  .holder-resolve {
    margin-top: 20px;
  }

  .titulo-planos-3 {
    max-width: 320px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .holder-titulo-beneficios {
    background-color: var(--bege);
  }

  .texto-resolve {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .texto-resolve._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .planos-3 {
    background-color: var(--bege);
  }

  .conteudo-planos-3 {
    background-color: var(--bege);
    background-position: 50% 2300%;
    justify-content: flex-start;
    width: 90%;
    max-width: none;
    height: 400px;
    padding: 30px 20px 20px;
  }

  .subtitulo-planos-3 {
    max-width: none;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subtitulo-planos-3._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .subtitulo-planos-3._2 {
    width: auto;
    margin-bottom: 20px;
  }

  .planos-4 {
    background-color: var(--bege);
  }

  .conteudo-planos-4 {
    width: 90%;
    max-width: none;
  }

  .texto-1-faq-plano {
    max-width: 320px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .planos-5 {
    background-color: var(--bege);
  }

  .conteudo-planos-5 {
    background-position: 0 0, 65%;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 400px;
    padding: 30px 20px 40px;
  }

  .titulo-planos-5 {
    max-width: 320px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
  }

  .subtitulo-planos-5 {
    max-width: none;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subtitulo-planos-5._1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .botao-contato {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .texto-1-botao-salva-tempo-2 {
    font-size: 16px;
  }

  .pagamento_agenda_wrapper {
    width: 90%;
  }

  .seg-section-1 {
    padding-bottom: 70px;
    overflow: visible;
  }

  .seg-section-2 {
    padding-bottom: 60px;
  }

  .titulos-seg {
    max-width: 320px;
    font-size: 22px;
    line-height: 30px;
  }

  .conteudo-2-seguranca {
    margin-top: 0;
  }

  .item-protecao {
    padding: 22px;
  }

  .titulo-menor-seg {
    max-width: 330px;
  }

  .texto-menor-seg {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .seg-section-3 {
    padding-bottom: 60px;
  }

  .conteudo-3-seguranca {
    margin-top: 0;
  }

  .titulos-seg-2 {
    max-width: 320px;
    font-size: 22px;
    line-height: 30px;
  }

  .section-parceiros {
    flex-flow: column;
  }

  .section-parceiros._2 {
    margin-top: 0;
  }

  .item-parceiros {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 22px;
  }

  .item-parceiros._2 {
    margin-bottom: 0;
    padding: 22px;
  }

  .seg-section-4 {
    padding-bottom: 60px;
  }

  .background-video-seg {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    display: flex;
  }

  .box-itens-whatsapp {
    padding: 22px;
  }

  .div-numero {
    margin-bottom: 14px;
    margin-right: 14px;
  }

  .item-whatsapp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .seg-section-5 {
    padding-bottom: 70px;
  }

  .titulo-numeros {
    max-width: 330px;
  }

  .conteudo-5-seguranca {
    margin-top: 0;
  }

  .t {
    max-width: 240px;
    font-size: 22px;
    line-height: 28px;
  }

  .holder-investidores {
    flex-flow: column;
  }

  .seg-section-7 {
    display: none;
  }

  .seg-section-8 {
    padding-bottom: 60px;
  }

  .seg-section-9 {
    background-color: var(--bege);
  }

  .conteudo-9-seguranca {
    background-color: var(--bege);
    background-position: 50% 2300%;
    justify-content: flex-start;
    width: 90%;
    max-width: none;
    height: auto;
    padding: 30px 20px;
  }

  .botao-contato-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .conteudo-11-seguranca {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    max-width: 300px;
    height: auto;
    margin-top: 150px;
    overflow: visible;
  }

  .image-19, .image-20 {
    margin-bottom: 20px;
  }

  .seg-section-7-mobile {
    display: block;
  }

  .texto-1-botao-salva-tempo-3 {
    font-size: 16px;
  }

  .seg-section-3-2 {
    padding-bottom: 60px;
  }

  .conteudo-3-2-seguranca {
    margin-top: 0;
  }

  .titulos-seg-3 {
    max-width: 320px;
    font-size: 22px;
    line-height: 30px;
  }

  .texto-3 {
    text-align: left;
    max-width: 330px;
    font-size: 14px;
    line-height: 20px;
  }

  .seg-section-10 {
    background-color: var(--bege);
  }

  .conteudo-10-seguranca {
    background-color: var(--bege);
    background-position: 80% 100%;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 420px;
    padding: 30px 20px;
  }

  .titulo-planos-4 {
    max-width: 320px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .botao-whatsapp {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .texto-1-botao-whatsapp {
    font-size: 16px;
  }

  .titulos-parceiro {
    max-width: 320px;
    font-size: 22px;
    line-height: 30px;
  }

  .header-beneficios-2 {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .conteudo-3-faq-planos, .conteudo-3-faq-preco {
    margin-top: 0;
  }

  .slide-nav-2 {
    top: 89%;
  }

  .gradient_slide {
    display: none;
  }
}

#w-node-c6556183-2e6d-5322-225c-d83c2aaf367b-808ebcaa {
  justify-self: center;
}

#w-node-e6ee1fdb-f7c5-9930-4e55-d2e2b344df9f-808ebcaa, #w-node-_7c1ca34a-13cd-61c6-f5aa-392b361f5a4e-808ebcaa, #w-node-_64668a0a-a95b-3954-4b32-a03fc4df1f05-808ebcaa, #w-node-_9542e750-3d58-3430-3f0f-65bbeef88576-808ebcaa, #w-node-cff786d2-2198-9e14-6559-fe1845e5f130-808ebcaa, #w-node-_9962db29-5169-0812-a3d6-b040e387d9c3-808ebcaa, #w-node-_99fbbf0b-ba05-7b3d-186a-074825464680-808ebcaa, #w-node-_83b0f660-043c-95c8-c19c-4db8ce66a9ff-808ebcaa, #w-node-_83b0f660-043c-95c8-c19c-4db8ce66a9f7-808ebcaa, #w-node-_83b0f660-043c-95c8-c19c-4db8ce66aa0b-808ebcaa {
  place-self: baseline;
}


@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Xp';
  src: url('../fonts/XP-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}