skip to Main Content
Claudia Bravo

Claudia holds a Bachelor in Psychology and a Masters in Human Resources Management. She has over 10 years of experience in consulting and talent acquisition for multinational clients.

Claudia has experience in head-hunting, recruitment, upskilling, reskilling, leadership assessments and running remote teams. She’s driven, goal oriented, and client focused. Claudia has visited several countries, such as: Chile, Italy, France, Spain, USA, Colombia, Peru, Netherlands, and Ecuador.

Fluent in English and Spanish, with basic knowledge of French and Portuguese. Outside of work, Claudia enjoys spending time with her family, hiking, and travelling.

// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });