.product-categories-home-widget {
  position: relative;
  margin: 0 2rem;
}

.product-categories-home-widget .container {
  max-width: 1400px;
  margin: auto;
}

.product-categories-home-widget .btn-portafolio-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
  bottom: 5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product-categories-home-widget .btn-portafolio {
  background-color: #ce1141 !important;
  color: white !important;
  text-align: center;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 800;
}

.product-categories-home-widget .btn-portafolio a {
  text-decoration: none !important;
}

/*CAROUSEL SECTION*/
.product-categories-home-widget .swiper-title {
  color: #ce1141;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-weight: 800;
}

.product-categories-home-widget .swiper {
  padding: 0 100px 60px 100px;
}

.product-categories-home-widget .swiper .swiper-bg {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  height: 85%;
  background-color: white;
  border-radius: 20px;

}

.product-categories-home-widget .swiper img {
  height: 20vw !important;
  width: auto !important;
  object-fit: contain;
}

.product-categories-home-widget .swiper a {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 32vw;
}

.product-categories-home-widget .swiper h4 {
  color: black;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
  font-weight: 800;
  word-wrap: normal;
}

.product-categories-home-widget .swiper .category-description {
  text-align: center;
  color: #ce1141;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.2;
  height: 5vw;
}

.product-categories-home-widget .swiper-button-next,
.product-categories-home-widget .swiper-button-prev {
  width: 4rem;
  height: 8rem;
}

.product-categories-home-widget .swiper-button-next,
.product-categories-home-widget .swiper-button-prev {
  color: #ce1141 !important;
}

@media screen and (max-width: 1024px) {
  .product-categories-home-widget {
    margin: 0;
  }

  .product-categories-home-widget .swiper {
    padding: 35px;
    padding-bottom: 64px;
  }


  .product-categories-home-widget .swiper a {
    height: auto;
  }

  .product-categories-home-widget .swiper-title {
    font-size: 8vw;
  }

  .product-categories-home-widget .swiper img {
    height: 60vw !important;
  }

  .product-categories-home-widget .swiper .category-description {
    font-size: 4vw;
    height: auto;
  }

  .product-categories-home-widget .swiper .swiper-bg {
    /* background:transparent;*/
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .product-categories-home-widget .swiper .swiper-bg {
    border-radius: 2rem
  }
}