:root {
  --spebitda-white: #FFFFFF;
  --spebitda-forest: #00402A;
  --spebitda-forest-1: #DCEBE1;
  --spebitda-green: #00A443;
  --spebitda-green-1: #007F33;
  --spebitda-sand: #FFF5EC;
  --spebitda-sand-3: #D8CFC7;
  --spebitda-sand-4: #B0A9A3;
  --spebitda-sand-5: #89837E;
  --spebitda-sand-7: #3A3735;
  --spebitda-sunset: #FF9C1A;
  --spebitda-sky: #0DA9FF;
  --spebitda-sky-1: #007ACB;
}

#spebitda {
  width: 100%;
  max-width: 1256px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}

#spebitda * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#spebitda strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#spebitda h2,
#spebitda h3,
#spebitda h4 {
  margin-top: 0 !important;
}

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

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

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

#spebitda .spebitda_info {
  width: 100%;
  border-radius: 15px;
  background: var(--spebitda-forest-1);
  padding: 16px;
  margin-bottom: 16px;
  color: var(--spebitda-forest) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  /* text-wrap: balance; */
}

#spebitda .spebitda_info:last-child {
  margin-bottom: 0;
}

#spebitda .spebitda_info strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
}

#spebitda .spebitda_column {
  width: 100%;
}

#spebitda .spebitda_box {
  border-radius: 16px;
  border: 1px solid var(--spebitda-sand-3);
  background: var(--spebitda-white);
  padding: 16px;
  margin-bottom: 16px;
}

#spebitda .spebitda_bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

#spebitda .spebitda_bars_item {
  width: 100%;
  max-width: 110px;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;  
}

#spebitda .spebitda_bars_block {
  color: transparent !important;
  font-size: 16px;
  line-height: 1.02;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  height: 0;
  overflow: hidden;
  transition: all 0.75s ease-in;
}

#spebitda.viewport .spebitda_bars_block {
  color: var(--spebitda-white) !important;
}

#spebitda .spebitda_bars_block-1,
#spebitda .spebitda_bars_block-3 {
  background: var(--spebitda-forest);
  border-radius: 11.93px 11.93px 0 0;
}

#spebitda .spebitda_bars_block-2,
#spebitda .spebitda_bars_block-4 {
  background-color: var(--spebitda-sky-1);
}

#spebitda.viewport .spebitda_bars_block-1 {
  height: 106px;
}

#spebitda.viewport .spebitda_bars_block-2 {
  height: 57px;
}

#spebitda.viewport .spebitda_bars_block-3 {
  height: 73px;
}

#spebitda.viewport .spebitda_bars_block-4 {
  height: 90px;
}

#spebitda .spebitda_bars_legend {
  color: var(--spebitda-forest) !important;
  text-align: center;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.02;
  margin-top: 12px;
  white-space: nowrap;
  display: block;
}


#spebitda .spebitda_bars_note {
  color: var(--Iberdrola-Forest) !important;
  text-align: center;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: auto;
}

#spebitda .spebitda_bars_note strong {
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
}

#spebitda .spebitda_note {
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  color: var(--Iberdrola-Forest) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#spebitda .spebitda_note-3 {
  margin-bottom: 0;
}

#spebitda .spebitda_note:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#spebitda .spebitda_note-1:after {
  background-color: var(--spebitda-forest);
}

#spebitda .spebitda_note-2:after {
  background-color: var(--spebitda-sky-1);
}

#spebitda .spebitda_note strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#spebitda .spebitda_resume {
  border-radius: 15px;
  background: var(--spebitda-sand);
  padding: 16px;
  color: var(--spebitda-forest) !important;
  text-align: center;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px;
}

#spebitda .spebitda_resume strong {
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

#spebitda .spebitda_ico {
  max-width: 48px;
  margin: 0 auto 8px;
}

#spebitda .spebitda_subtitle {
  width: 100%;
  border-radius: 16px;
  background: var(--spebitda-forest);
  padding: 10px 16px;
  color: var(--spebitda-white) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 16px;
}

#spebitda .spebitda_column-3 .spebitda_subtitle {
  background-color: var(--spebitda-sky-1);
}

#spebitda .spebitda_text {
  border-radius: 16px;
  border: 1px solid var(--spebitda-forest);
  background: var(--spebitda-white);
  padding: 16px;
  color: var(--spebitda-sand-7) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 16px;
}

#spebitda .spebitda_text strong {
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}

#spebitda .spebitda_column-3 .spebitda_text {
  border-color: var(--spebitda-sky-1);
  margin-bottom: 0;
}

#spebitda .spebitda_column-3 .spebitda_text strong {
  display: block;
}

@media (min-width: 700px) {

  #spebitda .spebitda_info {
    margin-bottom: 20px;
  }
  
  #spebitda > .spebitda_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px;
    margin-bottom: 20px;
  }

  #spebitda .spebitda_box .spebitda_box {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
  }

  #spebitda .spebitda_column-1 {
    width: 100%;
  }

  #spebitda .spebitda_column-2,
  #spebitda .spebitda_column-3 {
    width: calc(50% - 12px);
    display: grid;
    grid: 1fr auto;
    grid-template-rows: auto auto 1fr;
  }

  #spebitda .spebitda_bars {
    max-width: 100%;
    justify-content: center;
    gap: 70px;
  }

  #spebitda .spebitda_bars_item,
  #spebitda .spebitda_bars_block {
    max-width: 140px;
  }

  #spebitda .spebitda_note-1 {
    max-width: 190px;
  }

  #spebitda .spebitda_note-2 {
    max-width: calc(100% - 190px);
  }

  #spebitda .spebitda_text {
    margin-bottom: 0;
  }

}

@media (min-width: 1000px) {
  
  #spebitda .spebitda_column-1 {
    width: calc(33.33%);
  }
  
  #spebitda .spebitda_column-2,
  #spebitda .spebitda_column-3 {
    width: calc(33.33% - 24px);
    max-width: 290px;
    margin: auto;
  }

  #spebitda .spebitda_column-2 {
    order: -1;
  }

  #spebitda .spebitda_subtitle {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #spebitda .spebitda_box .spebitda_box {
    flex-direction: column;
    margin-bottom: 0;
  }

  #spebitda .spebitda_note {
    max-width: 100%;
  }

  #spebitda .spebitda_bars {
    gap: 20px;
  }

  #spebitda .spebitda_bars_item {
    max-width: 110px;
  }

  #spebitda .spebitda_bars_block {
    max-width: 76px;
  }

}

@media (min-width: 1300px) {

  #spebitda .spebitda_bars {
    gap: 80px;
  }
  
  #spebitda .spebitda_bars_item,
  #spebitda .spebitda_bars_block {
    max-width: 128px;
  }

}

@media (max-width: 699px) {
  
  #spebitda .spebitda_box .spebitda_box {
    border: none;
    margin-bottom: 0;
  }

}