
.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;
  position: relative;
}

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; }



#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: none;
}

#campoPesquisa {
  width: auto;
  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;
  position: relative;
}

#listaSugestoes {
  position: absolute;
  top: 100%;
  right: 10.5em;
  left: auto;
  width: 24em;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}


#listaSugestoes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#listaSugestoes ul li {
  padding: 4px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

#listaSugestoes ul li:hover {
  background-color: #f9f9f9;
}

@media (max-width: 600px) {
  #btnPesquisa, #campoPesquisa {
    width: 100%;
    margin: 5px 0;
  }
}
