@charset "utf-8";
.boton-whatsapps {
    width: 80px !important; 
    height: 80px !important; 
    right: 5px !important;
    z-index: 20 !important; 
    position: fixed;
    color: #00cc66 !important;
    top: auto !important;
    bottom: 3px !important;
}
.boton-whatsapps-int {
    width: 80px !important; 
    height: 80px !important; 
    right: 5px !important;
    z-index: 20 !important; 
    position: fixed;
    color: #00cc66 !important;
    top: auto !important;
    bottom: 80px !important;
}
.img-opacidad {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: filter;
  -webkit-transition-duration: 1s;
  /* Standard syntax */
  transition-property: filter;
  transition-duration: 1s;
}

.img-opacidad:hover {
  filter: grayscale(100%);
}