@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-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;
}

:root { 
  --onshore-orange: #FF9C1A;
  --onshore-blue: #0DA9FF;
  --onshore-white: #FFFFFF;
  --onshore-green: #00A443;
}

#pe-onshore {
  margin: 20px auto;
  text-align: center;
}

#pe-onshore .wrapper {
  width: 100%;
  max-width: 980px;
  height: 776px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/PE-Onshore/images/FondoDsktp@300x.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 40px 0 40px 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#pe-onshore * {
  box-sizing: border-box;
}

#pe-onshore .wrapper .title {
  font-family: 'IberPangea';
  font-weight: 600;
  font-style: normal;
  color: var(--onshore-green) !important;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  width: 100%;
  padding-right: 33%;
  margin: 0;
}

#pe-onshore .wrapper .overlap {
  position: relative;
  top: auto;
  left: auto;
  margin-top: auto;
  margin-bottom: 0;
}

#pe-onshore .wrapper .overlap.overlap1 {
  width: 74px;
  height: 304px;
  margin-left: -6px;
}

#pe-onshore .wrapper .overlap.overlap2 {
  width: 94px;
  height: 323px;
  margin-left: 74px;
}

#pe-onshore .wrapper .overlap.overlap3 {
  width: 104px;
  height: 330px;
  margin-left: 62px;
}

#pe-onshore .wrapper .overlap.overlap4 {
  width: 114px;
  height: 345px;
  margin-left: 48px;
}

#pe-onshore .wrapper .overlap.overlap5 {
  width: 122px;
  height: 354px;
  margin-left: 39px;
}

#pe-onshore .wrapper .overlap.overlap6 {
  width: 137px;
  height: 366px;
  margin-left: 33px;
}

#pe-onshore .wrapper .item {
  height: 510px;
  top: auto;
  bottom: 60px;
  position: absolute;
  display: flex;
  flex-direction: column;
}

#pe-onshore .wrapper .item.item1 {
  left: 44px;
  width: 80px;
}

#pe-onshore .wrapper .item.item2 {
  left: 191px;
  width: 95px;
}

#pe-onshore .wrapper .item.item3 {
  left: 348px;
  width: 104px;
}

#pe-onshore .wrapper .item.item4 {
  left: 500px;
  width: 115px;
}

#pe-onshore .wrapper .item.item5 {
  left: 654px;
  width: 122px;
}

#pe-onshore .wrapper .item.item6 {
  left: 810px;
  width: 137px;
}

#pe-onshore .wrapper .item .mw {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'IberPangea';
  font-weight: 300;
  font-style: normal;
  color: var(--onshore-orange) !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

#pe-onshore .wrapper .item .m {
  margin-top: 0;
  margin-bottom: auto;
  font-family: 'IberPangea';
  font-weight: normal;
  font-style: normal;
  color: var(--onshore-blue) !important;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.45px;
  text-align: center;
}

#pe-onshore .wrapper .item .n {
  margin-top: auto;
  margin-bottom: 0;
  font-family: 'IberPangea';
  font-weight: normal;
  font-style: normal;
  color: var(--onshore-white) !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

#pe-onshore .wrapper .turbina {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(1440deg);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/PE-Onshore/images/aspa@300x.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#pe-onshore .wrapper .turbina1 {
  height: 72px;
  width: 72px;
}

#pe-onshore .wrapper .turbina1.bp2-animate-enter {
  animation: bp2-animate-enter-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter-frames {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(1440deg);
  }
}

#pe-onshore .wrapper .turbina2 {
  height: 92px;
  width: 92px;
}

#pe-onshore .wrapper .turbina2.bp2-animate-enter1 {
  animation: bp2-animate-enter1-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter1-frames {
  from { 
    opacity: 1;
    transform: rotate(0);
  }
  to { 
    opacity: 1;
    transform: rotate(1440deg);
  }
}

#pe-onshore .wrapper .turbina3 {
  height: 102px;
  width: 102px;
}

#pe-onshore .wrapper .turbina3.bp2-animate-enter2 {
  animation: bp2-animate-enter2-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter2-frames {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(1440deg);
  }
}

#pe-onshore .wrapper .turbina4 {
  height: 115px;
  width: 115px;
}

#pe-onshore .wrapper .turbina4.bp2-animate-enter3 {
  animation: bp2-animate-enter3-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter3-frames {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(1440deg);
  }
}

