@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 {
  --wenergy-green: #00A443;
  --wenergy-green-light: #5BD38C;
  --wenergy-blue: #0DA9FF;
  --wenergy-blue-light: #6BDAFF;
  --wenergy-blue-dark: #007ACB;
  --wenergy-black: #00402A;
  --wenergy-orange-light: #FFF5EC;
  --wenergy-orange: #FF9C1A;
  --wenergy-white: #FFFFFF;
  --wenergy-almost-white: #FFFAF6;
  --wenergy-brown: #615D5A;
  --wenergy-brown-light: #89837E;
  --wenergy-border: #D8CFC7;
  --wenergy-sand: #FFF5EC;
  --wenergy-forest: #00402A;
}

#wenergy {
  width: 100%;
  max-width: 980px;
  padding: 32px 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(--wenergy-border);
  background-color: var(--wenergy-white);
}

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

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

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

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

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

#wenergy .wenergy_title {
  width: calc(100% - 28px);
  color: var(--wenergy-green) !important;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}

#wenergy .wenergy_title strong {
  font-weight: 600;
}

#wenergy .wenergy_charts {
  padding: 16px;
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: var(--wenergy-sand);
  position: relative;
}

#wenergy .wenergy_charts_title {
  color: var(--wenergy-forest);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-bottom: 8px;
}

#wenergy .wenergy_charts_legend {
    border-radius: 15px;
    background: var(--wenergy-white);
    padding: 19px 16px;
    margin-bottom: 27px;
}

#wenergy .wenergy_charts_legend li {
  color: var(--wenergy-brown-light);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 23px !important;
}

#wenergy .wenergy_charts_legend li:last-child {
    margin-bottom: 0 !important;
}

#wenergy .wenergy_charts_legend li:after {
  content: '';
  display: block;
  width: 17.5px;
  height: 17.5px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

#wenergy .wenergy_charts_legend li:nth-of-type(1):after {
  background-color: var(--wenergy-green-light);
}

#wenergy .wenergy_charts_legend li:nth-of-type(2):after {
  background-color: var(--wenergy-blue-light);
}

#wenergy .wenergy_charts_item:nth-of-type(1) {
  border-bottom: 1px solid var(--wenergy-border);
  margin-bottom: 16px;
}

#wenergy .wenergy_charts_subtitle {
  color: var(--wenergy-orange);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-bottom: 33px;
}

#wenergy .wenergy_charts_item:last-child .wenergy_charts_source {
  margin-bottom: 0;
}

#wenergy .wenergy_charts_graph_item {
  display: flex;
  margin-bottom: 26px !important;
}

#wenergy .wenergy_charts_graph_item em {
  color: var(--wenergy-brown);
  font-size: 17px;
  line-height: 0.7;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 50px;
}

#wenergy .wenergy_charts_graph_item span {
  border-radius: 15px;
  height: 13px;
  background-color: var(--wenergy-green-light);
  position: relative;
}

#wenergy .wenergy_charts_graph_item:first-child span {
  background-color: var(--wenergy-green);
}

#wenergy .wenergy_charts_graph_item span strong {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 5px;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

#wenergy .wenergy_charts_graph_item span:nth-of-type(2) {
  background-color: var(--wenergy-blue-light);
}

#wenergy .wenergy_charts_graph_item:first-child span:nth-of-type(2) {
  background-color: var(--wenergy-blue);
}

#wenergy .wenergy_charts_graph_item span:nth-of-type(2) strong {
  right: auto;
  left: 0;
  color: var(--wenergy-blue-dark);
}

#wenergy .wenergy_charts_image {
  max-width: 210px;
  margin: 0 auto 20px;
}

#wenergy .wenergy_charts_total {
  background-color: var(--wenergy-white);
  border-radius: 15px;
  padding: 16px;
  color: var(--wenergy-brown);
  font-size: 17px;
  line-height: 1.11;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
}

#wenergy .wenergy_charts_total strong {
  color: var(--wenergy-orange);
  font-size: 36px;
  line-height: 1.06;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
}

#wenergy .wenergy_charts_source {
  color: var(--wenergy-brown);
  font-size: 11px;
  line-height: 1.18;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-bottom: 16px;
}

#wenergy .wenergy_schema {
    display: none;
}

#wenergy .wenergy_schema_media.wenergy_schema_media-desktop {
    display: none;
}

