.footer{background-color:var(--color-roxo-escuro);color:white;padding:2rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-copyright{text-align:center}.footer-copyright p{margin:0;font-size:.9rem;color:rgba(255,255,255,.9)}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:white;transition:all .3s ease;border-radius:50%;background-color:rgba(255,255,255,.1)}.footer-social-link:hover{background-color:rgba(255,255,255,.2);transform:translateY(-2px);color:var(--color-lilas)}.footer-social-link svg{width:20px;height:20px}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}.footer-copyright{text-align:left}}@media (max-width:480px){.footer{padding:1.5rem 1rem}.footer-social{gap:1rem}.footer-social-link{width:36px;height:36px}.footer-social-link svg{width:18px;height:18px}}