/*@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}*/

:root {
    --copo-white: #FFFEFF;
    --copo-green: #00A443;
    --copo-green-light: #DCEBE1;
    --copo-dark: #00402A;
    --copo-black: #3A3735;
    --copo-brown: #615D5A;
    --copo-border: #D8CFC7;
    --copo-sand: #FFF5EC;
    --copo-orange: #FF9C1A;
    --copo-blue: #0DA9FF;
}

#copo {
    width: 100%;
    max-width: 980px;
    padding: 35px 16px 19px;
    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(--copo-border);
    background: var(--copo-white);
}

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

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

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

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

#copo img,
#copo picture,
#copo svg {
    display: block;
    width: 100%;
}

#copo .copo_title {
    color: var(--copo-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 22px;
}

#copo .copo_title strong {
    font-weight: 600;
}

#copo .copo_map {
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--copo-border);
    padding: 35px 24px;
    max-height: 393px;
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#copo .copo_svg {
    min-width: 634px;
    height: 324px;
    position: relative;
}

#copo .copo_svg svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#copo .copo_actions {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#copo .copo_actions_less,
#copo .copo_actions_more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid var(--copo-green);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
}

#copo .copo_actions_less {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-menos.svg');
    margin-left: 16px;
}

#copo .copo_actions_more {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-mas.svg');
}

#copo .copo_actions_less.disabled,
#copo .copo_actions_more.disabled {
    opacity: 0.3;
    cursor: default;
}

#copo .copo_actions input {
    display: none;
}

#copo .copo_area {
    cursor: pointer;
}

#copo .copo_area,
#copo .copo_area polygon,
#copo .copo_area path {
    transition: all 0.5s;
}

#copo .copo_area.hover,
#copo .copo_area.hover polygon,
#copo .copo_area.hover path {
    fill: var(--copo-orange)
}

#copo .copo_label {
    display: none;
    position: absolute;
    font-size: 6px;
    cursor: pointer;
}

#copo.visible .copo_label {
    display: block;
}

#copo .copo_label span {
    padding: 3px 5px;
    border-radius: 30px;
    background: var(--copo-dark);
    border: 0.5px solid var(--copo-dark);
    color: var(--copo-white) !important;
    font-size: 5px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    display: block;
    transition: all 0.5s;
}

#copo .copo_label span + span {
    margin-top: 2px;
}

#copo.visible .copo_label.hover span,
#copo.visible .copo_label:hover span {
    background: var(--copo-white);
    color: var(--copo-dark) !important;
}

#copo #copoLabel123 {
    top: 35%;
    left: 51%;
}

#copo #copoLabel3 {
    top: 39%;
    left: 76%;
}

#copo #copoLabel13 {
    top: 56%;
    left: 70%;
}

#copo #copoLabel15 {
    top: 23%;
    left: 48%;
}

#copo #copoLabel16 {
    top: 44%;
    left: 19%;
}

#copo #copoLabel18 {
    top: 45%;
    left: 58%;
}

#copo #copoLabel21 {
    top: 34%;
    left: 35%;
}

#copo #copoLabel22 {
    top: 46%;
    left: 36%;
}

#copo #copoLabel24 {
    top: 28%;
    left: 54%;
}

#copo #copoLabel25 {
    top: 39%;
    left: 34%;
}

#copo #copoLabel26 {
    top: 26%;
    left: 34%;
}

#copo #copoLabel27 {
    top: 53%;
    left: 46%;
}

#copo #copoLabel28 {
    top: 53%;
    left: 59%;
}

#copo .copo_modal {
    border-radius: 15px;
    border: 1px solid var(--copo-dark);
    background-color: var(--copo-green-light);
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-cerrar.svg');
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 20px;
    padding: 20px;
    width: calc(100% - 32px);
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

#copo .copo_modal.active {
    opacity: 1;
    visibility: visible;
}

#copo .copo_modal_header {
    color: var(--copo-dark) !important;
    font-size: 18px;
    line-height: 1.11;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#copo .copo_modal_header span {
    display: block;
    padding: 5px 10px;
    border-radius: 15px;
    background: var(--copo-dark) !important;
    color: var(--copo-white) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-right: 16px;
}

#copo .copo_modal_text {
    color: var(--copo-dark) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}

#copo .copo_modal_text strong {
    font-weight: 600;
}

#copo .copo_modal_text + .copo_modal_header {
    margin-top: 24px;
}

#copo .copo_map,
#copo .copo_actions {
    opacity: 1;
    transition: all 0.5s;    
}

#copo.actived .copo_map,
#copo.actived .copo_actions {
    opacity: 0.4;
}

@media (min-width: 700px) {

    #copo  {
        padding: 32px;
    }

    #copo .copo_title {
        font-size: 32px;
        line-height: 1.12;
        margin-bottom: 32px;
    }

    #copo .copo_actions_less,
    #copo .copo_actions_more {
        transition: all 0.5s;
    }

    #copo .copo_actions_less:not(.disabled):hover,
    #copo .copo_actions_more:not(.disabled):hover {
        background-color: var(--copo-green);
    }

    #copo .copo_actions_less:not(.disabled):hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-menos-alt.svg');
    }

    #copo .copo_actions_more:not(.disabled):hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-mas-alt.svg');
    }

}

@media (max-width: 699px) {

    #copo .copo_label {
        width: 10px;
        height: 10px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/origen-cop/images/ico-ver.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100%;
    }

    #copo .copo_label span {
        display: none;
    }

    #copo #copoLabel3 {
        left: 83%;
    }

    #copo #copoLabel13 {
        top: 59%;
        left: 76%;
    }

    #copo #copoLabel18 {
        top: 45%;
        left: 60%;
    }

    #copo #copoLabel28 {
        left: 62%;
    }

    #copo #copoLabel27 {
        left: 54%;
    }

    #copo #copoLabel21 {
        left: 43%;
    }

    #copo #copoLabel22 {
        left: 41%;
    }

    #copo #copoLabel25 {
        left: 42%;
    }

    #copo #copoLabel26 {
        left: 43%;
    }

    #copo #copoLabel15 {
        top: 25%;
    }

}
