@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 {
  --infods-green: #00A443;
  --infods-brown: #615D5A;
  --infods-white: #FFFFFF;
  --infods-border: #B0A9A3;
  --infods-green-dark: #00402A;
  --infods-orange-light: #FFF5EC;
}

#infods {
  width: 100%;
  max-width: 980px;
  padding: 49px 10px 24px;
  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(--infods-white);
  border: 1px solid var(--infods-border);
  border-radius: 15px;
}

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

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

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

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

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

#infods .infods_title {
  color: var(--infods-green) !important;
  font-size: 32px;
  line-height: 1.06;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin: 0 auto 25px 0;
  padding-bottom: 16px;
  position: relative;
}

#infods .infods_title strong {
  display: block;
  font-weight: 500;
}

#infods .infods_title:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--infods-border);
  position: absolute;
  left: 0;
  bottom: 0;
}

.infods_description {
  width: 100%;
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px !important;
}

#infods .infods_subtitle {
  width: 100%;
  color: var(--infods-brown);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  text-align: left;
}


#infods .infods_ico {
  max-width: 81px;
}

#infods .infods_keys {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#infods .infods_keys_item {
  border: 1px solid var(--infods-border);
  border-radius: 15px;
  background-color: var(--infods-white);
  padding: 20px 18px 27px;
  margin-bottom: 7px;
}

#infods .infods_keys_icon {
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto 10px 0;
}

#infods .infods_keys_title {
  display: block;
  width: 100%;
  color: var(--infods-green) !important;
  font-size: 18px;
  line-height: 1.16;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid var(--infods-border);
  padding-bottom: 8px;
  margin-bottom: 11px;
}

#infods .infods_keys_text {
  display: block;
  width: 100%;
  color: var(--infods-brown);
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  text-align: left;
}

#infods .infods_keys_text strong {
  font-weight: 500;
}

#infods .infods_graph {
  width: 100%;
  max-width: 298px;
  margin: 0 auto 60px;
  position: relative;
}

#infods .infods_graph_title {
  width: calc(100% - 16px);
  color: var(--infods-green-dark) !important;
  font-size: 18px;
  line-height: 1.16;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin: 0 auto 16px 8px;
}

#infods .infods_graph_list li{
  position: absolute;
}

#infods .infods_graph_list li:nth-of-type(1) {
  top: 6%;
  left: 60%;
}

#infods .infods_graph_list li:nth-of-type(2) {
  top: 14%;
  left: 41%;
}

#infods .infods_graph_list li:nth-of-type(3) {
  top: 43%;
  left: 42%;
}

#infods .infods_graph_list li:nth-of-type(4) {
  top: 48%;
  left: 50%;
}

#infods .infods_graph_list li:nth-of-type(5) {
  top: 62%;
  left: 9%;
  width: 80px;
}

#infods .infods_graph_list li:nth-of-type(6) {
  top: 67%;
  left: 36%;
}

#infods .infods_graph_list li:nth-of-type(7) {
  top: 63%;
  left: 53%;
}

#infods .infods_graph_list li:nth-of-type(8) {
  top: 86%;
  left: 56%;
}

#infods .infods_graph_list li:nth-of-type(9) {
  bottom: 4%;
  left: 17%;
}

#infods .infods_graph_list li:nth-of-type(10) {
  bottom: -7%;
  left: 4%;
  width: 80px;
}

#infods .infods_graph_list:nth-of-type(5) li {
  text-align: center;
}

#infods .infods_graph_list li {
  color: var(--infods-brown);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

#infods .infods_causes {
  border-radius: 15px;
  background-color: var(--infods-orange-light);
  padding: 40px 15px 42px 21px;
  margin-bottom: 7px;
}

#infods .infods_causes_icon {
  max-width: 80px;
  margin: 0 auto 11px 0;
}

#infods .infods_causes + .infods_causes .infods_causes_icon {
  max-width: 73px;
  margin-bottom: 19px;
}

#infods .infods_causes_title {
  color: var(--infods-green-dark) !important;
  font-size: 18px;
  line-height: 1.16;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 27px;
  position: relative;
}

#infods .infods_causes + .infods_causes .infods_causes_title {
  margin-right: 10px;
}

#infods .infods_causes_title:before {
  content: '';
  display: block;
  width: 163px;
  height: 1px;
  background-color: var(--infods-border);
  position: absolute;
  left: 0;
  bottom: 0;
}

#infods .infods_causes_text {
  color: var(--infods-brown);
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  text-align: left;
}

#infods .infods_source {
  color: var(--infods-brown);
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  margin-top: 12px;
  margin-left: 12px;
  width: calc(100% - 24px);
}

