#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

/* #contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4bb1ec;
} */

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #635011;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #634611;
}

#contact .contact-info a {
  color: #635011;
}

#contact .contact-info a:hover {
  color: #3f330c;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-social,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .contact-social .social-links a {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .contact-social .social-links a:hover {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  transform: scale(1.1);
  color: #fff;
}

#contact .contact-social .social-links i {
  color: #fff;
  font-size: 18px;
}









#contact .map-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contact .google-map {
  border: 0;
  border-radius: 8px;
}

/* Responsividade do mapa */
@media (max-width: 768px) {
  #contact .google-map {
    height: 300px;
  }
}

@media (max-width: 576px) {
  #contact .google-map {
    height: 250px;
  }
}
