@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FUENTES */

@font-face {
    font-family: 'robotobold';
    src: url('../fuentes/roboto-bold-webfont.eot');
    src: url('../fuentes/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-bold-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-bold-webfont.woff') format('woff'),
         url('../fuentes/roboto-bold-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lobster_1.4regular';
    src: url('../fuentes/lobster_1.4-webfont.eot');
    src: url('../fuentes/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/lobster_1.4-webfont.woff2') format('woff2'),
         url('../fuentes/lobster_1.4-webfont.woff') format('woff'),
         url('../fuentes/lobster_1.4-webfont.ttf') format('truetype'),
         url('../fuentes/lobster_1.4-webfont.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fuentes/bebasneue_bold-webfont.eot');
    src: url('../fuentes/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fuentes/bebasneue_bold-webfont.woff') format('woff'),
         url('../fuentes/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fuentes/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ESTILOS */

body {
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-align:center;
}
.Clear {
	clear:both;
}

body.PantallaInicio {
	background-color:#e88275;
}
body.PantallaPreguntas {
	background-color:#62bee7;
}
body.PantallaFinal {
	background-color:#edad0b;
}

.WrapPantallaInicio {
	background: url(../imagenes/comidas-01.png) 100px 360px no-repeat, url(../imagenes/comidas-02.png) 943px 372px no-repeat;
}
.WrapPantallaPreguntas {
	background: url(../imagenes/comidas-03.png) 980px 440px no-repeat;
}
.WrapPantallaFinal {
	background: url(../imagenes/comidas-02.png) 60px 400px no-repeat, url(../imagenes/comidas-04.png) 960px 360px no-repeat;
}

.Wraper {
	width:1366px;
	height:768px;
	max-height:768px;
	overflow:hidden;
	margin:0 auto;
	box-sizing:border-box;
	padding:30px 50px 50px 50px;
	position:relative;
}

.LogoValoremos {
	width:162px;
	height:162px;
	text-align:center;
	margin:0 auto 30px auto;
}
.LogoMinisterio {
	text-align:center;
	margin:0 auto 10px auto;
}
.Preguntas {
	width:100%;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#FFF;
	margin-bottom:30px;
}
.Frase {
	font-family: 'robotobold';
	font-size:30px;
	color:#FFF;
	line-height:36px;	
}
.BotonComenzar {
	width:340px;
	height:80px;
	line-height:80px;
	display:block;
	margin:40px auto 40px auto;
	background-color:#FFF;
	border:6px solid #da7167;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#da7167;
	text-decoration:none;
}
.DatosInicio {
	font-family: 'robotobold';
	font-size:16px;
	color:#FFF;
	line-height:18px;
	padding-top:16px;
	background: url(../imagenes/linea.jpg) top center no-repeat;
}

/* PANTALLA PREGUNTAS */
.PantallaPreguntas .ContentLogo {
	width:1000px;
	display:table;
	margin:0 auto 14px auto;
}
.PantallaPreguntas .ContentLogo .LogoValoremos {
	width:162px;
	text-align:left;
	float:left;
	margin:0 38px 0 0;
}
.PantallaPreguntas .ContentLogo .PreguntayLogo {
	width:800px;
	height:80px;
	float: left;
	display:table;
	margin:40px auto 0 auto;
	border-bottom:2px solid #FFF;
}
.NumeroPregunta {
	font-family: 'lobster_1.4regular';
	font-size:60px;
	color:#FFF;
	float:left;
}
.PantallaPreguntas .ContentLogo .PreguntayLogo .LogoMinisterio {
	text-align:right;
	float:right;
	margin:0;
}
.AreaRespuestas {
	width:1000px;
	display:table;
	margin:40px auto 0 auto;
}
.BotonRespuesta {
	width:100%;
	height:62px;
	display:block !important;
	clear:both;
	float:none;
	margin-bottom:32px;
}
.LetraRespuesta {
	width:62px;
	height:62px;
	line-height:62px;
	margin:0 30px 0 0;
	float:left;
	background-color:#FFF;
	border:6px solid #4aabcb;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#4aabcb;
	text-decoration:none;
}
.BotonRespuesta p {
	width:890px;
	font-family: 'robotobold';
	font-size:24px;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
	float: right;
	text-align:left;
	text-decoration:none;
}

/* RESPUESTA CORRECTA */
.BotonRespuesta.Correcta .LetraRespuesta {
	width:62px;
	height:62px;
	line-height:62px;
	margin:0 30px 0 0;
	float:left;
	background-color:#FFF;
	border:6px solid #da7167;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#da7167;
	text-decoration:none;
}
.BotonContinuar {
	width:220px;
	height:80px;
	line-height:80px;
	display:block;
	position:absolute;
	right:0;
	bottom:20px;
	margin:30px auto 0px auto;
	background-color:#FFF;
	border:6px solid #da7167;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#da7167;
	text-decoration:none;
}

/* PANTALLA FINAL */
.CartelEcxelente {
	width:220px;
	height:80px;
	line-height:80px;
	display:block;
	margin:10px auto 20px auto;
	background-color:#FFF;
	border:6px solid #d48f0b;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#d48f0b;
	text-decoration:none;
}
.Hashtag {
	margin:30px auto;
}
.ContentLogoFinal {
	width:320px;
	height:162px;
	padding:20px 0;
	margin:0 auto 20px auto;
	display:table;
	background: url(../imagenes/linea.jpg) top center no-repeat, url(../imagenes/linea.jpg) bottom center no-repeat;
}
.ContentLogoFinal .Sumate {
	height:90px;
	font-family: 'bebas_neuebold';
	font-size:40px;
	color:#FFF;
	float:left;
	margin:40px 0 0 0;
	background:url(../imagenes/iconos-redes.png) no-repeat bottom center;
}
.ContentLogoFinal .LogoValoremos {
	float:right;
	margin:0;
}
.FraseFinal {
	width:100%;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#FFF;
	margin-bottom:26px;
	line-height:48px;
}
.FraseFinal span {
	font-size:60px;
	font-weight:bold;
}
.Perdedor {
	margin-top:30px;
}


.BotonReiniciar {
	width:300px;
	height:80px;
	line-height:80px;
	display:block;
	margin:30px auto 0px auto;
	background-color:#FFF;
	border:6px solid #d48f0b;
	font-family: 'bebas_neuebold';
	font-size:50px;
	color:#d48f0b;
	text-decoration:none;
}