/* @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;
}*/

:root {
  --ia-green: #00A443;
  --ia-brown: #615D5A;
  --ia-orange: #FF9C1A;
  --ia-white: #FFFFFF;
  --ia-black: #000000;
}

#ia {
  width: 100%;
  max-width: 370px;
  padding: 36px 21px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/bg-m-v2.svg');
  background-repeat: no-repeat;
  background-position: center 264px;
  background-size: 546px auto;
}

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

#ia .ia_title {
  width: 100%;
  color: var(--ia-green) !important;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
  margin-top: 0 !important;
}

#ia .ia_title strong {
  display: block;
  font-size: 32px;
  line-height: 1.06;
  font-weight: 600;
  margin-top: 3px;
}

#ia .ia_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ia .ia_item {
  list-style: none;
  border-radius: 8px;
  border: 0.5px solid var(--ia-orange);
  background-color: var(--ia-white);
  padding: 14px 13px 28px;
  text-align: left;
}

#ia .ia_item:before {
  content: none;
  display: none;
}

#ia .ia_item:nth-of-type(1) {
  margin-bottom: 116px;
  position: relative;
}

#ia .ia_item:nth-of-type(1):before {
  content: '';
  display: block;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/robot-1.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 125px;
  height: 174px;
  top: 47%;
  right: -7%;
  z-index: 99;
}

#ia .ia_item:nth-of-type(1) .ia_text {
  max-width: 200px;
}

#ia .ia_item:nth-of-type(2) {
  max-width: 252px;
  margin-left: auto;
  margin-bottom: 31px;
}

#ia .ia_item:nth-of-type(3) {
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 17px;
  position: relative;
}

#ia .ia_item:nth-of-type(3):before {
  content: '';
  display: block;
  width: 152px;
  height: 141px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/robot-2.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  left: 90%;
  z-index: 99;
}

#ia .ia_item:nth-of-type(4) {
  max-width: 238px;
  margin-right: auto;
  margin-bottom: 193px;
}

#ia .ia_item:nth-of-type(5) {
  max-width: 238px;
  margin-right: auto;
  margin-bottom: 26px;
}

#ia .ia_item:nth-of-type(6) {
  max-width: 307px;
  margin-right: auto;
  margin-bottom: 208px;
}

#ia .ia_item:nth-of-type(7) {
  max-width: 311px;
  margin-left: auto;
  margin-bottom: 12px;
  position: relative;
}

#ia .ia_item:nth-of-type(7):before {
  content: '';
  display: block;
  width: 185px;
  height: 188px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/robot-3.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 116%;
  left: 3%;
  z-index: -1;
}

#ia .ia_item:nth-of-type(8) {
  max-width: 287px;
  margin-left: auto;
  margin-bottom: 92px;
}

#ia .ia_subtitle {
  color: var(--ia-green) !important;
  font-size: 21px;
  line-height: 1.04;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}

#ia .ia_text {
  color: var(--ia-brown);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  margin: 0 13px 0 0;
}


