/* Academia E-Learning — estilos base (edite livremente para combinar com o tema) */

.ael-form { max-width: 480px; margin: 0 auto; }
.ael-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.ael-form input[type="text"],
.ael-form input[type="email"],
.ael-form input[type="password"] {
	width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 4px;
}
.ael-obrigatorio { color: #c0392b; }

.ael-botao {
	display: inline-block; background: #2c3e50; color: #fff; padding: 10px 22px;
	border-radius: 4px; text-decoration: none; border: none; cursor: pointer; font-weight: 600;
}
.ael-botao:hover { background: #1a252f; color: #fff; }
.ael-botao-secundario { background: transparent; color: #2c3e50; border: 1px solid #2c3e50; }

.ael-aviso { padding: 12px 16px; border-radius: 4px; margin: 12px 0; }
.ael-sucesso { background: #eafaf1; border: 1px solid #2ecc71; }
.ael-erro { background: #fdecea; border: 1px solid #e74c3c; }
.ael-info { background: #eaf2f8; border: 1px solid #3498db; }

.ael-conteudo-restrito { padding: 10px 0; }

.ael-avaliacao-final { margin-top: 30px; padding-top: 20px; border-top: 2px solid #eee; }
.ael-pergunta { margin-bottom: 18px; }
.ael-opcao { display: block; margin: 4px 0; font-weight: normal; }

.ael-lista-cursos { list-style: none; padding: 0; }
.ael-lista-cursos li { padding: 10px 0; border-bottom: 1px solid #eee; }
.ael-categoria-titulo { margin-top: 26px; border-left: 4px solid #2c3e50; padding-left: 10px; }

/* Certificado */
.ael-certificado { max-width: 780px; margin: 0 auto; text-align: center; }
.ael-certificado-moldura {
	border: 10px double #2c3e50; padding: 60px 40px; background: #fffdf7;
}
.ael-certificado-titulo { font-size: 32px; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; }
.ael-certificado-nome { font-size: 26px; font-weight: 700; margin: 10px 0; color: #2c3e50; }
.ael-certificado-curso { font-size: 20px; font-weight: 600; margin: 10px 0; }
.ael-certificado-codigo { font-size: 12px; color: #888; margin-top: 30px; }

@media print {
	.ael-no-print { display: none !important; }
	header, footer, nav, .site-header, .site-footer { display: none !important; }
}
