/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/*css reset*/
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
	box-shadow: none;
}
a,
a:hover,
a:active,
a:focus,
a:focus {
	text-decoration: none;
}
p {
	margin: 0;
}
/*css reset*/
/*geral*/
:root {
	--roxo: #7116f2;
	--branco: #ffffff;
	--quase-branco: #f5f5f5;
	--preto: #000000;
	--quase-preto: #333333;
	--quase-preto2: #1d1d1b;
	--cinza: #999999;
	--cinza-claro: #e6e6e6;
	--azul: #0086ff;
	--altura-header: 58px;
}
.cor-roxo,
.hover-roxo:hover,
.hover-roxo:active,
.hover-roxo:focus {
	color: var(--roxo) !important;
}
.cor-branco,
.hover-branco:hover,
.hover-branco:active,
.hover-branco:focus {
	color: var(--branco) !important;
}
.cor-quase-branco,
.hover-quase-branco:hover,
.hover-quase-branco:active,
.hover-quase-branco:focus {
	color: var(--quase-branco) !important;
}
.cor-preto,
.hover-preto:hover,
.hover-preto:active,
.hover-preto:focus {
	color: var(--preto) !important;
}
.cor-quase-preto,
.hover-quase-preto:hover,
.hover-quase-preto:active,
.hover-quase-preto:focus {
	color: var(--quase-preto) !important;
}
.cor-cinza,
.hover-cinza:hover,
.hover-cinza:active,
.hover-cinza:focus {
	color: var(--cinza) !important;
}
.cor-degrade {
	background: linear-gradient(90deg, #7116f2 0%, #43aeff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 5px;
}
.bg-roxo {
	transition: background-color 0.3s;
	background-color: var(--roxo);
}
.bg-branco {
	transition: background-color 0.3s;
	background-color: var(--branco);
}
.bg-quase-branco {
	transition: background-color 0.3s;
	background-color: var(--quase-branco);
}
.bg-preto {
	transition: background-color 0.3s;
	background-color: var(--preto);
}
.bg-quase-preto {
	transition: background-color 0.3s;
	background-color: var(--quase-preto);
}
.bg-quase-preto2 {
	transition: background-color 0.3s;
	background-color: var(--quase-preto2);
}
.bg-cinza {
	transition: background-color 0.3s;
	background-color: var(--cinza);
}
.bg-cinza-claro {
	transition: background-color 0.3s;
	background-color: var(--cinza-claro);
}
.bg-hover-azul:hover,
.bg-azul {
	transition: background-color 0.3s;
	background-color: var(--azul);
}
.bg-degrade {
	background: rgb(113, 22, 242);
	background: linear-gradient(90deg, rgba(113, 22, 242, 1) 0%, rgba(67, 174, 255, 1) 100%);
}
.br-12 {
	border-radius: 12px;
}
.br-24 {
	border-radius: 24px;
}
.ls-1-5 {
	letter-spacing: 1.5px;
}
.ls-2 {
	letter-spacing: 2px;
}
.botao {
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
	min-width: 225px;
}
html {
	scroll-behavior: smooth;
	position: relative;
	min-height: 100%;
}
body {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: var(--preto);
	background-color: var(--quase-branco);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
h2,
h3 {
	color: var(--quase-preto);
	font-weight: 600;
}
/*nav pills*/
.nav-link {
	padding: 0;
}
.nav-pills .nav-link {
	border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: none;
}
/*nav pills fim*/
/*barfiller*/
.barfiller {
	width: 100%;
	height: 15px;
	background: var(--quase-branco);
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #333;
	z-index: 1;
	border-radius: 2px;
}
/*barfiller fim*/
/*bootstrap carousel*/
.carousel-indicators {
	position: relative;
	margin: 0;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid var(--cinza);
	opacity: 1;
	box-sizing: border-box;
	background-clip: unset;
	margin: 0 8px;
}
.carousel-indicators [data-bs-target]:first-child {
	margin-left: 0;
}
.carousel-indicators [data-bs-target].active {
	border-color: var(--roxo);
	background-color: var(--roxo);
}
/*bootstrap carousel fim*/
/*correcao para carrossel com fade*/
.carousel-item {
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 0s;
}
/*correcao para carrossel com fade fim*/
.sombra {
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgb(255 255 255) -6px -2px 16px 0px;
}
.sombra-escura {
	box-shadow: rgb(0 0 0) 6px 6px 15px 0px, rgb(255 255 255 / 50%) 0 0 15px 0px;
}
.circulo-radial {
	z-index: 1;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(173, 76, 255, 0.5) 0%, rgba(173, 76, 255, 0) 70%);
	pointer-events: none;
}
.circulo-radial.azul {
	background: radial-gradient(circle, rgba(80, 76, 255, 0.5) 0%, rgba(80, 76, 255, 0) 70%);
}
/*geral fim*/
/*cabeçalho*/
header {
	z-index: 10;
	top: 0;
	left: 0;
	background-color: var(--preto);
}
header .botao {
	min-width: unset;
}
/*cabeçalho fim*/
/*banner*/
#banner {
	max-height: calc(100vh - var(--altura-header));
}
#banner .container {
	z-index: 2;
}
#banner p {
	font-size: 16px;
	line-height: 1.3;
}
#banner img {
	max-width: 75vw;
}
/*banner fim*/
/*seção produtos*/
/*Hack pra alinhar a âncora com a barra fixa do menu*/
#produtos:before {
	display: block;
	content: '';
	visibility: hidden;
	pointer-events: none;
}
.border-bottom-produto-1 img,
.border-bottom-produto-2 img,
.border-bottom-produto-3 img {
	z-index: 1;
}
.border-bottom-produto-1:after,
.border-bottom-produto-2:after,
.border-bottom-produto-3:after {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background-color: var(--azul);
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.border-bottom-produto-2:after {
	background-color: var(--roxo);
}
.border-bottom-produto-3:after {
	background: rgb(113, 22, 242);
	background: linear-gradient(90deg, rgba(113, 22, 242, 1) 0%, rgba(67, 174, 255, 1) 100%);
}
#produtos p {
	line-height: 1;
}
#produtos .icone {
	width: 40px;
}
#produtos p.preco {
	font-size: 28px;
}
.carrossel-produtos.flickity-enabled .carousel-cell {
	width: 80%;
}
#produtos.mobile .item {
	border-radius: 10px;
}
#produtos.mobile .item .imagem-gabinete {
	z-index: 1;
}
#produtos.mobile .icone img,
#produtos.mobile .icone {
	width: 25px;
	height: 25px;
}
#produtos.mobile .icone img {
	filter: brightness(0);
}
#produtos.mobile h6 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
}
#produtos.mobile .item .itens-softwares {
	margin-top: -60px;
	height: 115px;
	background: rgb(113, 22, 242);
	background: linear-gradient(125deg, rgba(113, 22, 242, 1) 30%, rgba(67, 174, 255, 1) 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#produtos.mobile p.preco {
	line-height: 1.5;
}
#produtos.mobile .item .itens-softwares progress {
	box-sizing: border-box;
	border: solid 2px white;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: white;
	font: clamp(0.625em, 7.5vw, 5em) monospace;
	--fill: linear-gradient(125deg, #802eea 30%, #481a84 100%);
}
progress::-webkit-progress-bar {
	background: transparent;
}
progress::-webkit-progress-value {
	border-radius: 0.15em;
	box-shadow: inset 0 0.05em 0.05em rgba(255, 255, 255, 0.35);
	background: var(--fill);
}
progress::-moz-progress-bar {
	border-radius: 0.15em;
	box-shadow: inset 0 0.05em 0.05em rgba(255, 255, 255, 0.35);
	background: var(--fill);
}
#produtos.desktop .item {
	border-radius: 18px;
	background-color: #f0f0f3;
}
#produtos.desktop .item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(125deg, rgba(113, 22, 242, 1) 30%, rgba(67, 174, 255, 1) 100%);
	height: 20px;
}
#produtos.desktop .item .item-hover {
	position: absolute;
	inset: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}
