FELCA LawDigital ECABrazil ComplianceIn effect since March 17, 2026

FELCA Law Brazil 2026: What It Is, Who It Affects, and How to Comply

Brazil's Digital ECA (Law 15.211/2025) — known as the FELCA Law — is now in force as of March 17, 2026. Any platform that could be accessed by minors in Brazil must implement reliable age verification. Self-declaration is banned. Fines reach BRL 50 million per violation.

Brazil FELCA Law — mandatory age verification for digital platforms

Brazil's Digital ECA requires all platforms accessible to minors to implement reliable age verification — self-declaration is no longer accepted.

IN EFFECT — MARCH 17, 2026

Platforms not in compliance are subject to immediate ANPD enforcement

Fines up to BRL 50M · 10% of Brazil revenue · Service suspension · Permanent ban

What Is the FELCA Law?

The FELCA Law is the popular name for Law 15.211/2025, formally called the Estatuto Digital da Criança e do Adolescente (Digital Child and Adolescent Statute, or Digital ECA). It was signed by President Lula in September 2025 and took effect six months later on March 17, 2026.

The name comes from a Brazilian influencer known as "Felca" (Felipe Bressanim Pereira), whose viral video exposing child exploitation on digital platforms sparked widespread public pressure and accelerated the law's passage through Congress.

