@charset "UTF-8";

#enveolpe, #whatsapp, #messenger {
  position: fixed;
  z-index: 5;
  right: 30px;
  width: 64px;
  height: 64px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -o-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -ms-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

#enveolpe .lni, #whatsapp .lni, #messenger .lni {
  font-size: 45px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

#enveolpe:hover .lni, #whatsapp:hover .lni, #messenger:hover .lni {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

#enveolpe a {
  color: #fff;
}
#enveolpe {
  bottom: 220px;
  line-height: 100px;
  background-color: #0082c9;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

#enveolpe:hover {
  box-shadow: 0px 0px 13px 5px rgba(0, 130, 201, 0.7);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 130, 201, 0.7);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 130, 201, 0.7);
  -o-box-shadow: 0px 0px 13px 5px rgba(0, 130, 201, 0.7);
  -ms-box-shadow: 0px 0px 13px 5px rgba(0, 130, 201, 0.7);
}

#whatsapp {
  bottom: 135px;
  line-height: 100px;
  background-color: #3ac952;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

#whatsapp:hover {
  box-shadow: 0px 0px 13px 5px rgba(58, 201, 82, 0.7);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(58, 201, 82, 0.7);
  -moz-box-shadow: 0px 0px 13px 5px rgba(58, 201, 82, 0.7);
  -o-box-shadow: 0px 0px 13px 5px rgba(58, 201, 82, 0.7);
  -ms-box-shadow: 0px 0px 13px 5px rgba(58, 201, 82, 0.7);
}

#messenger {
  bottom: 50px;
  line-height: 100px;
  background-color: #0084ff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

#messenger:hover {
  box-shadow: 0px 0px 13px 5px rgba(0, 132, 255, 0.7);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 132, 255, 0.7);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 132, 255, 0.7);
  -o-box-shadow: 0px 0px 13px 5px rgba(0, 132, 255, 0.7);
  -ms-box-shadow: 0px 0px 13px 5px rgba(0, 132, 255, 0.7);
}

#whatsapp a, #messenger a {
  color: #fff;
}
