@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 {
  --howelectrical-white: #FFFEFF;
  --howelectrical-green: #00A443;
  --howelectrical-dark: #00402A;
  --howelectrical-brown: #615D5A;
  --howelectrical-border: #D8CFC7;
  --howelectrical-orange: #FF9C1A;
  --howelectrical-orange-light: #FFF5EC;
}

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

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

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

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

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

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

#howelectrical .howelectrical_title {
  color: var(--howelectrical-green) !important;
  font-size: 32px;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 23px;
}

#howelectrical .howelectrical_title strong {
  font-weight: 700;
}

#howelectrical .howelectrical_description {
  color: var(--howelectrical-brown) !important;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 23px;
}

#howelectrical .howelectrical_subtitle {
  color: var(--howelectrical-green) !important;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 9px;
}

#howelectrical .howelectrical_text {
  color: var(--howelectrical-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 23px;
}

#howelectrical .howelectrical_label {
  color: var(--howelectrical-dark) !important;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
}

#howelectrical .howelectrical_label:last-child {
  margin-bottom: 0;
}

#howelectrical .howelectrical_label span {
  display: block;
  font-weight: 400;
  color: var(--howelectrical-brown) !important;
}

#howelectrical .howelectrical_graph {
  border-radius: 15px;
  background-color: var(--howelectrical-white);
  padding: 19px 12px;
  margin-bottom: 23px;
}

#howelectrical .howelectrical_graph:last-child {
  margin-bottom: 0;
}

#howelectrical .howelectrical_media {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}

#howelectrical .howelectrical_media .howelectrical_image_base {
  position: relative;
  z-index: 0;
}

#howelectrical #howelectricalImageBase {
  opacity: 0;
}

#howelectrical #howelectricalImageBase.active {
  opacity: 1;
}

#howelectrical .howelectrical_image {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

#howelectrical .howelectrical_image.active {
  opacity: 1;
}

#howelectrical .howelectrical_point {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--howelectrical-orange);
  background-color: var(--howelectrical-orange);
  padding: 2px;
  color: var(--howelectrical-white) !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  margin-right: 8px;
  position: absolute;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}

#howelectrical .howelectrical_point.active {
  background-color: var(--howelectrical-white);
  color: var(--howelectrical-orange) !important;
}

#howelectrical .howelectrical_point:nth-of-type(1) {
  top: 8%;
  left: 0%;
}

#howelectrical .howelectrical_point:nth-of-type(2) {
  top: 2%;
  left: 56%;
}

#howelectrical .howelectrical_point:nth-of-type(3) {
  top: 12%;
  left: 74%;
}

#howelectrical .howelectrical_point:nth-of-type(4) {
  bottom: 7%;
  right: 7%;
}

#howelectrical .howelectrical_point:nth-of-type(5) {
  bottom: 2%;
  right: 30%;
}

#howelectrical .howelectrical_link {
  border-radius: 15px;
  background-color: var(--howelectrical-white);
  padding: 12px 16px;
  margin-bottom: 23px;
  color: var(--howelectrical-dark) !important;
  font-size: 17px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: none;
}

#howelectrical .howelectrical_link.active {
  display: flex;
}

#howelectrical .howelectrical_link strong {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--howelectrical-orange);
  padding: 2px;
  color: var(--howelectrical-white) !important;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  margin-right: 8px;
}

#howelectrical .howelectrical_link span {
  display: block;
  max-width: 106px;
}

#howelectrical .howelectrical_link:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/energia-electrica/images/ico-link.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: auto;
}


@media (min-width: 700px) {

  #howelectrical {
    padding: 31px;
  }

  #howelectrical .howelectrical_title {
    margin-bottom: 6px;
  }

  #howelectrical .howelectrical_description {
    margin-bottom: 31px;
  }

  #howelectrical .howelectrical_graph {
    padding: 21px 22px;
    margin-bottom: 31px;
  }

  #howelectrical .howelectrical_subtitle {
    margin-bottom: 5px;
  }

  #howelectrical .howelectrical_media {
    max-width: 500px;
  }

  #howelectrical .howelectrical_point:nth-of-type(1) {
    top: 16%;
    left: 21%;
  }

  #howelectrical .howelectrical_point:nth-of-type(2) {
    top: 3%;
    left: 44.5%;
  }

  #howelectrical .howelectrical_point:nth-of-type(3) {
    top: 5%;
    left: 85.5%;
  }

  #howelectrical .howelectrical_point:nth-of-type(4) {
    bottom: 5%;
    right: 13.5%;
  }

  #howelectrical .howelectrical_point:nth-of-type(5) {
    bottom: 5%;
    right: auto;
    left: 5%;
  }

  #howelectrical .howelectrical_link span {
    max-width: 300px;
  }

  #howelectrical .howelectrical_graph:last-child .howelectrical_media {
    max-width: 660px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #howelectrical .howelectrical_graph:last-child .howelectrical_label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
  }

  #howelectrical .howelectrical_graph:last-child .howelectrical_label:last-child {
    left: auto;
    right: 15px;
    text-align: right;
  }

  #howelectrical .howelectrical_link {
    margin-bottom: 31px;
  }

  #howelectrical .howelectrical_link strong {
    margin-right: 20px;
  }

}
