/*INDEX*/

#section {
	background-color: #123262;
	background-size: cover;
	background-position: center;
}

#section.symbols {
	background-color: #d53326;
}

.symbols h1 {
	font-family: 'Paytone One', sans-serif;
	color: white;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 50px;
}

.symbols h1 span {
	color: #f8d25c;
}

.symbols p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	max-width: 450px;
	text-align: center;
	color: white;
	margin: 10px auto;
}

.contenido {
	max-width: 900px;
	width: 90%;
	margin: auto;
	padding: 30px;
}

h1 {
	font-family: 'Paytone One', sans-serif;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 50px;
}

h1 span {
	color: #f8d25c;
	font-size: 70px;
}

h3 {
	font-family: 'Paytone One', sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 40px;
	line-height: normal;
}

h3 span {
	color: #f8d25c;
}

section p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	max-width: 500px;
	text-align: center;
	color: white;
	margin: 10px auto;
}

a.button {
	max-width: 300px;
	background-color: #d53326;
	padding: 10px;
	font-family: 'Paytone One', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
	display: block;
	border-radius: 50px;
	color: white;
	cursor: pointer;
}

a.button:hover {
	background-color: #f8d25c;
	text-decoration: none;
}

.enter a.button,
.intro a.button,
.timer a.button,
.win a.button {
	color: #d53326;
	background-color: #fff;
	border: 5px solid #e84f4f;
}

#scene {
	background-size: cover;
	background-position: center;
	text-align: center;
	background-image: url(/gnfactory/LNC/GNF/2017/09/13/0006/img/scene-01.jpg);
	height: 70vh;
}

.share {
	text-align: center;
	margin: 20px 0;
}

.share li {
	display: inline-block;
	list-style: none;
}
#boxes {
	margin: 0 auto;
    background-color: #d53326;
    padding-bottom: 80px;
}

#boxes .og-grid {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#boxes .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}
#boxes .og-grid li > a,
#boxes .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
#boxes .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
#boxes .og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
#boxes .og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
#boxes .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
#boxes .og-close::before,
#boxes .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#boxes .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#boxes .og-close:hover::before,
#boxes .og-close:hover::after {
	background: #333;
}
#boxes .og-fullimg,
#boxes .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#boxes .og-details {
	padding: 0 30px 0 30px;
}
#boxes .og-fullimg {
	text-align: center;
}
#boxes .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
#boxes .og-details h3 {
    font-family: 'Paytone One', sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: left;
	color: #123262;
}
#boxes .og-details p {
	color: #383838;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
#boxes .og-details a {
    height: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #333;
	display: inline-block;
	margin: 10px 0;
	outline: none;
	transition: background 1s ease;
}
#boxes .og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
#boxes .og-details a:hover {
	background: #4b4b4b;
}
#boxes .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

	#boxes .og-expander h3 { font-size: 32px; }
	#boxes .og-expander p { font-size: 13px; }
	#boxes .og-expander a { font-size: 12px; }

}
@media screen and (max-width: 650px) {
	#boxes .og-fullimg { display: none; }
	#boxes .og-details { float: none; width: 100%; }
	
}

.tiempo {
	background-color: rgba(8, 25, 93, 0.87);
	color: white;
	font-size: 20px;
	text-align: center;
	font-family: 'Paytone One', sans-serif;
	width: 270px;
	padding: 10px;
	font-family: 'Paytone One', sans-serif;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	left: calc(50% - 150px);
	top: 10px;
	box-shadow: 0px 0px 10px black;
	border: 1px solid white;
	z-index: 5;
}

#escena {
	margin: auto;
	position: relative;
	background-size: cover;
	background-position: bottom;
	text-align: center;
	background-image: url(/gnfactory/LNC/GNF/2017/09/13/0006/img/scene-01.jpg);
	height: 70vh;
}

@media screen and (max-width: 600px) {
	#escena {
		background-image: url(/gnfactory/LNC/GNF/2017/09/13/0006/img/scene-phone.jpg);
		height: 110vh;
	}
}

#escena .intro,
#escena .timer,
#escena .win {
	width: 100%;
	height: inherit !important;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10%;
}

#finalsymbols {
	position: relative;
	display: table;
}
#finalsymbols .enter {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(213, 51, 38, 0.9);
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10%;
	text-align: center;
	color: #fff;
}

.items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.items {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110vh;
        cursor: pointer;
	}
}

.items ul {
	position: relative;
	height: 80vh;
}

@media screen and (max-width: 600px) {
	.items ul {
        height: 110vh;
	}
}


.items li {
	position: absolute;
}

#result {
	background: #123262;
	text-align: center;
	padding: 10px;
}

#result li {
	display: inline-block !important;
}

#result li img {
	width: 50px !important;
}

#lines {
    height: 100vh;
}




