body {

    margin: 0;
    padding: 0;
    font-weight: normal;
}

.reset-trivia {

    margin: 0;
    padding: 0;
}

.general-trivia {
    width: 100%;
    height: 100vh;
    background: url("https://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg");
    position: relative;
}

.trivia {
    width: 100%;
    height: 80vh;
    color: #FAF0DE;
    background: url("https://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg");

}

.trivia button {
    background: url("https://embed.eltiempo.digital/infografias/2019/04/bicentenario-prueba-integracion/navegaciongeneral2/img/btn/btn-empezar-normal.png") no-repeat center;
    width: 134px;
    height: 39px;
    font-family: "Tabac Sans";
    font-size: 17px;
    padding-left: 28px;
    cursor: pointer;
    border: none;
}

.trivia button:hover {
    background: url("https://embed.eltiempo.digital/infografias/2019/04/bicentenario-prueba-integracion/navegaciongeneral2/img/btn/btn-empezar-hover.png");
}

.trivia button:active {
    background: url("https://embed.eltiempo.digital/infografias/2019/04/bicentenario-prueba-integracion/navegaciongeneral2/img/btn/btn-empezar-click.png");
    border: none;
    box-shadow: 0;
}

.trivia button:focus {
    outline: 0;
}

.ocultar-section {
    display: none !important;
}

.trivia-section {
    width: 80%;
    height: 64vh;
    position: absolute;
    left: 10%;
    top: 2vh;
    z-index: 1;

}

.trivia-section-activa {
    z-index: 2;
}

.home-trivia {
    text-align: center;
    font-family: "Cinzel Decorative";
}

.home-trivia img {
    width: 150px;

}

.home-trivia h4 {
    font-size: 63px;
    font-weight: normal;
}

.home-trivia h4:nth-child(3) {
    line-height: 0.75;
    font-size: 115px;
}

.home-trivia p {
    font-family: "Tabac Sans";
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 20px auto;
    width: 50%;
}

.trivia-preguntas-container {
    background: rgba(250, 240, 222, 0.1);
}

.titulo-pregunta {
    margin-top: 10px;
}

.titulo-pregunta img,
.contenido-complemento img {
    width: 21%;
    float: left;
    margin-left: 7%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.titulo-pregunta h5 {
    width: 68%;
    max-width: 1000px;
    font-size: 26px;
    line-height: 1.3em;
    font-family: "Cinzel Decorative";
    float: left;
    clear: none;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.titulo-pregunta p,
.contenido-complemento p {
    font-family: "Tabac Sans";
    font-weight: 300;
    line-height: 1.3em;
}

.pregunta-container {
    width: calc(100% / 3*2);
    float: left;
    clear: none;
    display: block;
}

.opciones-pregunta {
    float: left;
    clear: none;
    display: block;
    width: 90%;
    font-family: "Tabac Sans";
    font-size: 20px;
    margin-left: 10%;
}

.opcion .icon-respuesta {
    display: block;
    clear: both;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 2px solid #80B1AC;
    border-radius: 40px;
    box-sizing: border-box;
    color: #80B1AC;
    margin-right: 40px;
    line-height: 26px;

}

.opcion .icon-respuesta:hover {
    background: #80B1AC;
    color: #FAF0DE;
}

.opcion p {
    font-size: 16px;
    font-weight: 300;
}

.opcion p:hover {
    color: #80B1AC;
}

.complemento-respuesta {
    width: calc(100% / 3*2);
    float: left;
    clear: none;
    display: block;
}

.contenido-complemento {
    clear: both;
    margin-left: 15%;
}

.contenido-complemento p {
    width: 90%;
}

.contenido-complemento .icon-respuesta {
    font-family: "Tabac Sans";
    font-weight: 700;
    font-size: 90px;
    border: #80B1AC solid 6px;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 300px;
    box-sizing: border-box;
    color: #80B1AC;
    float: left;
    margin-right: 28px;
    margin-bottom: 50px;
}

.avance {
    float: left;
    clear: none;
    display: block;
}

.imagen-oculta-container {
    width: calc(100% / 3);
    height: 100%;
    background: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/capitulo-4/trivia/desktop/img/JoseCisneros.jpg?Gato2) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    clear: none;
    display: block;
}

.ocultar-imagen {
    width: 50%;
    height: calc(100% / 3);
    float: left;
    clear: none;
    display: block;
    background: #172B2C url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/capitulo-1/trivia/desktop/img/ocultar-patron.png);
    border: 1px solid #FAF0DE;
    box-sizing: border-box;
}

.ocultar-imagen:nth-child(2),
.ocultar-imagen:nth-child(3),
.ocultar-imagen:nth-child(6) {
    transform: scaleX(-1);
}

.ventana-compartir-resultado {
    background: rgba(0, 13, 7, 0.5);
}

.ventana-compartir-img {
    width: 40%;
    margin-left: 10%;
    float: left;
    display: block;
    clear: none;
}

.ventana-compartir-img img {
    height: 55vh;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.ventana-compartir-texto {
    width: 50%;
    float: left;
    display: block;
    clear: none;
    margin-top: 8vh;
}

.opciones-pregunta .opcion {
    cursor: pointer;
    height: 50px;
    cursor: pointer;
    height: 50px;
    font-size: 17px;
    line-height: 21px;
    width: 90%;
}

.icon-respuesta {
    text-transform: uppercase;
}

.avance {
    margin-left: 10%;
    font-family: "Tabac Sans";
    font-weight: 300;
    margin-top: 30px;
}

.avance p {
    float: left;
    margin-right: 30px;
    margin-top: 4px;
    margin-bottom: 0;
}

.ventana-compartir-texto h5 {
    font-family: "Cinzel";
    color: #EFCD71;
    font-weight: normal;
    font-size: 26px;
    text-transform: lowercase;
    font-variant: all-petite-caps;
}

.ventana-compartir-texto h6 {
    font-family: "Cinzel";
    color: #EFCD71;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    border-bottom: 1px solid rgba(63, 82, 83, 1);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ventana-compartir-texto p {
    font-family: "Tabac Sans";
    font-weight: 700;
    color: #FAF0DE;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    padding-right: 50px;
    text-transform: uppercase;
    line-height: 21px;
}

p.personaje-descr {
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.ventana-compartir-texto .barra-lateral {
    width: 2px;
    margin-top: 12px;
    margin-left: -10px;
    background: #FAF0DE;
    height: 41px;
    clear: none;
    float: left;
    display: block;
}

.respuesta-selected {
    background: #80B1AC;
    color: #FAF0DE !important;
}

.bicente-nombre {
    color: #80B1AC;
    margin: auto;
    display: block;
    bottom: -50%;
    position: absolute;
    width: 63px;
    height: 26px;
    right: 6px;
}

.comp-face-bic i {
    margin: 0 5%;

}

.comp-face-bic i:hover {
    color: #80B1AC;

}
