.whatsapp {
  width: 50px;
  height:50px;
  background: linear-gradient(207deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 51%, rgba(0,0,0,1) 100%);
  color:#FFF;

  text-align:center;
  font-size:27px;
}

.whatsapp:hover {
  background: rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}
.facebook {
  width: 50px;
  height:50px;
  background:linear-gradient(207deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 51%, rgba(0,0,0,1) 100%);
  color:#FFF;

  text-align:center;
  font-size:27px;
}
.facebook:hover {
  background: rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}
.google {
  width: 50px;
  height:50px;
  background:linear-gradient(207deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 51%, rgba(0,0,0,1) 100%);
  color:#FFF;

  text-align:center;
  font-size:27px;
}
.google:hover {
  background: rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}
.container-media{
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 40%;
  right: 0;
}

.whatsapp-icon {
  margin-top:12px;
}