:root {
  --hackable-white: #fff;
  --hackable-green: #00a443;
  --hackable-green-1: #007f33;
  --hackable-border: #d8cfc7;
  --hackable-sand: #FFF5EC;
  --hackable-sand-1: #fffeff;
  --hackable-sand-3: #D8CFC7;
  --hackable-sand-7: #3A3735;
  --hackable-sand-dark: #EBE2DA;
  --hackable-sky: #d8f3ff;
  --hackable-forest: #00402a;
}

#hackable {
  width: 100%;
  max-width: 980px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--hackable-sand-3);
  background: var(--hackable-white);
  padding: 31px 16px;
  margin: 20px auto;
}

#hackable * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#hackable strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#hackable h2 {
  margin-top: 0 !important;
}

#hackable ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hackable ul li:before {
  content: none !important;
  display: none !important;
}

#hackable img {
  display: block;
  width: 100%;
}

#hackable .swiper-autoheight,
#hackable .swiper-autoheight .swiper-slide {
  height: auto;
}

#hackable .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#hackable .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

#hackable .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#hackable .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#hackable .swiper-fade .swiper-slide-active,
#hackable .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#hackable .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#hackable .swiper-android .swiper-slide,
#hackable .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#hackable .swiper-pointer-events {
  touch-action: pan-y;
}

#hackable .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  opacity: 0 !important;
}

#hackable .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

#hackable .swiper-slide-invisible-blank {
  visibility: hidden;
}

#hackable .swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#hackable .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

#hackable .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

#hackable .swiper-button-lock {
  display: none;
}

#hackable .swiper-slide {
  overflow: hidden;
}

#hackable .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 8px auto 0;
  position: relative;
  z-index: 1;
}

#hackable .swiper-button-prev,
#hackable .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
}

#hackable .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/ataque-hacker/images/ico-prev.svg");
}

#hackable .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/ataque-hacker/images/ico-next.svg");
}

#hackable .swiper-button-prev.swiper-button-disabled,
#hackable .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

#bareas .swiper-button-prev:focus,
#bareas .swiper-button-next:focus {
  background-color: #dcebe1 !important;
  outline: none !important;
}

#hackable .swiper-pagination {
  border-radius: 24px;
  border: 1px solid var(--hackable-forest);
  padding: 5px 16px;
  color: var(--hackable-forest) !important;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 68px;
  margin-right: auto;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  background-color: transparent !important;
  gap: 4px;
}

#hackable .swiper-pagination .swiper-pagination-current {
  font-style: italic;
  color: var(--hackable-green-1) !important;
}

#hackable .swiper-pagination .swiper-pagination-total {
  font-style: italic;
}

#hackable .hackable_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#hackable .hackable_title {
  color: var(--hackable-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  margin-bottom: 16px;
}

#hackable .hackable_title strong {
  font-size: 30px;
  line-height: 1.13;
  font-weight: normal;
  font-family: 'IberPangea Bold' !important;
}

#hackable .hackable_description {
  color: var(--hackable-sand-7) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangeaText' !important;
  text-align: left;
  margin-bottom: 24px;
}

#hackable .hackable_description strong {
  font-size: 18px;
  line-height: 1.22;
  font-weight: normal;
  font-family: 'IberPangeaText Bold' !important;
}

#hackable .hackable_media {
  width: 100%;
  border-radius: 15px;
  background-color: var(--hackable-sand);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

#hackable .hackable_media:before,
#hackable .hackable_media:after {
  content: '';
  display: block;
  background-color: var(--hackable-sand-dark);
  width: 100%;
  height: 88px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#hackable .hackable_media_content {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
  z-index: 1;
}

#hackable .hackable_media_image {
  width: 100%;
}

#hackable .hackable_media_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  background: var(--hackable-forest);
  color: var(--hackable-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea Bold' !important;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
}

#hackable .hackable_media_point.active {
  background-color: var(--hackable-green);
}

#hackable .hackable_media_point-1 {
  top: 114px;
  left: 10px;
}

#hackable .hackable_media_point-2 {
  top: 47px;
  left: 13px;
}

#hackable .hackable_media_point-3 {
  top: 27px;
  left: 53px;
}

#hackable .hackable_media_point-4 {
  top: 26px;
  left: 113px;
}

#hackable .hackable_media_point-5 {
  top: 47px;
  left: 216px;
}

#hackable .hackable_media_point-6 {
  top: 251px;
  left: 216px;
}

#hackable .hackable_media_point-7 {
  top: 277px;
  left: 186px;
}

#hackable .hackable_media_point-8 {
  top: 301px;
  left: 154px;
}

#hackable .hackable_media_point-9 {
  top: 281px;
  left: 10px;
}

#hackable .hackable_swiper {
  border-radius: 15px;
  background-color: var(--hackable-sand);
  padding: 8px;
}

#hackable .hackable_item {
  border-radius: 15px;
  border: 1px solid var(--hackable-sand);
}

#hackable .hackable_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hackable-green-1);
  color: var(--hackable-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea Bold' !important;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 8px;
}

#hackable .hackable_item_content {
  border-radius: 15px;
  background: white;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#hackable .hackable_item_icon {
  max-width: 116px;
  margin-left: auto;
}

#hackable .hackable_item_text {
  color: var(--hackable-green-1) !important;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea Medium' !important;
  text-wrap: balance;
  width: calc(50% - 8px);
}

@media (min-width: 700px) {
  #hackable {
    padding: 40px 32px;
  }

  #hackable .hackable_title,
  #hackable .hackable_title strong {
    font-size: 32px;
    line-height: 1.125;
  }

  #hackable .hackable_description,
  #hackable .hackable_description strong {
    line-height: 1.33;
  }

  #hackable .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/ataque-hacker/images/ico-prev-hover.svg");
  }

  #hackable .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/ataque-hacker/images/ico-next-hover.svg");
  }

  #hackable .hackable_media_content {
    max-width: 501px;
  }

  #hackable .hackable_media:before {
    height: 184px;
    left: auto;
    right: 0;
    width: 50%;
  }

  #hackable .hackable_media:after {
    height: 146px;
    width: 50%;
  }

  #hackable .hackable_media_point:hover {
    background-color: var(--hackable-green);
  }

  #hackable .hackable_media_point-1 {
    top: 117px;
    left: 24px;
  }

  #hackable .hackable_media_point-2 {
    top: 38px;
    left: 20px;
  }

  #hackable .hackable_media_point-3 {
    top: 33px;
    left: 123px;
  }

  #hackable .hackable_media_point-4 {
    top: 41px;
    left: 434px;
  }

  #hackable .hackable_media_point-5 {
    top: 163px;
    left: 443px;
  }

  #hackable .hackable_media_point-6 {
    top: 270px;
    left: 377px;
  }

  #hackable .hackable_media_point-7 {
    top: 301px;
    left: 328px;
  }

  #hackable .hackable_media_point-8 {
    top: 344px;
    left: 293px;
  }

  #hackable .hackable_media_point-9 {
    top: 403px;
    left: 190px;
  }

  #hackable .hackable_swiper {
    padding: 16px 24px;
  }

  #hackable .hackable_item {
    padding-right: 96px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #hackable .hackable_item_number {
    margin-left: 0;
    margin-right: 16px;
  }

  #hackable .hackable_item_content {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  
  #hackable .hackable_item_text {
    width: 100%;
  }

  #hackable .swiper-controls {
    position: absolute;
    top: 50%;
    right: 24px;
    margin: 0;
    width: auto;
    transform: translateY(-50%);
  }

}