.main__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3em;
}

.main__search_text {
  width: 15em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #355277;
  font-size: 25px;
  padding-left: 0.5em;
}

.main__search_text:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}

.main__search_button {
  width: 2.5em;
  border: 0px;
  position: relative;
  top: 1px;
}

.main__search_order {
  width: 100%;
  padding-left: 80%;
  height: 2em;
  margin: 0;
}

.main__search_type {
  width: 50%;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12%;
  height: 1.5em;
}

.main__search_type a {
  color: #636b6f;
  width: 6em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main__order_group {
  width: 50%;
  padding-left: 20%;
  height: 1.5em;
}

.main__order_group a {
  width: 11em;
  padding: 1em;
  color: #636b6f;
}

.main__order_group a:hover {
  text-decoration: none;
}

.fa-exclamation {
  padding-left: 13em;
}

form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
}

.titulo {
  width: 100%;
  height: 5em;
}

.main__publications__detail {
  color: #636b6f;
}

.publication__date {
  width: 100%;
  font-size: 15px;
  text-align: left;
}

.alert-fail {
  color: red;
}

