.panel_navbar.medicos {
  width: 100%;
  background-color: #095151;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0px 15px;
  align-items: center;
  position: relative;
}
.panel_navbar.medicos p {
  color: white;
  font-weight: bold;
  margin-bottom: 0px;
}

.indice-pregunta {
  background-color: #0d6e6e;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.text-pregunta {
  margin-left: 0.35rem;
  font-size: 1.15rem;
  font-weight: bold;
}

.finalizar {
  position: fixed;
  bottom: 45px;
  right: 30px;
  background-color: #0d6e6e;
  font-size: 1.35rem !important;
  padding: 2px 100px !important;
}

.aceptar-group {
  background-color: rgba(13, 110, 110, 0.1607843137);
  border: 2px solid rgba(13, 110, 110, 0.8784313725) !important;
  padding: 1rem 1.3rem;
  gap: 10px;
  display: flex !important;
  align-items: center !important;
}
.aceptar-group input {
  height: 24px;
  width: 24px;
  accent-color: #0d6e6e;
}

.inputs.bloqueado {
  background-color: #e3e3e3;
}

.bloqueado {
  pointer-events: none !important;
  color: #525252 !important;
}
.bloqueado .indice-pregunta {
  background-color: #919191 !important;
}
.bloqueado input {
  pointer-events: none !important;
}
.bloqueado .finalizar {
  background-color: #919191 !important;
  border-color: #606060 !important;
  pointer-events: none !important;
}

.text-error {
  background-color: rgb(162, 0, 0);
  color: rgb(244, 244, 244);
  font-size: 16px;
  padding: 5px 15px;
  width: 300px;
  margin-bottom: 7px;
  text-decoration: underline;
}

#muchas-gracias {
  padding-top: 15px;
  width: 70%;
  margin: auto;
  border-top: 10px solid #0d6e6e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  box-shadow: 0px 0px 8px rgba(37, 37, 37, 0.333);
}
#muchas-gracias span.icon {
  margin: auto;
  font-size: 35px;
  background-color: rgba(9, 81, 81, 0.2588235294);
  border: 2px solid #0d6e6e;
  color: #0d6e6e;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#muchas-gracias .mg {
  color: #0d6e6e;
  font-size: 20px;
  text-align: center;
}
#muchas-gracias .subtitle {
  font-size: 0.95rem;
  color: #5e5e5e;
  text-align: center;
}
#muchas-gracias div {
  background-color: rgba(9, 81, 81, 0.2588235294);
  border: 2px solid #0f9393;
  padding: 10px 30px;
  width: 92%;
  margin: auto;
  font-size: 15px;
}
#muchas-gracias b {
  color: #0d6e6e;
}
#muchas-gracias b.precio {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#muchas-gracias .aclaracion {
  margin-top: 15px;
  font-size: 14px;
  color: #808080;
  text-align: center;
}

/*# sourceMappingURL=medicos.css.map */
