*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html{
    scroll-behavior: smooth;
    height: 5000px;
}
.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 */
}
.btn-whatsapp{
	display: block;
	position: fixed;
	top: 80%;
	left: 0;
	z-index: 9999;
}
.btn-whatsapp img{
	width: 70px;
}
h2{
    color: #263570;
}
h2 > span{
	/* background: linear-gradient(45deg, #01EDFE, #01FE38); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	display: inline-block;  */
    color: #19deaf;
}
a.button{
    /* background: linear-gradient(45deg, #26E743, #068518, #6BDD7B); */
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #263570;
	/* background: linear-gradient(45deg, #01EDFE, #0aed9e, #00e467, #01FE38);  */
    background: linear-gradient(45deg, #6fffdd, #64e9ca, #19deaf, #3184ff );
    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 #000;
    text-transform: uppercase;
}
@keyframes brilho {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.compra-segura{
    text-align: center;
    max-width: 400px;
    margin-top: 20px;
}
.compra-segura img{
    width: 100%;
    max-width: 300px;
}
/*====================================================================*/
.alert{
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-image: linear-gradient(213deg, #263570 0%, #4668d5 100%);    
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width:810px){
    .alert{
        font-size: 16px;
    }
}
/*====================================================================*/
.section-banner .box{
    display: flex;
    justify-content: center;
    align-items: safe;
}
.section-banner .logo img{
    width: 250px;
}
.section-banner .info{
    width: 100%;
    max-width: 500px;
    padding: 30px 0;
}
.section-banner .info h2{
    font-size: 40px;
    font-weight: bold;
}
.section-banner .info p{
    margin-top: 20px;
    font-size: 20px;
}
.section-banner .img{
    position: relative;
    width: 100%;
    max-width: 800px;
}
.section-banner .img .img-banner img{
    width: 650px;
    display: block;
    position: relative;
    z-index: 2;
    animation: jump 1s ease-in-out infinite alternate;
}
.section-banner .img .caps{
    position: absolute;
    width: 90px;
    height: auto;
}
.section-banner .caps img {
    width: 100%;
    height: auto;
}
/* Posições individuais */
.section-banner .cap1 {
  top: 5%;
  left: 5%;
}
.section-banner .cap2 {
  top: 20%;
  right: 10%;
  z-index: 1;
}
.section-banner .cap3 {
  bottom: 15%;
  left: 15%;
  filter: blur(2px);
}
.section-banner .cap4 {
  bottom: 10%;
  right: 5%;
}
/* Animação suave de flutuação */
@keyframes jump {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}
@media screen and (max-width:1000px){
    .section-banner .info h2{
        font-size: 30px;
    }
    .section-banner .info p{
        font-size: 18px;
    }
    .section-banner .img .img-banner img{
        width: 100%;
    }
    .section-banner .img .caps{
        width: 60px;
    }
}
@media screen and (max-width:750px){
    .section-banner .box{
        flex-direction: column;
        align-items: center;
    }
    .section-banner .info h2{
        font-size: 25px;
    }
    .section-banner .info p{
        font-size: 15px;
    }
    .section-banner .img .img-banner img{
        max-width: 400px;
        margin: 0 auto;
    }
} 
/*====================================================================*/
.separate{
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}
.separate > div:nth-of-type(1){
    text-align: center;
}
.separate .container-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: -20px;
    padding-bottom: 20px;
}
.separate .container-icons img{
    width: 100%;
    max-width: 150px;
}
@media screen and (max-width:600px){
    .separate .container-icons{
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        gap: 20px;
    }
}
/*====================================================================*/
.section-called .box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.section-called .info{
    max-width: 500px;
}
.section-called h2{
    font-size: 40px;
    margin: 0 auto;
}
.section-called p{
    margin: 0 auto;
    margin-top: 10px;
}
.section-called .img{
    background-image: url('../img/fita-metrica.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-called .img img{
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    margin-left: -20px;
}
@media screen and (max-width:800px){ 
    .section-called .box{
        flex-direction: column;
    }
    .section-called h2{
        font-size: 25px;
        text-align: center;
    }
    .section-called p{
        text-align: center;
        font-size: 15px;
    }
}  
@media screen and (max-width:450px){
    .section-called .img img{
        max-width: 300px;
        max-height: 60vh;
    }
} 
/*====================================================================*/
.section-called-2{
    background-image: url('../img/bg.webp');
    color: #fff;
}
.section-called-2 .box{
    display: flex;
    justify-content: center;
    align-items: safe;
    gap: 40px;
    padding-bottom: 0;
}
.section-called-2 .info{
    max-width: 500px;
}
.section-called-2 h2{
    font-size: 40px;
    margin: 0 auto;
    color: #19deaf;
}
.section-called-2 p{
    margin: 0 auto;
    margin-top: 10px;
}
.section-called-2 .img img{
    width: 100%;
    max-width: 500px;
    margin-bottom: -4px;
}
@media screen and (max-width:800px){ 
    .section-called-2{
        background-image: url('../img/bg-mobile.webp');
        background-repeat: no-repeat;
        background-size:cover;
     } 
    .section-called-2 .box{
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-called-2 h2{
        font-size: 25px;
        text-align: center;
    }
    .section-called-2 p{
        text-align: center;
        font-size: 15px;
    }
    .section-called-2 a{
        margin: 0 auto;
        margin-top: 30px;
    }
}  
@media screen and (max-width:450px){
    .section-called-2 .img img{
        max-width: 300px;
    }
} 
/*====================================================================*/
.section-fabrication{
    background-color: #f6f6f6;
}
.section-fabrication .box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 0;
}
.section-fabrication .info{
    max-width: 400px;
}
.section-fabrication h2{
    font-size: 40px;
    margin: 0 auto;
}
.section-fabrication p{
    margin: 0 auto;
    margin-top: 10px;
}
.section-fabrication .video iframe{
    width: 340px;
    height: 600px;
    margin-bottom: -50px;
    border-radius: 20px;
}
@media screen and (max-width:600px){ 
    .section-fabrication .box{
        flex-direction: column;
        align-items: center;
    }
    .section-fabrication h2{
        font-size: 25px;
        text-align: center;
    }
    .section-fabrication p{
        text-align: center;
        font-size: 15px;
    }
    .section-fabrication .video iframe{
        width: 300px;
        height: 500px;
        margin-bottom: -50px;
        border-radius: 20px;
    }
}  
/*====================================================================*/
.section-review h2{
    font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.section-review .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 30px;
}
.section-review .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (max-width:600px){
    .section-review h2{
        font-size: 25px;
    }  
}
/*====================================================================*/
.section-soluction{
    background-color: #f6f6f6;
}
.section-soluction h2{
    font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.section-soluction .soluctions{
    display: flex;
    justify-content: center;
    align-items: safe;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.section-soluction .soluctions .soluction-single{
    padding: 10px;
    max-width: 280px;
    text-align: center;
    border: 2px solid #19deaf;
    border-radius: 20px;
}
.section-soluction .soluctions .soluction-single img{
    width: 150px;
}
.section-soluction .soluctions .soluction-single p{
    margin-top: 20px;
}
.section-soluction .box a{
    margin: 0 auto;
    margin-top: 30px;
}
@media screen and (max-width:600px){
    .section-soluction h2{
        font-size: 25px;
    }  
}
/*====================================================================*/
.section-request h2{
    font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.section-request .requests{
    display: flex;
    justify-content: center;
    align-items: safe;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.section-request .requests .request-single{
    padding: 10px;
    max-width: 280px;
    text-align: center;
    border-radius: 20px;
}
.section-request .requests .request-single img{
    width: 200px;
    border: 5px solid #19deaf;
}
.section-request .requests .soluction-single p{
    margin-top: 20px;
}
.section-request .box a{
    margin: 0 auto;
    margin-top: 30px;
}
@media screen and (max-width:600px){
    .section-request h2{
        font-size: 25px;
    }  
}
/*====================================================================*/
.section-composition{
    background-color: #f6f6f6;
}
.section-composition h2{
    font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.section-composition p{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 600px;
    text-align: center;
}
.section-composition .box > div {
    text-align: center;
    margin-top: 30px;
}
.section-composition .box > div > img{
    width: 100%;
    max-width: 300px;
}
.section-composition .compositions{
    display: flex;
    justify-content: center;
    align-items: safe;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.section-composition .compositions .composition-single{
    padding: 10px;
    max-width: 280px;
    text-align: center;
    border-radius: 20px;
}
.section-composition .compositions .composition-single img{
    width: 120px;
}
.section-composition .compositions .composition-single h3{
    color: #263570;
}
.section-composition .compositions .composition-single p{
    margin-top: 20px;
    color: #555;
}
.section-composition .compositions .composition-single p i{
    color: #263570;
}
@media screen and (max-width:600px){
    .section-composition h2{
        font-size: 25px;
    }  
}
/*====================================================================*/
.section-received-ebooks{
    background-image: linear-gradient(90deg, #263570 0%, #4668d5 100%);
}
.section-received-ebooks h2{
     font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.section-received-ebooks .ebooks{
    display: flex;
    justify-content: center;
    align-items: safe;
    gap: 30px;
    margin-top: 30px;
}
.section-received-ebooks .ebooks .ebook-single{
    width: 100%;
    max-width: 300px;
    padding: 10px; 
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    box-shadow: 2px 2px 5px #fff;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.section-received-ebooks .ebooks img{
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
}
.section-received-ebooks .ebooks .ebook-single h2{
    font-size: 25px;
}
.section-received-ebooks .ebooks .ebook-single p{
    margin-top: 10px;
}
.section-received-ebooks a{
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
.section-received-ebooks .compra-segura{
    text-align: center;
    margin-top: 30px;
    filter: invert(1);
    width: 100%;
}
.section-received-ebooks .compra-segura img{
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width:650px){
    .section-received-ebooks .ebooks{
        flex-direction: column;
        align-items: center;
    }
    .section-received-ebooks h2{
        font-size: 25px;
    }   
    .section-received-ebooks p{
        font-size: 15px;
    } 
}
/*====================================================================*/
.section-prices{
    background-color: #f6f6f6;
}
.section-prices h2{
    font-size: 35px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.section-prices .box > p{
    margin: 0 auto;
    font-size: 20px;
    margin-top: 10px;
    max-width: 800px;
    text-align: center;
}
.section-prices .prices{
    display: flex;
    justify-content: center;
    align-items: safe;
    gap: 20px;
    margin-top: 30px;
}
.section-prices .prices .price-single{
    background-image: linear-gradient(180deg, #4668d5 0%, #263570 100%);    color: #fff;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
}
.section-prices .prices .best{
    color: #263570;
    background-image: none;
    background-color: #19deaf;
}
.section-prices .prices .price-single h3{
    color: #19deaf;
    font-size: 25px;
}
.section-prices .prices .best h3{
    color: #263570;
    background-image: none;
    background-color: #19deaf;
    font-weight: bold;
}
.section-prices .prices .price-single p:nth-of-type(1){
    background-color: red;
    padding: 5px 0;
    font-weight: bold;
}
.section-prices .prices .price-single img{
    width: 100%;
    max-width: 220px;
}
.section-prices .prices .price-single:nth-of-type(1) img{
    width: 100%;
    max-width: 130px;
}
.section-prices .prices .price-single h3:nth-of-type(2){
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}
.section-prices .prices .price-single p:nth-of-type(4){
    color: yellow;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.section-prices .prices .best p:nth-of-type(4){
    color: red;
}

.section-prices .prices .price-single a{
    font-size: 14px;
}
.section-prices .prices .best a{
    background-color: #263570;
    background-image: none;
    color: #fff;
}
.section-prices .prices .price-single .frete{
    margin-top: 20px;
}
.section-prices .prices .price-single .frete img{
    width: 150px;
}
.section-prices .prices .best .frete img{
    filter: invert(1);
}
@media screen and (max-width:1000px){
    .section-prices .prices{
        flex-wrap: wrap;
    }
}

@media screen and (max-width:600px){
    .section-prices h2{
        font-size: 25px;
    }   
    .section-prices .box > p{
        font-size: 15px;
    } 
}
/*====================================================================*/
.section-guarantee{
    background-color: #F2EAF8;
}
.section-guarantee .box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.section-guarantee .info{
    max-width: 500px;
}
.section-guarantee h2{
    font-size: 40px;
    margin: 0 auto;
}
.section-guarantee p{
    margin: 0 auto;
    margin-top: 10px;
}
.section-guarantee .img img{
    width: 100%;
    max-width: 500px;
}
@media screen and (max-width:800px){ 
    .section-guarantee .box{
        flex-direction: column;
    }
    .section-guarantee h2{
        font-size: 25px;
        text-align: center;
    }
    .section-guarantee p{
        text-align: center;
        font-size: 15px;
    }
}  
@media screen and (max-width:450px){
    .section-guarantee .img img{
        max-width: 300px;
    }
}
/*====================================================================*/
.section-final-called{
    background-image: url('../img/bg-2.webp');
    background-position: center;
    color: #fff;
}
.section-final-called .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-final-called .box div:nth-of-type(1){
    width: 100%;
    max-width: 380px;
}
.section-final-called .box div:nth-of-type(1) h2{
    margin-top: 20px;
    font-size: 60px;
}
.section-final-called .box div:nth-of-type(1) h3{
    font-size: 30px;
    margin-top: 20px;
}
.section-final-called .box div:nth-of-type(2){
    width: 100%;
    max-width: 400px;
}
.section-final-called .box div:nth-of-type(2) p{
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width:1200px){
    .section-final-called{
        display: none;
    }   
}
@media screen and (max-width:780px){
    .section-final-called{
        display: block;
        background-image: url('../img/bg-2-mobile.webp');
        background-position: top center;
        background-size: cover;
        color: #fff;
    }   
    .section-final-called .box{
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        text-align: center;
    }
    .section-final-called .box div:nth-of-type(1){
        width: 100%;
        max-width:none;
        margin-top: 100px;
    }
    .section-final-called .box div:nth-of-type(2){
        width: 100%;
        max-width:none;
    }
    .section-final-called .box div:nth-of-type(2) a{
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media screen and (max-width:600px){
    .section-final-called .box div:nth-of-type(1) h2{
        font-size: 25px;
    }
    .section-final-called .box div:nth-of-type(1) h3{
        font-size: 20px;
    }
    .section-final-called .box div:nth-of-type(2) p{
        margin-top: 30px;
        font-size: 15px;
        font-weight: bold;
    }
}/*=====================================================================================*/
.faq-section {
  background-color: #fff;
  padding: 50px 20px;
  border-top: 2px solid #263570;
}
.faq-section .barr {
  width: 200px;
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, #4668d5 0%, #263570 100%);    color: #fff;
  border-image-slice: 1;
  margin: 10px auto;
}
.faq-section .faq{
    max-width: 900px;
    margin: 0px auto;
}
.faq-section h2 {
  text-align: center;
  font-size: 40px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.faq-item {
  border-bottom: 1px solid #555;
  border-radius: 10px;
  margin-top: 10px;
  color: #555;
}
.faq-item button{
    padding: 20px 10px;
    background-image:  linear-gradient(180deg, #4668d5 0%, #263570 100%);    
    color: #fff;
    border-radius: 10px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  transition: color 0.2s;
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:600px){
	.faq-section h2 {
		font-size: 22px;
	}
    .faq-section > p{
        font-size: 15px;
    }	
	.faq-question {
	    font-size: 15   px;
	}
}
/*=====================================================================================*/
footer{
    border-top: 2px solid #863CEF;
    background-image: linear-gradient(90deg, #263570 0%, #4668d5 100%);
    color: #fff;
}
footer .logo{
    text-align: left;
}
footer .logo img{
    width: 150px;
}
footer .info{
    margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
footer .info .links a{
    color: #fff;
    text-decoration: none; 
    display: block;
}
footer .info div img{
	width: 250px;
	margin-top: 20px;
}
footer .info div p{
	max-width: 300px;
	font-size: 14px;
	margin-top: 20px;
}
footer .box > p {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width:700px){
	footer .logo{
        text-align: center;
    }
    footer .info{
		flex-direction: column;
	}
}