@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-green: #61A60E;
  --offshore-green-light: #B0D386;
  --offshore-black: #38424A;
  --offshore-grey: #5F6971;
  --ofshore-grey-light: #EFEFEF;
}

#offshore {
  width: 100%;
  margin: 20px auto;
  max-width: 336px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

#offshore * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#offshore .offshore_slide {
  position: relative;
  border-bottom: 1px solid #D8CFC7;
}

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

#offshore .offshore_slide .offshore_country {
  position: absolute;
}

#offshore .offshore_slide .offshore_country.usa {
  top: 9.2%;
  left: 5%;
}

#offshore .offshore_slide .offshore_country.brazil {
  top: 67%;
  left: 13.5%;
}

#offshore .offshore_slide .offshore_country.uk {
  top: 0.2%;
  left: 0%;
}

#offshore .offshore_slide .offshore_country.ireland {
  top: 53%;
  left: 0%;
  max-width: 145px;
}

#offshore .offshore_slide .offshore_country.france {
  top: 71.2%;
  left: 6%;
  max-width: 162px;
}

#offshore .offshore_slide .offshore_country.germany {
  bottom: 10%;
  right: 0%;
  max-width: 165px;
}

#offshore .offshore_slide .offshore_country.germany ul {
  padding-right: 13px;
}

#offshore .offshore_slide .offshore_country.poland {
  max-width: 155px;
  right: 0%;
  top: 39%;
}

#offshore .offshore_slide .offshore_country.sweden {
  max-width: 145px;
  top: 18.5%;
  right: 0%;
}

#offshore .offshore_slide .offshore_country.japan {
  max-width: 155px;
  top: 10%;
  left: 16%;
}

#offshore .offshore_slide .offshore_country.taiwan {
  max-width: 155px;
  width:155px;
  top: 55%;
  right: 5%;
}

#offshore .offshore_slide .offshore_country.philippines {
  max-width: 145px;
  width:145px;
  bottom: 21.5%;
  left: 5%;
}

#offshore .offshore_slide .offshore_country p {
  line-height: 1;
  margin-bottom: 5px;
}

#offshore .offshore_slide .offshore_country p strong {
  color: #00a443;
  font-family: 'IberPangea';
  font-weight: Normal;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

#offshore .offshore_slide .offshore_country ul {
  border: 1px solid rgba(112, 111, 111, 0.60);
  border-radius: 15px;
  background-color: rgba(255,255,255,0.95);
  list-style: none;
  margin: 0;
  padding: 15px;
  max-width: 246px;
}
hr{
  background-color: rgba(112, 111, 111, 0.60);
  margin:10px 0px 15px 0px !important;
}

#offshore .offshore_slide .offshore_country ul li {
  color: #5f6971;
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  font-family: 'IberPangea';
  text-align: left;
  margin-bottom: 10px;
}

#offshore .offshore_slide .offshore_country ul li:last-child {
  margin-bottom: 0;
}

#offshore .offshore_slide .offshore_country ul li strong {
  display: block;
  color: #5f6971;
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
  font-family: 'IberPangea';
  text-align: left;
}

#offshore .offshore_slide .offshore_country ul li:before {
  content: none;
  display: none;
}

#offshore .swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  width: 100%;
}

#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%;
  height: 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-pagination.swiper-pagination-hidden {
  opacity: 0;
}

#offshore .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#offshore .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  display: block;
  position: relative;
  opacity: 1;
}

#offshore .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:1px solid rgba(112, 111, 111, 0.60);
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#offshore .swiper-pagination-bullet-active:before {
  background-color: #00A443;
}

#offshore .offshore_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid #D8CFC7;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

#offshore .swiper-button-next,
#offshore .swiper-button-prev {
  width: 14px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 20px;
}

#offshore .swiper-button-next {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/mapa_offshore_completo/images/flecha-siguiente.svg');
  margin-right: 0;
}

#offshore .swiper-button-prev {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/mapa_offshore_completo/images/flecha-anterior.svg');
  margin-left: 0;
}

#offshore .swiper-button-next.swiper-button-disabled,
#offshore .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  filter: grayscale(1);
  cursor: auto;
  pointer-events: none
}

@media (min-width: 1256px) {

  #offshore {
    max-width: 1256px;
  }
  #offshore .swiper-pagination,
  #offshore .offshore_navigation {
    display: none;
  }
  #offshore .swiper-slide {
    width: 33.33% !important;
    border-bottom: none;
  }
  #offshore .swiper-wrapper {
    transform: translate3d(0,0,0) !important;
  }

  #offshore .offshore_slide .offshore_country p strong {
    font-size: 21px;
    line-height: 23px;
  }

  #offshore .offshore_slide .offshore_country ul {
    padding: 20px 25px 20px 15px;
  }

  #offshore .offshore_slide .offshore_country ul li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 9px;
  }

  #offshore .offshore_slide .offshore_country ul li strong {
    font-size: 18px;
    line-height: 20px;
  }

  #offshore .offshore_slide .offshore_country.germany {
    bottom: 10.2%;
    left:48%;  
    max-width:200px;
  }

  #offshore .offshore_slide .offshore_country.philippines {
    bottom: 21%;
    max-width:185px;
    width:185px;
    left: 0.8%;
  }

  #offshore .offshore_slide .offshore_country.taiwan {
    right: 0%;
    top:55%;
    max-width:185px;
    width:185px;
  }

  #offshore .offshore_slide .offshore_country.japan {
    left: 15%;
    max-width:230px;
  }

  #offshore .offshore_slide .offshore_country.uk {
    top: 0%;
    left: -10%;
    max-width: 240px;
  }

  #offshore .offshore_slide .offshore_country.sweden {
    top: 21%;
    max-width:185px;
  }

  #offshore .offshore_slide .offshore_country.brazil {
    left: 12%;
  }
  #offshore .offshore_slide .offshore_country.poland {
  max-width: 242px;
  right: -7%;
  top: 39%;
  z-index:999;
}
#offshore .offshore_slide .offshore_country.ireland {
  top: 51%;
  left: -14%;
  max-width: 185px;
  width:185px;
}

}
