.footer{background:var(--blue-dark);color:#fff;padding:44px 0 0}
.footer .container{width:min(1180px,92%);margin:auto}
.footer-wrapper{display:flex;align-items:center;justify-content:space-between;gap:28px}
.footer-wrapper>img{width:150px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;color:#cbd4e3;font-weight:700}
.footer-social{display:flex;gap:12px}
.footer-social img{width:28px;height:28px;object-fit:contain}
.footer-bottom{text-align:center;color:#98a6be;border-top:1px solid rgba(255,255,255,.1);padding:18px;margin-top:32px}
.float-whats{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:#25d366;display:grid;place-items:center;z-index:60;box-shadow:0 14px 36px rgba(0,0,0,.25)}
.float-whats img{width:34px}

@media(max-width:900px){.footer-wrapper{flex-direction:column;text-align:center}}