#produtos.desktop .item:hover .item-hover {
	opacity: 1;
}
#produtos.desktop .item .itens-softwares progress {
	width: 130px;
	box-sizing: border-box;
	border: none;
	height: 10px;
	border-radius: 20px;
	background: white;
	font: clamp(0.625em, 7.5vw, 5em) monospace;
	--fill: linear-gradient(125deg, rgba(113, 22, 242, 1) 30%, rgba(67, 174, 255, 1) 100%);
}
#produtos .estrelas-container {
	top: 150px;
	right: 30px;
}
/*seção produtos fim*/
/*seção depoimentos*/
#depoimentos {
	padding: 75px 0;
}
#depoimentos h2 {
	line-height: 1;
}
#depoimentos h3 {
	font-style: italic;
	line-height: 1;
}
#depoimentos .carrossel-depoimentos {
	z-index: 1;
}
#depoimentos .carrossel-depoimentos .carousel-cell {
	margin-top: 50px;
	min-height: calc(100% - 50px);
}
#depoimentos .carrossel-depoimentos .item {
	--start: 330;
	border-left: 1px solid hsl(0deg 0% 100% / 10%);
	border-right: 1px solid hsl(0deg 0% 100% / 10%);
	border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}
/*seção depoimentos fim*/
/*seção na mídia*/
#carrossel-na-midia .carousel-inner {
	border: 1px solid var(--roxo);
	border-radius: 10px;
	margin-top: 0;
}
#carrossel-na-midia .carousel-indicators {
	margin: 0 0 30px 0;
}
#carrossel-na-midia .carousel-indicators [data-bs-target] {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: 2px solid var(--preto);
	background: transparent;
	opacity: 1;
}
#carrossel-na-midia .carousel-indicators .active {
	border-color: var(--roxo);
	background-color: var(--roxo);
}
#carrossel-na-midia .link-materia {
	font-size: 20px;
	line-height: 20px;
}
#carrossel-na-midia .link-materia img {
	margin-left: 5px;
}
#na-midia h3 {
	font-weight: normal;
	color: #999999;
}
#na-midia h3,
body #na-midia h2.titulo-noticia {
	font-size: 16px;
	line-height: 20px;
}
/*seção na mídia fim*/
/*rodapé*/
footer {
	line-height: 1;
}
footer .voltar-ao-topo {
	display: none;
}
/*rodapé fim*/
/* aviso de cookies */
#aviso-cookies {
	position: fixed;
	z-index: 1000;
	left: 15px;
	bottom: 15px;
	background-color: var(--branco);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	width: 535px;
	max-width: calc(100% - 30px);
}
#aviso-cookies .botao {
	min-width: unset;
	white-space: nowrap;
}
/* aviso de cookies fim */
/* faq */
.accordion-flush .accordion-item {
	border-radius: 16px;
	border: none;
	overflow: hidden;
	box-shadow: 0px 5px 16px 0px #080F340F;
	margin: 0 0 24px 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 16px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	gap: 30px;
	align-items: start;
	padding: 30px;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.accordion-button::after {
	display: block;
	text-align: center;
	content: "+";
	width: 40px;
	height: 40px;
	font-size: 40px;
	font-weight: 100;
	line-height: 34px;
	border-radius: 8px;
	background: none;
	background-color: rgba(247, 247, 255, 1);
	transform: none;
	transition: all 0.3s;
}
.accordion-button:not(.collapsed)::after {
	content: "-";
	background: none;
	transform: none;
	background: linear-gradient(89.97deg, #413FC0 0.02%, #7950D0 130.6%);
	color: white;
	transition: all 0.3s;
}
.accordion-flush .accordion-item.faq-hidden {
	display: block;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	transition: opacity .3s ease 0.3s, visibility 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
}
.accordion-flush .accordion-item.faq-hidden.show {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin: 0 0 24px 0;
	transition: all 0.3s;
}
#faq-ver-mais {
	color: var(--quase-preto);
	transition: all 0.3s ease;
	border: none;
	background: none;
	font-size: 20px;
}
#faq-ver-mais:hover {
	color: var(--roxo);
}
#faq-ver-mais.hidden {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}
.accordion-body {
	padding: 0 30px 30px 30px;
}
.accordion-button:focus {
	border-color: none;
	outline: 0;
	box-shadow: none;
}
/* faq fim */
/*seção melhor desempenho para*/
.carrossel-mdp .carousel-cell {
	border-radius: 12px;
}
.carrossel-mdp .carousel-cell .item {
	border-radius: 12px;
}
.carrossel-mdp h3 {
	font-size: 16px;
	line-height: 1.1;
}
.carrossel-mdp .item .item-texto {
	inset: 0;
	font-size: 14px;
	line-height: 1.2;
}
.carrossel-mdp .item .item-texto b {
	color: var(--roxo);
}
/*seção melhor desempenho para fim*/
/* seção special projects */
#special-projects .item-container p span,
#special-projects .item svg path {
	transition: all 0.3s;
}
#special-projects .item-container:hover p span,
#special-projects .item-container:hover svg path {
	stroke: var(--roxo);
	color: var(--roxo);
}
#special-projects p {
	font-size: 20px;
	line-height: 24px;
	color: #666666;
}
/* seção special projects fim */
/* seção razões para escolher */
#razoes-para-escolher {
	padding: 50px 0;
}
#razoes-para-escolher .item {
	border-radius: 24px;
	transition: all 0.3s;
	background: var(--preto);
	--start: 330;
	border-left: 1px solid hsl(0deg 0% 100% / 10%);
	border-right: 1px solid hsl(0deg 0% 100% / 10%);
	border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}
