.footer {
  background-color: white;
}

.footer h3 {
  color: #004b32;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li a {
  color: #004b32;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer li a:hover {
  color: #b4dc00;
}

.footer-networks {
  display: flex;
}

.footer-networks li {
  padding-right: 15px;
}

.footer-networks .bi-instagram,
.footer-networks .bi-facebook,
.footer-networks .bi-linkedin {
  display: flex;
  color: #004b32;
  font-size: 40px;
  transition: all 0.3s ease;
}

.footer-networks .bi-instagram:hover,
.footer-networks .bi-facebook:hover,
.footer-networks .bi-linkedin:hover {
  color: #b4dc00;
}

.pvl-logo {
  max-width: 150px;
}

.mail-footer i {
  padding-right: 10px;
}

.bi-envelope-fill {
  font-size: 25px;
}
