International

Centro partners with organizations in several countries to provide programs in English and Spanish. Learn more about upcoming programs and register for an upcoming session below:

Learn more about our global reach here.

Questions?

If you have any questions, please see our FAQs section or contact Lesly Arellano at lesly@centrocommunity.org.


other locations

// Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });