.whatsapp-link{
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  background: linear-gradient(to bottom right, #ffffff40, #00000040), linear-gradient(var(--tertiaryColor), var(--tertiaryColor));
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 1.5vw;
  padding: 0.2vw;
  width: 5vw;
  height: 5vw;
  z-index: 200;
  box-shadow: 0 0 1vw 0 #00000040;
}

.whatsapp{
  width: 3.5vw;
  height: 3.5vw;
}

@media(max-width: 672px){
  .whatsapp-link{
    bottom: 6vw;
    right: 6vw;
    border-radius: 4.7vw;
    padding: 0.6vw;
    width: 15vw;
    height: 15vw;
    box-shadow: 0 0 0.75vw 0 #00000040;
  }
  
  .whatsapp{
    width: 10.5vw;
    height: 10.5vw;
  }
}