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

#draghiin {
    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(--draghiin-border);
    background-color: var(--draghiin-white);
}

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

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

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

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

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

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

#draghiin .draghiin_description {
    color: var(--draghiin-brown) !important;
    font-size: 24px;
    line-height: 1.16;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 36px;
}

#draghiin .draghiin_description em {
    font-style: italic;
}

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

#draghiin .draghiin_subtitle em {
    font-style: italic;
}

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

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

#draghiin .draghiin_bars_content {
    width: 100%;
    max-width: 218px;
    height: 189px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-brecha/images/fondo-grafico-barras.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 218px auto;
    margin: 0 auto 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 12px;
}

#draghiin .draghiin_bars_item {
    width: 26px;
    border-radius: 13px 13px 0 0;
    margin-right: 11px;
    position: relative;
}

#draghiin .draghiin_bars_item span {
    color: var(--draghiin-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
}

#draghiin .draghiin_bars_item-1 {
    margin-left: 26px;
    height: 74px;
    background-color: var(--draghiin-blue);
}

#draghiin .draghiin_bars_item-2 {
    height: 87px;
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_bars_item-3 {
    height: 99px;
    background-color: var(--draghiin-forest);
}

#draghiin .draghiin_bars_item-4 {
    height: 130px;
    background-color: var(--draghiin-green);
}

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

#draghiin .draghiin_bars_legend_item:last-child {
    margin-bottom: 0 !important;
}

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

#draghiin .draghiin_bars_legend_item-1:after {
    background-color: var(--draghiin-blue);
}

#draghiin .draghiin_bars_legend_item-2:after {
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_bars_legend_item-3:after {
    background-color: var(--draghiin-forest);
}

#draghiin .draghiin_bars_legend_item-4:after {
    background-color: var(--draghiin-green);
}

#draghiin .draghiin_map {
    margin-bottom: 16px;
}

#draghiin .draghiin_map_image {
    max-width: 732px;
    margin: 0 auto 24px;
}

#draghiin .draghiin_map_legend_item {
    border-radius: 15px;
    background: var(--draghiin-sand);
    padding: 8px;
    margin-bottom: 8px !important;
    display: flex;
    flex-wrap: wrap;
}

#draghiin .draghiin_map_legend_item:last-child {
    margin-bottom: 0 !important;
}

#draghiin .draghiin_map_legend_label {
    width: 100%;
    position: relative;
    margin-bottom: 10px !important;
    display: block;
    color: var(--draghiin-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    padding-left: 32px;
}

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

#draghiin .draghiin_map_legend_item-1 .draghiin_map_legend_label:after {
    background-color: var(--draghiin-green);
}

#draghiin .draghiin_map_legend_item-2 .draghiin_map_legend_label:after {
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_map_legend_item-3 .draghiin_map_legend_label:after {
    background-color: var(--draghiin-yellow);
}

#draghiin .draghiin_map_legend_item-4 .draghiin_map_legend_label:after {
    background-color: var(--draghiin-blue-light);
}

#draghiin .draghiin_map_legend_item-5 .draghiin_map_legend_label:after {
    background-color: var(--draghiin-blue);
}

#draghiin .draghiin_map_legend_line {
    border-radius: 15px;
    background: var(--draghiin-white);
    padding: 8px 24px;
    width: calc(100% - 73px);
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#draghiin .draghiin_map_legend_line span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--draghiin-border);
    position: relative;
}

#draghiin .draghiin_map_legend_line span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

#draghiin .draghiin_map_legend_item-1 .draghiin_map_legend_line span:before {
    left: calc(100% - 16px);
    background-color: var(--draghiin-green);
}

#draghiin .draghiin_map_legend_item-2 .draghiin_map_legend_line span:before {
    left: calc(45% - 16px);
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_map_legend_item-3 .draghiin_map_legend_line span:before {
    left: calc(55% - 2px);
    background-color: var(--draghiin-yellow);
}

#draghiin .draghiin_map_legend_item-4 .draghiin_map_legend_line span:before {
    left: calc(35% - 6px);
    background-color: var(--draghiin-blue-light);
}

#draghiin .draghiin_map_legend_item-5 .draghiin_map_legend_line span:before {
    left: calc(20% - 6px);
    background-color: var(--draghiin-blue);
}

#draghiin .draghiin_map_legend_line span:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#draghiin .draghiin_map_legend_item-1 .draghiin_map_legend_line span:after {
    width: 100%;
    background-color: var(--draghiin-green);
}

#draghiin .draghiin_map_legend_item-2 .draghiin_map_legend_line span:after {
    width: 45%;
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_map_legend_item-3 .draghiin_map_legend_line span:after {
    width: 55%;
    background-color: var(--draghiin-yellow);
}

#draghiin .draghiin_map_legend_item-4 .draghiin_map_legend_line span:after {
    width: 35%;
    background-color: var(--draghiin-blue-light);
}

#draghiin .draghiin_map_legend_item-5 .draghiin_map_legend_line span:after {
    width: 20%;
    background-color: var(--draghiin-blue);
}

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

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

#draghiin .draghiin_dots .draghiin_source {
    margin-bottom: 16px;
}

#draghiin .draghiin_dots_image {
    max-width: 231px;
    margin: 0 auto 16px;
}

#draghiin .draghiin_dots_legend {

}

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

#draghiin .draghiin_dots_legend_item:last-child {
    margin-bottom: 0 !important;
}

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

#draghiin .draghiin_dots_legend_item-1:after {
    background-color: var(--draghiin-blue);
}

#draghiin .draghiin_dots_legend_item-2:after {
    background-color: var(--draghiin-orange);
}

#draghiin .draghiin_dots_legend_item-3:after {
    background-color: var(--draghiin-green);
}

