@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;
  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: 30px 18px 27px;
  margin-bottom: 7px;
}

#infods .infods_keys_item:nth-of-type(2) {
  padding-top: 10px;
}

#infods .infods_keys_item:nth-of-type(3) {
  padding-top: 20px;
}

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

#infods .infods_keys_item:nth-of-type(3) .infods_keys_icon {
  max-width: 40px;
}

#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_keys_item:nth-of-type(3) .infods_keys_text {
  width: calc(100% + 8px);
  margin-right: -8px;
}

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

#infods .infods_graph_title {
  width: 100%;
  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 {
  position: absolute;
}

#infods .infods_graph_list:nth-of-type(1) {
  top: 2%;
  left: 33%;
}

#infods .infods_graph_list:nth-of-type(2) {
  top: 49%;
  left: 30%;
}

#infods .infods_graph_list:nth-of-type(3) {
  top: 92%;
  left: 52%;
}

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

#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: 54px 15px 42px 21px;
  margin-bottom: 7px;
}

#infods .infods_causes + .infods_causes {
  padding-top: 34px;
}

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

@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;
    padding-top: 10px;
  }

  #infods .infods_keys_item:nth-of-type(3) {
    padding-top: 31px;
  }

  #infods .infods_graph {
    max-width: 664px;
    margin-bottom: 50px;
  }
  
  #infods .infods_graph_title {
    width: 50%;
    margin-bottom: 28px;
    margin-left: 21px;
  }

  #infods .infods_graph_list:nth-of-type(1) {
    top: 11%;
    left: 21%;
  }

  #infods .infods_graph_list:nth-of-type(2) {
    top: 6%;
    left: 62%;
  }

  #infods .infods_graph_list:nth-of-type(3) {
    top: 88%;
    left: 73%;
  }

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

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

  #infods .infods_causes + .infods_causes {
    margin-left: auto;
    padding-top: 20px;
  }

  #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;
    margin-bottom: 30px;
  }

  #infods .infods_graph_list:nth-of-type(1) {
    top: 14%;
    left: 23%;
  }
  
  #infods .infods_graph_list:nth-of-type(2) {
    top: 10%;
    left: 64%;
  }

  #infods .infods_graph_list:nth-of-type(4) {
    top: 90%;
    left: 52%;
  }

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

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

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

  #infods .infods_causes + .infods_causes {
    padding-top: 41px;
  }

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

}
