:root {
  --co2storage-white: #fff;
  --co2storage-green: #00a443;
  --co2storage-green-1: #007f33;
  --co2storage-brown: #3a3735;
  --co2storage-border: #d8cfc7;
  --co2storage-border-dark: #89837e;
  --co2storage-sand: #fff5ec;
  --co2storage-sand-1: #fffeff;
  --co2storage-sky: #d8f3ff;
  --co2storage-forest: #00402a;
  --co2storage-forest-1: #dcebe1;
  --co2storage-sunset: #ff9c1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#co2storage .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  padding: 24px 8px;
}

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

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

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

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

#co2storage .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: auto;
}

#co2storage .swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--co2storage-border-dark);
  outline: none;
}

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

#co2storage .co2storage_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: block;
}

#co2storage .co2storage_media {
  width: 100%;
  margin-bottom: 24px;
}

#co2storage .co2storage_title {
  color: var(--co2storage-green-1) !important;
  font-size: 32px;
  line-height: 1.125;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea" !important;
  text-align: left;
  margin-bottom: 24px;
}

#co2storage .co2storage_title strong {
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#co2storage .co2storage_note {
  color: var(--co2storage-brown) !important;
  font-size: 14px;
  line-height: 1.28;
  text-align: left;
  margin-bottom: 24px;
}

#co2storage .co2storage_media {
  width: 100%;
  margin-bottom: 24px;
}

#co2storage .co2storage_media_content {
  width: 100%;
  max-width: 259px;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

#co2storage .co2storage_media_content:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/almacenamiento-co2/images/grafico-lineas.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 259px auto;
  z-index: 1;
}

#co2storage .co2storage_media_tag {
  opacity: 0.3;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

#co2storage .co2storage_media_tag-base {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}

#co2storage[data-slider="1"] .co2storage_media_tag-1,
#co2storage[data-slider="2"] .co2storage_media_tag-2,
#co2storage[data-slider="3"] .co2storage_media_tag-3,
#co2storage[data-slider="4"] .co2storage_media_tag-4,
#co2storage[data-slider="5"] .co2storage_media_tag-5,
#co2storage[data-slider="6"] .co2storage_media_tag-6 {
  opacity: 1;
}

#co2storage .co2storage_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14.5px;
  width: 100%;
  max-width: 259px;
  margin: 0 auto;
}

#co2storage .co2storage_nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  background-color: var(--co2storage-forest);
  border-radius: 100%;
  color: var(--co2storage-sand-1) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  font-size: 16px;
  line-height: 1;
}

#co2storage .co2storage_item_title {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  background: var(--co2storage-green-1);
  padding: 8px 16px;
  color: var(--co2storage-sand-1) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#co2storage .co2storage_item_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-color: var(--co2storage-sand-1);
  border-radius: 100%;
  color: var(--co2storage-forest) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1;
}

#co2storage .co2storage_item_content {
  width: 100%;
  border: 1px solid var(--co2storage-border);
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 16px;
}

#co2storage .co2storage_legend {
}

#co2storage .co2storage_legend_item {
  position: relative;
  padding-left: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px !important;
}

#co2storage .co2storage_legend_item:last-child {
  margin-bottom: 0 !important;
}

#co2storage .co2storage_legend_item span {
  color: var(--co2storage-brown) !important;
  font-size: 14px;
  line-height: 1.42;
  text-align: left;
}

#co2storage .co2storage_legend_item strong {
  color: var(--co2storage-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
}

#co2storage .co2storage_legend_item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

#co2storage .co2storage_legend_item-blue:after {
  background-color: #3cc2ff;
}

#co2storage .co2storage_legend_item-green:after {
  background-color: #26bf64;
}

#co2storage .co2storage_legend_item-yellow:after {
  background-color: #ffcd52;
}

#co2storage .co2storage_legend_item-dark:after {
  background-color: var(--co2storage-forest);
}

#co2storage .co2storage_legend_item-orange:after {
  background-color: #ff9c1a;
}

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

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

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

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

  #co2storage .co2storage_title {
    margin-bottom: 10px;
  }

  #co2storage .co2storage_note {
    margin-bottom: 10px;
  }

  #co2storage .co2storage_media {
    margin-bottom: 16px;
  }

  #co2storage .co2storage_media_content {
    max-width: 472px;
    height: auto;
    margin-bottom: 8px;
  }

  #co2storage .co2storage_media_content:before {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/almacenamiento-co2/images/grafico-lineas-d.svg");
    background-size: 472px auto;
  }

  #co2storage .co2storage_nav {
    max-width: 472px;
    gap: 47px;
    transform: translateX(-30px);
  }

  #co2storage .swiper-controls {
    padding: 16px 8px;
  }
}
