@charset "UTF-8";

/*
    PALETA DE CORES

    #000000
    #FFFFFF
    #FF3131
    #8F0E0E

*/

body,html{
    background-image: linear-gradient(to bottom, #000000, #8F0E0E, #000000);
    background-repeat: no-repeat;
    background-size: cover;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: white;
    font-family: "Poppins", sans-serif;
}

header{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

header > p{
    margin-top: 20px;
    margin-left: 10px;
}

header > img{
    margin-top: 20px;
    height: 25px;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
}

main > section#abertura{
    margin-top: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

main > section#abertura > img{
    height: 250px;
    width: 185px;
    border-radius: 300px;
    flex-shrink: 0;
    flex-grow: 0;
}

main > section#abertura > p{
    margin-top: 20px;
    width: 300px;
}

main > section#abertura > p.frase{
    width: 450px;
}

main > section#abertura > p.frase > em{
    font-weight: bolder;
}

main > section#abertura > p > em > span{
    color: #8F0E0E;
}

button.time{
    height: 40px;
    font-size: 1.2em;
    width: 300px;
    margin-top: 20px;
    background-color: #8F0E0E;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid black;
}

button.time:hover{
    background-color: #FF3131;
    border: 2px solid #8F0E0E;
}

p.preco{
    font-size: 0.7em;
    text-align: center;
}

main >section#quemSou{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 50px;
}

main >section#quemSou > img{
    border-radius: 300px;
    height: 400px;
}

main >section#quemSou > div{
    width: 500px;
    margin-left: 60px;
}

main >section#quemSou > div > h2{
    margin-bottom: 30px;
}

main >section#quemSou > div > p{
    text-indent: 25px;
    margin-top: 7px;
    text-align: justify;
}

main > h2{
    margin-top: 50px;
    text-align: center;
}

main > section#alemPlanilha{
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

main > section#alemPlanilha > div#perder{
    width: 350px;
    height: 325px;
    background-color: #D9D9D9;
    border-radius: 10px;
}

main > section#alemPlanilha > div#perder > article{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

main > section#alemPlanilha > div#perder > article > img{
    height: 30px;
    padding-right: 8px;
    margin-left: 20px;
}

main > section#alemPlanilha > div#perder > article > img#topo{
    height: 40px;
    padding-right: 8px;
    margin-left: 2px;
    margin-top: 2px;
}

main > section#alemPlanilha > div#perder > article > p{
    color: #000000;
}

main > section#alemPlanilha > div#ganhar{
    width: 367px;
    height: 325px;
    background-color: #D9D9D9;
    border-radius: 10px;
    margin-left: 25px;
}

main > section#alemPlanilha > div#ganhar > article, main > section#alemPlanilha > div#ganhar > article#check{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

main > section#alemPlanilha > div#ganhar > article > img{
    height: 30px;
    padding-right: 8px;
    margin-left: 8px;
    margin-top: 8px;
}

main > section#alemPlanilha > div#ganhar > article > p{
    margin-top: 8px;
    color: #000000;
}

main > section#alemPlanilha > div#ganhar > article.check > img{
    height: 30px;
    padding-right: 8px;
    margin-left: 30px;
    margin-top: 8px;
}

main > section#alemPlanilha > div#ganhar > article.check > p{
    text-align: justify;
    width: 280px;
}

main > article.botaoTime{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

article.botaoTime > p.preco{
    margin-top: 20px;
    width: 300px;
}

main > section#iniciarProjeto{
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 650px;
}

main > section#iniciarProjeto > div.vermelho{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 250px;
    height: 255px;
    background-color: #8F0E0E;
    padding: 15px;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 15px;
}

main > section#iniciarProjeto > div.preto{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 250px;
    height: 255px;
    background-color: #000000;
    padding: 15px;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 15px;
}

main > section#iniciarProjeto > div.preto > h3, main > section#iniciarProjeto > div.preto > p{
    color: #FF3131;
}

main > section#iniciarProjeto > div > h3{
    margin-bottom: 15px;
    text-align: center;
    width: 150px;
}

main > section#iniciarProjeto > div > img{
    margin-bottom: 15px;
}

main > section#iniciarProjeto > div > p{
    font-weight: bold;
    text-align: justify;
}

/* =========================================
   1. IMPORTAÇÃO DE FONTE & RESET
   ========================================= */
/* Trazendo a fonte Poppins do Google para ficar com cara de App */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

/* Garante que tudo dentro dessa seção use a fonte nova e o tamanho certo */
main > section#planos * {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* =========================================
   2. CONTAINER PRINCIPAL (A ÁREA DOS CARDS)
   ========================================= */
