.contacto {
  width: 100%;
  height: auto;
  text-align: center;
  float: left;
  padding-left: 16%;
  padding-right: 16%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.campo-form {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin: 3px 0 6px;
  border: 1 solid black;
  padding: 5px;
  font-size: 13px;
}

.form-consulta input {
  border: 9 solid black;
}

label {
  width: 100%;
}

label span {
  color: #f00;
}

textarea {
  height: 45px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 45px;
  max-height: 60px !important;
}

.btn-form {
  display: inline-block;
  height: 26px;
  font-size: 11px;
  width: 120px;
  color: black;
  border: 0;
  background: #FAFF3C;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(-20deg);
}

.btn-form:hover {
  background: black;
  color: white;
}

@media screen and (max-width: 600px) {
  .formulario {
    width: 100%;
    text-align: center;
  }

  .contacto {
    width: 100%;
    height: auto;
    margin-right: 5%;
    text-align: center;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid black;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
  }

  .campo-form {
    border: 2 solid black;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    margin: 3px 0 6px;
    padding: 5px;
    font-size: 13px;
  }

  .btn-form {
    display: inline-block;
    height: 26px;
    font-size: 11px;
    width: 120px;
    color: black;
    border: 0;
    background: #FAFF3C;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(-20deg);
  }

  .btn-form:hover {
    background: black;
    color: white;
  }
}
