body {
  margin: 0;
  padding: 0;
}

form {
  font-size: 16px;
  background: #ccc;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}

h1 {
  color: black;
}

input,
textarea {
  width: 474px;
  padding: 10px;
}

.enviar input {
  background-color: #069;
  height: 40px;
  width: 150px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid;
  color: #fff;
}

.enviar input:hover {
  background: #078;
  cursor: pointer;
}

textarea {
  height: 120px;
  line-height: 20px;
}

/*--------------------*\
    FOOTER
\*--------------------*/
footer {
  padding: 5px;

  position: relative;
  text-align: center;
  background-color: black;
  height: 1%;
}

footer p {
  color: #f48636;
}

.social {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin-left: 15px;
  width: 50px;
}

.social:hover {
  cursor: pointer;
  opacity: 0.7;
}

.social-facebook {
  background-image: url(/images/facebook.svg);
}

.social-instagram {
  background-image: url(/images/instagram.svg);
}

.social-whatsapp {
  background-image: url(/images/whatsapp.svg);
}
