:root {
    --draghide-white: #FFFFFF;
    --draghide-green: #00A443;
    --draghide-green-1: #007F33;
    --draghide-forest: #00402A;
    --draghide-border: #D8CFC7;
    --draghide-brown: #615D5A;
    --draghide-sand: #FFF5EC;
    --draghide-blue: #0DA9FF;
    --draghide-blue-light: #6BDAFF;
    --draghide-orange: #FF9C1A;
    --draghide-yellow: #FFCD52;
    --draghide-grey: #A2BCB1;
}

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

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

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

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

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

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

#draghide .draghide_title {
    color: var(--draghide-green-1) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 16px;
}

#draghide .draghide_description {
    color: var(--draghide-brown) !important;
    font-size: 21px;
    line-height: 1.14;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 36px;
}

#draghide .draghide_description em {
    font-style: italic;
}

#draghide .draghide_subtitle {
    color: var(--draghide-green-1) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-bottom: 16px;
}

#draghide .draghide_subtitle em {
    font-style: italic;
}

#draghide .draghide_source {
    color: var(--draghide-brown) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    margin-bottom: 36px;
}

#draghide .draghide_bars {
    border-radius: 15px;
    background: var(--draghide-sand);
    padding: 16px 8px;
    margin-bottom: 16px;
}

#draghide .draghide_bars_content {
    width: 100%;
    max-width: 242px;
    height: 351px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-descarbonizacion/images/fondo-grafico-barras.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 242px auto;
    margin: 0 auto 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 2px;
}

#draghide .draghide_bars_item {
    height: 24px;
    border-radius: 0 13px 13px 0;
    margin-top: 64px;
}

#draghide .draghide_bars_item-1 {
    width: 127px;
    background-color: var(--draghide-green);
}

#draghide .draghide_bars_item-2 {
    width: 220px;
    background-color: var(--draghide-orange);
}

#draghide .draghide_bars_item-3 {
    width: 114px;
    background-color: var(--draghide-blue);
}

#draghide .draghide_bars .draghide_source {
    text-align: right;
    margin-bottom: 24px;
}

#draghide .draghide_bars_legend_item {
    border-radius: 15px;
    background: var(--draghide-white);
    padding: 8px 16px 8px 48px;
    width: 100%;
    position: relative;
    margin-bottom: 10px !important;
    display: block;
    color: var(--draghide-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#draghide .draghide_bars_legend_item:last-child {
    margin-bottom: 0 !important;
}

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

#draghide .draghide_bars_legend_item-1:after {
    background-color: var(--draghide-blue);
}

#draghide .draghide_bars_legend_item-2:after {
    background-color: var(--draghide-orange);
}

#draghide .draghide_bars_legend_item-3:after {
    background-color: var(--draghide-green);
}

#draghide .draghide_dots {
    border-radius: 15px;
    background: var(--draghide-sand);
    padding: 16px 8px;
    margin-bottom: 16px;
}

#draghide .draghide_dots .draghide_source {
    padding-left: 8px;
    width: 55%;
    text-wrap: balance;
    margin-bottom: 7px;
}

#draghide .draghide_dots_image {
    max-width: 242px;
    margin: 0 auto 24px;
}

#draghide .draghide_dots_legend_item {
    border-radius: 15px;
    background: var(--draghide-white);
    padding: 8px 16px 8px 48px;
    width: 100%;
    position: relative;
    margin-bottom: 10px !important;
    display: block;
    color: var(--draghide-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#draghide .draghide_dots_legend_item:last-child {
    margin-bottom: 0 !important;
}

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

#draghide .draghide_dots_legend_item-1:after {
    background-color: var(--draghide-blue);
}

#draghide .draghide_dots_legend_item-2:after {
    background-color: var(--draghide-orange);
}

#draghide .draghide_dots_legend_item-3:after {
    background-color: var(--draghide-green);
}

#draghide .draghide_dots + .draghide_source {
    margin-bottom: 16px;
}

#draghide .draghide_source:last-child {
    margin-bottom: 0;
}

#draghide .draghide_pie {
    padding-top: 9px;
    margin-bottom: 16px;
    position: relative;
}

#draghide .draghide_pie_image {
    max-width: 258px;
    margin: 0 auto 26px;
}

#draghide .draghide_pie_image-d {
    display: none;
}

#draghide .draghide_pie_image-m {
    display: block;
}

