#hg-evaluacion {
  width: 100%;
  padding: 55px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #17242c;
  box-sizing: border-box;
  background: #f5f8f8;
}

#hg-evaluacion * {
  box-sizing: border-box;
}


/* TARJETA */

#hg-evaluacion .hg-card {
  width: 100%;
  max-width: 760px;
  min-height: 580px;
  margin: 0 auto;
  padding: 58px 64px;
  background: #ffffff;
  border: 1px solid #e3e9eb;
  border-radius: 26px;
  box-shadow: 0 22px 65px rgba(19, 39, 47, 0.09);
}


/* PANTALLAS */

#hg-evaluacion .hg-screen {
  display: none !important;
}

#hg-evaluacion .hg-screen.hg-active {
  display: block !important;
}


/* TEXTOS */

#hg-evaluacion .hg-badge {
  display: inline-block;
  margin-bottom: 18px;
  color: #078b86;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

#hg-evaluacion h2 {
  margin: 0;
  max-width: 620px;
  color: #17242c;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.4px;
}

#hg-evaluacion .hg-intro {
  margin: 22px 0 32px;
  color: #68777e;
  font-size: 17px;
  line-height: 1.65;
}


/* BENEFICIOS */

#hg-evaluacion .hg-beneficios {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 12px;
  margin: 32px 0 27px;
}

#hg-evaluacion .hg-beneficio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e3e9eb;
  border-radius: 15px;
  background: #ffffff;
}

#hg-evaluacion .hg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 9px;
  background: rgba(8, 170, 164, 0.10);
  color: #078b86;
  font-weight: 700;
}

#hg-evaluacion .hg-beneficio strong {
  display: block;
  margin-bottom: 3px;
  color: #17242c;
  font-size: 13px;
}

#hg-evaluacion .hg-beneficio small {
  display: block;
  color: #68777e;
  font-size: 10px;
}


/* BOTONES */

#hg-evaluacion .hg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 57px;
  margin: 0;
  padding: 15px 24px;
  border: none;
  border-radius: 14px;
  background: #08aaa4;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}

#hg-evaluacion .hg-btn:hover {
  background: #078b86;
  color: #ffffff !important;
}

#hg-evaluacion .hg-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

#hg-evaluacion .hg-btn-secundario {
  min-height: 57px;
  padding: 15px 20px;
  border: 1px solid #e3e9eb;
  border-radius: 14px;
  background: #ffffff;
  color: #17242c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

#hg-evaluacion .hg-btn-secundario:hover {
  border-color: #08aaa4;
  background: #f8fbfb;
}

#hg-evaluacion .hg-full {
  width: 100%;
}


/* PROGRESO */

#hg-evaluacion .hg-progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #68777e;
  font-size: 12px;
  font-weight: 600;
}

#hg-evaluacion .hg-progress {
  width: 100%;
  height: 7px;
  margin-bottom: 46px;
  overflow: hidden;
  border-radius: 20px;
  background: #edf1f2;
}

#hg-evaluacion #hg-barra {
  width: 33%;
  height: 100%;
  border-radius: 20px;
  background: #08aaa4;
}


/* NÚMERO */

#hg-evaluacion .hg-numero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 21px;
  border-radius: 13px;
  background: rgba(8, 170, 164, 0.10);
  color: #078b86;
  font-size: 13px;
  font-weight: 700;
}


/* PREGUNTA */

#hg-evaluacion #hg-pregunta {
  margin: 0 0 26px;
  color: #17242c;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
}


/* OPCIONES */

#hg-evaluacion #hg-opciones {
  display: grid;
  gap: 11px;
  margin-bottom: 30px;
}

#hg-evaluacion .hg-option {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 17px 18px;
  border: 1px solid #e3e9eb;
  border-radius: 14px;
  background: #ffffff;
  color: #17242c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

#hg-evaluacion .hg-option:hover {
  border-color: #08aaa4;
}

#hg-evaluacion .hg-option.hg-selected {
  border-color: #08aaa4;
  background: rgba(8, 170, 164, 0.065);
}

#hg-evaluacion .hg-radio {
  width: 19px;
  height: 19px;
  min-width: 19px;
  border: 2px solid #b9c5c9;
  border-radius: 50%;
}

#hg-evaluacion .hg-selected .hg-radio {
  border: 6px solid #08aaa4;
}


/* NAVEGACIÓN */

#hg-evaluacion .hg-navigation {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 11px;
}


/* FORMULARIO */

#hg-evaluacion .hg-field {
  margin-bottom: 18px;
}

#hg-evaluacion .hg-field label {
  display: block;
  margin-bottom: 8px;
  color: #17242c;
  font-size: 13px;
  font-weight: 700;
}

#hg-evaluacion .hg-field input {
  width: 100%;
  min-height: 55px;
  padding: 0 16px;
  border: 1px solid #e3e9eb;
  border-radius: 13px;
  background: #ffffff;
  color: #17242c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  outline: none;
}

#hg-evaluacion .hg-field input:focus {
  border-color: #08aaa4;
  box-shadow: 0 0 0 4px rgba(8, 170, 164, 0.09);
}

#hg-evaluacion .hg-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 10px;
  color: #68777e;
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

#hg-evaluacion .hg-check input {
  margin-top: 3px;
  accent-color: #08aaa4;
}

#hg-evaluacion .hg-error {
  min-height: 20px;
  margin: 8px 0 10px;
  color: #b42318;
  font-size: 12px;
}

#hg-evaluacion .hg-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* RESULTADO */

#hg-evaluacion .hg-result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  border-radius: 20px;
  font-size: 27px;
  font-weight: 700;
}

#hg-evaluacion .hg-success {
  background: rgba(8, 170, 164, 0.10);
  color: #078b86;
}

#hg-evaluacion .hg-neutral {
  background: #f0f3f4;
  color: #66767d;
}

#hg-evaluacion .hg-result-box {
  margin: 30px 0;
  padding: 19px 21px;
  border: 1px solid #e3e9eb;
  border-radius: 15px;
  background: #fafcfc;
}

#hg-evaluacion .hg-result-box strong {
  display: block;
  margin-bottom: 7px;
  color: #17242c;
  font-size: 14px;
}

#hg-evaluacion .hg-result-box p {
  margin: 0;
  color: #68777e;
  font-size: 13px;
  line-height: 1.55;
}

#hg-evaluacion .hg-privacy {
  margin: 14px 0 0;
  color: #68777e;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

#hg-evaluacion .hg-consent-text {
  margin-bottom: 18px;
}


/* CELULAR */

@media (max-width: 650px) {

  #hg-evaluacion {
    padding: 20px 10px;
  }

  #hg-evaluacion .hg-card {
    min-height: auto;
    padding: 38px 23px;
    border-radius: 20px;
  }

  #hg-evaluacion h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
  }

  #hg-evaluacion #hg-pregunta {
    font-size: 26px;
  }

  #hg-evaluacion .hg-beneficios {
    grid-template-columns: 100%;
  }

  #hg-evaluacion .hg-navigation {
    grid-template-columns: 100%;
  }

}