:root {
  --keyactions-white: #fff;
  --keyactions-green: #00a443;
  --keyactions-green-1: #007f33;
  --keyactions-sand: #FFF5EC;
  --keyactions-sand-3: #D8CFC7;
  --keyactions-forest: #00402a;
}

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

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

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

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

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

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

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

#keyactions .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#keyactions .swiper-wrapper {
  display: flex;
}

#keyactions .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}

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

#keyactions .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

#keyactions .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 13px auto 0;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

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

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

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

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

#keyactions .swiper-button-prev:focus,
#keyactions .swiper-button-next:focus {
  background-color: #dcebe1;
  outline: none;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  #keyactions .swiper-wrapper {
    scroll-behavior: auto;
  }
}

#keyactions .keyactions_title {
  color: var(--keyactions-green) !important;
  font-family: "IberPangeaText" !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-bottom: 23px;
}

#keyactions .keyactions_content {
  width: 100%;
  overflow: hidden;
}

#keyactions .keyactions_title strong {
  display: block;
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#keyactions .keyactions_item {
  border-radius: 15px;
  background: var(--keyactions-sand);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}

#keyactions .keyactions_item_title {
  width: calc(100% - 32px);
  margin: 0 auto 16px;
  color: var(--keyactions-forest) !important;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  max-width: 420px;
}

#keyactions .keyactions_item_text {
  width: calc(100% - 32px);
  max-width: 420px;
  margin: 0 auto 20px;
  color: var(--keyactions-forest) !important;
  font-family: "IberPangea" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#keyactions .keyactions_item_image {
  width: 100%;
  margin-top: auto;
}

#keyactions .keyactions_item-1 .keyactions_item_image {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 700px) {

  #keyactions .keyactions_title {
    font-size: 32px;
  }

  #keyactions .keyactions_item-1 .keyactions_item_image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  #keyactions .keyactions_item {
    padding-top: 32px;
  }

}

@media (min-width: 1080px) {

  #keyactions {
    background-color: var(--keyactions-sand);
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/acelerar-transicion-energetica/images/il.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 51px;
    padding-bottom: 280px;
  }

  #column-2 #keyactions {
    background-color: var(--keyactions-white);
    background-image: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #keyactions .keyactions_title {
    margin-bottom: 58px;
  }

  #column-2 #keyactions .keyactions_title {
    margin-bottom: 23px;
  }

  #keyactions .swiper-slide img {
    display: none;
  }

  #column-2 #keyactions .swiper-slide img {
    display: block;
  }

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

  #column-2 #keyactions .swiper-controls {
    display: flex;
  }

  #keyactions .keyactions_item {
    position: relative;
    background-color: transparent;
    padding-top: 0;
  }

  #column-2 #keyactions .keyactions_item {
    background-color: var(--keyactions-sand);
    padding-top: 32px;
  }

  #keyactions .keyactions_item:nth-of-type(1):before,
  #keyactions .keyactions_item:nth-of-type(2):before {
    content: '';
    display: block;
    width: 58px;
    height: 15px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/acelerar-transicion-energetica/images/ico-a.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: calc(100% - 40px);
  }

  #column-2 #keyactions .keyactions_item:nth-of-type(1):before,
  #column-2 #keyactions .keyactions_item:nth-of-type(2):before {
    content: none;
    display: none;
  }

  #keyactions .keyactions_item_title {
    font-size: 17px;
    text-align: left;
    padding-right: 20px;
  }

  #column-2 #keyactions .keyactions_item_title {
    font-size: 18px;
    text-align: center;
    padding-right: 0;
  }

  #keyactions .keyactions_item_text {
    text-align: left;
  }

  #column-2 #keyactions .keyactions_item_text {
    text-align: center;
  }

}