:root {
  --hystations-white: #ffffff;
  --hystations-sand-1: #fffeff;
  --hystations-green: #00a443;
  --hystations-green-1: #007f33;
  --hystations-forest: #00402a;
  --hystations-brown: #3a3735;
  --hystations-border: #d8cfc7;
  --hystations-orange: #ff9c1a;
  --hystations-sand: #FFF5EC;
  --hystations-sand-5: #89837e;
  --hystations-sand-6: #615d5a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#hystations .hystations_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
}

#hystations .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 262px;
  right: 24px;
  width: 80px;
}

#hystations .swiper-button-prev,
#hystations .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#hystations .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/ico-prev.svg");
  margin-left: auto;
}

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

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

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

#hystations .hystations_description {
    color: var(--hystations-forest) !important;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    margin-bottom: 16px;
}

#hystations .hystations_image {
    width: 100%;
    max-width: 207px;
    margin: 0 auto 24px;
}

#hystations .hystations_schema_image {
    max-width: 194px;
    margin: 0 auto;
}

#hystations .hystations_accordion {
    border-radius: 15px;
    background: white;
    margin-bottom: 16px;
    position: relative;
}

#hystations .hystations_accordion-2 {
    margin-bottom: 0;
}

#hystations .hystations_accordion-5 {
    margin-bottom: 48px;
}

#hystations .hystations_accordion-5:before {
    content: '';
    display: block;
    width: 8px;
    height: 26px;
    background-color: transparent;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/flecha-abajo.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#hystations .hystations_accordion_header {
    padding: 16px 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#hystations .hystations_accordion_header:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/ico-mas.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    order: 2;
}

#hystations .hystations_accordion.active .hystations_accordion_header:before {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/ico-cerrar.svg');
}

#hystations .hystations_accordion_icon {
    max-width: 73px;
    order: 1;
}

#hystations .hystations_accordion-1 .hystations_accordion_icon {
    max-width: 136px;
}

#hystations .hystations_accordion-2 .hystations_accordion_icon {
    max-width: 111px;
}

#hystations .hystations_accordion_title {
    color: var(--hystations-green-1) !important;
    font-size: 18px;
    line-height: 1.22;
    font-family: "IberPangea Medium" !important;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    order: 3;
}

#hystations .hystations_accordion_content {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}

#hystations .hystations_accordion.active .hystations_accordion_content {
    max-height: 500px;
    transition: max-height 0.5s ease-in-out;
}

#hystations .hystations_accordion_text {
    color: var(--hystations-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    padding: 0 24px 16px;
    width: 100%;
}

#hystations .hystations_accordion-1:before,
#hystations .hystations_accordion-3:before,
#hystations .hystations_accordion-4:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: var(--hystations-forest);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#hystations .hystations_box {
    width: 100%;
    border-radius: 15px;
    background: white;
    padding: 16px;
    position: relative;
}

#hystations .hystations_box-1 {
    margin-bottom: 24px;
}

#hystations .hystations_box-1:before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: var(--hystations-forest);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#hystations .hystations_box_title {
    color: var(--hystations-green-1) !important;
    font-size: 18px;
    line-height: 1.22;
    font-family: "IberPangea Medium" !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 100%;
    margin-bottom: 6px;
}

#hystations .hystations_box_text {
    color: var(--hystations-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
}

#hystations .hystations_claim {
    border-radius: 15px;
    background: var(--hystations-green-1);
    padding: 16px 24px;
}

#hystations .hystations_claim p {
    color: var(--hystations-sand-1) !important;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
}

#hystations .hystations_item_image {
    max-width: 260px;
    margin: 0 auto 24px;
}

#hystations .hystations_item_info {
    border-radius: 15px;
    background: white;
    padding: 16px 24px;
    min-height: 76px;
}

#hystations .hystations_item_title {
    color: var(--hystations-green-1) !important;
    font-size: 18px;
    line-height: 1.22;
    font-family: "IberPangea Medium" !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: calc(100% - 80px);
}

#hystations .hystations_item_text {
    color: var(--hystations-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    margin-top: 8px;
}


