@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 {
  --benefits-green: #00A443;
  --benefits-brown: #615D5A;
  --benefits-orange-light: #FFF5EC;
  --benefits-green-light: #DCEBE1;
  --benefits-green-dark: #004128;
}

#benefits {
  max-width: 1256px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

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

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

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

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

#benefits .benefits_title {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  font-style: normal;
  color: var(--benefits-green) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
	padding-left: 28px;
}

#benefits .benefits_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 354px;
  width: 100%;
  margin-top: 30px;
}

#benefits .benefits_image.benefits_image-column {
  display: none;
}

#benefits .benefits_image img {
  display: block;
  width: 100%;
}

#benefits .benefits_column {
  padding-left: 28px;
  padding-right: 28px;
}

#benefits .benefits_column:nth-of-type(1) {
  background-color: var(--benefits-green-light);
  padding-top: 120px;
  padding-bottom: 210px;
}

#benefits .benefits_column:nth-of-type(2) {
  background-color: var(--benefits-orange-light);
  padding-top: 220px;
  padding-bottom: 15px;
}

#benefits .benefits_column h2 {
  list-style: none;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 32px;
  border-bottom: 1px solid;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

#benefits .benefits_column:nth-of-type(1) h2 {
  color: var(--benefits-green) !important;
  border-bottom-color: var(--benefits-green);
}

#benefits .benefits_column:nth-of-type(2) h2 {
  color: var(--benefits-green-dark) !important;
  border-bottom-color: var(--benefits-green-dark);
  margin-bottom: 47px;
}

#benefits .benefits_column ul {
  list-style: none;
}

#benefits .benefits_column li {
  list-style: none;
  font-weight: 300;
  font-style: normal;
  color: var(--benefits-brown);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

#benefits .benefits_column li:before {
  content: none;
  display: none;
}

#benefits .benefits_column li img {
  width: 60px;
  margin-right: 15px;
}

@media (min-width: 1024px) {

  #benefits {
    display: flex;
    flex-wrap: wrap;
  }

  #benefits .benefits_title {
    top: 60px;
    left: 50px;
    font-size: 32px;
    text-align: left;
	  padding-left:0px;
  }

  #benefits .benefits_image {
    width: 60%;
    max-width: 573.5px;
    top: 304px;
    transform: translateX(-50%);
    margin-top: 0;
  }

  #benefits .benefits_column,
  #benefits .benefits_column:nth-of-type(1),
  #benefits .benefits_column:nth-of-type(2) {
    width: 50%;
    padding: 135px 50px 1px;
  }

  #benefits .benefits_column:nth-of-type(1) h2,
  #benefits .benefits_column:nth-of-type(2) h2 {
    font-size: 24px;
    margin-bottom: 65px;
  }

  #benefits .benefits_column h2,
  #benefits .benefits_column ul {
    max-width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
  }

  #benefits .benefits_column li {
    max-width: 240px;
    margin-bottom: 42px;
    margin-left: 0;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(1) {
    margin-left: 4px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(2) {
    margin-left: 160px;
    margin-bottom: 75px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(3) {
    margin-left: 240px;
    margin-bottom: 75px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(4) {
    margin-left: 235px;
    margin-bottom: 80px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(5) {
    max-width: 250px;
    margin-left: 170px;
    margin-bottom: 30px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(6) {
    margin-left: 25px;
    margin-bottom: 50px;
  }

  #benefits .benefits_column:nth-of-type(1) {
    text-align: right;
  }

  #benefits .benefits_column:nth-of-type(1) li {
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
  }

  #benefits .benefits_column:nth-of-type(1) li img {
    margin-left: 15px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(2) {
    margin-right: 150px;
    margin-bottom: 60px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(3) {
    margin-right: 220px;
    margin-bottom: 80px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(4) {
    margin-right: 220px;
    margin-bottom: 75px;
    max-width: 230px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(5) {
    margin-right: 150px;
    margin-bottom: 30px;
    max-width: 300px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(6) {
    max-width: 300px;
    margin-bottom: 20px;
  }

}

@media (min-width: 1256px) {

  #benefits .benefits_column li {
    margin-bottom: 32px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(2) {
    margin-bottom: 75px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(3),
  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(3) {
    margin-bottom: 100px;
  }

  #benefits .benefits_column:nth-of-type(1) li:nth-of-type(4) {
    margin-bottom: 80px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(5) {
    margin-bottom: 42px;
  }

  #benefits .benefits_column:nth-of-type(2) li:nth-of-type(6) {
    margin-left: 15px;
  }

}

@media (min-width: 980px) {

  #column-2 #benefits {
    display: block;
  }

  #column-2 #benefits .benefits_title {
    top: 40px;
    left: 0;
    font-size: 24px;
    padding-left: 28px;
  }

  #column-2 #benefits .benefits_image {
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 354px;
    width: 100%;
    margin-top: 30px;
  }

  #column-2 #benefits .benefits_column,
  #column-2 #benefits .benefits_column:nth-of-type(1),
  #column-2 #benefits .benefits_column:nth-of-type(2) {
    width: auto;
    padding: 0 28px;
  }

  #column-2 #benefits .benefits_column:nth-of-type(1) {
    padding-top: 120px;
    padding-bottom: 210px;
  }

  #column-2 #benefits .benefits_column:nth-of-type(2) {
    padding-top: 220px;
    padding-bottom: 15px;
  }

  #column-2 #benefits .benefits_column:nth-of-type(1) h2,
  #column-2 #benefits .benefits_column:nth-of-type(2) h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  #column-2 #benefits .benefits_column h2,
  #column-2 #benefits .benefits_column ul {
    max-width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
  }

  #column-2 #benefits .benefits_column li {
    max-width: 240px;
    margin-bottom: 42px;
    margin-left: 0;
  }

  #column-2 #benefits .benefits_column li {
    margin-bottom: 22px;
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  #column-2 #benefits .benefits_column:nth-of-type(1) {
    text-align: left;
  }

  #column-2 #benefits .benefits_column:nth-of-type(1) li {
    flex-direction: row;
  }

  #column-2 #benefits .benefits_column:nth-of-type(1) li img {
    margin-left: 0;
  }

  #column-2 #benefits .benefits_image.benefits_image-general {
    display: none;
  }

  #column-2 #benefits .benefits_image.benefits_image-column {
    display: block;
  }

}