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

#infods16 {
  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(--infods16-white);
  border: 1px solid var(--infods16-border);
  border-radius: 15px;
}

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

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

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

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

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

#infods16 .infods16_title {
  color: var(--infods16-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;
}

#infods16 .infods16_title strong {
  display: block;
  font-weight: 500;
}

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

.infods16_description {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}

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

#infods16 .infods16_ico {
  max-width: 81px;
}

#infods16 .infods16_keys {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}

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

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

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

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

#infods16 .infods16_keys_text strong {
  font-weight: 500;
}

#infods16 .infods16_graph {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  padding: 90px 0;
  max-width: 300px;
}

#infods16 .infods16_graph_text {
  display: block;
  width: 100%;
  color: var(--infods16-brown);
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  text-align: left;
  width: calc(100% - 16px);
  margin: 0 auto 25px 8px;
}

#infods16 .infods16_graph_text em {
  font-style: italic;
}

#infods16 .infods16_graph picture {
  max-width: 250px;
  margin: 0 auto 20px;
}

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

#infods16 .infods16_graph_list {
  position: absolute;
  width: 100px;
}

#infods16 .infods16_graph_list:nth-of-type(1) {
  top: -15px;
  right: 4%;
}

#infods16 .infods16_graph_list:nth-of-type(2) {
  bottom: 35px;
  right: 26%;
}

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

#infods16 .infods16_causes {
  border-radius: 15px;
  background-color: var(--infods16-orange-light);
  padding: 20px 15px 20px 21px;
  margin-bottom: 14px;
}

#infods16 .infods16_causes + .infods16_causes {
  margin-bottom: 0;
}

#infods16 .infods16_causes_icon {
  max-width: 80px;
  margin: 0 auto 11px 0;
}

#infods16 .infods16_causes + .infods16_causes .infods16_causes_icon {
  max-width: 73px;
  margin-bottom: 19px;
}

#infods16 .infods16_causes_title {
  color: var(--infods16-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;
}

#infods16 .infods16_causes + .infods16_causes .infods16_causes_title {
  margin-right: 10px;
}

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

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

#infods16 .infods16_source {
  color: var(--infods16-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) {

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

  #infods16 .infods16_title {
    max-width: calc(100% - 180px);
    margin-left: 21px;
    margin-bottom: 8px;
  }
  
  #infods16 .infods16_subtitle {
    max-width: 80%;
    margin-left: 21px;
    margin-bottom: 31px;
  }
  
  #infods16 .infods16_ico {
    max-width: 106px;
    bottom: calc(100% + 4px);
    right: 20px;
    position: absolute;
  }

  #infods16 .infods16_keys {
    width: 100%;
    flex-direction: row;
    margin-bottom: 21px;
  }
  
  #infods16 .infods16_keys_item {
    width: calc(33.33% - 9px);
    margin-bottom: 0;
    padding-top: 26px;
  }

  #infods16 .infods16_keys_title {
    min-height: 55px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

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

  #infods16 .infods16_graph {
    display: flex;
    flex-direction: column;
    max-width: 740px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  #infods16 .infods16_graph picture {
    width: 100%;
    max-width: 100%;
  }

  #infods16 .infods16_graph_list:nth-of-type(1) {
    top: 0px;
    right: 28%;
  }

  #infods16 .infods16_graph_list:nth-of-type(2) {
    bottom: 30px;
    right: 36%;
  }

  #infods16 .infods16_graph_title {
    width: 100%;
    margin: 0 0 16px;
  }

  #infods16 .infods16_graph_text {
    width: 100%;
    max-width: 454px;
    margin: 0 auto 43px 0;
  }

  #infods16 .infods16_causes {
    width: calc(50% - 11px);
    margin-bottom: 0;
  }

  #infods16 .infods16_causes + .infods16_causes {
    margin-left: auto;
  }

  #infods16 .infods16_causes_title {
    display: flex;
    align-items: flex-end;
    min-height: 54px;
    padding-right: 25%;
  }

  #infods16 .infods16_source {
    margin-top: 20px;
    margin-left: 0;
  }

  #column-2 #infods16 .infods16_subtitle {
    max-width: 75%;
  }

}

@media (min-width: 840px) {
  #infods16 .infods16_keys_title {
    min-height: 20px;
  }
}

@media (min-width: 960px) and (max-width: 1004px) {
  #infods16 .infods16_keys_title {
    min-height: 58px;
  }
}

@media (min-width: 700px) and (max-width: 729px) {
  #infods16 .infods16_causes_title {
    min-height: 54px;
  }
}

@media (min-width: 960px) {

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

  #infods16 .infods16_keys_title {
    font-size: 21px;
    /* min-height: 58px; */
    padding-right: 10px;
  }

  #infods16 .infods16_keys {
    margin-bottom: 38px;
  }

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

  #infods16 .infods16_keys_item:nth-of-type(3) .infods16_keys_text {
    width: 100%;
    margin-right: 0;
  }

  #infods16 .infods16_graph_title {
    font-size: 21px;
    line-height: 1;
  }

  #infods16 .infods16_graph {
    max-width: 886px;
  }

  #infods16 .infods16_graph_title {
    margin-bottom: 24px;
  }

  #infods16 .infods16_causes_title {
    font-size: 21px;
  }

  #infods16 .infods16_causes {
    padding-right: 45px;
  }

  #infods16 .infods16_causes_text {
    font-size: 18px;
  }

  #infods16 .infods16_graph picture {
    width: 100%;
  }

  #column-2 #infods16 .infods16_keys_title {
    min-height: 83px;
  }

  #column-2 #infods16 .infods16_causes_title {
    min-height: 60px;
  }

}

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

  #column-2 #infods16 .infods16_subtitle,
  #column-2 #infods16 .infods16_graph_title,
  #column-2 #infods16 .infods16_keys_title,
  #column-2 #infods16 .infods16_causes_title {
    font-size: 18px;
  }

  #column-2 #infods16 .infods16_keys_text,
  #column-2 #infods16 .infods16_causes_text {
    font-size: 16px;
  }
  
}
