@charset "UTF-8";
/***!  Style Declaration  !***/

.footer-links-simple{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:15px;padding:10px 20px;font-family:Arial,Helvetica,sans-serif;background-color:#111}.footer-contact-module{display:flex;flex-wrap:wrap;gap:10px}.footer-links-simple .footer-copy{color:#fff;font-weight:400;margin-left:auto}.footer-links-simple a{color:#fff;text-decoration:none;font-weight:600;padding:6px 12px;border-radius:4px;transition:all 0.2s ease-in-out}.footer-links-simple a:hover{transform:translateY(-2px)}.whatsapp-footer{background-color:#25D366;color:#fff !important;font-weight:700;padding:8px 16px;border-radius:25px;transition:all .3s ease}.whatsapp-footer:hover{background-color:#1ebe5d}.instagram-footer{background-color:#E1306C;color:#fff !important;font-weight:700;padding:8px 16px;border-radius:25px;transition:all .3s ease}.instagram-footer:hover{background-color:#c1275c}@media (max-width:768px){.footer-links-simple{justify-content:center;text-align:center;gap:12px}.footer-links-simple .footer-copy{width:100%;margin-left:0;margin-top:8px;display:block}.footer-contact-module{justify-content:center}}