#draghiin .draghiin_source:last-child {
    margin-bottom: 0;
}

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

    #draghiin .draghiin_title {
        font-size: 32px;
        line-height: 1.125;
    }

    #draghiin .draghiin_description {
        margin-bottom: 24px;
    }

    #draghiin .draghiin_source {
        margin-bottom: 24px;
    }

    #draghiin .draghiin_bars {
        padding: 40px 30px 40px 60px;
        display: flex;
    }

    #draghiin .draghiin_bars_content {
        margin-left: 0;
        margin-right: 74px;
        margin-bottom: 0;
    }

    #draghiin .draghiin_bars_legend {
        display: flex;
        flex-direction: column;
        margin-top: auto;
        margin-bottom: auto;
    }

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

    #draghiin .draghiin_bars_legend_item:last-child {
        margin-bottom: 0px !important;
    }

    #draghiin .draghiin_map {
        padding: 24px;
    }

    #draghiin .draghiin_map_legend_item {
        margin-bottom: 16px !important;
        background-color: transparent;
        flex-wrap: nowrap;
        gap: 16px;
        padding: 0;
    }

    #draghiin .draghiin_map_legend_item:last-child {
        margin-bottom: 0px !important;
    }

    #draghiin .draghiin_map_legend_label {
        padding: 8px 16px 8px 56px;
        border-radius: 15px;
        background-color: var(--draghiin-sand);
        max-width: 197px;
        margin-bottom: 0 !important;
    }

    #draghiin .draghiin_map_legend_label:after {
        top: 11px;
        left: 16px;
    }

    #draghiin .draghiin_map_legend_line {
        background-color: var(--draghiin-sand);
    }

    #draghiin .draghiin_map_legend_total {
        width: 67px;
        min-width: 67px;
    }

    #draghiin .draghiin_map_legend_item-2 .draghiin_map_legend_line span:after {
        width: 33%;
    }

    #draghiin .draghiin_map_legend_item-2 .draghiin_map_legend_line span:before {
        left: calc(33% - 16px);
    }

    #draghiin .draghiin_map_legend_item-3 .draghiin_map_legend_line span:after {
        width: 14%;
    }

    #draghiin .draghiin_map_legend_item-3 .draghiin_map_legend_line span:before {
        left: calc(14% - 16px);
    }

    #draghiin .draghiin_map_legend_item-4 .draghiin_map_legend_line span:after {
        width: 10%;
    }

    #draghiin .draghiin_map_legend_item-4 .draghiin_map_legend_line span:before {
        left: calc(10% - 16px);
    }

    #draghiin .draghiin_map_legend_item-5 .draghiin_map_legend_line span:after {
        width: 6%;
    }

    #draghiin .draghiin_map_legend_item-5 .draghiin_map_legend_line span:before {
        left: calc(6% - 16px);
    }

    #draghiin .draghiin_dots {
        padding: 44px 51px 38px;
    }

    #draghiin .draghiin_dots_image {
        max-width: 100%;
        margin-bottom: 30px;
    }

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

    #draghiin .draghiin_dots_legend_item {
        width: auto;
        margin-bottom: 0 !important;
    }

    #draghiin .draghiin_dots_legend_item-3 {
        order: -1;
    }

    #draghiin .draghiin_dots_legend_item-2 {
        order: 0;
    }

    #draghiin .draghiin_dots_legend_item-1 {
        order: 1;
    }

}

@media (min-width: 1080px) {

    #draghiin .draghiin_bars_content {
        max-width: 563px;
        height: 238px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-brecha/images/fondo-grafico-barras-d.svg');
        background-size: 563px auto;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    #column-2 #draghiin .draghiin_bars_content {
        max-width: 218px;
        height: 189px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-brecha/images/fondo-grafico-barras.svg');
        background-size: 218px auto;
        margin-bottom: 24px;
        padding-bottom: 12px;
    }

    #draghiin .draghiin_bars_item {
        width: 70px;
        border-radius: 15px 15px 0 0;
        margin-right: 30px;
    }

    #column-2 #draghiin .draghiin_bars_item {
        width: 26px;
        border-radius: 13px 13px 0 0;
        margin-right: 11px;
    }

    #draghiin .draghiin_bars_item-1 {
        height: 93px;
        margin-left: 89px;
    }

    #column-2 #draghiin .draghiin_bars_item-1 {
        height: 74px;
        margin-left: 26px;
    }

    #draghiin .draghiin_bars_item-2 {
        height: 109px;
    }

    #column-2 #draghiin .draghiin_bars_item-2 {
        height: 87px;
    }

    #draghiin .draghiin_bars_item-3 {
        height: 124px;
    }

    #column-2 #draghiin .draghiin_bars_item-3 {
        height: 99px;
    }

    #draghiin .draghiin_bars_item-4 {
        height: 163px;
    }

    #column-2 #draghiin .draghiin_bars_item-4 {
        height: 130px;
    }

    #draghiin .draghiin_bars_item span {
        font-size: 18px;
        bottom: calc(100% + 17px);
    }

    #column-2 #draghiin .draghiin_bars_item span {
        font-size: 16px;
        bottom: calc(100% + 2px);
    }

    #draghiin .draghiin_bars_content {
        margin-right: auto;
    }

    #column-2 #draghiin .draghiin_bars_content {
        margin-right: 74px;
    }

    #draghiin .draghiin_dots {
        position: relative;
    }

    #draghiin .draghiin_dots .draghiin_source {
        position: absolute;
        top: 42px;
        left: 140px;
    }

    #column-2 #draghiin .draghiin_dots .draghiin_source {
        position: relative;
        top: auto;
        left: auto;
    }

}