#draghide .draghide_pie_legend_item {
    border-radius: 15px;
    background: var(--draghide-sand);
    padding: 8px 8px 8px 40px;
    width: 100%;
    position: relative;
    margin-bottom: 8px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--draghide-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#draghide .draghide_pie_legend_item:last-child {
    margin-bottom: 0 !important;
}

#draghide .draghide_pie_legend_item:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

#draghide .draghide_pie_legend_item-1:after {
    background-color: var(--draghide-forest);
}

#draghide .draghide_pie_legend_item-2:after {
    background-color: var(--draghide-grey);
}

#draghide .draghide_pie_legend_item-3:after {
    background-color: var(--draghide-green);
}

#draghide .draghide_pie_legend_item-4:after {
    background-color: var(--draghide-yellow);
}

#draghide .draghide_pie_legend_item-5:after {
    background-color: var(--draghide-orange);
}

#draghide .draghide_pie_legend_item-6:after {
    background-color: var(--draghide-blue);
}

#draghide .draghide_pie_legend_item span {
    border-radius: 15px;
    background: var(--draghide-white);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    width: 90px;
    max-width: 90px;
    color: var(--draghide-green) !important;
    font-size: 18px;
    line-height: 1.33;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

@media (min-width: 700px) {
    
    #draghide {
        padding: 32px;
    }

    #draghide .draghide_title {
        font-size: 32px;
        line-height: 1.125;
    }

    #draghide .draghide_description {
        font-size: 24px;
        line-height: 1.16;
        margin-bottom: 24px;
    }

    #draghide .draghide_subtitle {
        line-height: 1.33;
    }

    #draghide .draghide_source {
        margin-bottom: 24px;
    }

    #draghide .draghide_pie {
        display: flex;
        justify-content: space-around;
    }

    #draghide .draghide_bars {
        padding: 40px 30px 40px 60px;
        display: flex;
    }

    #draghide .draghide_bars_content {
        margin-left: 0;
        margin-right: 74px;
        margin-right: 14px;
        margin-bottom: 0;
    }

    #draghide .draghide_bars_legend {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        margin-left: auto;
        margin-bottom: auto;
    }

    #draghide .draghide_bars_legend_item {
        width: auto;
        margin-right: auto;
        margin-bottom: 16px !important;
    }

    #draghide .draghide_bars_legend_item:last-child {
        margin-bottom: 0px !important;
    }

    #draghide .draghide_bars .draghide_source {
        margin-top: auto;
        margin-bottom: 35px;
        width: 100px;
        text-align: left;
    }

    #draghide .draghide_dots {
        padding: 44px 51px 38px;
    }

    #draghide .draghide_dots_image {
        max-width: 100%;
        margin-bottom: 30px;
    }

    #draghide .draghide_dots_legend {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8%;
    }

    #draghide .draghide_dots_legend_item {
        width: auto;
        margin-bottom: 0 !important;
    }

    #draghide .draghide_dots_legend_item-3 {
        order: -1;
    }

    #draghide .draghide_dots_legend_item-2 {
        order: 0;
    }

    #draghide .draghide_dots_legend_item-1 {
        order: 1;
    }

}