main > section#planos {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar linha no celular */
    justify-content: center; /* Centraliza tudo */
    align-items: center; /* Alinha verticalmente */
    gap: 30px; /* Espaço entre os cards */
    padding: 60px 20px;
    max-width: 1200px; /* Largura máxima para não esticar demais em telas gigantes */
    margin: 0 auto;
}

/* =========================================
   3. ESTILO GERAL DOS CARDS (O FUNDO CINZA)
   ========================================= */
main > section#planos > div {
    background-color: #1A1A1A; /* Cinza Chumbo (melhor que preto puro) */
    width: 340px; /* Largura padrão */
    padding: 40px 30px;
    border-radius: 30px; /* Bordas bem redondas */
    border: 1px solid rgba(255,255,255,0.05); /* Borda quase invisível para acabamento */
    
    /* Sombra suave para destacar do fundo do site */
    box-shadow: 0 15px 35px rgba(0,0,0,0.4); 
    
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease; /* Animação suave no hover */
}

/* Efeito ao passar o mouse em qualquer card */
main > section#planos > div:hover {
    transform: translateY(-10px); /* Sobe um pouquinho */
    background-color: #222; /* Fica levemente mais claro */
}

/* =========================================
   4. O CARD DESTAQUE (CONSULTORIA ONLINE)
   ========================================= */
main > section#planos > div:nth-child(2) {
    background-color: #1F1515; /* Um fundo com um leve toque avermelhado */
    border: 2px solid #D90429; /* Borda Vermelha Neon */
    transform: scale(1.05); /* 5% maior que os outros */
    z-index: 2; /* Fica por cima */
    box-shadow: 0 20px 50px rgba(217, 4, 41, 0.2); /* Brilho vermelho atrás */
}

/* Hover específico do destaque */
main > section#planos > div:nth-child(2):hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 20px 70px rgba(217, 4, 41, 0.4); /* Brilho aumenta */
}

/* =========================================
   5. TIPOGRAFIA (TEXTOS)
   ========================================= */

/* Preço (A etiqueta no topo) */
main > section#planos > div > p:first-child {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bbb;
    margin-bottom: 20px;
    
    /* Design de Botãozinho/Etiqueta */
    background: rgba(255,255,255,0.08);
    padding: 8px 16px;
    border-radius: 50px;
    align-self: flex-start; /* Joga para a esquerda */
    border: 1px solid rgba(255,255,255,0.1);
}

/* A etiqueta do Card Destaque fica vermelha */
main > section#planos > div:nth-child(2) > p:first-child {
    background: rgba(217, 4, 41, 0.15);
    color: #FF8FA3;
    border-color: rgba(217, 4, 41, 0.3);
}

/* Título Principal (H3) */
main > section#planos > div > h3 {
    font-size: 1.8rem;
    color: #fff; /* Branco Puro */
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.1;
}

/* Título do Destaque fica Vermelho */
main > section#planos > div:nth-child(2) > h3 {
    color: #FF3131;
    /* Opcional: Efeito degradê no texto */
    background: -webkit-linear-gradient(45deg, #FF3131, #FF8FA3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Descrição abaixo do título */
main > section#planos > div > h3 + p {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1); /* Linha divisória fina */
}

/* =========================================
   6. LISTA DE BENEFÍCIOS E ÍCONES (CORREÇÃO)
   ========================================= */

/* O Container de cada item (Ícone + Texto) */
main > section#planos > div > article {
    display: flex;
    align-items: center; /* Centraliza o ícone com o texto verticalmente */
    margin-bottom: 15px;
    width: 100%;
}

/* Correção dos Ícones */
main > section#planos > div > article > img {
    width: 24px;  /* Largura fixa */
    height: 24px; /* Altura fixa (Evita esticar) */
    object-fit: contain; /* Mantém a proporção do desenho */
    margin-right: 15px;
    flex-shrink: 0; /* Não deixa o ícone esmagar */
    
    /* MÁGICA: Transforma ícone preto em BRANCO */
    filter: brightness(0) invert(1); 
    opacity: 0.8;
}

/* Ícones do Card Destaque ficam VERMELHOS */
main > section#planos > div:nth-child(2) > article > img {
    /* Filtro para transformar branco em vermelho neon */
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    opacity: 1;
}

/* Texto dos Benefícios */
main > section#planos > div > article > p {
    margin: 0;
    font-size: 0.95rem;
    color: #E0E0E0; /* Branco Gelo */
    font-weight: 400;
    line-height: 1.4;
}

/* =========================================
   7. BOTÕES (CALL TO ACTION)
   ========================================= */

/* Estilo Base do Botão (Para os planos laterais) */
.btn-plano {
    display: block;
    width: 100%;
    padding: 16px 0;
    margin-top: auto; /* EMPURRA O BOTÃO PARA O FINAL DO CARD (Alinhamento perfeito) */
    
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    
    /* Estilo "Ghost" (Borda branca, fundo transparente) */
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    border-radius: 50px; /* Botão redondinho (Pill shape) */
    transition: all 0.3s ease;
}

