@font-face {
  font-family: 'amaticbold';
  src: url("fonts/amatic-bold-webfont.eot?w61jtu");
  src: url("fonts/amatic-bold-webfont.eot?w61jtu#iefix") format("embedded-opentype"), 
  url("fonts/amatic-bold-webfont.ttf?w61jtu") format("truetype"), 
  url("fonts/amatic-bold-webfont.woff?w61jtu") format("woff"), 
  url("fonts/amatic-bold-webfont.svg?w61jtu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#qr{
	background-image:url(../images/qr/bg.jpg);
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: 100%;
	background-position:0 0;	
	max-width:1400px;
	margin:0 auto;
}

#qr .cont{
	margin: 0 auto;
    max-width: 1200px;
    width: 98%;
	padding:0 1%;
}
	
	
#qr .header{
	margin: 0 0 20px;
}

#qr .header li:first-child{
	float:left !important;
	width:23%;
	min-width: 200px;
}

#qr .header li{
	float:right !important;
	width:10%;
	min-width: 123px;
}
#qr #pregunta{
	min-width: 610px;
    position: relative;
    width: 50%;
}

#qr #pregunta p{
	font-family:amaticbold;
	font-size:40px;
	color:#007EA6;
	margin: 0 auto; 
	display: block;	
	text-align:center;
}

#qr #pregunta p.simple{
	position:absolute;	
	left:12%;
	top:17%;
	width: 50%;
}

#qr #pregunta p.no-simple{
	left: 10%;
    position: absolute;
    top: 12%;
    width: 55%;
}

#qr #pregunta, 
#qr #respuesta{
	float:left;
}

#qr #respuesta{
	background-color: #007ea8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    margin: 11% 0 2% 3%;
    padding: 20px;
    width: 40%;
}

#qr #respuesta .respuesta-titulo{
	margin:0 0 20px 0;
}

#qr #respuesta .respuesta-titulo p:first-child{
	font-family:KhandRegular;
	font-size:30px;	
}

#qr #respuesta .respuesta-titulo p,
#qr #respuesta .respuesta-titulo ul li{

	color: #fff;
    font-family: RobotoRegular;
    font-size: 15px;
    margin: 0;
    width: 100%;
}

#qr #respuesta .respuesta-titulo ul{
	margin:20px 0 0 0;
}

#qr #respuesta .respuesta-titulo ul li{
	list-style:disc;
}

.qr-footer{
	background-color:#00458A;
	width:100%;
	height:30px;
}
.qr-footer p{
	color: #fff;
    font-family: RobotoRegular;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 0;
    text-align: center;
}

@media(max-width:1200px){
	#qr #respuesta {
		margin: 11% 0 0 1%;
		width: 37%;
	}
}

@media(max-width:1024px){
	#qr #pregunta, 
	#qr #respuesta {
		float: none;
		margin: 0 auto;		
	}

	#qr #pregunta {
		min-width: 0;
		width: 63%;
	}
	
	#qr #pregunta p {	    
		font-size: 37px;
	}
	
	#qr #pregunta img{
		max-width:100%;
	}
	
	
	#qr #respuesta {
		width: 80%;
		margin: 2% auto 5%;
	}
}

@media(max-width:980px){
	#qr #pregunta p.no-simple {
		width: 49%;
	}

	#qr #pregunta {
		width: 80%;
	}
}

@media(max-width:768px){
	#qr #pregunta p {
		font-size: 30px;
	}

}

@media(max-width:640px){
	#qr #pregunta {
		width: 100%;
	}

	#qr #respuesta {
		width: 95%;
	}
}

@media(max-width:480px){

	#qr #pregunta p,
	#qr #respuesta .respuesta-titulo p {
		font-size:28px;
	}
}

@media(max-width:440px){
	#qr #pregunta p,
	#qr #respuesta .respuesta-titulo p {
		font-size:22px;
	}
}

@media(max-width:400px){

	#qr #pregunta p,
	#qr #respuesta .respuesta-titulo p {
		font-size:20px;
	}
}


@media(max-width:320px){
	
	#qr #respuesta .respuesta-titulo p:first-child {
		font-size: 22px;
	}
	
	#qr #pregunta p,
	#qr #respuesta .respuesta-titulo p{
		font-size: 18px;
	}
}