  /* Whatsapp */

  .wp-button{
    margin-top:10px;
    text-decoration: none;
    color:#FFF;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:27px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:36px;
    z-index:1000000;
    
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:80px;
    right:34px;
    color:#FFF;
    border-radius:0px;
    text-align:center;
    font-size:12px;
    z-index:1000000;
    
  }
  .float2{
    position:fixed;
    width:60px;
    height:50px;
    bottom:140px;
    right:37px;
    color:#FFF;
    border-radius:0px;
    text-align:center;
    font-size:12px;
    z-index:1000000;
    
  }


  
  .pulse{
    animation: pulse 2s infinite;
  }
  
  .float:hover{
    box-shadow: 0 0 20px rgba(0,0,0, .2);
    color:#FFF !important;
    box-shadow: 2px 2px 3px #999;
  }
  
  @keyframes btn-whats{
    10%{
        transform: translate(0, 200px); 
      }
      50%{
        transform: translate(0, -40px);
      }
      
      70%{
        transform: scale(1.1);
      }
    }
    
    @keyframes pulse {
      50%{
        transform: scale(1.1);
      }
  }
/* fin Whatsapp*/