/* Hover dos botões laterais */
.btn-plano:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    transform: translateY(-2px);
}

/* --- ESTILO DO BOTÃO DO DESTAQUE (Consultoria) --- */
/* Esse precisa GRITAR "Clique em mim" */
main > section#planos > div:nth-child(2) > .btn-plano {
    background: #D90429; /* Vermelho Puro */
    border: none;
    color: #fff;
    box-shadow: 0 10px 20px rgba(217, 4, 41, 0.3); /* Sombra vermelha */
}

/* Hover do botão destaque */
main > section#planos > div:nth-child(2) > .btn-plano:hover {
    background: #FF3131; /* Vermelho mais claro */
    box-shadow: 0 10px 30px rgba(255, 49, 49, 0.5); /* Glow intenso */
    transform: translateY(-3px) scale(1.02);
    color: #fff;
}

main > section#experiencias{
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    justify-content: space-around;
    width: 800px;
}

main > section#experiencias > img{
    flex-shrink: 0;
    flex-grow: 0;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 10px;
}

main > article#textoTransf{
    margin: auto;
    width: 600px;
}

main > article#textoTransf > div{
    display: flex;
    justify-content: space-between;
}

main > article#textoTransf > div > p{
    margin-bottom: 40px;
    width: 200px;
    font-size: 1.6em;
    font-weight: bolder;
    text-align: center;
}

/*  Carrosel  */
main > section#antesDepois {
    margin: auto;
    position: relative; 
    width: 500px;   
    max-width: 90%;     
    overflow: hidden;   
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}


.carrossel-trilho {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Cada Slide individual */
.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Botões de Navegação (setas) */
.botao {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%; 
    transition: 0.3s;
    z-index: 10; 
}

.botao:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
}

.botao > img{
    height: 40px;
}

.anterior { 
    left: 10px; 
    transform: translateY(-50%) rotate(180deg);
}

.proximo { 
    right: 10px; 
}

main > section#faq{
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    width: 800px;
    background-color: #D9D9D9;
    padding: 20px;
    border-radius: 15px;
}

main > section#faq > article.pergunta > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 750px;
}

main > section#faq > article.pergunta > div > button > h3{
    color: #000000;
}

main > section#faq > article.pergunta > div > button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00000000;
    border: none;
    cursor: pointer;
}

main > section#faq > article.pergunta > div img{
    transform: rotate(90deg);
    margin-bottom: 10px;
}

main > section#faq > article.pergunta > p{
    text-indent: 20px;
    text-align: justify;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #000000;
    display: none;
}

main > section#faq > article.pergunta p.ultimo{
    margin-bottom: 15px;
}

main > section#faq > article.pergunta ul{
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

main > section#faq > article.pergunta ul > li{
    margin-left: 85px;
    margin-bottom: 7px;
    color: #000000;
}

main > section#faq > article.pergunta.ativa p,
main > section#faq > article.pergunta.ativa ul {
    display: block; /* Mostra o texto */
    animation: fadeEntrada 0.5s ease; /* Efeito suave opcional */
}

main > section#faq > article.pergunta p,
main > section#faq > article.pergunta ul {
    display: none;
}

@keyframes fadeEntrada {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

main > section#ia{
    display: flex;
    margin: auto;
    align-items: center;
    width: 800px;
    margin-bottom: 15px;
}

main > section#ia > img{
    border-radius: 50%;
    height: 350px;
    margin-right: 30px;
}

main > p{
    text-align: center;
    margin-bottom: 30px;
}

main > section#ia > iframe{
    border-radius: 15px;
}

/* =========================================
   CORREÇÃO DO BOTÃO WHATSAPP (FLUTUANTE)
   ========================================= */

/* Removemos o sticky do footer container para não atrapalhar */
footer {
    /* Não precisa de posição aqui, vamos focar no botão */
    width: 100%;
    height: 0; /* Truque para não ocupar espaço na tela */
}

footer > a {
    position: fixed;
    bottom: 20px;    
    right: 0;    
    z-index: 999999 !important;
    
    display: block; 
    cursor: pointer;
    text-decoration: none;
    
    transition: transform 0.3s ease;
}

footer > a:hover {
    transform: scale(1.1); 
}

footer img.icones {
    height: 50px;
    width: auto;
    margin: 0;
    margin-right: 20px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}

@media (min-width: 1200px) {
    footer > a {
        right: auto; 
        left: 50%;
        margin-left: 610px; 
    }
}

/*  CORINGAS  */

h2.fora{
    text-align: center; 
    margin-bottom: 40px;
}