header.main .container-fluid .social-icons a.instagram {
  background: url(../img/instagram-b.png);
  margin-right: 5px;
}

header.main .container-fluid .social-icons a.whatsapp {
  background: url(../img/whatsapp-b.png);
  margin-left: 5px;
}

header.main .container-fluid .social-icons a.facebook {
  background: url(../img/facebook-b.png);
}

.botao-whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  background-color: #25d366;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  transition: 0.5s all;
}
.botao-whatsapp-fixo:hover {
  opacity: 0.6;
}
.botao-whatsapp-fixo img {
  filter: invert(1);
  height: 50px;
}

.wpp-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 10px;
  justify-content: center;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s all;
}
.wpp-footer img {
  transition: 0.3s all;
}
.wpp-footer:hover {
  text-decoration: none;
  color: white;
  border-color: white;
  opacity: 0.8;
}
.wpp-footer:hover img {
  filter: brightness(100);
}

.social-footer {
  margin-top: 10px;
}
.social-footer a {
  transition: 0.3s all;
}
.social-footer a:hover {
  opacity: 0.6;
  text-decoration: none;
}

header.main .container-fluid .social-icons p {
  color: #063a6a;
}