#redes-sociais {
  background-color: darkblue;
}

.btn-whatsapp {
  align-items: center;
  justify-content: center;
  width: fit-content;
  flex: 0.75;
  box-shadow: 4px 11px 20px 0px rgb(40 40 40 / 60%);
}

.icon-whatsapp {
  width: 50px;
  margin-left: 10px;
}

.logo-facebook {
  width: 45px;
}

.logo-instagram {
  width: 42px;
  margin-top: 1px;
}

.logo-youtube {
  width: 42px;
  position: relative;
  top: 0px;
  left: 0.2rem;
}

.logo-linkedin {
  width: 42px;
  position: relative;
  left: 0.3rem;
}

.section-title-bg {
  background-color: #3c96ff;
}

.section-title-bg .section-title {
  color: #fff;
}

#contact {
  padding: 0;
  margin-top: 57px;
  padding-bottom: 5rem;
}
.content-left,
.content-right {
  padding: 3rem 0;
  color: #000;
}
.contact-text {
  color: #000;
}
.link-site,
.link-site:hover {
  color: #007bff;
}

.link-site:hover {
  opacity: 0.8;
}

/* @media (min-width: 992px) {
  .border-right-light {
    border-right: 1px solid #333;
  }
} */
