header {
  position: relative;
  height: auto;
  background: url(../img/header/banner-01.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 50px;
}
header .menu-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 9;
}
header h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 200;
}
header p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #fff;
}
section {
  margin: 60px 0;
}
#filtroProcesso h6 {
  color: #20265b;
  font-weight: 600;
  margin-bottom: 15px;
}
#filtroProcesso form {
  margin-bottom: 30px;
  position: relative;
}
#filtroProcesso form input[type="text"] {
  width: 100%;
  padding: 14px 15px;
  background: #f5f6fa;
  border: none;
  border-radius: 4px;
  font-weight: 200;
  font-size: 15px;
}
#filtroProcesso form button {
  background: transparent;
  border: 2px #21265b solid;
  border-radius: 50px;
  padding: 4px 10px 4px 12px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.form-checkbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}
.form-checkbox label {
  display: block;
  margin: 9px 20px;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}

.form-radio input[type="radio"] {
  width: 0;
}

.form-radio label {
  cursor: pointer;
  background: #ececf0c5;
  padding: 4px 8px 3px 5px;
  border-radius: 4px;
  margin: 5px 3px;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  color: #9babbf;
  position: relative;
}

.form-radio input[type="radio"] {
  width: 0;
}

input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: #c7c7d0;
  padding: 4px 8px 3px 5px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  color: #9babbf;
  z-index: -1;
}

input[type="radio"]:checked::before {
  opacity: 1;
}

#filtroProcesso .col-lg-4 {
  padding-right: 50px;
  border-right: 2px #c3c6d3 solid;
}

.filter-ordem {
  margin-bottom: 30px;
  color: #a3afbd;
  font-size: 14px;
  float: right;
  margin-top: -22px;
}
.filter-ordem select {
  word-wrap: normal;
  padding: 5px;
  color: #a3afbd;
  border: 1px #a3afbd solid;
  border-radius: 4px;
  font-size: 13px;
}

.box-processos-filter {
  background: #f9fafc;
  padding: 20px;
  margin-top: 25px;
  display: flex;
  width: 100%;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.box-processos-filter:hover {
  transform: scale(1.01);
}
.box-processos-filter img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.box-processos-filter h3 {
  color: #20265b;
  margin-bottom: 0px;
  font-size: 23px;
}
.box-processos-filter p {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 13px;
  color: #242424;
}
.category-processos {
  background: #a1b0c3;
  display: inline-block;
  color: #fff !important;
  font-size: 10px !important;
  padding: 5px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

#tab-detalhes04 h5 {
  color: #21265b;
  font-weight: 700;
  margin: 10px 0 0 0;
}
#tab-detalhes04 h6 {
  color: #20265b !important;
  font-weight: 600 !important;
  margin-bottom: -5px !important;
  margin-top: 25px !important;
}

.form-padrao {
  width: 100%;
}
.form-padrao input,
.form-padrao select,
.form-padrao textarea {
  width: 100%;
  padding: 14px 15px;
  background: #f5f6fa;
  border: none;
  border-radius: 4px;
  font-weight: 200;
  font-size: 15px;
}
.form-padrao button {
  background: #a1b0c3 !important;
  border: 0px #21265b solid !important;
  border-radius: 50px !important;
  padding: 10px 20px 10px 20px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  color: #fff !important;
  margin-top: 15px !important;
}
.form-padrao label {
  display: inline-block;
  margin-bottom: 0;
  color: #21265b;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  bottom: -17px;
  left: 4px;
  background: #f5f6fa;
  padding: 0px 10px;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .filter-ordem {
    margin-bottom: 30px;
    color: #a3afbd;
    font-size: 14px;
    float: left;
    margin-top: 10px;
  }
  .box-processos-filter {
    flex-wrap: wrap;
    text-align: center;
  }
  .box-processos-filter img {
    margin: 0 auto 15px auto;
  }
}

/* Apresentação */
.box-processos-filter img {
  object-fit: contain !important;
  min-width: 150px !important;
}
