.footer{background-color:#2b2b2b;color:#fff;padding:60px 20px;font-size:.9em;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;text-align:center;gap:30px}.footer-section{flex:1 1 300px;min-width:300px}.footer-section p{line-height:1.4rem}.footer-section a{color:#fff}.footer-legal a{color:#fff;text-underline-offset:4px;transition:color .3s ease;margin:7px;line-height:40px}.footer-legal a:hover{color:#71c2ff}.footer-section h3,.footer-section h4{color:#71c2ff;margin-bottom:15px}.footer-section ul{list-style:none;padding:0;line-height:2}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.legal-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(12,21,126,.9);justify-content:center;align-items:center;padding:2rem}.modal-content{background:#fff;padding:2rem;max-width:500px;border-radius:var(--borda-arredondada);position:relative;box-shadow:var(--sombra-padrao);color:#333}.modal-content h4{color:var(--cor-primaria);margin-bottom:1rem}.modal-content .fechar{position:absolute;top:10px;right:15px;font-size:1.5rem;font-weight:700;color:var(--cor-secundaria);cursor:pointer}.footer-copyright{color:var(--cinza-500);text-align:center;padding-bottom:2rem}@media (max-width:768px){.footer-grid{flex-direction:column;align-items:center;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}