:root {
  --whatee-white: #fff;
  --whatee-green: #007f33;
  --whatee-green-1: #007f33;
  --whatee-border: #d8cfc7;
  --whatee-brown: #3a3735;
  --whatee-brown-light: #615d5a;
  --whatee-forest: #00402a;
  --whatee-sand: #fff5ec;
  --whatee-sand-light: #fffeff;
  --whatee-orange: #ff9c1a;
  --whatee-orange-dark: #c66d00;
}

#whatee {
  width: 100%;
  max-width: 980px;
  padding: 32px 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(--whatee-border);
  background-color: var(--whatee-white);
}

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

#whatee h2,
#whatee h3,
#whatee h4 {
  margin-top: 0 !important;
}

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

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

#whatee img,
#whatee svg {
  display: block;
  width: 100%;
}

#whatee .whatee_title {
  color: var(--whatee-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  max-width: 757px;
  margin-bottom: 31px;
}

#whatee .whatee_title strong {
  font-weight: 600;
}

#whatee .whatee_subtitle {
  color: var(--whatee-forest) !important;
  font-family: IberPangea;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
}

#whatee .whatee_label {
  color: var(--whatee-brown) !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 9px;
}

#whatee .whatee_bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}

#whatee .whatee_bar + .whatee_subtitle {
  margin-top: 30px;
}

#whatee .whatee_bar-orange {
}

#whatee .whatee_bar_space {
  width: calc(100% - 66px);
  height: 14px;
  border-radius: 0px 15px 15px 0px;
  background-color: var(--whatee-sand);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#whatee .whatee_bar_fill {
  display: block;
  height: 14px;
  border-radius: 0px 15px 15px 0px;
  background-color: var(--whatee-green);
}

#whatee .whatee_bar-orange .whatee_bar_fill {
  background-color: var(--whatee-orange);
}

#whatee .whatee_bar_percent {
  min-width: 58px;
  color: var(--whatee-green-1) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

#whatee .whatee_bar-orange .whatee_bar_percent {
  color: var(--whatee-orange-dark) !important;
}

#whatee .whatee_media {
  border-radius: 15px;
  background: var(--whatee-sand);
  position: relative;
  width: 100%;
  max-width: 258px;
  margin: 0 auto 44px;
}

#whatee .whatee_media_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid var(--whatee-green-1);
  background: var(--whatee-sand-light);
  color: var(--whatee-green-1) !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: all 0.25s;
}

#whatee .whatee_media_point.active {
  color: var(--whatee-sand-light) !important;
  background-color: var(--whatee-green-1);
}

#whatee .whatee_media_point-orange {
  color: var(--whatee-orange-dark) !important;
  border-color: var(--whatee-orange-dark);
}

#whatee .whatee_media_point-orange.active {
  color: var(--whatee-sand-light) !important;
  background-color: var(--whatee-orange-dark);
}

#whatee .whatee_media_point-1 {
  top: 172px;
  left: 162px;
}

#whatee .whatee_media_point-2 {
  top: 50px;
  left: 54px;
}

#whatee .whatee_media_point-3 {
  top: 306px;
  left: 159px;
}

#whatee .whatee_media_point-4 {
  top: 181px;
  left: 86px;
}

#whatee .whatee_media_point-5 {
  top: 306px;
  left: 211px;
}

#whatee .whatee_media_point-6 {
  top: 117px;
  left: 54px;
}

#whatee .whatee_media_point-7 {
  top: 55px;
  left: 220px;
}

#whatee .whatee_media_point-8 {
  top: 273px;
  left: 7px;
}

#whatee .whatee_media_point-9 {
  top: 306px;
  left: 98px;
}

#whatee .whatee_media_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#whatee .whatee_media_svg-mobile {
}

#whatee .whatee_media_svg-desktop {
  display: none;
}

#whatee .whatee_media_svg_group {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s;
}

#whatee .whatee_media_svg_group.active {
  opacity: 1;
}

