 /*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: auto;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

/*FIN RESET*/

body {
    background: #CCC;
    color: white;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.375;
    text-align: center;
}

.color {
    color: #FF0000;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1em;
}

p {
    padding-bottom: 0.5em;
}

.warning {
    background: #242020;
    border: 1px solid #999;
    padding: 1em;
    max-width: 320px;
    border-radius: 0.5em;
    position: absolute;
    top: 2em;
    left: calc(50vw - 160px);
    z-index: 2;
}

.warning img {
    margin: 0 auto;
    display: block;
}

.small {
    font-size: 12px;
}

.blanco {
    color: white;
}

strong {
    font-weight: 700;
}

.cursiva {
    font-style: italic;
}

.subrayado {
    text-decoration: underline;
}

.step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    padding: 0.25em calc(50% - 170px);
    background: #070707;
}

.hidden {
    display: none;
}

.blur {
    filter: blur(3px);
    opacity: 0.5;
}

.btn, .btn3 {
    background: #FF0000;
    border-radius: 5px;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0.5em;
    padding: 0.875em 1.75em 1em;
}

.btn2 {
    background: #555 url("unchecked.png") no-repeat 0.5em center / 20px;
    border: 1px solid #9a9a9a;
    cursor: pointer;
    font-weight: 700;
    margin: 0.675em auto;
    max-width: 250px;
    padding: 0.5em 0.5em 0.5em 2.5em;
    text-align: left;
}

.question {
    padding: 1em;
    max-width: 330px;
    margin: 0.5em auto;
    border: 1px solid #666;
    background: #222;
}

.bar_container {
    background: #555;
    border-radius: 30px;
    height: 32px;
    padding: 6px;
    margin: 0.125em 1.125em 1em;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.present .bar_container {
    display: none;
}

.bar {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: #FF0000;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.3) inset, 0 -3px 6px rgba(0, 0, 0, 0.3) inset;
}

.bar.b2 {
    width: 15%;
}

.bar.b3 {
    width: 30%;
}

.bar.b4 {
    width: 45%;
}

.bar.b5 {
    width: 60%;
}

.bar.b6 {
    width: 75%;
}

.bar.b7 {
    width: 90%;
}

.result ul, .result ol {
    text-align: left;
    font-size: 0.875em;
}

.result ol li, .result ul li {
    text-indent: -19px;
    padding-left: 1.5em;
    padding-bottom: 0.375em;
}

.result ul li {
    list-style: circle inside;
    text-indent: -13px;
}

.result ol li {
    list-style: decimal inside;
}

.animated.bar {
    -webkit-animation: anim 5s linear;
    animation: anim 5s linear;
}

.result h3 li:nth-child(1) {
    -webkit-animation: winkle 1s linear backwards;
    animation: winkle 1s linear backwards;
}

.result h3 li:nth-child(2) {
    -webkit-animation: winkle 1s linear backwards 1s;
    animation: winkle 1s linear backwards 1s;
}

.result h3 li:nth-child(3) {
    -webkit-animation: winkle 1s linear backwards 2s;
    animation: winkle 1s linear backwards 2s;
}

.result h3 li:nth-child(4) {
    -webkit-animation: winkle 1s linear backwards 3s;
    animation: winkle 1s linear backwards 3s;
}

.result h3 li:nth-child(5) {
    -webkit-animation: winkle 1s linear backwards 4s;
    animation: winkle 1s linear backwards 4s;
    max-height: 100px;
}

.result h3 li {
    max-height: 0;
    overflow: hidden;
}

.result h3 {
    margin: 0.75em 0;
}

.present h3 {
    padding: 0.5em 0;
}

.question h2 {
    padding-bottom: 0.75em;
    color: #FF0000;
}

.warning h4 {
    padding-top: 0.5em;
}

.results li:nth-child(1) {
    -webkit-animation: winkle 1s linear backwards;
    animation: winkle 1s linear backwards;
}

.results li:nth-child(2) {
    -webkit-animation: winkle 1s linear backwards 1s;
    animation: winkle 1s linear backwards 1s;
}

.results li:nth-child(3) {
    -webkit-animation: winkle 1s linear backwards 2s;
    animation: winkle 1s linear backwards 2s;
}

.results li:nth-child(4) {
    -webkit-animation: winkle 1s linear backwards 3s;
    animation: winkle 1s linear backwards 3s;
}

.results li {
    overflow: hidden;
}

.result ol, .results + h3, .result a, .result .small {
    overflow: hidden;
}

.result ol, .results + h3, .result a, .result .small {
    -webkit-animation: winkle 1s linear backwards 5s;
    animation: winkle 1s linear backwards 5s;
    max-height: 500px;
}

@-webkit-keyframes anim {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes anim {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes winkle {
    0%, 100% {
        max-height: 0;
        opacity: 0;
    }
    0.001%, 99.999% {
        max-height: 500px;
        opacity: 1;
    }
}

@keyframes winkle {
    0%, 100% {
        max-height: 0;
        opacity: 0;

    }
    0.001%, 99.999% {
        max-height: 500px;
        opacity: 1;
    }
}

.no {
    background: #999;
}

footer {
}
