/* Orçamento Section */
.orcamento-box {
  margin-top: 3em;
}

.orcamento-box h2 {
  font-weight: 700;
  color: #070a0b;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.orcamento-box hr {
  border: 0.1em solid #000;
  width: 5%;
  margin: 2em auto;
}

.orcamento-box p {
  text-align: center;
  width: 50%;
  display: block;
  margin: 2em auto;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #949292;
}

.input-box {
  position: relative;
}

.input-box i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.1em 0.8em 0.8em 0.8em;
}

.input-box input {
  display: block;
  width: 100%;
  padding: 0 0 1em 2.5em;
  box-sizing: border-box;
  border-radius: 0.5em;
  border: 0.1em solid #ccc;
  margin-bottom: 1.5em;
  height: 5em;
  font-family: 'Didact Gothic', sans-serif;
}

.input-box input[placeholder] {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 0.9em;
  line-height: 1em;
}

form textarea {
  display: block;
  width: 100%;
  padding: 0 0 1em 2.5em;
  box-sizing: border-box;
  border-radius: 0.5em;
  border: 0.1em solid #ccc;
  margin-bottom: 1.5em;
  font-family: 'Didact Gothic', sans-serif;
}

form textarea[placeholder] {
  padding: 1.2em 0 0 2.5em;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
}

.servicos-orcamento h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.checkbox-wrapper {
  font-family: 'Didact Gothic', sans-serif;
  padding: 0.6em;
  box-sizing: border-box;
  border: 0.05em solid #ccc;
  border-radius: 0.3em;
  margin-bottom: 0.95em;
}

.form-left {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 1.5em;
}

.form-right {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 1.5em;
}

.text-form {
  text-align: left;
  font-family: 'Didact Gothic', sans-serif;
  color: #7b7b7b;
  font-size: 0.8em;
}

.botao {
  display: block;
  background: #000;
  color: #fcfcfc;
  width: 12em;
  padding: 0.5em 1em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.5em;
  margin: 2em auto;
}

.botao:hover {
  background: #232323;
}

.botao input[type="submit"] {
  font-family: 'Didact Gothic', sans-serif;
  background: none;
  border: none;
  color: #fcfcfc;
  cursor: pointer;
}

/* Contato */
.botao-contato {
  display: block;
  background: #000;
  color: #fcfcfc;
  width: 12em;
  padding: 0.5em 1em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.5em;
  margin: 1.2em 0 1em auto;
}

.botao-contato:hover {
  cursor: pointer;
  background: #232323;
}

.botao-contato input[type="submit"] {
  font-family: 'Didact Gothic', sans-serif;
  background: none;
  border: none;
  color: #fcfcfc;
  cursor: pointer;
}

.or-line {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.or-line hr {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  box-sizing: border-box;
}

.or-line span {
  vertical-align: middle;
  width: 10%;
}

.whatsapp {
  display: block;
  text-align: center;
  margin: 1em auto 2em auto;
  font-size: 1.4em;
  width: 11em;
}

.whatsapp span {
  background: #000;
  color: #fcfcfc;
  padding: 0.5em 1em;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0.5em;
}

.whatsapp i{
  font-size: 2em;
  vertical-align: middle;
  color: #949292;
  margin-right: 0.3em;
}

@media screen and (max-width: 960px) {
  .form-right {
    width: 100%;
    padding: 0 1.5em 0 1.5em;
  }
  .form-left {
    width: 100%;
    padding: 0 1.5em 0 1.5em;
  }
  .text-form {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
  }
  .botao-contato  {
    margin: 1.5em auto;
  }
  .orcamento-box p {
    width: 80%;
  }
}
//
