@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 {
    --hstress-white: #FFFEFF;
    --hstress-green: #00A443;
    --hstress-dark: #00402A;
    --hstress-black: #3A3735;
    --hstress-brown: #615D5A;
    --hstress-brown-alt: #89837E;
    --hstress-brown-dark: #B0A9A3;
    --hstress-border: #D8CFC7;
    --hstress-sand: #FFF5EC;
    --hstress-orange: #FF9C1A;
}

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

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

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

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

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

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

#hstress .hstress_title {
    color: var(--hstress-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    max-width: 493px;
    margin-bottom: 16px;
}

#hstress .hstress_title strong {
    font-weight: 600;
}

#hstress .hstress_description {
    color: var(--hstress-brown) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 32px;
}

#hstress .hstress_description strong {
    font-weight: 600;
}

#hstress .hstress_info {
    border-radius: 15px;
    background: var(--hstress-sand);
    padding: 16px;
    display: flex;
    margin-bottom: 8px;
}

#hstress .hstress_info:nth-of-type(2) {
    margin-bottom: 32px;
}

#hstress .hstress_info_ico {
    max-width: 40px;
    margin-left: auto;
    margin-bottom: auto;
}

#hstress .hstress_info_text {
    width: calc(100% - 45px);
    color: var(--hstress-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
}

#hstress .hstress_info_text span {
    display: block;
    font-size: 32px;
    line-height: 0.87;
    margin-bottom: 12px;
}

#hstress .hstress_info_text strong {
    font-weight: 600;
}

#hstress .hstress_image {
    width: 100%;
    margin-bottom: 32px;
}

#hstress .hstress_data {
    position: relative;
    padding-top: 21px;
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
}

#hstress .hstress_list {
    margin-bottom: 16px;
}

#hstress .hstress_list_item {
    width: 100%;
    min-height: 42px;
    min-height: 29px;
    display: flex;
    align-items: center;
    margin-bottom: 12px !important;
}

#hstress .hstress_list_country {
    color: var(--hstress-brown) !important;
    font-size: 16px;
    line-height: 1.31;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    min-width: 66px;
    width: 66px;
    margin-right: 8px;
}

#hstress .hstress_list_bar {
    width: calc(100% - 122px);
}

#hstress .hstress_list_bar span {
    display: block;
    height: 14px;
    border-radius: 0px 5px 5px 0px;
}

#hstress .hstress_list_bar-orange span {
    background-color: var(--hstress-orange);
}

#hstress .hstress_list_bar-green span {
    background-color: var(--hstress-green);
}

#hstress .hstress_list_number {
    color: var(--hstress-brown) !important;
    font-size: 18px;
    line-height: 1.16;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    width: 40px;
    min-width: 40px;
    margin-left: 8px;
}

#hstress .hstress_data_line {
    color: var(--hstress-brown-alt) !important;
    font-size: 12px;
    line-height: 1.75;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
}

#hstress .hstress_data_line:after {
    content: '';
    display: block;
    width: 1px;
    height: 1072px;
    background-color: var(--hstress-brown-alt);
    position: absolute;
    left: 50%;
    top: 100%;
}

#hstress .hstress_data_line-1 {
    left: 82px;
}

#hstress .hstress_data_line-2 {
    left: 92px;
}

#hstress .hstress_data_line-3 {
    left: 103px;
}

#hstress .hstress_data_line-4 {
    left: 114px;
}

#hstress .hstress_data_line-5 {
    left: 205px;
}

#hstress .hide-on-desktop {
    display: block;
}

#hstress .hide-on-mobile,
#hstress .hide-on-mobile-tablet {
    display: none;
}

#hstress .hstress_source {
    width: 100%;
    color: var(--hstress-brown) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    margin-bottom: 24px;
}

#hstress .hstress_source:last-child {
    margin-bottom: 0;
}

