:root {
  --offshorewt-white: #fffeff;
  --offshorewt-green: #00a443;
  --offshorewt-green-1: #007f33;
  --offshorewt-dark: #00402a;
  --offshorewt-black: #3a3735;
  --offshorewt-brown: #615d5a;
  --offshorewt-border: #d8cfc7;
  --offshorewt-border-alt: #89837e;
  --offshorewt-orange: #ff9c1a;
  --offshorewt-sand: #fff5ec;
  --offshorewt-sky: #b4def7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#offshorewt .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#offshorewt .swiper-button-prev,
#offshorewt .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;
}

#offshorewt .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/terminos-eolica-marina/images/ico-prev.svg");
}

#offshorewt .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/terminos-eolica-marina/images/ico-next.svg");
  margin-left: 16px;
}

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

#offshorewt .offshorewt_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: none;
}

#offshorewt .swiper-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
}

#offshorewt .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--offshorewt-border-alt);
}

#offshorewt button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#offshorewt .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#offshorewt .swiper-pagination-bullet:only-child {
  display: none !important;
}

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

#offshorewt.offshorewt-1 .offshorewt_swiper,
#offshorewt.offshorewt-2 .offshorewt_swiper,
#offshorewt.offshorewt-3 .offshorewt_swiper,
#offshorewt.offshorewt-4 .offshorewt_swiper,
#offshorewt.offshorewt-5 .offshorewt_swiper,
#offshorewt.offshorewt-6 .offshorewt_swiper,
#offshorewt.offshorewt-7 .offshorewt_swiper,
#offshorewt.offshorewt-8 .offshorewt_swiper,
#offshorewt.offshorewt-9 .offshorewt_swiper,
#offshorewt.offshorewt-10 .offshorewt_swiper {
  display: block;
}

#offshorewt .offshorewt_title {
  color: var(--offshorewt-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 51px;
}

#offshorewt .offshorewt_title strong {
  font-weight: 600;
}

#offshorewt .offshorewt_title em {
  font-style: italic;
}

#offshorewt .offshorewt_media {
  width: 100%;
  margin: 0 auto;
}

#offshorewt .offshorewt_media_content {
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px 0;
}

#offshorewt .offshorewt_media_point {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.3%;
  height: 5.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid var(--offshorewt-green);
  background-color: var(--offshorewt-green);
  color: var(--offshorewt-white) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

#offshorewt .offshorewt_media_point.current,
#offshorewt .offshorewt_media_point:hover {
  background-color: var(--offshorewt-white);
  color: var(--offshorewt-green) !important;
}

#offshorewt .offshorewt_media_point:nth-of-type(1) {
  top: 0px;
  left: 3.5%;
}

#offshorewt .offshorewt_media_point:nth-of-type(2) {
  bottom: 0px;
  left: 4.3%;
}

#offshorewt .offshorewt_media_point:nth-of-type(3) {
  top: 0px;
  left: 17%;
}

#offshorewt .offshorewt_media_point:nth-of-type(4) {
  bottom: 0px;
  left: 25%;
}

#offshorewt .offshorewt_media_point:nth-of-type(5) {
  top: 0px;
  left: 44.5%;
}

#offshorewt .offshorewt_media_point:nth-of-type(6) {
  bottom: 0px;
  left: 41.25%;
}

#offshorewt .offshorewt_media_point:nth-of-type(7) {
  top: 0px;
  left: 69%;
}

#offshorewt .offshorewt_media_point:nth-of-type(8) {
  bottom: 0px;
  left: 62%;
}

#offshorewt .offshorewt_media_point:nth-of-type(9) {
  top: 0px;
  left: 87%;
}

#offshorewt .offshorewt_media_point:nth-of-type(10) {
  bottom: 0px;
  left: 86%;
}

#offshorewt .offshorewt_swiper {
  border-radius: 15px;
  border: 1px solid var(--offshorewt-border);
  background: var(--offshorewt-white);
  padding: 0 0 16px;
  margin-top: 44px;
}

#offshorewt .offshorewt_item {
  padding: 21px 56px 20px 72px;
  position: relative;
}

