@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 {
    --fimpacts-white: #FFFEFF;
    --fimpacts-green: #00A443;
    --fimpacts-dark: #00402A;
    --fimpacts-sand: #FFF5EC;
    --fimpacts-sand: #FFF5EC;
    --fimpacts-brown: #615D5A;
    --fimpacts-border: #D8CFC7;
}

#fimpacts {
    width: 100%;
    max-width: 746px;
    margin: 20px auto;
    padding: 15px 0 24px;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

#fimpacts a {
    text-decoration: none;
}

#fimpacts .fimpacts_title {
    color: var(--fimpacts-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-bottom: 4px;
}

#fimpacts .fimpacts_description {
    color: var(--fimpacts-dark) !important;
    font-size: 21px;
    line-height: 1.14;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 28px;
}

#fimpacts .fimpacts_block {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--fimpacts-border);
    background: var(--fimpacts-white);
    padding: 16px;
    position: relative;
}

#fimpacts .fimpacts_block:not(:first-child) {
    margin-top: 20px;
}

#fimpacts .fimpacts_block:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: var(--fimpacts-border);
    position: absolute;
    left: 50%;
    bottom: 100%;
}

#fimpacts .fimpacts_block_header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin-bottom: 8px;
}

#fimpacts .fimpacts_block_ico {
    max-width: 29px;
    margin-right: 8px;
    margin-left: auto;
}

#fimpacts .fimpacts_block_title {
    color: var(--fimpacts-green) !important;
    font-size: 18px;
    line-height: 1.27;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin: auto auto auto 0;
}

#fimpacts .fimpacts_block_list {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-color: var(--fimpacts-sand);
    padding: 24px 16px;
}

#fimpacts .fimpacts_block_list li {
    color: var(--fimpacts-brown);
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

#fimpacts .fimpacts_block_list li:not(:first-child) {
    margin-top: 24px;
    border-top: 1px solid var(--fimpacts-border);
    padding-top: 24px;
}

#fimpacts .fimpacts_block_list strong {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-align: right;
    margin-left: auto;
    margin-right: 8px;
}

#fimpacts .fimpacts_block_list span {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

#fimpacts .fimpacts_block_list span.fimpacts_block_list_span {
    max-width: 110px;
}

#fimpacts .fimpacts_media {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--fimpacts-border);
    background: var(--fimpacts-white);
    padding: 16px;
    position: relative;
    max-width: calc(100% - 32px);
    margin: 20px auto 0;
}

#fimpacts .fimpacts_media:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: var(--fimpacts-border);
    position: absolute;
    left: 50%;
    bottom: 100%;
}

#fimpacts .fimpacts_media_title {
    color: var(--fimpacts-dark) !important;
    font-size: 22px;
    line-height: 1.18;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

#fimpacts .fimpacts_media_image {
    max-width: 226px;
    margin: 0 auto;
}

@media (min-width: 700px) {

    #fimpacts .fimpacts_title {
        font-size: 32px;
        line-height: 1.12;
    }

    #fimpacts .fimpacts_description {
        font-size: 24px;
        line-height: 1.16;
        margin-bottom: 23px;
    }

    #fimpacts .fimpacts_inner {
        display: flex;
        flex-wrap: wrap;
    }

    #fimpacts .fimpacts_block {
        width: calc(50% - 10px);
    }

    #fimpacts .fimpacts_block:nth-of-type(1),
    #fimpacts .fimpacts_block:nth-of-type(4) {
        margin-right: auto;
    }

    #fimpacts .fimpacts_block:not(:first-child) {
        margin-top: 0;
    }

    #fimpacts .fimpacts_block:not(:first-child):before {
        content: none;
        display: none;
        width: 1px;
        height: 20px;
        background-color: var(--fimpacts-border);
        position: absolute;
        left: 50%;
        bottom: 100%;
    }

    #fimpacts .fimpacts_block_header {
        padding: 0px 4px 10px;
        margin-bottom: 8px;
    }

    #fimpacts .fimpacts_block:nth-of-type(2) .fimpacts_block_header {
        min-height: 55px;
    }

    #fimpacts .fimpacts_block:nth-of-type(2) .fimpacts_block_list {
        min-height: 317px;
    }

    #fimpacts .fimpacts_block:nth-of-type(4) .fimpacts_block_list {
        min-height: 297px;
    }

    #fimpacts .fimpacts_block:first-child .fimpacts_block_title {
        max-width: 120px;
    }

    #fimpacts .fimpacts_block_ico {
        max-width: 34px;
        margin-right: 16px;
    }

    #fimpacts .fimpacts_block_list {
        padding: 16px;
    }

    #fimpacts .fimpacts_block_list li {
        flex-direction: column;
    }

    #fimpacts .fimpacts_block_list li:not(:first-child) {
        margin-top: 24px;
        border-top: 1px solid var(--fimpacts-border);
        padding-top: 24px;
    }
    
    #fimpacts .fimpacts_block_list li:first-child { 
       margin-top: auto;
    }

    #fimpacts .fimpacts_block_list li:last-child { 
        margin-bottom: auto;
    }

    #fimpacts .fimpacts_block_list strong {
        display: block;
        text-align: center;
        margin-right: auto;
        font-size: 28px;
        line-height: 1.28;
    }

    #fimpacts .fimpacts_block_list span {
        text-align: center;
        margin-left: auto;
        max-width: 177px;
    }

    #fimpacts .fimpacts_block_list span.fimpacts_block_list_span {
        max-width: 177px;
    }

    #fimpacts .fimpacts_media {
        flex-direction: row;
        padding: 16px 36px;
        position: relative;
        width: 100%;
        max-width: 501px;
        margin: 88px auto 47px;
        background-color: var(--fimpacts-white);
    }

    #fimpacts .fimpacts_media:before {
        width: 293px;
        height: calc(100% + 88px + 47px);
        background-color: transparent;
        border-left: 1px solid var(--fimpacts-border);
        border-right: 1px solid var(--fimpacts-border);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        top: -88px;
        z-index: -1;
    }

    #fimpacts .fimpacts_media_title {
        max-width: 265px;
        margin-right: auto;
        margin-bottom: 0;
    }

    #fimpacts .fimpacts_media_image {
        max-width: 150px;
        position: absolute;
        margin: 0;
        right: 36px;
        bottom: -11px;
    }

}

