:root {
  --trackrec-white: #ffffff;
  --trackrec-sand-1: #fffeff;
  --trackrec-green: #00a443;
  --trackrec-green-1: #007f33;
  --trackrec-forest: #00402a;
  --trackrec-brown: #3a3735;
  --trackrec-border: #d8cfc7;
  --trackrec-sunset-3: #FFB536;
  --trackrec-sand: #FFF5EC;
  --trackrec-sand-5: #89837e;
  --trackrec-sand-6: #615d5a;
}

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

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

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

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

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

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

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

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

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

#trackrec .trackrec_content {
    border-radius: 15px;
    background: var(--trackrec-sand-1);
    padding: 20px 16px 20px 6px;
    margin-bottom: 16px;
}

#trackrec .trackrec_content_inner {
    width: 100%;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#trackrec .trackrec_x {
    color: var(--trackrec-sand-6) !important;
    text-align: right;
    font-family: "IberPangea" !important;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#trackrec .trackrec_x-2 {
    margin-top: 13px;
    margin-bottom: 5px;
}

#trackrec .trackrec_y {
    width: 80px;
    padding-right: 8px;
    padding-top: 47px;
}

#trackrec .trackrec_y_item {
    color: var(--trackrec-sand-6) !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

#trackrec .trackrec_y_item-1 {
    padding-bottom: 128px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-guidance/images/puntitos.svg');
    background-position: center 45px;
    background-repeat: no-repeat;
    background-size: 5px auto;
}

#trackrec .trackrec_y_item-2 {
    margin-bottom: 65px;
}

#trackrec .trackrec_y_item-3 {
    margin-bottom: 133px;
}

#trackrec .trackrec_y_item-4 {
    margin-bottom: 49px;
}

#trackrec .trackrec_list_note {
    width: calc(100% + 80px);
    min-width: calc(100% + 80px);
    margin-top: 22px;
    margin-bottom: 25px;
    margin-left: -80px;
    border-radius: 15px;
    background: var(--trackrec-sunset-3);
    padding: 10px;
    width: 100%;
    color: var(--trackrec-forest) !important;
    text-align: center;
    font-family: "IberPangea Medium" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-wrap: balance;
}

#trackrec .trackrec_list {
    border: 1px solid var(--trackrec-border);
    border-right: none;
    width: calc(100% - 80px);
    padding-top: 25px;
    padding-bottom: 23px;
}

#trackrec .trackrec_list_item {
    display: flex;
    align-items: center;
    position: relative;
}

#trackrec .trackrec_list_item:after {
    opacity: 0;
    content: '';
    display: block;
    width: 2px;
    height: 69px;
    background-color: var(--trackrec-forest);
    position: absolute;
    top: -3px;
    transition: all 0.5s 1s;
}

#trackrec.viewport .trackrec_list_item:after {
    opacity: 1;
}

#trackrec .trackrec_list_item-1:after {
    left: calc(32.5% - 8px);
}

#trackrec .trackrec_list_item-2:after {
    left: calc(58.8% - 10px);
}

#trackrec .trackrec_list_item-3:after {
    content: none;
    display: none;
}

#trackrec .trackrec_list_item-4:after {
    left: calc(87.1% - 55px);
}

#trackrec .trackrec_list_item-5:after {
    left: calc(100% - 36px);
}

#trackrec .trackrec_list_item-1 {
    margin-bottom: 82px;
}

#trackrec .trackrec_list_item-2 {
    margin-bottom: 19px;
}

#trackrec .trackrec_list_item-3 {
    margin-bottom: 22px;
}

#trackrec .trackrec_list_item-4 {
    margin-bottom: 19px;
}

#trackrec .trackrec_list_item_bar {
    display: block;
    height: 62px;
    border-radius: 0 16px 16px 0;
    width: 0%;
    transition: width 1s 0.25s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

#trackrec .trackrec_list_item_bar em {
    color: var(--trackrec-forest) !important;
    font-family: "IberPangea Text" !important;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    text-align: right;
    padding-right: 20px;
    white-space: nowrap;
}

#trackrec .trackrec_list_item_bar-4 em {
    padding-right: 67px;
}

#trackrec .trackrec_list_item_bar-5 em {
    padding-right: 49px;
}

#trackrec.viewport .trackrec_list_item_bar-1 {
    width: 32.5%;
    background-color: #26BF64;
}

#trackrec.viewport .trackrec_list_item_bar-2 {
    width: 58.8%;
    background-color: #26BF64;
}

#trackrec.viewport .trackrec_list_item_bar-3 {
    width: 68.4%;
    background-color: #00A443;
}

#trackrec.viewport .trackrec_list_item_bar-4 {
    width: 87.1%;
    background-color: #5BD38C;
}

#trackrec.viewport .trackrec_list_item_bar-5 {
    width: 100%;
    background-color: #5BD38C;
}

#trackrec .trackrec_list_item_total {
    color: var(--trackrec-green) !important;
    font-size: 18px;
    line-height: 1;
    font-family: "IberPangeaText Bold" !important;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    padding-left: 8px;
}

