From 92b9936cd7a46e9577c7a91d5b797a4f0a1430ba Mon Sep 17 00:00:00 2001 From: ErikrafT <139592038+erikraft@users.noreply.github.com> Date: Thu, 1 May 2025 22:38:31 -0300 Subject: [PATCH] Update index.html --- Website About/NEW/index.html | 132 +++++++++++++++++++++++++++-------- 1 file changed, 104 insertions(+), 28 deletions(-) diff --git a/Website About/NEW/index.html b/Website About/NEW/index.html index 614bcfc..f3fb4c8 100644 --- a/Website About/NEW/index.html +++ b/Website About/NEW/index.html @@ -31,6 +31,70 @@ border-color: #6366f1; background-color: #eef2ff; } + + /* Header responsivo */ + .header-container { + width: 100%; + overflow: hidden; + } + + /* Desktop styles */ + @media (min-width: 1024px) { + .header-container nav { + display: flex !important; + } + .mobile-menu { + display: none !important; + } + .mobile-only { + display: none !important; + } + .desktop-nav { + display: flex !important; + } + } + + /* Mobile e Tablet styles */ + @media (max-width: 1023px) { + .mobile-menu { + position: fixed; + top: 72px; + right: 0; + width: 100%; + background-color: white; + padding: 1rem; + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); + z-index: 50; + display: none; + } + + .mobile-menu.active { + display: flex; + flex-direction: column; + align-items: center; + gap: 1rem; + } + + .mobile-menu a { + width: 100%; + text-align: center; + padding: 0.5rem; + } + + .mobile-menu .mobile-cta { + width: 100%; + margin-top: 1rem; + } + + .desktop-nav { + display: none !important; + } + + .desktop-only { + display: none !important; + } + } + /* Estilo padrão (desktop) */ .iframe-container { position: relative; @@ -79,19 +143,29 @@ ErikrafT Drop -