*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"Montserrat", Sans-serif;
}
html{
    scroll-behavior: smooth;
}
.box{
    width: 100%;
    max-width: 1200px;
    padding: 60px 10px;
    margin: 0 auto;
}
.onda {
    position: absolute;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    pointer-events: none; /* ← Esta linha resolve o problema */
}
h2 > span{
	background: linear-gradient(102deg, #26E743, #FFE101); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	display: inline-block; 
}
@keyframes brilho {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-banner{
	background-color: #fff;
}
.section-banner .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-banner .box .info h2{
	text-transform: capitalize;
	font-size: 50px;
	font-weight: bold;
}
.section-banner .box .info p{
	font-size: 18px;
	margin-top: 20px;
}
.section-banner .box .banner-img img{
	width: 500px;
}
a.button{
    background: linear-gradient(45deg, #26E743, #FFE101, #068518, #6BDD7B);
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 30px 15px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    /* background: linear-gradient(45deg, #068518, #6BDD7B, #068518, #6BDD7B); */
    background-size: 400% 200%;
    transition: background 1.5s cubic-bezier(0.5, 0.1, 0.4, 0.9);
    animation: brilho 3.5s ease-in infinite;
    box-shadow: 5px 5px 10px 0px #4AB651;
}
@media screen and (max-width:900px) {
	.section-banner .box .info h2{
		text-transform: capitalize;
		font-size: 30px;
		font-weight: bold;
	}
	.section-banner .box .info p{
		font-size: 14px;
	}
	.section-banner .box .banner-img img{
		width: 400px;
	}
}
@media screen and (max-width:700px) {
	.section-banner{
		background-image: url('../img/bg-mobile.jpg');
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.section-banner .box{
		flex-direction: column;
		justify-content: center;
		gap: 50px;
	}
	.section-banner .box .info .logo{
		text-align: center;
		margin-bottom: 20px;
	}
	.section-banner .box .info h2, .section-banner .box .info p{
		color: #fff;
		text-align: center;	
	}
	.section-banner .box .banner-img img{
		width: 350px;
	}
}
/*=====================================================================================*/
.section-payment{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 10px;
	background-image: linear-gradient(137deg, #00B607 0%, #144D00 100%);
}
@media screen and (max-width:600px){
	.section-payment img{
		width: 180px;
	}
}
/*=====================================================================================*/
.section-benefits{
	padding: 50px 10px;
}
.section-benefits h2{
	text-transform: capitalize;
	font-size: 40px;
	font-weight:500;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.section-benefits .barr{
	border: 2px solid #000;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 30px;
}
.section-benefits .swiper {
    width: 100%;
	margin: 0 auto;
    margin-top: 50px;
	max-height: 400px;
}
.section-benefits .swiper-slide{
    border-radius: 10px;
}
.section-benefits .swiper-slide img{
    width: 100%;
	height: 100%;
	max-height: 400px;
    border-radius: 6px;
}
@media screen and (max-width:600px) {
	.section-benefits h2{
		font-size: 22px;
	}
}
/*=====================================================================================*/
.section-works{
	background-color: #001907;
}
.section-works .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-works .box .info{
	max-width: 600px;
	color: #fff;
}
.section-works .box .info h2{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
.section-works .box .info h2 span{
	background: linear-gradient(102deg, #26E743, #FFE101); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	display: inline-block;
}
.section-works .box .info p{
	font-size: 18px;
	line-height: 20px;	
}
.section-works img{
	max-width: 450px;
}
@media screen and (max-width:800px){
	.section-works .box{
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}
	.section-works .box .info h2{
		font-size: 22px;
	}
	.section-works .box .info p{
		font-size: 16px;
	}
	.section-works img{
		width: 100%;
		max-width: 400px;
	}
}
/*=====================================================================================*/
.section-reviews{
	position: relative;
	padding: 50px 10px;
    background-image: linear-gradient(180deg, #D2D2D2 0%, #F6F6F6 100%);
}
.section-reviews .note{
	background-image: linear-gradient(68deg, #00B607 0%, #144D00 100%);
	width: 96%;
	max-width: 600px;
	padding: 18px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	position: absolute;
	top:-30px;
	left: 50%;
	transform: translateX(-50%);
}
.section-reviews .box h2{
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.swiper-slide{
  width: 100%;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.section-reviews .reviews{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.section-reviews .reviews img{
	max-width: 320px;
}
.section-reviews a{
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}
@media screen and (max-width:600px){
	.section-reviews .box h2{
		font-size: 22px;
	}
}
/*=====================================================================================*/
.section-prices {
	background-color: #001907;
}
.section-prices > h2{
	background-image: linear-gradient(to right, #00B607, #144D00);
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 35px;
}	
.section-prices .box h2{
	max-width: 600px;
	margin: 0 auto;
	font-size: 40px;
	text-align: center;
	color: #fff;
}
.section-prices .box p{
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.section-prices .prices{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.section-prices .prices img{
	width: 100%;
	max-width: 250px;
}
@media screen and (max-width:800px){
	.section-prices .prices{
		justify-content: center;
		flex-direction: column;
	}
}
@media screen and (max-width:600px){
	.section-prices > h2{
		font-size: 20px;	
	}
	.section-prices .box h2{
		font-size: 22px;
	}
}
/*=====================================================================================*/
.section-buy{
	text-align: center;
	padding: 50px 10px;
}
.section-buy h2{
	font-size: 40px;
}
.section-buy img{
	width: 100%;
	max-width: 900px;
}
.section-buy p{
	font-size: 18px;
	max-width: 900px;
	margin: 30px auto;
	color: #555;
}
.section-buy h3{
	color: #555;
}
.section-buy ol{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	list-style-position: inside;
	color: #555;	
}
.section-buy ol li{
	margin-top: 10px;
}
.section-buy a{
	margin: 0 auto;
	max-width: 600px;
}
/*=====================================================================================*/
.section-guarantee{
	background-color: #f6f6f6;
}
.section-guarantee .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-guarantee .box h2{
	font-size: 40px;
}
.section-guarantee .box p{
	margin: 20px 0;
	font-size: 18px;
}
.section-guarantee .box a{
	padding: 20px 0;
}
.section-guarantee .box img{
	max-width: 500px;
}
@media screen and (max-width:1000px){
	.section-guarantee .box img{
		max-width: 400px;
	}
}
@media screen and (max-width:760px){
	.section-guarantee .box img{
		max-width: 320px;
	}
}
@media screen and (max-width:650px){
	.section-guarantee .box{
		justify-content: center;
		flex-direction: column;
		gap: 30px;
	}
	.section-guarantee .box h2{font-size: 22px;}
	.section-guarantee .box p{font-size: 14px;}
	.section-guarantee .box img{
		max-width: 300px;
	}
}
/*=====================================================================================*/
footer{
	background-color: #001907;
}
footer .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
footer .box h4{
	color: #fff;
	font-size: 20px;
}
footer .box p{
	max-width: 300px;
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
}
footer .box img{
	max-width: 200px;
}
footer > p{
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (max-width:600px){
	footer .box{
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}

.btn-whatsapp{
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
}
.btn-whatsapp img{
	width: 70px;
}