#wenergy .wenergy_schema_list li {
    color: var(--wenergy-brown);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

#wenergy .wenergy_box {
  border-radius: 15px;
  background-color: var(--wenergy-sand);
  padding: 16px;
  margin: 0 auto;
  width: 100%;
}

#wenergy .wenergy_info_title {
  color: var(--wenergy-forest);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-bottom: 8px;
}

#wenergy .wenergy_info_text {
  color: var(--wenergy-forest);
  font-size: 18px;
  line-height: 1.27;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}

#wenergy .wenergy_info_chart {
    width: 100%;
    margin: 0 auto 16px;
    border-radius: 15px;
    background-color: var(--wenergy-white);
    text-align: center;
}

#wenergy .wenergy_info_ico {
    display: block;
    width: 100%;
    max-width: 96px;
}

#wenergy .wenergy_info_chart_list {
    width: 100%;
    max-width: 198px;
    height: 251px;
    position: relative;
    padding: 19px 11px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/aerogenerador-partes.svg');
    background-repeat: no-repeat;
    background-size: 198px auto;
    background-position: center top;
    margin: 0 auto;
}

#wenergy .wenergy_info_chart_list li {
  color: var(--wenergy-brown);
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: absolute;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(1) {
  top: 21px;
  left: 10px;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(2) {
  top: 50px;
  left: 155px;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(3) {
    top: 119px;
    left: 10px;
    max-width: 64px;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(4) {
    top: 114px;
    left: 151px;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(5) {
    top: 200px;
    left: 115px;
    max-width: 71px;
    text-align: right;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(6) {
    top: 160px;
    left: 10px;
}

#wenergy .wenergy_info_chart_list li:nth-of-type(7) {
    top: 214px;
    left: 10px;
}

#wenergy .wenergy_turbine {
    width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

#wenergy .wenergy_turbine_swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#wenergy .swiper-controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}

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

#wenergy .swiper-button-prev {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/ico-prev.svg');
}

#wenergy .swiper-button-next {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/ico-next.svg');
  margin-left: 16px;
}

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

#wenergy .wenergy_media {
    position: relative;
    width: 100%;
    max-width: 258px;
    margin: 0 auto;
}

#wenergy .wenergy_turbine_media {
    width: 100%;
    border-radius: 15px;
    background-color: var(--wenergy-white);
    margin-bottom: 8px;
}

#wenergy .wenergy_turbine_media_content {
    width: 100%;
    max-width: 196px;
    position: relative;
    margin: 0 auto;
}

#wenergy .wenergy_turbine_media_image {
    width: 100%;
}

#wenergy .wenergy_turbine_media_point {
    text-decoration: none;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wenergy .wenergy_turbine_media_point span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: var(--wenergy-orange);
    color: var(--wenergy-white) !important;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

#wenergy .wenergy_turbine_media_point.current span,
#wenergy .wenergy_turbine_media_point:hover span {
    background-color: var(--wenergy-green);
}