@media (min-width: 700px) {

    #hstress {
        padding: 32px;
    }

    #hstress .hstress_title {
        font-size: 32px;
        line-height: 1.12;
    }

    #hstress .hstress_description {
        line-height: 1.33;
        margin-bottom: 40px;
    }

    #hstress .hstress_info_text {
        padding-left: 53px;
        position: relative;
    }

    #hstress .hstress_info_text span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 7px;
    }

    #hstress .hstress_info_ico {
        max-width: 56px;
        margin-top: -8px;
        margin-right: -8px;
        margin-bottom: -8px;
    }

    #hstress .hstress_image {
        margin-bottom: 44px;
    }

    #hstress .hstress_data {
        max-width: 499px;
    }

    #hstress .hstress_list_country {
        width: 164px;
        min-width: 164px;
    }

    #hstress .hstress_data_line:after {
        height: 1046px;
    }

    #hstress .hstress_data_line-1 {
        left: 184px;
    }
    
    #hstress .hstress_data_line-2 {
        left: 199px;
    }
    
    #hstress .hstress_data_line-3 {
        left: 215px;
    }
    
    #hstress .hstress_data_line-4 {
        left: 230px;
    }
    
    #hstress .hstress_data_line-5 {
        left: 448px;
    }

    #hstress .hstress_list_item.hstress_list_item-12 .hstress_list_bar span {
        width: 80.5% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-13 .hstress_list_bar span {
        width: 79% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-14 .hstress_list_bar span {
        width: 77% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-15 .hstress_list_bar span {
        width: 74% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-16 .hstress_list_bar span {
        width: 61.5% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-17 .hstress_list_bar span {
        width: 60.5% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-18 .hstress_list_bar span {
        width: 59% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-19 .hstress_list_bar span {
        width: 55% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-20 .hstress_list_bar span {
        width: 47.5% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-21 .hstress_list_bar span {
        width: 36.5% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-23 .hstress_list_bar span {
        width: 34.4% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-24 .hstress_list_bar span {
        width: 33% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-25 .hstress_list_bar span,
    #hstress .hstress_list_item.hstress_list_item-26 .hstress_list_bar span {
        width: 22.8% !important;
    }

    #hstress .hide-on-mobile {
        display: block;
    }

    #hstress .hide-on-desktop {
        display: none;
    }
}

@media (min-width: 810px) {

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

    #hstress .hstress_info {
        width: calc(50% - 4px);
        min-height: 132px;
        margin-bottom: 32px;
    }

    #hstress .hstress_info:nth-of-type(2) {
        margin-left: auto;
    }

    #hstress .hstress_info_text {
        padding-left: 0px;
    }

    #hstress .hstress_info_text span {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
    }

    #hstress .hstress_info_ico {
        margin-bottom: auto;
        margin-top: 0;
        margin-right: 0;
    }

    #hstress .hstress_data {
        max-width: 680px;
        display: flex;
    }

    #hstress .hstress_list {
        width: 50%;
    }

    #hstress .hstress_list_country {
        width: 101px;
        min-width: 101px;
    }

    #hstress .hstress_data_line:after {
        height: 526px;
    }

    #hstress .hide-on-mobile-tablet {
        display: block;
    }

    #hstress .hstress_data_line-1 {
        left: 123px;
    }
    
    #hstress .hstress_data_line-2 {
        left: 139px;
    }
    
    #hstress .hstress_data_line-3 {
        left: 155px;
    }
    
    #hstress .hstress_data_line-4 {
        left: 171px;
    }
    
    #hstress .hstress_data_line-5 {
        left: 289px;
    }

    #hstress .hstress_data_line-1b {
        left: 464px;
    }
    
    #hstress .hstress_data_line-2b {
        left: 479px;
    }
    
    #hstress .hstress_data_line-3b {
        left: 494px;
    }
    
    #hstress .hstress_data_line-4b {
        left: 509px;
    }
    
    #hstress .hstress_data_line-5b {
        left: 628px;
    }

    #hstress .hstress_list_item.hstress_list_item-20 .hstress_list_bar span {
        width: 54% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-21 .hstress_list_bar span {
        width: 50% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-22 .hstress_list_bar span {
        width: 48% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-23 .hstress_list_bar span {
        width: 45% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-24 .hstress_list_bar span {
        width: 40% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-25 .hstress_list_bar span {
        width: 38% !important;
    }

    #hstress .hstress_list_item.hstress_list_item-26 .hstress_list_bar span {
        width: 34.8% !important;
    }

}

@media (min-width: 810px) and (max-width: 1168px) {

    /* #column-2 #hstress .hstress_info_text span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 7px;
    } */

    #column-2 #hstress .hstress_info_ico {
        margin-top: -8px;
        margin-right: -8px;
        margin-bottom: -8px;
    }

    #column-2 #hstress .hstress_data {
        max-width: 499px;
        display: block;
    }

    #column-2 #hstress .hstress_list {
        width: 100%;
    }

    #column-2 #hstress .hstress_list_country {
        width: 164px;
        min-width: 164px;
    }

    #column-2 #hstress .hstress_data_line:after {
        height: 1046px;
    }

    #column-2 #hstress .hide-on-mobile-tablet {
        display: none;
    }

    #column-2 #hstress .hstress_data_line-1 {
        left: 184px;
    }
    
    #column-2 #hstress .hstress_data_line-2 {
        left: 199px;
    }
    
    #column-2 #hstress .hstress_data_line-3 {
        left: 215px;
    }
    
    #column-2 #hstress .hstress_data_line-4 {
        left: 230px;
    }
    
    #column-2 #hstress .hstress_data_line-5 {
        left: 448px;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-20 .hstress_list_bar span {
        width: 47.5% !important;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-21 .hstress_list_bar span {
        width: 36.5% !important;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-22 .hstress_list_bar span {
        width: 35.8% !important;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-23 .hstress_list_bar span {
        width: 34.4% !important;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-24 .hstress_list_bar span {
        width: 33% !important;
    }

    #column-2 #hstress .hstress_list_item.hstress_list_item-25 .hstress_list_bar span,
    #column-2 #hstress .hstress_list_item.hstress_list_item-26 .hstress_list_bar span {
        width: 22.8% !important;
    }

}