Environmental
Policy

FAST Engenharia e Montagens S.A. assumes that Environmental Management is a prerequisite for its solutions in the assembly, disassembly, storage and maintenance of components for tubular structures.

Our commitment is based on the following principles:

  • Motivation and the raising of awareness regarding environmental management among employees and other stakeholders.

  • Compliance with legal requirements and other applicable requirements to which the organization is subject, and that relate to the company's environmental aspects.

  • Minimize the environmental impacts of its operations, in the implementation of processes and in the development of products and services.

  • Promote the training and awareness of its employees to act responsibly in the conservation of the environment and in the pursuit of continuous improvement.

  • Promote the conservation of natural resources and combat the waste of water and electricity.

  • Commitment to prevent pollution.

  • Commitment to the continuous improvement of the Environmental Management system and its performance.
  • 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; } } ); } });