/* Início do reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

/* Fim do reset */

body{
	font-family: 'Poppins', 'Plus Jakarta Sans';
}

.topo{
	padding:1% 0;
}

.linha{
	display:flex;	
}

.between{
	justify-content: space-between;
}

.linha-center{
	align-items: center;
}

.dark-link{
	padding:0.8rem 1.2rem;
	background-color: #000;
	border-radius:3rem;
	color:#fff;
}

.title{
	font-size: 3.5rem;
	font-weight:500;
	text-align: center;
	letter-spacing: -0.167rem;
	line-height: 4.2rem;
}

.banner{
	position:relative;
	padding:5% 0;
}

.banner h1{
	margin-top:5%;
}

.banner h1 span{
	font-weight:700;
	background-image:linear-gradient(60deg, #884eff 0%, #4861ff 100%);
	background-clip:text;
	color:transparent;	
}

.banner img{
	position:absolute;
	top:2%;
	z-index: -1;
}

.banner .linha{
	margin:10% 0;
	justify-content: center;
	gap:50px;
}

.text{
	font-size:1.2rem;
	line-height: 1.6rem;
	margin-top:1rem;
	text-align: center;
}

.subtext{
	color:#767A85;
	text-align: center;
}

.contato{
	background-image: url(../images/elements.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding:5% 0;
	position:relative;
}

.contato h2{
	font-weight:600;
	background-image:linear-gradient(60deg, #52DA21 0%, #884eff 50%, #4861ff 100%);
	background-clip:text;
	color:transparent;
	padding:0.6rem 1rem;
	border-radius:3rem;
	border:2px solid #E6E6E6;
	display:inline-block;
}

.contato h3{
	font-size:3.5rem;
	font-weight:500;
	margin:6% 0 6% 0;
	letter-spacing: -0.159rem;
}

.contato p{
	line-height: 1.7rem;
}

.contato label{
	width:100%;
	display: block;
	margin-bottom:0.5rem;
	color:#000;
	font-size:0.9rem;
	letter-spacing: -0.029rem;
	font-weight: 500;
}

.contato input{
	width:100%;
	height:3rem;
	border:none;
	border-radius:4px;
	background-color:#AEAEAE;
	margin-bottom:2rem;
}

.contact-line{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.contact p{
	font-family:'Plus Jakarta Sans';
	font-size:0.9rem;
	font-weight:700;
}

.contact ul li{
	font-family:'Plus Jakarta Sans';
	font-size:0.9rem;
	font-weight:700;
	margin:0.4rem 0;
	list-style-type: disc;
	margin-left:1rem;
}

.contato button{
	padding:0.4rem 1.2rem;
	background-color: #000;
	border-radius:3rem;
	height:3rem;
	border:none;
	color:#fff;
	font-family: 'Poppins';
}

.contato img{
	position:absolute;
	bottom:2%;
	z-index: -1;
	right:0;
}

.solucoes{
	margin:5% 0;
}

.solucoes h2{
	font-size:4rem;
	margin-top:5%;
	margin-bottom:2%;
	font-weight:600;
	text-align: center;
	letter-spacing: -0.153rem;
}

.solucoes p{
	font-weight:300;
	font-size:0.9rem;
	text-align: center;
	color:#999DA6;
}

.box-solucao{
	background-color: #f6f6f9;
	padding:2rem 2rem;
	border-radius:30px;
	background-image: url(../images/solucao.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom:2rem;
}

.box-solucao figure{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:160px;
	height:160px;
	border-radius:100%;
	background-image:linear-gradient(60deg, #fff 0%, #AEAEAE 100%);	
	position:relative;
	margin-top:4rem;
}

.box-solucao img{
	padding:0.4rem;
	width:70%;
	height:auto;
	border-radius:100%;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.box-solucao h3{
	font-size:1.08rem;
	font-weight: 500;
	margin:3rem 0 0.6rem 0;
	line-height: 1.4rem;
}

.box-solucao p{
	text-align: left;
	line-height: 1.4rem;
}

.main{
	background-image: url(../images/frame.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.box-solucao h4{
	margin:1rem 0 2rem 0;
	font-weight:700;
	line-height: 1.4rem;
	color:#767A85;
}

.white-link{
	padding:0.7rem 1.4rem;
	background-color: #fff;
	border-radius:3rem;
	font-weight:500;
	color:#000;
	box-shadow:1px 4px 12px #dfdfdf;
}

.subtitle{
	margin-bottom:10%;
}

.solucoes .linha{
	justify-content: center;
	gap:50px;
	margin-top:4%;
}

.servicos{
	margin:5% 0;
}

.servicos h2{
	font-size:4rem;
	margin-top:5%;
	margin-bottom:2%;
	font-weight:600;
	text-align: center;
	letter-spacing: -0.153rem;
}

.servicos p{
	font-weight:300;
	font-size:0.9rem;
	text-align: center;
	color:#999DA6;
	line-height:1.4rem;
}

.accordion{
	padding:1rem 0;
	border-bottom:1px solid #dfdfdf;
}

.title-box{
	display:flex;
	justify-content: start;
	gap:25px;
}

.title-box{
	font-weight:600;
	font-size:1.2rem;
	cursor:pointer;
	transition:.3s ease-in-out;
}

.title-box span{
	color:#E6E6E6;
	transition:.3s ease-in-out;
}

.active .number{
	color:#000;
}

.title-box:hover .number{
	color:#000;
}

.conteudo{
	/* max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out; */
	padding: 0 18px;
	display: none;
	overflow: hidden;
	transition:.3s ease-in-out;
}

.accordion .conteudo p{
	text-align: left;
	padding-top:1rem;
}

.box-servico{
	background-color: #f6f6f9;
	padding:2rem 2rem;
	border-radius:30px;
	background-image: url(../images/solucao.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom:2rem;
	display:none;
}

.box-servico figure{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:160px;
	height:160px;
	border-radius:100%;
	background-image:linear-gradient(60deg, #fff 0%, #AEAEAE 100%);	
	position:relative;
	margin-top:4rem;
}

.box-servico figure img{
	padding:1rem;
	width:80%;
	height:auto;
	border-radius:100%;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.img{
	background-color: #fff;
	border-radius:30px;
	position:relative;
	margin-top:2rem;
}

.opened{
	overflow: auto;
	display: block;
}

.img img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	height:auto;
}

.bottom{
	margin-bottom:4rem;
}

.diferenciais{
	margin:5% 0;
}

.diferenciais h2{
	font-weight:600;
	background-image:linear-gradient(60deg, #52DA21 0%, #884eff 50%, #4861ff 100%);
	background-clip:text;
	color:transparent;
	padding:0.6rem 1rem;
	border-radius:3rem;
	border:2px solid #E6E6E6;
	display:inline-block;
}

.diferenciais h3{
	font-size:3.5rem;
	font-weight:500;
	margin:2% 0 6% 0;
	letter-spacing: -0.159rem;
}

.diferenciais .line{
	display:flex;
	justify-content: space-between;
	gap:50px;
}

.diferenciais h4{
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight:600;
	margin-bottom:0.6rem;
	cursor:pointer;
	transition: .2s ease-in-out;
}

.diferenciais h4:hover{
	background-image:linear-gradient(60deg, #52DA21 0%, #884eff 50%, #4861ff 100%);
	background-clip:text;
	color:transparent;
}

.diferenciais img{
    width:100%;
}

.diferenciais p{
	font-size:0.9rem;
	color:#999DA6;
	line-height: 1.5rem;;
}

.box-line{
	width:100%;
	height:1.2px;
	background-color: #ECEEF3;
	margin-top:3rem;
}

.active-box{
	background-image:linear-gradient(60deg, #52DA21 0%, #884eff 50%, #4861ff 100%);
	background-clip:text;
	color:transparent;
}

.bar{
	width:100%;
	height:1.2px;
	background-color: #ECEEF3;
	margin-bottom:3rem;
}

.active-line{
	background-image:linear-gradient(60deg, #52DA21 0%, #884eff 50%, #4861ff 100%);
}

.depoimentos{
	margin:6% 0;
}

.swiper{
	width:100%;
	height:100%;
}

.depoimentos h2{
	font-size:3.5rem;
	font-weight:500;
	margin:15% 0 6% 0;
	letter-spacing: -0.159rem;
	text-align: center;
}

.depoimentos h4{
	font-size:1.1rem;
	font-weight: 500;
	margin:1% 0 10% 0;
}

.depoimentos .container{
	border:1px solid #E6E6E6;
	border-radius:25px;
	background-image: url(../images/depoimentos.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

.depoimentos .linha{
	justify-content: center;
	gap:50px;
	margin:4% 0 4% 0;
}

.box-depoimento{
	text-align: center;
	width:70%;
}

.rodape{
	position:relative;
	margin:5% 0;
	text-align: center;
}

.rodape .img-rodape{
	position:absolute;
	left:0;
	top:0;
	z-index: -1;
}

.rodape h2{
	font-size:3.5rem;
	font-weight:500;
	margin:10% 0 6% 0;
	letter-spacing: -0.159rem;
}

.menu{
	margin:8% 0 6% 0;;
}

.menu ul{
	display:flex;
	gap:25px;
	justify-content: center;
	padding-top:10%;
}

.menu ul li a{
	color:#000;
}

.menu ul li:after{
	content: "\f698";
	margin-left:1rem;
	font-family:'tabler-icons';
	font-weight:bold;
}

.menu ul li:last-child:after{
	content: none;
}

.rodape input{
	width:80%;
	height:5rem;
	border-top:none;
	font-size:2.5rem;
	color:#DFE2E6;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #DFE2E6;
}

.rodape form{
	position:relative;
}

.rodape ::placeholder{
	font-size:2.5rem;
	color:#DFE2E6;
	font-weight: 500;
}

.rodape button{
	font-size:2.5rem;
	background-color: transparent;
	border:1px solid #000;
	border-radius:100%;
	padding:1rem 1.1rem;
	position:absolute;
	cursor:pointer;
	transition:.2s ease-in-out;
	right:0;
}

.rodape button:hover{
	background-color: #000;
	color:#fff;
}

.rodape p{
	margin-top:4rem;
}

.mobile-servicos{
	width:100%;
}

.mobile-servicos button{
	background-color: transparent;
	padding:0.8rem;
	border-radius: 100%;
	border:1px solid #000;
	position: relative;
	z-index: 200;
}