@media (min-width: 1024px) {

    #fimpacts .fimpacts_description {
        margin-bottom: 36px;
    }
    
    #fimpacts .fimpacts_block:nth-of-type(1),
    #fimpacts .fimpacts_block:nth-of-type(5) {
        width: 100%;
        margin-bottom: 18px;
    }

    #fimpacts .fimpacts_block:nth-of-type(5) {
        margin-top: 18px;
        margin-bottom: 0;
    }

    #fimpacts .fimpacts_block:nth-of-type(1):before,
    #fimpacts .fimpacts_block:nth-of-type(5):before {
        content: '';
        display: block;
        width: 1px;
        height: 18px;
        background-color: var(--fimpacts-border);
        position: absolute;
        top: 100%;
        left: 50%;
    }

    #fimpacts .fimpacts_block:nth-of-type(5):before {
        top: auto;
        bottom: 100%;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_title,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_title {
        max-width: 500px;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_ico,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_ico {
        margin-left: 0;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list {
        flex-direction: row;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list li,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list li {
        margin: auto;
        padding-top: 0;
        border-top: none;
        flex-direction: row;
        position: relative;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list li:nth-of-type(2),
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list li:nth-of-type(2) {
        margin-left: 70px;
        margin-right: 70px;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list li:nth-of-type(2):before,
    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list li:nth-of-type(2):after,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list li:nth-of-type(2):before,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list li:nth-of-type(2):after {
        content: '' !important;
        display: block !important;
        width: 1px;
        height: 100%;
        background-color: var(--fimpacts-border);
        position: absolute;
        top: 0;
        left: -37px;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list li:nth-of-type(2):after,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list li:nth-of-type(2):after {
        left: auto;
        right: -45px;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list strong,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list strong {
        text-align: right;
        margin-left: auto;
        margin-right: 0;
    }

    #fimpacts .fimpacts_block:nth-of-type(1) .fimpacts_block_list span,
    #fimpacts .fimpacts_block:nth-of-type(5) .fimpacts_block_list span {
        max-width: 177px;
        margin-left: 8px;
        margin-right: auto;
        text-align: left;
    }

    #fimpacts .fimpacts_block:nth-of-type(2),
    #fimpacts .fimpacts_block:nth-of-type(4) {
        width: 32%;
        max-width: 230px;
        margin: 16px 0;
    }

    #fimpacts .fimpacts_block:nth-of-type(2) .fimpacts_block_header,
    #fimpacts .fimpacts_block:nth-of-type(4) .fimpacts_block_header {
        min-height: 48px;
    }

    #fimpacts .fimpacts_block:nth-of-type(2) .fimpacts_block_list,
    #fimpacts .fimpacts_block:nth-of-type(4) .fimpacts_block_list {
        min-height: 264px;
        padding: 16px 32px;
    }

    #fimpacts .fimpacts_block:nth-of-type(2) .fimpacts_block_list li:not(:first-child),
    #fimpacts .fimpacts_block:nth-of-type(4) .fimpacts_block_list li:not(:first-child) {
        margin-top: 14px;
        padding-top: 16px;
    }

    #fimpacts .fimpacts_media {
        width: 32%;
        max-width: 230px;
        margin: 0 auto;
        padding: 16px 20px;
        flex-direction: column;
    }

    #fimpacts .fimpacts_media_image {
        width: 100%;
        max-width: 198px;
        margin: auto auto 0;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        transform: none;
    }

    #fimpacts .fimpacts_media:before {
        border-left: none;
        border-right: none;
        border-top: 1px solid var(--fimpacts-border);
        transform: none;
        top: 50%;
        width: 200%;
        left: -50%;
        height: 1px;
    }
}