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

#countries {
  width: 100%;
  max-width: 980px;
  padding: 24px 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(--countries-orange-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#countries .swiper-button-prev,
#countries .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;
}

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

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

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

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

#countries .countries_title {
  color: var(--countries-green) !important;
  font-size: 32px;
  line-height: 1.125;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-right: auto;
  margin-bottom: 10px;
}

#countries .countries_title strong {
  font-weight: 600;
}

#countries .countries_content {
    border-radius: 15px;
    background: var(--countries-white);
    padding: 16px;
    margin-bottom: 16px;
}

#countries .countries_media_wrapper {
    width: 100%;
    border-radius: 15px;
    background-color: var(--countries-sky);
}

#countries .countries_media {
    position: relative;
    max-width: 226px;
    margin: 0 auto 18px;
}

#countries .countries_media:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#countries.countries-2 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-2.svg');
}

#countries.countries-3 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-3.svg');
}

#countries.countries-5 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-5.svg');
}

#countries.countries-6 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-6.svg');
}

#countries.countries-7 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-7.svg');
}

#countries.countries-9 .countries_media:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-9.svg');
}

#countries .countries_media_point {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--countries-orange);
  color: var(--countries-white) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: absolute;
  z-index: 2;
}

#countries .countries_media_point.current,
#countries .countries_media_point:hover {
    background-color: var(--countries-green);
}

#countries .countries_media_point:nth-of-type(1) {
    bottom: 15px;
    left: 71px;
}

#countries .countries_media_point:nth-of-type(2) {
    top: 51px;
    left: 93px;
}

#countries .countries_media_point:nth-of-type(3) {
    top: 51px;
    left: 26px;
}

#countries .countries_media_point:nth-of-type(4) {
    bottom: 15px;
    right: 13px;
}

#countries .countries_media_point:nth-of-type(5) {
    top: 17px;
    left: 64px;
}

#countries .countries_media_point:nth-of-type(6) {
    top: 51px;
    right: 13px;
}

#countries .countries_media_point:nth-of-type(7) {
    top: 51px;
    left: 132px;
}

#countries .countries_media_point:nth-of-type(8) {
    bottom: 15px;
    left: 16px;
}

#countries .countries_media_point:nth-of-type(9) {
    bottom: 15px;
    left: 126px;
}

#countries .countries_media_point:nth-of-type(10) {
    top: 17px;
    right: 35px;
}

#countries .countries_item {
    border-radius: 15px;
    background: var(--countries-white);
    border: 0.6px solid var(--countries-border);
    padding: 16px;
}

#countries .countries_item_header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

#countries .countries_item_flag {
    max-width: 48px;
}

#countries .countries_item_name {
    width: calc(100% - 88px);
    color: var(--countries-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#countries .countries_item_map {
    width: 100%;
    display: block;
}

#countries .countries_item_number {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: var(--countries-green);
    color: var(--countries-white) !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

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

@media (min-width: 700px) {

    #countries {
        padding: 24px 32px;
    }

    #countries .countries_content {
        margin-bottom: 8px;
    }

    #countries .countries_media {
        max-width: 451px;
    }

    #countries .countries_media_point:nth-of-type(1) {
        bottom: 18px;
        left: 206px;
    }

    #countries .countries_media_point:nth-of-type(2) {
        top: 28px;
        left: 208px;
    }

    #countries .countries_media_point:nth-of-type(3) {
        top: 28px;
        left: 74px;
    }

    #countries .countries_media_point:nth-of-type(4) {
        bottom: 18px;
        right: 105px;
    }

    #countries .countries_media_point:nth-of-type(5) {
        top: 28px;
        left: 162px;
    }

    #countries .countries_media_point:nth-of-type(6) {
        top: 28px;
        right: 73px;
    }

    #countries .countries_media_point:nth-of-type(7) {
        top: 28px;
        left: 254px;
    }

    #countries .countries_media_point:nth-of-type(8) {
        bottom: 18px;
        left: 162px;
    }

    #countries .countries_media_point:nth-of-type(9) {
        bottom: 18px;
        left: 250px;
    }

    #countries .countries_media_point:nth-of-type(10) {
        top: 28px;
        right: 119px;
    }

    #countries .countries_item {
        display: flex;
    }

    #countries .countries_item_header {
        width: calc(100% - 96px);
        margin-bottom: 0;
    }

    #countries .countries_item_number {
        margin-right: 12px;
    }

    #countries .countries_item_map {
        max-width: 96px;
        margin-right: 0;
    }

    #countries.countries-2 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-2.svg');
    }

    #countries.countries-3 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-3.svg');
    }

    #countries.countries-5 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-5.svg');
    }

    #countries.countries-6 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-6.svg');
    }

    #countries.countries-7 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-7.svg');
    }

    #countries.countries-8 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-8.svg');
    }

    #countries.countries-9 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-9.svg');
    }

    #countries.countries-10 .countries_media:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/paises-innovadores/images/ilustracion-d-10.svg');
    }
    
}
