body { 
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: url('img/background.png') no-repeat center center fixed;
    background-size: cover;
    background-color: #F5F5F5; /* Cinza claro para um fundo leve */
}

header {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    max-width: 250px;
    height: auto;
}

h1, p {
    color: #7a4a00;
    margin: 20px 0;
    max-width: 90%;
}

.highlight {
    font-weight: bold;
    color: #d4a017;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 50px;
}

.btn {
    display: inline-block;
    padding: 20px 45px; /* Aumenta a área de clique */
    font-size: 20px; /* Texto maior para destaque */
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #ffcc00, #ff6600); /* Gradiente chamativo */
    color: white;
    border: none;
    border-radius: 12px; /* Bordas mais arredondadas */
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.5); /* Sombra para realce */
    transition: all 0.3s ease-in-out;
}

/* Efeito de Hover */
.btn:hover {
    background: linear-gradient(45deg, #ff9900, #ff3300);
    transform: scale(1.08); /* Leve zoom */
    box-shadow: 0 6px 20px rgba(255, 51, 0, 0.6);
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .btn {
        font-size: 18px;
        padding: 16px 35px;
    }
}

/* Container de Benefícios (Cards) */
.beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.beneficio {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 300px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.beneficio:hover {
    transform: translateY(-5px);
}

.beneficio img {
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
}

.beneficio h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}

.beneficio p {
    font-size: 16px;
    color: #555;
}

/* Estilo da introdução */
.introducao {
    text-align: center;
    background-color: #F8BBD0; /* Rosa claro minimalista */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.introducao h1 {
    color: #E91E63;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.introducao h1 span {
    color: #9163CB; /* Roxo suave para destaque */
}

.introducao p {
    font-size: 1em;
    color: #444;
}

/* Estilo dos módulos */
.modulos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.modulo {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border-left: 5px solid #E91E63;
}

.modulo h2 {
    color: #9163CB;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.modulo img {
    width: 80%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.modulo p {
    font-size: 0.9em;
    color: #7a4a00;
    margin-bottom: 10px;
}

.modulo ul {
    list-style: none;
    padding: 0;
}

.modulo ul li {
    background: #F8BBD0;
    padding: 8px;
    margin: 4px 0;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    color: #444;
}

/* Responsividade */
@media (max-width: 768px) {
    .introducao h1 {
        font-size: 1.5em;
    }

    .introducao p {
        font-size: 0.9em;
    }

    .modulo {
        width: 90%;
    }

    .modulo img {
        width: 100%;
        max-height: 160px;
    }

    .modulo h2 {
        font-size: 1.2em;
    }

    .modulo p, .modulo ul li {
        font-size: 0.85em;
    }
}



/* Responsividade */
@media (max-width: 768px) {
    .video-container iframe {
        width: 100%;
        height: auto;
    }

    h1, p {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .logo {
        max-width: 90%;
        margin-bottom: 15px;
    }

    .beneficios, .modulos {
        flex-direction: column;
        align-items: center;
    }

    .beneficio, .modulo {
        max-width: 90%;
    }
}

footer {
    margin-top: 50px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.vantagens {
    margin-top: 50px;
}

ul {
    list-style-position: inside; /* Mantém os marcadores alinhados */
    padding-left: 20px; /* Ajusta a indentação da lista */
    text-align: left; /* Alinha o texto à esquerda */
    max-width: 90%; /* Limita a largura para não quebrar */
    margin: 0 auto; /* Centraliza a lista */
    font-size: 18px; /* Tamanho adequado para leitura */
    line-height: 1.5; /* Melhor espaçamento entre itens */
}

/* Se quiser personalizar os marcadores */
ul li {
    margin-bottom: 5px; /* Espaçamento entre os itens */
}

/* Responsividade */
@media (max-width: 768px) {
    ul {
        padding-left: 15px;
        font-size: 16px;
    }
}

.mensagem-oferta {
    text-align: center;
    background: linear-gradient(to right, #FFD700, #FFAE00); /* Degradê amarelo */
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mensagem-oferta h2 {
    font-size: 24px;
    color: #4a2902;
    font-weight: bold;
}

.mensagem-oferta p {
    font-size: 18px;
    color: #333;
    margin: 5px 0;
}

.mensagem-oferta .preco {
    font-size: 20px;
    color: #d32f2f;
    font-weight: bold;
}

.mensagem-oferta .riscado {
    text-decoration: line-through;
    color: #666;
}

.btn-grande {
    display: inline-block;
    background: #28a745; /* Verde */
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.btn-grande:hover {
    background: #1e7e34; /* Verde escuro no hover */
}

@media (max-width: 768px) {
    .mensagem-oferta {
        padding: 15px;
    }
    
    .mensagem-oferta h2 {
        font-size: 20px;
    }
    
    .mensagem-oferta p {
        font-size: 16px;
    }
    
    .btn-grande {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.certificado-section {
    margin-top: 40px;
    padding: 20px;
}

.certificado-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.certificado-texto {
    max-width: 500px;
    text-align: left;
}

.certificado-titulo {
    font-size: 22px;
}

.certificado-destaque {
    color: #F24B78;
    font-weight: bold;
}

.certificado-imagem img {
    max-width: 100%;
    height: auto;
}

.testimonial {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
}

.testimonials-section {
    padding: 50px 20px;
    background-color: #fff;
    text-align: center;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}

/* Ajuste para Testimonials */
.testimonials-title {
    text-align: center;
    margin: 40px auto;
    max-width: 90%;
    padding: 0 15px;
}

.testimonials-title .highlight {
    color: #F24B78;
}

.testimonials-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #666;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
}

.testimonial img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial img:hover {
    transform: scale(1.05);
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .testimonials-title {
        font-size: 20px;
        margin: 30px auto;
    }

    .testimonials-container {
        max-width: 95%;
        padding: 15px;
    }

    .testimonial {
        max-width: 90%;
        padding: 15px;
    }
}