#trackrec .trackrec_list_item_percent {
    opacity: 0;
    transition: all 0.5s 1s;
    color: var(--trackrec-green) !important;
    font-size: 18px;
    line-height: 1;
    font-family: "IberPangeaText Bold" !important;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    position: absolute;
    display: flex;
    align-items: center;
    top: -36px;
    right: 10px;
    height: 49px;
    padding-left: 15px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-guidance/images/flecha.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#trackrec.viewport .trackrec_list_item_percent {
    opacity: 1;
}

#trackrec .trackrec_legend {
    color: var(--trackrec-sand-6) !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    padding-left: 12px;
    border-left: 2px solid var(--trackrec-forest);
    margin-left: 14px;
}

#trackrec .trackrec_legend em {
    font-style: italic;
}

#trackrec .trackrec_source {
    color: var(--trackrec-sand-6) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    text-align: left;
}

@media (min-width: 1000px) {

    #trackrec {
        padding: 24px 32px;
    }

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

    #trackrec .trackrec_content {
        padding: 68px 39px 21px 99px;
    }

    #trackrec .trackrec_content_inner {
        flex-direction: column;
    }

    #trackrec .trackrec_x-2 {
        display: none;
    }

    #trackrec .trackrec_x-1 {
        position: absolute;
        top: -4px;
        left: -47px;
        width: auto;
        margin: 0;
    }

    #trackrec .trackrec_list {
        order: -1;
        width: 100%;
        border-top: none;
        margin-bottom: 6px;
        height: 381px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0 50px;        
    }

    #trackrec .trackrec_list_item {
        margin-bottom: 0;
        flex-direction: column;
    }

    #trackrec .trackrec_list_item-1 {
        margin-right: 152px;
    }

    #trackrec .trackrec_list_item-2 {
        margin-right: 66px;
    }

    #trackrec .trackrec_list_item-3 {
        margin-right: 76px;
    }

    #trackrec .trackrec_list_item-4 {
        margin-right: 68px;
    }

    #trackrec .trackrec_list_item_bar {
        width: 62px;
        height: 0px;
        border-radius: 16px 16px 0 0;
        transition: height 1s 0.25s;
    }

    #trackrec.viewport .trackrec_list_item_bar-1 {
        width: 62px;
        height: 123px;
    }

    #trackrec.viewport .trackrec_list_item_bar-2 {
        width: 62px;
        height: 221px;
    }

    #trackrec.viewport .trackrec_list_item_bar-3 {
        width: 62px;
        height: 258px;
    }

    #trackrec.viewport .trackrec_list_item_bar-4 {
        width: 62px;
        height: 328px;
    }

    #trackrec.viewport .trackrec_list_item_bar-5 {
        width: 62px;
        height: 375px;
    }

    #trackrec .trackrec_list_item_bar span {
        display: block;
    }

    #trackrec .trackrec_list_item_bar em {
        width: 62px;
        padding: 0;
        text-align: center;
        white-space: normal;
        padding-top: 15px;
    }

    #trackrec .trackrec_list_item_bar-3 em {
        padding-top: 21px;
    }

    #trackrec .trackrec_list_item_bar-4 em {
        padding-top: 100px;
    }

    #trackrec .trackrec_list_item_bar-5 em {
        padding-top: 72px;
    }

    #trackrec .trackrec_list_item_total {
        order: -1;
        padding: 0;
        margin-bottom: 16px;
    }

    #trackrec .trackrec_list_note {
        position: absolute;
        margin: 0;
        top: -44px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        min-width: 500px;
    }

    #trackrec .trackrec_y {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 10px;
    }

    #trackrec .trackrec_y_item {
        width: auto;
        text-align: center;
        text-wrap: balance;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #trackrec .trackrec_y_item-1 {
        width: 212px;
        padding-right: 152px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-guidance/images/puntitos-d.svg');
        background-position: 90px center;
        background-size: 70px auto;
    }

    #trackrec .trackrec_y_item-2 {
        width: 131px;
        padding-right: 66px;
    }

    #trackrec .trackrec_y_item-3 {
        width: 126px;
        padding-right: 50px;
    }

    #trackrec .trackrec_y_item-4 {
        width: 140px;
        padding-right: 56px;
    }

    #trackrec .trackrec_y_item-5 {
        width: 84px;
    }

    #trackrec .trackrec_legend {
        margin-left: 0;
        padding-left: 32px;
        position: relative;
        border-left: none;
    }

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

    #trackrec .trackrec_list_item:after {
        width: 69px;
        height: 2px;
        left: -3px;
        top: 44px;
    }

    #trackrec .trackrec_list_item-2:after {
        top: 49px;
    }

    #trackrec .trackrec_list_item-4:after {
        top: 86px;
    }

    #trackrec .trackrec_list_item-5:after {
        top: 57px;
    }

    #trackrec .trackrec_list_item_percent {
        width: 140px;
        height: 45px;
        right: 14px;
        top: -30px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/beneficio-neto-guidance/images/flecha-d.svg');
        background-size: 90px auto;
        background-position: left bottom;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

}
