.body {
  background-color: #060630;
}

.contato {
  z-index: 2;
  background-image: url('../images/fundo-ondulado.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 6rem;
  position: relative;
}

.div-contato {
  z-index: 5;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #ffa235;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  flex-flow: column;
  align-items: center;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.section {
  z-index: 2;
  object-fit: cover;
  background-image: url('../images/fundo-quadros.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.imagem-logo {
  max-width: 38vw;
}

.div-social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffa235;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem 1.5rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.imagem-social, .imagem-estrela {
  width: 2rem;
  height: 2rem;
}

.heading-contato {
  color: #983352;
  text-align: center;
  font-family: niveau-grotesk, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: .8;
}

.line-separator {
  background-color: #983352;
  width: 100%;
  height: 2px;
}

.contato-link {
  color: #983352;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}

.contato-titulo {
  color: #983352;
  font-family: niveau-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.contato-grupo2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contato-titul-menor {
  color: #983352;
  font-family: niveau-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.contato-lin-menor {
  color: #983352;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.contato-grupo-menor {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contato-grupo1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-big {
  font-size: 5rem;
}

.div-social-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.imagem-seta {
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .contato {
    background-size: cover;
  }

  .div-contato {
    width: 80vw;
  }

  .section {
    object-fit: fill;
    background-size: 120%;
    padding-top: 4rem;
  }

  .imagem-logo {
    max-width: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: 160%;
  }

  .imagem-logo {
    max-width: 60vw;
  }

  .div-social-list {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .div-contato {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section {
    background-size: 190%;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .imagem-logo {
    max-width: 75vw;
    max-height: 80vw;
  }

  .div-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-contato {
    font-size: 2.5rem;
  }

  .heading-big {
    font-size: 4rem;
  }

  .div-social-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}


