﻿/* =============================================================
   Atitude Saúde Mental — folha única do site.
   Estrutura da esteira: /index.html /css/style.css /js/script.js /images/
   Sem Webflow, sem jQuery. As cores da marca estão no :root mais abaixo
   (--roxo, --verde, --color-1).
   ============================================================= */

/* ---------- Reveal ao rolar (js/script.js liga o data-reveal="on") ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

[data-reveal="on"] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Acompanhamento Terapêutico: foto de "Como funciona" ----------
   A foto nova é panorâmica; sem isso ela fica baixinha ao lado do texto. */
.side-blocks.fundo .image-5._2 {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .side-blocks.fundo .image-5._2 {
    min-height: 240px;
  }
}

/* ---------- Botão "Currículo Lattes" (treinamento e material) ---------- */
.botao-lattes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  background: #fff;
  color: var(--roxo);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  margin-bottom: 18px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.botao-lattes:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1.6px solid currentColor;
  border-radius: 50%;
  background: linear-gradient(currentColor, currentColor) center / 100% 1.6px no-repeat;
}

.botao-lattes:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px -14px #21242d80;
}

/* na página do Material o fundo é claro: botão roxo sólido */
.botao-lattes.roxo {
  background: var(--roxo);
  color: #fff;
  margin: 22px 0 0;
}

/* ---------- Clube Social: dois botões lado a lado ---------- */
.clube-botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* =============================================================
   Página "Quem Sou" — psicologa-jessica-helena-santos.html
   Layout da arte aprovada: foto à esquerda com borda ondulada,
   texto à direita sobre fundo off-white.
   ============================================================= */
.quem-sou {
  --qs-roxo: #4a2378;
  --qs-roxo-claro: #ede7f6;
  --qs-verde: #2f8f5b;
  --qs-tinta: #4a4a55;
  --qs-fundo: #f7f5f2;
  background: #fff;
  padding: 96px 24px 72px;
  font-family: Nunito, system-ui, sans-serif;
  color: var(--qs-tinta);
}

.quem-sou-card {
  background: var(--qs-fundo);
  border-radius: 26px;
  box-shadow: 0 24px 60px -30px #46287859;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

/* ---- coluna da foto (borda ondulada avança sobre o texto) ---- */
.quem-sou-foto {
  flex: 0 0 40%;
  min-height: 620px;
  margin: 0;
  position: relative;
}

.quem-sou-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

.quem-sou-foto:after {
  content: "";
  position: absolute;
  inset: -2% -1px -2% auto;
  right: -1px;
  width: 90px;
  background: var(--qs-fundo);
  border-radius: 50%;
  transform: translateX(55%);
}

/* ---- coluna do texto ---- */
.quem-sou-texto {
  flex: 1;
  padding: 44px 56px 40px;
  position: relative;
  z-index: 2;
}

.quem-sou-logo {
  height: auto;
  margin-bottom: 18px;
}

.quem-sou-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--qs-roxo);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.15;
  margin: 0 0 28px;
}

.quem-sou-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

.quem-sou-lista li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.quem-sou-icone {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--qs-roxo-claro);
  color: var(--qs-roxo);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quem-sou-lista p,
.quem-sou-fecho p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.quem-sou-lista strong {
  color: var(--qs-roxo);
  font-weight: 800;
}

.quem-sou-lista strong.verde,
.quem-sou-fecho strong.verde {
  color: var(--qs-verde);
}

.quem-sou-divisor {
  border: 0;
  border-top: 1px solid #d9d3cc;
  margin: 30px 0 24px;
}

.quem-sou-fecho {
  display: grid;
  gap: 16px;
}

.quem-sou-fecho strong {
  color: var(--qs-roxo);
  font-weight: 800;
}

.quem-sou-rodape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.quem-sou-assinatura {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--qs-roxo);
  margin: 0;
  border-bottom: 1px solid var(--qs-roxo);
  padding-bottom: 6px;
}

.quem-sou-botao {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--qs-roxo);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 40px;
  box-shadow: 0 12px 24px -14px #4a2378b3;
  transition: transform .15s ease, filter .15s ease;
}

