@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 {
    --heatnet-white: #FFFEFF;
    --heatnet-green: #00A443;
    --heatnet-dark: #00402A;
    --heatnet-brown: #615D5A;
    --heatnet-border: #D8CFC7;
    --heatnet-orange: #FF9C1A;
    --heatnet-blue: #0DA9FF;
}

#heatnet {
    width: 100%;
    padding: 16px;
    align-items: center;
    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(--heatnet-border);
    background-color: var(--heatnet-white);
}

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

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

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

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

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

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

#heatnet .heatnet_title strong {
    font-weight: 600;
}

#heatnet .heatnet_media {
    position: relative;
    max-width: 258px;
    height: 1220px;
    margin: 0 0 32px 0;
}

#heatnet .heatnet_image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

#heatnet .heatnet_arrows {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transition: all 1s 0.5s;
}

#heatnet.viewport .heatnet_arrows {
    opacity: 1;
}

#heatnet .heatnet_video {
    display: block;
    width: 100%;
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#heatnet .heatnet_video video {
    width: 100%;
    display: block;
}

#heatnet .heatnet_bgs {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 10%;
    transition: all 1s;
}

#heatnet.viewport .heatnet_bgs {
    opacity: 1;
    top: 0;
}

#heatnet .heatnet_list li {
    color: var(--heatnet-dark) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    max-width: 100px;
    text-align: center;
    z-index: 4;
    position: absolute;
    opacity: 0;
    transition: all 0.75s;
}

#heatnet.viewport .heatnet_list li {
    opacity: 1;
}

#heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(1) {
    top: 3.5%;
    left: 4%;
    transition-delay: 0.7s;
}

#heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(2) {
    top: 17.5%;
    right: 4%;
    transition-delay: 0.9s;
}

#heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(3) {
    top: 29%;
    left: 3%;
    max-width: 65px;
    transition-delay: 1.1s;
}

#heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(4) {
    top: 40%;
    right: 1%;
    max-width: 65px;
    transition-delay: 1.3s;
}

#heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(1) {
    bottom: 32.5%;
    left: 12%;
    transition-delay: 1.5s;
}

#heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(2) {
    bottom: 5.5%;
    left: 70%;
    transition-delay: 1.7s;
}

#heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(3) {
    bottom: .5%;
    left: 67%;
    transition-delay: 1.9s;
}

#heatnet .heatnet_subtitle {
    color: var(--heatnet-dark) !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: right;
    max-width: 200px;
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 4;
    opacity: 0;
    transition: all 1s 0.5s;
}

#heatnet.viewport .heatnet_subtitle {
    opacity: 1;
}

#heatnet .heatnet_subtitle:nth-of-type(2) {
    top: 63%;
    max-width: 97px;
}

#heatnet .heatnet_legend {
    position: absolute;
    z-index: 4;
    top: 56.5%;
    left: 32%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 1s 0.5s;
}

#heatnet.viewport .heatnet_legend {
    opacity: 1;
}

#heatnet .heatnet_legend strong {
    color: var(--heatnet-dark) !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

#heatnet .heatnet_legend span {
    max-width: 50%;
    position: relative;
    color: var(--heatnet-brown);
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 26px;
    position: relative;
}

#heatnet .heatnet_legend span:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--heatnet-blue);
}

#heatnet .heatnet_legend span + span {
    margin-left: 16px;
}

#heatnet .heatnet_legend span + span:before {
    background-color: var(--heatnet-orange);
}

#heatnet .show-in-desktop {
    display: none !important;
}

#heatnet .show-in-mobile {
    display: block !important;
    width: 460px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
}

#heatnet .heatnet_arrows {
    top: -10px;
}

@media (min-width: 565px) {

    #heatnet .show-in-desktop {
        display: block !important;
    }
    
    #heatnet .show-in-mobile {
        display: none !important;
    }

    #heatnet {
        padding: 30px;
    }
    
    #heatnet .heatnet_title {
        font-size: 32px;
        line-height: 1.125;
        margin-bottom: 21px;
    }

    #heatnet .heatnet_arrows {
        top: 0px;
    }

    #heatnet .heatnet_media {
        max-width: 746px;
        height: auto;
    }

    #heatnet .heatnet_subtitle {
        font-size: 24px;
        line-height: 1.16;
        max-width: 220px;
        right: 22px;
    }

    #heatnet .heatnet_subtitle:nth-of-type(2) {
        top: 67%;
    }

    #heatnet .heatnet_list li {
        font-size: 18px;
        line-height: 1.22;
    }

    #heatnet .heatnet_legend {
        top: 57.8%;
        left: 50%;
    }
    
    #heatnet .heatnet_legend strong {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    #heatnet .heatnet_legend span + span {
        margin-left: 32px;
    }
    
    #heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(1) {
        top: 3%;
        left: 5.5%;
        max-width: 110px;
    }

    #heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(2) {
        top: 12%;
        right: 17.5%;
    }

    #heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(3) {
        top: 41%;
        left: 12.5%;
        max-width: 77px;
    }

    #heatnet .heatnet_list:nth-of-type(1) li:nth-of-type(4) {
        top: 50%;
        right: 46%;
    }

    #heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(1) {
        bottom: 17%;
        left: 8%;
    }

    #heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(2) {
        bottom: 5%;
        left: 80%;
    }

    #heatnet .heatnet_list:nth-of-type(2) li:nth-of-type(3) {
        bottom: 1.2%;
        left: 51%;
    }

}

@media (min-width: 1080px) {

}