.navbar{color:#fff;z-index:10;background-color:#fd235d;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 1rem;display:flex;position:relative}.navbar-logo{width:60px;height:50px}.navbar-logo-link{align-items:center;display:flex}.navbar-links{align-items:center;gap:2.5rem;display:flex}.menu-icon{cursor:pointer;color:#fff;font-size:2rem;display:none}.sidebar{color:#fff;z-index:20;overscroll-behavior:contain;background-color:#fd235d;flex-direction:column;gap:1rem;width:250px;height:100%;padding:1rem;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-300px;overflow-y:auto;box-shadow:-2px 0 10px #0000004d}.sidebar.open{left:0}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem}.sidebar-contact{margin-top:auto}.sidebar-overlay{z-index:15;background-color:#0006;width:100%;height:100%;position:fixed;top:0;left:0}@media screen and (max-width:1170px){.navbar-links{display:none}.menu-icon{display:block}}.navbar-left{align-items:center;gap:1.2rem;display:flex}.navbar-right{margin-left:auto}@media screen and (max-width:1170px){.navbar-left,.navbar-right{display:none}}
.footer{color:#000;background-color:#fff6f6;margin-top:2rem;font-family:Segoe UI,sans-serif;box-shadow:inset 0 1px 3px #0000000d}.footer-container{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:auto;padding:2rem 1rem;display:grid}@media (min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-section{flex-direction:column;display:flex}.footer-title{color:#db2777;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.footer-subtitle{color:#db2777;margin-bottom:.5rem;font-size:1rem;font-weight:600}.footer-text{text-align:justify;font-size:.875rem;line-height:1.5}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin:.25rem 0}.footer-links a{color:#374151;font-size:.875rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ec4899}.footer-socials{gap:1rem;margin-top:.5rem;display:flex}.footer-icon{color:#6b7280;cursor:pointer;width:20px;height:20px;transition:color .3s}.footer-icon:hover{color:#ec4899}.footer-club-info{flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.footer-logo{object-fit:contain;width:70px;height:auto}.footer-text-content{flex-direction:column;display:flex}
