@charset "utf-8";

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}


@media (min-aspect-ratio: 9/16) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 9/16) {
    .fullscreen-bg__video {
        width: auto;
        height: 100%;
    }
}

html {
    height: -webkit-fill-available;
    font-family: Raleway;
}

body {
    min-height: 100vh;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    min-height: -webkit-fill-available;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: column;}

.bodypregunta {
    background-image: url(imagenes/1.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    object-position: top;
    justify-content: normal;
}
.bodypregunta1 {
    background-image: url(imagenes/2.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    object-position: top;
    justify-content: normal;
}

.headerrespuestas {
    background:rgb(244, 208, 63,0.8) ;
    flex-direction: column;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    height: 5em;
}

p {
    color: white;
    font-size: 15pt;
}

.historia {
    background: gold;
    justify-content: center;
    border-radius: 0.2em;
    padding: .3em;
    color: white;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 30px;}



.FONDOBLANCO {
    background: rgba(255, 255, 255, 0.6);
    margin-top: 1em;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5em;
}

.pregunta_texto {
    display: flex;
    color: dimgrey;
    text-align: center;
    margin-top: 0;
    padding: 1em;
}

.navegador_respuestas {
    display: inline-block;
    align-content: center;
}
.navegador_respuestas1 {background:hsl(180, 62%, 40%);
    padding: 1em;
    border-radius: 0.6em;
    display: inline-block;
    align-content: center;
}

.navegador_respuestas a {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 8em;
    border-radius: 10px;
    background: rgb(244, 208, 63,0.8);
    color: white;
}

.navegador_respuestas a:hover {
    background: white;
    color:gold;}
a {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 1.3em;}

footer {
    background: rgb(244, 208, 63,0.8);
    margin: 3em 2em;
    text-align: center;
    font-size: 10px;
    padding: 1em;
    
}
.footerquiz {
    background: hsl(180, 62%, 28%);
    margin: 3em 2em;
    text-align: center;
    font-size: 10px;
    padding: 1em;
    
}
footer p {
    color: ;
    margin-bottom: 30px;
    font-size: 16px;
}

/*respuesta correcta*/

.bodyrespuestas {
    background-image: url(imagenes/1.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    object-position: top;
}

.mainrespuestas {
    background: rgba(255, 255, 255, 0.7);
    min-height: auto;
    justify-content: center;
    position: relative;
    align-content: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.SALADEROS {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.SALADEROS img {
    max-width: 60%;
}

.respuesta {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.respuesta p {
    color: #5D5D5D;
    text-align: center;
}

.volver {
    align-items: center;
    text-align: center;
    list-style-type: none;
    box-shadow: 1px 2px 4px grey;
    background: rgb(244, 208, 63,1);
    min-width: 90%;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em;
    margin-bottom: 0.5em;
    height: 2.2em;
    font-size: 15pt;
}
.volver1 {
    align-items: center;
    text-align: center;
    list-style-type: none;
    box-shadow: 1px 2px 4px grey;
    background: hsl(180, 62%, 40%);
    min-width: 90%;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em;
    margin-bottom: 0.5em;
    height: 2.2em;
    font-size: 15pt;
}

.historia1 {
    background:hsl(180, 62%, 28%) ;
    justify-content: center;
    border-radius: 0.3em;
    padding: .3em;
    color: white;
    margin-top:.1em;
    margin-bottom: 1em;
    font-size: 30px;
text-align: center}

.respuesta h2{
    color:dimgray;
    text-align: center;
   
}

.respuesta h3{
     background: gold;
    justify-content: center;
    border-radius: 1em;
    padding: .3em;
    color: white;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 30px;
text-align: center}
}