body{
  margin-top: 3.2rem;
  width: 100vw;
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  background-position: 30% 0%;
  overflow-x: hidden;
}

.container-form{
  min-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-form h1{
  text-align: center;
  color: #FF850A;
  font-size: 3rem;
  font-weight: 700;
}

.contato-form{
  width: 100%;
}

.container-form p{
  text-align: center;
  margin: 1rem 0;
  color: white;
  font-weight: 600;
}

form ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

form ul li{
  margin-top: 1rem;
}

form ul li:last-of-type{
  text-align: center;
}

.full{
  width: 100%;
}

.half{
  width: calc(50% - .5rem);
  margin-right: 1rem;
}

.half:last-of-type{
  margin-right: 0;
}

.full, .half{
  padding: 1rem;
  border: none;
  outline: none;
  border-radius: 5px;
}

textarea{
  resize: none;
  height: 15rem;
}

button{
  border: 0;
  background: #FF850A;
  padding: .5rem;
  outline: none;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}

button:hover{
  transform: translateY(-2px);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.12);
}

button.wpp{
  background: #25D366;
  color: white;
}

span{
  color: white;
  font-weight: 600;
}

.translation{
  color: white !important;
}

.translationcontainer{
  color: white !important;
}

.ativo{
  color: #FF850A !important;
}

@media screen and (max-width: 900px){
  .container-form{
    margin-top: 5rem;
  }
}
