.social-icons-wrapper{display:flex;justify-content:start;align-items:center;gap:10px;margin-bottom:1.5rem;position:relative}@media screen and (max-width: 750px){.social-icons-wrapper{justify-content:center;flex-wrap:wrap}}.social-icons-wrapper .footer__social-link{border-radius:50%;display:flex;align-items:center;justify-content:center;height:4rem;width:4rem}.social-icons-wrapper .footer__social-link svg{fill:#fff;max-width:18px;max-height:18px;height:100%;width:100%}.social-icons-wrapper .footer__social-link svg path{fill:#fff}@media screen and (min-width: 750px){.social-icons-wrapper .footer__social-link{height:4rem;width:4rem}.social-icons-wrapper .footer__social-link svg{display:flex;align-items:center;justify-content:center;max-width:20px;max-height:20px;height:100%;width:fit-content}}.social-icons-wrapper .social-icons__whatsapp{position:relative;display:inline-flex}.social-icons-wrapper .whatsapp-tooltip{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:2;width:max-content;max-width:20rem;padding:.8rem 1rem;border-radius:8px;background-color:#1d1d1d;color:#fbf8f2;font-family:var(--font-body-family);font-size:1.2rem;line-height:1.4;text-align:center;pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,.2)}@media screen and (max-width: 750px){.social-icons-wrapper .whatsapp-tooltip{left:auto;right:0;transform:none}}