html, body {
    width: 100%;
    height: 100%;
	color: #fff;
	font-family: Roboto;
	background-color: #1a1a1a;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/bg.png);
}
.arrowDown {
	padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/arrow_down.png);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
main {
    width: 100%;
}
main h2 {
	text-align: center;
	margin: 120px 0 40px 0;
	font-family: 'Nova Square', cursive;
	font-size: 46px;
}
@media screen and (max-width:650px) {
	main h2 img {
		width: 90%;
	}
}


section.intro {
	height: 100vh;
	display: block;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/bg_intro.png);
    background-size: cover;
    background-position: center;	
}
@media screen and (max-width:500px) {
	section.intro {
		background-position: 55%;
	}
}
section .main {
    max-width: 1100px;
	position: relative;
    margin: 0 auto 30px auto;
    text-align: center;
}
section.intro .main {
	height: 100vh;
}
section.intro .main h1 {
	position: absolute;
	right: 0px;
	top: 25%;
}
section.intro .main p {
	width: 430px;
	position: absolute;
	right: 0px;
	top: 55%;	
	text-align: right;
	font-size: 18px;
}
section.intro .main .arrowDown {
	position: absolute;
	right: 0;
	top: 65%;
	font-weight: bold;
}
@media screen and (max-width:1100px) {
	section.intro .main h1, section.intro .main p, section.intro .main .arrowDown  {
		right: 30px;
	}
}
@media screen and (max-width:850px) {
	section.intro .main h1 img {
		width: 270px;
	}
	section.intro .main p {
		display: none;
	}
	section.intro .main .arrowDown {
		top: 60%;
		right: 30px;
	}	
}



section.content {
	padding: 70px 0;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/bg_content.png);
}
section.content p {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
section.content .teams {
	margin: 30px 0;
	text-align: center;
}
section.content .teams li {
	width: 17%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
section.content .teams li img {
	width: 100%;	
}
@media screen and (max-width:650px) {
	section.content .teams li {
		width: 35%;
	}
}
section .tables {
	margin-top: -70px;
	margin-bottom: 30px;
	padding-top: 85px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/bg_tables.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}
section .tables table {
	width: 100%;
	max-width: 1000px;
	height: 40px;
	margin: auto;
	padding: 30px 80px;
	border-spacing: 0;
	background-color: rgba(0,0,0,.5);
}
section .tables table th {
	width: 10%;
	padding: 20px 0;
	font-size: 13px;	
	border-bottom: 1px solid #555555;
}
section .tables table td {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 300;
}
section .tables table td:last-child {
	font-weight: 800;
}
@media screen and (max-width:650px) {
	section .tables table {
		padding: 30px;
	}
	section .tables table .phone {
		display: none;
	}
}
section.content .scores {
	width: 100%;
	max-width: 350px;
	margin: auto;
	position: relative;
}
section.content .scores p {
	margin-top: 80px;
	font-size: 28px;
	font-family: 'Nova Square', cursive;
}
section.content .scores .team {
    width: 180px;
    height: 750px;
    top: -70px;
    position: absolute;
}
section.content .scores .team.left {
    left: -70%;
}
section.content .scores .final.left {
    left: -70%;
}
section.content .scores .team.right {
    right: -70%;
}
section.content .scores .team div {
    width: 180px;
    height: 750px;    
    position: relative;
}
section.content .scores .team div img {
    position: absolute;
    top: 150px;
}
section.content .scores .team div strong {
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 80px;
    font-family: 'Nova Square', cursive;
}
@media screen and (max-width:850px) {
	section.content .scores .team {
        width: 120px;
        height: 200px;   
        margin: -70px 20px 120px 20px;
        position: static;
        display: inline-block;
        vertical-align: top;
    } 
    section.content .scores .team div {
        width: 120px;
        height: 200px;    
        position: relative;
    }
    section.content .scores .team div img {
        width: 120%;
        position: static;
        margin-top: 100px;
        margin-left: -10%;
    }  
    section.content .scores .team div strong {  
        display: none;
    }
    section.content .scores .score {
        margin-bottom: 30px;
    }    
    section.content .scores .score li {
        width: 100px;
        height: 150px;
        margin: 0 10px;
        font-size: 80px;
        font-family: 'Nova Square', cursive;
        line-height: 150px;
        display: inline-block;
    }
}
@media screen and (min-width:851px) {
    section.content .scores .score {
        display: none;
    }
}
@media screen and (max-width:850px) {
    section.content .scores .team .desktop{
        display: none;
    }     
}

section.display {
	
}
section.display .main {
    max-width: 1100px;
	position: relative;
    margin: 0 auto 30px auto;
}
section.display.recordGrupos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_stripe01.png), url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_keylor01.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, center;
}
@media screen and (max-width:650px) {
	section.display.recordGrupos {
		background-position: left;
	}
}
section.display h3 {
	position: absolute;
	font-family: 'Nova Square', cursive;
	font-size: 46px;	
}
section.display.recordGrupos h3 {
	right: 0px;
	top: 50px;
	text-align: right;
}
section.display.recordGrupos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	right: 0px;
	top: 150px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordGrupos .quote {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 250px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordGrupos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordGrupos h3, section.display.recordGrupos .time, section.display.recordGrupos .quote {
		right: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordGrupos {
		height: 1100px;
		background-position: -200px bottom, -250px bottom;
	}
	section.display.recordGrupos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordGrupos .time img {
		width: 100%;
	}
	section.display.recordGrupos .quote {
		width: 70%;
		top: 300px;
	}
} 


section.display.recordOctavos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_stripe02.png), url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_keylor02.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center, center;
}
@media screen and (max-width:1500px) {
	section.display.recordOctavos {
		background-position: center, center;
	}
}

