<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: 'Exo2-Medium';
	src: url('../fonts/Exo2-Medium.otf') format('opentype');/*buscamos un tercer formato de archivos de fuente*/
}

@font-face{
	font-family: 'Exo2-Bold';
	src: url('../fonts/Exo2-Bold.otf') format('opentype');/*buscamos un tercer formato de archivos de fuente*/
  /* test */
}

*{
  font-family: 'Exo2-Medium';
}

body{
  height: 100vh;
  overflow: hidden;
  background-image: url('../img/FONDO.png');
  background-size: cover;
}

.plr0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.mlr0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#principal{
  background-image: url('../img/FONDO.png');
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid grey;*/
  width: 800px;
  height: 600px;
  vertical-align: middle;
  /*padding: 20px;*/
  border-radius: 1rem;
}

#principal &gt; *
{
  text-shadow: 1px 1px #000000;
}

#resultado{
  /* background-image: url('../img/AnimFinal.gif'); */
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  width: 800px !important;
  height: 600px;
  vertical-align: middle;
  padding: 15px;

}
#inicio{
  background-image: url('../img/splash.gif');
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  width: 800px !important;
  height: 600px;
  vertical-align: middle;
  padding: 15px;

}

#Splash{
  background-image: url('../img/FONDO.png');
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  width: 800px !important;
  height: 600px;
  vertical-align: middle;
  padding: 15px;
  position: relative;
}

#MainLogo{
  position: relative;
  left: 50%;
  top: 0%;
  margin-left: -150px;
}


button{
  font-family: 'Exo2-Bold' !important;
  font-size: 1.5rem !important;
  background-image: url('../img/CAJA\ AZUL.png');
  background-position: center;
  background-size: 180px 64px;
  background-repeat: no-repeat;
  border-radius: 1.5rem !important;
  width: 20%;
  border: 2px solid white !important;
}

.splashButton{
  width: 200px;
  height:50px;
  font-family: 'Exo2-Bold' !important;
  font-size: 1.2rem !important;
  color:white;
  align-items: center;
  justify-content: center;
  background-image: url('../img/CAJA\ AZUL.png');
  background-repeat: no-repeat;
  background-size: 200px 50px;
  background-position: center;
  cursor:pointer;
  position: absolute;
  display: flex;
  margin:auto;
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
}

.questionContainer{
  margin-top:-65px;
  align-items: center;
  width:100%;
}

#preguntaText{
  height: 81px;
  font-family: 'Exo2-Bold';
  font-size: medium;
  color: white;
  /* background-image: url('../img/CAJA\ PREGUNTAS.png');
  background-size: 647px;
  background-position: center;
  background-repeat: no-repeat; */
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

#pregunta{
  height: 81px;
  font-family: 'Exo2-Bold';
  font-size: medium;
  color: white;
  background-image: url('../img/CAJA\ PREGUNTAS.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: grid;
  line-height: 16px;
}

.pregunta{
  height: 81px;
  font-family: 'Exo2-Bold';
  font-size: medium;
  color: white;
  background-image: url('../img/CAJA\ PREGUNTAS.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: inline-flex;
  line-height: 16px;

}

#etiq1, #etiq2, #etiq3, #etiq4{
  /* background-image: url('../img/CAJA\ AZUL.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  text-align: left; */
}

/* #etiq1, #etiq3{
  margin-left: -55px;
}


#etiq1, #etiq3{
  margin-right: 75px;
} */



.bluebox{
  background-image: url('../img/CAJA\ AZUL.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: left;
  color: white; 
  font-size:medium;
  
}

#reintentar{
	display:flex;
	background-image: url('../img/CAJA\ AZUL.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	font-size: medium;
	align-items: center;
	justify-content: center;
  cursor: pointer;
}

#aciertos{
  padding-left: 5px;
}

.correctAnswer{
  background-image: url(../img/CAJA\ ACIERTO.png);
}

.errorAnswer{
  background-image: url(../img/CAJA\ ERROR.png);
}

.respuesta{
  /*padding-left: 3rem !important;
  padding-right: 3rem !important;*/
	font-size: 13px;
  text-align: center;
}

