body,html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
  font-family: 'Sora', sans-serif;
  color:#4a4b4d;
}
h1{font-size: 30px;font-weight: 700;}
h2{font-size:30px; font-weight:800;}
p{font-size: 17px; line-height:1.7em;}
.yellow{color:#d39f3c}
section h2{ margin-bottom: 15px; text-transform:uppercase;}

:root {
  --cor-1: #d39f3c;
  --cor-2:  #e9d3a3;
}

.r-950{width:950px;}.r-960{width:960px;}.r-950{width:990px;}



/*header*/
#header .logo{
	width: 200px;
	margin-bottom: 25px;
}

#header{
	padding: 30px 0px 0px 0px;
	color: #FFF;
	background: url("../../midia/bg_header.webp");
	background-color: #0b0b0b;
	background-size: container;
	background-repeat: no-repeat;
	background-position: 700px 0px;
	overflow:hidden;
	position:relative;
	border-radius: 0px 0px 70px 70px;
}

#header h1 b{
	color: var(--cor-1);
	text-shadow: #f0aa7785 1px 1px 10px;
}

#header ul li{
	font-size:17px;
	line-height: 2.0em;
	display: flex;
	align-items: center;
}
#header ul li img{
	width:30px;
	margin: 0px 15px 5px 0px;
}

#header:before{
	content: "";
	width:200px;
	height: 200px;
	background:var(--cor-1);
	position: absolute;
	filter:blur(200px);
	opacity: 0.3;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

.bt-call{
	background:var(--cor-1);
	color:#FFF;
	font-size:20px;
	line-height: 1.4em;
	padding: 15px 15px;
	border-radius: 5px;
	font-weight:800;
	display: block;
	text-align: center;
}
#header .bt-call{
	box-shadow: #f0aa7785 1px 1px 10px;
}
.bt-call:hover {
 color:#FFF !important;
 text-decoration: none;
 opacity: 0.8;
}
#header .selo{
	filter: brightness(150);
	opacity: 0.6;
}

.btg .bt-call{
	border:solid 2px #7b7a7a;
}
.btg .selo{opacity:0.7}

/*Icones*/
#icones{
	padding: 15px 0px;
	font-size:17px;
	background:#f5f5f5;
}

.icon-box {
	width: 50px;
	height: 50px;
	background-color: var(--cor-1); /* 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;
}

/*Beneficios*/

#beneficios{
	padding: 50px 0;
	background:#f5f5f5;
}
#beneficios .box{
	padding: 15px 15px;
	border-radius: 0px 50px;
	border-bottom: solid 3px var(--cor-1);
	background: linear-gradient(90deg, #000,#1e1d1d);
	color:#FFF;
	margin-bottom:40px;
	overflow: hidden;
	position:relative;
}

#beneficios .box:before{
	content: "";
	width:100px;
	height: 100px;
	background:var(--cor-1);
	position: absolute;
	filter:blur(50px);
	opacity: 0.5;
	top: 0px;
	left: 0px;
}


#beneficios img{
	margin: 15px auto;
	width:130px;
}
#beneficios .box p{
	font-size:90%;
}
#beneficios .box h3{
	font-size:18px;
	margin:15px 0;
	color: var(--cor-1);
}

#sobre{
	padding: 50px 0px;
	background:url("../../midia/bg_sec_sobre.webp");
	background-size: 740px ;
	background-repeat: no-repeat;
}

.btg .bt-call{
	background:linear-gradient(90deg,#92ca45,#70b316);
	border:none;
}
.btg .selo{opacity:0.5}

/*Sobre2*/

#sobre2{
	padding: 50px 0;
	background: url("../../midia/bg_sobre2.webp");
	background-size:cover;
	background-repeat:no-repeat;
	color:#FFF;
	position:relative;
}

#sobre2 h2 b{
	text-shadow: #ffff0085 1px 1px 10px;
	color:var(--cor-1);
}
#sobre2 img{
	margin: -99px 0px -99px 150px;
}

/*Depoimentos*/

#depoimentos{
	padding: 60px 0px;
}
.testimonial-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background: linear-gradient(90deg, #1e1d1d,#1e1d1d);
  position:relative;
  overflow:hidden;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.testimonial-card:before{
	content: "";
  width: 100%;
  height: 113px;
  background: linear-gradient(90deg, var(--cor-1), var(--cor-2));
  position: absolute;
  top: -1px;
  border-radius: 0px 0% 50% 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #1e1d1d;
  margin-bottom: 10px;
  z-index: 1;
}
.testimonial-name {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  color:var(--cor-1);
}

.testimonial-text {
  font-size: 0.95rem;
  color: #FFF;
}
.testimonial-stars{
	display:flex;
	justify-content: center;
}
.testimonial-stars li{margin: 5px 5px;}

/* Comparacao */

#comparacao{
	padding:50px 0px;
	color:#FFF;
	background: url("../../midia/bg_sec_comparacao.webp") top center;
	background-color:#000;
	background-size:cover;
	background-repeat: no-repeat;
}
#comparacao h2 b{
	text-shadow: #ffff0085 1px 1px 10px;
	color:var(--cor-1);
}

