@import url(https://fonts.googleapis.com/css?family=Bangers);

/*
@charset utf-8;

@font-face {
    font-family: "Bangers";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.pre.nacion.com/ocio/gnfactory/LNC/GNF/2016/03/17/0001/fonts/Bangers.ttf") format("embedded-opentype"), url("http://www.pre.nacion.com/ocio/gnfactory/LNC/GNF/2016/03/17/0001/fonts/Bangers.ttf") format("woff"), url("/gnfactory/LNC/GNF/2016/03/17/0001/fonts/Bangers.ttf") format("opentype"), url("http://www.pre.nacion.com/ocio/gnfactory/LNC/GNF/2016/03/17/0001/fonts/Bangers.ttf") format("truetype"), url("http://www.pre.nacion.com/ocio/gnfactory/LNC/GNF/2016/03/17/0001/fonts/Bangers.ttf") format("svg");
}
*/

/*RESET*/
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
    border: 0px;
}
body {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background: #000;
}
li {
	list-style: none;
}
a {
    text-decoration: none;
}
.clear {
	clear: both;
	display: block;
}
/*RESET*/

.title {
	margin: 20px auto 20px auto;
}
.title h2 {
    margin-bottom: 20px;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
/*	font-style: italic;*/
    font-family: 'Bangers';
    letter-spacing: 5px;
    
}
.title h3 {
    color: #ccc;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
    font-family: 'Bangers';
    letter-spacing: 2px;
        margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
	.title h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.title h3 {
		font-size: 16px;
	}
}


#intro {
	width: 100%;
	height: 100vh;
    padding-top: 90px;
	margin-bottom: 70px;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-image: url(../img/fondointro_mp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
#intro h1 {
    text-shadow: 3px 5px 10px #000;
    text-align: center;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 13px;
    font-style: italic;
    z-index: 500;
    font-family: 'Bangers';
}
#intro h1 span {
    display: block;
    font-size: 20px;
    letter-spacing: 8px;
    font-style: normal;
}
#intro p {
    max-width: 400px;
    margin: 25px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 3px 5px 10px #000;	
}
@media screen and (max-width: 1280px) {
	#intro {
		padding-top: 80px;
	}
	#intro h1 {
		font-size: 40px;
		line-height: 45px;
	} 
	#intro h1 span {
		font-size: 12px;
		letter-spacing: 5px;
	}
	#intro p {
        display: none;
	}    
}
#intro h2 {
	width: 500px;
	position: absolute;
	bottom: 150px;
	left: calc(50% - 250px);
    text-shadow: 3px 5px 10px #000;
    text-align: center;
	font-size: 36px;
    text-transform: uppercase;
    letter-spacing:5px;
    font-style: italic;
    text-align: center;
	z-index: 1000;
}
#intro h2 span {
    font-size: 54px;
}
#intro h2 .left {
	color: #0080c5;
    font-family: 'Open Sans', sans-serif; 
    font-style: italic;
}
#intro h2 .right {
    color: #ee2a24;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
@media screen and (max-width: 1280px) {
	#intro h2 {
        display: none;
	}
}
#intro .next {
	width: 70px;
	height: 70px;
	position: absolute;
	left: calc(50% - 35px);
	cursor: pointer;
	bottom: 50px;
	background-image: url(../img/down_arrow.png);
    z-index: 20;
}
#versus {
    width: 100%;
	position: absolute;
	bottom: 0;
}
#versus .content {
    position: relative;
}
#versus .content.desktop {
    height: 500px;
}
#versus .content.mobile {
	display: none;
}
#versus .content.desktop .left {
    position: absolute;
    left: 5px;
}
#versus .content.desktop .right {
    position: absolute;
    right: 5px;
}
@media screen and (max-width: 900px) {
    #versus .content.desktop {
        display: none;
    }
    #versus .content.mobile {
        height: 300px;
        display: block;
    }
    #versus .content.mobile .left {
        position: absolute;
        left: -30px;
    }
    #versus .content.mobile .right {
        position: absolute;
        right: -40px;
    }    
}



