/* AREA RESERVADA PARA SEÇÃO CONTATOS */

.whatsapp-float:hover {
  transform: scale(1.1);
}
.social-icon {
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon:hover {
  transform: scale(1.2);
}

/* Facebook azul */
.social-icon.facebook {
  color: #3b5998;
}

/* Instagram gradiente correto */
.social-icon.instagram i {
  display: inline-block;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.bg-orange {
  background-color: #DD8240;
}

.text-orange {
  color: #DD8240 !important;
}

.sectionStyled.bg-orange h2 {
  color: #fff;
}