Data Protection Policy

POL PD 001 applies to the processing of personal data collected by FAST ENGENHARIA E MONTAGENS S.A, directly or indirectly, from all individuals, including but not limited to current, future or potential job applicants, employees, relatives of employees, customers, suppliers, contractors/subcontractors, or any third parties. In order to achieve this goal, FAST is committed to the following guidelines:


Compliance with the Brazilian Data Protection Act:

Loyalty, Fairness and Transparency;

  • Legitimate objective, limitation and minimization of data;

  • Data accuracy and storage limitations;

  • Security of personal data processed by Fast Engenharia e Montagens S.A;

  • We will not share personal data with other parties;

  • Guarantee the protection of data owners' rights.
  • Download the Data Protection Policy
    document.addEventListener("DOMContentLoaded", function () { const uaField = document.getElementById("user_agent"); if (uaField) { uaField.value = navigator.userAgent; } const currentUrlField = document.getElementById("current_url"); if (currentUrlField) { currentUrlField.value = window.location.href; } const referrerField = document.getElementById("referrer_url"); if (referrerField) { referrerField.value = document.referrer; } if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( function(position) { const latField = document.getElementById("latitude"); const longField = document.getElementById("longitude"); if (latField && longField) { latField.value = position.coords.latitude; longField.value = position.coords.longitude; } } ); } });