.site-footer-main{background-color:var(--azul-escuro);color:var(--branco-puro);padding:40px 0}.site-footer-main .container{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.footer-logo-area{display:flex;align-items:center;gap:24px}.footer-logo{height:48px;width:auto}.footer-divider{width:1px;height:40px;background-color:rgba(255,255,255,0.3)}.footer-slogan{font-size:14px;line-height:1.5;opacity:0.9}.footer-socials{display:flex;align-items:center;gap:20px}.footer-socials a img{height:24px;opacity:0.8;transition:opacity 0.3s ease,transform 0.3s ease}.footer-socials a:hover img{opacity:1;transform:scale(1.1)}.site-footer-copyright{background-color:#000;color:var(--branco-puro);padding:20px 0;text-align:center}.site-footer-copyright p{font-size:13px;opacity:0.8}@media (max-width:768px){.site-footer-main .container{flex-direction:column;justify-content:center;text-align:center}.footer-logo-area{flex-direction:column}.footer-divider{display:none}}.site-footer-copyright p{font-size:13px;opacity:0.8}.site-footer-copyright .footer-legal-links a{color:var(--branco-puro);text-decoration:underline;margin:0 5px;transition:opacity 0.3s ease}.site-footer-copyright .footer-legal-links a:hover{opacity:0.7}