.bg-fundo {
  background-image: url('../images/632457832.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contact-link {
  color: #fff;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.contact-link:hover {
  color: #ed1a4d;
}

.center-item {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.box-contact {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff24;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 30px;
  display: flex;
}

.logo {
  width: 400px;
}

.logo-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .center-item {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .logo {
    width: 60%;
  }
}
