#tramites *:not(i) {
  font-family: 'WorkSans';
}

#tramites h2 {
  text-align: center;
  font-family: 'Montserrat-Bold';
  margin: 30px 0;
  color: var(--govcoSecondaryBlue);
}

#tramites h3 {
  font-style: normal;
  color: var(--govcoMainBlue);
  margin-bottom: 10px;
}

#procedureContent .row {
  margin-bottom: 30px;
}

#tramites i {
  width: 20px;
  text-align: center;
}

.input-group-append {
  width: 0;
}

#procedureSearchBtn {
  width: 30px;
  text-align: center;
  color: white;
  background-color: var(--govcoMainBlue);
  border: none;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  /* margin-left: -30px; */
  z-index: 5;
  position: relative;
  text-decoration: none;
  transform: translate(-40px, 3px);
}

#procedureSearch {
  padding: 5px;
  border-radius: 5px;
  border-color: #00000026;
}