@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* wrapper para aislar del theme */
.sabbag-slider-wrapper,
.sabbag-slider-wrapper * {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box !important;
}

.sabbag-slider-wrapper {
  width: 100%;
}

/* swiper */

.sabbag-slider-wrapper .swiper {
  width: 100% !important;
  height: 500px !important;
}

.sabbag-slider-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
}

/* media */

.sabbag-slider-wrapper .swiper-slide img,
.sabbag-slider-wrapper .swiper-slide video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* botones swiper */

.sabbag-slider-wrapper .swiper .swiper-button-next,
.sabbag-slider-wrapper .swiper .swiper-button-prev {
  border: 1px solid black !important;
  color: rgb(255, 255, 255) !important;
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(0, 35, 94, 1) !important;
  padding: 8px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.3 !important;
  transition:
    opacity 0.333s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.666s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.sabbag-slider-wrapper .swiper .swiper-button-next:hover,
.sabbag-slider-wrapper .swiper .swiper-button-prev:hover {
  opacity: 1 !important;
  transform: scale(1.1) !important;
}

/* pagination */

.sabbag-slider-wrapper .swiper .swiper-pagination span {
  background-color: rgb(0, 35, 94) !important;
  height: 10px !important;
  width: 10px !important;
}

/* content */

.sabbag-slider-wrapper .content {
  position: absolute;
  inset: 0;
  width: 50%;
  padding: 48px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
}

.sabbag-slider-wrapper .content img {
  width: 350px !important;
  height: fit-content !important;
  object-fit: contain !important;
}

.sabbag-slider-wrapper .content h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: white !important;
  line-height: 2.5rem;
}

/* buttons */

.sabbag-slider-wrapper .buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-top: 8px !important;
}

.sabbag-slider-wrapper .buttons a {
  padding: 12px 32px !important;
  font-size: 1.1rem !important;
  background-color: #00c7ff !important;
  border: none !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  transition: transform 0.333s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.sabbag-slider-wrapper .buttons .getResults {
  background-color: rgb(0, 35, 94) !important;
}

.sabbag-slider-wrapper .buttons a:hover {
  transform: scale(1.05) !important;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .sabbag-slider-wrapper .content {
    width: 100% !important;
  }

  .sabbag-slider-wrapper .content {
    width: 100% !important;
    padding: 18px !important;
  }

  .sabbag-slider-wrapper .buttons {
    width: 100% !important;
  }

  .sabbag-slider-wrapper .content h1 {
    color: white !important;
    font-size: 1.5rem !important;
    line-height: 1.9rem !important;
  }

  .sabbag-slider-wrapper .content img {
    width: 250px !important;
  }

  .sabbag-slider-wrapper .swiper-slide > img {
    display: none !important;
  }
}
