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

#footprint {
  width: 100%;
  max-width: 980px;
  padding: 35px 22px 7px;
  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(--footprint-orange-light);
}

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

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

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

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

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

#footprint .footprint_title {
  color: var(--footprint-green) !important;
  font-size: 32px;
  line-height: 1.06;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  width: 80%;
  margin: 0 0 46px 0;
}

#footprint .footprint_title strong {
  font-weight: 600;
}

#footprint .footprint_graph {
  position: relative;
}

#footprint .footprint_graph_image {
  display: none;
}

#footprint .footprint_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 375px;
  margin: 0 auto;
}

#footprint .footprint_item {
  width: 45%;
  max-width: 120px;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

#footprint .footprint_item:after {
  content: '';
  display: block;
  width: 81px;
  height: 1px;
  background-color: var(--footprint-green);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#footprint .footprint_ico {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 13px;
}

#footprint .footprint_text {
  color: var(--footprint-brown) !important;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

@media (min-width: 565px) {

  #footprint {
    padding: 35px 20px;
  }

  #footprint .footprint_title {
    max-width: 467px;
    margin-left: 12px;
    margin-right: auto;
    margin-bottom: 28px;
  }

  #footprint .footprint_ico {
    display: none;
  }

  #footprint .footprint_item:after {
    content: none;
    display: none;
  }

  #footprint .footprint_list {
    max-width: 100%;
  }

  #footprint .footprint_graph {
    max-width: 525px;
    margin: 0 auto;
    padding-top: 54px;
  }
  
  #footprint .footprint_graph_image {
    display: block;
  }

  #footprint .footprint_item {
    position: absolute;
  }

  #footprint .footprint_item:nth-of-type(1) {
    top: 3%;
    left: 28%;
  }

  #footprint .footprint_item:nth-of-type(2) {
    top: 16%;
    left: 3%;
  }

  #footprint .footprint_item:nth-of-type(3) {
    top: 40%;
    left: 0%;
  }

  #footprint .footprint_item:nth-of-type(4) {
    top: 27%;
    left: 32%;
    max-width: 100px;
  }

  #footprint .footprint_item:nth-of-type(5) {
    top: 1%;
    left: 58%;
    max-width: 150px;
  }

  #footprint .footprint_item:nth-of-type(6) {
    top: 62%;
    left: 0%;
  }

  #footprint .footprint_item:nth-of-type(7) {
    top: 25%;
    left: 59%;
    max-width: 100px;
  }

  #footprint .footprint_item:nth-of-type(8) {
    top: 25%;
    right: 0%;
    max-width: 108px;
  }

  #footprint .footprint_item:nth-of-type(9) {
    top: 50%;
    left: 25%;
    max-width: 130px;
  }

  #footprint .footprint_item:nth-of-type(10) {
    top: 47%;
    right: 2%;
    max-width: 100px;
  }

  #footprint .footprint_item:nth-of-type(11) {
    top: 48%;
    left: 53%;
  }

  #footprint .footprint_item:nth-of-type(12) {
    top: 72%;
    left: 23%;
  }

  #footprint .footprint_item:nth-of-type(13) {
    top: 76%;
    left: 47%;
  }

  #footprint .footprint_item:nth-of-type(14) {
    top: 72%;
    right: 0%;
  }

  #footprint .footprint_text {
    text-align: left;
  }
}
