.site-footer {
  background: #151636;
  color: #fff;
  padding: 52px 0 22px;
  font-family: 'Nunito Sans', system-ui, -apple-system, Segoe UI, sans-serif
}

.site-footer a {
  color: #fff;
  text-decoration: none
}

.site-footer .footer-year {
  margin-top: .4rem;
  color: rgba(255, 255, 255, .78)
}

.site-footer .footer-credit {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .78);
  font-size: .92rem
}

.site-footer .footer-credit a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px
}

.site-footer .footer-credit a:hover {
  color: #92b36e
}

.site-footer .social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: .85rem
}

.site-footer .social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
  text-decoration: none;
  font-size: 1.35rem;
  transition: .22s
}

.site-footer .social-icons a:hover {
  background: #92b36e;
  border-color: #92b36e;
  color: #fff !important;
  transform: translateY(-3px)
}

.site-floating-call,
.site-floating-whatsapp {
  position: fixed;
  right: 22px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 50;
  text-decoration: none
}

.site-floating-call {
  bottom: 92px;
  background: #404297;
  font-size: 1.65rem;
  box-shadow: 0 16px 35px rgba(64, 66, 151, .35)
}

.site-floating-call:hover {
  background: #92b36e;
  color: #fff
}

.site-floating-whatsapp {
  bottom: 22px;
  background: #25d366;
  font-size: 2rem;
  box-shadow: 0 16px 35px rgba(37, 211, 102, .35)
}

.site-floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px)
}