.qline{
  background-image: url(../img/LINEA\ PREGUNTAS.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6px;
  top: 33px;
}
.qlineFinal{
  background-image: url(../img/LINEA\ PREGUNTAS.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6px;
  top: 23px;
}

section{
  border: 1px solid grey;
}

.section{
  text-align:center;
  font-size:1.3rem;
  width:100%; 
  height: 100%;
  border-radius: 1rem;
}

.qline.qlineImportant{
  top: 43px;
}

.qline.qlineFinal{
  top: 23px;
}

.fbsharing{
  background-image: url(../img/fb.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.wappsharing{
  background-image: url(../img/wht.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.twtsharing{
  background-image: url(../img/tw.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.line{
  background-image: url(../img/LINEA\ RESPUESTAS.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 3px;
  top: 22px;
}

.lineFinal{
  background-image: url(../img/LINEA\ RESPUESTAS.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 3px;
  top: 22px;
}

.goldImage&gt;label{
	cursor: pointer;
}

label{
	width: 100%;
  height: 100%;
  margin: 0 auto !important;
}

progress{
  height: 35%;
}

#res1,#res2,#res3,#res4{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#video-pregunta1,#video-pregunta2{
  object-fit: cover;
	width: 100%;
  height: 100%;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.inputResponse{
    display: block;
    margin:auto;
}

.containerDiv{
  /* cursor: pointer; */
  height: 40px;
  display: flex;
  align-items: center;
  margin:0 auto;
  color: white;
  display: table;
}

.middle{
  width: 100%;
  height: 100%;
}

.middleP{
  position: relative;
  transform: translate(0px, -50%);
  top: 50%;
  margin: 0 auto;
}

.finalCharacter{
  position: relative;
}

.letter{
  color: #F8AA02;
  margin-right: 2px;
}

.finalresponse{

  display: inline-flex;
  height: 40px;
  line-height: 11px;
}

.blur {
  position: absolute;
  width: 100% !important;
  height: 100%;
  vertical-align: middle;
  /*padding: 20px;*/
  border-radius: 1rem;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
}

.showBlur  {
  opacity: 1;
  visibility: visible;
 }
 
 .transition{
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s  
}

.answerContainer{
  display: inline-grid;
  height: 40px;
  line-height: 12px;
  font-size: small;
  text-align: left;
  padding: 1.5%;
}

.answA, .answB, .answC, .answD{
  display: none;
}
.finalresponse{
  text-align: left;
  font-size: small;
}

.resposeRow{
  align-items: center;width:100%;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .goldImage:hover{
    background-image: url(../img/CAJA\ SELECCION.png) !important;
    
    cursor: pointer;
  }

  #reintentar:hover{
    background-image: url(../img/CAJA\ SELECCION.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .splashButton:hover{
    background-image: url(../img/CAJA\ SELECCION.png);
    background-size: 200px 50px;
    background-position: center;
    background-repeat: no-repeat;
  }
} 

.responseRow{
  width: 100%;
}

@media only screen and (max-width: 600px) {

  .responseRow.firstRow{
    margin-top: -10em;
  }
  .responseRow.secondRow{
    margin-top: -13em;
  }

  .questionContainer{
    margin-top:-150px;
    align-items: center;
    width:100%;
  }
  .col-1.responsive{
    /* width: 0px !important; */
    flex: auto !important;
    max-width: inherit !important;
  }
} 

@media only screen and (max-width: 347px) {

  .hideResponse{
    font-size: x-small !important;
  }
  #pregunta,.pregunta{
    font-size: x-small !important;
    line-height: 16px !important;
  }
} 


@media only screen and (max-width: 800px) {

  #principal{
    background-image: url('../img/FONDO.png');
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid grey;*/
    width: 100%;
    height: 600px;
    vertical-align: middle;
    /*padding: 20px;*/
    border-radius: 1rem;
  }

  #reintentar{
    font-size: x-small;
  }
  #pregunta,.pregunta{
    font-size: small;
  }
} </pre></body></html>