@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 {
    --cop16-white: #FFFEFF;
    --cop16-green: #00A443;
    --cop16-blue: #0DA9FF;
    --cop16-dark: #00402A;
    --cop16-orange: #FF9C1A;
    --cop16-brown: #615D5A;
    --cop16-border: #D8CFC7;
    --cop16-sand: #FFF5EC;
    --cop16-sand-light: #FFFAF6;
}

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

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

#cop16 h3 {
    margin-top: 0 !important;
}

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

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

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

#cop16 .cop16_title {
    color: var(--cop16-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    width: 100%;
    margin-bottom: 16px;
}

#cop16 .cop16_description {
    color: var(--cop16-dark) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 32px;
}

#cop16 .cop16_list {
    display: flex;
    flex-direction: column;
}

#cop16 .cop16_list:after {
    content: '';
    display: block;
    width: 20px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 33px;
}

#cop16 .cop16_list-green:after {
    background-image: url('images/flecha-verde-m.svg');
}

#cop16 .cop16_list-blue:after {
    background-image: url('images/flecha-azul-m.svg');
}

#cop16 .cop16_list-orange:after {
    background-image: url('images/flecha-naranja-m.svg');
}

#cop16 .cop16_list-dark:after {
    display: none;
    content: none;
}

#cop16 .cop16_subtitle {
    border-radius: 30px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cop16-white) !important;
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 137px;
    position: relative;
    z-index: 1;
}

#cop16 .cop16_list-green .cop16_subtitle {
    background-color: var(--cop16-green);    
}

#cop16 .cop16_list-blue .cop16_subtitle {
    background-color: var(--cop16-blue);
}

#cop16 .cop16_list-orange .cop16_subtitle {
    background-color: var(--cop16-orange);
}

#cop16 .cop16_list-dark .cop16_subtitle {
    background-color: var(--cop16-dark);
}

#cop16 .cop16_list_items {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--cop16-border);
    background: var(--cop16-white);
    padding: 35px 15px 25px 20px;
    position: relative;
    margin-bottom: 33px;
    margin-top: -20px;
    margin-left: 9px;
}

#cop16 .cop16_list_item {
    color: var(--cop16-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    min-height: 22px;
    margin-bottom: 8px !important;
    position: relative;
}

#cop16 .cop16_list_item:last-child {
    margin-bottom: 0;
}

#cop16 .cop16_list_item strong {
    font-weight: 700;
}

#cop16 .cop16_list_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-height: 22px;
    border-radius: 11px;
    border: 1px solid;
    background-color: var(--cop16-white);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: -32px;
}

#cop16 .cop16_list_item span.double {
    padding: 9px 5px;
}

#cop16 .cop16_list-green .cop16_list_item span {
    border-color: var(--cop16-green);
    color: var(--cop16-green) !important;
}

#cop16 .cop16_list-green .cop16_list_item.star span {
    background-color: var(--cop16-green);
    color: var(--cop16-white) !important;
}

#cop16 .cop16_list-blue .cop16_list_item span {
    border-color: var(--cop16-blue);
    color: var(--cop16-blue) !important;
}

#cop16 .cop16_list-blue .cop16_list_item.star span {
    background-color: var(--cop16-blue);
    color: var(--cop16-white) !important;
}

#cop16 .cop16_list-orange .cop16_list_item span {
    border-color: var(--cop16-orange);
    color: var(--cop16-orange) !important;
}

#cop16 .cop16_list-orange .cop16_list_item.star span {
    background-color: var(--cop16-orange);
    color: var(--cop16-white) !important;
}

#cop16 .cop16_list-dark .cop16_list_item span {
    border-color: var(--cop16-dark);
    color: var(--cop16-dark) !important;
}

#cop16 .cop16_list-dark .cop16_list_item.star span {
    background-color: var(--cop16-dark);
    color: var(--cop16-white) !important;
}

#cop16 .cop16_clousure_legend {
    margin-top: -10px;
    margin-bottom: 13px;
}

#cop16 .cop16_clousure_legend_item {
    color: var(--cop16-brown) !important;
    font-size: 16px;
    line-height: 1.75;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 23px;
    position: relative;
}

#cop16 .cop16_clousure_legend_item:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid var(--cop16-border);
    background-color: var(--cop16-border);
}

#cop16 .cop16_clousure_legend_item:nth-of-type(2):after {
    background-color: var(--cop16-white);
}

