:root {
  --verde-1: #d1e8a0;
  --lilaz-1: #946ecc;
  --laranja-1: #FF4605;
  --poppins: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
}

.tipos-filtro {
  background: url("../imagens/filtro-tipo-bg.png") center no-repeat;
  background-size: cover;
}
.tipos-filtro .padding {
  height: 200px;
}
.tipos-filtro .tipo {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 230px;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 7px;
  padding: 5px;
}
.tipos-filtro .tipo .imagem {
  margin-bottom: 15px;
  height: 175px;
}
.tipos-filtro .tipo .imagem img {
  max-height: 100%;
  filter: drop-shadow(2px 4px 6px rgb(0,0,0,.3))
}
.tipos-filtro .tipo .texto {
  font-size: 18px;
  font-family: var(--calistoga);
  color: #000;
  display: block;
  width: 160px;
  line-height: 20px;
  height: 60px;
}
.tipos-filtro .tipo:hover {
  text-decoration: none;
}
.tipos-filtro .tipo:hover, .tipos-filtro .tipo.active {
    border-color: var(--lilaz-1);
}
.tipos-filtro .tipo.active {
    border-color: var(--laranja-1);
}


/*-lg*/
/*-md*/
/*-sm*/
/*-mobile*/
@media (max-width: 575.98px) {
  .tipos-filtro .tipo {
    height: auto;
  }
  .tipos-filtro .tipo .imagem {
    height: 100px;
  }
  .tipos-filtro .tipo .imagem img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tipos-filtro .tipo .texto {
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    width: auto;
  }
}


/*# sourceMappingURL=tipos-filtro.css.map */
