@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css%22);


form {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
}
form input, form textarea, form button {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
}

form button {
  color: white;
  background: black;
  cursor: pointer;
}
form button:hover{
    background-color: gray;
}

form textarea {
  height: 156px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}
#contacto{
  background-color: rgba(121, 113, 113, 0.712);

}
