body {
  font-family: "Open Sans";
  overflow-x: hidden;
}
.logo img{
  display:block;
  max-width:90%;
  margin: 25px auto 50px auto;
}

.main-test {
  max-width:90%;
  padding-top: 25px;

  margin: 0 auto;
}

.test-pregunta {
  transition: all 300ms;
opacity: 0;
  
}

.test-pregunta.animated {
  opacity: 1;
}

.test-pregunta ul {
  
  list-style:none;
  color: white;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center; 
}
.counter {
  display:block;
  text-align:center;
  font-size:20px;
}

.timer {
   display:block;
  text-align:center;
  font-size:20px;
}
ul.test-lista li {
  display:inline-block;
  width: 100%;
  margin: 7px 5px;
  padding: 10px 8px;
  background-color: #76ba16;
  border-radius: 10px;  
}


ul.test-lista li:hover {
  transition: all 450ms;
  transform: scale(.95) ;
}

.option {
  color: white;
  
}
.option:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.start {
  display: none;
  max-width: 60%;
  margin: 25px auto;
  padding: 20px 0;
  background-color: #76ba16;
  color: white;
  font-weight: 700;
  font-size: 25px;
  border-radius: 10px;
  text-align: center; 
}

.boton {
    display: block;
    max-width: 95%;
    padding: 2px 5px;
    margin: 12px auto;
    border-radius: 50px;
    background-color: #76ba16;
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.start:hover {
  text-decoration: none;
  color: white;
  transition: all 300ms;
  transform: scale(.9) ;
}
.puntos {
  text-align: center;
}
ul {
  display:inline-block;
  font-size: 18px;  
  font-weight: 600;
  text-align: initial;
}

.test-pregunta-pregunta {
  font-size:22px;
}

.test-pregunta-pregunta img {
  display:block;
  width:200px;
  margin: 0 auto;
}

.score img {
  width: 50px;
  height: auto;
}

ul li {
 padding: 5px;
}

.highlight {
  color: #76ba16;
  font-weight: 700;
}
p {
  font-weight: 600;
}

.hidden {
  display: none;
}

.fadeOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-in-out;
}

.crimson {
  color: crimson;
}

.green {
  color: #76ba16;
}



ul.score {
  margin-top: 25px;
  color: black;
  font-size:14px;
  
  
}

ul.score li {
  border-bottom: 1px solid #ddd;
  padding-bottom:5px;
  text-align:left;
}

.footer {
 
  text-align:center;
  display: block;
  margin: 25px auto 0 auto;
}
.footer ul {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  
}

.footer img {
  display:block;
  width:70px;
  margin: 0 auto;
  height:auto;
}

/* LOGIN */
#loginCard {
  display:none;
  min-width:250px;
  text-align:center;
  margin: 0 auto;
  padding: 25px;
  
}

#mainCard {
display:none;
margin: 0 auto;
padding: 25px;
text-align:center;

}

#mainCard .userList {
  list-style: none;
  padding:0;
  margin-top:25px;

}

#mainCard .userList li {
  min-width:170px;
  padding: 2px 5px;
  border-left: 1px solid #ddd;
}
#mainCard .userList li .detalle-usuario{
  display:block;
  font-size:14px;
  font-weight: 400;
}

.bold {
  font-weight: 600 !important;
}
.remove-user {
  float: right;
  width: 20px;
  height: 20px;
  border: none;
  color: white;
  font-size: 14px;
  background-color: #76ba16;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1.3;
}

.remove-user:hover .userList li {
  background-color: red;
}
#loginCard input,
.user-creation-form input {
  display: block;
  margin: 10px auto;
  
  border: 0;
  outline: 0;
  background: transparent;
  transition: all 300ms;
  border-bottom: 1px solid #ddd;
}



#loginCard input:focus,
.user-creation-form input:focus {
  border-bottom: 1px solid #76ba16;
}

.panelbtn {
  border: none;
  color: white;
  background-color: #76ba16;
  margin-top: 25px;
  padding: 5px 8px;
  border-radius:5px;
  cursor:pointer;
  text-decoration:none;
}

.panelbtn:hover {
  text-decoration:none;
  color:white;
}

#btnlogout.panelbtn
 {
  margin-top: 0;
}

.login-simulador-completo {
 text-align: center;
}
.login-simulador-completo input {
  display:block;
  margin: 15px auto;
  height:35px;
  min-width:60%;
  max-width:95%;
}

.alerta {
    display:none;
    font-size: 13px;
    padding: 2px 4px;
    margin-top:10px;
    margin-bottom:10px;
    color: #D81B60;
    background-color: #f9f2f4;
    border: 1px solid #D81B60;
    border-radius: 4px
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

li.striked {
  background-color: #f9f2f4;
  color: #D81B60;
  border-left: none;
  border: 1px solid #D81B60;
  border-radius: 4px;
}

li.striked span.remove-user {
  background-color: #D81B60;
}