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

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

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

#hbenefits .hbenefits_title {
  width: 100%;
  color: var(--hbenefits-green) !important;
  font-size: 32px;
  line-height: 1.16;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px;
}

#hbenefits .hbenefits_title strong {
  display: block;
  font-weight: 600;
}

#hbenefits .hbenefits_graph {
  position: relative;
}

#hbenefits .hbenefits_media {
  width: 100%;
  margin: 0 auto 30px;
}

#hbenefits .hbenefits_media img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

#hbenefits .hbenefits_list {
  counter-reset: numeric;
  list-style: none;
  margin: 0;
  padding: 0;
}

#hbenefits .hbenefits_list li {
  counter-increment: numeric;
  list-style: none;
  color: var(--hbenefits-brown);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

#hbenefits .hbenefits_list li:before {
  content: none !important;
  display: none !important;
}

#hbenefits .hbenefits_list li:after {
  content: counter(numeric);
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--hbenefits-orange);
  border: 1px solid white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: var(--hbenefits-white);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

#hbenefits .hbenefits_list strong {
  display: block;
  color: var(--hbenefits-black);
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 746px) {

  #hbenefits {
    max-width: 746px;
    padding: 30px 25px;
  }

  #hbenefits .hbenefits_media {
    margin-bottom: 0;
    padding-bottom: 150px;
  }

  #hbenefits .hbenefits_media img {
    max-width: 100%;
  }

  #hbenefits .hbenefits_title {
    text-align: left;
    max-width: 350px;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
  }

  #hbenefits .hbenefits_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #hbenefits .hbenefits_list li:after {
    content: none;
    display: none;
  }

  #hbenefits .hbenefits_list li {
    position: absolute;  
    padding-left: 0;
    margin-bottom: 0;
  }

  #hbenefits .hbenefits_list li:nth-of-type(1) {
    max-width: 34%;
    top: -1%;
    left: 2%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(2) {
    max-width: 26%;
    top: -1%;
    left: 42%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(3) {
    top: 36.5%;
    right: 1%;
    max-width: 19%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(4) {
    top: 54.5%;
    right: 1%;
    max-width: 19%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(5) {
    max-width: 19%;
    top: 74%;
    right: 1%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(6) {
    max-width: 23%;
    top: 74%;
    left: 41%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(7) {
    top: 74%;
    left: 2%;
    max-width: 28%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(8) {
    top: 57%;
    left: 2%;
    max-width: 18%;
  }

}

@media (min-width: 960px) {

  #hbenefits {
    max-width: 980px;
    padding: 50px 50px 40px;
  }

  #hbenefits .hbenefits_title {
    font-size: 40px;
    max-width: 420px;
    margin-bottom: 60px;
  }

  #hbenefits .hbenefits_list li {
    font-size: 16px;
    line-height: 1.3;
  }

  #hbenefits .hbenefits_list li strong {
    font-size: 18px;
  }

  #hbenefits .hbenefits_list li:nth-of-type(1) {
    max-width: 23%;
    top: 0%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(2) {
    max-width: 23%;
    top: 0%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(3) {
    top: 39.5%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(4) {
    top: 58.5%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(5) {
    top: 80%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(6) {
    max-width: 21%;
    top: 80%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(7) {
    top: 80%;
    max-width: 23%;
  }

  #hbenefits .hbenefits_list li:nth-of-type(8) {
    top: 61%;
  }


  /**/

  #column-2 #hbenefits {
    max-width: 746px;
    padding-top: 35px;
  }

  #column-2 #hbenefits .hbenefits_title {
    font-size: 32px;
    max-width: 350px;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(1) {
    max-width: 37%;
    top: -3%;
    left: 2%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(2) {
    max-width: 27%;
    top: -3%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(3) {
    top: 36.5%;
    max-width: 20%;
    right: 0%;
  }
  
  #column-2 #hbenefits .hbenefits_list li:nth-of-type(6) {
    max-width: 26%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(4) {
    top: 54%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(5) {
    top: 74%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(6) {
    top: 74%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(7) {
    top: 74%;
    max-width: 31%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(8) {
    top: 56.5%;
  }

}

@media (min-width: 960px) and (max-width: 1168px) {

  #column-2 #hbenefits {
    padding-left: 25px;
    padding-right: 25px;
  }

  #column-2 #hbenefits .hbenefits_list li {
    font-size: 14px;
    line-height: 1.16;
  }

  #column-2 #hbenefits .hbenefits_list li strong {
    font-size: 16px;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(1) {
    top: -7%;
    max-width: 34%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(2) {
    top: -7%;
    max-width: 26%;
  }
  
  #column-2 #hbenefits .hbenefits_list li:nth-of-type(3) {
    top: 28%;
    right: 1%;
    max-width: 19%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(4) {
    top: 51%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(5) {
    top: 71%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(6) {
    top: 71%;
    max-width: 21%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(7) {
    top: 71%;
  }

  #column-2 #hbenefits .hbenefits_list li:nth-of-type(8) {
    top: 53%;
    max-width: 23%;
  }

}