@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 {
  --strategyjobs-white: #FFFEFF;
  --strategyjobs-green: #00A443;
  --strategyjobs-green-light: #5BD38C;
  --strategyjobs-dark: #00402A;
  --strategyjobs-black: #3A3735;
  --strategyjobs-brown: #615D5A;
  --strategyjobs-border: #D8CFC7;
  --strategyjobs-orange: #FF9C1A;
  --strategyjobs-sand: #FFF5EC;
  --strategyjobs-blue: #0DA9FF;
  --strategyjobs-yellow: #FFCD52;
}

#strategyjobs {
    width: 100%;
    max-width: 980px;
    padding: 16px 16px 24px;
    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(--strategyjobs-sand);
}

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

#strategyjobs h2,
#strategyjobs h3,
#strategyjobs h4 {
    margin-top: 0 !important;
}

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

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

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

#strategyjobs .swiper-autoheight,
#strategyjobs .swiper-autoheight .swiper-slide {
    height: auto
}

#strategyjobs .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

#strategyjobs .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

#strategyjobs .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

#strategyjobs .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

#strategyjobs .swiper-fade .swiper-slide-active,
#strategyjobs .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#strategyjobs .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#strategyjobs .swiper-android .swiper-slide,
#strategyjobs .swiper-wrapper {
    transform: translate3d(0px,0,0);
}

#strategyjobs .swiper-pointer-events {
    touch-action: pan-y;
}

#strategyjobs .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

#strategyjobs .swiper-slide-invisible-blank {
      visibility: hidden;
}

#strategyjobs .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#strategyjobs .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

#strategyjobs .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

#strategyjobs .swiper-button-lock {
    display: none;
}

#strategyjobs .swiper-slide {
    overflow: hidden;
}

#strategyjobs .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 12px 0 16px auto;
}

#strategyjobs .swiper-button-prev,
#strategyjobs .swiper-button-next {
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0;
}

#strategyjobs .swiper-button-prev {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/estrategias-formacion/images/ico-prev.svg');
}

#strategyjobs .swiper-button-next {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/estrategias-formacion/images/ico-next.svg');
    margin-left: 16px;
}

#strategyjobs .swiper-button-prev.swiper-button-disabled,
#strategyjobs .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

#strategyjobs .strategyjobs_swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

#strategyjobs .strategyjobs_title {
    color: var(--strategyjobs-green) !important;
    font-size: 32px;
    line-height: 1.125;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 24px;
}

#strategyjobs .strategyjobs_content {
    border-radius: 15px;
    background: var(--strategyjobs-white);
    padding: 24px 16px;
}

#strategyjobs .strategyjobs_media {
    position: relative;
    max-width: 226px;
    margin: 0 auto 16px;
}

#strategyjobs .strategyjobs_media_image {
    margin: 0 auto 16px;
}

#strategyjobs .strategyjobs_media_dots {
    border-radius: 15px;
    background: var(--strategyjobs-sand);
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4.5px;
}

#strategyjobs .strategyjobs_media_dots_item {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.3;
    transition: all 0.25s;
}

#strategyjobs .strategyjobs_media_dots_item-active {
    opacity: 1;
}

#strategyjobs .strategyjobs_media_dots_item-1 {
    background-color: var(--strategyjobs-green);
}

#strategyjobs .strategyjobs_media_dots_item-2 {
    background-color: var(--strategyjobs-green-light);
}

#strategyjobs .strategyjobs_media_dots_item-3 {
    background-color: var(--strategyjobs-orange);
}

#strategyjobs .strategyjobs_media_dots_item-4 {
    background-color: var(--strategyjobs-blue);
}

#strategyjobs .strategyjobs_media_dots_item-5 {
    background-color: var(--strategyjobs-yellow);
}

#strategyjobs .strategyjobs_item {
    border-radius: 15px;
    background: var(--strategyjobs-sand);
    padding: 8px 12px 8px 44px;
    position: relative;
}

#strategyjobs .strategyjobs_item:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#strategyjobs .strategyjobs_item[data-position="1"]:before {
    background-color: var(--strategyjobs-green);
}

#strategyjobs .strategyjobs_item[data-position="2"]:before {
    background-color: var(--strategyjobs-green-light);
}

#strategyjobs .strategyjobs_item[data-position="3"]:before {
    background-color: var(--strategyjobs-orange);
}

#strategyjobs .strategyjobs_item[data-position="4"]:before {
    background-color: var(--strategyjobs-blue);
}

#strategyjobs .strategyjobs_item[data-position="5"]:before {
    background-color: var(--strategyjobs-yellow);
}

#strategyjobs .strategyjobs_item_text {
    color: var(--strategyjobs-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-right: 52px;
    position: relative;
}

#strategyjobs .strategyjobs_item_text strong {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--strategyjobs-green) !important;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
    text-align: right;
}

#strategyjobs .strategyjobs_note {
    color: var(--strategyjobs-brown) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #strategyjobs {
        padding: 24px 32px 32px;
    }

    #strategyjobs .strategyjobs_content {
        padding: 24px;
    }

    #strategyjobs .strategyjobs_media {
        max-width: 450px;
        display: flex;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/estrategias-formacion/images/ilustracion-chica.svg');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 54px auto;
    }

    #strategyjobs .strategyjobs_media picture {
        margin-top: auto;
    }

    #strategyjobs .strategyjobs_media_image {
        max-width: 64px;
        min-width: 64px;
        margin: auto 10px 0 auto;
    }

    #strategyjobs .strategyjobs_media_dots {
        max-width: 300px;
        gap: 0;
        padding: 12px 7px 7px;
    }

    #strategyjobs .strategyjobs_media_dots_item {
        margin: 0 6.3px 5px;
    }

    #strategyjobs .strategyjobs_item {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #strategyjobs .swiper-button-prev:hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/estrategias-formacion/images/ico-prev-hover.svg');
    }
    
    #strategyjobs .swiper-button-next:hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/estrategias-formacion/images/ico-next-hover.svg');
    }

}
