body,html{
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Sora', sans-serif;
	background: #f5f5f5;
}
h1{font-size: 34px;font-weight: 800;}
h2{font-size:30px; font-weight:800;}
p{font-size: 17px; line-height:1.6em;}

section h2{ margin-bottom: 15px; color:#4b6099;}
:root {
	--cor-1: #2c3562;
	--cor-2: #3f9ec8;
	--cor-3: #69bde0 ;
}

.dtq1{color:var(--cor-1); font-weight: 800;}
.dtq2 {color: var(--cor-1);font-weight: 800;}
.dtq3 {color: var(--cor-3);font-weight: 800;}

.r-950{width:950px;}
.r-960{width:960px;}

.zap{
	position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.zap img{
width: 100px;
  border-radius: 50%;
}
/*header*/
#header .logo{
	width: 250px;
	margin: 0 auto 80px auto;
}

#header{
	padding: 50px 0px 0px;
	color: #FFF;
	background: url("../../midia/bg_header.webp") top center no-repeat;
	background-color: var(--cor-1);
	background-size: cover;
	position:relative;
	border-radius: 0px 0px 100px 100px ;
}

#header ul{
	display:flex;
	text-align: center;
	font-size: 14px;
}
#header li{
	width:25%;
	margin: 0px 2px;
}
#header ul img{
	width:80px;
	margin:10px auto;
}
#header .desk{
	width: 75%;
}

.bt-call{
background: linear-gradient(90deg,#92ca45,#70b316);
  color: #FFF;
  font-size: 20px;
  line-height: 1.4em;
  padding: 15px 15px;
  border-radius: 5px;
  font-weight: 700;
  display: block;
  text-align: center;
  border: solid 1px #84e184;
  position: relative;
  z-index: 1;
}
#header .bt-call{
	width:100%;
	margin-bottom: -25px;
}

.bt-call:hover {
	color:#FFF;
	text-decoration: none;
	background: linear-gradient(-90deg,#92ca45,#70b316);;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}
#header .selo{
	filter: brightness(150);
	opacity: 0.6;
}

.btg .selo{opacity:0.5}

#header .desk{
	position:relative;
	top: 40px;
}
/*#header .shine1:before{
	content:"";
	width:220px;
	height:220px;
	background:#EE9B42;
	position:absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:35%;
	filter: blur(200px);
}*/

/*Icones*/
#icones{
	padding: 15px 0px;
	font-size:17px;
	background: linear-gradient(to left, #ddb269,#f0c766,#d5a860);
}

.icon-box {
	width: 50px;
	height: 50px;
	background-color: #D79B22; /* Roxo padrão */
	border-radius: 8px;
	padding:8px;
	position: relative;
}

.icon-box::before {
	content: "";
	position: absolute;
	inset: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

/*Sobre*/

#sobre{
	padding:120px 0px 50px;
	background: url('../../midia/bg_sobre.webp') top left no-repeat;
	background-size:contain;
	position:relative;
}
#sobre .row{z-index:1;}

/*Formula*/

#formula{
	padding: 50px 0px;
	position:relative;
	background: linear-gradient(180deg,#F5F5F5,#ccd5f4);
}
#formula .bx{
	position: relative;
	background: linear-gradient(to right, #253059,#40698e);
	padding: 10px;
	border-radius: 10px;
	color:#FFF;
	border-bottom: solid 4px #69bde0;
}
#formula h6{color:var(--cor-3);}

#formula .bx img{
	margin: 0 10px;
	border-radius:20px 0px 20px 0px;
	border:solid var(--cor-3); 2px;
}

/*Beneficios*/
.divisor1{
  width: 0;
  height: 0;
  border-left: 100vw solid #2c3358;
  border-right: 0 solid #fff0;
  border-top: 80px solid #7587bf;
}
.divisor2{
  width: 0;
  height: 0;
  border-left: 100vw solid #7587bf;
  border-right: 0 solid #fff0;
  border-top: 80px solid #2c3358;
}

#beneficios{
	padding: 50px 0px;
	position:relative;
	z-index:1;
	background: linear-gradient( 60deg,var(--cor-1),#2b304e);
	color:#FFF;
}

#beneficios h2{color:#FFF;}

#beneficios .box{
	background:linear-gradient(to bottom,#fff0,#00f3ff14);
	border-bottom: solid 1px var(--cor-3);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 10px 10px 2px 10px;
	border-radius:10px;
}

