/*@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}*/

:root {
  --offshore-white: #FFFEFF;
  --offshore-green: #00A443;
  --offshore-dark: #00402A;
  --offshore-black: #3A3735;
  --offshore-brown: #615D5A;
  --offshore-border: #D8CFC7;
  --offshore-orange: #FF9C1A;
  --offshore-orange-light: #FFF5EC;
}

#offshore {
  width: 100%;
  max-width: 980px;
  padding: 17px 16px;
  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(--offshore-orange-light);
}

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

em{
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#offshore .swiper-button-prev,
#offshore .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;
  margin: 0 8px;
}

#offshore .swiper-button-prev {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/parque-eolico-marino/images/ico-prev.svg');
}

#offshore .swiper-button-next {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/parque-eolico-marino/images/ico-next.svg');
}

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

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

#offshore .offshore_item {
  display: flex;
  flex-direction: column;
}

#offshore .offshore_title {
  color: var(--offshore-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 32px;
}

#offshore .offshore_title strong {
  font-weight: 600;
}

#offshore .offshore_media {
  position: relative;
  max-width: 260px;
  margin: 0 auto 22px;
}

#offshore .offshore_media_link {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 7px 0px 8px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--offshore-orange);
  color: var(--offshore-white) !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: absolute;
  z-index: 2;
}

#offshore .offshore_media_link.active {
    background-color: var(--offshore-green);
}

#offshore .offshore_media_link:nth-of-type(1) {
    top: 61%;
    left: 10%;
}

#offshore .offshore_media_link:nth-of-type(2) {
  bottom: 7%;
  left: 31%;
}

#offshore .offshore_media_link:nth-of-type(3) {
  bottom: 6%;
  left: 66%;
}

#offshore .offshore_media_link:nth-of-type(4) {
  top: 58%;
  left: 46%;
}

#offshore .offshore_media_link:nth-of-type(5) {
    top: 11%;
    left: 22%;
}

#offshore .offshore_media_link:nth-of-type(6) {
    top: 2%;
    left: 77%;
}

#offshore .offshore_item {
  border-radius: 15px;
  background: var(--offshore-white);
  padding: 16px;
}

#offshore .offshore_item_title {
  color: var(--offshore-green) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  display: flex;
  margin-bottom: 8px;
}

#offshore .offshore_item_title strong {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--offshore-green);
  color: var(--offshore-white) !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-right: 16px;
}

#offshore .offshore_item_text {
    color: var(--offshore-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #offshore {
        padding: 32px;
    }

    #offshore .offshore_title {
        font-size: 32px;
        line-height: 1.125;
    }

    #offshore .offshore_media {
        max-width: 501px;
        margin-bottom: 16px;
    }

    #offshore .offshore_media_link:nth-of-type(1) {
        top: 31%;
    }

    #offshore .offshore_media_link:nth-of-type(2) {
        bottom: 17%;
        left: 26%;
    }

    #offshore .offshore_media_link:nth-of-type(3) {
        bottom: 22%;
        left: 57%;
    }
    
    #offshore .offshore_media_link:nth-of-type(4) {
        top: 29%;
        left: 37%;
    }

    #offshore .offshore_media_link:nth-of-type(5) {
        top: 0%;
        left: 48%;
    }

    #offshore .offshore_media_link:nth-of-type(6) {
        top: 8%;
        left: 85%;
    }

    #offshore .swiper-controls {
        margin-right: 0;
    }

    #offshore .swiper-button-next {
        margin-right: 0;
    }

}
