.footer-section {
  background-image: url(../../dados/layout/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 150px 0 50px 0;
  display: flex;
  align-items: center;
}

.footer-part {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.footer-icons {
  margin-top: 10px;
}

.footer-icons a {
  display: inline-block;
  margin-right: 10px;
}

.footer-icons img {
  width: 30px;
  height: auto;
  transition: transform 0.3s ease;
}

.footer-icons a:hover img {
  transform: scale(1.1);
}

.footer-title {
  font-size: 18px;
  font-weight: bold;
  color: #F4A640;
  margin-bottom: 10px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  color: #F4A640;
  text-decoration: none;
}

.footer-section p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-logo-trutaria {
  width: 260px;
}

.footer-logo-webz {
  width: 60px;
  margin-top: 30px;
  display: block;
}
