body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}


/*LOADER PAGE*/
.container-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000069;
    z-index: 999999999999999;
}

.LoaderBalls {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LoaderBalls__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #47e6b0;
}

.LoaderBalls__item:nth-child(1) {
    animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}

.LoaderBalls__item:nth-child(2) {
    animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

.LoaderBalls__item:nth-child(3) {
    animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

@keyframes bouncing {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }
    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}

/*FIN LOADER PAGE*/


.header img {
    width: 160px;
}

.content img {
    width: 250px;
}


.progress {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 6px;
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #8bc34a;
}

.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: tahoma, arial, helvetica;
    font-size: 12px;
    color: white;
}


.wrapper-instrucciones, .wrapper-instruciones-admin, .wrapper-instrucciones-admin, .wrapper-examen, .wrapper-login {
    display: none;
}


/*PRESENTACION*/

.wrapper-presentacion {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.wrapper-presentacion .content {
    width: 600px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background: #f9f9f9;
    padding: 20px;

}

.wrapper-presentacion .content .titulo {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.wrapper-presentacion .content .autor {
    font-size: 20px;
    color: #333333;
}

.btn-continuar-presentacion {
    width: 100px;
    padding: 20px;
    background: #508dcb;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

/*FIN PRESENTACION*/

/*INSTRUCCIONES*/

.wrapper-instrucciones {
    width: 100%;
    background: #fdfdfd;
}

.wrapper-instrucciones .header {
    width: 100%;
    height: 70px;
    /*background: #1f4d5a ;*/
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-instrucciones .header img {
    position: absolute;
    left: 20px;
}

.wrapper-instrucciones .header .titulo {
    font-size: 25px;
    color: #333333;
    font-weight: 600;
}

.wrapper-instrucciones .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 65%;
    padding: 50px;
    margin: auto;
    background: #f9f9f9;
    margin-top: 30px;
}

.instrucciones-admin .importante {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.instrucciones-admin {
    margin-top: 50px;
    background: #ffdee4;
    border-radius: 8px;
    padding: 0px 20px;
}

.instrucciones-admin ul li {
    color: #333333;
}


.btn-continuar-instrucciones {
    margin: 50px;
    width: 100px;
    padding: 20px;
    background: #508dcb;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

/*FIN INSTRUCCIONES*/


/*LOGIN*/
.wrapper-login {
    width: 100%;
    background: #fdfdfd;
}

.wrapper-login .header {
    width: 100%;
    height: 70px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-login .header img {
    position: absolute;
    left: 20px;
}

.wrapper-login .header .titulo {
    font-size: 25px;
    color: #333333;
    font-weight: 600;
}

.wrapper-login .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 65%;
    padding: 50px;
    margin: auto;
    background: #f9f9f9;
    margin-top: 30px;
}


#form-login {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#form-login h2 {
    color: #333333;
}

#form-login label {
    color: #333333;
    font-weight: 600;
}


.row- {
    width: 100%;
}

.in-login {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border: none;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    font-size: 14px;
}

.btn-comenzar-examen {
    margin: 50px;
    width: 125px;
    padding: 20px;
    background: #508dcb;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

/*FIN LOGIN*/


/*EXAMEN*/

.wrapper-examen {
    width: 100%;
    /*background: #fdfdfd;*/
}

.wrapper-examen .header {
    width: 100%;
    height: 70px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-examen .header img {
    position: absolute;
    left: 20px;
}

.wrapper-examen .header .titulo {
    font-size: 25px;
    color: #333333;
    font-weight: 600;
}

.wrapper-examen .content {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    width: 70%;
    /*padding: 50px;*/
    margin: auto;
    /*background: #fdfdfd;*/
    /*background: rebeccapurple;*/
    margin-top: 30px;
}

.wrapper-examen .contenido {
    width: 100%;
    /*background: red;*/
}


.btn-guardar-respuesta {
    margin: 30px 0px 0px 0px;
    width: 100%;
    padding: 20px 0px;
    background: #508dcb;
    color: white;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

/*FIN EXAMEN*/


/*COMPETENCIA*/
.wrapper-pregunta {
    /*background: #f2f2f2;*/
    /* padding: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.wrapper-pregunta p {
    margin: 0px;
}

.container-pregunta {
    width: 90%;
    background: #f9f9f9;
    min-height: 200px;
    padding: 30px;
    border-radius: 5px;
}

.container-pregunta p,
.container-pregunta h1,
.container-pregunta h2,
.container-pregunta h3,
.container-pregunta h4,
.container-pregunta h5,
.container-pregunta span,
.container-pregunta a {
    width: 100% !important;
}

.wrapper-pregunta .pregunta {
    word-break: break-word;
    font-size: 18px;

}

.wrapper-pregunta .descripcion {
    font-size: 18px;
    word-break: break-word;
    white-space: pre-wrap;
}

.wrapper-pregunta .container-respuestas {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

.wrapper-pregunta .container-respuestas .item-respuesta {
    width: 100%;
    /*padding: 10px 15px;*/
    display: flex;
    align-items: center;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 10px;
    justify-content: space-between;
    word-break: break-word;
    cursor: pointer;
    white-space: pre-wrap;

}

.wrapper-pregunta .container-respuestas .item-respuesta.active-item {
    background: #8bc34a;
    color: white;
}

.wrapper-pregunta .container-respuestas .item-respuesta span {
    /*width: 90%;*/
    /*word-wrap: break-word;*/
    padding: 15px;
    font-size: 18px;
}

.titulo-preguntas {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.titulo-respuestas {
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0px 10px 0px !important;
}

.ds-none {
    display: none;
}

/*FIN COMPETENCIA*/


.msg-examen-terminado {
    width: 100%;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    background: #F9F9F9;
    /*background: #1f4d5a;*/
    /*font-size: 18px;*/
    /*color: white;*/
    border-radius: 4px;
}

.msg-examen-terminado p {
    font-size: 22px;
    font-weight: 600;
    color: #555555;
    margin-top: 15px;
}

.container-comenzar-competencia {
    width: 100%;
    height: 400px;
    background: #F9F9F9;
}

.container-comenzar-competencia .content {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-comenzar-competencia {
    margin: 30px 0px 0px 0px;
    width: 100%;
    padding: 20px 0px;
    background: #508dcb;
    color: white;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.w600 {
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.secuencia-pregunta p {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 15px 0px;
}

 .correcta-x{
     position: absolute;
     display: block;
     right: 5px;
     font-size: 12px;
     background: crimson;
     color: white;
     border-radius: 8px;
     padding: 2px 10px;
}


a.imagen-pregunta {
    width: 250px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    text-decoration: none;
    color: #508dcb;
    font-size: 16px;
}

.imagen-pregunta img {
    width: 250px;
}

.imagen-pregunta span {
    background: #f2f2f2;
    padding: 10px 0px;
    margin-top: 5px;
}


.btn-comenzar-examen-alumno {
    margin: 50px;
    width: 125px;
    padding: 20px;
    background: #508dcb;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
