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

#trackrecnt {
  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(--trackrecnt-sand);
}

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

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

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

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

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

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

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

#trackrecnt .trackrecnt_title em {
  font-style: italic;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#trackrecnt .trackrecnt_description {
  color: var(--trackrecnt-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;
}

#trackrecnt .trackrecnt_description em {
  font-style: italic;
  font-weight: normal;
  font-family: "IberPangea" !important;
}

#trackrecnt .trackrecnt_content {
  border-radius: 15px;
  background: var(--trackrecnt-sand-1);
  padding: 43px 10px 10px;
  position: relative;
}

#trackrecnt .trackrecnt_media {
  position: relative;
  width: 100%;
  padding-left: 25px;
}

#trackrecnt .trackrecnt_media_legend {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 59px;
  width: 25px;
  height: 100%;
  border-right: 1px solid var(--trackrecnt-sand-3);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/historial-beneficio-neto-guidance/images/bg-m.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px auto;
}

#trackrecnt .trackrecnt_media_legend_item {
  color: var(--trackrecnt-sand-6) !important;
  font-family: "IberPangeaText" !important;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-wrap: balance;
  position: relative;
  width: 25px;
  height: 62px;
}

#trackrecnt .trackrecnt_media_legend_item span {
  transform: rotate(-90deg);
  position: absolute;
  top: 20px;
  left: -3px;
  width: 30px;
  height: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#trackrecnt .trackrecnt_media_inner {
  display: flex;
  flex-direction: column;
  gap: 59px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--trackrecnt-sand-3);
  padding-bottom: 93px;
}

#trackrecnt .trackrecnt_media_info {
  margin-left: 23px;
  border-radius: 6.578px;
  border: 1.644px solid var(--trackrecnt-forest);
  padding: 13px;
  color: var(--trackrecnt-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 12px;
  line-height: 1.16;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#trackrecnt .trackrecnt_media_column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#trackrecnt .trackrecnt_media_label {
  color: var(--trackrecnt-green) !important;
  text-align: center;
  font-family: "IberPangeaText Bold" !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  order: 1;
}

#trackrecnt .trackrecnt_media_block {
  display: block;
  border-radius: 0 15px 15px 0;
  background-color: var(--trackrecnt-green-3);
  width: 0px;
  height: 62px;
  transition: width 0.5s, font 0.25s 0.25s;
  color: var(--trackrecnt-forest) !important;
  text-align: center;
  font-family: "IberPangeaText" !important;
  font-size: 0px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
  position: relative;
}

#trackrecnt.viewport .trackrecnt_media_block {
  font-size: 14px;
}

#trackrecnt.viewport .trackrecnt_media_column-6 .trackrecnt_media_block {
  font-size: 16px;
}

#trackrecnt .trackrecnt_media_block:before {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% + 8px);
  position: absolute;
  right: 12px;
  top: -4px;
  background-color: var(--trackrecnt-forest);
}

#trackrecnt .trackrecnt_media_column-6 .trackrecnt_media_block {
  background-color: transparent;
  border: 4px dashed var(--trackrecnt-green-3);
}

#trackrecnt.viewport .trackrecnt_media_column-1 .trackrecnt_media_block {
  width: 69px;
}

#trackrecnt.viewport .trackrecnt_media_column-2 .trackrecnt_media_block {
  width: 84px;
}

#trackrecnt.viewport .trackrecnt_media_column-3 .trackrecnt_media_block {
  width: 109px;
}

#trackrecnt.viewport .trackrecnt_media_column-4 .trackrecnt_media_block {
  width: 125px;
}

#trackrecnt.viewport .trackrecnt_media_column-5 .trackrecnt_media_block {
  width: 147px;
}

#trackrecnt.viewport .trackrecnt_media_column-6 .trackrecnt_media_block {
  width: 206px;
}

#trackrecnt .trackrecnt_media_column-6 {
  flex-wrap: wrap;
  padding-top: 19px;
  position: relative;
}

#trackrecnt .trackrecnt_media_column-6 .trackrecnt_media_label {
  width: 98px;
  position: absolute;
  top: -25px;
  left: 113px;
  color: var(--trackrecnt-forest) !important;
  text-align: center;
  font-family: "IberPangeaText Bold" !important;
  font-size: 12px;
  line-height: 1.12;
  font-style: normal;
  font-weight: normal;
}

#trackrecnt .trackrecnt_media_note {
  position: absolute;
  top: calc(100% + 20px);
  width: 103px;
  border-radius: 8px;
  border: 1px solid var(--trackrecnt-green-3);
  background: var(--trackrecnt-white);
  padding: 8px;
  color: var(--trackrecnt-forest) !important;
  text-align: center;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#trackrecnt .trackrecnt_media_note:before {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  transition: all 0.25s 0.5s;
  background-color: var(--trackrecnt-green-3);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#trackrecnt.viewport .trackrecnt_media_note:before {
  height: 20px;
}

#trackrecnt .trackrecnt_media_note-1 {
  left: 0;
}

#trackrecnt .trackrecnt_media_note-2 {
  left: 106px;
}

