
@font-face {
  font-family: 'Mont-Bold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/assets/files/fonts/Mont-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Mont-SemiBold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/assets/files/fonts/Mont-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Light';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/assets/files/fonts/Mont-Light.woff') format('woff');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
	font-size: 100%;
	font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  scroll-behavior: smooth;
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
::selection {
  color: #FFFFFF;
  background-color: #2fc9d48f;
}
a,img,svg,button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
}
a {
  background-color: transparent;
  cursor: pointer;
}
img {
  border-style: none;
}
button {
  font-family: inherit;
  line-height: 1;
  margin: 0;
  -moz-appearance: none !important;
  -webkit-appearance: button;
  appearance: button;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}
button * {
  pointer-events: none;
}
input {
  font-family: inherit;
  line-height: 1;
  -moz-appearance: none !important;
  appearance: none;
  overflow: visible;
}
textarea {
  font-family: inherit;
  line-height: 1;
  -moz-appearance: none !important;
  appearance: none;
  overflow: auto;
}
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
}
[hidden] {
  display: none;
  opacity: 0;
  visibility: hidden;
}
html {
  scrollbar-color: #acadb8 #696a73;
  scrollbar-width: thin;
}
* {
  scrollbar-color: #acadb8 #696a73;
  scrollbar-width: thin;
}
::-webkit-scrollbar-track {
  background-color: #EDF6FC;
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #2EC8D3, #EDF6FC);
  background: -webkit-linear-gradient(90deg, #2EC8D3, #EDF6FC);
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
:root {
  --cor-branco: #FFFFFF;
  --cor-preto: #000000;
  --cor-gelo: #EDF6FC;
  --cor-ciano: #2FC9D4;
  --cor-verde: #009B3A;
  --cor-musgo: #8BD42E;
  --cor-laranja: #F3B51A;
  --cor-vermelho: #FF3C76;
  --cor-escuro-1: #1A2533;
  --cor-escuro-2: #223142;
  --cor-escuro-3: #2F4258;
  --degrade-claro: #EDF6FC, #FFFFFF;
  --light: 'Mont-Light';
  --semibold: 'Mont-SemiBold';
  --bold: 'Mont-Bold';
  --f1: clamp(0.6rem, 1vw, 0.8rem);
  --f2: clamp(0.8rem, 1vw, 1.0rem);
  --f3: clamp(1.0rem, 1vw, 1.2rem);
  --f4: clamp(1.2rem, 1vw, 1.5rem);
  --f5: clamp(1.5rem, 1vw, 2.5rem);
  --f6: clamp(2rem, 1vw, 3.5rem);
  --f7: clamp(4.0rem, 1vw, 5.5rem);
}
nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
nav .tamanho {
  height: 90px;
  width: 100%;
}
nav .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffffe1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0 60px;
  z-index: 10;
}
nav .conteudo a.logo img {
  width: 100%;
  max-width: 220px;
}
nav .conteudo .opcoes {
  display: flex;
  align-items: center;
  width: 100%;
}
nav .conteudo .opcoes a,
nav .conteudo .opcoes button {
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: 0 0 0 20px;
  position: relative;
  transition: all 0.3s;
}
nav .conteudo .opcoes a:hover,
nav .conteudo .opcoes button:hover {
  opacity: 0.5;
}
nav .conteudo .opcoes a p,
nav .conteudo .opcoes button p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
}
nav .conteudo .opcoes a img.icone,
nav .conteudo .opcoes button img.icone {
  width: 15px;
  max-width: 15px;
  max-height: 15px;
  margin: 0 10px 0 0;
}
nav .conteudo .opcoes a img.setinha,
nav .conteudo .opcoes button img.setinha {
  width: 12px;
  max-width: 12px;
  margin: 0 0 0 10px;
}
nav .conteudo .opcoes a.entrar {
  margin-left: auto;
}
nav .conteudo .opcoes a.hospedar {
  background-color: var(--cor-musgo);
  padding: 13px 20px;
  border-radius: 50px;
}
nav .conteudo .opcoes a.hospedar:hover {
  background-color: var(--cor-verde);
  opacity: 1;
}
nav .conteudo .opcoes a.hospedar p {
  font-family: var(--semibold);
  color: var(--cor-branco);
}
nav .conteudo .opcoes .opcao {
  position: relative;
}
nav .conteudo .opcoes .opcao.ativo button img.setinha {
  transform: rotate(-180deg);
}
nav .conteudo .opcoes .opcao .subOpcoes {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--cor-branco);
  box-shadow: 0 10px 30px 0 #12122b34;
  border-radius: 10px;
  padding: 10px 20px;
  width: 300px;
  max-width: 300px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.9);
  transition: all 0.3s;
}
nav .conteudo .opcoes .opcao.ativo .subOpcoes {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: scale(1);
}
nav .conteudo .opcoes .opcao .subOpcoes a {
  margin: 0;
  padding: 10px 0;
}
nav .conteudo .opcoes .opcao .subOpcoes a p {
  transition: all 0.3s;
}
nav .conteudo .opcoes .opcao .subOpcoes a:hover p {
  padding: 0 0 0 10px;
}
nav .conteudo button.menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: transparent;
  position: relative;
}
nav .conteudo button.menu span {
  position: absolute;
  background-color: var(--cor-preto);
  right: 0;
  transition: all 0.3s;
}
nav .conteudo button.menu span.um {
  width: 35px;
  height: 3px;
  position: absolute;
  top: 10px;
}
nav .conteudo button.menu span.dois {
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: 10px;
}
nav .conteudo button.menu.ativo span {
  background-color: var(--cor-vermelho);
}
nav .conteudo button.menu.ativo span.um {
  transform: rotate(45deg);
  top: 15px;
}
nav .conteudo button.menu.ativo span.dois {
  transform: rotate(-45deg);
  bottom: 15px;
  width: 35px;
}
nav .faixa {
  display: flex;
  align-items: center;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: var(--cor-escuro-1);
  padding: 0 60px;
  z-index: 9;
  transition: all 0.3s;
}
nav.scroll .faixa {
  background-color: var(--cor-ciano);
}
nav .faixa h3 {
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-branco);
  margin-right: auto;
}
nav .faixa a {
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: 0 0 0 20px;
  transition: all 0.3s;
}
nav .faixa a:hover {
  opacity: 0.8;
}
nav .faixa a p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-branco);
}
nav .faixa a img {
  width: 12px;
  max-width: 12px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 1000px) {
  nav .tamanho {
    height: 90px;
  }
  nav .conteudo {
    height: 60px;
    padding: 0 30px;
  }
  nav .conteudo a.logo img {
    width: 100%;
    max-width: 170px;
  }
  nav .conteudo .opcoes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    height: calc(100dvh - 60px);
    top: 59px;
    left: 100dvw;
    background-color: var(--cor-branco);
    padding: 10px 30px 30px 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: all 0.5s;
  }
  nav .conteudo .opcoes.mostrar {
    pointer-events: all;
    left: 0;
  }
  nav .conteudo .opcoes a,
  nav .conteudo .opcoes button {
    margin: 20px 0 0 0;
  }
  nav .conteudo .opcoes .opcao button {
    pointer-events: none;
    padding: 10px 0 0 0;
    margin: 0;
  }
  nav .conteudo .opcoes .opcao button p {
    font-family: var(--bold);
  }
  nav .conteudo .opcoes .opcao button img.setinha {
    display: none;
  }
  nav .conteudo .opcoes .opcao button img.icone {
    display: none;
  }
  nav .conteudo .opcoes a p,
  nav .conteudo .opcoes button p {
    font-size: var(--f2);
  }
  nav .conteudo .opcoes a img.icone,
  nav .conteudo .opcoes button img.icone {
    width: 18px;
    max-width: 18px;
  }
  nav .conteudo .opcoes a.entrar {
    margin-left: 0;
  }
  nav .conteudo .opcoes a.hospedar {
    padding: 16px 20px;
  }
  nav .conteudo .opcoes .opcao .subOpcoes {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: scale(1);
  }
  nav .conteudo .opcoes .opcao .subOpcoes a {
    margin: 0;
    padding: 10px 0;
  }
  nav .conteudo button.menu {
    display: flex;
  }
  nav .faixa {
    top: 60px;
    height: 50px;
    background-color: var(--cor-escuro-1);
    padding: 0 30px;
  }
  nav .faixa h3 {
    line-height: 1.5;
    max-width: 160px;
  }
  nav .faixa a {
    display: flex;
    margin: 0;
    padding: 0 0 0 15px;
    max-width: 90px;
  }
  nav .faixa a p {
    line-height: 1.5;
    text-align: right;
  }
  nav .faixa a img {
    width: 14px;
    max-width: 14px;
    margin: 0 0 0 10px;
  }
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 60px;
  border-top: 2px solid #ffffff2a;
  background-color: var(--cor-escuro-1);
}
footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
}
footer .copyright img {
  width: 100%;
  max-width: 200px;
}
footer .copyright h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-branco);
  margin: 30px 0 5px 0;
  width: 100%;
  max-width: 300px;
  line-height: 1.5;
}
footer .copyright p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-branco);
  line-height: 1.5;
  width: 100%;
  max-width: 300px;
}
footer .copyright .linha {
  width: 150px;
  height: 2px;
  background-color: #ffffff2a;
  margin: 20px 0 30px 0;
}
footer .copyright h4 {
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-branco);
}
footer .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
}
footer .links h2 {
  font-family: var(--semibold);
  font-size: var(--f5);
  color: var(--cor-branco);
  line-height: 1.3;
  width: 100%;
  max-width: 450px;
}
footer .links h2 span {
  color: var(--cor-ciano);
}
footer .links .partes {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
}
footer .links .partes .parte {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
}
footer .links .partes .parte a {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-branco);
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
footer .links .partes .parte a:hover {
  color: var(--cor-musgo);
}
footer .redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
footer .redes h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  margin: 0 0 15px 0;
}
footer .redes .botoes {
  display: flex;
  align-items: center;
}
footer .redes .botoes a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: var(--cor-escuro-2);
  margin: 0 5px;
  transition: all 0.3s;
}
footer .redes .botoes a:hover {
  background-color: var(--cor-escuro-3);
}
footer .redes .botoes a img {
  width: 100%;
  max-width: 25px;
}
@media screen and (max-width: 1000px) {
  footer {
    flex-direction: column;
    padding: 50px 30px 80px 30px;
  }
  footer .copyright {
    width: 100%;
  }
  footer .copyright img {
    max-width: 150px;
  }
  footer .copyright p {
    font-size: var(--f2);
  }
  footer .copyright .linha {
    width: 180px;
  }
  footer .links {
    width: 100%;
    margin: 30px 0 0 0;
  }
  footer .links .partes .parte a {
    font-size: var(--f2);
  }
  footer .redes {
    align-items: flex-start;
    width: 100%;
    margin: 30px 0 0 0;
  }
  footer .redes h3 {
    font-family: var(--semibold);
  }
}
section.apresentacao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
}
section.apresentacao.branco {
  background: var(--cor-branco);
}
section.apresentacao.escuro {
  background: var(--cor-escuro-1);
}
section.apresentacao.tres {
  min-height: 100dvh;
}
section.apresentacao.quatro {
  min-height: 70dvh;
}
section.apresentacao .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 60px 60px 60px;
  width: 50%;
}
section.apresentacao .texto .tag {
  display: flex;
  align-items: center;
}
section.apresentacao.tres .texto .tag {
  margin: 0 0 15px 0;
}
section.apresentacao.dois .texto .tag {
  margin: 0 0 15px 0;
}
section.apresentacao .texto .tag img {
  width: 100%;
  max-width: 15px;
  max-height: 15px;
  margin: 0 10px 0 0;
}
section.apresentacao .texto .tag.azul h3 {
  color: var(--cor-ciano);
}
section.apresentacao .texto .tag.vermelho h3 {
  color: var(--cor-vermelho);
}
section.apresentacao .texto .tag.laranja h3 {
  color: #e6b22e;
}
section.apresentacao .texto .tag h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-verde);
}
section.apresentacao .texto .tag h3 span {
  font-family: var(--semibold);
}
section.apresentacao .texto h1 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
  margin: 15px 0 0 0;
  width: 100%;
  max-width: 600px;
}
section.apresentacao.tres .texto h1 {
  margin: 0;
}
section.apresentacao.dois .texto h1 {
  margin: 0;
}
section.apresentacao .texto h1 span {
  color: var(--cor-ciano);
}
section.apresentacao.escuro .texto h1 {
  color: var(--cor-branco);
}
section.apresentacao.escuro .texto p {
  color: var(--cor-branco);
}
section.apresentacao .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 600px;
}
section.apresentacao .texto a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.apresentacao .texto a:hover {
  filter: brightness(110%);
}
section.apresentacao .texto a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.apresentacao .texto a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.apresentacao .texto a .icone img {
  width: 100%;
  max-width: 20px;
}
section.apresentacao .texto .dominio {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
section.apresentacao .texto .dominio img {
  position: absolute;
  left: 20px;
  width: 15px;
  pointer-events: none;
}
section.apresentacao .texto .dominio h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-ciano);
  position: absolute;
  left: 50px;
  pointer-events: none;
}
section.apresentacao .texto .dominio input {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  padding: 25px 25px 25px 145px;
  border-radius: 10px;
  background-color: var(--cor-branco);
  box-shadow: 0 10px 30px 0 #2c2e421b;
  width: 100%;
  transition: all 0.3s;
}
section.apresentacao .texto .dominio input::placeholder {
  color: var(--cor-preto);
  opacity: 1;
}
section.apresentacao .texto .dominio input:focus {
  color: var(--cor-verde);
  box-shadow: 0 10px 30px 0 #2c2e4238;
}
section.apresentacao .texto button.confirmarDominio {
  display: flex;
  align-items: center;
  background-color: var(--cor-verde);
  padding: 20px 40px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.apresentacao .texto button.confirmarDominio:hover {
  background-color: var(--cor-musgo);
}
section.apresentacao .texto button.confirmarDominio img {
  width: 15px;
  margin: 0 10px 0 0;
}
section.apresentacao .texto button.confirmarDominio h3 {
  font-family: var(--bold);
  font-size: var(--f2);
  color: var(--cor-branco);
}
section.apresentacao .texto .quadrinhos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 70px 0 0 0;
}
section.apresentacao .texto .quadrinhos .quadro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  background-color: var(--cor-branco);
  border-radius: 10px;
  border: 1px solid #0e0e101b;
  width: calc(33.33% - 10px);
}
section.apresentacao .texto .quadrinhos .quadro img {
  width: 100%;
  max-width: 30px;
  max-height: 30px;
  margin: 0 0 15px 0;
}
section.apresentacao .texto .quadrinhos .quadro h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 1.5;
}
section.apresentacao .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
section.apresentacao .imagem.quatro {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 600px;
}
section.apresentacao .imagem .sombra {
  position: absolute;
  height: 100%;
  width: 50%;
  background: linear-gradient(0deg, #1A2533, #1A253300);
  background: -webkit-linear-gradient(0deg, #1A2533, #1A253300);
  left: 0;
  top: 0;
}
section.apresentacao.tres .imagem img.homem {
  max-width: 190px;
}
section.apresentacao .imagem.dois img.homem {
  max-width: 250px;
  animation: homemApresentacaoDois 4s ease-in-out infinite;
}
section.apresentacao .imagem.dois img.homem.dois {
  margin: 0 0 0 20px;
  animation: homemApresentacaoDoisDois 4s ease-in-out infinite;
}
section.apresentacao.quatro .imagem img.homem {
  max-width: 200px;
}
section.apresentacao .imagem img.homem {
  width: 100%;
  max-width: 500px;
  z-index: 2;
  animation: homemApresentacao 4s ease-in-out infinite;
}
@keyframes homemApresentacao {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(-50px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDoisDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
section.apresentacao.tres .imagem img.nuvem {
  max-width: 400px;
}
section.apresentacao.quatro .imagem img.nuvem {
  max-width: 400px;
}
section.apresentacao .imagem img.nuvem {
  width: 100%;
  max-width: 650px;
  position: absolute;
  z-index: 1;
  animation: nuvemApresentacao 55s linear infinite;
}
@keyframes nuvemApresentacao {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
section.apresentacao .imagem .quadro {
  position: absolute;
  background-color: #ffffff50;
  border: 2px solid var(--cor-branco);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 20px 30px;
  border-radius: 10px;
  z-index: 4;
}
section.apresentacao .imagem .quadro img {
  width: 100%;
  max-width: 250px;
  animation: quadroApresentacao 2s linear infinite;
}
@keyframes quadroApresentacao {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(130%);
  }
  100% {
    filter: brightness(100%);
  }
}
section.apresentacao .imagem .quadro.um {
  top: 0;
  left: 5%;
}
section.apresentacao .imagem.dois .quadro.um {
  top: -80px;
}
section.apresentacao .imagem.dois .quadro.dois {
  bottom: -80px;
}
section.apresentacao .imagem .quadro.dois {
  bottom: 5%;
  right: 60px;
}
section.apresentacao .imagem img.wordpress {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 10%;
  right: 20%;
  animation: iconeImagemApresentacaoWordpress 4s ease-in-out infinite;
}
section.apresentacao .imagem img.elementor {
  width: 100%;
  max-width: 40px;
  position: absolute;
  left: 30%;
  top: 40%;
  animation: iconeImagemApresentacaoElementor 4s ease-in-out infinite;
}
section.apresentacao .imagem img.foguete {
  width: 100%;
  max-width: 40px;
  position: absolute;
  right: 25%;
  bottom: 35%;
  animation: iconeImagemApresentacaoFoguete 4s ease-in-out infinite;
}
@keyframes iconeImagemApresentacaoWordpress {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(20px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemApresentacaoElementor {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemApresentacaoFoguete {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
  section.apresentacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.apresentacao .texto {
    align-items: center;
    text-align: center;
    padding: 60px 30px 40px 30px;
    width: 100%;
  }
  section.apresentacao .texto .tag img {
    max-width: 13px;
    margin: 0 8px 0 0;
  }
  section.apresentacao .texto .tag h3 {
    font-size: var(--f1);
  }
  section.apresentacao .texto h1 {
    font-size: var(--f5);
    max-width: 300px;
  }
  section.apresentacao.escuro .texto h1 {
    font-size: var(--f4);
    max-width: 270px;
  }
  section.apresentacao .texto p {
    font-size: var(--f2);
    max-width: 350px;
  }
  section.apresentacao.branco .texto p {
    max-width: 300px;
  }
  section.apresentacao.dois .texto p {
    max-width: 320px;
  }
  section.apresentacao.dois .texto h1 {
    max-width: 100%;
  }
  section.apresentacao .texto a {
    padding: 10px 35px 10px 10px;
    margin: 15px 0 0 0;
  }
  section.apresentacao .texto a h3 {
    font-size: var(--f2);
  }
  section.apresentacao .texto .dominio input {
    padding: 25px 25px 25px 132px;
  }
  section.apresentacao .texto .quadrinhos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 40px 0 0 0;
  }
  section.apresentacao .texto .quadrinhos .quadro {
    padding: 25px 15px;
    width: calc(33.33% - 5px);
  }
  section.apresentacao .texto .quadrinhos .quadro img {
    max-width: 25px;
    max-height: 25px;
  }
  section.apresentacao .texto .quadrinhos .quadro h3 {
    font-size: var(--f1);
  }
  section.apresentacao .imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 70px 0;
    position: relative;
  }
  section.apresentacao.quatro .imagem {
    padding: 0 0 40px 0;
  }
  section.apresentacao .imagem.quatro {
    min-height: 300px;
  }
  section.apresentacao .imagem .sombra {
    height: 60%;
    width: 100%;
    background: linear-gradient(-90deg, #1A2533, #1A253300);
    background: -webkit-linear-gradient(-90deg, #1A2533, #1A253300);
  }
  section.apresentacao.tres .imagem {
    padding: 0 0 40px 0;
  }
  section.apresentacao.tres .imagem img.homem {
    max-width: 130px;
  }
  section.apresentacao .imagem.dois img.homem {
    max-width: 150px;
  }
  section.apresentacao.tres .imagem img.homem {
    max-width: 300px;
  }
  section.apresentacao .imagem.dois img.homem.dois {
    margin: 0 0 0 10px;
  }
  section.apresentacao.quatro .imagem img.homem {
    max-width: 130px;
  }
  section.apresentacao.quatro .imagem img.nuvem {
    max-width: 280px;
  }
  section.apresentacao .imagem img.homem {
    max-width: 300px;
  }
  @keyframes homemApresentacao {
    0% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
    50% {
      filter: brightness(110%);
      transform: translate(-30px, 0);
    }
    100% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
  }
  section.apresentacao.tres .imagem img.nuvem {
    max-width: 250px;
  }
  section.apresentacao .imagem img.nuvem {
    max-width: 350px;
  }
  section.apresentacao .imagem.dois .quadro.um {
    top: 0;
  }
  section.apresentacao .imagem.dois .quadro.dois {
    bottom: 30px;
  }
  section.apresentacao .imagem .quadro {
    background-color: #ffffff87;
    padding: 15px 20px;
  }
  section.apresentacao .imagem .quadro img {
    max-width: 120px;
  }
  section.apresentacao .imagem .quadro.um {
    top: 0;
    left: 30px;
  }
  section.apresentacao .imagem .quadro.dois {
    bottom: 50px;
    right: 30px;
  }
  section.apresentacao .imagem img.wordpress {
    max-width: 30px;
  }
  section.apresentacao .imagem img.elementor {
    max-width: 30px;
  }
  section.apresentacao .imagem img.foguete {
    max-width: 30px;
  }
}
section.servidores {
  display: flex;
  justify-content: space-between;
  background-color: var(--cor-escuro-1);
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 110px 60px 60px 60px;
}
section.servidores.dois {
  padding: 0;
}
section.servidores img.divisor {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
section.servidores .mundo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 70%;
  background-color: var(--cor-escuro-2);
  border-radius: 10px;
  min-height: 560px;
  margin: 20px 0 0 0;
}
section.servidores.dois .mundo {
  width: 100%;
  margin: 0;
  background-color: var(--cor-escuro-1);
  border-radius: 0;
  min-height: 660px;
}
section.servidores .mundo .seletor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  z-index: 4;
}
section.servidores .mundo .seletor h3 {
  font-family: var(--semibold);
  font-size: var(--f3);
  color: var(--cor-branco);
  margin: 0 0 15px 0;
}
section.servidores .mundo .seletor .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 90px;
  border-radius: 50px;
  background-color: var(--cor-escuro-3);
  border: 2px solid var(--cor-escuro-3);
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.6s;
}
section.servidores .mundo .seletor .toggle:hover {
  background-color: var(--cor-escuro-2);
}
section.servidores .mundo .seletor .toggle .parte {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
section.servidores .mundo .seletor .toggle .parte p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.servidores .mundo .seletor .toggle .parte img {
  width: 100%;
  max-width: 25px;
  margin: 0 10px 0 0;
}
section.servidores .mundo .seletor .toggle span {
  width: 150px;
  height: 60px;
  background-color: #ffffff22;
  position: absolute;
  left: 20px;
  border-radius: 50px;
  transition: all 0.6s;
}
section.servidores .mundo.ativo .seletor .toggle span {
  left: 170px;
}
section.servidores .mundo .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 160px 40px 0 40px;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: linear-gradient(180deg, #223142, #22314200);
  background: -webkit-linear-gradient(180deg, #223142, #22314200);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.6s;
}
section.servidores .mundo .texto.eua {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
section.servidores .mundo.ativo .texto.brasil {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
section.servidores .mundo.ativo .texto.eua {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
section.servidores.dois .mundo .texto h2 {
  max-width: 500px;
}
section.servidores .mundo .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-branco);
  line-height: 1.3;
  width: 100%;
  max-width: 320px;
}
section.servidores .mundo .texto.brasil h2 span {
  color: var(--cor-ciano);
}
section.servidores .mundo .texto.eua h2 span {
  color: var(--cor-vermelho);
}
section.servidores.dois .mundo .texto p {
  max-width: 500px;
}
section.servidores .mundo .texto p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
  margin: 10px 0 0 0;
}
section.servidores .mundo .texto .item {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
section.servidores .mundo .texto .item img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.servidores .mundo .texto .item h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
}
section.servidores .mundo .texto a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.servidores .mundo .texto a:hover {
  filter: brightness(110%);
}
section.servidores .mundo .texto a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.servidores .mundo .texto a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.servidores .mundo .texto a .icone img {
  width: 100%;
  max-width: 20px;
}
section.servidores .mundo img.mapa {
  position: absolute;
  z-index: 1;
  width: 2300px;
  min-width: 2300px;
  bottom: -100px;
  left: -450px;
  transition: all 0.6s;
  animation: mapaServidores 3s linear infinite;
}
@keyframes mapaServidores {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(120%);
  }
  100% {
    filter: brightness(100%);
  }
}
section.servidores .mundo.ativo img.mapa {
  width: 1500px;
  min-width: 1500px;
  bottom: 0;
  left: -150px;
}
section.servidores .mundo img.caminhos {
  position: absolute;
  z-index: 2;
  transition: all 0.6s;
}
section.servidores .mundo.ativo img.caminhos.eua {
  opacity: 1;
  visibility: visible;
}
section.servidores .mundo.ativo img.caminhos.brasil {
  opacity: 0;
  visibility: hidden;
}
section.servidores .mundo img.caminhos.brasil {
  width: 200px;
  left: 200px;
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}
section.servidores .mundo img.caminhos.eua {
  width: 280px;
  left: 110px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
}
section.servidores .quadros {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  padding: 0 0 0 20px;
}
section.servidores .quadros .quadro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  height: 100%;
  background-color: var(--cor-escuro-2);
  border-radius: 10px;
  margin: 20px 0 0 0;
}
section.servidores .quadros .quadro .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--cor-escuro-3);
}
section.servidores .quadros .quadro .icone img {
  width: 100%;
  max-width: 30px;
}
section.servidores .quadros .quadro p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-branco);
  line-height: 1.5;
  padding: 0 0 0 20px;
}
section.servidores .quadros .quadro p span {
  font-family: var(--semibold);
}
@media screen and (max-width: 1000px) {
  section.servidores {
    flex-direction: column;
    padding: 70px 30px 60px 30px;
  }
  section.servidores img.divisor {
    left: -10%;
    width: 120%;
  }
  section.servidores .mundo {
    width: 100%;
    min-height: 600px;
    margin: 0;
  }
  section.servidores.dois .mundo .seletor {
    top: 50px;
  }
  section.servidores.dois .mundo {
    min-height: 800px;
  }
  section.servidores .mundo .seletor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 4;
  }
  section.servidores .mundo .seletor h3 {
    font-size: var(--f2);
    margin: 0 0 10px 0;
  }
  section.servidores .mundo .seletor .toggle {
    width: 280px;
    height: 70px;
    padding: 0 10px;
    border-radius: 15px;
  }
  section.servidores .mundo .seletor .toggle .parte p {
    font-size: var(--f2);
  }
  section.servidores .mundo .seletor .toggle .parte img {
    max-width: 20px;
  }
  section.servidores .mundo .seletor .toggle span {
    width: 130px;
    height: 50px;
    left: 10px;
    border-radius: 10px;
  }
  section.servidores .mundo.ativo .seletor .toggle span {
    left: 140px;
  }
  section.servidores .mundo .texto {
    padding: 120px 30px 0 30px;
    width: auto;
    min-width: 345px;
    right: auto;
    left: 0;
    height: 400px;
    border-radius: 0 0 10px 0;
    background: linear-gradient(-90deg, #223142, #22314200);
    background: -webkit-linear-gradient(-90deg, #223142, #22314200);
    border-right: 1px solid #ffffff1e;
    border-bottom: 1px solid #ffffff1e;
  }
  section.servidores.dois .mundo .texto {
    height: 450px;
    padding: 120px 30px 0 30px;
    min-width: 100%;
  }
  section.servidores .mundo .texto h2 {
    font-size: var(--f3);
  }
  section.servidores.dois .mundo .texto h2 {
    max-width: 250px;
  }
  section.servidores .mundo .texto p {
    margin: 5px 0 0 0;
    width: 100%;
    max-width: 260px;
  }
  section.servidores .mundo .texto .item {
    margin: 15px 0 0 0;
  }
  section.servidores .mundo .texto .item img {
    max-width: 13px;
  }
  section.servidores .mundo .texto a {
    padding: 10px 35px 10px 10px;
    margin: 20px 0 0 0;
  }
  section.servidores .mundo .texto a h3 {
    font-size: var(--f2);
  }
  section.servidores .mundo img.mapa {
    width: 1500px;
    min-width: 1500px;
    bottom: -50px;
    left: -250px;
  }
  section.servidores .mundo.ativo img.mapa {
    width: 800px;
    min-width: 800px;
    bottom: -50px;
    left: -30px;
  }
  section.servidores .mundo img.caminhos.brasil {
    width: 130px;
    left: 175px;
    bottom: 80px;
  }
  section.servidores .mundo img.caminhos.eua {
    width: 160px;
    left: 110px;
    bottom: 10px;
  }
  section.servidores .quadros {
    width: 100%;
    padding: 0;
  }
  section.servidores .quadros .quadro {
    padding: 15px;
    width: 100%;
    margin: 20px 0 0 0;
  }
  section.servidores .quadros .quadro .icone {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  section.servidores .quadros .quadro .icone img {
    width: 100%;
    max-width: 25px;
  }
  section.servidores .quadros .quadro p {
    font-size: var(--f2);
    padding: 0 0 0 15px;
  }
}
section.ssd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
  padding: 60px;
  overflow: hidden;
}
section.ssd.animar .imagem {
  animation: imagemSsd 1s ease-in-out;
}
@keyframes imagemSsd {
  0% {
    opacity: 0;
  }
}
section.ssd .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
}
section.ssd .imagem img.disco {
  position: absolute;
  width: 500px;
}
@keyframes discoSsd {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.ssd .imagem img.disco.um {
  top: 0;
  right: 0;
  z-index: 3;
  animation: discoSsd 15s ease-in infinite;
}
section.ssd .imagem img.disco.dois {
  top: 50px;
  right: 40px;
  opacity: 0.5;
  z-index: 2;
  animation: discoSsd 15s ease-out infinite;
}
section.ssd .imagem img.disco.tres {
  top: 100px;
  right: 70px;
  opacity: 0.2;
  z-index: 1;
  animation: discoSsd 15s ease-in-out infinite;
}
section.ssd .imagem .avaliacao {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 50px;
  right: 70px;
  background: linear-gradient(0deg, #ffffffbb, #E9FBEFbb, #ffffffbb);
  background: -webkit-linear-gradient(0deg, #ffffffbb, #E9FBEFbb, #ffffffbb);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid #0BCD68;
  z-index: 4;
}
section.ssd .imagem .avaliacao.dois {
  background: linear-gradient(0deg, #ffffffbb, #c9ffdbbb, #ffffffbb);
  background: -webkit-linear-gradient(0deg, #ffffffbb, #c9ffdbbb, #ffffffbb);
  background-size: 100% 100%;
  background-position: center;
  animation: backgroundSsd 5s ease-in-out infinite;
}
@keyframes backgroundSsd {
  0% {
    background-size: 50% 50%;
  }
  50% {
    background-size: 300% 300%;
  }
  100% {
    background-size: 50% 50%;
  }
}
section.ssd .imagem .avaliacao .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
section.ssd .imagem .avaliacao .item .circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 4px solid #0BCD68;
  background-color: #e9fbef9d;
}
section.ssd.ativar .imagem .avaliacao .item .circulo {
  animation: circuloSsd 1s ease-in-out;
}
@keyframes circuloSsd {
  0% {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(0deg);
  }
  25% {
    border-top: 4px solid #0BCD68;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(40deg);
  }
  50% {
    border-top: 4px solid #0BCD68;
    border-bottom: 4px solid #0BCD68;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(80deg);
  }
  75% {
    border-top: 4px solid #0BCD68;
    border-bottom: 4px solid #0BCD68;
    border-left: 4px solid #0BCD68;
    border-right: 4px solid transparent;
    transform: rotate(180deg);
  }
  100% {
    border-top: 4px solid #0BCD68;
    border-bottom: 4px solid #0BCD68;
    border-left: 4px solid #0BCD68;
    border-right: 4px solid #0BCD68;
    transform: rotate(360deg);
  }
}
section.ssd .imagem .avaliacao .item .circulo img {
  width: 100%;
  max-width: 40px;
}
section.ssd .imagem .avaliacao .item p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  margin: 10px 0 0 0;
  text-align: center;
}
section.ssd.animar .texto {
  animation: textoSsd 1s ease-in-out;
}
@keyframes textoSsd {
  0% {
    opacity: 0;
    transform: translate(-60px, 0);
  }
}
section.ssd .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 50px;
  width: 100%;
  max-width: 600px;
}
section.ssd .texto .tag {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
section.ssd .texto .tag img {
  width: 100%;
  max-width: 18px;
  margin: 0 10px 0 0;
}
section.ssd .texto .tag h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-laranja);
}
section.ssd .texto .titulo .parte {
  display: flex;
  align-items: center;
}
section.ssd .texto .titulo .parte img {
  margin: 0 10px;
}
section.ssd .texto .titulo :is(h1, h2) {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.ssd .texto .titulo :is(h1, h2) span {
  color: var(--cor-ciano);
}
section.ssd .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 600px;
}
section.ssd .texto a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.ssd .texto a:hover {
  filter: brightness(110%);
}
section.ssd .texto a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.ssd .texto a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.ssd .texto a .icone img {
  width: 100%;
  max-width: 20px;
}
@media screen and (max-width: 1000px) {
  section.ssd {
    flex-direction: column-reverse;
    padding: 60px 30px 40px 30px;
  }
  section.ssd .imagem {
    min-height: 300px;
  }
  section.ssd .imagem img.disco {
    width: 300px;
  }
  @keyframes discoSsd {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(20px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  section.ssd .imagem img.disco.dois {
    top: 30px;
    right: 30px;
  }
  section.ssd .imagem img.disco.tres {
    top: 60px;
    right: 60px;
  }
  section.ssd .imagem .avaliacao {
    padding: 20px 20px;
    max-width: 380px;
    bottom: 20px;
    right: auto;
    left: 0;
  }
  section.ssd .imagem .avaliacao .item {
    padding: 0 10px;
  }
  section.ssd .imagem .avaliacao .item .circulo {
    width: 50px;
    height: 50px;
  }
  section.ssd .imagem .avaliacao .item .circulo img {
    max-width: 25px;
  }
  section.ssd .texto {
    text-align: center;
    align-items: center;
    padding: 0 0 40px 0;
  }
  section.ssd .texto .titulo :is(h1, h2) {
    font-size: var(--f5);
  }
  section.ssd .texto .titulo .parte img {
    max-width: 30px;
  }
  section.ssd .texto p {
    font-size: var(--f2);
    max-width: 350px;
  }
  section.ssd .texto a {
    padding: 10px 35px 10px 10px;
    margin: 15px 0 0 0;
  }
  section.ssd .texto a h3 {
    font-size: var(--f2);
  }
}
section.planos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  width: 100%;
  background-color: var(--cor-gelo);
  border-top: 1px solid #14113724;
  overflow: hidden;
}
section.planos .titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  padding: 0 0 70px 0;
}
section.planos.tres .titulo {
  padding: 0 0 40px 0;
}
section.planos .titulo h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.planos .titulo h2 span {
  color: var(--cor-ciano);
}
section.planos .titulo p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 20px 0;
  width: 100%;
  max-width: 700px;
}
section.planos .titulo .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 70px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: var(--cor-branco);
  position: relative;
  cursor: pointer;
}
section.planos .titulo .toggle .parte {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  z-index: 2;
}
section.planos .titulo .toggle .parte h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-branco);
  transition: all 0.6s;
}
section.planos .titulo .toggle .parte.um h3 {
  padding: 0 10px 0 0;
}
section.planos .titulo .toggle:hover .parte.dois h3 {
  color: var(--cor-laranja);
}
section.planos .titulo .toggle span {
  position: absolute;
  height: 50px;
  right: 180px;
  width: 160px;
  background-color: #2FC9D4;
  box-shadow: 0 5px 20px 0 #2FC9D46f;
  border-radius: 50px;
  z-index: 1;
  transition: all 0.6s;
}
section.planos .titulo .toggle.ativo .parte.um h3 {
  color: var(--cor-preto);
}
section.planos .titulo .toggle.ativo .parte.dois h3 {
  color: var(--cor-branco);
}
section.planos .titulo .toggle.ativo:hover .parte.um h3 {
  color: var(--cor-ciano);
}
section.planos .titulo .toggle.ativo span {
  width: 180px;
  right: 10px;
  background-color: #F3B51A;
  box-shadow: 0 5px 20px 0 #f3b61a6f;
}
section.planos .titulo .toggle .parte.dois h3 {
  color: var(--cor-preto);
}
section.planos .titulo .toggle .parte img {
  width: 16px;
  margin: 0 10px 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
section.planos.animar .itens {
  animation: itensPlanos 1s ease-in-out;
}
@keyframes itensPlanos {
  0% {
    opacity: 0;
    transform: translate(0, 250px);
  }
}
section.planos .itens {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.planos.dois .itens {
  max-width: 1100px;
}
section.planos.dois .itens .item {
  width: calc(33.33% - 10px);
}
section.planos.tres .itens {
  max-width: 700px;
}
section.planos.tres .itens .item {
  width: calc(50% - 10px);
  padding: 50px 25px 0 25px;
}
section.planos .itens .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--cor-branco);
  padding: 25px;
  border-radius: 10px;
  width: calc(25% - 10px);
  position: relative;
}
section.planos.tres .itens .item.destaque {
  background: linear-gradient(-90deg, #2FC9D4 50%, #fff 80%);
  background: -webkit-linear-gradient(-90deg, #2FC9D4 50%, #fff 80%);
}
section.planos .itens .item.destaque {
  background: linear-gradient(-90deg, #2FC9D4 20%, #fff 50%);
  background: -webkit-linear-gradient(-90deg, #2FC9D4 20%, #fff 50%);
}
section.planos .itens .item .nome {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  background-color: var(--cor-branco);
  padding: 20px 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 220px;
  box-shadow: 0 10px 30px 0 #0c112e13;
}
section.planos .itens .item .nome img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.planos .itens .item .nome p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
}
section.planos .itens .item .nome p span {
  font-family: var(--semibold);
}
section.planos .itens .item .nome h4 {
  font-family: var(--bold);
  font-size: var(--f1);
  color: var(--cor-branco);
  background-color: #33B0B8;
  padding: 5px 15px;
  border-radius: 50px;
  position: absolute;
  bottom: -15px;
}
section.planos .itens .item .subtitulo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 90px;
  padding: 30px 0 0 0;
}
section.planos .itens .item.destaque .subtitulo p {
  font-family: var(--semibold);
  color: var(--cor-branco);
}
section.planos .itens .item .subtitulo p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  line-height: 1.5;
}
section.planos .itens .item.destaque .preco h3 {
  color: var(--cor-branco);
}
section.planos .itens .item.destaque .preco h4 {
  color: var(--cor-branco);
}
section.planos .itens .item.destaque .preco h2 {
  color: var(--cor-branco);
}
section.planos .itens .item.destaque .preco .parte p {
  color: var(--cor-branco);
}
section.planos .itens .item .preco {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
section.planos.tres .itens .item .preco {
  margin: 10px 0 0 0;
  min-height: 80px;
}
section.planos.ativo .itens .item .preco .mensal {
  left: -300px;
}
section.planos.ativo .itens .item .preco .anual {
  left: 0;
}
section.planos .itens .item .preco .mensal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 0 20px 0;
  transition: all 0.6s;
}
section.planos .itens .item .preco .anual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 300px;
  width: 100%;
  padding: 0 0 20px 0;
  transition: all 0.6s;
}
section.planos .itens .item .preco h3 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
}
section.planos .itens .item .preco h4 {
  font-family: var(--semibold);
  font-size: var(--f5);
  color: var(--cor-preto);
}
section.planos .itens .item .preco h6 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-musgo);
  margin: 3px 0 0 0;
}
section.planos .itens .item.destaque .preco h6 {
  color: var(--cor-branco);
}
section.planos .itens .item.destaque .preco h5 {
  font-family: var(--semibold);
  color: var(--cor-branco);
}
section.planos .itens .item .preco h5 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  position: absolute;
  bottom: 0px;
}
section.planos .itens .item .preco h2 {
  font-family: var(--semibold);
  font-size: var(--f7);
  color: var(--cor-preto);
  margin: 5px 8px 0 8px;
}
section.planos .itens .item .preco .parte:nth-child(1) {
  align-items: flex-end;
  text-align: right;
}
section.planos .itens .item .preco .parte {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.planos .itens .item .preco .parte p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  margin: 5px 0 0 0;
}
section.planos .itens .item .botao {
  width: 100%;
  margin: 0 0 30px 0;
}
section.planos.ativo .itens .item .botao a {
  background-color: var(--cor-ciano);
}
section.planos .itens .item .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--cor-musgo);
  padding: 22px 0;
  border-radius: 50px;
  transition: all 0.3s;
}
section.planos .itens .item .botao a:hover {
  background-color: var(--cor-verde);
}
section.planos .itens .item.destaque .botao a {
  background-color: var(--cor-escuro-2);
}
section.planos .itens .item.destaque .botao a:hover {
  background-color: var(--cor-escuro-3);
}
section.planos .itens .item .botao a img {
  width: 15px;
  margin: 0 10px 0 0;
}
section.planos .itens .item .botao a p {
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-branco);
}
section.planos .itens .item .beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.planos .itens .item .beneficios p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  padding: 0 0 20px 0;
  border-bottom: 1px solid #100f2c2c;
  width: 100%;
  text-align: center;
}
section.planos .itens .item .beneficios p span {
  font-family: var(--semibold);
}
section.planos .itens .item .beneficios .parte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #100f2c2c;
}
section.planos .itens .item .beneficios .parte h3 {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
}
section.planos .itens .item .beneficios .parte h4 {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  text-align: right;
}
section.planos .itens .item .plugins {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 0 0;
}
section.planos .itens .item .plugins .quadrinho {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: var(--cor-gelo);
  position: relative;
  width: calc(33.33% - 5px);
}
section.planos .itens .item .plugins .quadrinho img {
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  margin: 0 0 10px 0;
}
section.planos .itens .item .plugins .quadrinho p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  margin: 5px 0 0 0;
}
section.planos .itens .item .plugins .quadrinho.sem {
  background-color: #fbf0f0;
}
section.planos .itens .item .plugins .quadrinho.sem p {
  color: var(--cor-vermelho);
}
section.planos .itens .item .plugins .quadrinho img.icone {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  max-width: 15px;
  max-height: 15px;
}
section.planos a.detalhes {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 60px 0 0 0;
  position: relative;
  transition: all 0.3s;
}
section.planos a.detalhes:hover {
  filter: brightness(110%);
}
section.planos a.detalhes h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.planos a.detalhes .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.planos a.detalhes .icone img {
  width: 100%;
  max-width: 20px;
}
section.planos a.detalhes span {
  position: absolute;
  width: 30dvw;
  height: 2px;
  background-color: var(--cor-ciano);
  pointer-events: none;
}
section.planos a.detalhes span.um {
  left: -33dvw;
}
section.planos a.detalhes span.dois {
  right: -33dvw;
}
@media screen and (max-width: 1000px) {
  section.planos {
    padding: 50px 30px 40px 30px;
  }
  section.planos .titulo {
    width: 100%;
    max-width: 1000px;
    padding: 0 0 50px 0;
  }
  section.planos .titulo h2 {
    font-size: var(--f5);
    line-height: 1.5;
    width: 100%;
    max-width: 300px;
  }
  section.planos .titulo p {
    font-size: var(--f2);
    width: 100%;
    max-width: 330px;
  }
  section.planos .titulo .toggle {
    width: 320px;
    height: 60px;
    padding: 0 20px;
  }
  section.planos .titulo .toggle .parte h3 {
    font-size: var(--f1);
  }
  section.planos .titulo .toggle span {
    right: 155px;
    width: 160px;
  }
  section.planos .titulo .toggle.ativo span {
    width: 160px;
    right: 5px;
  }
  section.planos .itens {
    flex-direction: column;
  }
  section.planos .itens .item {
    padding: 25px;
    width: 100%;
    margin: 0 0 40px 0;
  }
  section.planos.dois .itens .item {
    width: 100%;
  }
  section.planos.tres .itens .item {
    width: 100%;
    padding: 30px 25px 5px 25px;
  }
  section.planos .itens .item.destaque {
    background: linear-gradient(-90deg, #2FC9D4 10%, #fff 40%);
    background: -webkit-linear-gradient(-90deg, #2FC9D4 10%, #fff 40%);
  }
  section.planos .itens .item .nome {
    top: -20px;
    padding: 16px 25px;
    max-width: 220px;
  }
  section.planos .itens .item .nome img {
    max-width: 16px;
  }
  section.planos .itens .item .nome p {
    font-size: var(--f2);
  }
  section.planos .itens .item .subtitulo {
    min-height: auto;
    padding: 30px 0 0 0;
  }
  section.planos .itens .item .subtitulo p {
    max-width: 250px;
    font-size: var(--f2);
  }
  section.planos.dois .itens .item .subtitulo p {
    max-width: 350px;
  }
  section.planos.tres .itens .item .subtitulo p {
    max-width: 350px;
  }
  section.planos .itens .item .preco {
    margin: 0 0 10px 0;
  }
  section.planos .itens .item .preco h3 {
    font-size: var(--f5);
  }
  section.planos .itens .item .preco h4 {
    font-size: var(--f4);
  }
  section.planos .itens .item .preco h5 {
    bottom: 10px;
  }
  section.planos .itens .item .botao {
    width: 100%;
    margin: 0 0 25px 0;
  }
  section.planos .itens .item .botao a {
    padding: 20px 20px;
  }
  section.planos .itens .item .botao a img {
    width: 13px;
  }
  section.planos .itens .item .botao a p {
    font-size: var(--f2);
  }
  section.planos .itens .item .beneficios p {
    font-size: var(--f2);
    padding: 0 0 15px 0;
  }
  section.planos .itens .item .beneficios .parte {
    padding: 12px 0;
  }
  section.planos .itens .item .plugins {
    margin: 20px 0 0 0;
  }
  section.planos .itens .item .plugins .quadrinho {
    padding: 20px 15px;
    width: calc(33.33% - 5px);
  }
  section.planos .itens .item .plugins .quadrinho img {
    max-width: 30px;
    max-height: 30px;
  }
  section.planos a.detalhes {
    padding: 10px 35px 10px 10px;
    margin: 0 0 0 0;
  }
  section.planos a.detalhes h3 {
    font-size: var(--f2);
  }
}
section.modelamos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 60px 30px 60px;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
  overflow: hidden;
}
section.modelamos.dois {
  padding: 60px;
}
section.modelamos .titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 30px 0;
}
section.modelamos .titulo h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.modelamos .titulo h2 span {
  color: var(--cor-ciano);
}
section.modelamos .titulo p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 20px 0;
}
section.modelamos .titulo .linha {
  width: 100%;
  max-width: 500px;
  height: 2px;
  background-color: #0e092724;
}
section.modelamos .quadros {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.modelamos.animar .quadros .quadro {
  animation: quadroModelamos 1s ease-in-out;
}
@keyframes quadroModelamos {
  0% {
    opacity: 0;
  }
}
section.modelamos .quadros .quadro {
  display: flex;
  align-items: flex-start;
  width: calc(33.33% - 10px);
  background-color: var(--cor-branco);
  padding: 30px;
  box-shadow: 0 5px 30px 0 #0906200c;
  border-radius: 10px;
}
section.modelamos .quadros .quadro .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 10px;
}
section.modelamos .quadros .quadro .icone img {
  width: 100%;
  max-width: 25px;
}
section.modelamos .quadros .quadro .icone.um {
  background-color: #F5E8FF;
}
section.modelamos .quadros .quadro .icone.dois {
  background-color: #F8FFCA;
}
section.modelamos .quadros .quadro .icone.tres {
  background-color: #D8FFE5;
}
section.modelamos .quadros .quadro .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 20px;
}
section.modelamos .quadros .quadro .texto h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-preto);
}
section.modelamos .quadros .quadro .texto span {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: var(--cor-ciano);
  margin: 0 10px 0 0;
}
section.modelamos .quadros .quadro .texto h4 {
  display: flex;
  align-items: center;
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-ciano);
  margin: 10px 0 0 0;
}
section.modelamos .quadros .quadro .texto p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1000px) {
  section.modelamos {
    padding: 50px 30px;
  }
  section.modelamos.dois {
    padding: 50px 30px;
  }
  section.modelamos .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 30px 0;
  }
  section.modelamos .titulo h2 {
    font-size: var(--f5);
    width: 100%;
    max-width: 300px;
  }
  section.modelamos .titulo p {
    font-size: var(--f2);
    width: 100%;
    max-width: 330px;
  }
  section.modelamos .titulo .linha {
    max-width: 190px;
  }
  section.modelamos .quadros {
    flex-direction: column;
  }
  section.modelamos .quadros .quadro {
    width: 100%;
    padding: 25px;
    margin: 0 0 20px 0;
  }
  section.modelamos .quadros .quadro .icone {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  section.modelamos .quadros .quadro .icone img {
    max-width: 22px;
  }
  section.modelamos .quadros .quadro .texto {
    padding: 0 0 0 15px;
  }
}
section.suporte {
  display: flex;
  justify-content: space-between;
  background-color: var(--cor-escuro-1);
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 130px 60px 60px 60px;
}
section.suporte img.divisor {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
section.suporte.animar .whatsapp {
  animation: whatsappSuporte 1s ease-in-out;
}
@keyframes whatsappSuporte {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
}
section.suporte .whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  background-color: var(--cor-escuro-2);
  width: calc(25% - 10px);
  opacity: 1;
  transform: translate(0, 0);
}
section.suporte .whatsapp .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: var(--cor-escuro-3);
}
section.suporte .whatsapp .icone img {
  width: 100%;
  max-width: 40px;
}
section.suporte .whatsapp p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 200px;
}
section.suporte .whatsapp p span {
  font-family: var(--bold);
}
section.suporte .imagem {
  width: calc(35% - 10px);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
section.suporte.animar .quadro {
  animation: quadroSuporte 1s ease-in-out;
}
@keyframes quadroSuporte {
  0% {
    opacity: 0;
    transform: translate(0, -100px);
  }
}
section.suporte .quadro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(40% - 10px);
  background-color: var(--cor-escuro-2);
  border-radius: 10px;
  padding: 40px;
}
section.suporte .quadro .tag {
  display: flex;
  align-items: center;
}
section.suporte .quadro .tag img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.suporte .quadro .tag h3 {
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-verde);
}
section.suporte .quadro h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-branco);
  line-height: 1.3;
  margin: 10px 0 5px 0;
}
section.suporte .quadro h2 span {
  color: var(--cor-ciano);
}
section.suporte .quadro p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
}
section.suporte .quadro a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.suporte .quadro a:hover {
  filter: brightness(110%);
}
section.suporte .quadro a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.suporte .quadro a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.suporte .quadro a .icone img {
  width: 100%;
  max-width: 20px;
}
@media screen and (max-width: 1000px) {
  section.suporte {
    flex-direction: column;
    padding: 70px 30px 50px 30px;
  }
  section.suporte img.divisor {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
  }
  section.suporte .whatsapp {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 25px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  section.suporte .whatsapp .icone {
    width: 60px;
    height: 60px;
  }
  section.suporte .whatsapp .icone img {
    max-width: 25px;
  }
  section.suporte .whatsapp p {
    margin: 0 0 0 20px;
    max-width: 300px;
  }
  section.suporte .whatsapp p span {
    font-family: var(--bold);
  }
  section.suporte .imagem {
    width: 100%;
    margin: 0 0 20px 0;
    min-height: 200px;
  }
  section.suporte .quadro {
    width: 100%;
    padding: 35px 25px;
  }
  section.suporte .quadro h2 {
    font-size: var(--f5);
  }
  section.suporte .quadro p {
    font-size: var(--f2);
  }
  section.suporte .quadro a {
    padding: 10px 35px 10px 10px;
    margin: 15px 0 0 0;
  }
  section.suporte .quadro a h3 {
    font-size: var(--f2);
  }
}
section.parceiros {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--cor-gelo);
  overflow: hidden;
}
section.parceiros.dois {
  background-color: var(--cor-branco);
}
section.parceiros.animar .texto {
  animation: textoParceiros 1s ease-in-out;
}
@keyframes textoParceiros {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
}
section.parceiros .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 80px 60px;
}
section.parceiros .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.parceiros .texto h3 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-ciano);
  line-height: 1.3;
}
section.parceiros .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 400px;
}
section.parceiros.animar .slide {
  animation: slideParceiros 1s ease-in-out;
}
@keyframes slideParceiros {
  0% {
    opacity: 0;
  }
}
section.parceiros .slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  position: relative;
  overflow: hidden;
}
section.parceiros.dois .slide .sombra {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF00);
  background: -webkit-linear-gradient(0deg, #FFFFFF, #FFFFFF00);
}
section.parceiros .slide .sombra {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(0deg, #EDF6FC, #edf6fc00);
  background: -webkit-linear-gradient(0deg, #EDF6FC, #edf6fc00);
  z-index: 2;
}
section.parceiros .slide .sombra.dois {
  display: none;
}
section.parceiros .slide .parte {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0;
}
section.parceiros .slide .parte.um {
  justify-content: flex-start;
  animation: parteUmParceiros 240s linear infinite;
}
@keyframes parteUmParceiros {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-1100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.parceiros .slide .parte.dois {
  justify-content: flex-end;
  animation: parteDoisParceiros 240s linear infinite;
}
@keyframes parteDoisParceiros {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(1100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.parceiros .slide .parte img {
  min-width: 100px;
  max-width: 100px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1000px) {
  section.parceiros {
    flex-direction: column;
  }
  section.parceiros .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 50px 30px 30px 30px;
  }
  section.parceiros .texto p {
    font-size: var(--f2);
    max-width: 300px;
  }
  section.parceiros .texto h2 {
    font-size: var(--f5);
  }
  section.parceiros .texto h3 {
    font-size: var(--f5);
  }
  section.parceiros .slide {
    width: 100%;
    padding: 0 0 40px 0;
  }
  section.parceiros .slide .sombra {
    width: 100px;
  }
  section.parceiros.dois .slide .sombra.dois {
    background: linear-gradient(180deg, #FFFFFF, #FFFFFF00);
    background: -webkit-linear-gradient(180deg, #FFFFFF, #FFFFFF00);
  }
  section.parceiros .slide .sombra.dois {
    display: flex;
    background: linear-gradient(180deg, #EDF6FC, #edf6fc00);
    background: -webkit-linear-gradient(180deg, #EDF6FC, #edf6fc00);
    left: auto;
    right: 0;
  }
  section.parceiros .slide .parte {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
  }
  section.parceiros .slide .parte.um {
    justify-content: flex-start;
    animation: parteUmParceiros 240s linear infinite;
  }
  @keyframes parteUmParceiros {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-1100px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  section.parceiros .slide .parte.dois {
    justify-content: flex-end;
    animation: parteDoisParceiros 240s linear infinite;
  }
  @keyframes parteDoisParceiros {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(1100px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  section.parceiros .slide .parte img {
    min-width: 100px;
    max-width: 100px;
    margin: 0 40px 0 0;
  }
}
section.velocidade {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--cor-branco);
  overflow: hidden;
}
section.velocidade.animar .texto {
  animation: textoVelocidade 1s ease-in-out;
}
@keyframes textoVelocidade {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
}
section.velocidade .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 60px;
}
section.velocidade .texto .tag {
  display: flex;
  align-items: center;
}
section.velocidade .texto .tag img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.velocidade .texto .tag h3 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-verde);
}
section.velocidade .texto .tag h3 span {
  font-family: var(--semibold);
}
section.velocidade .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
  margin: 15px 0 0 0;
  width: 100%;
  max-width: 500px;
}
section.velocidade .texto h2 span {
  color: var(--cor-ciano);
}
section.velocidade .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 650px;
}
section.velocidade .texto .detalhes {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
section.velocidade .texto .detalhes .circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #009B3A;
  background-color: #ECFFF3;
}
section.velocidade .texto .detalhes .circulo img {
  width: 100%;
  max-width: 40px;
}
section.velocidade .texto .detalhes .parte {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 30px;
}
section.velocidade .texto .detalhes .parte .linha {
  width: 70px;
  height: 4px;
  border-radius: 10px;
}
section.velocidade .texto .detalhes .parte.vermelho .linha {
  background-color: #F52E52;
}
section.velocidade .texto .detalhes .parte.laranja .linha {
  background-color: #FEB038;
}
section.velocidade .texto .detalhes .parte.verde .linha {
  background-color: #009B3A;
}
section.velocidade .texto .detalhes .parte h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  margin: 10px 0 0 0;
}
section.velocidade .texto .detalhes .parte.vermelho h3 {
  color: #F52E52;
}
section.velocidade .texto .detalhes .parte.laranja h3 {
  color: #FEB038;
}
section.velocidade .texto .detalhes .parte.verde h3 {
  color: #009B3A;
}
section.velocidade.ativa .imagem img.nuvem {
  animation-play-state: paused;
}
section.velocidade.ativa .imagem img.foguete {
  animation-play-state: paused;
}
section.velocidade .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.velocidade .imagem .sombra {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(-90deg, #fff, #ffffff00);
  background: -webkit-linear-gradient(-90deg, #fff, #ffffff00);
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  section.velocidade {
    flex-direction: column-reverse;
  }
  section.velocidade .texto {
    padding: 60px 30px 30px 30px;
  }
  section.velocidade .texto .tag h3 {
    font-size: var(--f1);
  }
  section.velocidade .texto h2 {
    font-size: var(--f5);
    max-width: 330px;
  }
  section.velocidade .texto p {
    font-size: var(--f2);
    max-width: 600px;
  }
  section.velocidade .texto .detalhes .circulo {
    width: 60px;
    height: 60px;
    border: 3px solid #009B3A;
  }
  section.velocidade .texto .detalhes .circulo img {
    max-width: 30px;
  }
  section.velocidade .texto .detalhes .parte {
    margin: 0 0 0 25px;
  }
  section.velocidade .texto .detalhes .parte .linha {
    width: 60px;
  }
  section.velocidade .imagem video {
    width: 100%;
    max-width: 300px;
  }
  section.velocidade .imagem .sombra {
    display: flex;
  }
}
section.depoimentos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--cor-gelo);
  padding: 80px 0 30px 0;
}
section.depoimentos.tres {
  padding: 80px 0 80px 0;
  background-color: var(--cor-branco);
}
section.depoimentos.dois {
  padding: 80px 0 80px 0;
}
section.depoimentos .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 0 60px;
}
section.depoimentos .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.depoimentos .texto h2 span {
  color: var(--cor-ciano);
}
section.depoimentos .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 400px;
}
section.depoimentos .texto .tag {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
section.depoimentos .texto .tag img {
  width: 100%;
  max-width: 40px;
}
section.depoimentos .texto .tag .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 10px;
}
section.depoimentos .texto .tag .info h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: #FE6401;
  margin: 0 0 5px 0;
}
section.depoimentos .texto .tag .info h4 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
}
section.depoimentos .slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  position: relative;
  overflow: hidden;
}
section.depoimentos.tres .slide .sombra {
  background: linear-gradient(0deg, #FFFFFF00, #FFFFFF);
  background: -webkit-linear-gradient(0deg, #FFFFFF00, #FFFFFF);
}
section.depoimentos .slide .sombra {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(0deg, #edf6fc00, #EDF6FC);
  background: -webkit-linear-gradient(0deg, #edf6fc00, #EDF6FC);
  z-index: 2;
}
section.depoimentos .slide .sombra.dois {
  display: none;
}
section.depoimentos .slide .itens {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  animation: itensDepoimentos 240s linear infinite;
}
@keyframes itensDepoimentos {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-1500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.depoimentos.tres .slide .itens .item {
  background-color: var(--cor-gelo);
}
section.depoimentos .slide .itens .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  width: 300px;
  min-width: 300px;
  background-color: var(--cor-branco);
  margin: 0 20px 0 0;
  border-radius: 10px;
}
section.depoimentos .slide .itens .item .nome {
  display: flex;
  align-items: center;
}
section.depoimentos .slide .itens .item .nome .foto {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 15px 0 0;
}
section.depoimentos .slide .itens .item .nome .info h3 {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
}
section.depoimentos .slide .itens .item .nome .info h4 {
  font-family: var(--semibold);
  font-size: var(--f1);
  color: var(--cor-preto);
  margin: 5px 0 0 0;
}
section.depoimentos .slide .itens .item .estrelas {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
section.depoimentos .slide .itens .item .estrelas img {
  width: 100%;
  max-width: 20px;
  margin: 0 10px 0 0;
}
section.depoimentos .slide .itens .item p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  section.depoimentos {
    flex-direction: column-reverse;
    padding: 60px 0;
  }
  section.depoimentos.dois {
    padding: 60px 0;
  }
  section.depoimentos.tres {
    padding: 60px 0;
  }
  section.depoimentos .texto {
    width: 100%;
    padding: 0 30px 30px 30px;
  }
  section.depoimentos .texto h2 {
    font-size: var(--f5);
  }
  section.depoimentos .texto p {
    font-size: var(--f2);
  }
  section.depoimentos .slide {
    width: 100%;
  }
  section.depoimentos.tres .slide .sombra.dois {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF00);
    background: -webkit-linear-gradient(0deg, #FFFFFF, #FFFFFF00);
  }
  section.depoimentos .slide .sombra {
    width: 100px;
    background: linear-gradient(0deg, #edf6fc00, #EDF6FC);
    background: -webkit-linear-gradient(0deg, #edf6fc00, #EDF6FC);
  }
  section.depoimentos .slide .sombra.dois {
    display: flex;
    right: auto;
    left: 0;
    background: linear-gradient(0deg, #EDF6FC, #edf6fc00);
    background: -webkit-linear-gradient(0deg, #EDF6FC, #edf6fc00);
  }
  section.depoimentos .slide .itens .item {
    padding: 25px;
    width: 280px;
    min-width: 280px;
    margin: 0 15px 0 0;
  }
  section.depoimentos .slide .itens .item .nome {
    display: flex;
    align-items: center;
  }
  section.depoimentos .slide .itens .item .nome .foto {
    width: 40px;
    height: 40px;
  }
  section.depoimentos .slide .itens .item .nome .info h3 {
    font-size: var(--f2);
  }
  section.depoimentos .slide .itens .item .estrelas {
    margin: 15px 0;
  }
  section.depoimentos .slide .itens .item .estrelas img {
    max-width: 15px;
    margin: 0 5px 0 0;
  }
  section.depoimentos .slide .itens .item p {
    font-size: var(--f2);
  }
}
section.grafico {
  display: flex;
  justify-content: space-between;
  background-color: var(--cor-escuro-1);
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 130px 60px 60px 60px;
}
section.grafico img.divisor {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
section.grafico.animar .quadro {
  animation: quadroGrafico 1s ease-in-out;
}
@keyframes quadroGrafico {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
}
section.grafico .quadro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 10px;
  background-color: var(--cor-escuro-2);
  width: calc(20% - 10px);
}
section.grafico .quadro p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin: 0 0 30px 0;
}
section.grafico .quadro p span {
  font-family: var(--semibold);
}
section.grafico .quadro .linhas {
  display: flex;
  align-items: flex-end;
}
section.grafico .quadro .linhas .linha {
  width: 5px;
  border-radius: 10px;
  margin: 0 5px;
}
section.grafico .quadro .linhas .linha.um {
  height: 200px;
  background: linear-gradient(90deg, #ec548900, #EC548A);
  background: -webkit-linear-gradient(90deg, #ec548900, #EC548A);
}
section.grafico .quadro .linhas .linha.dois {
  height: 240px;
  background: linear-gradient(90deg, #2DC8D300, #2DC8D3);
  background: -webkit-linear-gradient(90deg, #2DC8D300, #2DC8D3);
}
section.grafico .quadro .linhas .linha.tres {
  height: 180px;
  background: linear-gradient(90deg, #D4C53700, #D4C537);
  background: -webkit-linear-gradient(90deg, #D4C53700, #D4C537);
}
section.grafico.animar .itens {
  animation: itensGrafico 1s ease-in-out;
}
@keyframes itensGrafico {
  0% {
    opacity: 0;
  }
}
section.grafico .itens {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(30% - 10px);
}
section.grafico .itens .item.um {
  margin: 0;
}
section.grafico .itens .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  height: 100%;
  background-color: var(--cor-escuro-2);
  border-radius: 10px;
  margin: 20px 0 0 0;
}
section.grafico .itens .item .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--cor-escuro-3);
}
section.grafico .itens .item .icone img {
  width: 100%;
  max-width: 30px;
}
section.grafico .itens .item p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
  padding: 0 0 0 20px;
}
section.grafico .itens .item p span {
  font-family: var(--semibold);
}
section.grafico .visualizacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  background-color: var(--cor-escuro-2);
  position: relative;
  border-radius: 10px;
}
section.grafico .visualizacao .nomes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  width: 100%;
  background-color: var(--cor-escuro-3);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.grafico .visualizacao .nomes .nome {
  display: flex;
  align-items: center;
}
section.grafico .visualizacao .nomes .nome span {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: 0 10px 0 0;
}
section.grafico .visualizacao .nomes .nome.um span {
  background-color: #EC548B;
}
section.grafico .visualizacao .nomes .nome.dois span {
  background-color: #2BC1CB;
}
section.grafico .visualizacao .nomes .nome.tres span {
  background-color: #D5C639;
}
section.grafico .visualizacao .nomes .nome p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-branco);
}
section.grafico .visualizacao .fundo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 120px 30px 30px 30px;
  z-index: 1;
}
section.grafico .visualizacao .fundo .linha {
  display: flex;
  align-items: center;
  width: 100%;
}
section.grafico .visualizacao .fundo .linha p {
  font-family: var(--light);
  font-size: var(--f1);
  color: #ffffff46;
  margin: 0 10px 0 0;
  word-break: keep-all;
}
section.grafico .visualizacao .fundo .linha .risco {
  border: 1px dashed #ffffff1d;
  width: 100%;
}
section.grafico .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 3;
}
section.grafico .info.um {
  left: 100px;
}
section.grafico .info.dois {
  left: 45%;
}
section.grafico .info.tres {
  right: 30px;
}
section.grafico .info p {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-branco);
  line-height: 1.5;
  width: 100%;
  max-width: 140px;
  margin: 0 0 25px 0;
}
section.grafico .info.um p {
  font-family: var(--semibold);
}
section.grafico .info .linhas {
  display: flex;
  align-items: flex-end;
}
section.grafico .info .linhas .linha {
  width: 5px;
  border-radius: 10px;
  margin: 0 5px;
  transition: all 0.3s;
}
section.grafico.animar .info .linhas .linha {
  animation: linhaGrafico 3s ease-in-out;
}
@keyframes linhaGrafico {
  0% {
    height: 0px;
  }
}
section.grafico .info .linhas .linha.um {
  background: linear-gradient(90deg, #ec548900, #EC548A);
  background: -webkit-linear-gradient(90deg, #ec548900, #EC548A);
}
section.grafico .info .linhas .linha.dois {
  background: linear-gradient(90deg, #2DC8D300, #2DC8D3);
  background: -webkit-linear-gradient(90deg, #2DC8D300, #2DC8D3);
}
section.grafico .info .linhas .linha.tres {
  background: linear-gradient(90deg, #D4C53700, #D4C537);
  background: -webkit-linear-gradient(90deg, #D4C53700, #D4C537);
}
section.grafico .info.um .linhas .linha.um {
  height: 240px;
}
section.grafico .info.um .linhas .linha.dois {
  height: 260px;
}
section.grafico .info.um .linhas .linha.tres {
  height: 210px;
}
section.grafico .info.dois .linhas .linha.um {
  height: 85px;
}
section.grafico .info.dois .linhas .linha.dois {
  height: 140px;
}
section.grafico .info.dois .linhas .linha.tres {
  height: 90px;
}
section.grafico .info.tres .linhas .linha.um {
  height: 8px;
}
section.grafico .info.tres .linhas .linha.dois {
  height: 16px;
}
section.grafico .info.tres .linhas .linha.tres {
  height: 12px;
}
@media screen and (max-width: 1000px) {
  section.grafico {
    flex-direction: column;
    padding: 60px 30px 60px 30px;
  }
  section.grafico img.divisor {
    left: -5%;
    width: 110%;
  }
  section.grafico .quadro {
    flex-direction: row;
    justify-content: flex-start;
    padding: 25px;
    width: 100%;
  }
  section.grafico .quadro p {
    font-size: var(--f1);
    text-align: left;
    width: 100%;
    max-width: 150px;
    margin: 0 20px 0 0;
  }
  section.grafico .quadro .linhas {
    flex-direction: column;
    width: 100%;
  }
  section.grafico .quadro .linhas .linha {
    width: 100%;
    margin: 5px 0;
  }
  section.grafico .quadro .linhas .linha.um {
    height: 3px;
    max-width: 70px;
    background: linear-gradient(0deg, #ec548900, #EC548A);
    background: -webkit-linear-gradient(0deg, #ec548900, #EC548A);
  }
  section.grafico .quadro .linhas .linha.dois {
    height: 3px;
    max-width: 130px;
    background: linear-gradient(0deg, #2DC8D300, #2DC8D3);
    background: -webkit-linear-gradient(0deg, #2DC8D300, #2DC8D3);
  }
  section.grafico .quadro .linhas .linha.tres {
    height: 3px;
    max-width: 100px;
    background: linear-gradient(0deg, #D4C53700, #D4C537);
    background: -webkit-linear-gradient(0deg, #D4C53700, #D4C537);
  }
  section.grafico .itens {
    width: 100%;
  }
  section.grafico .itens .item.um {
    margin: 20px 0 0 0;
  }
  section.grafico .itens .item {
    padding: 15px;
    width: 100%;
    margin: 20px 0 0 0;
  }
  section.grafico .itens .item .icone {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  section.grafico .itens .item .icone img {
    width: 100%;
    max-width: 25px;
  }
  section.grafico .itens .item p {
    font-size: var(--f2);
    padding: 0 0 0 15px;
  }
  section.grafico .visualizacao {
    width: 100%;
    min-height: 320px;
    margin: 20px 0 0 0;
  }
  section.grafico .visualizacao .nomes {
    justify-content: center;
    padding: 15px 15px;
  }
  section.grafico .visualizacao .nomes .nome {
    flex-direction: column;
    align-items: center;
  }
  section.grafico .visualizacao .nomes .nome span {
    width: 8px;
    height: 8px;
    margin: 0 0 10px 0;
  }
  section.grafico .visualizacao .nomes .nome p {
    max-width: 100px;
    text-align: center;
  }
  section.grafico .visualizacao .fundo {
    padding: 140px 20px 20px 20px;
  }
  section.grafico .visualizacao .fundo .linha p {
    margin: 0 8px 0 0;
  }
  section.grafico .info {
    bottom: 20px;
  }
  section.grafico .info.um {
    left: 80px;
  }
  section.grafico .info.dois {
    left: 45%;
  }
  section.grafico .info.tres {
    right: 20px;
  }
  section.grafico .info p {
    max-width: 100px;
    margin: 0 0 15px 0;
  }
  section.grafico .info .linhas .linha {
    width: 4px;
    margin: 0 3px;
  }
  section.grafico .info.um .linhas .linha.um {
    height: 150px;
  }
  section.grafico .info.um .linhas .linha.dois {
    height: 160px;
  }
  section.grafico .info.um .linhas .linha.tres {
    height: 140px;
  }
  section.grafico .info.dois .linhas .linha.um {
    height: 70px;
  }
  section.grafico .info.dois .linhas .linha.dois {
    height: 80px;
  }
  section.grafico .info.dois .linhas .linha.tres {
    height: 60px;
  }
  section.grafico .info.tres .linhas .linha.um {
    height: 8px;
  }
  section.grafico .info.tres .linhas .linha.dois {
    height: 16px;
  }
  section.grafico .info.tres .linhas .linha.tres {
    height: 12px;
  }
}
section.configuracoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
}
section.configuracoes.dois {
  background: linear-gradient(-90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(-90deg, var(--degrade-claro));
}
section.configuracoes .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  width: 50%;
}
section.configuracoes.dois .texto {
  padding: 60px 60px 60px 0;
}
section.configuracoes .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
  width: 100%;
  max-width: 600px;
}
section.configuracoes.dois .texto h2 {
  margin: 0 0 10px 0;
}
section.configuracoes .texto h2 span {
  color: var(--cor-ciano);
}
section.configuracoes .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 15px 0;
  width: 100%;
  max-width: 600px;
}
section.configuracoes.dois .texto p {
  max-width: 500px;
}
section.configuracoes .texto .duvida {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: var(--cor-branco);
  border-radius: 10px;
  border: 1px solid #0e0e101b;
  width: 100%;
  margin: 10px 0 0 0;
  transition: all 0.3s;
  cursor: pointer;
}
section.configuracoes .texto .duvida:hover {
  border: 1px solid var(--cor-ciano);
}
section.configuracoes .texto .duvida .nome {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
section.configuracoes .texto .duvida .nome img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.configuracoes .texto .duvida .nome h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 1.5;
}
section.configuracoes .texto .duvida .conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
section.configuracoes .texto .duvida .conteudo h4 {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 0 0;
  transition: all 0.5s;
}
section.configuracoes .texto .duvida .conteudo h5 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
section.configuracoes .texto .duvida.ativo .conteudo h4 {
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  margin: 15px 0 5px 0;
}
section.configuracoes .texto .duvida.ativo .conteudo h5 {
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
}
section.configuracoes .fundadores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
section.configuracoes .fundadores .quadro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  width: 100%;
  max-width: 450px;
  background-color: var(--cor-branco);
  box-shadow: 10px 10px 30px 0 #1f1d290e;
  border-radius: 10px;
  margin: 10px 0;
}
section.configuracoes .fundadores  .quadro img {
  width: 100%;
  max-width: 130px;
  border-radius: 50%;
  border: 1px solid var(--cor-ciano);
  animation: quadroduvidas 20s linear infinite;
}
section.configuracoes .fundadores .quadro .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 20px;
}
section.configuracoes .fundadores .quadro h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-preto);
  margin: 0 0 5px 0;
}
section.configuracoes .fundadores .quadro h4 {
  font-family: var(--light);
  font-size: var(--f1);
  color: var(--cor-preto);
}
section.configuracoes .fundadores .quadro a {
  display: flex;
  align-items: center;
  font-family: var(--bold);
  font-size: var(--f1);
  color: var(--cor-branco);
  padding: 10px 20px;
  border-radius: 50px;
  background-color: var(--cor-musgo);
  margin: 10px 0 0 0;
  transition: all 0.3s;
}
section.configuracoes .fundadores .quadro a:hover {
  background-color: var(--cor-verde);
}
section.configuracoes .fundadores .quadro a img {
  border-radius: 0;
  width: 20px;
  max-width: 20px;
  margin: 0 10px 0 0;
  border: none;
}
section.configuracoes.animar .fundadores {
  animation: imagemDuvidas 1s ease-in-out;
}
@keyframes imagemDuvidas {
  0% {
    opacity: 0;
  }
}
section.configuracoes.animar .imagem {
  animation: imagemDuvidas 1s ease-in-out;
}
@keyframes imagemDuvidas {
  0% {
    opacity: 0;
  }
}
section.configuracoes .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
section.configuracoes .imagem.tres img.homem {
  max-width: 190px;
}
section.configuracoes .imagem.dois img.homem {
  max-width: 250px;
  animation: homemApresentacaoDois 4s ease-in-out infinite;
}
section.configuracoes .imagem.dois img.homem.dois {
  margin: 0 0 0 20px;
  animation: homemApresentacaoDoisDois 4s ease-in-out infinite;
}
section.configuracoes .imagem img.homem {
  width: 100%;
  max-width: 500px;
  z-index: 2;
  animation: homemApresentacao 4s ease-in-out infinite;
}
@keyframes homemApresentacao {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(-50px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDoisDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
section.configuracoes .imagem.tres img.nuvem {
  max-width: 450px;
}
section.configuracoes .imagem img.nuvem {
  width: 100%;
  max-width: 650px;
  position: absolute;
  z-index: 1;
  animation: nuvemduvidas 55s linear infinite;
}
@keyframes nuvemduvidas {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
section.configuracoes .imagem .quadro {
  position: absolute;
  background-color: #ffffff50;
  border: 2px solid var(--cor-branco);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 20px 30px;
  border-radius: 10px;
  z-index: 4;
}
section.configuracoes .imagem .quadro img {
  width: 100%;
  max-width: 250px;
  animation: quadroduvidas 2s linear infinite;
}
@keyframes quadroduvidas {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(130%);
  }
  100% {
    filter: brightness(100%);
  }
}
section.configuracoes.dois .imagem .quadro.um {
  top: 20px;
  right: 20px;
}
section.configuracoes.dois .imagem .quadro.dois {
  bottom: 20px;
  right: 20px;
}
section.configuracoes .imagem.dois .quadro.um {
  top: -80px;
}
section.configuracoes .imagem.dois .quadro.dois {
  bottom: -80px;
}
section.configuracoes .imagem .quadro.um {
  top: 0;
  left: 5%;
}
section.configuracoes .imagem .quadro.dois {
  bottom: 5%;
  right: 60px;
}
section.configuracoes .imagem img.wordpress {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 10%;
  right: 20%;
  animation: iconeImagemduvidasWordpress 4s ease-in-out infinite;
}
section.configuracoes .imagem img.elementor {
  width: 100%;
  max-width: 40px;
  position: absolute;
  left: 30%;
  top: 40%;
  animation: iconeImagemduvidasElementor 4s ease-in-out infinite;
}
section.configuracoes .imagem img.foguete {
  width: 100%;
  max-width: 40px;
  position: absolute;
  right: 25%;
  bottom: 35%;
  animation: iconeImagemduvidasFoguete 4s ease-in-out infinite;
}
@keyframes iconeImagemduvidasWordpress {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(20px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemduvidasElementor {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemduvidasFoguete {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
  section.configuracoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.configuracoes .texto {
    align-items: center;
    padding: 0 30px 40px 30px;
    width: 100%;
  }
  section.configuracoes.dois .texto {
    padding: 30px 30px 40px 30px;
  }
  section.configuracoes .texto h2 {
    font-size: var(--f5);
    text-align: center;
  }
  section.configuracoes .texto p {
    font-size: var(--f2);
    text-align: center;
    max-width: 350px;
  }
  section.configuracoes .texto .duvida {
    padding: 25px;
  }
  section.configuracoes .texto .duvida .nome img {
    max-width: 12px;
  }
  section.configuracoes .fundadores {
    padding: 40px 30px 0 30px;
    width: 100%;
  }
  section.configuracoes .fundadores .quadro {
    margin: 5px 0;
  }
  section.configuracoes .fundadores  .quadro img {
    max-width: 80px;
  }
  section.configuracoes .fundadores .quadro .info {
    padding: 0 0 0 15px;
  }
  section.configuracoes .fundadores .quadro a {
    padding: 8px 15px;
  }
  section.configuracoes .fundadores .quadro a img {
    width: 15px;
    max-width: 15px;
  }
  section.configuracoes .imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0 70px 0;
    position: relative;
  }
  section.configuracoes .imagem.tres {
    padding: 0 0 40px 0;
  }
  section.configuracoes .imagem.dois img.homem {
    max-width: 150px;
  }
  section.configuracoes .imagem.dois img.homem.dois {
    margin: 0 0 0 10px;
  }
  section.configuracoes .imagem.tres img.homem {
    max-width: 130px;
  }
  section.configuracoes .imagem img.homem {
    max-width: 300px;
  }
  @keyframes homemApresentacao {
    0% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
    50% {
      filter: brightness(110%);
      transform: translate(-30px, 0);
    }
    100% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
  }
  section.configuracoes .imagem.tres img.nuvem {
    max-width: 300px;
  }
  section.configuracoes .imagem img.nuvem {
    max-width: 350px;
  }
  section.configuracoes .imagem.dois .quadro.um {
    top: 30px;
  }
  section.configuracoes .imagem.dois .quadro.dois {
    bottom: 30px;
  }
  section.configuracoes .imagem .quadro {
    background-color: #ffffff87;
    padding: 15px 20px;
  }
  section.configuracoes .imagem .quadro img {
    max-width: 120px;
  }
  section.configuracoes .imagem .quadro.um {
    top: 0;
    left: 30px;
  }
  section.configuracoes .imagem .quadro.dois {
    bottom: 50px;
    right: 30px;
  }
  section.configuracoes .imagem img.wordpress {
    max-width: 30px;
  }
  section.configuracoes .imagem img.elementor {
    max-width: 30px;
  }
  section.configuracoes .imagem img.foguete {
    max-width: 30px;
  }
}
section.beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 60px 60px 60px;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
  overflow: hidden;
}
section.beneficios.dois {
  background: linear-gradient(-90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(-90deg, var(--degrade-claro));
}
section.beneficios .titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 10px 0;
}
section.beneficios .titulo h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.beneficios .titulo h2 span {
  color: var(--cor-ciano);
}
section.beneficios .titulo p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 20px 0;
}
section.beneficios .titulo .linha {
  width: 100%;
  max-width: 500px;
  height: 2px;
  background-color: #0e092724;
}
section.beneficios.animar .quadros {
  animation: quadrosBeneficios 1s ease-in-out;
}
@keyframes quadrosBeneficios {
  0% {
    transform: translate(0, 50px);
  }
}
section.beneficios .quadros {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px 0;
}
section.beneficios .quadros .quadro {
  display: flex;
  width: calc(33.33% - 10px);
  margin: 20px 0 0 0;
  background-color: var(--cor-branco);
  box-shadow: 0 5px 30px 0 #0906200c;
  padding: 0 0 0 60px;
  position: relative;
  border-radius: 10px;
}
section.beneficios .quadros .quadro .icone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0 0 0;
  width: 60px;
  min-width: 60px;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  background-color: #eefeff;
  top: 0;
  left: 0;
}
section.beneficios .quadros .quadro .icone img {
  width: 100%;
  max-width: 25px;
}
section.beneficios .quadros .quadro .icone.um {
  background-color: #FFF3D5;
}
section.beneficios .quadros .quadro .icone.dois {
  background-color: #DAE7FF;
}
section.beneficios .quadros .quadro .icone.tres {
  background-color: #E9FFCD;
}
section.beneficios .quadros .quadro .icone.quatro {
  background-color: #FFE6F5;
}
section.beneficios .quadros .quadro .icone.cinco {
  background-color: #E0E3FF;
}
section.beneficios .quadros .quadro .icone.seis {
  background-color: #FEFDCA;
}
section.beneficios .quadros .quadro .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
section.beneficios .quadros .quadro .texto h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-preto);
}
section.beneficios .quadros .quadro .texto p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1000px) {
  section.beneficios {
    padding: 50px 30px;
  }
  section.beneficios .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 30px 0;
  }
  section.beneficios .titulo h2 {
    font-size: var(--f5);
    width: 100%;
    max-width: 250px;
  }
  section.beneficios .titulo p {
    font-size: var(--f2);
    width: 100%;
    max-width: 330px;
  }
  section.beneficios .titulo .linha {
    max-width: 190px;
  }
  section.beneficios .quadros {
    flex-direction: column;
  }
  section.beneficios .quadros .quadro {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
  }
  section.beneficios .quadros .quadro .icone {
    width: 50px;
    min-width: 50px;
  }
  section.beneficios .quadros .quadro .icone img {
    max-width: 22px;
  }
  section.beneficios .quadros .quadro .texto {
    padding: 25px;
  }
}
section.duvidas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
}
section.duvidas.dois {
  background: linear-gradient(-90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(-90deg, var(--degrade-claro));
}
section.duvidas .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  width: 50%;
}
section.duvidas .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
}
section.duvidas .texto h2 span {
  color: var(--cor-ciano);
}
section.duvidas .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 5px 0 15px 0;
  width: 100%;
  max-width: 500px;
}
section.duvidas .texto .duvida {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: var(--cor-branco);
  border-radius: 10px;
  border: 1px solid #0e0e101b;
  width: 100%;
  margin: 10px 0 0 0;
  transition: all 0.3s;
  cursor: pointer;
}
section.duvidas .texto .duvida:hover {
  border: 1px solid var(--cor-ciano);
}
section.duvidas .texto .duvida .nome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
section.duvidas .texto .duvida .nome img {
  width: 100%;
  max-width: 15px;
}
section.duvidas .texto .duvida .nome h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 1.5;
  padding: 0 20px 0 0;
}
section.duvidas .texto .duvida h4 {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-preto);
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 0 0;
  transition: all 0.3s;
}
section.duvidas .texto .duvida.ativo h4 {
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  margin: 10px 0 0 0;
}
section.duvidas.animar .imagem {
  animation: imagemDuvidas 1s ease-in-out;
}
@keyframes imagemDuvidas {
  0% {
    opacity: 0;
  }
}
section.duvidas .imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
section.duvidas .imagem.tres img.homem {
  max-width: 190px;
}
section.duvidas .imagem.dois img.homem {
  max-width: 250px;
  animation: homemApresentacaoDois 4s ease-in-out infinite;
}
section.duvidas .imagem.dois img.homem.dois {
  margin: 0 0 0 20px;
  animation: homemApresentacaoDoisDois 4s ease-in-out infinite;
}
section.duvidas .imagem img.homem {
  width: 100%;
  max-width: 500px;
  z-index: 2;
  animation: homemApresentacao 4s ease-in-out infinite;
}
@keyframes homemApresentacao {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(-50px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes homemApresentacaoDoisDois {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -30px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
section.duvidas .imagem.tres img.nuvem {
  max-width: 450px;
}
section.duvidas .imagem img.nuvem {
  width: 100%;
  max-width: 650px;
  position: absolute;
  z-index: 1;
  animation: nuvemduvidas 55s linear infinite;
}
@keyframes nuvemduvidas {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
section.duvidas .imagem .quadro {
  position: absolute;
  background-color: #ffffff50;
  border: 2px solid var(--cor-branco);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 20px 30px;
  border-radius: 10px;
  z-index: 4;
}
section.duvidas .imagem .quadro img {
  width: 100%;
  max-width: 250px;
  animation: quadroduvidas 2s linear infinite;
}
@keyframes quadroduvidas {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(130%);
  }
  100% {
    filter: brightness(100%);
  }
}
section.duvidas .imagem.dois .quadro.um {
  top: -80px;
}
section.duvidas .imagem.dois .quadro.dois {
  bottom: -80px;
}
section.duvidas .imagem .quadro.um {
  top: 0;
  left: 5%;
}
section.duvidas .imagem .quadro.dois {
  bottom: 5%;
  right: 60px;
}
section.duvidas .imagem img.wordpress {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 10%;
  right: 20%;
  animation: iconeImagemduvidasWordpress 4s ease-in-out infinite;
}
section.duvidas .imagem img.elementor {
  width: 100%;
  max-width: 40px;
  position: absolute;
  left: 30%;
  top: 40%;
  animation: iconeImagemduvidasElementor 4s ease-in-out infinite;
}
section.duvidas .imagem img.foguete {
  width: 100%;
  max-width: 40px;
  position: absolute;
  right: 25%;
  bottom: 35%;
  animation: iconeImagemduvidasFoguete 4s ease-in-out infinite;
}
@keyframes iconeImagemduvidasWordpress {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(20px, 0);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemduvidasElementor {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, 20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@keyframes iconeImagemduvidasFoguete {
  0% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
  50% {
    filter: brightness(110%);
    transform: translate(0, -20px);
  }
  100% {
    filter: brightness(100%);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
  section.duvidas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.duvidas .texto {
    align-items: center;
    padding: 60px 30px 40px 30px;
    width: 100%;
  }
  section.duvidas .texto h2 {
    font-size: var(--f5);
    text-align: center;
  }
  section.duvidas .texto p {
    font-size: var(--f2);
    text-align: center;
    max-width: 350px;
  }
  section.duvidas .texto .duvida {
    padding: 25px;
  }
  section.duvidas .texto .duvida .nome img {
    max-width: 12px;
  }
  section.duvidas .imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 70px 0;
    position: relative;
  }
  section.duvidas .imagem.tres {
    padding: 0 0 40px 0;
  }
  section.duvidas .imagem.dois img.homem {
    max-width: 150px;
  }
  section.duvidas .imagem.dois img.homem.dois {
    margin: 0 0 0 10px;
  }
  section.duvidas .imagem.tres img.homem {
    max-width: 130px;
  }
  section.duvidas .imagem img.homem {
    max-width: 300px;
  }
  @keyframes homemApresentacao {
    0% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
    50% {
      filter: brightness(110%);
      transform: translate(-30px, 0);
    }
    100% {
      filter: brightness(100%);
      transform: translate(0, 0);
    }
  }
  section.duvidas .imagem.tres img.nuvem {
    max-width: 300px;
  }
  section.duvidas .imagem img.nuvem {
    max-width: 350px;
  }
  section.duvidas .imagem.dois .quadro.um {
    top: 0;
  }
  section.duvidas .imagem.dois .quadro.dois {
    bottom: 30px;
  }
  section.duvidas .imagem .quadro {
    background-color: #ffffff87;
    padding: 15px 20px;
  }
  section.duvidas .imagem .quadro img {
    max-width: 120px;
  }
  section.duvidas .imagem .quadro.um {
    top: 0;
    left: 30px;
  }
  section.duvidas .imagem .quadro.dois {
    bottom: 50px;
    right: 30px;
  }
  section.duvidas .imagem img.wordpress {
    max-width: 30px;
  }
  section.duvidas .imagem img.elementor {
    max-width: 30px;
  }
  section.duvidas .imagem img.foguete {
    max-width: 30px;
  }
}
section.pergunta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, var(--degrade-claro));
  background: -webkit-linear-gradient(90deg, var(--degrade-claro));
  padding: 80px 80px 20px 80px;
}
section.pergunta.dois {
  padding: 80px;
}
section.pergunta.animar .texto {
  animation: textoPergunta 1s ease-in-out;
}
@keyframes textoPergunta {
  0% {
    opacity: 0;
  }
}
section.pergunta .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.pergunta .texto .tag {
  display: flex;
  align-items: center;
}
section.pergunta .texto .tag img {
  width: 100%;
  max-width: 15px;
  margin: 0 10px 0 0;
}
section.pergunta .texto .tag h3 {
  font-family: var(--semibold);
  font-size: var(--f2);
  color: var(--cor-laranja);
}
section.pergunta .texto .tag h3 span {
  font-family: var(--semibold);
}
section.pergunta .texto h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-preto);
  line-height: 1.3;
  margin: 15px 0 0 0;
  width: 100%;
  max-width: 350px;
}
section.pergunta .texto h2 span {
  color: var(--cor-ciano);
}
section.pergunta .texto p {
  font-family: var(--light);
  font-size: var(--f3);
  color: var(--cor-preto);
  line-height: 1.5;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 500px;
}
section.pergunta .texto a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.pergunta .texto a:hover {
  filter: brightness(110%);
}
section.pergunta .texto a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.pergunta .texto a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.pergunta .texto a .icone img {
  width: 100%;
  max-width: 20px;
}
section.pergunta .texto .botoes {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
section.pergunta .texto .botoes a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin: 0 5px;
  padding: 0;
}
section.pergunta .texto .botoes a.um {
  background-color: #4678f6;
}
section.pergunta .texto .botoes a.dois {
  background-color: #3eb14b;
}
section.pergunta .texto .botoes a.tres {
  background-color: #b646f6;
}
section.pergunta .texto .botoes a img {
  width: 25px;
  max-width: 25px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  section.pergunta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 30px 40px 30px;
  }
  section.pergunta.dois {
    padding: 60px 30px;
  }
  section.pergunta .texto .tag img {
    max-width: 13px;
    margin: 0 8px 0 0;
  }
  section.pergunta .texto .tag h3 {
    font-size: var(--f1);
  }
  section.pergunta .texto h2 {
    font-size: var(--f5);
    max-width: 250px;
  }
  section.pergunta .texto p {
    font-size: var(--f2);
    max-width: 350px;
  }
  section.pergunta .texto a {
    padding: 10px 35px 10px 10px;
    margin: 15px 0 0 0;
  }
  section.pergunta .texto a h3 {
    font-size: var(--f2);
  }
}
section.migrar {
  display: flex;
  justify-content: space-between;
  background-color: var(--cor-escuro-1);
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 130px 60px 60px 60px;
}
section.migrar.dois {
  padding: 60px;
}
section.migrar img.divisor {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
section.migrar img.vetor {
  width: 100%;
  max-width: 650px;
  margin: 0 40px 0 0;
}
section.migrar.animar .quadro {
  animation: quadroMigrar 1s ease-in-out;
}
@keyframes quadroMigrar {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
}
section.migrar .quadro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  background-color: var(--cor-escuro-2);
  border-radius: 10px;
  padding: 40px;
}
section.migrar .quadro .tag {
  display: flex;
  align-items: center;
}
section.migrar .quadro .tag .bolinha {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  border: 3px solid #FFEC3E;
  margin: 0 10px 0 0;
}
section.migrar .quadro .tag h3 {
  font-family: var(--light);
  font-size: var(--f1);
  color: #FFEC3E;
}
section.migrar .quadro .tag h3 span {
  font-family: var(--semibold);
}
section.migrar .quadro h2 {
  font-family: var(--semibold);
  font-size: var(--f6);
  color: var(--cor-branco);
  line-height: 1.3;
  width: 100%;
  max-width: 400px;
  margin: 10px 0 5px 0;
}
section.migrar .quadro h2 span {
  color: var(--cor-ciano);
}
section.migrar .quadro p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-branco);
  line-height: 1.5;
}
section.migrar .quadro a {
  display: flex;
  align-items: center;
  background-color: var(--cor-ciano);
  padding: 10px 25px 10px 10px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
section.migrar .quadro a:hover {
  filter: brightness(110%);
}
section.migrar .quadro a h3 {
  font-family: var(--bold);
  font-size: var(--f3);
  color: var(--cor-branco);
}
section.migrar .quadro a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cor-branco);
  margin: 0 10px 0 0;
}
section.migrar .quadro a .icone img {
  width: 100%;
  max-width: 20px;
}
@media screen and (max-width: 1000px) {
  section.migrar {
    flex-direction: column;
    padding: 70px 30px 50px 30px;
  }
  section.migrar.dois {
    padding: 60px 30px;
  }
  section.migrar img.divisor {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
  }
  section.migrar img.vetor {
    margin: 40px 0 0 0;
  }
  section.migrar .quadro {
    width: 100%;
    padding: 35px 25px;
  }
  section.migrar .quadro h2 {
    font-size: var(--f5);
    max-width: 300px;
  }
  section.migrar .quadro p {
    font-size: var(--f2);
  }
  section.migrar .quadro a {
    padding: 10px 35px 10px 10px;
    margin: 15px 0 0 0;
  }
  section.migrar .quadro a h3 {
    font-size: var(--f2);
  }
}