/* Base para todos los iconos */
.custom-social a.icon {
  color: white !important;
}

.custom-social a.icon i {
  color: inherit !important;
}

/* Colores por red */
.custom-social a.icon.tiktok {
  background: #000000 !important;
}

.custom-social a.icon.facebook {
  background: #1877F2 !important;
}
.custom-social a.icon.linkedin {
  background: #0a66c2 !important;
}
.custom-social a.icon.behance {
  background: #053eff !important;
}
.custom-social a.icon.youtube {
  background: #FF0033 !important;
}
.custom-social a.icon.dribbble {
  background: #EA4C89 !important;
}
.custom-social a.icon.instagram {
  background: linear-gradient(45deg, #F58529, #E4405F, #C13584, #833AB4) !important;
}
.ms-footer .container .social-area .social-wrapper {
    border-top: none !important;
}
