.ear_juego, .ear_juego * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.ear_juego .titulo h3{
    background: #127398;
    font-family: Segoe UI, Arial;
    color: #fff;
    padding: 7px 7px 7px 18px;
    font-weight: lighter;
}
.ear_juego .cuerpo{
    overflow: hidden;
    margin: 20px;
}

.ear_juego .pie{
    background: #191A1C;
    color: #fff;
    align-items: center;
}
.ear_juego .progreso{
    display: flex;
    padding: 8px 0;
}
.ear_juego .total{
    height: 14px;
    background: #CECDDE;
    border-radius: 0px;
    width: calc(100% - 120px);
    margin-top: 4px;
}
.ear_juego .nota .total{
    width: 100%;
}
.ear_juego .de, .ear_juego .actual, .ear_juego .intentar{
    width: 40px;
    text-align: center;
    height: 23px;
    line-height: 23px;
}
.ear_juego .avance{
    background: #106585;
    width: 0%;
    height: 100%;
    border-radius: 0px;
    color: #fff;
    vertical-align: middle;
}
.ear_juego .btn{
    padding: 4px 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0,0,0,0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    font-weight: normal;
}
.ear_juego .enunciado{
    display: flex;
    font-family: Segoe UI, Arial;
    font-size: 1em;
    color: #252525;
    margin-bottom: 7px;
}
.ear_juego .numero {
    margin-right: 8px;
    font-weight: bold;
    color: #FF6600;
}
.ear_juego .texto{
    text-align: justify;
    line-height: 1.3em;
}
.ear_juego .opciones label{
    background-color: #FFE9A4;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 1px;
    display: flex;
    transition: .5s;
}
.ear_juego .opciones label:hover{
    background: #FFDC71;
}
.ear_juego .opciones input{
    margin-right: 8px;
}
.ear_juego .imagen img{
    width: auto;
    max-width: 100%;
}
.ear_juego .oculto{
    display: none;
}
.ear_juego .largo{
    background: #fff;
}
.ear_juego .pregunta{
    float: left;
    overflow: hidden;
    position: relative;
}

.ear_juego .nota .total{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ear_juego .nota .estado{
    font-size: 1.3em;
    color: #FC5757;
    font-weight: lighter;
    text-align: center;
    padding: 10px 0;
}
.ear_juego .nota .detalle{
    font-size: 1.3em;
    color: #FF6600;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.ear_juego .nota .intentar{
    padding: 20px 0;
}