@media (min-width: 700px) {

  #infods {
    padding: 55px 19px 25px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #infods .infods_title {
    max-width: calc(100% - 180px);
    margin-left: 21px;
    margin-bottom: 8px;
  }
  
  #infods .infods_subtitle {
    max-width: 80%;
    margin-left: 21px;
    margin-bottom: 31px;
  }
  
  #infods .infods_ico {
    max-width: 106px;
    bottom: calc(100% + 4px);
    right: 20px;
    position: absolute;
  }

  #infods .infods_keys {
    width: 100%;
    flex-direction: row;
    margin-bottom: 28px;
  }
  
  #infods .infods_keys_item {
    width: calc(33.33% - 9px);
    margin-bottom: 0;
    padding-top: 36px;
  }

  #infods .infods_keys_item:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }

  #infods .infods_graph {
    max-width: 664px;
    margin-bottom: 50px;
  }

  #infods .infods_graph_list li:nth-of-type(1) {
    top: 32%;
    left: 31%;
  }

  #infods .infods_graph_list li:nth-of-type(2) {
    top: 42%;
    left: 21%;
  }

  #infods .infods_graph_list li:nth-of-type(3) {
    top: 82%;
    left: 21%;
  }

  #infods .infods_graph_list li:nth-of-type(4) {
    top: 92%;
    left: 26%;
  }

  #infods .infods_graph_list li:nth-of-type(5) {
    top: 36%;
    left: 48%;
  }

  #infods .infods_graph_list li:nth-of-type(6) {
    top: 75%;
    left: 65%;
  }

  #infods .infods_graph_list li:nth-of-type(7) {
    top: 39%;
    left: 74%;
  }
  
  #infods .infods_graph_list li:nth-of-type(8) {
    top: 85%;
    left: 77%;
  }

  #infods .infods_graph_list li:nth-of-type(9) {
    bottom: 5%;
    left: 53%;
  }

  #infods .infods_graph_list li:nth-of-type(10) {
    bottom: 19%;
    left: 39%;
  }

  #infods .infods_graph_title {
    width: 70%;
    margin-bottom: 28px;
    margin-left: 21px;
  }

  #infods .infods_graph_list li {
    text-align: center;
  }

  #infods .infods_causes {
    width: calc(50% - 11px);
    padding-top: 40px;
  }

  #infods .infods_causes + .infods_causes {
    margin-left: auto;
  }

  #infods .infods_source {
    margin-top: 20px;
    margin-left: 0;
  }

  #column-2 #infods .infods_subtitle {
    max-width: 75%;
  }

}

@media (min-width: 960px) {

  #infods {
    padding-top: 49px;
  }
  
  #infods .infods_subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }

  #infods .infods_keys_title {
    font-size: 21px;
  }

  #infods .infods_keys {
    margin-bottom: 38px;
  }

  #infods .infods_keys_text {
    font-size: 18px;
    line-height: 1.22;
    padding-right: 5%;
  }

  #infods .infods_keys_item:nth-of-type(3) .infods_keys_text {
    width: 100%;
    margin-right: 0;
  }

  #infods .infods_graph_title {
    font-size: 21px;
    line-height: 1;
  }

  #infods .infods_graph {
    max-width: 886px;
  }

  #infods .infods_graph_list li:nth-of-type(1) {
    top: 34%;
    left: 32%;
  }

  #infods .infods_graph_list li:nth-of-type(2) {
    top: 43%;
    left: 22%;
  }

  #infods .infods_graph_list li:nth-of-type(3) {
    left: 24%;
  }

  #infods .infods_graph_list li:nth-of-type(5) {
    top: 38%;
    left: 49%;
  }

  #infods .infods_graph_list li:nth-of-type(6) {
    left: 66%;
  }

  #infods .infods_graph_list li:nth-of-type(7) {
    top: 41%;
    left: 75%;
  }

  #infods .infods_graph_list li:nth-of-type(9) {
    bottom: 6%;
    left: 55%;
  }

  #infods .infods_graph_list li:nth-of-type(10) {
    bottom: 21%;
    left: 40.5%;
  }

  #infods .infods_graph_title {
    margin-bottom: 32px;
  }

  #infods .infods_causes_title {
    font-size: 21px;
  }

  #infods .infods_causes {
    padding-right: 45px;
  }

  #infods .infods_causes_text {
    font-size: 18px;
  }

}

@media (min-width: 700px) and (max-width: 1170px) {

  #column-2 #infods .infods_subtitle,
  #column-2 #infods .infods_graph_title,
  #column-2 #infods .infods_keys_title,
  #column-2 #infods .infods_causes_title {
    font-size: 18px;
  }

  #column-2 #infods .infods_keys_text,
  #column-2 #infods .infods_causes_text {
    font-size: 16px;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(1) {
    top: 32%;
    left: 31%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(2) {
    top: 42%;
    left: 20%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(3) {
    top: 82%;
    left: 21%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(4) {
    top: 92%;
    left: 26%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(5) {
    top: 36%;
    left: 48%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(6) {
    top: 75%;
    left: 65%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(7) {
    top: 39%;
    left: 74%;
  }
  
  #column-2 #infods .infods_graph_list li:nth-of-type(8) {
    top: 85%;
    left: 77%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(9) {
    bottom: 5%;
    left: 53%;
  }

  #column-2 #infods .infods_graph_list li:nth-of-type(10) {
    bottom: 17%;
    left: 37%;
  }

}
