.appWhatsapp{
  position: fixed;
  right: 26px;
  bottom: 100px;
  width: 60px;
  z-index: 1000;
}
.appWhatsapp img{
  width: 100%;
  height: auto;
}

.boton-dyg {
  color: #000;
  background-color: #c9c7c7;
  border-color: #c9c7c7;
  height: 50px;
  width: 100%;
}

.boton-dyg:hover {
  color: #fff;
  background-color: #383434;
  border-color: #383434;
  text-decoration: none; 
}
