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

#industrialheat1,
#industrialheat2,
#industrialheat3 {
    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;
    background-color: var(--industrialheat-sand);
}

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

#industrialheat1 h3,
#industrialheat2 h3,
#industrialheat3 h3 {
    margin-top: 0 !important;
}

#industrialheat1 ul,
#industrialheat2 ul,
#industrialheat3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#industrialheat1 ul li:before,
#industrialheat2 ul li:before,
#industrialheat3 ul li:before {
    content: none !important;
    display: none !important;
}

#industrialheat1 img,
#industrialheat2 img {
    display: block;
    width: 100%;
}

#industrialheat1 .industrialheat_title,
#industrialheat2 .industrialheat_title,
#industrialheat3 .industrialheat_title {
    color: var(--industrialheat-green) !important;
    font-size: 18px;
    line-height: 1.17;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    max-width: 174px;
    margin-right: auto;
    margin-bottom: 16px;
}

#industrialheat1 .industrialheat_media,
#industrialheat2 .industrialheat_media,
#industrialheat3 .industrialheat_media {
    position: relative;
    max-width: 258px;
    margin: 0 auto;
}

#industrialheat1 .industrialheat_item,
#industrialheat2 .industrialheat_item,
#industrialheat3 .industrialheat_item {
    color: var(--industrialheat-brown);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    position: absolute;
}

#industrialheat1 .industrialheat_item span,
#industrialheat2 .industrialheat_item span,
#industrialheat3 .industrialheat_item span {
    opacity: 0;
    transition: all 0.5s 0.25s;
}

#industrialheat1.viewport .industrialheat_item span,
#industrialheat2.viewport .industrialheat_item span,
#industrialheat3.viewport .industrialheat_item span {
    opacity: 1;
}

#industrialheat1 .industrialheat_item:after {
    content: '';
    display: block;
    width: 28px;
    height: 0px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-der.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    top: calc(-100% - 20px);
    left: 50%;
    transform: translateX(-75%);
    position: absolute;
    transition: all 0.5s;
}

#industrialheat1 .industrialheat_item:nth-of-type(1) {
    right: 4%;
    top: 20%;
}

#industrialheat1.viewport .industrialheat_item:nth-of-type(1):after {
    height: 33px;
}

#industrialheat1 .industrialheat_item:nth-of-type(2) {
    right: 0;
    top: 71%;
    max-width: 80px;
}

#industrialheat1 .industrialheat_item:nth-of-type(2):after {
    transition-delay: 0.25s;
    width: 40px;
}

#industrialheat1.viewport .industrialheat_item:nth-of-type(2):after {
    height: 45px;
}

#industrialheat1 .industrialheat_item:nth-of-type(3) {
    left: 0;
    bottom: 0%;
    text-align: left;
}

#industrialheat1 .industrialheat_item:nth-of-type(3):after {
    transition-delay: 0.5s;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-izq.svg');
    width: 30px;
    top: calc(-100% - 40px);
}

#industrialheat1.viewport .industrialheat_item:nth-of-type(3):after {
    height: 58px;
}

#industrialheat2 .industrialheat_item:after {
    content: '';
    display: block;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.5s;
}

#industrialheat2 .industrialheat_item:nth-of-type(1) {
    left: 2%;
    top: 0%;
}

#industrialheat2 .industrialheat_item:nth-of-type(1):after {
    width: 20px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-abajo-der.svg');
    top: calc(100% + 10px);
    transform: translateX(-15%);
}

#industrialheat2.viewport .industrialheat_item:nth-of-type(1):after {
    height: 37px;
}

#industrialheat2 .industrialheat_item:nth-of-type(2) {
    right: 0%;
    top: 23%;
    max-width: 110px;
}

#industrialheat2 .industrialheat_item:nth-of-type(2):after {
    width: 48px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-abajo-izq.svg');
    top: calc(100% + 10px);
    transform: translateX(-70%);
}

#industrialheat2.viewport .industrialheat_item:nth-of-type(2):after {
    height: 160px;
}

#industrialheat2 .industrialheat_item:nth-of-type(3) {
    left: 1%;
    bottom: 5%;
    max-width: 63px;
}

#industrialheat2 .industrialheat_item:nth-of-type(4) {
    bottom: 0%;
    left: 30%;
}

#industrialheat2 .industrialheat_item:nth-of-type(3):after,
#industrialheat2 .industrialheat_item:nth-of-type(4):after {
    width: 5px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-arriba.svg');
    top: auto;
    bottom: calc(100% + 3px);
    transform: translateX(-70%);
}