#comparative {
	margin: 70px auto;
    background: -moz-linear-gradient(left,  #0080c5 0%, #0080c5 50%, #ee2a24 50%, #ee2a24 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0080c5), color-stop(50%,#0080c5), color-stop(50%,#ee2a24), color-stop(100%,#ee2a24));
    background: -webkit-linear-gradient(left,  #0080c5 0%,#0080c5 50%,#ee2a24 50%,#ee2a24 100%);
    background: -o-linear-gradient(left,  #0080c5 0%,#0080c5 50%,#ee2a24 50%,#ee2a24 100%);
    background: -ms-linear-gradient(left,  #0080c5 0%,#0080c5 50%,#ee2a24 50%,#ee2a24 100%);
    background: linear-gradient(to right,  #0080c5 0%,#0080c5 50%,#ee2a24 50%,#ee2a24 100%);
}
#comparative .content {
	max-width: 1200px;
	margin: auto;
}
#comparative .team {
	width: 50%;
	position: relative;
	float: left;
	padding: 175px 0 35px 0;
}
@media screen and (max-width: 700px) {
#comparative {
    margin-top: 100px;
}
#comparative .team {
	width: 100%;
}
#comparative .team.left {	
    padding-bottom: 120px;
}    
}
#comparative .team.left {
	background:#0080c5;
}
#comparative .team.right {
	background:#ee2a24;
}
#comparative .team .logo {
	width: 220px;
	position: absolute;
	top: -90px;
	left: calc(50% - 110px);
	text-align: center;
}
#comparative .team .logo .image {
   	width: 175px;
	height: 175px;
	display: block;
	margin: 10px auto 10px auto;
}
#comparative .team .logo .name {
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    font-weight: 800;
}
#comparative .team .figures {
	text-align: center;
}
#comparative .team .figures li {
	display: inline-block;
	margin: 5px;
}
#comparative .team .figures li .number {
	padding: 3px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    line-height: 25px;
    font-size: 25px;
    font-weight: 800;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;    
}
#comparative .team .figures li .text {
	display: block;    
    text-transform: uppercase;
    font-size: 11px;
	text-align: center;
    color: white;
}
/* number BIG para texto grande */
#comparative .team .figures li .number_big {
	padding: 5px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px; 
        width: 100px;
    height: 40px;
    padding: 11px;
}

#comparative .team .figures li .titulitos {
    font-size:13px;
    display:block;
}
#comparative .team .players {
	text-align: center;
}
#comparative .team .players h1 {
    height: 60px;
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
	line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
}
#comparative .team .players li {
	width: 20%;
	display: inline-block;
}
#comparative .team .players li .name {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}
#comparative .team .players li .image {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
}
#comparative .team .players li .numbers li {
	width: 25%;
	margin: 5px;
}
#comparative .team .players li .numbers li .number {
    margin-bottom: 5px;
    display: block;
    color: black;
    font-size: 24px;
    font-weight: 800;
	background: #fff;
	border-radius: 8px;  
}
#comparative .team .players li .numbers li .text {
	display: block;
    text-transform: uppercase;
    font-size: 9px;
	text-align: center;
    color: white;
}

@media screen and (max-width: 1280px) {
    #comparative .team .figures li .number {
        font-size: 15px;
    }
    #comparative .team .figures li .text {
        font-size: 9px;
    }   
    #comparative .team .players li .numbers li .number {
        font-size: 18px;
    }
    #comparative .team .players li .numbers li .text {
        font-size: 6px;
    }
    #intro h1 {
    font-size: 45px;
    }
}
#comparative .animations {
    width: 100%;
/*    height: 400px;*/
    text-align: center;
    overflow: hidden;
}
#comparative .titulos {
    width: 320px;
    margin: auto;
}
#comparative .titulos .cantidad {
    width: 159px;
    text-align: center;
    margin: auto;
    float: left;
    display:inline-block;
}
#comparative .titulosNombres {
    float: left;
    margin: auto;
	padding-left: 5px;
	border-left: 1px solid #fff;
}
#comparative .titulosNombres .titles li {
	display: block;
	text-align: left;
    text-transform: uppercase;
}
#comparative .titulosNombres .titles li .categoria {
    margin: 10px 0px 0px 10px ;
    font-weight: bolder;
    font-style: oblique;
}
#comparative .titulosNombres .titles li .asociacion {
    margin: 0px 0px 10px 10px ;
    font-weight: lighter;
    font-style: normal;
    margin-top: inherit;
}

/*--------- 5 RIVALES EN COMUN SCROLL 3---------*/

#rivales {
/*	padding: 70px 0;*/
	margin-bottom: 50px;
/*    background-image: url(../img/img_fondomomentos.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
    position: relative;
    min-height: 500px;
}

    

/*-------- Titulo 3d Scroll 4 ----------*/
#titulo3d {
	width: 80%;
	max-width: 800px;
	margin: 70px auto;
	box-shadow: 0px 0px 80px #5c5c5c;
}