#whatee .whatee_media_base {
  position: relative;
  z-index: 0;
}

#whatee .whatee_media_base-mobile {
}

#whatee .whatee_media_base-desktop {
  display: none;
}

#whatee .whatee_swiper_box,
#whatee .swiper-pagination {
  display: none !important;
}

#whatee.active .whatee_swiper_box,
#whatee.active .swiper-pagination {
  display: flex !important;
}

#whatee .whatee_swiper_box {
  border-radius: 15px;
  border: 1px solid var(--whatee-border);
  background: var(--whatee-white);
  position: relative;
  border-radius: 15px;
  border: 1px solid var(--whatee-border);
  background: var(--whatee-sand-light);
  padding: 16px 8px;
  width: 100%;
  margin-bottom: 24px;
}

#whatee .whatee_swiper_close {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-eficiencia-energetica/images/ico-cerrar.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 2;
}

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

#whatee .whatee_swiper_bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

#whatee .whatee_swiper_bar-orange {
}

#whatee .whatee_swiper_bar_space {
  width: calc(100% - 66px);
  height: 14px;
  border-radius: 0px 15px 15px 0px;
  background-color: var(--whatee-sand);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#whatee .whatee_swiper_bar_fill {
  display: block;
  height: 14px;
  border-radius: 0px 15px 15px 0px;
  background-color: var(--whatee-green);
}

#whatee .whatee_swiper_bar-orange .whatee_swiper_bar_fill {
  background-color: var(--whatee-orange);
}

#whatee .whatee_swiper_bar_percent {
  min-width: 58px;
  color: var(--whatee-green-1) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

#whatee .whatee_swiper_bar-orange .whatee_swiper_bar_percent {
  color: var(--whatee-orange-dark) !important;
}

#whatee .whatee_source {
  color: var(--whatee-brown-light) !important;
  font-size: 12px;
  line-height: 1.33;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#whatee .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 16px;
}

#whatee .swiper-button-prev,
#whatee .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;
  margin: 0;
}

#whatee .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-eficiencia-energetica/images/ico-prev.svg");
}

#whatee .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-eficiencia-energetica/images/ico-next.svg");
}

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

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

#whatee .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--whatee-border);
}

#whatee button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#whatee .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#whatee .swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

  #whatee .whatee_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 20px;
  }

  #whatee .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-eficiencia-energetica/images/ico-prev-hover.svg");
  }

  #whatee .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/que-es-eficiencia-energetica/images/ico-next-hover.svg");
  }

  #whatee .whatee_media_point:hover {
    color: var(--whatee-sand-light) !important;
    background-color: var(--whatee-green-1);
  }

  #whatee .whatee_media_point-orange:hover {
    color: var(--whatee-sand-light) !important;
    background-color: var(--whatee-orange-dark);
  }

  
  #whatee .whatee_media {
    max-width: 100%;
    margin-bottom: 39px;
  }

  #whatee .whatee_media_svg-mobile {
    display: none;
  }

  #whatee .whatee_media_svg-desktop {
    display: block;
  }

  #whatee .whatee_media_base-mobile {
    display: none;
  }

  #whatee .whatee_media_base-desktop {
    display: block;
  }

  #whatee .whatee_source {
    font-size: 14px;
  }

  #whatee .whatee_media_point,
  #whatee .whatee_swiper_pagination,
  #whatee.active .whatee_swiper_pagination,
  #whatee .whatee_swiper_navigation,
  #whatee.active .whatee_swiper_navigation,
  #whatee .whatee_swiper_close {
    display: none !important;
  }

}

@media (min-width: 1060px) {

  #whatee .whatee_subtitle {
    margin-bottom: 29px;
  }

  #whatee .whatee_bar {
    margin-bottom: 26px;
  }

  #whatee .whatee_bar + .whatee_subtitle {
    margin-top: 8px;
    margin-bottom: 48px;
  }

  #whatee .whatee_swiper_box {
    padding: 21px 38px 16px;
  }

}
