/** TEST **/
.body_test {
    padding: 0px;
    background-color: var(--primario)
}

.test .caja_superior {
    background-color: var(--primario);
    border-bottom: 3px solid var(--primario_poco_oscuro__e);
    position: relative
}

.test .pregunta {
    padding: 20px 15px;
    font-weight: 500
}

.test .btn-volver {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.test .btn-volver img {
    height: 25px
}

.test .caja_numero_pregunta {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    font-weight: 300
}

.test .nombre_test {
    text-align: center;
    color: #fff;
    padding: 15px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 300;
    max-width: calc(100% - 160px);
}

.test .caja_numero_pregunta {
    color: #fff;
}

.test .pie_test {
    position: fixed;
    bottom: 0px;
    display: flex;
    width: 100%;
}

.test .pie_test .zona_no {
    width: 50%;
}

.test .pie_test .zona_responder {
    width: 50%;
}

.test .pie_test .btn {
    width: 100%;
    text-transform: uppercase;
    padding: 20px 15px;
    border-width: 2px;
}

.test .caja_pregunta .respuesta {
    background-color: #fff;
    margin-bottom: 1px;
    margin-top: 1px;
    position: relative;

    display: flex;
}

.test .caja_pregunta .respuesta.marcado {
    background-color: var(--primario_poco_oscuro__e);
    cursor: pointer
}

.test .caja_pregunta .pregunta p {
    font-weight: 600;
    margin: 0px;
}

/* .test .caja_pregunta .respuesta>.caja_letra,
.test .caja_pregunta .respuesta>.caja_texto_respuestas {
    float: left
} */

.test .caja_pregunta .respuesta>.caja_letra {
    display: flex;
    justify-content: center;
    align-items: center;

    /* height: 100%; */
    width: 45px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 600;

    background-color: var(--primario);
    color: #fff;
}

.test .caja_pregunta .respuesta>.caja_texto_respuestas {
    padding: 15px 10px;
    border-left: 2px solid var(--primario_poco_oscuro__e);
    width: calc(100% - 45px);
    color: var(--primario);
}

.border_radius_cero {
    border-radius: 0px;
}

.test .caja_pregunta .respuestas {
    background-color: var(--primario_poco_oscuro__e);
    padding: 1px 1px;
}

.test .caja_pregunta .imagen_pregunta {
    text-align: center
}

.test .caja_pregunta .imagen_pregunta img {
    width: 80%;
}

.imagen_pregunta img {
    max-width: 100%
}

.btn-pagina {
    background-color: var(--transparencia);
  width: 100%;
  border: 1px solid var(--primario);
}

.btn-pagina.marcado {
    background-color: var(--color_verde_agua_2);
    color: #fff;
}

.btn-pagina.hayDuda {
    background-color: lightgray;
    color: rgb(41, 82, 52);
    border: 2px solid var(--color_verde_agua_2);
}

.btn-pagina.actual {
    border: 2px solid var(--primario)
}

.btn-pagina.correcta {
    background-color: var(--primario);
    color: #fff;
}

.btn-pagina.incorrecta {
    background-color: #c52525;
    border: 1px solid #c52525;
    color: #fff;
}

.caja_preguntas {
    width: 100%;
    position: relative
}

.modal-dialog.mini-dialog {
    width: 400px;
}

.tenPercent {
    display: inline-block;
    width: calc(10% - 4px);
    margin: 3px 0px;
}

.hayDudaPercent {
    border: 2px solid var(--color_verde_agua_2);
    border-radius: 7px;
}

.twentyPercent {
    display: inline-block;
    width: calc(20% - 4px);
    margin: 3px 0px;
}

.tenPercentType {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--primario);
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.tenPercentType .test-seccion-superada {
    color: #4cae4c;
}

.tenPercentType .test-seccion-no-superada {
    color: #d43f3a;
}

.cajita_resumen {
    border-radius: 5px;
    padding: 6px 10px;
    color: #fff;
}

.cuadro_correcto {
    background-color: var(--primario);
}

.cuadro_incorrecto {
    background-color: #c52525;
}

.cuadro_sin_responder {
    background-color: var(--primario_poco_oscuro__e);
    color: #333
}

/***FINAL****/
.respuesta_final.correcta {
    background-color: #cdffcd;
}

.respuesta_final.rojo {
    color: #a80b0b;
}

.fa.bien {
    color: rgb(0, 255, 0);
}

.fa.mal {
    color: #ff0000;
}

.fa.vacio {
    color: #fff;
}

.respuesta_f {
    padding: 5px 5px;
}

.explicacion .panel {
    margin-bottom: 0px;
}

.explicacion .tab_explicacion {
    position: relative;
}

.explicacion .zona_boton_repaso {
    position: absolute;
    right: 10px;
    top: 6px;
}

.leyenda {
    background-color: var(--primario);
    border: 1px solid var(--primario_poco_oscuro__e);
    color: #fff;
    padding: 5px;
    width: 300px;
}

.resultado_final {}

.resultado_final .caja p {
    text-align: center
}

.resultado_final .caja p.texto_resultado {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.resultado_final .caja p.texto_resultado.aprobado {
    color: green;
}

.resultado_final .caja p.texto_resultado.no_aprobado {
    color: #a80b0b;
}

.resultado_final .caja p.nota_resultado {
    font-size: 24px;
}

.caja_datos p.verde {
    color: var(--primario);
}

.caja_datos p.rojo {
    color: #a83433;
}

.zona_objetivo {
    height: 0px;
    width: 100%;
    background-color: transparent;
    position: relative;
    bottom: 90px;
}

.titulo_priv {
    position: relative
}

.titulo_priv .btn-volver {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.reloj {
    background-color: var(--primario);
    position: fixed;
    bottom: 82px;
    right: 0px;
    border-right: 0px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 0px;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-atras-especial {
    position: fixed;
    bottom: 85px;
    left: 0px;
}

.zona_central {
    position: fixed;
    left: 50%;
    bottom: 82px;
    transform: translate(-50%, 0);
}

.zona_central .btn-redondo {
    border-radius: 100%;
    background-color: red;
    margin: 0px 5px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0px;
}

.zona_central .btn-redondo img {
    height: 40px;
}

.zona_central .paginacion {
    background-color: transparent;
}

.zona_central .impugnar {
    background-color: transparent;
}

.zona_central .duda {
    background-color: transparent;
}

.zona_central .duda:focus {
    border: 0px;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zona_central .duda.tengo_duda {
    outline: 2px solid var(--color_verde_agua_2);
    outline-offset: 2px;
}

.fondito_pie_test {
    width: 100%;
    background-color: red;
    height: 140px;
    position: fixed;
    bottom: 0px;
    background-color: var(--primario);
}

.btn-grande {
    padding: 15px 30px
}

.grafica_espacio {
    padding: 0px 30px;
    position: relative
}

.grafica_espacio .centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 600
}

.btn-especial-inicio {
    background-color: #fff;
    border: solid 3px var(--secundario);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;

    background-color: var(--primario);
    border: 1px solid var(--primario_poco_oscuro__e);
    min-width: 160px;
    position: relative;
    border-radius: 5px;

    border: 0px;

    background: #fff;

    box-shadow: 0px 0px 10px 0px #5c5c5c54;


    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-especial-inicio p {
    color: var(--primario);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: initial;
    height: 50px;
}

.logo_btn_inicio {
    width: 100px;
    width: 70px;
}

.btn-especial-inicio:hover {
    /*background-color: var(--primario);*/



    box-shadow: 0 1px 1px 0px #5c5c5c54;
}

.btn-especial-inicio:hover p {
    color: #fff;
    color: var(--primario__transparente)
}

.btn-especial-inicio:hover .logo_btn_inicio {
    /* filter: brightness(1000%); */
}

p.super_exclamacion {
    color: red;
    font-size: 60px;
    text-align: center;
    margin: 10px 0px 20px;
}