.quem-sou-botao:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* ---- tablet e celular ---- */
@media (max-width: 940px) {
  .quem-sou {
    padding: 80px 16px 56px;
  }

  .quem-sou-card {
    flex-direction: column;
    border-radius: 22px;
  }

  /* a foto é vertical: no empilhado, mantém retrato para não cortar o rosto */
  .quem-sou-foto {
    flex: none;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .quem-sou-foto img {
    object-position: 50% 12%;
  }

  .quem-sou-foto:after {
    display: none;
  }

  .quem-sou-texto {
    padding: 32px 24px 34px;
  }

  .quem-sou-rodape {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .quem-sou-texto {
    padding: 26px 18px 30px;
  }

  .quem-sou-lista li {
    gap: 14px;
  }

  .quem-sou-icone {
    width: 40px;
    height: 40px;
  }

  .quem-sou-lista p,
  .quem-sou-fecho p {
    font-size: 15px;
  }

  .quem-sou-botao {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Barra de navegação em roxo (página do Material) ----------
   O Webflow aplicava essa cor por script; aqui é uma classe. */
.nav-bar.transparent.roxo {
  background-color: var(--roxo);
}

/* ---------- Depoimentos (Material) ----------
   Cada "carrossel" do Webflow tinha um único slide: as setas e os pontos
   não navegavam para lugar nenhum e o JS que os movia não existe mais. */
.testimonial-slider-arrow,
.testimonial-slider-nav {
  display: none;
}

/* ---------- Seta que cresce no hover do botão (era interação do Webflow) ---------- */
.button .button-arrow-space,
.instagram-link .button-arrow-space {
  width: 0;
  overflow: hidden;
  transition: width .25s ease;
}

.button:hover .button-arrow-space,
.instagram-link:hover .button-arrow-space {
  width: 24px;
}



/* =============================================================
   SISTEMA DE DESIGN — os mesmos componentes da Psicoterapia,
   da página "Quem Sou" e do Material Atitude, agora usados
   também pelo Clube Social, Acompanhamento e Treinamento.

   Prefixo .ds- ("design system"). As páginas que o usam
   declaram <body class="ds-page">.
   ============================================================= */
.ds-page {
  --ds-roxo: #5b2e91;
  --ds-roxo-escuro: #4a2378;
  --ds-roxo-suave: #7e57c2;
  --ds-roxo-tint: #efe9f7;
  --ds-verde: #2f8f5b;
  --ds-verde-escuro: #27784c;
  --ds-verde-tint: #e6f2eb;
  --ds-tinta: #4a4a55;
  --ds-tinta-suave: #6e6e7a;
  --ds-fundo: #f6f4fb;
  --ds-sombra: 0 16px 34px -24px #3c286e73;
  --ds-sombra-forte: 0 24px 60px -28px #46287859;
  background: #fff;
  font-family: Nunito, system-ui, sans-serif;
  color: var(--ds-tinta);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.ds-page *,
.ds-page *:before,
.ds-page *:after {
  box-sizing: border-box;
}

/* ---------- Cartão-casca: foto de um lado, conteúdo do outro ---------- */
.ds-shell {
  display: flex;
  align-items: stretch;
  background:
    radial-gradient(120% 120% at 100% 0%, #f1ecfa 0%, transparent 55%),
    radial-gradient(120% 120% at 0% 100%, #ecf5f0 0%, transparent 50%),
    var(--ds-fundo);
  border-radius: 26px;
  box-shadow: var(--ds-sombra-forte);
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
}

.ds-shell-foto {
  flex: 0 0 40%;
  min-height: 560px;
  position: relative;
  margin: 0;
}

.ds-shell-foto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

/* a borda curva que avança sobre o conteúdo — a assinatura do layout */
.ds-shell-foto:after {
  content: "";
  position: absolute;
  inset: -2% -1px -2% auto;
  right: -1px;
  width: 90px;
  background: var(--ds-fundo);
  border-radius: 50%;
  transform: translateX(55%);
}

.ds-shell-conteudo {
  flex: 1;
  padding: 48px 52px;
  position: relative;
  z-index: 2;
}

/* ---------- Tipografia ---------- */
.ds-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--ds-roxo);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  margin: 0 0 14px;
  letter-spacing: .4px;
}

.ds-lede {
  color: var(--ds-roxo);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  margin: 0 0 24px;
}

.ds-texto {
  margin: 0 0 14px;
  font-size: 15.5px;
  color: var(--ds-tinta-suave);
}

.ds-texto:last-child {
  margin-bottom: 0;
}

.ds-texto strong,
.ds-lista-texto strong {
  color: var(--ds-roxo);
  font-weight: 800;
}

.ds-texto strong.verde,
.ds-lista-texto strong.verde {
  color: var(--ds-verde);
}

/* faixa de destaque (o "badge" da Psicoterapia) */
.ds-badge {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(180deg, #f3eefb, #ede6f8);
  border-radius: 18px;
  padding: 18px 26px;
  margin: 0 0 28px;
}

.ds-badge p {
  margin: 0;
  font-size: 15.5px;
  font-weight: 600;
  color: #4a3a66;
}

/* divisor com título no meio */
.ds-divisor {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
}

.ds-divisor:before,
.ds-divisor:after {
  content: "";
  height: 2px;
  flex: 1;
  border-radius: 2px;
}

.ds-divisor:before {
  background: linear-gradient(90deg, transparent, var(--ds-verde));
}

.ds-divisor:after {
  background: linear-gradient(90deg, var(--ds-roxo), transparent);
}

.ds-divisor h2 {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 26px);
  color: var(--ds-roxo);
  margin: 0;
  text-align: center;
}

.ds-divisor h2 span {
  color: var(--ds-verde-escuro);
}

/* ---------- Seções e grades ---------- */
.ds-secao {
  padding: 80px 24px;
  max-width: 1368px;
  margin: 0 auto;
}

.ds-secao.ds-secao--haze {
  max-width: none;
  background: var(--ds-fundo);
}

.ds-secao-interna {
  max-width: 1320px;
  margin: 0 auto;
}

.ds-grid {
  display: grid;
  gap: 22px;
}

.ds-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.ds-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ds-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Cartão ---------- */
.ds-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--ds-sombra);
  display: flex;
  flex-direction: column;
}

.ds-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.ds-card h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
  color: var(--ds-roxo);
  margin: 0;
}

.ds-card--verde h3 {
  color: var(--ds-verde-escuro);
}

.ds-card-body {
  border-top: 1px solid #efeaf5;
  padding-top: 14px;
  flex: 1;
}

.ds-card--verde .ds-card-body {
  border-top-color: #e4f0ea;
}

/* cartão com foto no topo */
.ds-card--foto {
  padding: 0;
  overflow: hidden;
}

.ds-card--foto img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.ds-card--foto .ds-texto {
  padding: 20px 22px 24px;
}

/* ---------- Ícone em círculo ---------- */
.ds-icone {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ds-roxo-tint);
  color: var(--ds-roxo);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-icone--verde {
  background: var(--ds-verde-tint);
  color: var(--ds-verde);
}

.ds-icone--sm {
  width: 44px;
  height: 44px;
}

/* ---------- Lista com ícone ---------- */
.ds-lista {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 20px;
}

.ds-lista li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.ds-lista-texto {
  margin: 0;
  font-size: 15.5px;
}

/* ---------- Botões ---------- */
.ds-botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  border-radius: 12px;
  padding: 15px 24px;
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #6b3aae, var(--ds-roxo));
  box-shadow: 0 12px 22px -12px #5b2e91b3;
  transition: transform .15s ease, filter .15s ease;
}

.ds-btn--verde {
  background: linear-gradient(180deg, #3a9e66, var(--ds-verde));
  box-shadow: 0 12px 22px -12px #2f8f5bb3;
}

.ds-btn--claro {
  background: #fff;
  color: var(--ds-roxo);
  box-shadow: 0 12px 22px -14px #21242d80;
}

.ds-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

/* ---------- Pílula de aviso ---------- */
.ds-avisos {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.ds-aviso {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--ds-roxo-tint);
  border-radius: 40px;
  padding: 14px 24px;
}

.ds-aviso p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #4a3a66;
}

.ds-aviso:nth-child(2n) {
  background: var(--ds-verde-tint);
}

/* ---------- Item de checklist ("Você já...") ---------- */
.ds-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: var(--ds-sombra);
}