#cop16 .cop16_clousure_block {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: var(--cop16-sand);
    padding: 20px 15px 25px 20px;
    margin-bottom: 47px;
}

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

#cop16 .cop16_clousure_block_text {
    color: var(--cop16-dark) !important;
    font-size: 16px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2px;
}

#cop16 .cop16_clousure_block_text strong {
    font-weight: 600;
}

#cop16 .cop16_clousure_image {
    display: block;
    width: 100%;
}


@media (min-width: 700px) {

    #cop16 {
        padding: 48px 32px;
    }

    #cop16 .cop16_title {
        margin-bottom: 31px;
    }

    #cop16 .cop16_description {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    #cop16 .cop16_list_items {
        padding-left: 30px;
    }

    #cop16 .cop16_list_item span {
        left: -42px;
    }

    #cop16 .cop16_list_items {
        margin-bottom: 23px;
    }

    #cop16 .cop16_list:after {
        margin-bottom: 23px;
    }

    #cop16 .cop16_clousure {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #cop16 .cop16_clousure_block {
        order: -1;
        width: calc(100% - 187px);
        margin-right: auto;
        margin-bottom: 0;
        padding: 20px 15px 25px 41px;
    }

    #cop16 .cop16_clousure_legend {
        width: 160px;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: 0;
    }

    #cop16 .cop16_clousure_image {
        margin-top: 30px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1024px) {

    #cop16 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #cop16 .cop16_title {
        margin-bottom: 17px;
    }

    #cop16 .cop16_description {
        margin-bottom: 44px;
    }

    #cop16 .cop16_list {
        width: calc(50% - 22px);
        position: relative;
    }

    #cop16 .cop16_list:nth-of-type(odd) {
        margin-right: auto;
    }

    #cop16 .cop16_list_items {
        margin-left: 15px;
        height: 100%;
        margin-bottom: 0;
    }

    #cop16 .cop16_list_item {
        width: 90%;
    }

    #cop16 .cop16_list_item span {
        width: 28px;
        min-height: 28px;
        border-radius: 15px;
        font-size: 16px;
        line-height: 1;
        left: -42px;
    }

    #cop16 .cop16_subtitle {
        transform: translateX(8px);
    }

    #cop16 .cop16_list:nth-of-type(1),
    #cop16 .cop16_list:nth-of-type(2) {
        margin-bottom: 81px;
    }

    #cop16 .cop16_list:nth-of-type(3),
    #cop16 .cop16_list:nth-of-type(4) {
        margin-bottom: 38px;
    }

    #cop16 .cop16_list:nth-of-type(3) {
        order: 2;
        margin-left: auto;
        margin-right: 0;
    }

    #cop16 .cop16_clousure {
        order: 3;
    }

    #cop16 .cop16_list-green:after {
        position: absolute;
        margin: 0;
        width: 70px;
        height: 20px;
        background-image: url('images/flecha-verde.svg');
        top: -13px;
        right: -64px;
    }

    #cop16 .cop16_list-blue:after {
        position: absolute;
        margin: 0;
        width: 20px;
        height: 73px;
        background-image: url('images/flecha-azul.svg');
        bottom: -88px;
        right: -2px;
    }

    #cop16 .cop16_list-orange:after {
        position: absolute;
        margin: 0;
        width: 70px;
        height: 20px;
        background-image: url('images/flecha-naranja.svg');
        bottom: -40px;
        left: -54px;
    }

    #cop16 .cop16_list-dark:after {
        content: '';
        display: block;
        position: absolute;
        margin: 0;
        width: 20px;
        height: 73px;
        background-image: url('images/flecha-oscura.svg');
        top: -66px;
        left: -2px;
    }

    #cop16 .cop16_clousure_legend {
        order: -1;
        width: 100%;
        margin-bottom: 7px;
        margin-left: 12px;
    }

    #cop16 .cop16_clousure_legend_item {
        padding-left: 49px;
        margin-bottom: 10px;
    }

    #cop16 .cop16_clousure_legend_item:after {
        width: 26px;
        height: 26px;
        top: 0;
    }

    #cop16 .cop16_clousure_block {
        max-width: 306px;
    }

    #cop16 .cop16_clousure_image {
        margin-right: 0;
        width: calc(100% - 326px);
        max-width: 356px;
        margin-left: auto;
        margin-right: auto;
    }

}