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

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

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

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

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

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

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

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

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

#draghise .draghise_description em {
    font-style: italic;
}

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

#draghise .draghise_subtitle em {
    font-style: italic;
}

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

#draghise .draghise_source:last-child {
    margin-bottom: 0;
}

#draghise .draghise_content {
    width: 100%;
}

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

#draghise .draghise_accordion-3 {
    margin-bottom: 40px;
}

#draghise .draghise_accordion_title {
    color: var(--draghise-forest) !important;
    font-size: 18px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    padding-left: 24px;
    position: relative;
}

#draghise .draghise_accordion_title:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--draghise-green);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#draghise .draghise_accordion-2 .draghise_accordion_title:before {
    background-color: var(--draghise-orange);
}

#draghise .draghise_accordion-3 .draghise_accordion_title:before {
    background-color: var(--draghise-blue);
}

#draghise .draghise_accordion_text {
    color: var(--draghise-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
}

#draghise .draghise_accordion_data {
    border-radius: 15px;
    background: var(--draghise-white);
    padding: 8px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#draghise .draghise_accordion_data:last-child {
    margin-bottom: 0;
}

#draghise .draghise_accordion_data span {
    color: var(--draghise-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#draghise .draghise_accordion_data strong {
    color: var(--draghise-green) !important;
    font-size: 18px;
    line-height: 1.33;
    font-style: normal;
    font-weight: 600;
    text-align: right;
}

#draghise .draghise_map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#draghise .draghise_map_image-m {
    display: block;
}

#draghise .draghise_map_image-d {
    display: none;
}

#draghise .draghise_map_image {
    width: 100%;
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
}

#draghise .draghise_bars {
    
}

#draghise .draghise_bars {
    
}

#draghise .draghise_bars {
    
}

#draghise .draghise_bars {
    
}

#draghise .draghise_bars {
    
}

#draghise .draghise_bars {
    
}

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

    #draghise .draghise_title {
        font-size: 32px;
        line-height: 1.125;
    }

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

    #draghise .draghise_subtitle {
        line-height: 1.33;
    }

    #draghise .draghise_source {
        margin-bottom: 24px;
    }

}

@media (max-width: 1079px) {

    #draghise .draghise_accordion {
        position: relative;
    }

    #draghise .draghise_accordion:before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-seguridad/images/ico-mas.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    #draghise .draghise_accordion.active:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-seguridad/images/ico-cerrar.svg');
    }
    
    #draghise .draghise_accordion_content {
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        overflow: hidden;
    }

    #draghise .draghise_accordion.active .draghise_accordion_content {
        max-height: 1000px;
        transition: max-height 0.5s ease-in-out;
    }

}

@media (min-width: 1080px) {

    #draghise .draghise_content {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        position: relative;
    }

    #column-2 #draghise .draghise_content {
        display: block;
    }

    #draghise .draghise_map {
        margin-top: 40px;
    }

    #column-2 #draghise .draghise_map {
        margin-top: 0;
    }

    #draghise .draghise_accordion,
    #draghise .draghise_accordion-3 {
        flex: 1;
        margin-bottom: 0;
    }

    #column-2 #draghise .draghise_accordion {
        margin-bottom: 16px;
    }

    #column-2 #draghise .draghise_accordion-3 {
        margin-bottom: 40px;
    }

    #draghise .draghise_map_image-m,
    #column-2 #draghise .draghise_map_image-d {
        display: none;
    }
    
    #draghise .draghise_map_image-d,
    #column-2 #draghise .draghise_map_image-m {
        display: block;
    }

    #draghise .draghise_accordion_data {
        position: absolute;
        flex-direction: column;
        background-color: transparent;
    }

    #column-2 #draghise .draghise_accordion_data {
        position: relative;
        flex-direction: row;
        background-color: var(--draghise-white);
    }

    #draghise .draghise_accordion_data span {
        border-radius: 15px;
        background: var(--draghise-sand);
        padding: 8px 16px 8px 48px;
        margin-bottom: 8px;
        position: relative;
    }

    #column-2 #draghise .draghise_accordion_data span {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }

    #draghise .draghise_accordion_data span:before {
        content: '';
        display: block;
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background-color: var(--draghise-green);
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
    }

    #column-2 #draghise .draghise_accordion_data span:before {
        content: none;
        display: none;
    }

    #draghise .draghise_accordion_data strong {
        border-radius: 15px;
        border: 1px solid var(--draghise-green);
        background: var(--draghise-white);
        padding: 8px 16px;
    }

    #column-2 #draghise .draghise_accordion_data strong {
        border: none;
        background-color: transparent;
        padding: 0;
    }

    #draghise .draghise_accordion_data-1 {
        bottom: 172px;
        left: 765px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-2 {
        bottom: 15px;
        left: 348px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-3 {
        bottom: 30px;
        left: 122px;
        align-items: flex-end;
    }

    #draghise .draghise_accordion_data-4 span:before,
    #draghise .draghise_accordion_data-5 span:before,
    #draghise .draghise_accordion_data-6 span:before,
    #draghise .draghise_accordion_data-7 span:before {
        background-color: var(--draghise-orange);
    }

    #draghise .draghise_accordion_data-8 span:before,
    #draghise .draghise_accordion_data-9 span:before,
    #draghise .draghise_accordion_data-10 span:before {
        background-color: var(--draghise-blue);
    }

    #draghise .draghise_accordion_data-4 {
        bottom: 63px;
        left: 765px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-5 {
        bottom: 123px;
        left: 57px;
        align-items: flex-end;
    }

    #draghise .draghise_accordion_data-6 {
        bottom: 202px;
        left: 252px;
        align-items: flex-end;
    }

    #draghise .draghise_accordion_data-7 {
        bottom: 364px;
        left: 490px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-8 {
        bottom: 308px;
        left: 737px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-9 {
        bottom: 14px;
        left: 547px;
        align-items: flex-start;
    }

    #draghise .draghise_accordion_data-10 {
        bottom: 365px;
        left: 7px;
        align-items: flex-end;
    }

    #column-2 #draghise .draghise_accordion_data-1,
    #column-2 #draghise .draghise_accordion_data-2,
    #column-2 #draghise .draghise_accordion_data-3,
    #column-2 #draghise .draghise_accordion_data-4,
    #column-2 #draghise .draghise_accordion_data-5,
    #column-2 #draghise .draghise_accordion_data-6,
    #column-2 #draghise .draghise_accordion_data-7,
    #column-2 #draghise .draghise_accordion_data-8,
    #column-2 #draghise .draghise_accordion_data-9,
    #column-2 #draghise .draghise_accordion_data-10 {
        bottom: auto;
        left: auto;
        align-items: normal;
    }

    #column-2 #draghise .draghise_accordion {
        position: relative;
    }

    #column-2 #draghise .draghise_accordion:before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-seguridad/images/ico-mas.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    #column-2 #draghise .draghise_accordion.active:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/draghi-seguridad/images/ico-cerrar.svg');
    }
    
    #column-2 #draghise .draghise_accordion_content {
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        overflow: hidden;
    }

    #column-2 #draghise .draghise_accordion.active .draghise_accordion_content {
        max-height: 1000px;
        transition: max-height 0.5s ease-in-out;
    }
    
}