/* FOOTER CONTAINER */
.FooterPro__container {
    display: flex;
  max-width: 1200px;
  margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    color: #fff;
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
    gap: 12px;
}

/* LEFT, CENTER, RIGHT GROUPS */
.FooterPro__left,
.FooterPro__center,
.FooterPro__right {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  	font-size: 14px;
}

/* LINKS */
.FooterPro__link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
}

.FooterPro__link:visited {
    color: #ffffff !important;
}

.FooterPro__link:hover {
    text-decoration: underline;
}

/* WHATSAPP BUTTON */
.FooterPro__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 12px 16px;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}
/* WHATSAPP ICON */
.FooterPro__icon {
width: auto; 
height: 20px; 
display: 
inline-block; }
