:root{--primary-color:#FF9800;--primary-hover:#EF6C00;--secondary-color:#01579B;--secondary-hover:#0277BD;--background-color:#E0F7FA;--hover-color:#FFCC80;--text-color:#01579B}body{background-color:var(--background-color);color:var(--text-color)}.header{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--secondary-hover) 100%);padding:1rem 0;box-shadow:0 2px 15px rgba(1,87,155,.1);position:sticky;top:0;z-index:1000}.navbar-toggler{border:none;padding:.5rem;background:rgba(255,255,255,.1);border-radius:8px}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.logo{display:flex;align-items:center;text-decoration:none;color:#fff}.logo-icon{width:40px;height:40px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.logo-icon i{font-size:1.5rem;color:var(--primary-color)}.logo-text{display:flex;flex-direction:column}.logo-text .brand{font-size:1.5rem;font-weight:700;color:#fff}.logo-text .tagline{font-size:.8rem;color:rgba(255,255,255,.8)}.nav-pills .nav-link{color:#fff;padding:.5rem 1rem;margin:0 .2rem;border-radius:6px;transition:all .3s ease}.nav-pills .nav-link:hover{background:rgba(255,255,255,.1)}.nav-pills .nav-link.active{background:var(--primary-color);color:#fff}.dropdown-menu{background:#fff;border:none;box-shadow:0 4px 15px rgba(0,0,0,.1);border-radius:8px;padding:1rem 0;margin-top:.5rem}.dropdown-item{color:var(--text-color);padding:.7rem 1.5rem;transition:all .3s ease}.dropdown-item:hover{background:var(--background-color);color:var(--primary-color);transform:translateX(5px)}.dropdown-header{color:var(--primary-color);font-weight:600;padding:.5rem 1.5rem;font-size:.9rem;text-transform:uppercase}.dropdown-divider{margin:.5rem 0;border-color:rgba(0,0,0,.1)}.fixed-buttons{position:fixed;bottom:20px;right:20px;z-index:1000}.fixed-button{width:75px;height:75px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease;position:relative;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 10px rgba(0,0,0,.2)}50%{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.3)}100%{transform:scale(1);box-shadow:0 4px 10px rgba(0,0,0,.2)}}.fixed-button:hover{transform:scale(1.15);box-shadow:0 8px 25px rgba(0,0,0,.4);animation:none}.phone-button{background:var(--primary-color);color:#fff;position:fixed;bottom:20px;left:20px}.whatsapp-button{background:#25D366;color:#fff}.fixed-button i{font-size:36px}.fixed-button::after{content:'';position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid currentColor;animation:ripple 1.5s infinite;opacity:0}@keyframes ripple{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.5);opacity:0}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,.9);color:#fff;padding:1rem 0;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.cookie-consent a{text-decoration:underline}.cookie-consent .btn{transition:all .3s ease}.cookie-consent .btn:hover{transform:translateY(-2px)}@media (max-width:991.98px){.navbar-collapse{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);margin-top:1rem}.nav-pills .nav-link{color:var(--text-color)!important;padding:.8rem 1rem!important}.dropdown-menu{border:none;box-shadow:none;padding:0;margin:0;background:var(--background-color)}.dropdown-item{padding:.8rem 1rem}.dropdown-header{padding:.8rem 1rem}.fixed-buttons{bottom:15px;right:15px}.fixed-button{width:65px;height:65px}.phone-button{bottom:15px;left:15px}.fixed-button i{font-size:32px}}@media (max-width:768px){.cookie-consent{text-align:center}.cookie-consent .btn{margin:.5rem}} 