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

#wepollute {
    width: 100%;
    max-width: 980px;
    padding: 32px 16px 187px;
    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(--wepollute-border);
    background-color: var(--wepollute-white);
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/como-contaminamos/images/ilustracion-m.svg?t1824');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

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

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

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

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

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

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

#wepollute .wepollute_title strong {
    font-weight: 600;
}

#wepollute .wepollute_item {
    border-radius: 15px;
    border: 1px solid var(--wepollute-border);
    background: var(--wepollute-white);
    padding: 11px 15px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

#wepollute .wepollute_item:last-child {
    margin-bottom: 0;
}

#wepollute .wepollute_ico {
    max-width: 56px;
    margin-right: auto;
    margin-bottom: 8px;
}

#wepollute .wepollute_subtitle {
    color: var(--wepollute-green) !important;
    font-size: 18px;
    line-height: 1.27;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}

#wepollute .wepollute_text {
    color: var(--wepollute-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

#wepollute .wepollute_text strong {
    font-weight: 600;
}

#wepollute .wepollute_item.wepollute_item-orange,
#wepollute .wepollute_item.wepollute_item-green {
    padding: 20px;
    margin-top: 8px;
    margin-bottom: 24px;
}

#wepollute .wepollute_item.wepollute_item-orange {
    background-color: var(--wepollute-sand);
    border-color: var(--wepollute-sand);
}

#wepollute .wepollute_item.wepollute_item-green {
    background-color: var(--wepollute-green-light);
    border-color: var(--wepollute-green-light);
    margin-top: 0;
}

#wepollute .wepollute_item.wepollute_item-orange .wepollute_ico,
#wepollute .wepollute_item.wepollute_item-green .wepollute_ico {
    max-width: 64px;
}

#wepollute .wepollute_item.wepollute_item-orange .wepollute_text,
#wepollute .wepollute_item.wepollute_item-green .wepollute_text {
    font-size: 18px;
}

#wepollute .wepollute_item.wepollute_item-green .wepollute_text {
    color: var(--wepollute-dark) !important;
}


@media (min-width: 700px) {

    #wepollute {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/como-contaminamos/images/ilustracion.svg?t1824');
        padding: 32px 32px 260px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #wepollute .wepollute_title {
        font-size: 32px;
        line-height: 1.125;
        margin-right: auto;
        text-wrap: balance;
        margin-bottom: 24px;
    }

    #wepollute .wepollute_item {
        width: calc(50% - 8px);
    }

    #wepollute .wepollute_item:nth-of-type(5) {
        margin-bottom: 0;
    }

    #wepollute .wepollute_item.wepollute_item-orange,
    #wepollute .wepollute_item.wepollute_item-green {
        width: 100%;
        flex-direction: row;
    }

    #wepollute .wepollute_item.wepollute_item-orange .wepollute_ico,
    #wepollute .wepollute_item.wepollute_item-green .wepollute_ico {
        margin: auto 8px auto 0;
    }

    #wepollute .wepollute_item.wepollute_item-orange .wepollute_text,
    #wepollute .wepollute_item.wepollute_item-green .wepollute_text {
        font-size: 20px;
        text-wrap: balance;
        margin-top: auto;
        margin-bottom: auto;
    }
    
}