section.display.recordOctavos h3 {
	left: 0px;
	top: 50px;
	text-align: left;
}
section.display.recordOctavos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-image: url(../img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordOctavos .quote {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 250px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordOctavos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordOctavos h3, section.display.recordOctavos .time, section.display.recordOctavos .quote {
		left: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordOctavos {
		height: 1200px;
		background-position: -500px 600px, -900px bottom;
	}
	section.display.recordOctavos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordOctavos .time img {
		width: 100%;
	}
	section.display.recordOctavos .quote {
		width: 70%;
		top: 300px;
	}
}


section.display.recordCuartos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_stripe03.png), url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_keylor03.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, left center;
}

@media screen and (max-width: 1200px) {
	section.display.recordCuartos {
		background-position: center bottom, -300px 50px;
	}
}

@media screen and (max-width:250px) {
	section.display.recordCuartos {
		background-position: left;
	}
}
section.display.recordCuartos h3 {
	right: 0px;
	top: 50px;
	text-align: right;
}
section.display.recordCuartos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	right: 0px;
	top: 150px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordCuartos .quote {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 250px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordCuartos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordCuartos h3, section.display.recordCuartos .time, section.display.recordCuartos .quote {
		right: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordCuartos {
		height: 1000px;
		background-position: -250px 500px, -350px bottom;
	}
	section.display.recordCuartos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordCuartos .time img {
		width: 100%;
	}
	section.display.recordCuartos .quote {
		width: 70%;
		top: 300px;
	}
}



section.display.recordSemis {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_stripe04.png), url(/gnfactory/LNC/GNF/2016/05/20/0001/img/img_keylor04.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, center;
}
@media screen and (max-width:650px) {
	section.display.recordSemis {
		background-position: left;
	}
}
section.display.recordSemis h3 {
	left: 30px;
	top: 40px;
	text-align: left;
}
section.display.recordSemis .tablarecord {
	height: 187px;
	position: absolute;
	left: 30px;
	top: 120px;
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordSemis .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordSemis h3, section.display.recordSemis .tablarecord {
		left: 0px;
	}
}
@media screen and (max-width:650px) {
	section.display.recordSemis {
		height: 1050px;
		background-position: -350px 400px, -450px 300px;
	}
	section.display.recordSemis .tablarecord {
		top: 180px;
		width: 100%;
	}
	section.display.recordSemis .tablarecord img {
		width: 100%;
        max-width: 481px;
	}
}
section.champion {
	text-align: center;
	padding: 40px 0 0 0;
	background-image: url(/gnfactory/LNC/GNF/2016/05/20/0001/img/bg_champion.png);
    background-size: auto;
    background-position: top center;	
	background-repeat: no-repeat;
}
section.champion .main img {
	width: 100%;
	display: block;
	margin: auto;
}
section.champion .main p {
	width: 90%;
	max-width: 600px;
	margin: auto;
}
section.champion .main #video {
	width: 90%;
	height: 50%;
	max-width: 700px;
	margin: 50px auto;
}
section.champion .main #video p {
	font-size: 13px;
	margin-top: 20px;
}
/*OTROS*/