.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 200;
  text-decoration: none;
  padding-top: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}

.icoWH {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 18px;
  right: 20px;
  font-size: 45px;
}

.covid_ico {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 20px;
  background-color: black;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 200;
  text-decoration: none;
  padding-top: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}

.img_covid {
  position: fixed;
  width: 75px;
  bottom: 67px;
  right: 8px;
}

/* .mascota {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 139px;
  right: 20px;
  background-color: black;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 200;
  text-decoration: none;
  padding-top: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
} */

.img_mascota {
  position: fixed;
  width: 51px;
  bottom: 139px;
  right: 20px;
  border-radius: 80px;
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}
