footer {
  background: var(--card-color);
  padding: 122px 0 100px 0;
  width: 100%;
}

footer img {
  height: 70px;
}

footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.72px;
}

footer .line-footer {
  background: rgba(0, 0, 0, 0.2);
  height: 7px;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 30px;
}

footer p strong span {
  color: var(--secondary-color);
}

footer .copyright {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 18.72px;
}

.btn-to-top {
  width: 50px;
  height: 50px;
  border-radius: 80px;
  z-index: 1030;
  position: fixed !important;
  bottom: 130px !important;
  right: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--card-color);
  transition: all 0.5s;
}

.btn-to-top img {
  transform: rotate(-180deg);
  width: 25px;
}

.whatsapp-1 {
  padding: 10px 20px;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  z-index: 1030;
  position: fixed !important;
  bottom: 70px !important;
  right: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: var(--card-color);
  transition: all 0.5s;
}

.whatsapp-2 {
  padding: 10px 20px;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  z-index: 1030;
  position: fixed !important;
  bottom: 10px !important;
  right: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: var(--card-color);
  transition: all 0.5s;
}

.whatsapp-1 img,
.whatsapp-2 img {
  margin-left: 10px;
}

.whatsapp-1:hover,
.whatsapp-2:hover{
  background-color: var(--secondary-color);
  color: var(--card-color);
}
