/*--------------------------------------------------------------
# Contato
--------------------------------------------------------------*/
.contato {
  padding-top: 60px;
  /* background: url(../img/box-contato-bg.jpg) left no-repeat; */
  display: block;
  position: relative;
  padding-bottom: 60px !important;
  background: #1d3463;
}

.contato .php-email-form {
  width: 100%;
  border-top: 0px solid #eb5d1e;
  border-bottom: 0px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.5em;
}

.contato .php-email-form .form-control {
  height: 42px !important;
}

.contato .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.checkbox input {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.error {
  color: #ed3c0d;
  text-align: left;
}

.contato .php-email-form input,
.contato .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contato .php-email-form input {

  border-radius: 0.5em;
}

.contato .php-email-form textarea {
  padding: 10px 12px;
  border-radius: 0.5em;
}

.contato .php-email-form button[type="submit"] {
  background-color: #FAB500 !important;
  border: 0;
  padding: 10px 24px;
  color: #1d3463;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(226, 165, 5, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(226, 165, 5, 1);
  box-shadow: 0px 6px 0px 0px rgba(226, 165, 5, 1);
  text-transform: uppercase;
  font-size: 1.10rem;
}

.contato .php-email-form button[type="submit"]:hover {
  color: #1d3463;
  background: #ffc451;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-primary {
  background-color: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #1d3463;
  transition: 0.4s;
  border-radius: 4px;
}

.btn-primary:hover {
  background-color: #1d3463;
  border: 0;
  padding: 10px 24px;
  color: #f4b328;
  transition: 0.4s;
  border-radius: 4px;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FAB500;
  bottom: 0;
  left: calc(50% - 25px);
}

.desc_small {
  color: #fff;
  text-align: center;
  margin-top: 2em;
}

.form-group label {
  margin-top: 5px;
  margin-bottom: 4px;
}

#features {
  background: #00254c;
}

.features .icon-box p {
  font-size: 12px;
  color: #e9e7e7;
}