:root {
  --eetest-white: #fff;
  --eetest-border: #d8cfc7;
  --eetest-green: #00a443;
  --eetest-green-1: #007f33;
  --eetest-forest: #00402a;
  --eetest-forest-1: #dcebe1;
  --eetest-forest-4: #2f6852;
  --eetest-black: #3a3735;
  --eetest-sand-1: #fffeff;
  --eetest-sand: #fff5ec;
  --eetest-sand-2: #fff2d4;
  --eetest-sunset: #ff9c1a;
  --eetest-brown: #615d5a;
  --eetest-sky: #0da9ff;
}

#eetest {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

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

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

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

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

#eetest ul li:before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

#eetest .eetest_title {
  color: var(--eetest-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea" !important;
  text-align: left;
  margin-bottom: 16px;
}

#eetest .eetest_title strong {
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#eetest .eetest_description {
  color: var(--eetest-black) !important;
  font-size: 17px;
  line-height: 1.35;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 32px;
}

#eetest .eetest_media {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

#eetest .eetest_button {
  position: absolute;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
  padding: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  border: 1px solid var(--eetest-green);
  background: var(--eetest-sand-1);
  color: var(--eetest-green-1);
  text-align: center;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  text-decoration: none;
  min-width: 177px;
}

#eetest .eetest_button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/test-eficiencia-energetica/images/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
}

#eetest .eetest_media img {
  display: block;
  width: 100%;
}

#eetest .eetest_home {
  display: block;
}

#eetest.started .eetest_home {
  display: none;
}

#eetest .eetest_questions {
  display: none;
}

#eetest.started .eetest_questions {
  display: block;
}
/*
#eetest.finished .eetest_questions {
  display: none;
}
*/
#eetest .eetest_infos {
  display: none;
}

#eetest.finished .eetest_infos {
  display: block;
}

#eetest .eetest_question {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

#eetest .eetest_subtitle {
  position: relative;
  padding-left: 46px;
  min-height: 30px;
  color: var(--eetest-forest) !important;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 32px;
}

#eetest .eetest_subtitle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--eetest-sunset);
  color: var(--eetest-sand-1) !important;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}

#eetest .eetest_options_item {
  margin-bottom: 16px !important;
}

#eetest .eetest_options_item:last-child {
  margin-bottom: 0px !important;
}

#eetest .eetest_options_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  border: 1px solid var(--eetest-border);
  padding: 16px;
  text-decoration: none;
}

#eetest .eetest_question.selected .eetest_options_link {
  cursor: default;
  pointer-events: none;
}

/* #eetest .eetest_options_link[data-value="0"].clicked {
  background-color: var(--eetest-sand);
  border-color: var(--eetest-sand);
} */

#eetest .eetest_question.selected .eetest_options_link[data-value="1"] {
  background-color: var(--eetest-forest-1);
  border-color: var(--eetest-forest-1);
}

#eetest .eetest_options_link img {
  width: auto;
  max-height: 53px;
  margin-right: 24px;
}

#eetest .eetest_question-1 .eetest_options_item:nth-of-type(3) img,
#eetest .eetest_question-5 .eetest_options_item:nth-of-type(1) img {
  max-height: 75px;
}

#eetest .eetest_question-3 .eetest_options_item:nth-of-type(3) img,
#eetest .eetest_question-5 .eetest_options_item:nth-of-type(4) img {
  max-height: 81px;
}

#eetest .eetest_question-4 .eetest_options_item:nth-of-type(1) img {
  max-height: 29px;
}

#eetest .eetest_question-5 .eetest_options_item:nth-of-type(3) img {
  max-height: 48px;
}

#eetest .eetest_options_link span {
  color: var(--eetest-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#eetest .eetest_options_link span strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#eetest .eetest_result {
  margin-right: auto;
  padding: 4px 12px 4px 79px;
  position: relative;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  border-radius: 15px;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
  display: none;
}

#eetest .eetest_result.active {
  display: flex;
}

#eetest .eetest_result-1 {
  background-color: var(--eetest-forest-1);
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/test-eficiencia-energetica/images/ico-happy.svg");
}

#eetest .eetest_result-0 {
  background-color: var(--eetest-sand-2);
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/test-eficiencia-energetica/images/ico-sad.svg");
}

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

#eetest .eetest_actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

#eetest .eetest_back {
  padding: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid var(--eetest-green);
  background: var(--eetest-sand-1);
  color: var(--eetest-green-1);
  text-align: center;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  min-width: 132px;
}

#eetest .eetest_info {
  display: none;
}

#eetest.finished[data-score="0"] .eetest_info-0,
#eetest.finished[data-score="1"] .eetest_info-1,
#eetest.finished[data-score="2"] .eetest_info-2,
#eetest.finished[data-score="3"] .eetest_info-3,
#eetest.finished[data-score="4"] .eetest_info-4,
#eetest.finished[data-score="5"] .eetest_info-5 {
  display: block;
}

#eetest .eetest_info_title {
  color: var(--eetest-forest) !important;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 16px;
}

#eetest .eetest_info_score {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}

#eetest .eetest_info_score img {
  max-width: 48px;
  margin-right: 16px;
}

#eetest .eetest_info_score p {
  border-radius: 15px;
  background: var(--eetest-sand-2);
  padding: 12px;
  color: var(--eetest-forest) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#eetest[data-score="3"] .eetest_info_score p {
  background: var(--eetest-sand);
}

#eetest[data-score="4"] .eetest_info_score p {
  background: var(--eetest-forest-1);
}

#eetest[data-score="5"] .eetest_info_score p {
  background: var(--eetest-forest-1);
}

#eetest .eetest_info_text {
  border-radius: 15px;
  border: 1px solid var(--eetest-border);
  padding: 16px;
  color: var(--eetest-black) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 700px) {
  #eetest .eetest_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #eetest .eetest_button {
    top: 129px;
  }

  #eetest .eetest_button:hover {
    border-color: var(--eetest-green-1);
    background-color: var(--eetest-green-1);
    color: var(--eetest-sand-1) !important;
  }

  #eetest .eetest_button:hover:after {
    filter: brightness(0) invert(1);
  }

  #eetest .eetest_back:hover {
    border-color: var(--eetest-green-1);
    background-color: var(--eetest-green-1);
    color: var(--eetest-sand-1) !important;
  }

  #eetest .eetest_options {
    display: flex;
    gap: 16px;
  }

  #eetest .eetest_options_item {
    flex: 1;
    margin-bottom: 0 !important;
  }

  #eetest .eetest_options_link img {
    max-height: 75px !important;
  }

  #eetest .eetest_options_link {
    padding: 20px;
    min-height: 116px;
  }

  #eetest .eetest_question {
    margin-bottom: 35px;
  }

  #eetest .eetest_subtitle {
    text-wrap: auto;
  }

  #eetest .eetest_question-4 .eetest_options_link {
    flex-direction: column;
    align-items: flex-start;
    min-height: 206px;
  }

  #eetest .eetest_question-4 .eetest_options_link img {
    height: 62px;
    max-height: 62px !important;
    margin-bottom: 24px;
  }

  #eetest .eetest_info_title,
  #eetest .eetest_info_score {
    margin-bottom: 24px;
  }

  #eetest .eetest_info_text {
    padding: 24px;
  }

  #eetest .eetest_options_link:hover {
    background-color: var(--eetest-sand);
    border-color: var(--eetest-sand);
  }

  #eetest .eetest_options_link span {
    min-width: 65px;
  }
  
}