#comparacao .bx p{
	font-size:90%;
}
#comparacao .bx h4{
	font-size:110%;
	color:var(--cor-1);
}


/*Aplicação*/

#aplicacao{
	padding:50px 0;
	position: relative;
	background: linear-gradient(to bottom , transparent,#f7e9d6);
}
#aplicacao .box{
	background-color: #FFFFFF;
	margin: 20px 0px;
	padding: 10px 10px 10px 10px;
	position:relative;
	border-radius: 4px 4px 4px 4px;
}
#aplicacao div:nth-child(2) img{
	border-radius:15px;
	position:relative;
	z-index: 2;
}

#aplicacao .box p{
	font-size:14px;
}

#aplicacao .box img{
	border-radius:5px;
	position:relative;
	z-index:0;
}
#aplicacao .badge{
	background:var(--cor-1);
	color:#FFF;
	display:inline-block;
	padding:5px;
	position:absolute;
	z-index: 3;
	top: -5px;
	left: -5px;
}
#aplicacao .fx {
	position: relative;
}
.fx:before {
	content: "";
	background:linear-gradient(50deg,var(--cor-1),#FDD8A2);
	width:150%;
	height:250px;
	position:absolute;
	top:30%;
	right: 0%;
	z-index:0;
}

/*faixa*/
#faixa{
	background: linear-gradient(90deg, #1e1d1d,#1e1d1d);
	color:#FFF;
	padding:25px 0px;
}
#faixa p{font-size:15px;}
#faixa h4{font-size:20px;}


/*Tabelas*/

#tabelas{
	padding: 50px 0;
	background: linear-gradient(60deg,#222121,#150d05);
	color:#FFF;
	font-family: "Sora", sans-serif;
	position:relative;
	border-radius:;
}
.blt1 {
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
}

.blt2 {
  right: 0;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
}


#tabelas h2{color:#FFF;}

.aviso{
	font-size:20px;
	margin-bottom:30px;
}
.aviso b{background:orange; padding:5px; border-radius:5px;}

.tabela{
	background-color:#FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
	padding: 10px;
	border-radius:8px;
	position:relative;
	text-align:center;
	cursor:pointer;
	transition: transform 0.1s ease;
	z-index: 1;
}

.tabela:hover {
	transform: scale(1.02);
}
.desc{
	background: var(--cor-1);
	display:inline-block;
	padding:5px;
	position:absolute;
	text-align:center;
	width:70px;
	height:70px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:0.9em;
	font-size:20px;
	border-radius:50%;
	left: 20px;
	top:0;
}
.desc b{
	display:block;
	font-size:18px;
}

.img-kit{
	display:block;
	margin:0 auto;
	background:#f1d5b2;
	border-radius:5px;
}

.unidades{
	background:var(--cor-1);
	color:#FFF;
	text-align: center;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	margin: -20px 0px 0px 0px;
	padding: 7px;
	border-radius:23px;
	z-index: 1;
	position:relative;
}
.tratamento{
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2em;
	color: #262727;
	margin:10px 0 5px;
}
.valor{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	color: #474848;
	margin-bottom:5px;
}
.valor strike{color:red;font-weight:600;}

.parcela{
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2em;
	color: var(--cor-1);
	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:10px;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.8s ease;
	border:solid 1px #b7f4b7;
}
.bt_tabela:hover{
	background-image: linear-gradient(-120deg, #14D300 32%, #93E41C 67%);
}
.frete_g{
	color: #79CC6E;
	transition: color 0.3s;
	font-family: "Sora", Sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 0.9em;
	letter-spacing: 0.9px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#EAF4E6;
	border-radius:2px;
	border:dashed 1px #79CC6E;
	width: calc(100% - 20%);
	padding:5px;
	margin: 10px auto;
}
.frete_g img{margin: 0 5px;}


.mvd{
	display:flex;
	justify-content:center;
	align-items:center;
	background: linear-gradient(253deg, #ED6145 0%, #C02A0C 100%);
	font-weight:600;
	padding:5px;
	border-radius:25px;
	width:80%;
	margin: -12px auto;
	position:relative;
	z-index:1;
	animation: deslizar 1s ease-in-out infinite alternate;
	transition: all 2s;
	position:relative;
}
@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;
}

#seguranca .bx{
	border: solid 1px #d5d1d1;
	margin:5px;
	padding: 6px;
	border-radius:8px;
}
#seguranca .bx img{filter: hue-rotate(198deg);}



/*garantia*/
#garantia{
	padding:50px;
	background:url("../../midia/bg_garantia.webp")top center no-repeat;
	background-size:cover;
	background-color:#131212;
	color:#FFF;
	position:relative;
	overflow:hidden;
}
#garantia h2 b{
	text-shadow: #ffff0085 1px 1px 10px;
	color:var(--cor-1);
}
#garantia:before{
	content: "";
	width:200px;
	height: 200px;
	background:var(--cor-1);
	position: absolute;
	filter:blur(200px);
	opacity: 0.3;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

