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