@media (min-width: 736px) {
  
  #ia {
    max-width: 746px;
    padding: 52px 43px 29px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/bg-t-v2.svg');
    background-position: -20px 351px;
    background-size: 969px auto;
  }

  #ia .ia_title {
    font-size: 18px;
    margin-bottom: 68px;
  }

  #ia .ia_title strong {
    margin-top: 5px;
  }

  #ia .ia_subtitle {
    font-size: 18px;
    margin-bottom: 13px;
  }

  #ia .ia_item {
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 17px;
  }

  #ia .ia_item:nth-of-type(1) {
    max-width: 498px;
    margin-bottom: 24px;
  }

  #ia .ia_item:nth-of-type(1) .ia_text {
    max-width: 411px;
  }

  #ia .ia_item:nth-of-type(2) {
    max-width: 297px;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 37px;
  }

  #ia .ia_item:nth-of-type(2) .ia_text {
    max-width: 233px;
  }

  #ia .ia_item:nth-of-type(3) {
    max-width: 297px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 28px;
  }

  #ia .ia_item:nth-of-type(4) {
    max-width: 297px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
  }

  #ia .ia_item:nth-of-type(5) {
    max-width: 297px;
    margin-bottom: 33px;
  }

  #ia .ia_item:nth-of-type(6) {
    max-width: 297px;
    margin-bottom: 22px;
  }

  #ia .ia_item:nth-of-type(7) {
    max-width: 297px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: auto;
  }

  #ia .ia_item:nth-of-type(7) .ia_text {
    max-width: 246px;
  }

  #ia .ia_item:nth-of-type(8) {
    max-width: 297px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
  }

  #ia .ia_item:nth-of-type(8) .ia_text {
    max-width: 246px;
  }

  #ia .ia_item:nth-of-type(1):before {
    width: 152px;
    height: 226px;
    top: -25%;
    right: -17%;
  }

  #ia .ia_item:nth-of-type(3):before {
    width: 248px;
    height: 238px;
    left: -90%;
    top: -31%;
  }

  #ia .ia_item:nth-of-type(7):before {
    width: 211px;
    height: 252px;
    bottom: -17%;
    left: -102%;
  }

}

@media (min-width: 980px) {

  #ia {
    max-width: 980px;
    padding-left: 88px;
    padding-right: 85px;
    padding-bottom: 118px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/bg-v2.svg');
    background-position: -30px 129px;
    background-size: 1138px auto;
  }

  #ia .ia_title {
    margin-bottom: 60px;
  }

  #ia .ia_item {
    padding-top: 18px;
    padding-bottom: 23px;
    padding-left: 22px;
  }

  #ia .ia_item:nth-of-type(2) {
    margin-bottom: 5px;
  }

  #ia .ia_item:nth-of-type(3) {
    margin-bottom: 8px;
  }

  #ia .ia_item:nth-of-type(4) {
    margin-bottom: 22px;
  }

  #ia .ia_item:nth-of-type(5) {
    margin-bottom: 27px;
  }

  #ia .ia_item:nth-of-type(6) {
    margin-bottom: 132px;
  }

  #ia .ia_item:nth-of-type(7) {
    margin-bottom: 20px;
  }

  #ia .ia_item:nth-of-type(1):before {
    width: 179px;
    height: 265px;
    top: -34%;
    right: -57%;
  }

  #ia .ia_item:nth-of-type(3):before {
    width: 290px;
    height: 280px;
    left: -145%;
    top: -37%;
  }

  #ia .ia_item:nth-of-type(7):before {
    width: 248px;
    height: 295px;
    bottom: -14%;
    left: -169%;
  }

  #column-2 #ia {
    max-width: 746px;
    padding-left: 52px;
    padding-right: 43px;
    padding-bottom: 29px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/inteligencia-artificial/images/bg-t-v2.svg');
    background-position: -20px 351px;
    background-size: 969px auto;
  }

  #column-2 #ia .ia_title {
    margin-bottom: 68px;
  }

  #column-2 #ia .ia_item {
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 17px;
  }

  #column-2 #ia .ia_item:nth-of-type(2) {
    margin-bottom: 37px;
  }

  #column-2 #ia .ia_item:nth-of-type(3) {
    margin-bottom: 28px;
  }

  #column-2 #ia .ia_item:nth-of-type(4) {
    margin-bottom: 30px;
  }

  #column-2 #ia .ia_item:nth-of-type(5) {
    margin-bottom: 33px;
  }

  #column-2 #ia .ia_item:nth-of-type(6) {
    margin-bottom: 22px;
  }

  #column-2 #ia .ia_item:nth-of-type(7) {
    margin-bottom: 30px;
  }

  #column-2 #ia .ia_item:nth-of-type(1):before {
    right: -15%;
    width: 152px;
    height: 225px;
  }

  #column-2 #ia .ia_item:nth-of-type(3):before {
    width: 250px;
    left: -87%;
    width: 248px;
    height: 238px;
  }

  #column-2 #ia .ia_item:nth-of-type(7):before {
    width: 211px;
    height: 252px;
    left: -95%;
    bottom: -25%;
  }

}