@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 {
  --greenh-green: #00A443;
  --greenh-black: #3A3735;
  --greenh-dark: #00402A;
  --greenh-orange: #E3850D;
  --greenh-orange-light: #FFF5EC;
  --greenh-white: #FFFEFF;
  --greenh-border: #B0A9A3;
}

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

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

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

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

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

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

#greenh .greenh_title {
  color: var(--greenh-green) !important;
  font-size: 30px;
  line-height: 1.1;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 19px 0;
}

#greenh .greenh_title strong {
  font-weight: 600;
}

#greenh .greenh_title span {
  display: block;
}

#greenh .greenh_description {
  color: var(--greenh-black) !important;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-bottom: 9px;
  padding-right: 8%;
}

#greenh .greenh_circle {
  max-width: 126px;
  margin: 0 12px 13px auto;
}

#greenh .greenh_graph {
  max-width: 285px;
  margin: 0 auto 20px;
  padding-bottom: 65px;
  position: relative;
}

#greenh .greenh_graph_item {
  text-decoration: none;
  position: absolute;
}

#greenh .greenh_graph_item:nth-of-type(1) {
  top: 45%;
  left: 72%;
}

#greenh .greenh_graph_item:nth-of-type(2) {
  top: 26%;
  left: 45%;
}

#greenh .greenh_graph_item:nth-of-type(3) {
  top: 2%;
  left: 56%;
}

#greenh .greenh_graph_item:nth-of-type(4) {
  bottom: 32%;
  left: 23%;
}

#greenh .greenh_graph_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--greenh-dark);
  border-radius: 100%;
  color: var(--greenh-white) !important;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

#greenh .greenh_graph_text {
  display: block;
  border-radius: 15px;
  border: 1px solid var(--greenh-border);
  padding: 16px;
  background-color: var(--greenh-white);
  color: var(--greenh-black) !important;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  width: 90vw;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

#greenh .greenh_graph_item.active .greenh_graph_text {
  opacity: 1;
  visibility: visible;
}

#greenh .greenh_graph_item:nth-of-type(1) .greenh_graph_text {
  max-width: 193px;
}

#greenh .greenh_graph_item:nth-of-type(2) .greenh_graph_text {
  max-width: 218px;
}

#greenh .greenh_graph_item:nth-of-type(3) .greenh_graph_text {
  max-width: 202px;
}

#greenh .greenh_graph_item:nth-of-type(4) .greenh_graph_text {
  max-width: 168px;
}

#greenh .greenh_graph_text strong {
  font-weight: 500;
}

#greenh .greenh_graph_name {
  color: var(--greenh-black) !important;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  position: absolute;
}

#greenh .greenh_graph_name strong {
  display: block;
  font-weight: 600;
}

#greenh .greenh_graph_name.green {
  font-weight: 500;
  color: var(--greenh-green) !important;
}

#greenh .greenh_graph_name.orange {
  font-weight: 500;
  color: var(--greenh-orange) !important;
}

#greenh .greenh_graph_name:nth-of-type(1) {
  top: -2.5%;
  left: 0%;
}

#greenh .greenh_graph_name:nth-of-type(2) {
  top: -0.5%;
  right: 0%;
}

#greenh .greenh_graph_name:nth-of-type(3) {
  bottom: 16%;
  left: 0;
}

#greenh .greenh_graph_name:nth-of-type(4) {
  text-align: right;
  bottom: 4%;
  right: 0;
}

#greenh .greenh_graph_name:nth-of-type(5) {
  top: 38.5%;
  left: 5%;
}

#greenh .greenh_source {
  color: var(--greenh-black);
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  max-width: 246px;
  margin: 0 auto 0 0;
}

#greenh .greenh_bubbles {
  max-width: 22px;
  position: absolute;
  top: 38%;
  left: 72%;
  transform-origin: center;
  animation: 4s infinite alternate float;
}

#greenh .greenh_e {
  max-width: 14px;
  position: absolute;
  animation: 3s infinite alternate up;
}

#greenh .greenh_e:nth-of-type(1) {
  top: 2%;
  left: 36%;
}

#greenh .greenh_e:nth-of-type(2) {
  top: 16%;
  left: 59.5%;
  animation-delay: 0.75s;
  transform: translateY(-10px);
}

#greenh .greenh_e:nth-of-type(3) {
  max-width: 22px;
  top: 50%;
  left: 60.5%;
  animation: 4s infinite alternate side;
}

#greenh .greenh_h {
  max-width: 22px;
  position: absolute;
  animation: none;
  animation: 4s infinite alternate side;
}

#greenh .greenh_h:nth-of-type(4) {
  top: 48%;
  left: 33%;
  transform: translateX(-10px);
  animation-delay: 0.75s;
}