@media (min-width: 1080px) {

    #draghide .draghide_bars {
        flex-direction: column;
        position: relative;
    }

    #column-2 #draghide .draghide_bars {
        flex-direction: row;
    }

    #draghide .draghide_bars_content {
        max-width: 716px;
        height: 352px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-descarbonizacion/images/fondo-grafico-barras-d.svg');
        background-size: 716px auto;
        margin-bottom: 0;
        padding-left: 42px;
    }

    #column-2 #draghide .draghide_bars_content {
        max-width: 242px;
        height: 351px;
        background-size: 242px auto;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-descarbonizacion/images/fondo-grafico-barras.svg');
        margin-bottom: 24px;
        padding-bottom: 12px;
        padding-left: 3px;
    }

    #draghide .draghide_bars_item-1 {
        width: 366px;
    }

    #column-2 #draghide .draghide_bars_item-1 {
        width: 127px;
    }

    #draghide .draghide_bars_item-2 {
        width: 627px;
    }

    #column-2 #draghide .draghide_bars_item-2 {
        width: 220px;
    }

    #draghide .draghide_bars_item-3 {
        width: 328px;
    }

    #column-2 #draghide .draghide_bars_item-3 {
        width: 114px;
    }

    #draghide .draghide_dots {
        position: relative;
    }

    #draghide .draghide_dots .draghide_source {
        margin-left: 42px;
        margin-bottom: 23px;
    }

    #column-2 #draghide .draghide_dots .draghide_source {
        margin-left: 0;
        margin-bottom: 7px;
    }

    #draghide .draghide_pie {
        flex-direction: column;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 41px;
        margin-bottom: 40px;
    }

    #column-2 #draghide .draghide_pie {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    #draghide .draghide_pie_image {
        max-width: 768px;
    }

    #column-2 #draghide .draghide_pie_image {
        max-width: 258px;
    }

    #draghide .draghide_pie_legend_item {
        position: absolute;
        width: auto;
        padding-right: 16px;
    }

    #column-2 #draghide .draghide_pie_legend_item {
        position: relative;
        width: 100%;
        padding-right: 8px;
    }

    #draghide .draghide_pie_legend_item span {
        position: absolute;
        bottom: calc(100% + 8px);
        right: 0;
        border: 1px solid var(--draghide-green);
        width: 78px;
        min-width: 78px;
    }

    #draghide .draghide_pie_legend_item:after {
        left: 16px;
    }

    #column-2 #draghide .draghide_pie_legend_item:after {
        left: 8px;
    }

    #draghide .draghide_pie_legend_item-1 {
        top: 58px;
        left: 108px;
    }

    #draghide .draghide_pie_legend_item-2 {
        top: 58px;
        left: 505px;
    }

    #draghide .draghide_pie_legend_item-3 {
        top: 178px;
        left: 542px;
    }

    #draghide .draghide_pie_legend_item-4 {
        top: 285px;
        left: 488px;
    }

    #draghide .draghide_pie_legend_item-5 {
        top: 285px;
        left: 10px;
    }

    #draghide .draghide_pie_legend_item-6 {
        top: 178px;
        left: 40px;
    }

    #draghide .draghide_pie_legend_item-2 span,
    #draghide .draghide_pie_legend_item-3 span,
    #draghide .draghide_pie_legend_item-4 span {
        right: auto;
        left: 0;
    }

    #column-2 #draghide .draghide_pie_legend_item-1,
    #column-2 #draghide .draghide_pie_legend_item-2,
    #column-2 #draghide .draghide_pie_legend_item-3,
    #column-2 #draghide .draghide_pie_legend_item-4,
    #column-2 #draghide .draghide_pie_legend_item-5,
    #column-2 #draghide .draghide_pie_legend_item-6 {
        top: auto;
        left: auto;
    }

    #column-2 #draghide .draghide_pie_legend_item span,
    #column-2 #draghide .draghide_pie_legend_item-1 span,
    #column-2 #draghide .draghide_pie_legend_item-2 span,
    #column-2 #draghide .draghide_pie_legend_item-3 span,
    #column-2 #draghide .draghide_pie_legend_item-4 span,
    #column-2 #draghide .draghide_pie_legend_item-5 span,
    #column-2 #draghide .draghide_pie_legend_item-6 span {
        position: relative;
        bottom: auto;
        left: auto;
        border: none;
        width: 90px;
        min-width: 90px;
        right: auto;
    }

    #draghide .draghide_bars .draghide_source {
        position: absolute;
        top: 322px;
        left: 790px;
    }

    #column-2 #draghide .draghide_bars .draghide_source {
        position: relative;
        top: auto;
        left: auto;
    }

    #draghide .draghide_bars_legend {
        width: 100%;
        max-width: 662px;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: 42px;
        padding-top: 40px;
    }

    #column-2 #draghide .draghide_bars_legend {
        width: auto;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: auto;
        padding-top: 0;
    }

    #draghide .draghide_bars_legend_item {
        margin-bottom: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    #draghide .draghide_bars_legend_item-3 {
        margin-left: 0;
    }

    #draghide .draghide_bars_legend_item-1 {
        margin-right: 0;
    }

    #column-2 #draghide .draghide_bars_legend_item,
    #column-2 #draghide .draghide_bars_legend_item-1,
    #column-2 #draghide .draghide_bars_legend_item-3 {
        margin-bottom: 16px !important;
        margin-right: auto;
        margin-left: 0;
    }

    #draghide .draghide_pie_image-d {
        display: block;
    }
    
    #draghide .draghide_pie_image-m {
        display: none;
    }

    #column-2 #draghide .draghide_pie_image-d {
        display: none;
    }
    
    #column-2 #draghide .draghide_pie_image-m {
        display: block;
    }

}