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

#learning {
    width: 100%;
    max-width: 980px;
    padding: 40px 12px;
    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(--learning-white);
    border: 1px solid var(--learning-border);
}

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

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

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

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

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

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

#learning .learning_title strong {
    font-weight: 600;
}

#learning .learning_content {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    position: relative;
}

#learning .learning_image {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s;
}

#learning .learning_image.inactive {
    opacity: 0.4;
}

#learning .learning_image-0.inactive {
    opacity: 1;
}

#learning .learning_image-1,
#learning .learning_image-2,
#learning .learning_image-3,
#learning .learning_image-4,
#learning .learning_image-5,
#learning .learning_image-6 {
    position: absolute;
    top: 0;
    left: 0;
}

#learning .learning_point {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/machine-learning/images/ico-mas.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s;
}

#learning .learning_point.inactive {
    opacity: 0.4;
}

#learning .learning_point.active {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/machine-learning/images/ico-mas-hover.svg');
}

#learning .learning_point-1 {
    top: 17%;
    left: 40%;
}

#learning .learning_point-2 {
    bottom: 13%;
    right: 0%;
}

#learning .learning_point-3 {
    top: 15%;
    right: 4%;
}

#learning .learning_point-4 {
    top: 82%;
    left: 57%;
}

#learning .learning_point-5 {
    top: 17%;
    left: 8%;
}

#learning .learning_point-6 {
    bottom: 25%;
    left: 7%;
}

#learning .learning_modal {
  border-radius: 15px;
  background: var(--learning-sand);
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 258px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

#learning .learning_modal.active {
  opacity: 1;
  visibility: visible;
}

#learning .learning_modal_close {
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/machine-learning/images/ico-cerrar.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
}

#learning .learning_modal_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

#learning .learning_modal_number {
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background-color: var(--learning-green);
    color: var(--learning-white);
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    border-radius: 100%;
    margin-right: auto;
}

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

#learning .learning_modal_text {
    color: var(--learning-black) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}

#learning .learning_modal_text strong {
    font-weight: 600;
}


@media (min-width: 700px) {

    #learning {
        padding: 47px 32px;
    }

    #learning .learning_title {
        font-size: 32px;
        line-height: 1.12;
    }

    #learning .learning_content {
        max-width: 503px;
    }

    #learning .learning_point:hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/machine-learning/images/ico-mas-hover.svg');
    }

    #learning .learning_point-1 {
        top: 25%;
        left: 45%;
    }

    #learning .learning_point-2 {
        bottom: 38%;
        right: 2%;
    }

    #learning .learning_point-3 {
        top: 28%;
        right: 5%;
    }

    #learning .learning_point-4 {
        top: 78%;
        left: 54%;
    }

    #learning .learning_point-5 {
        top: 32%;
        left: 6%;
    }

    #learning .learning_point-6 {
        bottom: 15%;
        left: 17%;
    }

    #learning .learning_modal {
        max-width: 339px;
    }

    #learning .learning_modal-1 {
        margin-top: 100px;
    }

    #learning .learning_modal-2 {
        margin-left: -100px;
    }

    #learning .learning_modal-3 {
        margin-top: 35px;
    }

    #learning .learning_modal-4 {
        margin-top: -75px;
    }

    #learning .learning_modal-5 {
        margin-left: 100px;
    }

    #learning .learning_modal-6 {
        margin-top: -20px;
    }

}

@media (min-width: 1080px) {

}