:root {
  --hyperspectral-white: #fff;
  --hyperspectral-green: #00a443;
  --hyperspectral-green-1: #007f33;
  --hyperspectral-green-2: #008C39;
  --hyperspectral-sand: #fff5ec;
  --hyperspectral-sand-1: #fffeff;
  --hyperspectral-sand-3: #D8CFC7;
  --hyperspectral-sand-6: #615D5A;
  --hyperspectral-sand-7: #3A3735;
  --hyperspectral-forest: #00402a;
  --hyperspectral-forest-1: #DCEBE1;
  --hyperspectral-sunset: #FF9C1A;
  --hyperspectral-sunset-2: #E3850D;
}

#hyperspectral {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--hyperspectral-sand);
  padding: 24px 16px;
}

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

#hyperspectral strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

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

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

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

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

#hyperspectral .hyperspectral_swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

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

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

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

#hyperspectral .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#hyperspectral .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  opacity: 0 !important;
  position: absolute;
}

#hyperspectral .swiper-fade .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#hyperspectral .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

#hyperspectral .swiper-button-prev,
#hyperspectral .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
}

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

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

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

#bareas .swiper-button-prev:focus,
#bareas .swiper-button-next:focus {
  background-color: var(--hyperspectral-forest-1) !important;
  outline: none !important;
}

#hyperspectral .swiper-pagination {
  border-radius: 24px;
  border: 1px solid var(--hyperspectral-forest);
  padding: 5px 16px;
  color: var(--hyperspectral-forest) !important;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 68px;
  margin-right: auto;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  background-color: transparent !important;
  gap: 4px;
  white-space: nowrap;
}

#hyperspectral .swiper-pagination .swiper-pagination-current {
  font-style: italic;
  color: var(--hyperspectral-green-1) !important;
}

#hyperspectral .swiper-pagination .swiper-pagination-total {
  font-style: italic;
}

#hyperspectral .hyperspectral_title {
  color: var(--hyperspectral-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  margin-bottom: 16px;
}

#hyperspectral .hyperspectral_title strong {
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea Medium' !important;
  display: block;
}

#hyperspectral .hyperspectral_description {
  color: var(--hyperspectral-green-1) !important;
  font-size: 21px;
  line-height: 1.14;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  margin-bottom: 16px;
}

#hyperspectral .hyperspectral_item {
  padding: 0 1px;
}

#hyperspectral .hyperspectral_item_media {
  border-radius: 15px;
  background: var(--hyperspectral-white);
  position: relative;
  margin-bottom: 16px;
}

#hyperspectral .hyperspectral_item_media:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: var(--hyperspectral-green-1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#hyperspectral .hyperspectral_item_title {
  border-radius: 50px;
  background: var(--hyperspectral-green-1);
  min-height: 44px;
  padding: 8px 16px;
  width: calc(100% + 2px);
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hyperspectral-sand-1) !important;
  font-family: "IberPangea Medium" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  margin-bottom: 16px;
  min-height: 60px;
  justify-content: flex-start;
  text-align: left;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
}

#hyperspectral .hyperspectral_item_title:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/vision-hiperespectral/images/ico-mas.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: all 0.5s;
  position: absolute;
  top: 14px;
  right: 16px;
}

#hyperspectral .hyperspectral_item.is-active .hyperspectral_item_title:before {
  transform: rotate(135deg);
}

#hyperspectral .hyperspectral_item_content {
  display: none;
}


#hyperspectral .hyperspectral_item.is-active .hyperspectral_item_content {
  display: block;
}

#hyperspectral .hyperspectral_item_subtitle {
  border-radius: 15px;
  border: 1px solid var(--hyperspectral-sand-3);
  background: var(--hyperspectral-white);
  padding: 16px;
  margin-bottom: 16px;
  color: var(--hyperspectral-forest) !important;
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  min-height: 100px;
}

#hyperspectral .hyperspectral_item_accordion {
  border-radius: 15px;
  background: var(--hyperspectral-white);
  margin-bottom: 8px;  
}

#hyperspectral .hyperspectral_item_accordion_title {
  border-radius: 15px;
  background: var(--hyperspectral-forest-1);
  padding: 8px 16px;
  color: var(--hyperspectral-forest) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  position: relative;
  cursor: pointer;
}

#hyperspectral .hyperspectral_item_accordion_title:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/vision-hiperespectral/images/ico-mas-v2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: all 0.5s;
  position: absolute;
  top: 8px;
  right: 8px;
}

#hyperspectral .hyperspectral_item_accordion.is-active .hyperspectral_item_accordion_title:before {
  transform: rotate(135deg);
}

#hyperspectral .hyperspectral_item_accordion_content {
  display: none;
}

#hyperspectral .hyperspectral_item_accordion.is-active .hyperspectral_item_accordion_content {
  display: block;
}

#hyperspectral .hyperspectral_item_accordion_media {
  padding: 10px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--hyperspectral-forest);
}

#hyperspectral .hyperspectral_item_image {
  display: block;
  max-width: 105px;
}

#hyperspectral .hyperspectral_item_text {
  color: var(--hyperspectral-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  padding: 16px;
}

@media (min-width: 700px) {

  #hyperspectral {
    padding: 32px;
  }

  #hyperspectral .swiper-controls {
    display: none;
  }

  #hyperspectral .hyperspectral_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 36px;
  }

  #hyperspectral .hyperspectral_description {
    font-size: 24px;
    line-height: 1.16;
  }

  #hyperspectral .hyperspectral_item_subtitle {
    min-height: 143px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  /* #hyperspectral .hyperspectral_item_accordion_content {
    min-height: 240px;
  } */

}
/* 
@media (min-width: 1000px) {

  #hyperspectral .hyperspectral_item_subtitle {
    min-height: 80px;
  }

  #hyperspectral .hyperspectral_item_accordion_content {
    min-height: 180px;
  }

} */