
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&family=Signika:wght@300..700&display=swap');

body {
    background: linear-gradient(135deg, #0a0a0a 0%, #9a0871 100%);
    font-family: 'Inter', sans-serif;
    color: #e0e0e0;
    font-family: "Signika", sans-serif, 'Arial';
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
        
}

.py-5{
    background-color: #9932cc;

}

.neon-blue {
    color: #fff;
    background: #000;
    text-shadow: 0 0 5px #0ff, 0 0 10px rgba(85, 255, 0, 0.835), 0 0 20px #0ff;
    animation: bluePulse 2s infinite;
}

.logo {
    margin-top: 10px;
    width: 50px;
    height: auto;
    margin-left:30px;
    
    }
  
.logo-text{
    margin-top: 10px;
    font-size: 1rem;
    color: #b204c2;
    font-weight: bold;
    font-family: "Signika", sans-serif;
    font-style: normal;
    margin-left: 110px;
  
  }

.wp{
    font-family: "sacramento", sans-serif; 
    font-weight: 2rem;
    color:#ffffff;
  
  }
  
.wp1{
    font-family: "sacramento", sans-serif; 
    font-weight: 1.8vw;
    color:#ffffff;
  
  }
  
  
.garantia{
    width: 100%;
    height: auto;
}
.text-top{
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1rem;
    color: #ff1fcb;

}

.section-dark p{
    text-align: justify;
}
.text-top1 {
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1rem;
    color: #27ff1f; /* Cor do texto */
    font-weight: bold;
    text-align: justify;
    padding: 10px; /* Espaçamento interno para melhorar a legibilidade */
    border-radius: 4px; /* Bordas arredondadas */
    
     }

.text-verde {
        font-family:"Signika", sans-serif, 'Arial';
        font-size: 1rem;
        color: #27ff1f; /* Cor do texto */
        padding: 10px; /* Espaçamento interno para melhorar a legibilidade */
          text-align: center; /* Centraliza o texto */
         }
    
.content {
position: relative;
z-index: 1;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

h1 {
    margin-top: -40px;
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
} 

@keyframes glow {
0% {
text-shadow: 0 0 10px #ff1493,
             0 0 20px #ff1493,
             0 0 30px #ff1493;
}
50% {
text-shadow: 0 0 20px #ff1493,
             0 0 30px #ff1493,
             0 0 40px #ff1493;
}
100% {
text-shadow: 0 0 10px #ff1493,
             0 0 20px #ff1493,
             0 0 30px #ff1493;
}
}
.neon-text {
    background: linear-gradient(90deg, #ff1493, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 20, 147, 0.5);

    transition: all 0.3s ease;
}

.py-2{
    margin-top: 0px;
}
.section-dark {
    height: 600px;
    background: rgba(240, 235, 235, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 4, 242, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    padding: 80px 0;
    
}

.centralizar{
    align-items: center;
    margin-left: 230px;
}

@keyframes neonPulse {
    0% { text-shadow: 0 0 5px #ff1493, 0 0 10px #ff1493, 0 0 20px #ff1493; }
    50% { text-shadow: 0 0 10px #ff1493, 0 0 20px #ff1493, 0 0 30px #ff1493; }
    100% { text-shadow: 0 0 5px #ff1493, 0 0 10px #ff1493, 0 0 20px #ff1493; }
}
/* From Uiverse.io by Codecite */ 
.btn {
 
  --fancy-button-gradient-0: #8d49fd;
  --fancy-button-gradient-50: #7f56f3;
  --fancy-button-gradient-100: #5691f3;
  --fancy-button-inner-shadow-top: rgba(233, 209, 255, 0.2);
  --fancy-button-inner-shadow-top-lg: rgba(9, 12, 60, 0.1);
  --fancy-button-inner-shadow-bottom: rgba(137, 222, 246, 0.3);
  --fancy-button-shine-top: #e9d1ff;
  --fancy-button-shine-bottom: #adfff9;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-shadow: 0px 0.5px 0.5px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  appearance: none;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-radius: 25px;
  color: #fff;
  background-image: linear-gradient(
    to bottom,
    var(--fancy-button-gradient-0) 0%,
    var(--fancy-button-gradient-50) 50%,
    var(--fancy-button-gradient-100) 100%
  );
  box-shadow:
    0px 4px 12px rgba(9, 12, 60, 0.15),
    0px 2px 8px rgba(9, 12, 60, 0.15),
    0px 1px 3px var(--fancy-button-inner-shadow-top-lg),
    inset 0px 1px 1px var(--fancy-button-inner-shadow-top),
    inset 0px -1px 3px var(--fancy-button-inner-shadow-bottom);
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  will-change: transform;
}

.btn:before {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--fancy-button-shine-top);
  width: 96px;
  height: 6px;
  top: -3px;
  opacity: 0.6;
  filter: blur(6px);
  transition: opacity 0.25s;
}

.btn:after {
  inset: 0;
  background-size: cover;
  z-index: 2;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.btn span {
  display: block;
  padding: 12px 24px;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    var(--fancy-button-shine-top),
    transparent 8px
  );
  background-position: 0 -6px;
  background-repeat: no-repeat;
  z-index: 1;
}

.btn span:before,
.btn span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--fancy-button-shine-bottom);
  transition:
    opacity 0.25s,
    transform 0.25s;
  will-change: transform;
}

.btn span:before {
  width: 92px;
  height: 8px;
  bottom: -4px;
  opacity: 0.75;
  filter: blur(6px);
}

.btn span:after {
  width: 112px;
  height: 1px;
  bottom: 0;
  opacity: 0.9;
  filter: blur(1px);
}

.btn:hover span:before {
  opacity: 0.8;
}

.btn:hover span:before {
  transform: translateX(-50%) scale(1.25);
}

.btn:hover span:after {
  opacity: 1;
}


.card-dark {
    background-color: #ffeded;
    border: 1px solid #ff09fb;
    color: #e0e0e0;
}
.animate-right {
    animation: slideInRight 1s;
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.section-cards .card{
    margin:auto;   

}

.section-cards {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.card {
    margin-top:60px;
    margin-left: -90px;
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
    border: 1px solid #f705ff;
    transition: transform 0.3s ease;
}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.site-top{
    margin-top: 20px;
    background: linear-gradient(135deg, #8A2BE2, #1a1a1a);
    border-radius: 20px;
    
}

.site-top p{
    margin: 15px;
}


.feature-section {
    width: 100%;
    position: relative;
    padding-top: 0px;
    height: 550px;
    background: rgba(240, 235, 235, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 4, 242, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    padding: 80px 0;

   
}
.highlight-text {
    color: #FF1493;
    font-weight: bold;
}
.feature-text {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.img-bot {
    margin-top:-50px;
    border: 2px solid #ff00ff; /* Borda neon rosa */
    border-radius: 15px; /* Bordas arredondadas */
    box-shadow: 0 0 15px #ff00ff, 0 0 25px #ff00ff; /* Sombra neon rosa */
    animation: mexer 3s infinite ease-in-out; /* Animação de mexer infinitamente */
}
.img-bot1 {
    margin-top: 40px;
    width: 380px;
    height:400px;
    border: 1px solid #ff00ff; /* Borda neon rosa */
    border-radius: 15px; /* Bordas arredondadas */
    animation: mexer 3s infinite ease-in-out; /* Animação de mexer infinitamente */
}

.img-fluid{    
    height:450px;
    margin-left: 60px;
    }

@-webkit-keyframes ampliar { para { opacidade: 0; transformar: traduzir(-50%, -50%) escala(4); } } @keyframes ampliar { para { opacidade: 0; transformar: traduzir(-50%, -50%) escala(4); } } .header h1 { tamanho da fonte: 2,5 rem; margem inferior: 1 rem; plano de fundo: gradiente linear (para a direita, #ff1493, #ff69b4); -webkit-background-clip: texto; clipe de plano de fundo: texto; cor: transparente; animação: brilho 2s entrada/saída infinita; }
.header h3{
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 2.5rem;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    }
    
    @keyframes glow {
    0% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    50% {
    text-shadow: 0 0 20px #ff1493,
                 0 0 30px #ff1493,
                 0 0 40px #ff1493;
    }
    100% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    }


.header p {
    font-size: 1.2rem;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 1rem;
}



.benefit-card {
    background: rgba(255, 20, 147, 0.1);
    border: 1px solid rgba(255, 20, 147, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(255, 20, 147, 0.2);
}

.benefits-grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas de tamanho igual */
  gap: 1rem; /* Espaçamento entre as imagens */
  padding: 1rem; /* Espaçamento interno */
  justify-content: center; /* Centraliza o conteúdo */
  align-items: center; /* Alinha os itens verticalmente */
}

/* Estilo para as imagens */
.benefits-grid1 img {
  width: 100%; /* Faz a imagem ocupar 100% da largura da célula */
  height: auto; /* Mantém a proporção da imagem */
  border-radius: 8px; /* Borda arredondada (opcional) */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorção */
}
.btn-1{   
    margin-left: 30px;
    text-transform: uppercase;
    font-family:"Signika", sans-serif, 'Arial';
    font-size: 1rem;
    color: rgb(234, 41, 218);
    text-decoration: none; 
 
 }


 
.card-body .h3{
    margin-top: 70px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
   
   } 

.card-body p{
    margin-top: 20px;
}
.bi-box-arrow-up-left{
    font-size: 20px;
    color: #fef8fe;
  }
/* Responsividade para telas menores */
@media (max-width: 768px) {
    .logo {
        margin-top: 10px;
        width: 50px;
        height: auto;
        margin-left:10px;
        
        }
      
    .logo-text{
        margin-top: 10px;
        font-size: 1rem;
        color: #b204c2;
        font-weight: bold;
        font-family: "Signika", sans-serif, 'Arial';
        font-style: normal;
        margin-left: 10px;
      
      }
  .benefits-grid1 {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas em telas menores */
  }
  .section-cards h2{
    margin-top: 70px;
    
  }
  .card-body h3{
    margin-top: 0px;
    margin-bottom: 50px;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

   } 
   .card{
    width: 90%;
    margin: 10px;

   }
  .section-dark {
    height: 100%;
    background: rgba(240, 235, 235, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 4, 242, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    padding: 80px 0;
   }
  .btn-1{
    margin-bottom: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1rem;
    color: rgb(234, 41, 218);
    text-decoration: none;  
  }
  
  .neon-text {
    margin-top: -90px;
    background: linear-gradient(90deg, #ff1493, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 20, 147, 0.5);

    transition: all 0.3s ease;
   }
   .section-cards {
    margin-top: 10px;
    position: relative;
    z-index: 10;
  }
  .header h3{
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1.5rem;
    margin-top: -90px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    }
    .glass-card{
        margin-top: -50px;
    }
    .glass-card h3{
        font-family: "Signika", sans-serif, 'Arial';
        font-size: 1.5rem;
        margin-top: 30px;
        font-weight: bold;
        text-align: center;
        background:#0fff1b;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        
    }
    .section-dark .video{
        width: 90%;

    }
    .cta .video{
        width: 100%;

    }
    .container{
        margin: 10px;
        margin-right: 10px;
        width: 95%;
    }
}

@media (max-width: 480px) {
  .benefits-grid1 {
    grid-template-columns: 1fr; /* 1 coluna em telas muito pequenas */
  }
}
.benefit-card i {
    font-size: 3rem;
    color: #ff1493;
    margin-bottom: 1rem;
    display: inline-block;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff69b4;
}

.benefit-card p {
    color: #f0f0f0;
    font-size: 1rem;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 10px #ff1493,
                    0 0 20px #ff1493;
    }
    50% {
        text-shadow: 0 0 20px #ff1493,
                    0 0 30px #ff1493;
    }
    100% {
        text-shadow: 0 0 10px #ff1493,
                    0 0 20px #ff1493;
    }
}

@media (max-width: 768px) {
    h1 {
    margin-top: -40px;
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    }
    .header h1 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1rem;
        padding: 0 1rem;
    }
    .img-fluid{  
        width: 90%;  
        height:350px;
        margin-left: 10px;
    
    }

    .benefits-grid {
        gap: 1.5rem;
    }

    .benefit-card {
        padding: 1.5rem;
    }
    .feature-section {
        width: 100%;
        margin-top: -80px;
        position: relative;
        height: auto;
        background: rgba(240, 235, 235, 0.05);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 4, 242, 0.1);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
        
    
   
    }
    .text-top1 {
        font-family: "Signika", sans-serif, 'Arial';
        font-size:1.2rem;
        color: #27ff1f; /* Cor do texto */
        font-weight: bold;
        padding: 10px; /* Espaçamento interno para melhorar a legibilidade */
        border-radius: 4px; /* Bordas arredondadas */
        
    }
    .img-bot1{
        margin-top: 40px;

    }
    .testemunial-bot{
       margin-top: 30px;
    }
    .feature-image img{
        width: 80%;
        margin-left: 25px;
        margin-top: 20px;
    }

     
    
}

.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
/* Testimonials */

.testimonial-section {
    background: rgba(240, 235, 235, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 4, 242, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 0;
}

.testimonial-card {
    backdrop-filter: blur(10px);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: scale(1.02);
}

.testimonial-card p{
    color: #000;
}
.testimonial-card h5{
    color: #8c1082;
}
.testimonial-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--vibrant-pink);
    margin-bottom: 20px;
}



.bot-img{   
    width: auto;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.testemunho-bot{
    margin-top: 20px;

}
.testimonial-section h2{
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 2.5rem;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    }
    
    @keyframes glow {
    0% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    50% {
    text-shadow: 0 0 20px #ff1493,
                 0 0 30px #ff1493,
                 0 0 40px #ff1493;
    }
    100% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    }

.testimonial-quote {
    color:#0a0a0a;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 1.1rem;
}


.testimonial-name {
    color: var(--vibrant-pink);
    font-weight: bold;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--light-pink);
    border-radius: 50%;
}

.cta {
    background: rgba(240, 235, 235, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 4, 242, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);   
    color: white;
}

.cta h2 {
    color: white;
}

/* Estilos básicos do botão */

.glass-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.glass-card h2{
    font-family: "Signika", sans-serif, 'Arial';
    font-size: 2.5rem;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #ff1493, #9932cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    }
    
    @keyframes glow {
    0% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    50% {
    text-shadow: 0 0 20px #ff1493,
                 0 0 30px #ff1493,
                 0 0 40px #ff1493;
    }
    100% {
    text-shadow: 0 0 10px #ff1493,
                 0 0 20px #ff1493,
                 0 0 30px #ff1493;
    }
    
}

.pulse-button {
  border-color: #00fb2ee5;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;   
  font-weight: bold;
  color: #fff;
  background-color: #ff00d0; /* Cor primária do Bootstrap */
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Efeito de pulso infinito */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 214, 233, 0.92); /* Cor primária do Bootstrap com transparência */
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); /* Aumenta o tamanho e desaparece */
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); /* Retorna ao estado inicial */
  }
}

/* Aplicando a animação ao botão */
.pulse-button {
  animation: pulse 2s infinite; /* Repete a animação infinitamente a cada 2 segundos */
}

/* Efeito hover para interatividade */

.pulse-button:hover {
  background-color: #04ec2e; /* Cor mais escura ao passar o mouse */
  animation: none; /* Pausa a animação ao passar o mouse */
}

.price-box {
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 15px;
}

.video{
    width: 500px;
    height:315px;
}
.payment-icons {
    margin-top: 30px;
    margin-left: 150px;
    display: flex;
    gap: 20px;
    font-size: 2rem;
}

.payment-icons i {
    transition: transform 0.3s ease;
}

.payment-icons i:hover {
    transform: scale(1.2);
}
.old-price {
    text-decoration: line-through;
    opacity: 0.7;
    display: block;
}

.new-price {
    font-size: 4vw;
    font-weight: bold;
    display: block;
    color: #0fff1b;
}

.text-h4{
    color: #0fff1b;
    font-size: 1.5vw;
    font-weight: bold;
    font-family: "Signika", sans-serif, 'Arial';

}


/* Smartphones grandes (576px e abaixo) */
@media screen and (max-width: 576px) {
    .text-h4 {
        font-size: 5vw; /* adapta para telas menores */
    }
    .new-price {
        font-size: 5vw;
        font-weight: bold;
        display: block;
        color: #0fff1b;
    }
    .payment-icons {
        margin-top: 30px;
        margin-left: 50px;
        display: flex;
        gap: 20px;
        font-size: 2rem;
    }
}

/* Smartphones pequenos (320px e abaixo) */
@media screen and (max-width: 320px) {
    .text-h4 {
        font-size: 6vw; /* maior para garantir legibilidade */
    }
    .new-price {
        font-size: 6vw;
        font-weight: bold;
        display: block;
        color: #0fff1b;
    }
}

/* Definir tamanho máximo para telas muito grandes */
@media screen and (min-width: 1200px) {
    .text-h4 {
        font-size: 26px; /* tamanho fixo máximo para evitar texto muito grande */
    }
}
.installments {
    font-size: 1.2rem;
    opacity: 0.9;
    display: block;
}

.guarantee-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 15px;
}

.guarantee-box i {
    font-size: 2.5rem;
}