#trackrecnt .trackrecnt_currency {
  color: var(--trackrecnt-sand-6) !important;
  text-align: right;
  font-family: "IberPangea" !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 14px;
  right: 10px;
}

#trackrecnt .trackrecnt_media_arrow {
  position: absolute;
  top: 10px;
  left: 108px;
  width: 141px;
  height: 242px;
  color: var(--trackrecnt-forest) !important; 
  font-family: "IberPangeaText Bold" !important;
  font-size: 14px;
  line-height: 1.12;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/historial-beneficio-neto-guidance/images/flecha-m.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 62px;
  padding-right: 14px;
  text-wrap: balance;
}

#trackrecnt .trackrecnt_legend {
  color: var(--trackrecnt-sand-6) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-top: 15px;
  margin-left: 23px;
  padding-left: 30px;
  position: relative;
}

#trackrecnt .trackrecnt_legend:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--trackrecnt-forest);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#trackrecnt .trackrecnt_legend em {
  font-family: "IberPangeaText" !important;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 1000px) {

  #trackrecnt {
    padding: 32px;
  }

  #trackrecnt .trackrecnt_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 32px;
  }

  #trackrecnt .trackrecnt_description {
    margin-bottom: 32px;
  }

  #trackrecnt .trackrecnt_content {
    padding: 44px 20px 20px;
  }

  #trackrecnt .trackrecnt_currency {
    top: 20px;
    left: 20px;
    right: auto;
  }

  #trackrecnt .trackrecnt_media {
    padding-left: 0;
    padding-bottom: 56px;
  }
  
  #trackrecnt .trackrecnt_media_legend {
    top: auto;
    bottom: 0;
    height: 56px;
    width: calc(100% - 29px);
    left: 29px;
    flex-direction: row;
    border-right: none;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/historial-beneficio-neto-guidance/images/bg-d.svg');
    background-repeat: no-repeat;
    background-position: -30px center;
    background-size: 781px auto;
  }

  #trackrecnt .trackrecnt_media_legend_item {
    width: 62px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #trackrecnt .trackrecnt_media_legend_item span {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: 90px;
    height: 66px;
  }

  #trackrecnt .trackrecnt_media_block {
    width: 62px;
    height: 0;
    border-radius: 15px 15px 0 0;
    padding-right: 0;
    padding-top: 26px;
    align-items: flex-start;
    justify-content: center;
    transition: height 0.5s, font 0.25s 0.25s;
  }

  #trackrecnt .trackrecnt_media_block:before {
    top: 22px;
    width: calc(100% + 8px);
    left: -4px;
    right: auto;
    bottom: auto;
    height: 2px;
  }

  #trackrecnt.viewport .trackrecnt_media_column-1 .trackrecnt_media_block {
    width: 62px;
    height: 123px;
  }
  
  #trackrecnt.viewport .trackrecnt_media_column-2 .trackrecnt_media_block {
    width: 62px;
    height: 156px;
  }
  
  #trackrecnt.viewport .trackrecnt_media_column-3 .trackrecnt_media_block {
    width: 62px;
    height: 195px;
  }
  
  #trackrecnt.viewport .trackrecnt_media_column-4 .trackrecnt_media_block {
    width: 62px;
    height: 216px;
  }
  
  #trackrecnt.viewport .trackrecnt_media_column-5 .trackrecnt_media_block {
    width: 62px;
    height: 245px;
  }
  
  #trackrecnt.viewport .trackrecnt_media_column-6 .trackrecnt_media_block {
    width: 62px;
    height: 272px;
  }

  #trackrecnt .trackrecnt_media_inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: 1px solid var(--trackrecnt-sand-3);
    flex-direction: row;
    align-items: flex-end;
    min-height: 350px;
    padding-left: 29px;
    overflow: hidden;
  }

  #trackrecnt .trackrecnt_media_column {
    flex-direction: column;
  }

  #trackrecnt .trackrecnt_media_label {
    order: -1;
    font-size: 18px;
  }

  #trackrecnt .trackrecnt_media_column-6 .trackrecnt_media_label {
    width: 140px;
    font-size: 18px;
    left: -35px;
    top: -30px;
  }
    
  #trackrecnt .trackrecnt_media_arrow {
    top: 0px;
    left: 59px;
    width: 410px;
    height: 165px;
    font-size: 18px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/historial-beneficio-neto-guidance/images/flecha-d.svg');
    padding: 8px 160px 94px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #trackrecnt .trackrecnt_media_note {
    min-height: 30px;
  }

  #trackrecnt .trackrecnt_media_note:before {
    content: none;
    display: none;
  }

  #trackrecnt .trackrecnt_media_note-1 {
   top: auto;
   bottom: 20px;
   left: -20px;
  }

  #trackrecnt .trackrecnt_media_note-2 {
   top: 79px;
   left: -20px;
  }

  #trackrecnt .trackrecnt_media_info {
    width: 148px;
    left: 730px;
    top: 180px;
    position: absolute;
    font-size: 13px;
  }

  #trackrecnt .trackrecnt_legend {
    margin-left: 0;
  }

  #trackrecnt.viewport .trackrecnt_media_block {
    font-size: 16px;
  }

}