@media (min-width: 700px) {

    #hystations {
        padding: 40px 32px;
    }

    #hystations .hystations_intro {
        position: relative;
        padding-right: 132px;
        margin-bottom: 24px;
        min-height: 148px;
    }

    #hystations .hystations_description {
        margin-bottom: 0px;
    }

    #hystations .hystations_image {
        max-width: 116px;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #hystations .hystations_schema {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    #hystations .hystations_accordion-1 {
        padding: 16px 24px;
        min-height: 139px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        order: 0;
    }

    #hystations .hystations_accordion-1:before,
    #hystations .hystations_accordion-2:before {
        content: none;
        display: none;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_header {
        padding: 0 0 0 154px;
        position: static;
    }

    #hystations .hystations_accordion-2 .hystations_accordion_header {
        padding: 0 0 0 117px;
        position: static;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_icon {
        max-width: 138px;
        position: absolute;
        top: 16px;
        left: 24px;
    }

    #hystations .hystations_accordion-2 .hystations_accordion_icon {
        max-width: 101px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 24px;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_header:before,
    #hystations .hystations_accordion-2 .hystations_accordion_header:before {
        content: none;
        display: none;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_title,
    #hystations .hystations_accordion-2 .hystations_accordion_title {
        margin-top: auto;
        margin-bottom: 6px;
        text-align: left;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_content,
    #hystations .hystations_accordion-2 .hystations_accordion_content {
        max-height: 500px;
        transition: max-height 0.5s ease-in-out;
        overflow: visible;
        width: 100%;
        padding-left: 154px;
    }

    #hystations .hystations_accordion-2 .hystations_accordion_content {
        padding-left: 117px;
    }

    #hystations .hystations_accordion-1 .hystations_accordion_text,
    #hystations .hystations_accordion-2 .hystations_accordion_text {
        padding: 0;
    }

    #hystations .hystations_schema_image {
        max-width: 194px;
    }

    #hystations .hystations_schema picture {
        order: 1;
    }

    #hystations .hystations_accordion-2 {
        width: calc(100% - 194px);
        margin: auto 0 auto auto;
        order: 2;
        padding: 16px 24px;
        min-height: 180px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    #hystations .hystations_box-1 {
        order: 3;
    }

    #hystations .hystations_accordion-3 .hystations_accordion_title,
    #hystations .hystations_accordion-4 .hystations_accordion_title,
    #hystations .hystations_accordion-5 .hystations_accordion_title {
        width: calc(100% - 127px);
        margin: auto auto auto 16px;
        text-align: left;
    }

    #hystations .hystations_accordion-3 .hystations_accordion_icon,
    #hystations .hystations_accordion-4 .hystations_accordion_icon,
    #hystations .hystations_accordion-5 .hystations_accordion_icon {
        max-width: 63px;
    }

    #hystations .hystations_accordion-3 .hystations_accordion_header:before,
    #hystations .hystations_accordion-4 .hystations_accordion_header:before,
    #hystations .hystations_accordion-5 .hystations_accordion_header:before {
        order: 4;
    }

    #hystations .hystations_box {
        padding: 16px 24px;
    }

    #hystations .hystations_item_image {
        max-width: 496px;
    }

    #hystations .hystations_item_info {
        min-height: 54px;
    }

    #hystations .swiper-controls {
        top: 459px;
    }

    #hystations .hystations_accordion-1:before,
    #hystations .hystations_accordion-3:before,
    #hystations .hystations_accordion-4:before {
        background-color: var(--hystations-green-1);
    }

    #hystations .hystations_accordion-1 {
        margin-bottom: 0;
    }

    #hystations .hystations_accordion-5 {
        margin-bottom: 40px;
    }

    #hystations .hystations_accordion-5:before {
        width: 9px;
        height: 18px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/flecha-abajo-d.svg');
    }

    #hystations .hystations_accordion:not(.active) .hystations_accordion_header:hover:before {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/hidrogeneras/images/ico-mas-hover.svg');
    }

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

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

}
