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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#bess .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 0;
  margin-top: 8px;
}

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

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

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

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

#bess .bess_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--bess-border);
  padding: 16px 18px;
  margin: 0 auto 21px;
  display: block;
}

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

#bess .bess_title strong {
  font-weight: 600;
}

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

#bess .bess_description strong {
  font-weight: 600;
}

#bess .bess_content {
  border-radius: 15px;
  background: var(--bess-white);
  padding: 23px 10px;
  display: flex;
  flex-direction: column;
}

#bess .bess_subtitle {
  color: var(--bess-green) !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  border-radius: 30px;
  border: 1px solid var(--bess-green);
  background-color: var(--bess-white);
  padding: 10px;
  margin: 0 auto 13px;
}

#bess .bess_subtitle-3 {
  margin-bottom: 25px;
}

#bess .bess_subtitle-4,
#bess .bess_subtitle-5 {
  width: 100%;
}

#bess .bess_text {
  color: var(--bess-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}

#bess .bess_text strong {
  font-weight: 600;
}

#bess .bess_media {
  position: relative;
  width: 100%;
  max-width: 237px;
  margin: 0 auto 13px;
}

#bess .bess_media_image {
  width: 100%;
}

#bess .bess_media_point {
  text-decoration: none;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/ico-mas.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

#bess .bess_media_point.current,
#bess .bess_media_point:hover {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/ico-mas-activo.svg");
}

#bess .bess_info-1 .bess_media_point-1 {
  top: -15px;
  left: 42px;
}

#bess .bess_info-1 .bess_media_point-2 {
  top: -11px;
  left: 169px;
}

#bess .bess_info-1 .bess_media_point-3 {
  top: 87px;
  left: 207px;
}

#bess .bess_info-1 .bess_media_point-4 {
  top: 130px;
  left: 142px;
}

#bess .bess_info-1 .bess_media_point-5 {
  top: 119px;
  left: 8px;
}

#bess .bess_info-2 .bess_media_point-1 {
  top: -16px;
  left: 3px;
}

#bess .bess_info-2 .bess_media_point-2 {
  top: -11px;
  left: 179px;
}

#bess .bess_info-2 .bess_media_point-3 {
  top: 148px;
  left: 191px;
}

#bess .bess_info-2 .bess_media_point-4 {
  top: 139px;
  left: 39px;
}

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

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

#bess .swiper-slide .bess_item_text {
  margin-bottom: 0;
}

#bess .bess_item_text strong {
  font-weight: 600;
}

#bess .bess_directions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 21px;
}

#bess .bess_directions_label {
  color: var(--bess-dark) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  min-height: 52px;
  padding: 10px 19px;
}

#bess .bess_directions_label-1 {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/ico-descarga.svg");
}

#bess .bess_directions_label-2 {
  color: var(--bess-green) !important;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/ico-carga.svg");
  background-position: left center;
}

#bess .bess_bg {
  padding-top: 60px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bess-green);
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/bg.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 45px) top;
  background-size: 105px auto;
  width: 100%;
  /* max-width: 239px; */
  margin: -21px auto 20px;
  display: flex;
  flex-direction: column;
}

#bess .bess_image {
  width: 100%;
  margin: 0 auto 21px;
}

#bess .bess_image-1 {
  max-width: 131px;
  margin-bottom: 66px;
}

#bess .bess_image-2 {
  max-width: 117px;
}

#bess .bess_image-3 {
  max-width: 110px;
  margin-top: -13px;
  margin-bottom: 8px;
}

@media (min-width: 700px) {
  #bess {
    padding: 44px 30px;
  }

  #bess .bess_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 22px;
  }

  #bess .bess_text {
    margin-bottom: 40px;
  }

  #bess .bess_media-1 {
    max-width: 377px;
    margin-bottom: 44px;
  }

  #bess .bess_media-2 {
    max-width: 384px;
  }

  #bess .bess_info-1 .bess_media_point-1 {
    left: 82px;
  }

  #bess .bess_info-1 .bess_media_point-2 {
    top: -13px;
    left: 257px;
  }

  #bess .bess_info-1 .bess_media_point-3 {
    top: 128px;
    left: 359px;
  }

  #bess .bess_info-1 .bess_media_point-4 {
    top: 208px;
    left: 122px;
  }

  #bess .bess_info-1 .bess_media_point-5 {
    top: 83px;
    left: -22px;
  }

  #bess .bess_info-2 .bess_media_point-1 {
    top: 34px;
    left: -16px;
  }

  #bess .bess_info-2 .bess_media_point-2 {
    top: 5px;
    left: 333px;
  }

  #bess .bess_info-2 .bess_media_point-3 {
    top: 182px;
    left: 367px;
  }

  #bess .bess_info-2 .bess_media_point-4 {
    top: 148px;
    left: 45px;
  }

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

  #bess .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/ico-next-hover.svg");
  }
  #bess .bess_swiper-1 .swiper-slide {
    height: 100px;
    overflow: visible;
  }

  #bess .bess_swiper-2 .swiper-slide {
    height: 100px;
    overflow: visible;
  }

  #bess .swiper-controls {
    margin-top: 0;
  }

  #bess .bess_content {
    padding-left: 25px;
    padding-right: 25px;
  }

  #bess .bess_bg {
    padding-bottom: 40px;
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/baterias-bess/images/bg-d.svg");
    background-position: calc(50% - 35px) top;
    background-size: 286px auto;
    margin: -21px auto 20px;
    position: relative;
  }

  #bess .bess_subtitle-3 {
    position: absolute;
    bottom: 130px;
    right: calc(50% + 100px);
  }

  #bess .bess_image-1 {
    position: absolute;
    bottom: 39px;
    right: calc(50% + 115px);
    max-width: 88px;
    margin-bottom: 0;
  }

  #bess .bess_subtitle-4 {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 90px;
    margin-bottom: 12px;
  }

  #bess .bess_text-3 {
    max-width: 368px;
    margin-left: auto;
    margin-right: -11px;
    margin-bottom: 13px;
  }

  #bess .bess_image-2 {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(44px);
    margin-bottom: 0;
  }

  #bess .bess_text-4 {
    margin-bottom: 20px;
  }

  #bess .bess_image-3 {
    max-width: 66px;
    margin-bottom: 0;
  }
}
