.logo{
    width: 200px;
    display: block;
    margin: 10px auto;
}

/*body{*/
/*    background: #0A4A64;*/
/*}*/

.contra{
    color: #fbfbfb;
    width: 50%;
    text-align: center;
    display: block;
    margin: 4em auto;
    background: #1887BC;
    padding: .5em 0;
}

.contra:hover{
    opacity:.8;
    cursor: pointer;
}
/***************************************************************************/
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-ingresar-aspirante{
    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*/

.w600{
    font-weight: 600;
}

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

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



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;
}

.serverError {
    color: #fff;
    background: #de2f0e;
    padding: 0.5em;
    font-weight: inherit;
    font-style: italic;
    border-left: 10px solid #ab240a;
}