#greenh .greenh_h:nth-of-type(5) {
  top: 56%;
  left: 44.5%;
  transform: translateX(-10px);
  animation-delay: 0.3s;
}

@media (min-width: 700px) {

  #greenh {
    padding: 31px;
  }

  #greenh .greenh_title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  #greenh .greenh_description {
    font-size: 18px;
    line-height: 1.22;
    max-width: 401px;
    margin-right: auto;
    margin-bottom: 48px;
    padding-right: 0;
  }

  #greenh .greenh_circle {
    width: calc(100% - 461px);
    max-width: 250px;
    margin: 0;
    position: absolute;
    top: 31px;
    right: 30px;
  }

  #greenh .greenh_source {
    max-width: 100%;
  }

  #greenh .greenh_graph_name {
    font-size: 18px;
  }

  #greenh .greenh_graph_name.green {
    font-size: 21px;
  }

  #greenh .greenh_graph_name.orange {
    font-size: 21px;
  }

  #greenh .greenh_graph_number {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  #greenh .greenh_graph {
    max-width: 494px;
    padding-bottom: 25px;
    transform: translateX(17px);
  }

  #greenh .greenh_graph_name:nth-of-type(1) {
    top: 4%;
    left: -2%;
  }

  #greenh .greenh_graph_name:nth-of-type(2) {
    top: 5.5%;
    right: 1%;
  }

  #greenh .greenh_graph_name:nth-of-type(3) {
    bottom: 4%;
    left: -23%;
  }

  #greenh .greenh_graph_name:nth-of-type(4) {
    text-align: left;
    bottom: 1%;
    right: 1%;
  }

  #greenh .greenh_graph_name:nth-of-type(5) {
    top: 44%;
    left: -18.5%;
  }

  #greenh .greenh_graph_item:nth-of-type(1) {
    top: 47%;
    left: 83%;
  }

  #greenh .greenh_graph_item:nth-of-type(2) {
    top: 32%;
    left: 49%;
  }

  #greenh .greenh_graph_item:nth-of-type(3) {
    top: 11%;
    left: 84%;
  }

  #greenh .greenh_graph_item:nth-of-type(4) {
    bottom: 13%;
    left: -23%;
  }

  #greenh .greenh_graph_text {
    padding: 24px;
  }

  #greenh .greenh_graph_item:nth-of-type(1) .greenh_graph_text {
    max-width: 242px;
    bottom: auto;
    top: calc(100% + 15px);
  }
  
  #greenh .greenh_graph_item:nth-of-type(2) .greenh_graph_text {
    max-width: 276px;
    bottom: auto;
    top: calc(100% + 15px);
    left: auto;
    transform: none;
    right: 0;
  }
  
  #greenh .greenh_graph_item:nth-of-type(3) .greenh_graph_text {
    max-width: 291px;
    left: auto;
    transform: translateY(-50%);
    right: calc(100% + 15px);
    top: 50%;
    bottom: auto;
  }
  
  #greenh .greenh_graph_item:nth-of-type(4) .greenh_graph_text {
    max-width: 242px;
    left: 0;
    transform: none;
  }

  #greenh .greenh_bubbles {
    max-width: 37px;
    top: 46%;
    left: 74%;
  }

  #greenh .greenh_e {
    max-width: 25px;
  }

  #greenh .greenh_e:nth-of-type(1) {
    top: 2%;
    left: 38.5%;
  }

  #greenh .greenh_e:nth-of-type(2) {
    top: 19%;
    left: 61%;
  }

  #greenh .greenh_e:nth-of-type(3) {
    max-width: 35px;
    top: 61%;
    left: 63.5%;
  }

  #greenh .greenh_h {
    max-width: 35px;
  }

  #greenh .greenh_h:nth-of-type(4) {
    top: 58%;
    left: 36%;
  }

  #greenh .greenh_h:nth-of-type(5) {
    top: 68%;
    left: 46.5%;
  }

}

@media (min-width: 700px) and (max-width: 746px) {

  #greenh .greenh_graph_name:nth-of-type(3) {
    left: -17%;
    width: 130px;
  }

  #greenh .greenh_graph_item:nth-of-type(4) {
    bottom: 15%;
    left: -17%;
  }

  #greenh .greenh_graph_name:nth-of-type(5) {
    left: -17%;
  }

}

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

  #column-2 #greenh .greenh_graph {
    transform: scale(0.85) translateX(49px);
  }

}

@keyframes float {
	0% {
		transform: rotate(15deg) translateY(-5px);
	}
  50% {
		transform: rotate(-15deg) translateY(0);
	}
}

@keyframes up {
	0%, 100% {
		transform: translateY(-10px);
	}
  50% {
		transform: translateY(0);
	}
}

@keyframes side {
	0%, 100% {
		transform: translateX(-8px);
	}
  50% {
		transform: translateX(0);
	}
}
