Notificações
Notificações

Promoções

Ajuda
Atendimento
Notificações
Notificações
Notificações
Notificações
#regulamentacao-e-legalidade { .regulamentacao-lotese { --lotese-primary: #25D366; --lotese-primary-dark: #0f8f49; --lotese-primary-deep: #064e3b; --lotese-primary-soft: #e8fff1; --lotese-yellow: #ffd93d; --lotese-yellow-soft: #fff8d8; --lotese-text: #1f2937; --lotese-muted: #667085; --lotese-border: #d8eadf; --lotese-bg: #f6fbf8; --lotese-white: #ffffff; --lotese-shadow: 0 12px 30px rgba(15, 143, 73, 0.10); font-family: "Lexend", "Nunito", "Inter", Arial, Helvetica, sans-serif; color: var(--lotese-text); background: var(--lotese-bg); line-height: 1.6; } .regulamentacao-lotese * { box-sizing: border-box; } .regulamentacao-lotese .lotese-container { max-width: 1180px; margin: 0 auto; padding: 52px 24px; } .regulamentacao-lotese .lotese-intro { background: transparent; border: none; border-radius: 0; padding: 0; box-shadow: none; margin-bottom: 48px; } .regulamentacao-lotese .lotese-eyebrow { display: inline-block; color: var(--lotese-primary-deep); font-size: 13px; font-weight: 800; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.08em; } .regulamentacao-lotese .lotese-intro h1 { color: #3f4854; font-size: 38px; line-height: 1.18; margin: 0 0 18px; letter-spacing: -0.03em; font-weight: 800; } .regulamentacao-lotese .lotese-intro p { font-size: 17px; line-height: 1.65; margin: 0; color: #0f2144; max-width: 1080px; } .regulamentacao-lotese .lotese-section-title { margin: 0 0 24px; } .regulamentacao-lotese .lotese-section-title.has-top-space { margin-top: 52px; } .regulamentacao-lotese .lotese-section-title h2 { color: var(--lotese-primary-deep); font-size: 31px; line-height: 1.2; margin: 0 0 8px; letter-spacing: -0.03em; font-weight: 800; } .regulamentacao-lotese .lotese-section-title p { color: var(--lotese-muted); font-size: 17px; line-height: 1.6; margin: 0; max-width: 880px; } .regulamentacao-lotese .lotese-doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 44px; } .regulamentacao-lotese .lotese-doc-card { position: relative; overflow: hidden; background: var(--lotese-white); border: 1px solid var(--lotese-border); border-radius: 24px; padding: 26px; text-decoration: none; color: var(--lotese-text); transition: all 0.2s ease; box-shadow: 0 8px 24px rgba(15, 143, 73, 0.06); min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; } .regulamentacao-lotese .lotese-doc-card::before { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; background: var(--lotese-primary-soft); right: -68px; top: -70px; transition: all 0.2s ease; } .regulamentacao-lotese .lotese-doc-card:hover { transform: translateY(-4px); border-color: var(--lotese-primary); box-shadow: var(--lotese-shadow); } .regulamentacao-lotese .lotese-doc-card:hover::before { background: rgba(37, 211, 102, 0.22); transform: scale(1.08); } .regulamentacao-lotese .lotese-doc-content { position: relative; z-index: 1; } .regulamentacao-lotese .lotese-doc-meta { display: inline-flex; align-items: center; gap: 8px; background: var(--lotese-primary-soft); color: var(--lotese-primary-deep); border-radius: 999px; padding: 7px 11px; font-size: 12.5px; line-height: 1.2; font-weight: 800; margin-bottom: 16px; } .regulamentacao-lotese .lotese-doc-meta.is-yellow { background: var(--lotese-yellow-soft); color: #735c00; } .regulamentacao-lotese .lotese-doc-icon { width: 48px; height: 48px; border-radius: 16px; background: var(--lotese-primary-soft); color: var(--lotese-primary-dark); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; margin-bottom: 16px; } .regulamentacao-lotese .lotese-doc-card h3 { margin: 0 0 9px; color: var(--lotese-primary-deep); font-size: 20px; line-height: 1.25; letter-spacing: -0.02em; font-weight: 800; } .regulamentacao-lotese .lotese-doc-card p { margin: 0; color: var(--lotese-muted); font-size: 14.8px; line-height: 1.6; } .regulamentacao-lotese .lotese-doc-action { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: var(--lotese-primary-dark); font-size: 14.5px; line-height: 1.4; font-weight: 800; margin-top: 22px; } .regulamentacao-lotese .lotese-doc-action::after { content: "↗"; font-size: 18px; transition: transform 0.2s ease; } .regulamentacao-lotese .lotese-doc-card:hover .lotese-doc-action::after { transform: translate(3px, -3px); } .regulamentacao-lotese .lotese-doc-card.is-disabled { cursor: default; background: linear-gradient(135deg, rgba(248, 250, 252, 0.94), rgba(255, 255, 255, 0.98)), var(--lotese-white); } .regulamentacao-lotese .lotese-doc-card.is-disabled:hover { transform: none; border-color: var(--lotese-border); box-shadow: 0 8px 24px rgba(15, 143, 73, 0.06); } .regulamentacao-lotese .lotese-doc-card.is-disabled .lotese-doc-action { color: #758195; } .regulamentacao-lotese .lotese-doc-card.is-disabled .lotese-doc-action::after { content: ""; } .regulamentacao-lotese .lotese-notice { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; background: radial-gradient(circle at right bottom, rgba(255, 217, 61, 0.18), transparent 30%), var(--lotese-white); border: 1px solid rgba(255, 217, 61, 0.85); border-radius: 24px; padding: 28px; box-shadow: 0 8px 24px rgba(15, 143, 73, 0.05); } .regulamentacao-lotese .lotese-notice-icon { width: 56px; height: 56px; border-radius: 18px; background: var(--lotese-yellow-soft); color: #735c00; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; } .regulamentacao-lotese .lotese-notice h2 { color: #735c00; margin: 0 0 8px; font-size: 24px; line-height: 1.25; letter-spacing: -0.02em; font-weight: 800; } .regulamentacao-lotese .lotese-notice p { margin: 0; color: #4f4308; font-size: 15.8px; line-height: 1.65; } @media (max-width: 1180px) { .regulamentacao-lotese .lotese-doc-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .regulamentacao-lotese .lotese-container { padding: 36px 18px; } .regulamentacao-lotese .lotese-intro { margin-bottom: 42px; } .regulamentacao-lotese .lotese-intro h1 { font-size: 31px; } .regulamentacao-lotese .lotese-section-title h2 { font-size: 27px; } .regulamentacao-lotese .lotese-doc-grid { grid-template-columns: 1fr; } .regulamentacao-lotese .lotese-doc-card { padding: 25px; min-height: auto; } .regulamentacao-lotese .lotese-notice { grid-template-columns: 1fr; padding: 25px; border-radius: 20px; } } }
Transparência e conformidade

Regulamentação e Legalidade

A atuação da LOTESE está fundamentada em normas federais, estaduais e regulatórias que disciplinam a exploração do serviço público de loteria, a proteção dos apostadores, a publicidade responsável, a prevenção à lavagem de dinheiro e a integridade da operação.

Marcos legais e regulatórios

Consulte abaixo os principais documentos que fundamentam a atuação institucional, regulatória e operacional da LOTESE.

Políticas internas de integridade

Além das normas legais e regulatórias, a LOTESE disponibilizará políticas próprias voltadas à promoção do jogo responsável, à integridade da operação e à prevenção de ilícitos.

i

Atualização permanente

A legislação, os regulamentos e as políticas internas poderão ser atualizados sempre que houver alteração normativa, revisão regulatória, aprovação de novos planos de jogos ou publicação de novos documentos institucionais. A LOTESE manterá esta página atualizada para facilitar o acesso público às informações oficiais.