*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
button{
  border: none !important;
}
html {
  width: 100%;
  height: 100%;
font-size: 16px;  
}
body {
 
  scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased; 
        height: 100%;
  display: flex;
  flex-direction: column;
width: 100%;    
font-size: 16px;         
          color: #000;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;  
  background-color: #f6f6f6;    
    font-weight: 400;
  font-style: normal;

      
}
.lp-logo a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lp-logo img{
  width: 60px;
}
h1,h2,h3,h4,h5,h6,strong{
  font-weight: 800 !important;
line-height: 1.3;
}
.con li{
  line-height: 3.9;
  list-style-type: none;
  font-size: 1.2rem;
}
.xfx{
  background-color: #061929;
}
.blog{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headli{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bl{
  margin: 0 0.3vw;
  width: 30vw;
  height: 50vh;
  padding: 1vw;
  border: 1px solid #000;
  box-shadow: -1px 1px 2px 0px #000;
  background-color: #fff;
}
.bl img{
  width: 100%;
  max-width: 100%;
}
.art{
  width: 100%;
  max-width: 100%;
}
.art img{
  width: 100%;
  max-width: 100%;
  height: 50vh;
}
.contteudo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vw;
}
.contteudo h1{
  font-size: 3rem;
}
.contteudo h2{
  font-size: 2rem;
}
.contteudo p{
  font-size: 1.2rem;
}
article{
  width: 50%;
}
aside{
  width: 17%;
}
aside img{
  max-width: 100%;
  max-height: 30vh;
}
img {
   opacity: 1;
  display: block;
  max-width: 100%; 
   object-fit: cover;
   filter: brightness(1.01) contrast(1.02);
   border: 0;
}

.video-container {
    position: relative;
    width: 300px;
    max-width: 800px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    color: white;
    cursor: pointer;
    opacity: 0.9;
    transition: 0.2s;
    z-index: 10; /* garante que aparece, mas não tampa o vídeo */
    background: transparent; /* impede de esconder o vídeo */
    pointer-events: auto;
}

.play-btn:hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

video {
    width: 300px;
    display: block;
        box-shadow: 1px 1px 80px #00000030;
}

.headline {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #000000, #121212, #020202);
padding-top: 7vw;
  color: #fff;
  text-align: center;
}
.headll{
  width: 50vw;
}
.depoimentos{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #c9fdd3, #e2ffe6, #aefcc0);
  flex-direction: column;
  padding: 2rem 0;
  padding:6vw 3vw;
}
.depoimentos li{
line-height: 3;
  font-size: 1.2rem;
  font-weight: 500;

}



.box{
    border-radius: 0.3vw;
  font-weight: 600;
  font-size: 1.2rem;
  width: 100%;
  background: linear-gradient(to right, rgb(255, 249, 250),rgb(255, 232, 237)) ;
  padding: 2vw 6vw;
    box-shadow: 0 0 20px #00000006;
  margin: 1vw 0;
}
.depoimentos h2{
  text-align: center;
  width: 50vw;
  font-size: 2.2rem;
}
.depo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.con p{
  font-size: 1.1rem;
}
.depoimentos img{
  width: 600px;
  height: 50vh;
  margin: 1vw;
}
.headline img {
  width: 530px;
}
.depoimentos-texto{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 3vw 0;

}
.depoimentos-texto img{
  width: 1200px;
  
}
.depoimentos-texto h2{
  font-size: 2.2rem;
  margin: 3vw 0;
}
.garantia{
  background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
  color: #fff;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
}
.headline h1 {
  margin: 0;
  font-size: 3rem;
}

.headline p {
  margin: 0;
  font-size: 1.3rem;
}

.hero {
  background: linear-gradient(135deg, #c9fdd3, #e2ffe6, #aefcc0);

  padding: 6vw 3vw;
  text-align: center;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
}
a{
  font-size: 1.2rem;
  box-shadow: 0 1px 2px 1px #00000036;
}
.cta {
  margin-top: 2.3rem;
  display: inline-block;
  background: #28a745;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 800;
 transition: transform 0.3s ease;
 border: none;
    text-shadow: 1px 1px 1px #00000073;
}
.cta:hover{
  transform: scale(1.1);
  box-shadow: 0 2px 20px #0000002c;
  border: solid 1px #00000026;
}
.con{
   width: 37vw;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 6vw 3vw;
  display: flex;
  align-items: center;
  justify-content:space-evenly;
}
.container img{
      width: 600px;
    height: 500px;
}
.section {
  margin-bottom: 3rem;
  padding: 2vw;
  border-radius: 0.3vw;
  box-shadow: 0 0 60px #00000008;

}

.section h3 {
  color: #28a745;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
.section h4 {
  color: #000000;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.cta-section {
  background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
  color: #fff;
  padding: 6vw 3vw;
  text-align: center;
}

.cta-section h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

footer {
  background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}
.garantia h3{
  margin-right: 1vw;
}
/* ===== MENU TOP ===== */

.lp-header {
  position: fixed;
  top: 0;

  width: 100%;
     background: #000000b3;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.lp-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-logo a {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lp-menu {
  list-style: none;
  display: flex;
  gap: 25px;
   padding: 0;
}

.lp-menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.lp-menu li a:hover {
  color: #00ff88;
}

.lp-cta-btn {
  background: linear-gradient(45deg, #00ff88, #00cc66);
  color: #000;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
}

.lp-cta-btn:hover {
  transform: scale(1.05);
}

/* ===== HAMBURGER ===== */

.lp-hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.lp-hamburger span {
  width: 28px;
  height: 3px;
  background: white;
  border-radius: 10px;
}

/* ===== MOBILE ===== */

@media (max-width: 900px) {

  .lp-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    height: 100vh;
    width: 250px;
    background: #0c0c0c;
    flex-direction: column;
    padding: 40px 20px;
    gap: 25px;
    transition: .4s;
  }

  .lp-menu.active {
    right: 0;
  }

  .lp-hamburger {
    display: flex;
  }

  .lp-cta-btn {
    display: none;
  }
}

@media screen and (max-width:1280px) {
  .depoimentos ol {
    width: 70%;
    text-align: center;
}
  .depoimentos-texto img {
    height: 50vh;
    width: 100%;
}
  *{
            margin: 0;
        padding: 0;
    text-align: center;
  }
  .box{
    font-weight: 600;
    font-size: 1.2rem;
    width: 100%;
    background: linear-gradient(to right, rgb(255, 249, 250),rgb(255, 232, 237)) ;
    padding:  6vw;
    margin: 1vw 0;
  }
  .garantia h3{
    margin-right: 0;
  }
  .depoimentos-texto{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3vw 0;
    padding: 0 3vw;
  
  }
  .depoimentos-texto h2{
    font-size: 2.2rem;
    margin: 3vw 0;
    padding: 0 3vw;
  }
  .garantia{
    background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
    color: #fff;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
    padding:  3vw;
  }
  .headline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, #000000, #1a1a1a, #333333);  
    color: #fff;
   padding: 2rem 0;
    text-align: center;
  } 
  .headline img {
    width: 100vw;
    }
.headll {
  width: 93vw;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container img {
  width: 93vw;
  height: 90vw;
}
.con {
  width: 93vw;
}
.depoimentos h2 {
  text-align: center;
  width: 93%;
  font-size: 2.2rem;
}
.depoimentos img {
  width: 93vw;
  margin: 3vw 0;
}
.headline p {
  margin: 0;
  font-size: 1.3rem;
  margin: 1.8rem 0;
}
.hero p {
  font-size: 1.2rem;
  padding: 0 3rem;
}
}