#beneficios .box img{
	width: 150px;
	max-width: 100%;
	position:relative;
	z-index:1;
}

#beneficios .box h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: var(--cor-3);
	margin:20px 0;
}
#beneficios .box p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	color: #FFFFFF;
}

/*Sobre2*/

#sobre2{
	padding: 90px 0px;
	background-size:contain;
	background: linear-gradient(180deg,#F5F5F5,#ccd5f4);
}
#sobre2 ul li{
	font-size: 17px;
  font-weight: 600;
  line-height: 2.0em;
  display: flex;
  align-items: center;
  border: solid 1px #79dee3;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #2c345d;
  color: #fff;
  padding: 1px 6px;
}
#sobre2 ul li img{
	width:25px;
	margin: 0px 15px 5px 0px;
}

/*Dpoimentos*/

#depoimentos{
	padding: 50px 0;
	position:relative;
}

#depoimentos .box{
	text-align:center;
}

#depoimentos h3{
	font-size: 25px;
	margin-top:10px;
  font-weight: 700;
  line-height: 1.1em;
  color:var(--cor-1);
}

#depoimentos .box p{
	font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #042249;
	text-align:left;
}
.testimonial-stars{
	display:flex;
	justify-content: center;
}
.testimonial-stars li{margin: 0px 5px;}


/*Bonus*/

#bonus{
	padding: 50px 0;
	position: relative;
	background:var(--cor-1);
	color:#FFF;
}
#bonus .bns strike{color: #E66D6D;
  font-weight: 600;}
#bonus .bns p{
	border: solid 1px;
  display: inline;
  padding: 5px;
  border-radius: 3px;
}
#bonus .bns b{
	background: #42bb42;
  border-radius: 2px;
  padding: 5px;
}



/*faixa*/
#faixa{
	background: linear-gradient(#1c1a1a,#222121);
	color:#FFF;
	padding:25px 0px;
}
#faixa p{font-size:15px;}
#faixa h4{font-size:20px;}

/*Tabelas*/

#tabelas{
	padding: 50px 0;
	font-family: "Sora", sans-serif;
	position:relative;
	border-radius:;
}
#tabelas:before{
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	background:url('../../midia/dot.webp');
	opacity:0.1;
}