#garantia .box{
	border-radius: 15px 15px 15px 15px;
	background-color: #FFFFFF0A;
	padding: 30px 30px 30px 120px;
	border:solid;
	border-width: 1px 0px 0px 1px;
  border-color: var(--cor-1);
  position:relative;
  backdrop-filter: blur(10px);

}

#garantia .desk{
	position:absolute;
	top: 70px;
	left: 110px;
	width:351px;
	display:inline-block;
	z-index:1;
}

/*entrega*/

#entrega{
	padding:50px 0;
	background-color: #F3F3F3;
}
#entrega p{
	font-size:15px;
}

/*Discreto*/
#discreto{
	padding:50px 0;
	background: linear-gradient(90deg, #1e1d1d,#1e1d1d);
	color:#FFF;
	position:relative;
	overflow:hidden;
}
#discreto h2 b {
  text-shadow: #ffff0085 1px 1px 10px;
  color: var(--cor-1);
}
#discreto ul li{
	font-size:17px;
	line-height: 2.0em;
	display: flex;
	align-items: center;
}
#discreto ul li img{
	width:30px;
	margin: 0px 15px 5px 0px;
}
#discreto:before{
	content: "";
	width:200px;
	height: 200px;
	background:var(--cor-1);
	position: absolute;
	filter:blur(200px);
	opacity: 0.3;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

/*Duvidas*/
#duvidas{
	padding: 50px 0;
	background-color: #F3F3F3;
}
.faq-item {
  background: #1a1919;
  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: bold;
  position: relative;
  text-transform: uppercase;
  color:var(--cor-1);
}

.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-color:#131212;
	color:#FFF !important;
}
#footer p{
	font-size:14px;
}

#footer a{
	font-size:14px;
	color:#FFF;
}

#rodape{
	background:#000;
	padding:10px 0;
	color:#FFF;
}
#rodape p{font-size:14px;}


/*Responsivo*/
.mob{display:none !important;}


/*576*/
@media (max-width:576px){

.desk{display:none !important;}
.mob{display:block !important;}
.r-960,.r-950{width:inherit;}

#header{
	padding:40px 0px;
	text-align:center;
	background-position:top center;
	background-size:contain;
}

#header h1{font-size:30px;}

#header .logo{
	margin: 0 auto;
	display: block;
	margin-bottom:20px;
}
#header img{width:250px;margin:0 auto}

#icones{text-align:center;}

#sobre{
	background-size:100%;
	background-image: linear-gradient(transparent,#FFF 25%),url("../../midia/bg_sec_sobre.webp");
	padding-top:250px;
}
#sobre h2{font-size:155%;}

#sobre2{
	background-size: 820px;
  background-color: #000;
  background-position: bottom center;
}

#sobre2 img{
	margin: 0px auto;
	width:250px;
}

#depoimentos h2{
font-size:150%;
}

	.blt1,.blt2{width:100px;}

#faixa img{margin-bottom:15px;}


#garantia{
	padding: 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 .mob {
  position: relative;
  top: 0;
  left: 0;
  width: 240px !important;
  display: block !important;
  z-index: 1;
  margin: 0 auto;
}
.faq-question {
  padding: 7px 19px;
  font-size:15px;
}
#footer{
	padding:30px;
}
#footer .selos{
	width:250px;
}
#footer .mm{
	margin-bottom:30px;
}
.tabela{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	margin-bottom:40px;
	padding:10px;
}

	.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){

#header .logo {
  width: 125px;
  margin-bottom:30px;
}
#header{
	h1{font-size:25px;}
}
#header .mob img{width:200px;}
#header ul li{font-size:15px;}

#tabelas .aviso{font-size:14px;}
	.btg .bt-call{font-size:14px;}
	section h2{font-size:130% !important;}
	.tabela .bt_tab{padding:15px 0px;}
	.tabela .parcela {
		font-size: 30px;
	}
	.tratamento {
		font-size: 15px;
	}
	.frete_g{
		width: 100%;
		padding: 0px;
	}
}
/*420*/
@media (max-width:420px){
  section h2 {
    font-size: 150% !important;
  }
    #tabelas .aviso {
    font-size: 12px;
  }
    .tratamento {
    font-size: 14px;
  }
  .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;
}
  .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;}
}