body {
  background: #f8f9fa;
}

/* -------------- Checkboxes -------------- */
.radio-custom:checked {
  background-color: #5b0000;
  border-color: #5b0000;
}

.radio-custom {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.form-check {
  display: flex;
  align-items: center;
}

/* Texto - Opciones */
.checkboxes_respuestas {
  color: #444444;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
}

.identacion {
  margin-left: 2%;
}

/* ---------------- Mensajes de error ----------------- */

.mensaje-error {
  color: #c62828;
  font-size: 14px;
  margin-top: 6px;
}

.resumen-error {
  margin-bottom: 20px;
  font-weight: 500;
}

/* ---------------- Estilos generales ----------------- */

.seccion{
  font-size: 15px;
  background-color: #444444;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  margin: 20px 0 0 0;
}

.label_pregunta_tema {
  font-size: 14px;
  color: #313131;
}

.label_descripcion_pregunta {
  color: #444444;
  font-size: 14px;
}

.small-note {
  font-size: 14px;
  line-height: 1.25;
  color: #2f4881;
  padding-top: 5px;
}

.puntaje {
  color: #5b0000;
  font-weight: bold;
}

.lista {
  margin-top: 1rem;
  margin-bottom: 0%;
  margin-left: 1%;
}

/* ------------ Resultados ------------------- */

.riesgo-bajo {
  background-color: #99D78C; /* verde */
}

.riesgo-medio {
  background-color: #FFEB77; /* amarillo */
}

.riesgo-alto {
  background-color: #FFBC82; /* naranja */
}

.riesgo-critico {
  background-color: #FFA4A6; /* rojo */
}

/* ----------------- Grafico --------------------- */
.gauge-container {
  display: flex;           /* usamos flexbox */
  justify-content: center; /* centrado horizontal */
  align-items: center;     /* centrado vertical dentro del contenedor si quieres */
  width: 100%;             /* ocupa todo el ancho disponible */
  max-width: 400px;        /* tamaño máximo del gráfico */
  margin: 0 auto;          /* centrado del contenedor */
}

.titulo_grafico {
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}

.valor_resultados_grafico {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

/* -------- PDF ------------ */

#pdf-desktop-capture {
  width: 800px;              /* PROPORCIÓN DESKTOP */
  margin: 0 auto;
}

/* SOLO cuando se captura */
.pdf-mode #pdf-desktop-capture {
  position: fixed;
  top: -9999px;
  left: 0;
}

.pdf-mode {
  width: 800px !important;
}

.pdf-mode * {
  transition: none !important;
}


/*^^^^^^^^^^^^^^^^^^^^^SECTION_modal^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.contenedor_modal{
    border-radius: 20px;
    border: 0px;
}

.img_modal{
   width: 100%;
   height: auto;
}

.fila_der_modal{
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.titulo_modal{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 32px;
    line-height: 1;
    padding-bottom: 10px;
}

.input_der_modal{
    border-radius: 10px;
    background-color: #f7f7f7;
    height: 36px;
    width: 100%;
    border: 0px;
    margin-bottom: 20px;
    padding-left: 12px;
}

.miniTexto_modal{
    font-family: "OpenSans-Regular";
    font-size: 10px;
    color: #444444;
}

.btn_modal_close{
    height: 20px;
    width: auto;
    float: right;
}

.texto_agrade_modal{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 28px;
    text-align: center;
    display: none;
    line-height: 1;
}

*{padding:0;margin:0}.wrapper{display:flex;justify-content:center;align-items:center;}.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 10% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}

@media only screen and (max-width: 850px) {
    .fila_der_modal{
        padding-left: 10%;
        padding-right: 10%;
    }
}

/*^^^^^^^^^^^^^^^^^^^^^End_SECTION_modal^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
