.facts-nav-title {
  width: 140px;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.facts-nav-title:first-child {
  margin-left: 0;
}


@media (min-width: 992px) {
  .facts-nav-title {
    width: 200px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .float-btn {
    right: -320px;
  }
  .section-content {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .float-btn {
    right: -260px;
  }
  .section-content {
    padding-right: 50px;
  }
}

.link-wa {
  position: fixed;
  z-index: 5;
  display: block;
  border-radius: 100%;
  border: solid 1px #ac9b64;
  width: 65px;
  height: 65px;
  right: 3%;
  bottom: 15vh;
  transition: .15s all ease-out;
  -webkit-transition: .15s all ease-out;
}
.link-wa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.link-wa::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: #d82eb9 url("../images/socials/wa.svg") no-repeat center;
  background-size: auto;
  background-size: 16px auto;
  top: 35px;
  left: -3px;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  transition: .15s all ease-out;
  -webkit-transition: .15s all ease-out;
}
.link-wa:hover {
  transform: scale(1.2);
  transition: .15s all ease-out;
}
.link-wa:hover::after {
  transform: translate(-8px, -10px) scale(1.1) rotate(10deg);
  transition: .15s all ease-out;
  -webkit-transition: .15s all ease-out;
}
