+
diff --git a/src/pages/Institutional/index.tsx b/src/pages/Institutional/index.tsx
new file mode 100644
index 0000000..64a2a93
--- /dev/null
+++ b/src/pages/Institutional/index.tsx
@@ -0,0 +1,12 @@
+import React from "react";
+import { Header } from "../../components/Header";
+
+const Institutional = () => {
+ return (
+ <>
+
+ >
+ );
+};
+
+export { Institutional };