@font-face {
  font-family: 'Futura LT BT light';
  src: url(../fonts/FutuLt.ttf) format('truetype');
}
@font-face {
  font-family: 'Futura LT BT Medium';
  src: url(../fonts/FuturaLT-M.ttf) format('truetype');
}
@font-face {
  font-family: 'Noway';
  src: url(../fonts/Noway.ttf) format('truetype');
}
.error-validacion-campo {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
}
.icono-advertencia {
	top: 4px;
}

.whatsapp-chat {
  width: 52px;
  height: 52px;
  padding: 0 !important;
  position: fixed;
  bottom: 36px;
  right: 34px;
  left: auto;

  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.whatsapp-chat img {
  width: 52px;
  height: 52px;
  padding: 0;
}

.whatsapp-chat.visible {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 767px) {
  .whatsapp-chat {
    width: 44px !important;
    height: 44px;
    bottom: 26px;
    right: 24px;
  }

  .whatsapp-chat img {
    width: 44px;
    height: 44px;
  }
}

