

.main-banner-slider {
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1170px;
  margin-top: 25px;
}

.banner-slider-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  overflow: hidden;
  clip-path: inset(0);
  touch-action: pan-y;
  width: 100%;
}

.hero-slider {
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.content-slider {
  display: flex;
  flex-flow: column nowrap;
  flex: 2;
  justify-content: space-between;
  padding: 24px;
  row-gap: 16px;
}

.header-content {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 24px;
}

.header-tag {
  font-family: "TelefonicaWeb-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.header-tag--purple {
  color: #e63780;
}

.header-tag--blue {
  color: #019df4;
}

.header-title {
  color: #0b2739;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.header-title > strong {
  font-family: "TelefonicaWeb-Bold";
}

.action-content {
  background-color: #019df4;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "TelefonicaWeb-Regular";
  font-size: 14px;
  line-height: 16px;
  max-width: 200px;
  padding: 9.5px 16px;
  text-decoration: none;
  transition: background-color 100ms ease-in-out;
  width: 100%;
  text-align: center;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.action-content:hover {
  background-color: #0a7ac9;
}

.banner-slider {
  align-items: center;
  display: flex;
  flex: 3;
  width: 100%;
}

.banner-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.action-slider {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  padding: 12px 0 16px 0;
}

.action-prev,
.action-next {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  z-index: 10;
}

.action-prev::before {
  content: url("../images/chevron-prev.svg");
}

.action-next::after {
  content: url("../images/chevron-next.svg");
}

.bullet-container {
  column-gap: 2px;
  display: flex;
}

.bullet-slider {
  align-items: center;
  background-color: transparent;
  border-radius: 50px;
  border: none;
  color: #6b6d70;
  cursor: pointer;
  display: flex;
  font-family: "TelefonicaWeb-Regular";
  font-size: 16px;
  height: 36px;
  justify-content: center;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  width: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  z-index: 10;
  position: relative;
}
.bullet-slider:hover {
  color: #0097ee;
}

.bullet-slider.bullet--active {
  color: #0097ee;
  font-family: "TelefonicaWeb-Bold";
  font-weight: 700;
}

/* .banner-slider-wrapper {
  overflow: hidden;
  touch-action: pan-y;
  width: 100%;
} */

.banner-slider-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

/* .hero-slider {
  flex: 0 0 100%;
  max-width: 100%;
 }*/

.bullet-slider {
  overflow: visible;
  padding: 0;
  position: relative;
}

.bullet-slider .bullet-num {
  display: inline-block;
  line-height: 36px;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bullet-slider .bullet-ring {
  display: block;
  height: 36px;
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: rotate(-90deg);
  width: 36px;
  z-index: 1;
}

.bullet-slider .bullet-ring circle {
  fill: none;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 3;
  stroke: #0097ee;
}

/* Media querys */
@media (max-width: 768px) {
  .hero-slider {
    flex-flow: column nowrap;
    height: auto;
  }
  .main-banner-slider {
    background-color: #fff;
    margin-top: 70px;
  }
  .banner-slider-wrapper {
    background-color: transparent;
    border-radius: 0;
  }
  .banner-slider {
    min-width: 100%;
    order: 0;
    height: 241px;
  }
  .content-slider {
    order: 1;
    padding-bottom: 0;
    row-gap: 16px;
    padding-top: 16px;
    height: 100%;
  }
  .action-slider {
    order: 2;
    padding: 16px;
  }
  .header-content {
    row-gap: 8px;
  }
  .header-tag {
    font-size: 14px;
  }
  .header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-image {
    min-height: 241px;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (max-width: 568px) {
  .action-content {
    max-width: unset;
  }
}