/* seção razões para escolher fim */
/* seção para softwares */
#para-softwares .borda {
	border: 2px solid var(--roxo);
	border-radius: 14px;
}
#carrossel-para-softwares .carousel-indicators [data-bs-target] {
	width: 60px;
	height: 60px;
	border: none;
	box-sizing: border-box;
	margin: 0;
	text-indent: unset;
	background: transparent;
	filter: grayscale(1) opacity(0.3);
	transition: all 0.3s;
}
#carrossel-para-softwares .carousel-indicators [data-bs-target]:hover,
#carrossel-para-softwares .carousel-indicators [data-bs-target].active {
	filter: grayscale(0) opacity(1);
	border: none;
	background: transparent;
}
#para-softwares h3 {
	line-height: 1.4;
}
#para-softwares h2 {
	letter-spacing: 2px;
	white-space: nowrap;
	line-height: 1;
}
#para-softwares h4 {
	font-weight: 600;
}
/* seção para softwares fim */
/* seção faça como eles */
#faca-como-eles h2 {
	letter-spacing: 2px;
	line-height: 1;
}
@-webkit-keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-140px * 18));
	}
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-140px * 18));
	}
}
.slider {
	height: 75px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	pointer-events: none;
}
.slider::before,
.slider::after {
	background: linear-gradient(to right, #f0f0f3 0%, rgba(240, 240, 243, 0) 100%);
	content: '';
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider::before {
	left: 0;
	top: 0;
}
.slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	/* quantidade vezes largura */
	width: calc(140px * 36);
}
.slider .slide {
	width: 140px;
	height: 75px;
}
/* seção faça como eles fim */
/* seção componentes */
.cards {
	width: 100%;
	display: grid;
	grid-template-rows: repeat(var(--cards-count), var(--card-height));
}
.card {
	position: sticky;
	top: 0;
	background: transparent;
	border: none;
	display: block;
	height: auto;
	width: auto;
}
.card__inner {
	will-change: transform;
	background: #242424;
	border-radius: 14px;
	overflow: hidden;
	transform-origin: center top;
}
.card .item {
	border-radius: 10px;
	background-color: #242424;
}
.card h3 {
	background: linear-gradient(90deg, #999999 0%, #333333 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.card.card1 .card__inner {
	height: calc(100vh - 100px);
	max-height: 630px;
}
.card.card1 .card__inner img {
	position: absolute;
	bottom: 0;
	max-width: 350px;
	margin-left: 10vw;
}
.card.card5 p,
.card.card2 p,
.card h4 {
	color: #999999;
	line-height: 1.5;
}
.card.card3 .item-container p {
	color: #999999;
	line-height: 1;
}
.card .item-container path,
.card .item-container span {
	transition: all 0.3s;
}
.card .item-container:hover path,
.card .item-container:hover span {
	color: #00ffa3;
	stroke: #00ffa3;
}
.card2 .item svg {
	transition: all 0.3s;
	opacity: 0.5;
	min-width: 50px;
}
.card2 .item:hover svg {
	opacity: 1;
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.orb {
	position: absolute;
	animation: spin 15s linear infinite;
	width: 500px;
	height: 450px;
	margin: 93px 0 0 114px;
	border-radius: 50%;
	box-shadow: inset 0 0 50px #fff, inset 20px 0 60px #27b6e3, inset -20px 0 60px #7116f2, inset 20px 0 300px #27b6e3, inset -20px 0 300px #7116f2, 0 0 50px #fff, -10px 0 60px #27b6e3, 10px 0 60px #7116f2;
}
.orb:not(.gabinete) {
	animation: spin2 20s linear infinite;
	margin: 40px 0 0 50%;
	transform: translateX(-50%);
	width: 375px;
	height: 350px;
}
.orb.cpu {
	box-shadow: inset 0 0 50px #fff, inset 20px 0 60px #f14dff, inset -20px 0 60px #7116f2, inset 20px 0 300px #f14dff, inset -20px 0 300px #7116f2, 0 0 50px #fff, -10px 0 60px #f14dff, 10px 0 60px #7116f2;
}
.orb.vga {
	box-shadow: inset 0 0 50px #fff, inset 20px 0 60px #ffc881, inset -20px 0 60px #7116f2, inset 20px 0 300px #ffc881, inset -20px 0 300px #7116f2, 0 0 50px #fff, -10px 0 60px #ffc881, 10px 0 60px #7116f2;
}
.orb.ram {
	box-shadow: inset 0 0 50px #fff, inset 20px 0 60px #f76162, inset -20px 0 60px #7116f2, inset 20px 0 300px #f76162, inset -20px 0 300px #7116f2, 0 0 50px #fff, -10px 0 60px #f76162, 10px 0 60px #7116f2;
}
.orb.ssd {
	box-shadow: inset 0 0 50px #fff, inset 20px 0 60px #00e29a, inset -20px 0 60px #7116f2, inset 20px 0 300px #00e29a, inset -20px 0 300px #7116f2, 0 0 50px #fff, -10px 0 60px #00e29a, 10px 0 60px #7116f2;
}
/* seção componentes fim */
/* borda animada com cursor */
.borda-animada {
	position: relative;
	background-color: white;
}
.borda-animada::before {
	content: "";
	display: block;
	height: calc(100% + 5px);
	width: calc(100% + 5px);
	border-radius: 12px;
	inset: -2.5px;
	position: absolute;
	z-index: -2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	transition: background 0.2s;
	will-change: background;
	contain: size;
	background: radial-gradient(500px circle at var(--x__mouse__coordinate) var(--y__mouse__coordinate), var(--roxo) 0, var(--azul) 50%, transparent 100%);
}
/* borda animada com cursor fim */
/*responsivo*/
@media (max-width: 768px) {
	#aviso-cookies {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	#depoimentos h2 {
		font-size: 14px;
	}
	#depoimentos p {
		font-size: 11px;
		line-height: 15px;
	}
	#depoimentos h3 {
		font-size: 10px;
	}
	#depoimentos .flickity-page-dots {
		margin-top: 30px;
	}
	#depoimentos .carrossel-depoimentos .carousel-cell {
		width: 290px;
		height: 240px;
		padding: 0;
	}
	#depoimentos .carrossel-depoimentos .item {
		border-top: 2px solid var(--branco);
		padding: 25px;
	}
	.discount-tag {
		position: relative;
	}
	#special-projects {
		margin-top: 85px;
	}
	#special-projects h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#special-projects h2 {
		font-size: 24px;
		line-height: 24px;
	}
	#special-projects img {
		margin: 25px 0;
	}
	#carrossel-na-midia p {
		font-size: 18px;
		line-height: 18px;
	}
	#na-midia h3 {
		font-size: 28px;
		line-height: 28px;
	}
	#na-midia .imagem-div img {
		max-width: 75%;
	}
	#na-midia .imagem-div {
		padding-top: 125px;
	}
	#produtos:before {
		margin-top: -60px;
		height: 60px;
	}
	h2 {
		font-size: 32px;
		line-height: 32px;
	}
	body {
		padding-top: 58px;
	}
	.botao {
		height: 42px;
		line-height: 42px;
	}
	header .botao {
		padding-left: 20px;
		padding-right: 20px;
	}
	#banner .botao:after {
		width: 100px;
		height: 100px;
		background: radial-gradient(50px, var(--roxo) 0, transparent 100%);
		top: -25px;
	}
	.animacao {
		margin-top: 40px;
	}
	#produtos.mobile .progress-container {
		width: 60px;
	}
	@keyframes spin2 {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	.orb:not(.gabinete),
	.orb.gabinete {
		margin: 0;
		left: 0;
		top: 70%;
		right: 0;
		width: auto;
		height: 100vw;
	}
	.orb:not(.gabinete) {
		top: 40px;
		transform: none;
	}
	#componentes {
		margin-bottom: 100px;
	}
	#carrossel-na-midia .carousel-control-next,
	#carrossel-na-midia .carousel-control-prev {
		display: none;
	}
	.card2 .item svg {
		opacity: 1;
	}
	.card.card3 svg {
		width: 12px;
		height: 12px;
	}
	.cards {
		gap: 0;
	}
	.card .item img {
		width: auto;
		height: 12px;
	}
	.card.card4 .item img {
		height: auto;
		width: 60px;
	}
	.card.card5 p,
	.card.card3 p,
	.card.card2 p,
	.card h4 {
		font-size: 16px;
	}
	.card.card4 h4 {
		font-size: 12px;
	}
	.card h2 {
		font-size: 20px;
		letter-spacing: 1.8px;
		line-height: 1;
	}
	.card h3 {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 1;
	}
	.card.card1 .card__inner img {
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.card.card1 h2 {
		font-size: 35px;
		line-height: 1.1;
		letter-spacing: 1px;
	}
	.slider::before,
	.slider::after {
		width: 50px;
	}
	#para-softwares h2 {
		margin: 0 auto;
		display: inline-block;
	}
	#carrossel-para-softwares .carousel-indicators {
		display: block;
		position: relative;
		width: auto;
	}
	#faca-como-eles h2,
	#para-softwares h2 {
		font-size: 24px;
	}
	#para-softwares h4,
	#para-softwares h3 {
		font-size: 14px;
	}
	#razoes-para-escolher .item svg {
		width: auto;
		height: 50px;
	}
	#razoes-para-escolher .item h3 {
		font-size: 12px;
		line-height: 1;
	}
	#razoes-para-escolher .item {
		width: 100%;
		border-top: 2px solid var(--roxo);
	}
	.carrossel-mdp {
		width: 100%;
	}
	.carrossel-mdp h3 {
		margin-top: -50px;
	}
	.carrossel-mdp h3 br {
		display: none;
	}
	.carrossel-mdp .carousel-cell {
		width: 280px;
		height: 260px;
	}
	#banner p {
		font-size: 16px;
	}
	h1 {
		font-size: 32px;
		line-height: 32px;
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
	h1 span {
		font-weight: 700;
		text-transform: uppercase;
		display: block;
	}
}
@media screen and (min-width: 992px) {
	#razoes-para-escolher .item svg {
		width: auto;
		height: 65px;
	}
	#razoes-para-escolher {
		padding: 75px 0;
	}
	#depoimentos .carrossel-depoimentos .item {
		padding: 50px;
	}
	#depoimentos .flickity-page-dots {
		display: none;
	}
	#depoimentos h2 {
		font-size: 20px;
	}
	#depoimentos p {
		font-size: 16px;
		line-height: 23px;
	}
	#depoimentos h3 {
		font-size: 14px;
	}
	#depoimentos .carrossel-depoimentos .carousel-cell {
		width: 425px;
		height: 345px;
		padding: 0;
		min-height: unset;
	}
	#depoimentos {
		padding: 125px 0;
	}
	#razoes-para-escolher .item::before,
	#depoimentos .carrossel-depoimentos .item::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 24px;
		border: 2px solid transparent;
		background: linear-gradient(90deg, var(--branco) 0%, var(--branco) 100%);
		background-attachment: fixed;
		mask: linear-gradient(#0000, #0000), conic-gradient(from calc((var(--start) - (20 * 1.1)) * 1deg), #ffffff1f 0deg, white, #ffffff00 100deg);
		mask-composite: intersect;
		mask-clip: padding-box, border-box;
		opacity: 1;
		transition: 0.5s ease;
	}
	#razoes-para-escolher .item::before {
		background: linear-gradient(90deg, var(--roxo) 0%, var(--azul) 100%);
	}
	#razoes-para-escolher .item .glow,
	#depoimentos .carrossel-depoimentos .item .glow {
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		filter: blur(14px);
	}
	#razoes-para-escolher .item .glow::before,
	#depoimentos .carrossel-depoimentos .item .glow::before {
		position: absolute;
		content: "";
		width: 98%;
		height: 98%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 24px;
		border: 15px solid transparent;
		background: linear-gradient(90deg, var(--branco) 0%, var(--branco) 100%);
		background-attachment: fixed;
		mask: linear-gradient(#0000, #0000), conic-gradient(from calc(var(--start) * 1deg), #000 0deg, #ffffff, rgba(0, 0, 0, 0) 60deg);
		mask-composite: intersect;
		mask-clip: padding-box, border-box;
		opacity: 0;
		transition: 1s ease;
	}
	#razoes-para-escolher .item:hover>.glow::before,
	#depoimentos .carrossel-depoimentos .item:hover>.glow::before {
		opacity: .3;
	}
	.circulo-radial {
		width: 700px;
		height: 700px;
	}
	:root {
		--altura-header: 61px;
	}
	.discount-tag {
		position: absolute;
		top: 0;
		right: 0;
	}
	#carrossel-na-midia p {
		font-size: 24px;
		line-height: 24px;
	}
	#na-midia h3 {
		font-size: 36px;
		line-height: 36px;
	}
	#na-midia .imagem-div {
		padding-top: 150px;
	}
	#produtos:before {
		margin-top: -75px;
		height: 75px;
	}
	h2 {
		font-size: 48px;
		line-height: 48px;
	}
	body {
		padding-top: 61px;
	}
	.botao {
		height: 45px;
		line-height: 45px;
	}
	#banner {
		padding: 10vh 0 0 0;
	}
	#banner .botao:after {
		width: 150px;
		height: 150px;
		background: radial-gradient(70px, var(--roxo) 0, transparent 100%);
		top: -53px;
	}
	#special-projects h3 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#special-projects h2 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	#produtos.mobile .progress-container {
		width: 80px;
	}
	#carrossel-na-midia .carousel-control-next,
	#carrossel-na-midia .carousel-control-prev {
		opacity: 1;
		width: 50px;
		height: 50px;
		top: calc(50% - 12.5px);
	}
	.carousel-control-next {
		right: -50px;
	}
	.carousel-control-prev {
		left: -50px;
	}
	#carrossel-na-midia .carousel-control-prev-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237116f2'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	}
	#carrossel-na-midia .carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237116f2'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	.card.card4 .item img {
		transition: all 0.3s;
		filter: brightness(0.5);
		flex-shrink: 0;
	}
	.card.card4 .item:hover img {
		transition: all 0.3s;
		filter: brightness(1);
	}
	.card.card3 .item-container p {
		font-size: 20px;
		white-space: nowrap;
	}
	.card.card5 p,
	.card.card3 p {
		font-size: 16px;
	}
	.cards {
		gap: 40px 0;
	}
	.card.card1 h2 {
		font-size: 36px;
		line-height: 1.05;
		letter-spacing: 1.8px;
	}
	.card.card1 .texto {
		position: absolute;
		inset: 0 5rem 0 calc(100% - 340px - 5rem);
	}
	#componentes {
		margin-bottom: 200px;
	}
	#carrossel-para-softwares .carousel-inner {
		margin-top: -70px;
	}
	#carrossel-para-softwares .carousel-indicators {
		display: block;
		position: absolute;
		top: 130px;
		left: 20px;
		width: 220px;
	}
	#faca-como-eles h2,
	#para-softwares h2 {
		font-size: 40px;
	}
	#para-softwares h3 {
		font-size: 24px;
	}
	#razoes-para-escolher .item {
		/* Hack para deixar as imagens e texto menos embaçados na transição */
		transform: scale(0.9999);
	}
	#razoes-para-escolher .item:hover {
		transform: scale(1.1);
	}
	#razoes-para-escolher .item h3 {
		font-size: 20px;
		line-height: 24px;
	}
	#pessoas-incriveis h2 {
		position: absolute;
		top: 20%;
		left: 0;
		width: 570px;
		max-width: 100%;
	}
	#na-midia h3,
	body #na-midia h2.titulo-noticia {
		font-size: 20px;
		line-height: 28px;
	}
	.carrossel-mdp .carousel-cell {
		width: 218px;
		height: 200px;
	}
	.carrossel-mdp .item .item-texto {
		position: absolute;
		transition: all 0.3s;
		opacity: 0;
	}
	.carrossel-mdp .item:hover .item-texto {
		opacity: 1;
	}
	#produtos.mobile .item .logo {
		transition: all 0.3s;
		filter: unset;
	}
	#banner h1 {
		max-width: 510px;
	}
	#banner p {
		max-width: 510px;
		font-size: 20px;
	}
	h1 {
		font-weight: 600;
		font-size: 52px;
		line-height: 52px;
		max-width: 450px;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	.carrossel-mdp h3 {
		height: calc(100% - 90px);
	}
	.animacao {
		width: 550px;
		margin-top: 30px;
	}
	.orb.gabinete {
		margin: 51px 0 0 86px;
		width: 450px;
		height: 425px;
	}
	.orb:not(.gabinete) {
		width: 350px;
		height: 325px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	@keyframes spin2 {
		100% {
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	.card.card2 p,
	.card h4 {
		font-size: 15px;
	}
	.card h2 {
		font-size: 45px;
		letter-spacing: 2.5px;
		line-height: 1;
	}
	.card h3 {
		font-size: 30px;
		letter-spacing: 1.8px;
		line-height: 1;
	}
}
@media screen and (min-width: 1400px) {
	.carrossel-mdp h3 {
		height: calc(100% - 101px);
	}
	@keyframes spin2 {
		100% {
			-webkit-transform: translateX(-50%) rotate(360deg);
			transform: translateX(-50%) rotate(360deg);
		}
	}
	.card.card2 p,
	.card h4 {
		font-size: 18px;
	}
	.card h3 {
		font-size: 43px;
		letter-spacing: 1.8px;
		line-height: 1;
	}
	.card h2 {
		font-size: 60px;
		letter-spacing: 4.5px;
		line-height: 1;
	}
	.card .card__inner {
		height: calc(100vh - 100px);
		max-height: 600px;
	}
	.card.card1 .texto {
		inset: 0 10rem 0 calc(100% - 340px - 10rem);
	}
	.carrossel-mdp .carousel-cell {
		width: 100%;
	}
	#carrossel-para-softwares .carousel-indicators {
		top: 125px;
		left: 60px;
	}
	#carrossel-para-softwares .carousel-item picture {
		margin: 0 50px 0 0;
	}
}