

/*CONFIGURAÇÃO WHATS COM IMAGEM*/
@media only screen and (min-width: 768px) {
  .whatsapp-chat .hide-mobile {
    display: none;
  }
}
 
@media only screen and (max-width: 767px) {
 
  .whatsapp-chat .hide-web {
    display: none;
  }
  .whatsapp-chat img {
    height: 50px !important;
    width: 140px !important;
  }
  .whatsapp-chat {
    position: fixed;
    bottom: 10px !important;
    right: 10px !important;
  }
}
 
.whatsapp-chat {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
}
 
.whatsapp-chat img {
  height: 50px;
  width: 50px;
}
/*FIM CONFIGURAÇÃO WHATS COM IMAGEM E TITULO*/