@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: #FF9C1A;
  --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;
  align-items: flex-start;
  position: relative;
}

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

#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%;
  margin: 0 auto 17px;
  position: relative;
}

#infods .infods_graph picture {
  max-width: 250px;
  margin: 0 auto;
}

#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_percents {
  width: calc(100% - 16px);
  max-width: 350px;
  margin: 0 auto 30px;
  padding-top: 19px;
}

#infods .infods_percents_item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#infods .infods_percents_name {
  width: 160px;
  color: var(--infods-brown);
  font-size: 16px;
  line-height: 1.31;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  margin-left: 0;
  margin-right: auto;
}

#infods .infods_percents_bar {
  transform: translateX(15px);
  width: calc(100% - 160px);
  display: flex;
}

#infods .infods_percents_bar span {
  border-radius: 0 5px 5px 0;
  background-color: var(--infods-green);
  height: 14px;
  display: block;
}

#infods .infods_percents_item:first-child .infods_percents_bar span {
  background-color: var(--infods-orange);
}

#infods .infods_percents_total {
  width: 50px;
  color: var(--infods-brown);
  font-size: 18px;
  line-height: 1.16;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

#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 {
    display: flex;
  }

  #infods .infods_graph picture {
    max-width: 302px;
    margin-right: auto;
    margin-left: auto;
  }

  #infods .infods_percents {
    margin-left: 0;
  }

  #infods .infods_percents_name {
    width: 140px;
  }

  #infods .infods_percents_bar {
    width: calc(100% - 185px);
    transform: translateX(15px);
  }

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

  #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_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;
  }

}
