#divPesquisa {
  max-width:340px;
  min-width:200px;
  margin: 30px 0;
  position: relative;
  height: 50px;


}
#divPesquisa input {
  height: 50px;
  border: 1px solid #C0C0C0;
    border-radius: 6px;
  outline: none;
  padding-right: 38px;
  padding-left: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.5s ease-out;
  cursor: pointer;
  
}
#divPesquisa input:hover{
    border: 1px solid #FF8C00;
}


#divPesquisa button { 
  height: 50px;
  width: 50px;
  background:  url(../img/lupa.png)  center no-repeat;
  background-size: 50%;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  
}
#divPesquisa button:focus {
  outline: none;
  
}
/* esconde o LABEL "Buscar" */
#divPesquisa input:focus {
border: 1px solid #FF8C00;
}
.btnCat{
    background-color: #f5f5f5;
    font-weight: bold;
    border: 0.15rem solid #1a1c6e;
    padding: 10px 20px;
    color: #1a1c6e;
    text-decoration: none;
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    margin: 10px 0;
   
}
.btnCat:hover{
    
    color: #f5f5f5;
    text-decoration: none;
   background-color: #1a1c6e;
   
}
.btnCatActive{
    color: #f5f5f5;
  background-color: #1a1c6e;
   box-shadow:  0px 10px 10px -4px rgba(26,28,110,0.43), 5px 5px 15px 5px rgba(0,0,0,0);
}
