.btnWhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    cursor: pointer;
  }
  
  .btnWhats:hover {
    text-decoration: none;
    color: #25d366 !important;
    background-color: #fff;
  }
  
  .my-btnWhats {
    margin-top: 8px;
    font-size: 1.5em;
    
  }
  
  .btnWhats-text {
    position: fixed !important;
    width: auto;
    height: auto;
    bottom: 40px;
    right: 110px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    padding: 5px 5px 5px 5px;
    display: none;
  }