.facebook {
  width: 45px;
  height: 45px;
  background-color: #3b5998;
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.facebook:hover {
  background-color: white;
  color:  #3b5998;
}

.whatsapp {
  width: 45px;
  height: 45px;
  background-color: #25D366;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.whatsapp:hover {
  background-color: white;
  color: #25D366;
}

.phone {
  width: 45px;
  height: 45px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.phone:hover {
  background-color: white;
  color: #000000;
}

.instagram {
  width: 45px;
  height: 45px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.instagram:hover {
  background-color: white;
  color: #ffffff;
}

.container-media {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 255px;
  left: 0px;
}

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