.product-categories-widget {
  position: relative;
  padding-top: 130px;
  background: linear-gradient(to bottom, #ce1141 40vw, #ffffff 30vw);
}

.product-categories-widget .btn-inicio {
  text-transform: uppercase;
  color: #ce1141;
  background-color: white;
  padding: 1vw 3vw;
  border-radius: 4px;
  text-decoration: none !important;
  position: absolute;
  top: 140px;
  left: 18vw;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 800;
}

/* ESPIGAS */
.product-categories-widget .espiga-left,
.product-categories-widget .espiga-right {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.product-categories-widget .espiga-left {
  background-image: url(./images/portafolio-esp-izq.svg);
  background-position: left center;
  width: 20vw;
  height: 20vw;
  left: 0;
  top: 40vw;
}

.product-categories-widget .espiga-right {
  background-image: url(./images/portafolio-esp-der.svg);
  background-position: right center;
  width: 20vw;
  height: 25vw;
  right: 0;
  top: 52vw;
}

/* FEATURED */
.product-categories-widget .featured-category {
  background-color: #ce1141;
  height: 48vw;
  padding-top: 260px;
  position: relative;
  margin-bottom: 300px;
}

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

.product-categories-widget .featured-category h3 {
  text-transform: uppercase;
  font-size: 9vw;
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 3;
  font-weight: 900;
  width: 90%;
}
.product-categories-widget .featured-category img {
  width: 75vw !important;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.product-categories-widget .featured-category img.servido {
  visibility: hidden;
}

.product-categories-widget .featured-category a {
  text-transform: uppercase;
  color: white;
  background-color: #ce1141;
  padding: 1rem 3rem;
  border-radius: 4px;
  text-decoration: none !important;
  position: absolute;
  top: 122%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 800;
  text-align: center;
}

.product-categories-widget .featured-category .espiga-header {
  background-image: url(./images/espiga-header.svg);
  width: 53vw;
  height: 29vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

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

.product-categories-widget .swiper {
  padding: 0 100px 32px;
	@media (min-width:1024px){
		max-width:90vw;
	}
}

.product-categories-widget .swiper .swiper-bg {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  height: 85%;
  background-image: url(./images/portafolio-textura-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

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

.product-categories-widget .swiper h4 {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
}

.product-categories-widget .swiper img.bodegones {
  visibility: hidden;
  position: absolute;
}

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

/* =================== RESPONSIVE =================== */

@media screen and (max-width: 1024px) {
  .product-categories-widget .btn-inicio {
    top: 130px;
    left: 20%;
    transform: translateX(-50%);
    padding: 1rem 2rem;
  }

  .product-categories-widget .featured-category h3 {
    font-size: 15vw;
    top: 30%;
  }


  .product-categories-widget .featured-category img {
    width: 100vw !important;
    top: 60%;
  }

  .product-categories-widget .featured-category .espiga-header {
    width: 75vw;
    height: 60vw;
  }

  .product-categories-widget .featured-category {
    height: 100vw;
    margin-bottom: 50vw;
  }

  .product-categories-widget .featured-category a {
    width: 80%;
  }

  .product-categories-widget .swiper {
    padding: 40px;
  }

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

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

  .product-categories-widget .swiper .swiper-bg {
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  

  .product-categories-widget {
    position: relative;
    padding-top: 130px;
    background: linear-gradient(to bottom, #ce1141 140px, #ffffff 30vw);
  }

  .product-categories-widget .btn-inicio {
    top: 130px;
  
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

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

  .product-categories-widget .featured-category a {
    font-size: 0.9rem;
  }
}
