@font-face {

  font-family: 'IberPangea Bold';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangea BoldItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');

  font-weight: bold;

  font-style: italic;

}





@font-face {

  font-family: 'IberPangea Italic';

  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 Light';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangea LightItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;

}




/* extras de IberPangea que no tenia Dialog */




@font-face {

  font-family: 'IberPangea Medium';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangea MediumItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-MediumItalic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangea SmBold';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangea SmBoldItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBoldItalic.woff2') format('woff2');

  font-weight: bold;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangeaText Bold';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-Bold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangeaText BoldItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-BoldItalic.woff2') format('woff2');

  font-weight: bold;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangeaText Italic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-Italic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangeaText Light';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-Light.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangeaText LightItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-LightItalic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangeaText Medium';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-Medium.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangeaText MediumItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-MediumItalic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;

}




@font-face {

  font-family: 'IberPangeaText';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-Regular.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangeaText SmBold';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-SmBold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

}




@font-face {

  font-family: 'IberPangeaText SmBoldItalic';

  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangeaText-SmBoldItalic.woff2') format('woff2');

  font-weight: bold;

  font-style: italic;

}

:root {
  --green: #00402A;
  --borders: #D8D8D8;
  --black: #38424A;
}

#about {
  width: calc(100% - 40px);
  max-width: 1256px;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  /*border-bottom: 1px solid #D8D8D8;*/
}

#about div h2 {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--green);
  font-family: 'IberPangea Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;

  text-align: left;
  max-width: 230px;

}

#about div h2 a {
  color: #00A443;
  text-decoration: none;
  font-family:'IberPangea medium', sans-serif;
}

#about div h2 a:hover {
  text-decoration: underline;
}

#about div p {
  margin-top: 0;
  margin-bottom: 16px;
  color: #615D5A;
  font-family: 'IberPangeaText', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;

  text-align: left;
  max-width: 320px;

}

#about div ul {
  width: 320px;
  /*width: 500px;*/
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#about div ul li {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  padding: 16px;
  box-sizing: border-box;
  width: 50%;
}

#about div ul li:nth-of-type(5),
#about div ul li:nth-of-type(6) {
  border-bottom: none;
}

#about div ul li:nth-of-type(even):before {
  content: '';
  display: block;
  background: #D8D8D8;
  width: 1px;
  height: calc(100% - 26px);
  position: absolute;
  top: 18px;
  left: 0;
}

#about div ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  /*width: 160px;*/
  height: 46px;
  opacity: 1;
}

#about div ul li a:hover {
  opacity: 0.3;
  transition: opacity 0.3s linear 2s;
  -webkit-transition: opacity 3s ease-out;
  -moz-transition: opacity 3s ease-in-out;
}

#about div ul li a.iberdrola-espana {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/iberdrola-espana.png");
}

#about div ul li a.scottishpower {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/scottishpower.png");
}

#about div ul li a.avangrid {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/avangrid.png");
}

#about div ul li a.neoenergia {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/neoenergia.png");
}

#about div ul li a.iberdrola-mexico {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/iberdrolamexico.png");
}

#about div ul li a.iberdrola-internacional {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/grupo_iberdrola_mundo/images/iberdrolainternacional.png");
}

#about div img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #about div h2 a {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {

  #about {
    margin: 60px auto;
    padding: 70px 0;
  }

  #about div h2 {
    width: 50%;
    max-width: 628px;
  }

  #about div p {
    font-size: 17px;
    line-height: 23px;

    width: 50%;
    max-width: 518px;
  }

  #about div ul {
    width: 650px;
    margin-bottom: 40px;
  }

  #about div ul li {
    width: 33.33%;
  }

  #about div ul li:before {
    content: '';
    display: block;
    background: #D8D8D8;
    width: 1px;
    height: calc(100% - 26px);
    position: absolute;
    top: 18px;
    left: 0;
  }

  #about div ul li:nth-of-type(1):before,
  #about div ul li:nth-of-type(4):before {
    content: none;
    display: none;
  }

  #about div ul li:nth-of-type(5),
  #about div ul li:nth-of-type(6) {
    border-bottom: 1px solid #D8D8D8
  }

  #about div img {
    width: 500px;
    margin: 0 auto;
  }

}

@media (min-width: 1024px) {

  #about {
    padding-bottom: 35px;
  }

  #about div {
    display: flex;
  }

  #about div ul {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: auto;
  }

  #about div ul li {
    width: 50%;
  }

  #about div ul li:nth-of-type(4):before {
    content: '';
    display: block;
    background: #D8D8D8;
    width: 1px;
    height: calc(100% - 26px);
    position: absolute;
    top: 18px;
    left: 0;
  }

  #about div ul li:nth-of-type(3):before,
  #about div ul li:nth-of-type(5):before {
    content: none;
    display: none;
  }

  #about div h2 {
    text-align: left;
    margin-left: 0;
  }

  #about div p {
    text-align: left;
    margin-right: 5px;
  }

  #about div img {
    margin-bottom: auto;
  }

}

@media (min-width: 1256px) {

  #about div img {
    width: 56.5%;
    margin-right: 0;
  }

  #about div ul li a {
    margin-right: 2px;
  }

  #about div ul li a.avangrid {
    /*margin-right: 34px;*/
  }

  #about div ul li a.scottishpower,
  #about div ul li a.iberdrola-mexico {
    /*margin-left: 8px;*/
  }

}