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

.container-media a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-items: center;
  transition: .3s ease;
  font-size: 20px;
  color: #fff;
}

.container-media a:hover {
  box-shadow: 1px 1px 5px #333;
  transform: scale(1.1);
  background: #fff;
}

.whatsapp {
  background: #128C7E;
}

.whatsapp:hover {
  color: #128C7E;
}

.youtube {
  background: #FF0000;
}

.youtube:hover {
  color: #FF0000;
}

.facebook {
  background: #4267B2;
}

.facebook:hover {
  color: #4267B2;
}

.google {
  background: #DB4437;
}

.google:hover {
  color: #DB4437;
}

.homeadvisor{
  background: #ff5532;
}

.homeadvisor:hover{
  color: #ff5532;
}