/* produtos */
.title-section {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 4px;
  overflow: hidden;
  text-align: center;
}

.img-category:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.valor-produto {
  font-weight: 700;
  font-size: 1.3rem;
}

.btn-adicionar {
  color: #fff;
  font-weight: 500;
  padding: 2px 50px;
  background-color: black;
  border-radius: 30px;
}

.name-product {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.375rem;
}

.category {
  font-size: 1.2rem;
  line-height: 1rem;
}

.imagem {
  width: 100%;
}

.img-hover {
  display: none;
}

.hover_image:hover .img-main {
  display: none;
}

.hover_image:hover .img-hover {
  display: inline-block;
}

.product {
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto;
}

.product-detail {
  color: black;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  transition: ease-in-out 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