.ds-check span {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--ds-roxo-tint);
  position: relative;
}

.ds-check span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid var(--ds-roxo);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ds-check p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #4a3a66;
}

/* ---------- Duas colunas dentro do bloco roxo ---------- */
.ds-shell-duo {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}

.ds-foto-solta {
  margin: 0;
}

.ds-foto-solta img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: var(--ds-sombra-forte);
}

@media (max-width: 940px) {
  .ds-shell-duo {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ---------- Faixa do Instagram ---------- */
.ds-instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ds-instagram img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  transition: transform .2s ease;
}

.ds-instagram img:hover {
  transform: scale(1.03);
}

.ds-instagram-chamada {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  background: var(--ds-fundo);
  border-radius: 14px;
  padding: 18px;
  font-weight: 800;
  color: var(--ds-roxo);
  transition: transform .15s ease, box-shadow .15s ease;
}

.ds-instagram-chamada:hover {
  transform: translateY(-2px);
  box-shadow: var(--ds-sombra);
}

@media (min-width: 941px) {
  .ds-instagram {
    grid-template-columns: repeat(5, 1fr);
  }

  .ds-instagram-chamada {
    grid-column: span 2;
  }
}

/* links dentro dos cartões */
.ds-card-body a {
  color: var(--ds-roxo);
  font-weight: 700;
  text-decoration: none;
}

.ds-card-body a:hover {
  text-decoration: underline;
}

/* ---------- Bloco roxo (chamada) ---------- */
.ds-chamada {
  background: linear-gradient(160deg, var(--ds-roxo), var(--ds-roxo-escuro));
  border-radius: 26px;
  box-shadow: var(--ds-sombra-forte);
  padding: 44px 48px;
  color: #fff;
  max-width: 1320px;
  margin: 0 auto;
}

.ds-chamada .ds-titulo,
.ds-chamada h3 {
  color: #fff;
}

.ds-chamada .ds-texto,
.ds-chamada .ds-lista-texto {
  color: #ffffffd9;
}

.ds-chamada .ds-texto strong,
.ds-chamada .ds-lista-texto strong {
  color: #fff;
}

.ds-chamada .ds-icone {
  background: #ffffff26;
  color: #fff;
}

/* ---------- Responsivo ---------- */
@media (max-width: 940px) {
  .ds-shell {
    flex-direction: column;
    border-radius: 22px;
  }

  .ds-shell-foto {
    flex: none;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ds-shell-foto:after {
    display: none;
  }

  .ds-shell-conteudo {
    padding: 32px 24px 36px;
  }

  .ds-secao {
    padding: 56px 16px;
  }

  .ds-grid--3,
  .ds-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-chamada {
    padding: 32px 24px;
    border-radius: 20px;
  }
}

@media (max-width: 620px) {
  .ds-grid--2,
  .ds-grid--3,
  .ds-grid--4 {
    grid-template-columns: 1fr;
  }

  .ds-shell-conteudo {
    padding: 26px 18px 30px;
  }

  .ds-badge {
    flex-direction: column;
    text-align: center;
    padding: 18px;
  }

  .ds-divisor h2 {
    font-size: 18px;
  }

  .ds-btn {
    width: 100%;
  }

  .ds-aviso {
    border-radius: 20px;
    align-items: flex-start;
  }
}

/* ===== normalize.css ===== */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ===== webflow.css ===== */

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}

@keyframes spin {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

/* ===== atitudesaudemental.webflow.css ===== */

:root {
  --dark: #21242d;
  --haze: #f1f1f1;
  --color-5: #fdfff008;
  --color-1: #b17fb3;
  --grey-4: #e2e4eb;
  --grey-2: #8e94a2;
  --color-3: #ff7136;
  --color-2: #000;
  --color-6: #b481b67a;
  --color-4: #ffae2e;
  --grey-1: #4d5464;
  --grey-3: #c0c4cd;
  --white: #b17fb3;
  --lynx--grey: #797c83;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--deep-pink: #fd4b8b;
  --roxo: #784e79;
  --verde: #7db58e;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

blockquote {
  background-color: var(--haze);
  text-align: center;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  font-size: 18px;
  line-height: 28px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.section {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section.color-1 {
  background-color: var(--color-1);
  color: #fff;
}

.section.no-padding {
  height: 950px;
}

.section.grey {
  background-color: var(--grey-4);
}

.section.header {
  background-image: url('../images/fundo.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 100vh;
}

.section.hzclar {
  background-color: #b481b608;
}

.wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top-left-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-v1-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.side-paddings {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.fade.bg {
  max-width: 1400px;
}

.intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 16px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.intro.small-margin {
  margin-bottom: 30px;
}

.intro.mb-40 {
  margin-bottom: 40px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.brand {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  display: flex;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.footer-v1-padding {
  padding-bottom: 0;
}

.button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  background-color: var(--color-1);
}

.button.white {
  box-shadow: none;
  color: #2c3340;
  background-color: #fff;
  background-image: none;
}

.button.white:hover {
  background-color: var(--grey-4);
  box-shadow: 0 4px 16px #00000029;
}

.button.ghost {
  color: #2c3340;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-2);
}

.button.color-1 {
  background-color: var(--color-1);
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.button.color-1:hover {
  background-color: var(--dark);
}

.button.small {
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  line-height: 16px;
}

.button.small.white.footer {
  color: var(--dark);
  background-color: #fff;
}

.button.small.white.footer:hover {
  background-color: #e2e2e2;
}

.button.color-6 {
  background-color: var(--color-1);
}

.button.color-6:hover {
  background-color: var(--dark);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.transparent {
  background-color: var(--color-1);
  color: #fff;
  border-bottom-color: #fff3;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-v1-navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-v1 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.logo.footer {
  height: 50px;
}

.text-white-faded {
  color: #fff9;
}

.button-arrow-space {
  width: 24px;
  height: 20px;
  position: relative;
  right: -4px;
}

.button-arrow-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: block;
  position: absolute;
  right: 0;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-blocks.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.small-padding-side {
  clear: none;
  padding-left: 15px;
  padding-right: 15px;
}

.side-block.small-padding-side.mds-tp-20.lft,
.side-block.small-padding-side.left {
  justify-content: center;
  align-items: flex-start;
}

.side-block.small-padding-side {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.no-padding {
  padding: 0;
}

.footer-v2-section {
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-v2-section.fixed {
  background-color: var(--color-1);
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v2-social {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-v2-social-link {
  opacity: .4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  transition: box-shadow .3s, opacity .3s, background-color .3s;
  display: flex;
  box-shadow: 1px 0 #fff6;
}

.footer-v2-social-link:hover {
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  background-color: #e0b1e2;
  position: relative;
}

.footer-v2-social-link.youtube:hover {
  background-color: #fc0d1c;
}

.footer-v2-social-icon {
  width: 48px;
}

.footer-v2-block {
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-v2-nav {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-v2-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer-v2-nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-v1-top-button {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  transition: bottom .3s;
  display: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.footer-v1-top-button:hover {
  bottom: 0;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-bottom-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-block-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 8.33%;
  display: flex;
}

.side-block-full.no-padding {
  padding: 0;
}

.side-block-full.left {
  justify-content: center;
  align-items: flex-start;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 16px;
  height: 16px;
  display: flex;
}

.menu-icon-line-top {
  background-color: #151515;
  height: 2px;
}

.menu-icon-line-top.white {
  background-color: #fff;
}

.menu-icon-line-bottom {
  background-color: #151515;
  height: 2px;
}

.menu-icon-line-bottom.white {
  background-color: #fff;
}

.menu-icon-line-middle {
  background-color: #151515;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-icon-line-middle.white {
  background-color: #fff;
}

.underline {
  background-color: var(--grey-2);
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.underline.white {
  background-color: #fff;
}

.logo-white {
  width: 90px;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin-bottom: 3px;
}

.header {
  background-image: url('../images/helena-lopes-633154-unsplash_1.avif');
  background-position: 50%;
  background-size: auto;
  height: 100vh;
}

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

.link-whatsapp {
  z-index: 100000;
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 4px 1px var(--grey-2);
  background-color: #0ec962;
  background-image: url('../images/Link-WhatsApp_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  position: fixed;
  inset: auto 30px 30px auto;
}

.footer-v2-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.divider-2 {
  background-color: #c0c4cd;
  border-left: 20px solid #21242d;
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider-2.white {
  background-color: #fff6;
  border-left-color: #fff;
}

.white {
  color: #fff;
}

.footer-v2-block-2 {
  background-image: linear-gradient(to bottom, var(--color-1), var(--color-1));
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-v2-block-2.ryirfyirfyirf {
  background-color: var(--color-1);
  background-image: none;
}

.footer-v2-section-2 {
  color: #fff;
  background-color: #21242d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-v2-section-2.fixed {
  background-color: #0c4448;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-bottom-left-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-2 {
  color: #8e94a2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.title-2.white {
  color: #ffffffb3;
  font-size: 12px;
}

.title-2.fgh {
  font-size: 14px;
}

.title-2.fgh.vfv {
  font-size: 12px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #21242d;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button-2:hover {
  background-color: #3270ff;
}

.button-2.ghost {
  color: #2c3340;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 1px #8e94a2;
}

.button-2.ghost.compre {
  background-color: var(--color-1);
  color: var(--haze);
  font-size: 16px;
  font-weight: 700;
}

.button-2.small {
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  line-height: 16px;
}

.button-2.small.white.footer {
  background-color: var(--white);
  color: var(--dark);
}

.button-2.small.white.footer:hover {
  background-color: #21242d;
}

.button-2.color-6 {
  background-color: var(--color-1);
}

.button-2.color-6:hover {
  background-color: #21242d;
}

.button-2.color-6.gf {
  margin-top: 20px;
}

.button-2.white {
  color: #000;
  background-color: #fff;
}

.footer-v2-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.fgh {
  font-size: 16px;
}

.code-embed {
  margin-top: 39px;
  padding-top: 0;
}

.section-5 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section-5.youtube {
  display: none;
}

.wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.intro-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro-3.small-margin {
  margin-bottom: 30px;
}

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

.container.fg {
  max-width: 1200px;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-large.fgdf {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.testimonial-slider-large.fgdf.hjh,
.testimonial-slider-large.fgdf.hj {
  display: none;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 870px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.testimonial-content.ghg {
  margin-left: 20px;
  margin-right: 0;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #784e79;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 20px;
  width: 350px;
  height: 400px;
}

.testimonial-image-two.ghg {
  order: -9999;
}

.testimonial-slider-arrow {
  display: none;
}

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

.text-block-7 {
  font-weight: 700;
}

.div-block-5,
.div-block-5.ngm {
  width: 20%;
}

.div-block-8 {
  width: 45%;
}

.button-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #21242d;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button-7:hover,
.button-7.color-1 {
  background-color: #03809c;
}

.button-7.color-1:hover {
  background-color: #21242d;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.hd-material {
  color: var(--lynx--white);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.hd-material.dk {
  color: var(--dark);
}

.text-block-11 {
  color: var(--haze);
  font-size: 18px;
  line-height: 28px;
}

.text-block-11.grey {
  color: var(--grey-1);
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--color-1);
  color: var(--lynx--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 5px;
  font-weight: 600;
  display: flex;
}

.div-block-9.roxo {
  background-color: var(--roxo);
}

.div-block-9.roxo.sm {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-1), var(--roxo));
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.code-embed-2 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.code-embed-3 {
  width: 20px;
  height: 20px;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--color-6);
  background-color: var(--roxo);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--lynx--white);
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--color-1);
}

.link-block.invert {
  border-style: solid;
  border-color: var(--color-1);
  color: var(--color-1);
  background-color: #0000;
}

.link-block.invert:hover {
  border-color: var(--roxo);
  background-color: var(--lynx--white);
  color: var(--roxo);
}

.link-block.esc {
  background-color: var(--color-1);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-1), var(--roxo));
  border-style: none;
}

.link-block.esc:hover {
  background-color: #865388;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--color-1), var(--roxo));
}

.link-block.esc.mgb20 {
  margin-top: 20px;
}

.botoes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-12 {
  color: var(--grey-1);
  font-size: 16px;
  line-height: 26px;
}

.text-block-12.ssm {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.text-block-12.lft {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b481b60f;
  border: 1px solid #b481b614;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 20px;
  display: flex;
}

.div-block-12.vert {
  background-color: var(--color-1);
  color: var(--haze);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-13 {
  color: var(--grey-1);
}

.bold-text-9 {
  color: var(--color-1);
}

.div-block-14 {
  background-image: url('../images/header_material.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.sm {
  width: 170px;
  margin-bottom: 10px;
}

.image-15 {
  width: 150px;
}

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

.image-16 {
  width: 210px;
}

.check-iten {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--roxo);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
}

.code-embed-4 {
  width: 18px;
  height: 18px;
}

.check-itens {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-17 {
  border-radius: 20px;
  width: 300px;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b481b60f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.tt2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}

.tt2.sssm {
  font-size: 24px;
  line-height: 34px;
}

.card-paraquem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #85b68129;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  padding: 5px;
  display: flex;
}

.card-paraquem.az {
  background-color: #81a9b629;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--roxo);
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-19 {
  font-size: 13px;
  line-height: 23px;
}

.paraquem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b481b60f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--haze);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  padding: 10px;
  display: flex;
}

.div-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
}

.text-block-20 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.text-span-19 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.img-picing {
  background-image: url('../images/materialfisico.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 350px;
}

.img-picing.versao-digital {
  background-image: url('../images/versaodigital.avif');
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-19 {
  width: 50px;
  min-width: 50px;
}

.image-19.big {
  width: 80px;
  min-width: 80px;
}

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

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--color-6);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  padding: 10px;
  display: flex;
}

.div-block-23.vert {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.text-block-21 {
  color: var(--color-1);
  font-weight: 700;
  line-height: 18px;
}

.text-block-21.bg {
  font-size: 18px;
  line-height: 28px;
}

.garantia {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--color-6);
  background-color: #b481b624;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  display: flex;
}

.garantiatxt {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-20 {
  color: var(--color-1);
  font-size: 16px;
  line-height: 26px;
}

.image-20 {
  border-radius: 20px;
}

.text-block-22 {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  color: var(--roxo);
  text-transform: none;
  border-radius: 16px;
  margin-top: 20px;
  padding: 3px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-23 {
  color: var(--roxo);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-24 {
  color: var(--color-1);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.text-span-21 {
  color: var(--verde);
  font-size: 45px;
  font-weight: 600;
}

.text-span-22 {
  font-size: 45px;
  font-weight: 600;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 19%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #fdc5ff45;
}

.div-block-25:hover {
  box-shadow: 0 2px 10px #fdc5ffb0;
}

.icone-home {
  background-color: #b17fb342;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.icone-home.verde {
  background-color: #7db58e3b;
}

.icone-home.sm {
  width: 35px;
  min-width: 35px;
  height: 35px;
  color: var(--color-1);
}

.icone-home.sm.verde {
  color: var(--verde);
}

.image-21 {
  width: 45px;
}

.text-block-25 {
  color: var(--color-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-25.verde {
  color: var(--verde);
}

.link-block-2 {
  width: 40px;
  height: 40px;
  color: var(--color-1);
  background-color: #b17fb342;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--color-1);
  color: var(--haze);
}

.link-block-2.verde {
  color: var(--verde);
  background-color: #7db58e3b;
}

.link-block-2.verde:hover {
  background-color: var(--verde);
  color: var(--haze);
}

.code-embed-6 {
  width: 25px;
  height: 25px;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-22 {
  width: 99.5219%;
  max-width: 280px;
}

.redes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #fdc5ff45;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 2px solid #b17fb35e;
  justify-content: flex-start;
  align-items: center;
  width: 19%;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-3.noline {
  border-right-style: none;
}

.code-embed-7 {
  width: 20px;
  height: 20px;
}

.text-block-26 {
  color: var(--color-1);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-26.verde {
  color: var(--verde);
}

.text-block-27 {
  color: var(--grey-1);
  font-size: 12px;
  line-height: 20px;
}

.text-block-27:hover {
  text-decoration: underline;
}

.conteudo-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.code-embed-9 {
  width: 20px;
  height: 20px;
}

.link-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--verde);
  color: var(--haze);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  background-color: var(--roxo);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .section {
    padding: 80px 8px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

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

  .page-wrapper.footer-v1-padding {
    padding-bottom: 0;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .menu-button.transparent {
    border-left-color: #fff3;
  }

  .nav-bar-v1-navigation {
    padding-right: 0;
  }

  .nav-menu-v1 {
    background-color: var(--color-1);
    width: 100%;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .button-arrow-space {
    display: none;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column;
    align-items: stretch;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

  .footer-v2-section.fixed {
    height: auto;
    position: relative;
  }

  .footer-v2-social-link {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-v2-social-icon {
    width: 32px;
  }

  .footer-v2-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2 {
    flex-wrap: wrap;
  }

  .footer-v2-nav {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-v2-right {
    justify-content: center;
    width: 100%;
  }

  .footer-v2-nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-v1-top-button {
    display: none;
  }

  .side-block-full {
    width: 100%;
  }

  .underline {
    display: none;
  }

  .footer-v2-right-2 {
    justify-content: center;
    width: 100%;
  }

  .footer-v2-block-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-section-2.fixed {
    height: auto;
    position: relative;
  }

  .footer-v2-2 {
    flex-wrap: wrap;
  }

  .section-5 {
    padding: 80px 8px;
  }

  .intro-3 {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .button-7.color-1.mgt {
    margin-top: 60px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 48%;
  }

  .div-block-23 {
    width: 44%;
  }

  .div-block-26 {
    flex-flow: wrap;
  }

  .link-block-3 {
    border-bottom: 2px solid #b17fb35e;
    border-right-style: none;
    width: 25%;
    padding: 10px;
  }

  .link-block-3.noline {
    border-bottom-style: none;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 98%;
    padding: 10px 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .intro {
    margin-bottom: 48px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-padding {
    padding: 0;
  }

  .footer-v2-social-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v2-social-icon {
    width: 24px;
  }

  .footer-v2-nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .side-block-full {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom-left-2 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

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

  .intro-3 {
    margin-bottom: 48px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .div-block-8 {
    width: 98%;
  }

  .div-block-12 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-20 {
    width: 98%;
  }

  .div-block-23 {
    width: 44%;
  }

  .div-block-23.vert {
    width: 48%;
  }

  .div-block-25 {
    width: 32%;
  }

  .link-block-3 {
    border-bottom: 2px solid #b17fb35e;
    border-right-style: none;
    width: 48%;
    padding: 10px 0;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding {
    height: 1300px;
  }

  .section.header {
    background-position: 0 0;
    height: auto;
  }

  .wrapper.nav-bar-v1-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .page-wrapper.footer-v1-padding {
    overflow: hidden;
  }

  .button.color-1 {
    margin-left: 0;
  }

  .button.small.white.footer {
    display: none;
  }

  .logo.footer {
    height: 50px;
  }

  .side-blocks.top {
    justify-content: center;
    align-items: center;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.small-padding-side {
    margin-top: 40px;
  }

  .side-block.small-padding-side.mds-tp-20 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .side-block.small-padding-side.mds-tp-20.lft {
    justify-content: center;
    align-items: center;
  }

  .side-block.small-padding-side.n-bt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .side-block.no-bt {
    margin-bottom: 0;
  }

  .no-padding {
    padding: 0;
  }

  .footer-v2-social-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-v2-nav {
    display: none;
  }

  .side-block-full {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block-full.left {
    justify-content: center;
    align-items: flex-start;
  }

  .side-block-full.left.tps {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .logo-white {
    width: 90px;
    height: auto;
  }

  .link-whatsapp {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .title-2 {
    font-size: 12px;
  }

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

  .title-2.fgh {
    font-size: 12px;
  }

  .button-2.small.white.footer {
    display: none;
  }

  .container {
    max-width: none;
  }

  .testimonial-slider-large.fgdf.hjh {
    display: none;
  }

  .testimonial-slide {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content.ghg {
    margin-left: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-image-two {
    order: -9999;
  }

  .div-block-5,
.div-block-5.ngm {
    width: 100%;
  }

  .button-7.color-1.mgt.verde {
    margin-top: 0;
  }

  .hd-material {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-9 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-10 {
    flex-flow: column;
    align-items: stretch;
  }

  .link-block {
    font-size: 16px;
    line-height: 26px;
  }

  .link-block.esc {
    font-size: 14px;
    line-height: 24px;
  }

  .botoes {
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 98%;
  }

  .div-block-14 {
    min-height: 400px;
  }

  .image-15 {
    width: 100px;
  }

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

  .check-iten {
    flex-flow: row;
  }

  .code-embed-4 {
    min-width: 18px;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .tt2 {
    font-size: 24px;
    line-height: 34px;
  }

  .tt2.sssm {
    font-size: 20px;
    line-height: 30px;
  }

  .card-paraquem {
    width: 98%;
  }

  .paraquem {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    width: 98%;
  }

  .img-picing {
    height: 200px;
  }

  .div-block-23,
.div-block-23.vert {
    width: 98%;
  }

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

  .div-block-25 {
    width: 48%;
  }

  .link-block-3 {
    border-bottom: 2px solid #b17fb35e;
    border-right-style: none;
    width: 80%;
    padding: 10px 0;
  }
}