.aviso{
	font-size:20px;
	margin-bottom:30px;
}
.aviso b{background:#fd4646; padding:5px; border-radius:5px; color:#FFF}

.tabela{
	background: linear-gradient(180deg, #042249 0%, #0B2545 100%);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
	padding: 10px;
	border-radius:20px;
	position:relative;
	text-align:center;
	cursor:pointer;
	transition: transform 0.1s ease;
	z-index: 1;
	margin: 20px auto;
}
.tabela:before{
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	background:url('../../midia/bg_fios.webp');
	background-size:cover;
	border-radius:20px;
	opacity:0.4;
}

.tabela:hover {
	transform: scale(1.02);
}

.img-kit{
	display:block;
	margin:0 auto;
	margin-top: -90px;
}

.unidades{
	color:#FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	margin: 5px;
	padding: 7px;
	border-radius:23px;
	z-index: 1;
	position:relative;
}
.unidades b, .desconto b{color:#F6C319;}
.tratamento{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	color: #FFF;
	margin:10px 0 5px;
}

.desconto{
	margin: 5px 12px;
  padding: 5px;
  border: dashed 1px #F6C319;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #ECECEC;
}
.valor{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	color: #FFF;
	margin-bottom:5px;
}
.valor strike{color:#f28a8a;font-weight:600;}

.parcela{
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2em;
	color: #FFF;
	margin-bottom:5px;
}

.bt_tabela{
	color:#FFF;
	padding:15px 30px;
	background: linear-gradient(103deg, #57b576 0%, #5DDF2E 100%);
	text-align:center;
	font-size:16px;
	font-weight:700;
	border-radius:30px;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.8s ease;
	border:solid 1px #b7f4b7;
	margin-top:10px;
	margin-bottom: -30px;
}
.bt_tabela:hover{
	background-image: linear-gradient(-120deg, #14D300 32%, #93E41C 67%);
}
.tabela .frete {
  position: absolute;
  top: 45%;
  width: 80px;
  border-radius:50%;
  box-shadow:#000 1px 1px 20px;
}


.mvd{
	background:#2d6f8c;
}

@keyframes deslizar {
	0% {
		left: -20px;
	}
	100% {
		left: 20px; /* Você pode ajustar a distância */
	}
}

#tabelas .destaque{
	background:#FFF !important;
	color:#000;
}
#tabelas .destaque .parcela{color:#ED6145;}
#tabelas .destaque .titulo b{background:#ED6145; color:#FFF;}


/*seguranca*/
#seguranca{
	padding:50px 0;
	background-color:#f6eade;
}

.info-box {
	background: white;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	height: 100%;
	border: none;
	margin-bottom: 30px;
}

.info-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.info-box-icon {
	width: 70px;
	padding:10px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dfb76c 0%, #b85d24 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	box-shadow: 0 5px 15px rgba(212, 114, 43, 0.3);
}

.info-box-title {
	color: #2c2c2c;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.info-box-description {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}


/*garantia*/
#garantia{
	padding:50px 0px;
	color:#FFF;
	position:relative;
}

#garantia h2{
	color: #FFF;
}

#garantia .box{
	border-radius: 25px;
	background: linear-gradient(60deg ,var(--cor-1),#11100f);
	padding: 30px 60px;
	position:relative;
	text-align:center;
}

#garantia .box:before{
	content: "";
	width: 200px;
	height: 200px;
	background: var(--cor-3);
	position: absolute;
	filter: blur(200px);
	opacity: 0.7;
	top: 0;
	left: 0;
	overflow: hidden;
}

#garantia .desk{
	left: 130px;
	top:25px;
	width:200px;
	display:inline-block;
	z-index:1;
	position:relative;
}

.grt{
	filter: hue-rotate(156deg);
}
.pote1{
	position: absolute;
	left: 120px;
	width:200px;
	transform:rotate(-30deg);
}
.pote2{
	position: absolute;
	right: 120px;
	width:150px;
	bottom: 20px;
	transform:rotate(30deg);
	filter: blur(10px);
}

/*Duvidas*/
#duvidas{
	padding: 50px 0;
}
.faq-item {
	background: linear-gradient(90deg, #39587a, #191b28);
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	font-weight:400;
}

.faq-question {
	padding: 10px 20px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	color:#FFF;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 20px;
	font-size: 24px;
	transition: transform 0.3s;
	top:10px;
}

.faq-item.active .faq-question::after {
	content: '−';
}

.faq-answer {
	height: 0;
	overflow: hidden;
	padding: 0 20px;
	background: #fafafa;
	transition: height 0.4s ease, padding 0.3s ease;
	font-size:15px;
}

.faq-answer-content {
	padding: 15px 0;
}

/*Footer*/

#footer{
	padding: 50px 0;
	background: linear-gradient(60deg ,#222121,#150d05);
	color:#FFF !important;
	position:relative;
}
#footer:before{
	content: "";
	width: 200px;
	height: 200px;
	background: var(--cor-1);
	position: absolute;
	filter: blur(200px);
	opacity: .5;
	top: 0;
	left: 0;
	overflow: hidden;
}

#footer p{
	font-size:14px;
}

#footer h6{
	font-size:17px;
	border-bottom:dotted 6px #FFF;
	display:inline-block;
	line-height:3.0;
	color: var(--cor-3);
}

#footer a{
	font-size:14px;
	color:#FFF;
}
#footer ul li img
{	width: 20px;
	margin: 0px 10px 0px 0px;
	filter: hue-rotate(147deg);
}


#rodape{
	background:var(--cor-2);
	padding:10px 0;
	color:#FFF;
}

#rodape p{font-size:14px;}

#footer ul li{
	font-size:17px;
	font-weight:600;
	line-height: 2.0em;
	display: flex;
	align-items: center;
}
#footer ul li img{
	width:25px;
	margin: 0px 15px 5px 0px;
}

/*Responsivo*/
.mob{display:none !important;}

