:root {
  --netprofit-white: #FFFFFF;
  --netprofit-forest: #00402A;
  --netprofit-green: #00A443;
  --netprofit-green-1: #007F33;
  --netprofit-green-2: #008C39;
  --netprofit-green-3: #26BF64;
  --netprofit-sand: #FFF5EC;
  --netprofit-sand-1: #FFFEFF;
  --netprofit-sand-3: #D8CFC7;
  --netprofit-sand-6: #615D5A;
  --netprofit-sand-7: #3A3735;
  --netprofit-sunset: #FF9C1A;
  --netprofit-sky: #0DA9FF;
}

#netprofit {
  width: 100%;
  max-width: 980px;
  padding: 24px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--netprofit-sand);
}

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

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

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

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

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

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

#netprofit .netprofit_title {
  color: var(--netprofit-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 16px;
}

#netprofit .netprofit_description {
  color: var(--netprofit-forest) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea" !important;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  margin-bottom: 24px;
}

#netprofit .netprofit_content {
  border-radius: 15px;
  background: var(--netprofit-sand-1);
  padding: 14px 20px 24px;
  margin-bottom: 24px;
}

#netprofit .netprofit_media {
  position: relative;
  width: 100%;
}

#netprofit .netprofit_legend {
  display: flex;
  justify-content: center;
  gap: 107px;
  border-top: 1px solid var(--netprofit-sand-3);
  padding-top: 16px;
}

#netprofit .netprofit_legend_item {
  color: var(--netprofit-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  width: 58px;
}

#netprofit .netprofit_media_inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  min-height: 290px;
}

#netprofit .netprofit_content_label {
  display: block;
  width: 100%;
  color: var(--netprofit-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: auto;
  margin-bottom: auto;
}

#netprofit .netprofit_media_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#netprofit .netprofit_media_label {
  color: var(--netprofit-forest) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#netprofit .netprofit_media_column-2 {
  height: 254px;
  position: relative;
  width: 107px;
}

#netprofit .netprofit_media_column-2:before {
  content: '';
  display: block;
  width: 136px;
  height: 55px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-ajustado/images/flecha.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: -14px;
}

#netprofit .netprofit_media_column-2 .netprofit_media_label {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  border: 2px solid var(--netprofit-green-3);
  background: var(--netprofit-white);
  padding: 8px 18px;
  width: 92px;
  color: var(--netprofit-sand-7) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-left: -20px;
}

#netprofit .netprofit_media_text {
  color: var(--netprofit-green-1) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
  margin-top: 13px;
  padding: 0 16px;
  margin-bottom: auto;
}

#netprofit .netprofit_media_block {
  display: block;
  border-radius: 15px 15px 0 0;
  height: 0px;
  width: 58px;
  transition: all 0.5s;
}

#netprofit .netprofit_media_column-1 .netprofit_media_block {
  background: var(--netprofit-green-3);
}

#netprofit .netprofit_media_column-3 .netprofit_media_block {
  background: var(--netprofit-green-2);
}

#netprofit.viewport .netprofit_media_column-1 .netprofit_media_block {
  height: 151px;
}

#netprofit.viewport .netprofit_media_column-3 .netprofit_media_block {
  height: 218px;
}

#netprofit .netprofit_note {
  color: var(--netprofit-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}


@media (min-width: 700px) {

  #netprofit {
    padding: 32px;
  }

  #netprofit .netprofit_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 24px;
  }

  #netprofit .netprofit_content {
    padding: 24px;
  }

  #netprofit .netprofit_content_label {
    position: absolute;
    top: 0;
    left: 0;
  }

  #netprofit .netprofit_media_block {
    width: 117px;
  }

  #netprofit .netprofit_legend_item {
    width: 117px;
  }

  #netprofit .netprofit_media_column-2 {
    width: 216px;
    height: 270px;
  }

  #netprofit .netprofit_media_column-2 .netprofit_media_label {
    width: 138px;
    padding: 8px;
    margin-left: -8px;
  }

  #netprofit .netprofit_media_column-2:before {
    width: 204px;
    height: 73px;
    top: -6px;
    margin-left: 0;
  }

  #netprofit .netprofit_media_text {
    width: 167px;
    margin-top: 22px;
  }

  #netprofit.viewport .netprofit_media_column-3 .netprofit_media_block {
    height: 256px;
  }

  #netprofit .netprofit_media_inner {
    min-height: 295px;
  }

  #netprofit .netprofit_legend {
    gap: 216px;
  }

}

@media (min-width: 1000px) {

  #netprofit .netprofit_media_column-2 {
    width: 364px;
  }

  #column-2 #netprofit .netprofit_media_column-2 {
    width: 216px;
  }

  #netprofit .netprofit_legend {
    gap: 364px;
  }

  #column-2 #netprofit .netprofit_legend {
    gap: 216px;
  }

  #netprofit .netprofit_media_column-2:before {
    width: 310px;
    height: 87px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-ajustado/images/flecha-d.svg');
    top: -12px;
  }

  #column-2 #netprofit .netprofit_media_column-2:before {
    width: 204px;
    height: 73px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-ajustado/images/flecha.svg');
    top: -6px;
  }

}