.sd__title {
  display: block;
  margin: 10px 0px 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.sd__table {
  width: 100%;
  margin-bottom: 40px;
  background-color: white;
  border-collapse: collapse;
}
.sd__table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.sd__table .sd__cell {
  text-align: start;
  padding: 15px 10px 15px 0px;
  border: none;
  font-size: 0.875rem;
  color: black;
}
.sd__table .sd__cell p {
  color: #666;
}
.sd__table .sd__cell--red {
  width: 5%;
  color: red;
  text-align: center;
}
.sd__table .sd__label {
  display: none;
}
.sd__table .sd__radio {
  background-position: -30px 0;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../../../../../content/dam/es/icex/imagen/todos-nuestros-servicios/impactplus/autodiagnostico/sprite-forms.png);
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  font-weight: normal;
}
.sd__table .sd__radio--checked {
  background-position: -30px -33px;
}
.sd__table .sd__input {
  display: block;
  left: -9999px;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
}
.sd__input-container {
  margin: 5px auto 0px;
  display: flex;
  flex-direction: column;
  max-width: 380px;
}
.sd__input-container input {
  margin-top: 5px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .sd__input-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sd__input-container label {
    margin-right: 10px;
  }
}
.sd__obligatory {
  display: block;
  color: #e92617;
  font-size: 0.8125rem;
  margin: 10px 0px 20px;
}
.sd__button {
  display: block;
  background: #d52b1e;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 10px auto 0px;
  max-width: 340px;
  line-height: 1.231;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  border: 0;
}
.sd__text {
  margin: 20px 0px;
  color: #666;
}
.sd__none {
  display: none;
}
.sd__feedback {
  background: #d52b1e;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px auto;
  max-width: 240px;
  line-height: 1.231;
}
.sd__puntuation-container {
  background: #f5f5f5;
  padding: 15px;
  width: 100%;
  margin: 10px 0px;
}
.sd__puntuation-text {
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
  color: #454d52;
}
.sd__puntuation-text--red {
  color: #ff0000;
  padding-right: 10%;
}
.sd-result__text {
  color: #454d52;
  line-height: 150%;
  font-size: 0.875rem;
  font-weight: 400;
}
.sd-result__text p {
  margin-top: 15px;
}