/*-------- Estadisticas y cifras Scroll 5 ----------*/
#estadisticas {
	padding: 20px 0;
    background-image: url(../img/img_fondohistorico.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
#estadisticas .content {
	max-width: 1200px;
    margin: 0 auto;
}
#estadisticas .content h4 {
	display: block;
    color: #ccc;
	text-align: center;
    text-transform: uppercase;
    letter-spacing:-2px;
    font-style: italic;
    font-size: 20px;
}
#estadisticas .data {
	margin: 40px 0;
	text-align: center;
}
#estadisticas .data li {
	width: 15%;
	margin: 5px;
	display: inline-block;
}
@media screen and (max-width: 700px) {
#estadisticas .content .data li {
	width: 40%;
}
}
#estadisticas .data li .text {
	margin-top: 10px;
    font-size: 12px;
    font-weight: 100;
	display: block;
    text-transform: uppercase;
}
#estadisticas .data li .number {
	width: 80%;
	display: block;
	margin: auto;
	line-height: 60px;
	font-size: 40px;
    font-weight: 800;
	border-radius: 8px;
}
#estadisticas .data li .number.neutral {
	color: black;
    background-color: white;
}
#estadisticas .data li .number.team1 {
	background: #541337;
}
#estadisticas .data li .number.team2 {
	background: #df2b00;
}

#arena {
	padding: 40px 0;
    text-transform: uppercase;
}
#arena .content {
	max-width: 1200px;
    margin: 0 auto;
}
#arena .info {
	text-align: center;
}
#arena .info li {
    width: 20%;
	margin: 10px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 700px) {
#arena {
	margin-bottom: 0px;
}
#arena .info li {
	width: 50%;
	border: 1px solid #999;
	border-radius: 8px;	
}
}
#arena .info li .name {
	display: block;
	font-size: 15px;
    font-weight: 800;
    color: #ccc;
}
#arena .info li .image {
	margin: 20px 0;
	display: block;
}
#arena .info li .text {
	display: block;
    font-size: 25px;
    font-weight: 800;
}
#arena .info li .clave {
	display: block;
    font-size: 11px;
    font-weight:normal;
}
#arena .data {
	margin: 40px 0;
	text-align: center;
}
#arena .data li {
	width: 15%;
	margin: 5px;
	display: inline-block;
}
@media screen and (max-width: 700px) {
#arena .content .data li {
	width: 30%;
}
    #rivales {
    background: #0080c5;
    }
    #comparative .team .figures li .number_big {
    padding: 5px;
    margin-bottom: 10px;
    display: block;
    line-height: 16px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    }
}
#arena .data li .number {
	width: 80%;
	display: block;
	margin: auto;
	line-height: 60px;
	font-size: 40px;
	border-radius: 8px;
    font-weight: 800;
}
#arena .data li .number.neutral {
	color: black;
    background-color: white;
}
#arena .data li .number.team1 {
	background: #541337;
}
#arena .data li .number.team2 {
	background: #df2b00;
}
#arena .data li .text {
    font-size: 14px;
    font-weight: 100;
	display: block;
    margin-top: 10px;
}

/*SLIDER*/
.slider {
    width: 100%;
    height: 500px;
    position: relative;
/*    background-color: #f4f4f4;*/
/*    background: rgba(0, 0, 0, 0.6);*/
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 20%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(../img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: -72px;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
    width: 800px;
    height: 100%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover; 
        margin: 0 auto;
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: 25px auto;
	color: #fff;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
.slider .items .item p span{
    font-weight: 600;

}
/*SLIDER*/

#arena .info li .descripcion {
    display: block;
    font-size: 15px;
    font-weight: 100;
    text-transform: initial;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .slider {
    width: 100%;
    height: 190px;
    position: relative;
    }
    .slider .items .item .image {
    width: 100%;
    overflow: hidden;
    }
    .slider .items .item p {
    width: 90%;
    height: 10%;
    margin: 15px auto;
    color: #fff;
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow:visible;
    }
    .slider .controls ul.arrows {
    top: -10%;
    }
    .slider .controls ul.tabs {
    bottom: 50px;
    }
    #comparative .team .figures {
    text-align: center;
    width: 280px;
    margin: 0 auto;
    }
    #comparative .team .players li {
    width: 44%;
    display: inline-block;
    align-items: center;
    /* float: left; */
    }
}

