:root {
  --whatscore-white: #ffffff;
  --whatscore-sand-1: #fffeff;
  --whatscore-green: #00a443;
  --whatscore-green-1: #007f33;
  --whatscore-forest: #00402a;
  --whatscore-brown: #3a3735;
  --whatscore-border: #d8cfc7;
  --whatscore-orange: #ff9c1a;
  --whatscore-sand: #fff5ec;
  --whatscore-sand-5: #89837E;
}

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

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

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

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

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

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

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

#whatscore .whatscore_title {
  color: var(--whatscore-green-1) !important;
  font-size: 32px;
  line-height: 1.13;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 16px;
}

#whatscore .whatscore_title strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  display: block;
}

#whatscore .whatscore_description {
  color: var(--whatscore-brown) !important;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#whatscore .whatscore_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#whatscore .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  width: 100%;
}

#whatscore .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-right: auto;
}

#whatscore .swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  background-color: var(--whatscore-white);
  border: 1px solid var(--whatscore-sand-5);
  outline: none;
}

#whatscore .swiper-pagination-bullet-active {
  border-color: var(--whatscore-green);
  background-color: var(--whatscore-green);
}

#whatscore .swiper-button-prev,
#whatscore .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#whatscore .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-un-core/images/ico-prev.svg");
}

#whatscore .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-un-core/images/ico-next.svg");
  margin-left: 16px;
}

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

#whatscore .whatscore_item {
  border-radius: 15px;
  background: var(--whatscore-sand);
  padding: 16px;
}

#whatscore .whatscore_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-direction: column;
  border-radius: 100%;
  background-color: var(--whatscore-green);
  color: var(--whatscore-white) !important;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-right: auto;
  margin-bottom: 16px;
}

#whatscore .whatscore_item_title {
  color: var(--whatscore-green-1) !important;
  font-size: 21px;
  line-height: 1.04;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 12px;
}

#whatscore .whatscore_item_text {
  color: var(--whatscore-forest) !important;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  text-wrap: balance;
}

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

#whatscore .whatscore_media_content {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
}

#whatscore .whatscore_media_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#whatscore .whatscore_media_image-1 {
  position: relative;
  top: auto;
  left: auto;
}

#whatscore .whatscore_media_image-1,
#whatscore .whatscore_media_image-2,
#whatscore .whatscore_media_image-3,
#whatscore .whatscore_media_image-4,
#whatscore .whatscore_media_image-5,
#whatscore .whatscore_media_image-6 {
  opacity: 0.5;
  transition: all 0.5s;
}

#whatscore[data-slider="1"] .whatscore_media_image-1,
#whatscore[data-slider="2"] .whatscore_media_image-2,
#whatscore[data-slider="3"] .whatscore_media_image-3,
#whatscore[data-slider="4"] .whatscore_media_image-4,
#whatscore[data-slider="5"] .whatscore_media_image-5,
#whatscore[data-slider="6"] .whatscore_media_image-6 {
  opacity: 1;
}

#whatscore .whatscore_media_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  background: var(--whatscore-forest);
  color: var(--whatscore-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: 5;
  cursor: pointer;
}

#whatscore .whatscore_media_point.active {
  background-color: var(--whatscore-green);
}

#whatscore .whatscore_media_point-1 {
  top: 31px;
  left: 18px;
}

#whatscore .whatscore_media_point-2 {
  top: 31px;
  left: 120px;
}

#whatscore .whatscore_media_point-3 {
  top: 31px;
  left: 203px;
}

#whatscore .whatscore_media_point-4 {
  bottom: 26px;
  left: 18px;
}

#whatscore .whatscore_media_point-5 {
  bottom: 26px;
  left: 120px;
}

#whatscore .whatscore_media_point-6 {
  bottom: 26px;
  left: 203px;
}

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

  #whatscore .whatscore_description {
    margin-bottom: 24px;
  }

  #iahistory .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-un-core/images/ico-prev-hover.svg");
  }

  #iahistory .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-un-core/images/ico-next-hover.svg");
  }

  #whatscore .whatscore_media_content {
    max-width: 501px;
  }

  #whatscore .whatscore_item {
    padding: 16px 24px 16px 80px;
    position: relative;
  }

  #whatscore .whatscore_item_number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
  }

  #whatscore .whatscore_item_title {
    margin-bottom: 8px;
  }

  #whatscore .whatscore_media_point-1 {
    top: 25px;
    bottom: auto;
    left: 22px;
  }

  #whatscore .whatscore_media_point-2 {
    top: auto;
    bottom: 20px;
    left: 121px;
  }

  #whatscore .whatscore_media_point-3 {
    top: auto;
    bottom: 20px;
    left: 232px;
  }

  #whatscore .whatscore_media_point-4 {
    top: 25px;
    bottom: auto;
    left: 253px;
  }

  #whatscore .whatscore_media_point-5 {
    top: auto;
    bottom: 20px;
    left: 343px;
  }

  #whatscore .whatscore_media_point-6 {
    top: 25px;
    bottom: auto;
    left: 422px;
  }
}
