.swiper-sectores .swiper-wrapper {
  margin-bottom: 32px;
}

.slide-sectores a.ct-link {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.slide-sectores a.ct-link:hover img.ct-image {
  transform: scale(1.2);
}
.slide-sectores a.ct-link:hover h3.card-title {
  transform: translateY(-5px);
}
.slide-sectores a.ct-link img.ct-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 0.3s all ease;
}
.slide-sectores a.ct-link div.overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 81.5%);
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide-sectores a.ct-link h3.card-title {
  z-index: 1;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  position: absolute;
  bottom: 32px;
  padding: 0 7px;
  width: 100%;
  text-align: center;
  transition: 0.3s all ease;
  box-sizing: border-box;
}

.swiper-sectores-prev-next-wrapper {
  display: flex;
  gap: 16px;
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-prev {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  cursor: pointer;
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-prev:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-prev:hover img {
  filter: invert(92%) sepia(11%) saturate(84%) hue-rotate(323deg) brightness(89%) contrast(87%);
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-next {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  cursor: pointer;
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-next:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.swiper-sectores-prev-next-wrapper .swiper-sectores-next:hover img {
  filter: invert(92%) sepia(11%) saturate(84%) hue-rotate(323deg) brightness(89%) contrast(87%);
}

@media (max-width: 991px) {
  .slide-sectores a.ct-link {
    height: 340px;
  }
}
