@charset "UTF-8";
/* =========================
   ARUMA – PALETA BASE
========================= */
/* === Colores principales === */
/* === Colores secundarios === */
/* === Complementarios === */
/* === Neutrales === */
/* =========================
   VARIABLES SEMÁNTICAS UI
========================= */
.aruma-footer {
  background: #ececee;
  color: #4a534f;
  font-weight: 600;
}
.aruma-footer .aruma-footer__address {
  font-style: normal;
  line-height: 1.8;
  font-weight: 400;
  color: #155973;
}
.aruma-footer strong {
  color: #155973;
}
.aruma-footer .aruma-footer__label {
  color: #155973;
  font-weight: 600;
  text-align: left;
}
.aruma-footer .aruma-footer__link {
  color: #155973;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.aruma-footer .aruma-footer__link:hover, .aruma-footer .aruma-footer__link:focus {
  color: #9567db;
}
.aruma-footer .aruma-footer__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #155973;
  background: rgba(21, 89, 115, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.aruma-footer .aruma-footer__icon:hover, .aruma-footer .aruma-footer__icon:focus {
  transform: translateY(-2px);
  background: rgba(149, 103, 219, 0.12);
  color: #9567db;
}
.aruma-footer .aruma-footer__partner {
  height: 34px;
  width: auto;
  display: block;
}
.aruma-footer .aruma-footer__partner2 {
  height: 44px;
  width: auto;
  display: block;
}
.aruma-footer .aruma-footer__bottom {
  border-top: 0.66px solid rgba(84, 90, 135, 0.746);
  color: #155973;
}/*# sourceMappingURL=footer.css.map */