body {
  background-color: #F5F6F7;
}

.footer {
  background: rgb(184, 81, 85);
  background: linear-gradient(45deg, rgba(184, 81, 85, 0.9) 0%, rgba(202, 98, 63, 0.9) 33%, rgba(238, 198, 120, 0.9) 66%, rgba(165, 205, 190, 0.9) 100%);
}

.newsletter-field {
  border: transparent;
  border-radius: 11px;
  outline: none
}

.midia-icons img {
  width: 45px;
}

@media screen and (max-width: 1366px) {
  .midia-icons img {
    width: 35px;
  }
}

@media screen and (max-width: 992px) {
  .midia-icons img {
    width: 30px;
  }
}