#industrialheat2.viewport .industrialheat_item:nth-of-type(3):after,
#industrialheat2.viewport .industrialheat_item:nth-of-type(4):after {
    height: 36px;
}

#industrialheat3 .industrialheat_item:nth-of-type(1) {
    top: 1%;
    left: 11%;
}

#industrialheat3 .industrialheat_item:nth-of-type(1):after {
    content: '';
    display: block;
    width: 25px;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.5s;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-abajo-der.svg');
    top: calc(100% + 10px);
}

#industrialheat3.viewport .industrialheat_item:nth-of-type(1):after {
    height: 40px;
}

#industrialheat3 .industrialheat_item:nth-of-type(2) {
    bottom: 2%;
    right: 8%;
}

#industrialheat3 .industrialheat_item:nth-of-type(2):after {
    content: '';
    display: block;
    width: 25px;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.5s;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-der.svg');
    bottom: calc(100% + 10px);
}

#industrialheat3.viewport .industrialheat_item:nth-of-type(2):after {
    height: 40px;
}

@media (min-width: 700px) {

    #industrialheat1 .industrialheat_title,
    #industrialheat2 .industrialheat_title,
    #industrialheat3 .industrialheat_title {
        max-width: 100%;
        margin-bottom: 6px;
    }

    #industrialheat1 .industrialheat_media,
    #industrialheat2 .industrialheat_media,
    #industrialheat3 .industrialheat_media {
        max-width: 520px;
        padding-bottom: 10px;
    }

    #industrialheat1 .industrialheat_item,
    #industrialheat2 .industrialheat_item,
    #industrialheat3 .industrialheat_item {
        font-size: 16px;
    }

    #industrialheat1 .industrialheat_item:after {
        width: 5px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-arriba.svg') !important;
        background-size: contain;
        top: auto !important;
        bottom: calc(100% + 10px) !important;
        transform: translateX(-50%);
    }

    #industrialheat1.viewport .industrialheat_item:after {
        height: 35px !important;
    }

    #industrialheat1 .industrialheat_item:nth-of-type(1) {
        right: auto;
        top: 13%;
        left: 5%;
    }

    #industrialheat1 .industrialheat_item:nth-of-type(1):after {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-abajo.svg') !important;
        top: calc(100% + 10px) !important;
    }

    #industrialheat1.viewport .industrialheat_item:nth-of-type(1):after {
        height: 63px !important;
    }

    #industrialheat1 .industrialheat_item:nth-of-type(2) {
        right: 0%;
        top: 76%;
        text-align: center;
    }

    #industrialheat1 .industrialheat_item:nth-of-type(3) {
        left: 50%;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(1) {
        left: 5%;
        top: 7%;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(2) {
        right: 4%;
        top: 2%;
        text-align: center;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(3) {
        bottom: 25%;
        max-width: none;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(4) {
        bottom: 8%;
        left: 23%;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(1):after,
    #industrialheat2 .industrialheat_item:nth-of-type(2):after {
        width: 5px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-abajo.svg');
        transform: translateX(-50%);
    }

    #industrialheat2.viewport .industrialheat_item:nth-of-type(1):after,
    #industrialheat2.viewport .industrialheat_item:nth-of-type(2):after {
        height: 73px;
    }

    #industrialheat2 .industrialheat_item:nth-of-type(3):after,
    #industrialheat2 .industrialheat_item:nth-of-type(4):after {
        width: 0;
        height: 5px !important;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-der-recta.svg');
        transform: translateY(-50%);
        top: 50%;
        left: calc(100% + 10px);
    }

    #industrialheat2.viewport .industrialheat_item:nth-of-type(3):after,
    #industrialheat2.viewport .industrialheat_item:nth-of-type(4):after {
        width: 46px;
    }

    #industrialheat3 .industrialheat_item:nth-of-type(1) {
        top: 21%;
        left: 2%;
    }

    #industrialheat3 .industrialheat_item:nth-of-type(1):after {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-der-recta-2.svg');
        transform: translateY(-50%);
        top: 50%;
        left: calc(100% + 8px);
        height: 5px;
    }

    #industrialheat3.viewport .industrialheat_item:nth-of-type(1):after {
        width: 134px;
    }

    #industrialheat3 .industrialheat_item:nth-of-type(2) {
        bottom: 16%;
        right: 0%;
    }

    #industrialheat3 .industrialheat_item:nth-of-type(2):after {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/calor-industrial/images/linea-izq-recta-2.svg');
        transform: translateY(-50%);
        top: 50%;
        left: auto;
        right: calc(100% + 8px);
        height: 5px;
    }

    #industrialheat3.viewport .industrialheat_item:nth-of-type(2):after {
        width: 134px;
    }

}
