/* WHATSAPP */
.custom-whatsapp,
.custom-whatsapp:hover,
.custom-whatsapp:focus {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    position: fixed;
    bottom: 75px;
    right: 12px;
    text-align: center;
    font-size: 42px;
    background-image: url('../img/whats-2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    z-index: 99;
    display: block;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
@media all and (max-width: 768px) {
  .custom-whatsapp,
  .custom-whatsapp:hover,
  .custom-whatsapp:focus {
      
    }
}
/* WHATSAPP */