@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 {
  --sustainableeco-green: #00A443;
  --sustainableeco-brown: #615D5A;
  --sustainableeco-white: #FFFFFF;
  --sustainableeco-nowhite: #FFFEFF;
  --sustainableeco-border: #B0A9A3;
  --sustainableeco-green-dark: #00402A;
  --sustainableeco-orange: #FF9C1A;
  --sustainableeco-orange-light: #FFF5EC;
  --sustainableeco-grey: #89837E;
  --sustainableeco-blue-light: #CFEEFF;
}

#sustainableeco {
  width: 100%;
  max-width: 980px;
  padding: 20px;
  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(--sustainableeco-white);
  border: 1px solid var(--sustainableeco-border);
}

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

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

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

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

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

#sustainableeco .sustainableeco_title {
  color: var(--sustainableeco-green) !important;
  font-size: 32px;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  max-width: 354px;
  margin: 0 0 15px 0;
}

#sustainableeco .sustainableeco_title strong {
  font-weight: 700;
}

#sustainableeco .sustainableeco_text {
  color: var(--sustainableeco-brown) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 45px;
}

#sustainableeco .sustainableeco_graph {
  margin-bottom: 10px;
}

#sustainableeco .sustainableeco_graph_image {
  position: relative;
  width: 290px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 29px;
}

#sustainableeco .sustainableeco_graph_title {
  color: var(--sustainableeco-green) !important;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 52%;
  left: 51%;
  transform: translate(-50%,-50%);
  width: 65%;
  max-width: 148px;
}

#sustainableeco .sustainableeco_graph_title strong {
  display: block;
  font-size: 36px;
  font-weight: 600;
}

#sustainableeco .sustainableeco_graph_list {
  counter-reset: numbers;
  margin-bottom: 10px;
}

#sustainableeco .sustainableeco_graph_list_item {
  counter-increment: numbers;
  padding-left: 44px;
  position: relative;
  margin-bottom: 19px;
  text-align: left;
}

#sustainableeco .sustainableeco_graph_list_item:after {
  content: counter(numbers);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sustainableeco-brown) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sustainableeco-border);
  background-color: var(--sustainableeco-white);
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 12px;
}

#sustainableeco .sustainableeco_graph_list_item span {
  display: block;
  color: var(--sustainableeco-brown) !important;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 7px;
  border-bottom: 1px solid var(--sustainableeco-border);
  padding-bottom: 7px;
  padding-left: 15px;
  margin-left: -15px;
  width: calc(100% + 15px);
  padding-right: 15px;
}

#sustainableeco .sustainableeco_graph_list_item strong {
  display: block;
  color: var(--sustainableeco-brown) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
}

#sustainableeco .sustainableeco_data {
  color: var(--sustainableeco-brown) !important;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}

#sustainableeco .sustainableeco_highlights {
  border-radius: 15px;
  padding: 22px;
  background-color: var(--sustainableeco-orange-light);
}

#sustainableeco .sustainableeco_highlights_item {
  border-radius: 15px;
  padding: 13px;
  background-color: var(--sustainableeco-nowhite);
  display: flex;
  color: var(--sustainableeco-green-dark) !important;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 400;
  position: relative;
}

#sustainableeco .sustainableeco_highlights_item:first-child {
  padding-right: 13px;
}

#sustainableeco .sustainableeco_highlights_item + .sustainableeco_highlights_item {
  margin-top: 11px;
}

#sustainableeco .sustainableeco_highlights_item picture {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}

#sustainableeco .sustainableeco_highlights_item img {
  width: auto;
  max-width: 100%;
}

#sustainableeco .sustainableeco_highlights_item p {
  max-width: 140px;
  margin-top: 15px;
}

#sustainableeco .sustainableeco_highlights_item strong {
  color: var(--sustainableeco-green);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 3px;
}

#sustainableeco .sustainableeco_highlights_item:first-child strong {
  font-size: 32px;
}

@media (min-width: 700px) {

  #sustainableeco {
    padding: 24px 31px 28px;
  }

  #sustainableeco .sustainableeco_title {
    margin-bottom: 10px;
  }

  #sustainableeco .sustainableeco_graph {
    max-width: 565px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #sustainableeco .sustainableeco_graph_image {
    width: 565px;
  }

  #sustainableeco .sustainableeco_graph_title {
    top: 87px;
    transform: translateX(-50%);
    max-width: 200px;
  }

  #sustainableeco .sustainableeco_graph_list_item:after {
    content: none;
    display: none;
  }

  #sustainableeco .sustainableeco_graph_list_item {
    padding-left: 0;
    position: absolute;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(1) {
    top: -0.7%;
    left: 0;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(2) {
    max-width: 140px;
    text-align: right;
    top: -1%;
    right: 0;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(3) {
    max-width: 100px;
    text-align: right;
    top: 26.5%;
    right: 0;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(4) {
    max-width: 160px;
    text-align: right;
    right: 0;
    top: 60%;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(5) {
    bottom: -4%;
    right: 0;
    max-width: 320px;
    text-align: right;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(6) {
    max-width: 150px;
    bottom: 6.5%;
    left: 0;
  }

  #column-2 #sustainableeco .sustainableeco_graph_list_item:nth-of-type(6) {
    bottom: 10.5%;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(7) {
    max-width: 90px;
    left: 0;
    top: 43.7%;
  }

  #sustainableeco .sustainableeco_graph_list_item:nth-of-type(8) {
    max-width: 130px;
    top: 20%;
    left: 0;
  }

  #sustainableeco .sustainableeco_graph_list_item span {
    border-bottom: none;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
  }

  #sustainableeco .sustainableeco_highlights {
    padding: 29px 27px 30px 28px;
    display: flex;
  }

  #sustainableeco .sustainableeco_highlights_item {
    margin: 0;
    padding: 19px;
  }

  #sustainableeco .sustainableeco_highlights_item + .sustainableeco_highlights_item {
    margin-top: 0;
    margin-left: 13px;
    width: 64%;
  }

  #sustainableeco .sustainableeco_highlights_item p {
    margin-top: 20px;
  }

  

  #sustainableeco .sustainableeco_highlights_item picture {
    margin-bottom: 4px;
  }

  #sustainableeco .sustainableeco_highlights_item:first-child strong {
    display: block;
  }

  #sustainableeco .sustainableeco_data {
    margin-bottom: 30px;
  }

  #column-2 #sustainableeco .sustainableeco_graph_list_item:nth-of-type(5) {
    bottom: 1%;
  }
 
}

@media (min-width: 900px) {
  
  #sustainableeco .sustainableeco_highlights_item:first-child {
    min-width: 45%;
  }

  #sustainableeco .sustainableeco_highlights_item p {
    margin-top: auto;
  }

  #column-2 #sustainableeco .sustainableeco_highlights_item img {
    max-width: 90%;
    margin-left: auto;
  }

}
