
.container-media{
  position: fixed;
  bottom: 68px;
  left: 12px;

  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column-reverse;
  gap: 10px;
  
  z-index: 9999;
}

.container-media a{
  width: 54px;
  height: 54px;
  padding: 5px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #f2f2f2;
  border-radius: 50%;

  font-size: 32px;
  color: #fff;
}

.container-media .whatsapp {
  background: green;
}

.container-media .whatsapp:hover {
  background:white ;
  color:green;
}

.container-media .facebook{
  background: #3b5998;
}

.container-media .facebook:hover{
  color: #3b5998;
  background: #fff;
}