/*
CATEGORIES - START
*/

.category {
  margin: 15px;
}

.category img {
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.25, 0.25);
  border-radius: 10px;
}

.category_box:hover .category img {
  transform: scale(1.065);
}

.category_name {
  text-align: center;
  padding: 5px;
}

.category_name span {
  color: #000000cc;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.categories .cat i {
  position: relative;
  top: 35px;
  font-size: 2rem;
  z-index: 99;
}


/*
CATEGORIES - END
*/

/*
QUALITY - START
*/

.quality {
  display: none;
}

.quality .content {
  display: flex;
  justify-content: space-around;
  padding: 12px 0;
}

.quality_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality_item i {
  font-size: 2rem;
  vertical-align: middle;
}

.quality_item p {
  font-size: 0.8rem;
  color: #333333;
  text-transform: uppercase;
  margin: 10px 5px;
}

.quality_item p span {
  font-weight: bold;
}

/*
QUALITY - END
*/

/*
ADVANTAGES
*/

.advantage-items {
  background-color: var(--secondary-background-color);
}

.advantage-items .advantage {
  padding: 20px 0;
}

.advantage-items .advantage .owl-item {
  display: flex;
  justify-content: center;
}

.advantage-items .advantage .owl-item > span {
  font-size: 50px;
}

.advantage-items .advantage h6 {
  font-weight: 700;
}

.advantage-items .advantage .owl-item > div {
  padding-left: 15px;
}

.advantage-items .advantage .icon-container span {
  font-size: 30px;
  color: var(--primary-color);
}

.advantage-items .advantage .owl-item p {
  margin: 0;
}

/*
VANTAGENS | END
*/

/*
1100px
*/
@media (min-width: 68.75em) {
  .categories .products .products_item {
    width: 23%;
    margin: 1% 2% 1% 0;
  }
}

/*
992px and 1099px
*/
@media (min-width: 62em) and (max-width: 68.6875em) {
  .categories .products .products_item {
    width: 49%;
    margin: 1% 2% 1% 0;
  }

  .categories .products .products_item:nth-of-type(2n + 0) {
    margin-right: 0;
  }
}

/*
992px
*/
@media (min-width: 62em) {
  .quality {
    display: block;
  }
}

/*
850px and 991px
*/
@media (min-width: 53.125em) and (max-width: 61.9375em) {
  .categories .products .products_item {
    width: 32%;
    margin: 1% 2% 1% 0;
  }

  .categories .products .products_item:nth-of-type(3n + 0) {
    margin-right: 0;
  }
}

/*
768px
*/
@media (max-width: 48em) {
  .category {
    border: none;
    padding: 0;
    margin: 0;
  }

  .category_name {
    padding: 20px 20px 0 20px;
  }

  .height-banner {
    height: 100px !important;
  }

  .fundo-banner {
    background-attachment: initial !important;
    max-height: 255px;
  }
}

/*
550px and 849px
*/
@media (min-width: 34.375em) and (max-width: 53.0625em) {
  .categories .products .products_item {
    width: 49%;
    margin: 1% 2% 1% 0;
  }

  .categories .products .products_item:nth-of-type(2n + 0) {
    margin-right: 0;
  }
}

/*
550px
*/
@media (min-width: 34.375em) {
  .categories_wrap,
  .banners_wrap,
  .insta_wrap,
  .info_wrap {
    width: 100%;
  }

  .categories .products .products_item {
    display: inline-block;
    vertical-align: top;
  }
}

/*
500px
*/
@media (min-width: 31.25em) {
  .categories_wrap,
  .banners_wrap,
  .insta_wrap,
  .info_wrap {
    width: 90%;
  }
}

/*
400px
*/
@media (min-width: 25em) {
  .categories_wrap,
  .banners_wrap,
  .insta_wrap,
  .info_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
