:root {
  --solarselfc-white: #ffffff;
  --solarselfc-sand-1: #fffeff;
  --solarselfc-green: #00a443;
  --solarselfc-green-1: #007f33;
  --solarselfc-forest: #00402a;
  --solarselfc-brown: #615d5a;
  --solarselfc-border: #d8cfc7;
  --solarselfc-sunset: #ff9c1a;
  --solarselfc-sand-7: #3a3735;
}

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

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

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

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

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

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

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

#solarselfc .solarselfc_header {
  width: 100%;
  margin-bottom: 16px;
}

#solarselfc .solarselfc_header_image {
  max-width: 258px;
  margin: 0 auto;
}

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

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

#solarselfc .solarselfc_description {
  color: var(--solarselfc-forest) !important;
  font-size: 24px;
  line-height: 1.16;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#solarselfc .solarselfc_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#solarselfc .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px auto 0;
  width: 100%;
  padding: 0 8px;
}

#solarselfc .swiper-pagination {
  border-radius: 24px;
  border: 1px solid var(--solarselfc-forest);
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  color: var(--solarselfc-forest) !important;
  font-size: 14px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangeaText Italic" !important;
  margin-right: auto;
}

#solarselfc .swiper-pagination span {
  font-style: normal;
  font-family: "IberPangeaText Italic" !important;
}

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

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

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

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

#solarselfc .solarselfc_item_title {
  border-radius: 15px 15px 0 0;
  background: var(--solarselfc-green-1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

#solarselfc .solarselfc_item_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-direction: column;
  border-radius: 100%;
  background-color: var(--solarselfc-sunset);
  color: var(--solarselfc-forest) !important;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: center;
  margin-right: auto;
  margin-bottom: auto;
}

#solarselfc .solarselfc_item_title strong {
  color: var(--solarselfc-sand-1) !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  text-align: left;
  width: calc(100% - 42px);
  margin-left: 10px;
  margin-right: auto;
}

#solarselfc .solarselfc_item_text {
  border-radius: 0px 0px 16px 16px;
  border: 1px solid var(--solarselfc-border);
  border-top: none;
  padding: 10px 16px;
  color: var(--solarselfc-sand-7);
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}

#solarselfc .solarselfc_media {
  width: 100%;
  margin-bottom: 16px;
}

#solarselfc .solarselfc_media_content {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
}

#solarselfc .solarselfc_media_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  background: var(--solarselfc-forest);
  color: var(--solarselfc-sand-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: center;
  text-decoration: none;
  z-index: 5;
  cursor: pointer;
}

#solarselfc .solarselfc_media_point.active {
  color: var(--solarselfc-forest) !important;
  background-color: var(--solarselfc-sunset);
}

#solarselfc .solarselfc_media_point-1 {
  top: 2px;
  left: 25px;
}

#solarselfc .solarselfc_media_point-2 {
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

#solarselfc .solarselfc_media_point-3 {
  top: 2px;
  right: 19px;
}

#solarselfc .solarselfc_media_point-4 {
  top: 130px;
  left: 32px;
}

#solarselfc .solarselfc_media_point-5 {
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}

#solarselfc .solarselfc_media_point-6 {
  top: 130px;
  right: 32px;
}

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

  #solarselfc .solarselfc_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid black;
    margin-bottom: 24px;
  }

  #solarselfc .solarselfc_header_image {
    width: 225px;
    min-width: 225px;
    margin-right: 0;
    margin-bottom: -1px;
  }

  #solarselfc .solarselfc_description {
    margin-bottom: 8px;
  }

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

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

  #solarselfc .solarselfc_media_content {
    max-width: 501px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #solarselfc .solarselfc_media_point {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto;
    transform: none !important;
  }

  #solarselfc .solarselfc_media_point:not(.active):hover {
    background-color: var(--solarselfc-green-1);
  }

  #solarselfc .solarselfc_media_point-1 {
    margin-left: 16px;
  }

  #solarselfc .solarselfc_media_point-6 {
    margin-right: 16px;
  }

  #solarselfc .solarselfc_media_image {
    margin: 16px auto 8px;
  }
}
