/*Section - Categoria de Produtos*/

.section-product-category{
    overflow: hidden;
}



.container-category-product .explore-link h4 {
    line-height: 100%;
    font-weight: 600;
    color: #3C7C00;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    top: -40px;
    display: flex;
    align-items: end;
    font-size: 16px
  }

  .container-category-product .explore-link h4:hover {
    color: #3C7C00;
    background-color: transparent;
    border: 0;
  }
  .container-category-product .explore-link h4>span {
    margin-left: 9.3px;
    font-size: 14px;
  }

  .container-category-product .carousel-product-category-arrows .slick-next:before {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    content: "\f1df";
    color: #3C7C00;
    position: inherit;
  }

  .container-category-product .carousel-product-category-arrows .slick-prev:before {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    content: "\f1e6";
    color: #3C7C00;
    position: inherit;
  }

  .container-category-product .carousel-product-category-arrows .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .container-category-product .carousel-product-category-arrows .slick-next,
  .container-category-product .carousel-product-category-arrows .slick-prev {
    position: relative;
    top: 0;
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-top: 56px;
    background-color: transparent;
    border: 1px solid #3C7C00;
    color: #3C7C00;
    cursor: pointer;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
  }

  .container-category-product .carousel-product-category-arrows .slick-next:focus,
  .container-category-product .carousel-product-category-arrows .slick-prev:focus {
    box-shadow: inset 0 0 0 2px #3C7C00;
  }

  .container-category-product .carousel-product-category-arrows {
    text-align: end;
    display: block ruby;
    white-space: nowrap;
  }

  .container-category-product .carousel-product-category-arrows .slick-prev {
    margin-right: 16px;
  }

  #slick-carousel-category .slick-carousel {
    padding-top: 48px;
  }

.container-category-product a {
    cursor: pointer;
    color: #3C7C00!important;
}
.container-category-product h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 64px;
}
.slider__products__category .slick-list{
    overflow: visible;
    margin: 0 -7.5px;
}

.container-category-product .slider__item{
    padding: 0 7.5px;
}

.container-category-product .card {
    border: 0px;
    border-radius: 0;
    padding: 0 7.5px;
    justify-content: end;
    align-items: center;
    height: 364px;
    width: 100%;
    background-repeat: no-repeat;
}

.container-category-product .slider__item:first-child .card{
  border-radius: 0px 0px 0px 48px;
}
.container-category-product .slider__item:last-child .card{
  border-radius: 0px 48px 0px 0px;
}
.container-category-product .card-subtitle-height {
  height: 440px;
}
.container-category-product .card-subtitle-padding {
  padding: 34px 28px;
}
.container-category-product .card-img-overlay {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.container-category-product .card-img-overlay .card-title {
    background: transparent;
    border-color: transparent;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    padding: 0.375rem 0.75rem;
    font-weight: 300;
}
.container-category-product .card-img-overlay .card-title .title-height {
  height: 72px;
}
.container-category-product .card-img-overlay .card-title .material-icons-outlined {
  font-size: 16px;
  margin-left: 17.5px;
}
.container-category-product .card-img-overlay .card-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  margin-top: 8px;
}

.container-category-product img {
    max-width: 291px;
    width: 100%;
    height: 233px;
}

@media (max-width: 820px) {
  .container-category-product .card-img-overlay .card-title {
    font-size: 21px;
  }
  .container-category-product .card-img-overlay .card-description {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .container-category-product .arrows {
    display: none;
  }
  .container-category-product h2 {
    font-size: 24px;

  }
  .container-category-product .arrows {
    display: none;
  }
  .container-category-product .card-img-overlay .card-title {
    font-size: 18px;
    font-weight: 400;
  }
  .container-category-product .card-img-overlay .card-description {
    font-size: 14px;
    margin-top: 8px;
  }
  .container-category-product .card-img-overlay span {
    font-size: 18px;
  }
  .container-category-product .slider__item:first-child .card,
  .container-category-product .slider__item:last-child .card {
    border-radius: 0px;
  }
}
