:root {
  --humandev-white: #fffeff;
  --humandev-forest: #00402a;
  --humandev-green: #00a443;
  --humandev-green-light: #dcebe1;
  --humandev-brown: #615d5a;
  --humandev-border: #d8cfc7;
  --humandev-sand: #fff5ec;
  --humandev-sunset: #ff9c1a;
}

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

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

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

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

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

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

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

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

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

#humandev .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  background-color: var(--humandev-sand);
  opacity: 0;
}

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

#humandev .swiper-fade .swiper-slide-active,
#humandev .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#humandev .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-prev.svg");
}

#humandev .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-next.svg");
  margin-left: 16px;
}

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

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

#humandev .humandev_title {
  color: var(--humandev-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 26px;
}

#humandev .humandev_title strong {
  font-weight: 600;
}

#humandev .humandev_map {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  border-radius: 15px;
  background: var(--humandev-white);
  padding: 15px;
  margin-bottom: 22px;
}

#humandev .humandev_map::-webkit-scrollbar-track {
  height: 4px;
  border-radius: 2px;
  border: none;
  background-color: #d8cfc7;
  box-shadow: none;
}

#humandev .humandev_map::-webkit-scrollbar {
  height: 4px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

#humandev .humandev_map::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  border: none;
  background-color: #b0a9a3;
}

#humandev .humandev_map_media {
  width: 473px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/mapamundi-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 473px auto;
  margin: 0 auto;
}

#humandev .country-orange,
#humandev .country-green {
  cursor: pointer;
}

#humandev .country-orange.hover .more-circle,
#humandev .country-orange.active .more-circle {
  stroke: var(--humandev-sunset);
  stroke-width: 1px;
  fill: var(--humandev-white);
}

#humandev .country-orange.hover path,
#humandev .country-orange.hover .shadow,
#humandev .country-orange.active path,
#humandev .country-orange.active .shadow {
  fill: var(--humandev-sunset);
}

#humandev .country-green.hover .more-circle,
#humandev .country-green.active .more-circle {
  stroke: var(--humandev-green);
  stroke-width: 1px;
  fill: var(--humandev-white);
}

#humandev .country-green.hover path,
#humandev .country-green.hover .shadow,
#humandev .country-green.active path,
#humandev .country-green.active .shadow {
  fill: var(--humandev-green);
}

#humandev .humandev_item {
  position: relative;
  padding: 16px 12px 24px 16px;
  border-radius: 15px;
  border: 1px solid var(--humandev-border);
  background: var(--humandev-white);
  width: 100%;
  margin-bottom: 27px;
}

#humandev .humandev_item_close {
  display: block;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
}

#humandev .humandev_item-orange .humandev_item_close {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-close-orange.svg");
}

#humandev .humandev_item-green .humandev_item_close {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-close-green.svg");
}

#humandev .humandev_item_title {
  color: var(--humandev-forest) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12px;
}

#humandev .humandev_item_title strong {
  font-weight: 500;
}

#humandev .humandev_item-orange .humandev_item_title strong {
  color: var(--humandev-sunset) !important;
}

#humandev .humandev_item-green .humandev_item_title strong {
  color: var(--humandev-green) !important;
}

#humandev .humandev_item_subtitle {
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 14px;
}

#humandev .humandev_item-orange .humandev_item_subtitle {
  color: var(--humandev-sunset) !important;
}

#humandev .humandev_item-green .humandev_item_subtitle {
  color: var(--humandev-green) !important;
}

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

#humandev .humandev_item_list_item:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--humandev-brown);
  position: absolute;
  top: 8px;
  left: 8px;
}

#humandev .humandev_item_list_item strong {
  font-weight: 600;
}

#humandev .humandev_source {
  color: var(--humandev-brown) !important;
  font-size: 12px;
  line-height: 1.33;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

#humandev .humandev_swiper {
  max-height: 0;
  overflow: hidden;
}

#humandev .humandev_swiper.active {
  max-height: 100vh;
}

@media (min-width: 700px) {
  #humandev {
    padding: 46px 32px 23px;
  }

  #humandev .humandev_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 27px;
  }

  #humandev .humandev_swiper.active {
    min-height: 220px;
  }

  #humandev .swiper-controls {
    margin: 0;
  }

  #humandev .swiper-controls.active {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }

  #humandev .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-prev-hover.svg");
  }

  #humandev .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/indice-desarrollo-humano/images/ico-next-hover.svg");
  }

  #humandev .humandev_source {
    margin-top: -12px;
    width: calc(100% - 100px);
  }
}
