.content {
  background: linear-gradient(60deg, #995CF5 8%, rgb(81, 0, 116) 100%);
  height: 80%;
  font-size: 18px;
}

.pure-g {
  display: flex;
  line-height: 1.7em;
  color: rgb(0, 0, 0);
}

.form-email {
  padding: 3%;
}

#text {
  border: none;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em 0.6em;
  border-radius: 4px;
  resize: none;
  
}


.pure-form {
  text-align: left;
}

.text-contato {
  text-align: left;
  padding: 4%;
}

.text-contato h4{
  color: rgb(0, 0, 0);
}

fieldset {
  border-style: none;
}


.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
    color: rgb(0, 0, 0);
}

.pure-form input[type] {
    border: none;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em 0.6em;
    border-radius: 4px;
}

.pure-button {
    background-color: black;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
    text-decoration: none;
}

/*redes socias*/

.img-links {
  width: 10%;
  padding: 6px;
}


.direitos {
  background-color: black;
  color: white;
  font-size: 13px;
  text-align: center;
  position: absolute;
  width: 100%;
}

.logo-contato{
  width: 50%;
  padding-top: 4%;
}

/*-------responsivo---------*/

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .pure-g {
    flex-direction: column-reverse;
    align-items: center;
  }

  .text-contato {
    text-align: center;
  }

  .logo-contato{
    width: 90%;
    padding-top: 20%;
    padding-bottom: 15%;
  }

  
  .texto-faleConosco {
    text-align: justify;
  }


  .content {
    height: 100%;
  }

  .form-email {
    width: 80%;
    padding-bottom: 10%;
  }
}