.wh-p-link {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #222222;
  width: 230px;
  border-radius: 1000px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s all;
}
a.wh-p-link:hover {
  transform: scale(1.1);
}
@media (max-width: 580px) {
  .wh-p-link {
    bottom: 10px;
    right: 10px;
  }
}
.wh-p-cont-texts {
  text-align: right;
  width: 166px;
}
.wh-p-subtitulo,
.wh-p-titulo {
  display: block;
  color: white;
}
.wh-p-subtitulo {
  font-size: 1.05rem;
}
.wh-p-titulo {
  font-weight: bold;
  font-size: 1rem;
}
.wh-p-icon {
  width: 40px;
  height: 40px;
  margin-top: 13px;
  margin-left: 16px;
}
.wh-p-cont-img {
  background-color: #222222;
  border-radius: 109px;
  overflow: hidden;
  width: 70px;
  height: 70px;
}
