﻿/* ==========================================================================
   FLOATING CONTACT
   Boton flotante reutilizado en todas las paginas.
   ========================================================================== */

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1400;
  display: inline-block;
  width: 122px;
  height: 122px;
  padding: 0;
  background: transparent;
}

.floating-contact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