#wenergy .wenergy_turbine_media_point:nth-of-type(1) {
    top: 15px;
    left: 28px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(2) {
    top: 72px;
    left: 78px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(3) {
    top: 253px;
    left: 15px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(4) {
    top: 195px;
    left: 81px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(5) {
    top: 253px;
    left: 62px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(6) {
    top: 252px;
    left: 161px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(7) {
    top: 226px;
    left: 125px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(8) {
    top: 195px;
    left: 142px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(9) {
    top: 219px;
    left: 161px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(10) {
    top: 91px;
    left: 161px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(11) {
    top: 32px;
    left: 161px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(12) {
    top: 15px;
    left: 129px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(13) {
    top: 55px;
    left: 111px;
}

#wenergy .wenergy_turbine_media_point:nth-of-type(14) {
    top: 15px;
    left: 95px;
}

#wenergy .wenergy_turbine_item {
    border-radius: 15px;
    background-color: var(--wenergy-white);
    padding: 16px;
    display: flex;
}

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

#wenergy .wenergy_turbine_item_text {
    width: calc(100% - 40px);
    margin-left: auto;
    color: var(--wenergy-brown) !important;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #wenergy {
        padding: 32px;
    }

    #wenergy .wenergy_turbine {
        display: none;
    }

    #wenergy .wenergy_title {
        text-wrap: balance;
        margin-bottom: 24px;
    }

    #wenergy .wenergy_charts_title {
        font-size: 26px;
        margin-bottom: 14px;
    }

    #wenergy .wenergy_charts {
        padding: 28px 24px 24px;
        margin-bottom: 24px;
    }

    #wenergy .wenergy_charts_legend {
        max-width: 315px;
        border-radius: 30px;
        display: flex;
        margin-bottom: 34px;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    #wenergy .wenergy_charts_legend li {
        margin-bottom: auto !important;
        margin-top: auto;
    }

    #wenergy .wenergy_charts_legend li + li { 
        margin-left: auto;
    }

    #wenergy .wenergy_charts_subtitle {
        margin-bottom: 22px;
    }

    #wenergy .wenergy_charts_item {
        position: relative;
    }

    #wenergy .wenergy_charts_image {
        position: absolute;
        right: 0;
        bottom: 117px;
        max-width: 139px;
        margin: 0;
    }

    #wenergy .wenergy_charts_total {
        max-width: 337px;
        display: flex;
        text-align: left;
        margin-bottom: 12px;
    }

    #wenergy .wenergy_charts_total strong {
        min-width: 129px;
        margin-right: 16px;
    }

    #wenergy .wenergy_charts_source {
        margin-bottom: 24px;
    }

    #wenergy .wenergy_charts_item:last-child .wenergy_charts_source {
        margin-bottom: 0;
    }

    #wenergy .wenergy_charts_item:nth-of-type(1) {
        padding-bottom: 0;
        margin-bottom: 24px;
    }

    #wenergy .wenergy_box {
        padding: 24px;
    }

    #wenergy .wenergy_info {
        padding-right: 269px;
        position: relative;
        min-height: 431px;
        margin-bottom: 20px;
    }

    #wenergy .wenergy_info_ico {
        margin-bottom: 18px;
    }

    #wenergy .wenergy_info_chart {
        max-width: 253px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #wenergy .wenergy_info_chart_list {
        height: 431px;
        max-width: 253px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/aerogenerador-partes-t.svg');
        background-size: 253px auto;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(1) {
        top: 36px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(2) {
        top: 36px;
        left: 202px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(3) {
        top: 227px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(4) {
        top: 241px;
        left: 200px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(5) {
        top: 364px;
        left: 164px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(6) {
        top: 285px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(7) {
        top: 380px;
        left: 17px;
    }

    #wenergy .wenergy_schema {
        display: block;
        border-radius: 15px;
        background-color: var(--wenergy-white);
        width: 100%;
    }

    #wenergy .wenergy_schema_content {
        width: 100%;
        max-width: 453px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    #wenergy .wenergy_schema_list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #wenergy .wenergy_schema_list li {
        position: absolute;  
    }

    #wenergy .wenergy_schema_list li:nth-of-type(1) {
        top: 54px;
        left: 19px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(2) {
        top: 104px;
        left: 47px;
        max-width: 80px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(3) {
        top: 28px;
        left: 186px;
        max-width: 80px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(4) {
        top: 418px;
        left: 25px;
        max-width: 70px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(5) {
        top: 485px;
        left: 262px;
        max-width: 105px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(6) {
        top: 435px;
        left: 275px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(7) {
        top: 389px;
        left: 315px;
        max-width: 110px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(8) {
        top: 338px;
        left: 340px;
        max-width: 85px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(9) {
        top: 304px;
        left: 374px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(10) {
        top: 502px;
        left: 187px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(11) {
        top: 90px;
        left: 350px;
        max-width: 95px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(12) {
        top: 73px;
        left: 234px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(13) {
        top: 30px;
        left: 307px;
        max-width: 95px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(14) {
        top: 363px;
        left: 25px;
    }

}

@media (min-width: 1080px) {

    #wenergy .wenergy_charts_image {
        max-width: 283px;
        bottom: 51px;
        right: 10px;
    }

    #column-2 #wenergy .wenergy_charts_image {
        max-width: 139px;
        bottom: 117px;
        right: 0px;
    }

    #wenergy .wenergy_charts_item:nth-of-type(1) {
        margin-bottom: 36px;
    }

    #column-2 #wenergy .wenergy_charts_item:nth-of-type(1) {
        margin-bottom: 24px;
    }

    #wenergy .wenergy_charts_item:nth-of-type(2) .wenergy_charts_image {
        max-width: 311px;
    }

    #column-2 #wenergy .wenergy_charts_item:nth-of-type(2) .wenergy_charts_image {
        max-width: 139px;
    }

    #wenergy .wenergy_box {
        padding-top: 32px;
    }

    #column-2 #wenergy .wenergy_box {
        padding-top: 24px;
    }

    #wenergy .wenergy_info_title {
        font-size: 26px;
    }

    #column-2 #wenergy .wenergy_info_title {
        font-size: 24px;
    }

    #wenergy .wenergy_info {
        padding-right: 519px;
        min-height: 328px;
    }

    #column-2 #wenergy .wenergy_info {
        padding-right: 269px;
        min-height: 431px;
    }

    #wenergy .wenergy_info_chart {
        max-width: 482px;
        top: -8px;
    }

    #column-2 #wenergy .wenergy_info_chart {
        max-width: 253px;
        top: 0;
    }

    #wenergy .wenergy_info_chart_list {
        height: 331px;
        max-width: 482px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/aerogenerador-partes-d.svg');
        background-size: 482px auto;
    }

    #column-2 #wenergy .wenergy_info_chart_list {
        height: 431px;
        max-width: 253px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-eolica-2024/images/aerogenerador-partes-t.svg');
        background-size: 253px auto;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(1) {
        top: 33px;
        left: 52px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(1) {
        top: 36px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(2) {
        top: 88px;
        left: 396px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(2) {
        top: 36px;
        left: 202px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(3) {
        top: 141px;
        left: 52px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(3) {
        top: 227px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(4) {
        top: 196px;
        left: 394px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(4) {
        top: 241px;
        left: 200px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(5) {
        top: 227px;
        left: 52px;
        max-width: 200px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(5) {
        top: 364px;
        left: 164px;
        max-width: 71px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(6) {
        top: 275px;
        left: 380px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(6) {
        top: 285px;
        left: 17px;
    }

    #wenergy .wenergy_info_chart_list li:nth-of-type(7) {
        top: 290px;
        left: 50px;
    }

    #column-2 #wenergy .wenergy_info_chart_list li:nth-of-type(7) {
        top: 380px;
        left: 17px;
    }

    #wenergy .wenergy_schema_content {
        max-width: 868px;
    }

    #column-2 #wenergy .wenergy_schema_content {
        max-width: 453px;
    }

    #wenergy .wenergy_schema_media.wenergy_schema_media-desktop,
    #column-2 #wenergy .wenergy_schema_media.wenergy_schema_media-tablet {
        display: block;
    }

    #wenergy .wenergy_schema_media.wenergy_schema_media-tablet,
    #column-2 #wenergy .wenergy_schema_media.wenergy_schema_media-desktop {
        display: none;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(1) {
        top: 90px;
        left: 98px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(1) {
        top: 54px;
        left: 19px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(2) {
        top: 172px;
        left: 153px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(2) {
        top: 104px;
        left: 47px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(3) {
        top: 85px;
        left: 400px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(3) {
        top: 28px;
        left: 186px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(4) {
        top: 550px;
        left: 373px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(4) {
        top: 418px;
        left: 25px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(5) {
        top: 548px;
        left: 499px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(5) {
        top: 485px;
        left: 262px;
        max-width: 105px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(6) {
        top: 490px;
        left: 520px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(6) {
        top: 435px;
        left: 275px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(7) {
        top: 434px;
        left: 650px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(7) {
        top: 389px;
        left: 315px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(8) {
        top: 175px;
        left: 735px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(8) {
        top: 338px;
        left: 340px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(9) {
        top: 375px;
        left: 701px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(9) {
        top: 304px;
        left: 374px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(10) {
        top: 625px;
        left: 520px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(10) {
        top: 502px;
        left: 187px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(11) {
        top: 100px;
        left: 685px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(11) {
        top: 90px;
        left: 350px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(12) {
        top: 30px;
        left: 530px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(12) {
        top: 73px;
        left: 234px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(13) {
        top: 46px;
        left: 664px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(13) {
        top: 30px;
        left: 307px;
    }

    #wenergy .wenergy_schema_list li:nth-of-type(14) {
        top: 482px;
        left: 111px;
    }

    #column-2 #wenergy .wenergy_schema_list li:nth-of-type(14) {
        top: 363px;
        left: 25px;
    }

}
