@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#___gatsby,
.___gatsby{
  text-align: initial;
}

img {
    max-width: 100%;
}

#infografia-plantilla-container {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

#infografia-plantilla-container p {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

#infografia-plantilla-container h3 {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    max-width: 600px;
    line-height: 30px;
    letter-spacing: -.9px;
    margin: 0px auto;
    margin-bottom: 10px;
}

#infografia-plantilla-container h3.bitter {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    text-align: center !important;
}

#infografia-plantilla-container .uvn-infografia-grafico {
    margin-bottom: 0px;
}

#infografia-plantilla-container strong {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

#infografia-plantilla-container .uvn-infografia-imagen {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#infografia-plantilla-container .uvn-infografia-imagen img {
    width: 100%;
    margin-bottom: 3px;
}

#infografia-plantilla-container .uvn-infografia-video {
    max-width: 645px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#infografia-plantilla-container .uvn-infografia-video video {
    width: 100%;
}

#infografia-plantilla-container .pieDeFoto {
    font-size: 14px;
    color: #6d737b;
    text-align: left;
}

#infografia-plantilla-container .uvn-infografia-fuente {
    margin-top: 15px;
    font-size: 14px;    
    line-height: 17px;
    color: #85858A;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

#infografia-plantilla-container .uvn-infografia-fuente::before {
    content: " ";
    width: 80px;
    border-top: 1px solid #85858A;
    display: block;
    margin-bottom: 8px;
}

#infografia-plantilla-container .uvn-infografia-fuente a:link,
#infografia-plantilla-container .uvn-infografia-fuente a:visited {
    color: #85858A;
    text-decoration: none;
}

.imagenTituloAntes {
    width: 100%;
    max-width: 200px;
    margin: auto;
}

.imagenTituloAntes img{
    max-width: 100%;
}

@media only screen and (max-width: 993px) {
    #infografia-plantilla-container h3 {
        text-align: center;
    }
}

/*quizinfografia.css*/

.ver {
    display: block;
}

.nover {
    display: none;
}

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

.versus {
    max-width: 820px;
    margin-bottom: 20px;
    font-family: "Roboto", 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 {
    max-width: 520px;
    margin: 40px auto 0 auto;
    opacity: .5;
}

#pregunta_1 {
    opacity: 1;
}

.circulo {
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ffd548;
    float: left;
    line-height: 45px;
}

.col_derecha {
    margin-left: 14%;
}

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

img.foto {
    width: 450px;
    text-align: center;
    border: solid 2px #d7d7d8;
    width: 100%;
    /* display: block; */
}

.img_centrada {
    text-align: center;
}

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

.pregunta {
    font-weight: 600;
}

.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: 16px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    transition-property: padding,background-color;
    transition-duration: 0.05s;
    transition-timing-function: ease-out;
    pointer-events: none;
}

.boton.pregunta1 {
    pointer-events: all;
}

.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: center;
}

.respuesta_correcta, .respuesta_incorrecta {
    margin-bottom: 15px;
}

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

.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: 8px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #00c957;
}

.incorrecto {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #df2b35;
}

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

.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, 0.3);
    z-index: 10;
}

.video_progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.8);
}
/* ------------ */
@media (max-width: 1024px) {
    .preguntas {
        margin: 20px auto 0 auto;
    }

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

    .col_derecha {
        margin-left: 14%;
    }

   
    img.foto_puntuacion {
        width: 75px;
    }

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