.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 3px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}


.cst-form-textarea {
  border: none;
  border-bottom: 2px solid #e3e7e8!important;
}

.cst-form-textarea:focus {
  border-bottom: 2px solid #000!important;
}

.title-contacto {
  text-align: center;
  color: #434343;
  font-family: "Archivo Black", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
}
.text-danger {
  color: #f95656;
  font-size: 14px;
}


@media (max-width: 767px) {
  .title-contacto {
    font-size: 22px;
    line-height: 29px;
  }
}