:root {
  --threatsbio-white: #fffeff;
  --threatsbio-green: #00a443;
  --threatsbio-green-1: #007f33;
  --threatsbio-dark: #00402a;
  --threatsbio-black: #3a3735;
  --threatsbio-brown: #615d5a;
  --threatsbio-border: #d8cfc7;
  --threatsbio-orange: #ff9c1a;
  --threatsbio-sand: #fff5ec;
  --threatsbio-sky: #b4def7;
}

#threatsbio {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--threatsbio-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#threatsbio .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

#threatsbio .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/amenazas-biodiversidad/images/ico-prev.svg");
}

#threatsbio .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/amenazas-biodiversidad/images/ico-next.svg");
}

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

#threatsbio .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px auto 0;
}

#threatsbio .swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  background-color: var(--threatsbio-white);
  border: 1px solid var(--threatsbio-border);
}

#threatsbio .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: var(--threatsbio-green);
}

#threatsbio .threatsbio_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 32px;
  display: block;
}

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

#threatsbio .threatsbio_title strong {
  font-weight: 600;
}

#threatsbio .threatsbio_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  gap: 16px;
}

#threatsbio .threatsbio_list_item {
  border-radius: 15px;
  background: var(--threatsbio-sand);
  padding: 16px;
  color: var(--threatsbio-black) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

#threatsbio .threatsbio_list_item strong {
  color: var(--threatsbio-green-1) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.22;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

#threatsbio .threatsbio_subtitle {
  color: var(--threatsbio-dark) !important;
  font-size: 24px;
  line-height: 1.16;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}

#threatsbio .threatsbio_item_image {
  width: 100%;
  max-width: 278px;
  height: 218px;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 auto;
}

#threatsbio .threatsbio_item_content {
  border-radius: 15px;
  border: 1px solid var(--threatsbio-border);
  background: var(--threatsbio-white);
  padding: 16px;
  width: 100%;
  min-height: 280px;
  padding-bottom: 16px;
  margin-bottom: 39px;
  display: flex;
  flex-direction: column;
}

#threatsbio .threatsbio_item_title {
  color: var(--threatsbio-green-1) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
}

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

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

@media (min-width: 500px) {
  #threatsbio .threatsbio_item_content {
    min-height: 230px;
  }
}

@media (min-width: 700px) {
  #threatsbio .threatsbio_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 30px;
  }

  #threatsbio .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/amenazas-biodiversidad/images/ico-prev-hover.svg");
  }

  #threatsbio .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/amenazas-biodiversidad/images/ico-next-hover.svg");
  }

  #threatsbio .threatsbio_subtitle {
    margin-bottom: 52px;
  }

  #threatsbio .threatsbio_list {
    flex-direction: row;
  }

  #threatsbio .threatsbio_list_item strong {
    min-height: 44px;
  }

  #threatsbio .threatsbio_list_item {
    flex: 1;
  }

  #threatsbio .threatsbio_item {
    display: flex;
    gap: 37px;
    /* margin-bottom: 40px; */
    padding-left: 37px;
  }

  #threatsbio .threatsbio_item_image {
    order: -1;
    margin-top: auto;
    margin-left: 0;
  }

  #threatsbio .threatsbio_item_content {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 700px;
    margin: auto;
    min-height: 280px;
  }

  #threatsbio .swiper-pagination {
    max-width: 278px;
    margin-left: 37px;
  }

  #threatsbio .threatsbio_source {
    font-size: 14px;
    line-height: 1.28;
  }
}

@media (min-width: 900px) {
  #threatsbio .threatsbio_list_item strong {
    min-height: 22px;
  }
}

@media (min-width: 1060px) {
  #threatsbio .threatsbio_item_content {
    min-height: 202px;
  }
}