#offshorewt .offshorewt_item_text {
  color: var(--offshorewt-forest) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#offshorewt .offshorewt_item_text span {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid var(--offshorewt-green);
  background-color: var(--offshorewt-green);
  color: var(--offshorewt-white) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  top: 24px;
  left: 24px;
}

#offshorewt .offshorewt_note {
  color: var(--offshorewt-brown) !important;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}

#offshorewt .offshorewt_swiper_close {
  display: block;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  overflow: hidden;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/terminos-eolica-marina/images/ico-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--offshorewt-white);
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}

@media (min-width: 700px) {
  #offshorewt .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/terminos-eolica-marina/images/ico-prev-hover.svg");
  }

  #offshorewt .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/terminos-eolica-marina/images/ico-next-hover.svg");
  }

  #offshorewt {
    padding: 40px 0;
  }

  #offshorewt .offshorewt_title {
    font-size: 32px;
    line-height: 1.125;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 40px;
  }

  #offshorewt .offshorewt_media_content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #offshorewt .offshorewt_media_point {
    width: 4.572%;
    height: 4.149%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(1) {
    left: 3.5%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(2) {
    left: 3.2%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(3) {
    left: 19%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(4) {
    left: 17.8%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(5) {
    left: 44.8%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(6) {
    left: 40%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(7) {
    left: 68.5%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(8) {
    left: 61%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(9) {
    left: 90.6%;
  }

  #offshorewt .offshorewt_media_point:nth-of-type(10) {
    left: 83.55%;
  }

  #offshorewt .offshorewt_swiper {
    width: calc(100% - 64px);
    margin-top: 62px;
  }

  #offshorewt .offshorewt_item {
    padding-bottom: 26px;
  }

  #offshorewt .swiper-controls {
    display: none;
  }

  #offshorewt .offshorewt_swiper {
    padding: 0;
    margin: 0;
    position: absolute;
    max-width: 168px;
  }

  #offshorewt .offshorewt_item {
    padding: 11px 56px 11px 16px;
  }

  #offshorewt .offshorewt_swiper_close {
    top: 16px;
    right: 16px;
  }

  #offshorewt .offshorewt_item_text span {
    display: none;
  }

  #offshorewt .offshorewt_content {
    position: relative;
    width: 100%;
  }

  #offshorewt.offshorewt-1 .offshorewt_swiper {
    top: 8%;
    left: 3%;
  }

  #offshorewt.offshorewt-3 .offshorewt_swiper {
    top: 8%;
    left: 18.5%;
  }

  #offshorewt.offshorewt-5 .offshorewt_swiper {
    top: 8%;
    left: calc(44.8% - 64px);
  }

  #offshorewt.offshorewt-7 .offshorewt_swiper {
    top: 8%;
    left: 68%;
  }

  #offshorewt.offshorewt-9 .offshorewt_swiper {
    top: 8%;
    right: 3%;
  }

  #offshorewt.offshorewt-2 .offshorewt_swiper {
    bottom: 8%;
    left: 2.7%;
  }

  #offshorewt.offshorewt-4 .offshorewt_swiper {
    bottom: 8%;
    left: 17.3%;
  }

  #offshorewt.offshorewt-6 .offshorewt_swiper {
    bottom: 8%;
    left: calc(40% - 64px);
  }

  #offshorewt.offshorewt-8 .offshorewt_swiper {
    bottom: 8%;
    left: 60.5%;
  }

  #offshorewt.offshorewt-10 .offshorewt_swiper {
    bottom: 8%;
    right: 3%;
  }
}

@media (max-width: 699px) {
  #offshorewt.offshorewt-1 .swiper-pagination,
  #offshorewt.offshorewt-2 .swiper-pagination,
  #offshorewt.offshorewt-3 .swiper-pagination,
  #offshorewt.offshorewt-4 .swiper-pagination,
  #offshorewt.offshorewt-5 .swiper-pagination,
  #offshorewt.offshorewt-6 .swiper-pagination,
  #offshorewt.offshorewt-7 .swiper-pagination,
  #offshorewt.offshorewt-8 .swiper-pagination,
  #offshorewt.offshorewt-9 .swiper-pagination,
  #offshorewt.offshorewt-10 .swiper-pagination {
    display: flex;
  }
}
