/* Text Elements */

h3 {
  font-size: 20px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3.form-header {
  display: inline-block;
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

h4 {
  font-family: 'Roboto', sans-serif;
}

h4.section-title {
  color: #337ab7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

p.paragraph {
  color: #333;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-2 {
  margin-bottom: 0;
}

/* Interaction Elements */

form.form-container.my-form {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5vw auto;
  padding: 30px;
  min-height: 100px;
  max-width: 94%;
  width: auto;
  border: .0625rem solid #c1c1c1;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .15) 0 20px 60px -5px;

  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

label.label.label-btn {
  margin-bottom: 16px;
  padding: 15px 18px;
  border: 0 solid transparent;
  border-radius: 8px;
  background-color: #337ab7;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  font-size: 18px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  cursor: pointer;
}

label.label.label-btn:hover {
  background-color: #14679e;
}

/* Layout Elements */

.container.container-1 {
  margin-bottom: 30px;
}

.container.topico {
  margin-bottom: 30px;
}

@media screen and (min-width: 40rem) {
  /* Interaction Elements */

  form.form-container.my-form {
    max-width: 640px;
  }
}