body,
.ug_container p,
.ug_container h1,
.ug_container h2,
.ug_container h3,
.ug_container h4,
.ug_container h5,
.ug_container h6,
.ug_container ul,
.ug_container ul li,
.ug_container ol,
.ug_container ol li {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}

.ug_container {
    padding-bottom: 50px;
}
a {
    color:#2358bf;
    text-decoration: none;
}

body {
	counter-reset: contadorpreguntas;            
}


a {
    color: #2358bf;
}

.ver {
    display: block;
}

.solucion,
.solucion .solucion_correcta,
.solucion .solucion_incorrecta {
	display:none; 
}

.solucion.visible,
.solucion.visible .solucion_correcta.visible, 
.solucion.visible .solucion_incorrecta.visible {
	display: block;
}

.ver, .solucion {
    margin-top: 28px;
    margin-bottom: 90px;
}

.solucion svg {
    width: 32px;
    height: auto;
}

.versus {
    max-width: 820px;
    margin-bottom: 20px;
    font-family: 'sourcesanspro','Source Sans Pro','sans serif';
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.filete_full {
    border-bottom: 1px solid #d7d7d8;
}

.filete_full2 {
    max-width: 520px;
    border-bottom: 1px solid #d7d7d8;
    margin: 0 auto;
}

.preguntas,
.resultado {
    max-width: 520px;
    margin: 40px auto 0 auto;
    font-family: 'Roboto',sans-serif;
    transition: all .3s ease-out;
}

.resultado {
    display: none;
}

.resultado.visible {
    display: block;
}

.preguntas.desactivada  {
	opacity:.2;
}

.preguntas.contestada .boton,
.preguntas.desactivada .boton {
	pointer-events: none;
}

.preguntas.contestada .boton {
    opacity: .4;
} 
.preguntas.contestada .boton.boton_incorrecto,
.preguntas.contestada .boton.boton_correcto {
    opacity: 1;
    
} 

.preguntas.contestada .boton.boton_correcto {
    transform: scale(1,1);
} 

.resultado {
    background: #ffd548;
    color: #000;
    padding: 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
}

.n_pregunta::before {
	counter-increment: contadorpreguntas;             
	content: counter(contadorpreguntas);                 
}  

.circulo {
    display: inline-block;
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ffd548;
    float: left;
    padding-top: 13px;
}

.col_derecha {
    margin-left: 14%;
    text-align: left;
}

.imagen {
    max-width: 520px;
    margin: auto;
}

img.foto {
    width: 450px;
    text-align: center;
    border: solid 2px #d7d7d8;
}

.img_centrada {
    text-align: center;
}

.titulo {
    color: #6D737B;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.pregunta {
    font-weight: 600;
    font-family: 'Roboto Slab',sans-serif;
    font-size: 18px;
}

.botonera {
    margin-top: 20px;
    margin-bottom: 20px;
}

.boton {
    display: inline-block;
    min-width: 100%;
    margin-bottom: 4px;
    background-color: white;
    border: 1px solid #4c99d3;
    border-radius: 4px;
    padding: 8px 16px;
    color: #4c99d3;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    transition-property: padding,transform,background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    font-weight: bold;
}

.boton:active {
	transform: scale(.98,.98);
}


.boton_incorrecto {
    display: inline-block;
    min-width: 100%;
    margin-bottom: 4px;
    background-color: #df2b35;
    border: 1px solid #df2b35;
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
}

.boton_correcto {
    display: inline-block;
    min-width: 100%;
    margin-bottom: 4px;
    background-color: #00c957;
    border: 1px solid #00c957;
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
}

.boton_correctob {
    display: inline-block;
    min-width: 100%;
    margin-bottom: 4px;
    background-color: white;
    border: 1px solid #00c957;
    border-radius: 4px;
    padding: 8px 16px;
    color: #00c957;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
}

.boton_correcto:after {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve"><g><circle style="fill:#00c957;" cx="18" cy="18" r="17.5"></circle><polygon style="fill:#FFFFFF;" points="24.22,11.291 15.752,19.916 11.413,15.56 9.086,17.886 15.927,24.709 26.914,14.055 "></polygon></g></svg>');
    background-size: 40px 40px;
    width: 36px;
    background-position-y: 28px;
    height: 15px;
    display: inline-block;
    content: "";
}

.boton_correctob:after {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve"><g><circle style="fill:white;" cx="18" cy="18" r="17.5"></circle><polygon style="fill:#00c957;" points="24.22,11.291 15.752,19.916 11.413,15.56 9.086,17.886 15.927,24.709 26.914,14.055 "></polygon></g></svg>');
    background-size: 40px 40px;
    width: 36px;
    background-position-y: 30px;
    height: 17px;
    display: inline-block;
    content: "";
}

.boton_incorrecto:after {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;width:36px;" xml:space="preserve"><g><g><circle style="fill:#df2b35;" cx="18" cy="18" r="17.5"></circle></g><polygon style="fill:#FFFFFF;" points="25.31,13.763 22.417,10.794 18.051,15.112 13.763,10.69 10.794,13.583 15.147,17.984 10.69,22.392 13.511,25.206 17.991,20.861 22.392,25.31 25.206,22.489 20.895,18.044 "></polygon></g></svg>');
    background-size: 40px 40px;
    width: 31px;
    background-position-y: 28px;
    background-position-x: 114px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

#centrar_resultado {
    text-align: center;
}

div.boton:not(.no-hover):hover {
    background-color: #eff4fa;
    padding-left: 20px;
}

.solucion {
    margin-top: 20px;
    text-align: left;
}

.respuesta_correcta, .respuesta_incorrecta {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    /* font-weight: bold; */
}

.ver svg {
    width: 35px;
    height: 35px;
}

.n_respuesta_correcta {
	display: none;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.correcto {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #00c957;
}

.incorrecto {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-left: 2px;
    text-transform: uppercase;
    color: #df2b35;
    font-weight: bold;
}

img.foto_correcta, img.foto_incorrecta {
    width: 75px;
    float: left;
    margin-left: 3px;
    margin-right: 22px;
}

img.foto_puntuacion {
    width: 100px;
}

.titulo_resultado {
    font-weight: 700;
    font-size: 30px;
}

.puntos {
    font-weight: 600;
    font-size: 22px;
    color: #42464c;
    margin-top: 15px;
    margin-bottom: 20px;
}

.explicacion {
    max-width: 520px;
    margin: 0 auto 20px auto;
    text-align: left;
}

.puntuaciones {
    margin-top: 30px;
    text-align: center;
    display: none;
}

.comparte {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.botones_redes {
    margin-bottom: 15px;
}

svg.facebook, svg.twitter {
    width: 40px;
}

.nota {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.anuncioQuiz {
    margin-top: 10px;
    text-align: center;
}

.anuncioQuiz:before {
    content: 'publicidad';
    font-size: 10px;
    text-align: center;
    width: 20px;
    margin: auto;
    color: #9B9B9B;
}

.autovideo {
    position: relative;
    padding-bottom: 55.5%;
    margin: 5px 0;
    height: 0;
    overflow: hidden;
    background-color: #999;
    margin-bottom:
}

.autovideo video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: auto;
    transition: all 1s;
}

.c_video_progress_bar {
    position: absolute;
    bottom: 5px;
    height: 1px;
    left: 5px;
    width: calc( 100% - 10px);
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}

.video_progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, .8);
}

/* ------------ */
@media (max-width: 1024px) {
    .preguntas {
        margin: 20px auto 0 auto;
    }

    .ver, .solucion {
        margin-bottom: 35px;
    }

    .col_derecha {
        margin-left: 0;
    }

    img.foto {
        width: 100%;
        border: 0;
        margin-top: 20px;
    }

    img.foto_puntuacion {
        width: 75px;
    }

    .botonera {
        margin-bottom: 15px;
    }
}
