/*--------------------------------------------------------------
# icon whatsapp
--------------------------------------------------------------*/
.whats-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 200px;
  z-index: 9999;
  transition: all 0.6s;
}
.whats-icon img {
  width: 100%;
  height: auto;
}

.whats-icon img:hover {
  opacity: 90%;
}

.hidden {
  display: none;
}