.contact-clean {
  background: rgba(231,226,193,0.5);
  padding: 40px 0;
}

.contact-clean form {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.contact-clean h2 {
  margin-top: 5px !important;
  /*font-size: 28px !important;*/
  font-weight: 600 !important;
  margin-bottom: 36px !important;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px !important;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #aebc88 !important;
  margin-top: 15px;
  color: #fff;
}

.contact-clean form .btn-danger {
  background-color: #d72323 !important;
  margin-top: 15px;
  color: #fff;
}

.editorial-board {
  margin-top: 40px;
}

.colabgroup p.text-center {
  color: #789039;
  font-weight: 600;
}

.eic {
  margin: 0px 5px 30px 5px;
  background-color: #ffffff;
  padding: 30px 0px 30px 0px;
  border-left: 4pt solid #62762f;
}

.colaborador {
  margin: 0px 5px 30px 5px;
  background-color: #ffffff;
  padding: 30px 0px 30px 0px;
  min-height: 204px;
  border-left: 4pt solid #62762f;
}

.colaborador h5 {
  margin: 0;
}

.colaborador p {
  margin: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #789039;
  background-color: #fff;
  border: 1px solid #e7e2c1;
}

.page-link:hover {
  z-index: 2;
  color: #62762f;
  font-weight: 700;
  text-decoration: none;
  background-color: #e7e2c1;
  border-color: #e7e2c1;
  transition: 1s;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 1000px) {
  .colaborador {
    min-height: 164px !important;
  }
}

@media (max-width:767px) {
  .colaborador {
    min-height: 190px !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .colabgroup h5.text-center {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .colabgroup p.text-center {
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {
  .colabgroup h5.text-center {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 576px) {
  .colabgroup p.text-center {
    font-size: 16px !important;
  }
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

