ATENÇÃO!

SUA INSCRIÇÃO AINDA NÃO ESTÁ COMPLETA!

Você precisa realizar mais um passo:

preencher o formulário de Inscrição

Ao final do preenchimento,

tenha acesso ao seu presente bônus!


0% concluído

Patrícia Soares | © Copyright 2024 | Todos os direitos reservados

body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: Arial, sans-serif; } .progress-container { width: 80%; max-width: 600px; } .progress-bar { position: relative; background-color: #e0e0e0; border-radius: 25px; height: 30px; overflow: hidden; } .progress { background-color: #76c7c0; height: 100%; border-radius: 25px 0 0 25px; } .progress-text { position: absolute; width: 100%; text-align: center; line-height: 30px; color: #fff; font-weight: bold; font-size: 14px; }