The law also upgraded the ANPD (Brazil's data protection authority) into an independent regulatory agency, giving it expanded powers to investigate, fine, and suspend platforms — similar to the role of the FTC in the US or the ICO in the UK.

Who Must Comply — And Does It Apply to Foreign Companies?

The Digital ECA applies to any digital service "directed at or likely to be accessed by" children or adolescents in Brazil — regardless of where the company is based. In practice, this covers:

🎮

Online Games

Mobile, PC and browser games — especially those with loot boxes, purchases, or 16+/18+ content.

🎲

Sports Betting & Gambling

All licensed Brazilian betting platforms and online casinos. Double compliance: Digital ECA + Law 14.790/2023.

📱

Social Media & Apps

Any platform with user-generated content accessible by minors. Accounts under 16 must be linked to a guardian.

🎬

Streaming Services

Video and entertainment platforms with adult content ratings. Age gates required on restricted content.

🔞

Adult Content Platforms

Robust age verification required at every access attempt — not just at registration.

🛒

E-commerce

Marketplaces and delivery apps selling alcohol, tobacco, or other age-restricted products.

Important for international companies

Brazil is the largest digital market in Latin America, with 160+ million internet users. If your platform is available in Portuguese or has significant Brazilian traffic, you are subject to the Digital ECA — even if you operate from the US, EU, or anywhere else. ANPD can block access to non-compliant services within Brazil.

What the Law Requires — and What Is Banned

❌ Banned from March 17, 2026

  • → "I confirm I am 18+" checkbox
  • → Unvalidated date-of-birth fields
  • → Self-declaration of any kind
  • → Creating minor accounts without guardian linkage
  • → Behavioral profiling or emotional targeting of minors
  • → Loot boxes and paid random rewards for minors

✅ Accepted Verification Methods

  • → CPF-based age check (Brazil tax ID → date of birth)
  • → Facial biometrics with liveness detection
  • → Government document upload and validation
  • → Age signals from app stores via API
  • → Third-party certified verification providers

Penalties for Non-Compliance

PenaltyDetails
Formal warningFirst-level penalty; platform must remediate within defined period
FineUp to BRL 50 million OR 10% of Brazil annual revenue — whichever is greater
Service suspensionANPD can suspend the platform's operation in Brazil
Permanent banFor repeat or severe violations — complete prohibition to operate in Brazil

The Simplest Path to Compliance: CPF-Based Age Verification

Brazil's CPF (Cadastro de Pessoas Físicas) is a national taxpayer ID issued to every Brazilian citizen, containing their date of birth in the official Receita Federal database. This makes CPF verification the most efficient compliant mechanism available — it requires no document upload, no facial scan (though that can be added), and returns an age confirmation in under 2 seconds.

1

User enters CPF at sign-up

Your platform collects the CPF number during registration — one additional field.

2

API call to FlagCheck

A single POST request sends the CPF to the FlagCheck Age Verification API.

3

Instant age confirmation

JSON response: is_adult: true/false. Block or allow access accordingly. Compliance logged.

// FlagCheck FELCA Age Check — example
POST https://api.flagcheck.com.br/api/felca/age-check
X-API-Key: YOUR_API_KEY
{ "cpf": "123.456.789-00" }
// ✅ Response — adult
{
"success": true,
"data": {
"is_adult": true,
"age": 32,
"document": { "type": "CPF", "valid": true }
}
"meta": { "request_id": "felca_a1b2...", "timestamp": "2026-03-13T14:32:00Z" }
}

FELCA Law in effect — March 17, 2026

Get Your Platform Compliant Today

FlagCheck provides the FELCA Age Check API (CPF → is_adult in under 2s) and FELCA Selfie API (face liveness). Brazilian-native, LGPD-compliant, production-ready.

FELCA Age Check

CPF → is_adult in < 2s

FELCA Selfie

Face liveness + biometrics

LGPD Compliant

No CPF stored · Auditable

Frequently Asked Questions

What is the FELCA Law in Brazil?
The FELCA Law is the popular name for Law 15.211/2025, formally known as the Digital ECA (Estatuto Digital da Criança e do Adolescente). Signed into law by President Lula in September 2025 and effective March 17, 2026, it mandates that digital platforms implement reliable age verification mechanisms to prevent minors from accessing inappropriate content online.
Does the FELCA Law apply to international companies?
Yes. The law applies to any digital product or service "aimed at or likely to be accessed by" minors in Brazil, regardless of where the company is headquartered. If you have Brazilian users and your platform could be accessed by anyone under 18, you are subject to the Digital ECA.
When did the FELCA Law take effect?
The FELCA Law (Digital ECA) officially took effect on March 17, 2026, six months after being signed into law in September 2025. Platforms not in compliance as of that date are immediately subject to enforcement by Brazil's ANPD.
What does "reliable age verification" mean under the FELCA Law?
The law explicitly bans self-declaration (e.g., "click here if you are 18+"). Accepted methods include: CPF-based verification (Brazil's national taxpayer ID), which returns the holder's date of birth; facial biometrics with liveness detection; document upload and validation; and age signals transmitted via API from app stores or operating systems.
What are the penalties for non-compliance?
ANPD can issue: formal warnings, fines of up to BRL 50 million or 10% of Brazilian annual revenue (whichever is greater), service suspension in Brazil, and permanent bans for repeat violations.
Who enforces the FELCA Law?
The ANPD (Autoridade Nacional de Proteção de Dados — Brazil's National Data Protection Authority) enforces the Digital ECA. Following a 2025 reform, ANPD now operates as an independent regulatory agency with expanded powers to investigate, fine, and suspend platforms.
Does Apple's age verification API satisfy the FELCA Law?
Partially. Apple's Declared Age Range API (updated in February 2026) provides age signals from the App Store, which is one layer of compliance. However, the law places direct responsibility on platforms to implement their own verification — app store signals supplement but do not replace platform-level obligations.
What is the easiest way to comply with the FELCA Law?
For platforms with Brazilian users, CPF-based age verification is the simplest compliant solution. The FlagCheck API accepts a CPF number and returns whether the holder is 18+ within under 2 seconds, without storing the CPF. This single API call, logged at registration, is sufficient for most platforms to demonstrate compliance with the Digital ECA.

FELCA Law Brazil Complete Guide

Brazil Digital ECA age verification mandatory compliance 2026. Law 15211 2025 international companies. ANPD enforcement Brazil. CPF age check API. Brazilan child protection online law. Age gate Brazil platforms. Digital ECA scope penalties compliance guide English.