diff --git a/menu.html b/menu.html
index 8bf0e79..81757bf 100644
--- a/menu.html
+++ b/menu.html
@@ -2,7 +2,7 @@
-
+
Menú - IntegraRepara
@@ -10,7 +10,11 @@
body { background-color: #f4f7f9; -webkit-tap-highlight-color: transparent; }
.fade-in { animation: fadeIn 0.4s ease-out forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
- .bottom-nav-safe { padding-bottom: env(safe-area-inset-bottom); }
+
+ /* Ajustes precisos para móviles con Notch/Barra inferior (iPhone) */
+ .safe-bottom-nav { padding-bottom: calc(env(safe-area-inset-bottom) + 12px); }
+ .main-content { padding-bottom: calc(env(safe-area-inset-bottom) + 90px); }
+
.app-card { box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05); }
@@ -18,7 +22,7 @@
-
+
@@ -30,7 +34,7 @@
-
+
-