Abrinq Foundation is grateful for all the numerous individuals and companies invested in the cause of childhood. Thanks to that, the organization has been able to achieve truly impactful results through its education, health, and protection initiatives.
In 2023, the main results were:
Abrinq Foundation is a non-profit organization whose goal is to promote the defense of children’s rights and the exercise of citizenship. It was founded in 1990, the same year as the Estatuto da Criança e do Adolescente (ECA), with the dream of providing a fair and happy childhood for all children.
To fulfill its mission, the organization acts as a bridge between those who want to help and those who need help. In this way, it works with donors, volunteers, organizations, businesses and cities to support the cause.
The Abrinq Foundation’s work is based on social programs, political advocacy and social mobilization.
Through its initiatives, the organization seeks to ensure the rights of children in Brazil in three main areas: education, health and protection. Thus, it promotes literacy, renovates day care centers, strengthens other civil society organizations, stimulates corporate social responsibility, mobilizes mayors of Brazilian cities, and much more.
In addition, Abrinq Foundation also has a presence in Brasília (DF) to monitor and influence public policies related to its cause, and it develops various campaigns throughout the year to raise awareness in society about important issues related to childhood.
Since its creation, it has already helped more than 9 million children in Brazil.
Fill out the form on the right to give a single donation to Abrinq Foundation and help ensure that Brazil’s most vulnerable children get the Education, Health and Protection needed for their full and adequate development. They need your support today!
body { font-family: "Urbanist", Sans-serif !important; } form { display: flex; align-items: center; justify-content: center; position: relative; /* Para posicionar corretamente o símbolo "$" */ } input[type="number"] { border: 2px solid #ccc; outline: none; text-align: right; font-size: 13px; -moz-appearance: textfield; /* Remover as setas no Firefox */ appearance: textfield; /* Remover as setas em outros navegadores */ width: 180px; /* Ajuste a largura conforme necessário */ } .currency-symbol { color: #000000; font-size: 13pt; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; /* Impede que o símbolo "$" seja clicado */ } $ // Função para formatar o campo como moeda com símbolo "$" function formatCurrency(input) { let value = input.value.replace(/\D/g, ''); // Remove caracteres não numéricos value = (value / 100).toFixed(2); // Divide por 100 e fixa em 2 casas decimais input.value = ' ' + value; }