@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 {
    --cesg-white: #FFFEFF;
    --cesg-green: #00A443;
    --cesg-green-dark: #2F6852;
    --cesg-dark: #00402A;
    --cesg-black: #3A3735;
    --cesg-brown: #615D5A;
    --cesg-border: #D8CFC7;
    --cesg-orange: #FF9C1A;
    --cesg-sand: #FFF5EC;
    --cesg-blue: #0DA9FF;
    --cesg-blue-dark: #007ACB;
    --cesg-orange-dark: #C66D00;
    --cesg-grey: #699282;
    --cesg-grey-lighter: #DCEBE1;    
}

#cesg {
    width: 100%;
    max-width: 980px;
    padding: 45px 16px 0px;
    margin: 20px auto;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: var(--cesg-sand);
}

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

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

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

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

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

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

#cesg .cesg_title strong {
    font-weight: 600;
}

#cesg .cesg_box {
    border-radius: 15px;
    border: 1px solid var(--cesg-border);
    background: var(--cesg-white);
    padding: 18px 18px 34px;
    margin-bottom: 26px;
}

#cesg .cesg_box-4 {
    margin-bottom: 12px;
}

#cesg .cesg_box_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#cesg .cesg_box_header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    border-bottom: 1.5px solid var(--cesg-green);
}

#cesg .cesg_box-2 .cesg_box_header {
    border-bottom-color: var(--cesg-orange);
}

#cesg .cesg_box-3 .cesg_box_header {
    border-bottom-color: var(--cesg-blue);
}

#cesg .cesg_box-4 .cesg_box_header {
    border-bottom-color: var(--cesg-dark);
}

#cesg .cesg_icon {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-right: auto;
}

#cesg .cesg_subtitle {
    width: calc(100% - 61px);
    color: var(--cesg-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}

#cesg .cesg_box-2 .cesg_subtitle {
    color: var(--cesg-orange) !important;
}

#cesg .cesg_box-3 .cesg_subtitle {
    color: var(--cesg-blue) !important;
}

#cesg .cesg_box-4 .cesg_subtitle {
    color: var(--cesg-dark) !important;
}

#cesg .cesg_list {
    width: 100%;
    margin-bottom: 27px;
}

#cesg .cesg_list_item {
    color: var(--cesg-black) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 27px;
    position: relative;
}

#cesg .cesg_list_item:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--cesg-dark);
    position: absolute;
    top: 8px;
    left: 11px;
}

#cesg .cesg_list_item strong {
    font-weight: 600;
}

#cesg .cesg_image {
    max-width: 212px;
    margin: 0 auto;
}

#cesg .cesg_bg {
    width: calc(100% + 32px);
    margin: 0 -16px 0;
}

#cesg .cesg_bg-mobile {
    display: block;
}

#cesg .cesg_bg-desktop {
    display: none;
}


@media (min-width: 700px) {

    #cesg {
        padding: 49px 22px 0px;
    }

    #cesg .cesg_box {
        padding-bottom: 24px;
    }

    #cesg .cesg_title {
        font-size: 32px;
        line-height: 1.12;
        margin-bottom: 41px;
    }
   
    #cesg .cesg_icon {
        width: 61px;
        min-width: 61px;
        max-width: 61px;
    }

    #cesg .cesg_subtitle {
        width: calc(100% - 72px);
        font-size: 24px;
        line-height: 1;
    }

    #cesg .cesg_list {
        max-width: 50%;
        margin-bottom: auto;
        padding-left: 10px;
    }

    #cesg .cesg_list_item {
        margin-bottom: 8px;
    }

    #cesg .cesg_bg {
        width: calc(100% + 44px);
        margin-left: -22px;
        margin-right: -22px;
    }

}

@media (min-width: 1080px) {

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

    #cesg .cesg_box {
        width: calc(50% - 11px);
        min-height: 391px;
        margin-bottom: 23px;
    }

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

    #cesg .cesg_box:nth-of-type(odd) .cesg_box_header {
        margin-bottom: 62px;
    }

    #cesg .cesg_image {
        max-width: 188px;
        margin-top: auto;
        margin-bottom: auto;
    }

    #cesg .cesg_box-4 .cesg_image {
        max-width: 298px;
    }

    #cesg .cesg_list {
        margin-top: auto;
        margin-left: -4px;
        padding-left: 0;
    }

    #cesg .cesg_bg-mobile {
        display: none;
    }

    #cesg .cesg_bg-desktop {
        display: block;
    }

    #column-2 #cesg .cesg_bg-mobile {
        display: block;
    }

    #column-2 #cesg .cesg_bg-desktop {
        display: none;
    }

    #column-2 #cesg {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #column-2 #cesg .cesg_box {
        width: 100%;
        min-height: 191px;
        margin-bottom: 26px;
    }

    #column-2 #cesg .cesg_box:nth-of-type(odd) {
        margin-right: 0;
    }

    #column-2 #cesg .cesg_box:nth-of-type(odd) .cesg_box_header {
        margin-bottom: 28px;
    }

    #column-2 #cesg .cesg_image {
        max-width: 212px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #column-2 #cesg .cesg_box-4 .cesg_image {
        max-width: 212px;
    }

    #column-2 #cesg .cesg_list {
        margin-top: 0;
        margin-bottom: auto;
        margin-left: 0;
        padding-left: 10px;
    }

}