.portlet-body {
  display: flex;
  justify-content: baseline;
  align-items: center;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

select {
  width: 468px;
  height: 40px;
}

button {
  width: 105px;
  height: 44px;
  background: #0EB0FC;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  display: inline-flex;
  justify-content: center;
  line-height: 1.6em;
  font-weight: 600;
  padding: 0.8em 2.5em;
  border-radius: 7px;
  border: none;
  outline: none;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  color: #004F9F;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Roboto';
}


.cardHover:hover {
  transform: translateY(-5%);
  transition: 1ms;
}

.home-button {
  position: absolute;
  bottom: 20px;
  right: 5.7rem;
  display: inline-block;
  padding: 10px;
  width: 0.25em;
  border-radius: none;
  top: 4%;
}

#campoPesquisa {
  height: 37px;
  font-size: 13px;
  padding: 5px 20px;
  margin-right: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  box-shadow: 2px 2px 4px rgba(90, 88, 88, 0.2);
  flex-grow: revert;
  margin-left: auto;
}

#btnPesquisar,
#btnLimpar {
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Roboto';
  cursor: pointer;
  background-color: #0EB0FC;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(49, 49, 49, 0.2);
  margin-right: -2px;
  width: auto;
  padding: 10px;
}

#formulario {
  overflow: hidden;
}

#resultadoPesquisa {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {

  #btnPesquisar,
  #btnLimpar {
    width: 100%;
    margin: 5px 0;
  }

  #campoPesquisa {
    width: 100%;
    margin-left: 0;
  }
}


li {
  list-style-type: square;
}