#pe-onshore .wrapper .turbina5 {
  height: 124px;
  width: 124px;
}

#pe-onshore .wrapper .turbina5.bp2-animate-enter4 {
  animation: bp2-animate-enter4-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter4-frames {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(1440deg);
  }
}

#pe-onshore .wrapper .turbina6 {
  height: 140px;
  width: 140px;
}

#pe-onshore .wrapper .turbina6.bp2-animate-enter5 {
  animation: bp2-animate-enter5-frames 20.00s linear infinite normal forwards;
  transform: rotate(1440deg);
}

@keyframes bp2-animate-enter5-frames {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(1440deg);
  }
}

@media screen and (max-width: 748px) {

  #pe-onshore .wrapper {
    width: 390px;
    height: 1125px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/PE-Onshore/images/FondoMb@300x.png');
    padding: 35px 0 35px 35px;
    align-items: flex-start;
  }

  #pe-onshore .wrapper .title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    padding-right: 0;
    width: calc(100% - 35px);
  }

  #pe-onshore .wrapper .overlap {
    margin-top: 50px;
    height: 316px !important;
  }

  #pe-onshore .wrapper .overlap.overlap1 {
    width: 62px;
  }

  #pe-onshore .wrapper .overlap.overlap2 {
    width: 77px;
    margin-left: 59px;
  }

  #pe-onshore .wrapper .overlap.overlap3 {
    width: 78px;
    margin-left: 50px;
  }

  #pe-onshore .wrapper .overlap.overlap4 {
    margin-top: 0;
    margin-left: -15px;
    width: 91px;
    height: 190px !important;
  }

  #pe-onshore .wrapper .overlap.overlap5 {
    margin-top: 0;
    margin-left: 32px;
    width: 100px;
    height: 190px !important;
  }

  #pe-onshore .wrapper .overlap.overlap6 {
    margin-top: 0;
    margin-left: 21px;
    width: 110px;
    height: 190px !important;
  }

  #pe-onshore .wrapper .turbina1 {
    height: 62px;
    width: 62px;
    margin-top: 32px;
  }

  #pe-onshore .wrapper .turbina2 {
    height: 79px;
    width: 79px;
    margin-top: 18px;
  }

  #pe-onshore .wrapper .turbina3 {
    height: 82px;
    width: 82px;
    margin-top: 14px;
  }

  #pe-onshore .wrapper .turbina4 {
    height: 93px;
    width: 93px;
    margin-top: 84px;
  }

  #pe-onshore .wrapper .turbina5 {
    height: 102px;
    width: 102px;
    margin-top: 76px;
  }

  #pe-onshore .wrapper .turbina6 {
    height: 113px;
    width: 113px;
    margin-top: 69px;
  }

  #pe-onshore .wrapper .item {
    bottom: auto;
    top: 160px;
    height: 410px;
  }

  #pe-onshore .wrapper .item.item1 {
    left: 21px;
  }

  #pe-onshore .wrapper .item.item2 {
    left: 142px;
  }

  #pe-onshore .wrapper .item.item3 {
    left: 265px;
  }

  #pe-onshore .wrapper .item.item4 {
    width: 91px;
    left: 20px;
    top: auto;
    bottom: 20px;
    height: 421px;
  }

  #pe-onshore .wrapper .item.item5 {
    width: 104px;
    left: 140px;
    top: auto;
    bottom: 20px;
    height: 421px;
  }

  #pe-onshore .wrapper .item.item6 {
    width: 110px;
    left: 265px;
    top: auto;
    bottom: 20px;
    height: 421px;
  }

}

@media screen and (max-width: 390px) {

  #pe-onshore {
    overflow: hidden;
  }

  #pe-onshore .wrapper {
    margin-left: 50%;
    transform: translateX(-50%);
  }

}

