diff --git a/app.vue b/app.vue
index 8c3ce313..cf254336 100644
--- a/app.vue
+++ b/app.vue
@@ -1,9 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/pages/sisgha/professor/calendario/index.vue b/pages/sisgha/professor/calendario/index.vue
new file mode 100644
index 00000000..873fd831
--- /dev/null
+++ b/pages/sisgha/professor/calendario/index.vue
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/perfil/index.vue b/pages/sisgha/professor/perfil/index.vue
similarity index 78%
rename from pages/perfil/index.vue
rename to pages/sisgha/professor/perfil/index.vue
index fa47d31f..ae5b82d1 100644
--- a/pages/perfil/index.vue
+++ b/pages/sisgha/professor/perfil/index.vue
@@ -1,8 +1,14 @@
+
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index da2d45ac..00000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/** @type {import('tailwindcss').Config} */
-export default {
- content: [],
- theme: {
- extend: {},
- },
- plugins: [],
-};
diff --git a/tailwind.config.mts b/tailwind.config.mts
new file mode 100644
index 00000000..a02fca08
--- /dev/null
+++ b/tailwind.config.mts
@@ -0,0 +1,15 @@
+import type { Config } from 'tailwindcss';
+
+export default {
+ content: [],
+ theme: {
+ extend: {
+ colors: {
+ 'lovely-green': '#57ed57',
+ 'ladesa-card': 'rgb(var(--ladesa-card))',
+ },
+ },
+ },
+ plugins: [],
+ darkMode: 'class',
+} satisfies Config;