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
-