@media screen and (min-width: 749px) and (max-width: 998px) {
  
  #pe-onshore .wrapper {
    max-width: 700px;
    height: 690px;
    padding: 63px 0 0;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/PE-Onshore/images/FondoTablet@300x.png');
    float: none;
  }

  #pe-onshore .wrapper .title {
    font-size: 26px;
    line-height: 1.076;
    margin-left: 35px;
    width: calc(100% - 35px);
    padding-right: 25%;
  }

  #pe-onshore .wrapper .item .mw,
  #pe-onshore .wrapper .item .m {
    font-size: 16px;
  }

  #pe-onshore .wrapper .item .n {
    font-size: 17px;
  }

  #pe-onshore .wrapper .overlap.overlap1 {
    width: 47px;
    height: 246px;
    margin-left: 47px;
  }

  #pe-onshore .wrapper .turbina1 {
    height: 47px;
    width: 47px;
  }

  #pe-onshore .wrapper .overlap.overlap2 {
    width: 60px;
    height: 258px;
    margin-left: 57px;
  }

  #pe-onshore .wrapper .turbina2 {
    height: 60px;
    width: 60px;
  }

  #pe-onshore .wrapper .overlap.overlap3 {
    width: 65px;
    height: 263px;
    margin-left: 51px;
  }

  #pe-onshore .wrapper .turbina3 {
    height: 65px;
    width: 65px;
  }

  #pe-onshore .wrapper .overlap.overlap4 {
    width: 72px;
    height: 272px;
    margin-left: 42px;
  }

  #pe-onshore .wrapper .turbina4 {
    height: 72px;
    width: 72px;
  }

  #pe-onshore .wrapper .overlap.overlap5 {
    width: 80px;
    height: 280px;
    margin-left: 36px;
  }

  #pe-onshore .wrapper .turbina5 {
    height: 80px;
    width: 80px;
  }

  #pe-onshore .wrapper .overlap.overlap6 {
    width: 88px;
    height: 285px;
    margin-left: 31px;
  }

  #pe-onshore .wrapper .turbina6 {
    height: 88px;
    width: 88px;
  }

  #pe-onshore .wrapper .item {
    height: 410px;
    bottom: 40px;
  }

  #pe-onshore .wrapper .item.item1 {
    left: 38px;
    width: 65px;
  }

  #pe-onshore .wrapper .item.item2 {
    left: 151px;
    width: 60px;
  }

  #pe-onshore .wrapper .item.item3 {
    left: 263px;
    width: 63px;
  }

  #pe-onshore .wrapper .item.item4 {
    left: 370px;
    width: 70px;
  }

  #pe-onshore .wrapper .item.item5 {
    left: 478px;
    width: 78px;
  }

  #pe-onshore .wrapper .item.item6 {
    left: 588px;
    width: 87px;
  }

}

@media screen and (min-width: 749px) and (max-width: 4999px) {

  div#column-2 #pe-onshore .wrapper {
    max-width: 700px;
    height: 690px;
    padding: 63px 0 0;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/PE-Onshore/images/FondoTablet@300x.png');
    float: none;
  }
  
  div#column-2 #pe-onshore .wrapper .title {
    font-size: 26px;
    line-height: 1.076;
    margin-left: 35px;
    width: calc(100% - 35px);
    padding-right: 25%;
  }
  
  div#column-2 #pe-onshore .wrapper .item .mw,
  div#column-2 #pe-onshore .wrapper .item .m {
    font-size: 16px;
  }
  
  div#column-2 #pe-onshore .wrapper .item .n {
    font-size: 17px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap1 {
    width: 47px;
    height: 246px;
    margin-left: 47px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina1 {
    height: 47px;
    width: 47px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap2 {
    width: 60px;
    height: 258px;
    margin-left: 57px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina2 {
    height: 60px;
    width: 60px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap3 {
    width: 65px;
    height: 263px;
    margin-left: 51px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina3 {
    height: 65px;
    width: 65px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap4 {
    width: 72px;
    height: 272px;
    margin-left: 42px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina4 {
    height: 72px;
    width: 72px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap5 {
    width: 80px;
    height: 280px;
    margin-left: 36px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina5 {
    height: 80px;
    width: 80px;
  }
  
  div#column-2 #pe-onshore .wrapper .overlap.overlap6 {
    width: 88px;
    height: 285px;
    margin-left: 31px;
  }
  
  div#column-2 #pe-onshore .wrapper .turbina6 {
    height: 88px;
    width: 88px;
  }
  
  div#column-2 #pe-onshore .wrapper .item {
    height: 410px;
    bottom: 40px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item1 {
    left: 38px;
    width: 65px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item2 {
    left: 151px;
    width: 60px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item3 {
    left: 263px;
    width: 63px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item4 {
    left: 370px;
    width: 70px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item5 {
    left: 478px;
    width: 78px;
  }
  
  div#column-2 #pe-onshore .wrapper .item.item6 {
    left: 588px;
    width: 87px;
  }

}