/*576*/
@media (max-width:576px){
	.zap img{width: 80px;}
	.desk{display:none !important;}
	.mob{display:block !important;}
	.r-960,.r-950{width:inherit;}

	#header{
		padding:80px 0px;
		border-radius:0px;
	}

	#header h1{font-size:35px; text-align: center;}
	#header p{text-align:center;}

	#header .logo{
		margin: 0 auto;
		display: block;
		margin-bottom:20px;
	}
	#header .mob{width:250px;margin:-10px auto; z-index:1; position:relative;}
	#header .bt-call{position:relative; z-index1;}
	#icones{text-align:center;}
	#icones .col-6{margin-bottom:10px;}

	#sobre{
		background-size:0px;
	}
	

	#sobre h2{font-size:155%;}
	#sobre .img {
		margin: 20px auto 40px;
	}
	#beneficios .box{margin-bottom:40px;}
	#sobre2{
		background-size:0px;
		padding: 40px 0px 30px 0px;
	}

	#depoimentos .qt{
		display: block !important;
	}
	#bonus{text-align:center;}
	#bonus .bns p{display: block; font-size:13px;}
	#bonus img{margin:0 auto;}

	#faixa img{margin-bottom:15px;}

	.tabela{
		display:flex;
		align-items:center;
		flex-wrap: wrap;
		margin-bottom:40px;
		padding:10px;
	}
	.desconto{font-size: 16px;}
	#garantia{
		padding: 50px 20px;
	}
	#garantia h2{font-size:25px;}
	#garantia p{font-size:15px;}
	#garantia .box{
		padding:20px;
		border-width: 1px 1px 1px 1px;
		text-align:center;
	}
	#garantia .selo_garantia{
		position:relative;
		right: 0;
		width: 200px;
		top: 0;
		margin: -101px auto 21px auto;
	}

	.faq-question {
		padding: 7px 19px;
		font-size:15px;
	}
	#footer{
		padding:30px;
	}
	#footer .selos{
		width:250px;
	}
	#footer .mm{
		margin-bottom:30px;
	}
	.ord2{
		order: 2;
	}
}

/*480*/

@media (max-width:480px){
	.bt-call {
		font-size:14px;
		padding:13px;
	}
	#header .logo {
		width: 125px;
		margin-bottom:45px;
	}
	#header {
		padding: 40px 0px;
	}
	#header{
		h1{font-size:25px;}
	}
	#header .mob img{width:200px;}
	#header ul li{font-size:15px;}

	#sobre .mob img{width:240px;}

	#sobre{
		margin-top:0px;
		padding: 50px 0;
	}
	#fabricacao{padding:50px 0px;}
	#sobre .btg{top:0px;}

	#depoimentos .box .qt{
		position: relative;
	  bottom: 0;
	  text-align: center;
	}

	#depoimentos .box{
		flex-direction: column;
		padding:0px 0px 10px 0px;
	}

	#depoimentos .box p {
  padding: 10px 0;
}


	#tabelas .aviso{font-size:14px;}
	.btg .bt-call{font-size:14px;}
	section h2{font-size:130% !important;}
	.tabela{margin-bottom:65px;}
	.tabela .bt_tab{padding:15px 0px;}
	.tabela .parcela {
		font-size: 30px;
	}
	.tratamento {
		font-size: 15px;
	}
.tabela .frete {
  position: absolute;
  top: 0;
  width: 75px;
}
.desconto {
    font-size: 14px;
  }
#seguranca{
	padding:30px 0;
}
}

/*420*/
@media (max-width:420px){
	section h2 {
		font-size: 150% !important;
	}
	#header .logo{
		width:120px;
	}
	 #header ul li {
    font-size: 11px;
  }
	#tabelas .aviso {
		font-size: 12px;
	}
	.tratamento {
		font-size: 14px;
	}
	.unidades{font-size:16px;}
	 .desconto {
    font-size: 13px;
    margin: 14px 0;
  }
	.bt_tabela {
		padding: 10px 0px;
	}
	.valor {
		font-size: 14px;
	}
	.desc{
		left: -12px;
		top: -47px;
		width: 65px;
		height: 65px;
	}
	.desc b {
		display: block;
		font-size: 15px;
	}
	#garantia img{
		width:150px;
	}
	.faq-question {
		padding: 6px 19px;
		font-size: 14px;
	}
	.faq-question::after {
		content: '+';
		position: absolute;
		right: 8px;
		font-size: 24px;
		transition: transform 0.3s;
		top: 3px;
	}
}

/*380*/

@media (max-width:380px){
	p{font-size:15px;}
	#header ul li {
		font-size: 13px;
	}
	#header .bt-call{width:100%; font-size:15px;}
	section h2 {
		font-size: 140% !important;
	}
	.blt1, .blt2 {
		width: 50px;
	}
	.tratamento {
		font-size: 12px;
	}
	.valor {
		font-size: 12px;
	}
	.unidades{font-size:15px;}
	.tabela .parcela {
		font-size: 27px;
	}
	.bt_tabela{font-size:13px;}
	.frete_g{font-size:11px;}
}