
/* Floating buttons */
.float-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  background: #25D366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow-lg); text-decoration: none;
  /* elimina padding y font-weight si los tenías */
}
.float-whatsapp i { font-size: 24px; line-height: 1; }

@media (min-width: 800px) {
  #item_login {
  display:none;
  }
}

