/* Reset */
.sp-cab { top: 48px;}
.publi-especial { width: 100%;}
.especial-publi .sp-contenedor .sp-logo img { height: 41px;	margin-top: 3px;}

/* Fuentes */
@font-face {
    font-family: 'gobold_thin_italic';
    src: url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.eot');
    src: url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.woff2') format('woff2'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.woff') format('woff'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.ttf') format('truetype'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_thin_italic-webfont.svg#gobold_thin_italicitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gobold_italic';
    src: url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.eot');
    src: url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.woff2') format('woff2'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.woff') format('woff'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.ttf') format('truetype'),
         url('/css/v1.x/v1.3/fonts/especiales/t-mobile/gobold_italic-webfont.svg#gobold_italicitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}		

/*
-webkit-
-moz-
-o-
*/

/* Animaciones
------------------------------------------------------------------ */
.anim {
	/*animation-delay: .5s;*/
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	/*animation-fill-mode: both;*/
}

/* Entrada Sec 1 */
@-webkit-keyframes entrada {
	10% { opacity: 0; margin-top: -100px;}
	to{ opacity: 1; margin-top: -150px;}
}
@keyframes entrada {
	10% { opacity: 0; margin-top: -100px;}
	to{ opacity: 1; margin-top: -150px;}
}
.entrada {
	-webkit-animation-name: entrada;
	        animation-name: entrada; 
	-webkit-animation-duration: 1.5s; 
	        animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}
@-webkit-keyframes salida {
	from { opacity: 1;}
	to { opacity: 0;}
}
@keyframes salida {
	from { opacity: 1;}
	to { opacity: 0;}
}
.salida {
	-webkit-animation-name: salida;
	        animation-name: salida; 
	-webkit-animation-duration: 1s; 
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}


html, body { /*height: 100%;*/}
body { overflow-x: hidden!important;}


/* Transicion
------------------------------------------------------------------ */
.transicion {
	position: fixed;
	width: 100%;
	height: calc(100% - 94px);
	z-index: 200;
	top: 94px;
	top: 100%;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
	opacity: 1;
	background-size: contain;
}
.transicion:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E2007E;
	opacity: .5;
}
.transicion span {
	top: 50%;
	left: 50%;
	width: 320px;
	height: 160px;
	margin-left: -160px;
	margin-top: -80px;
	background: url('/img/publi-especial/t-mobile/transi_txt.png') no-repeat center 100%;
	opacity: 0;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;	
}


/* Background
------------------------------------------------------------------ */
body, .container.content { background: #E2007E;}

.container.publi-especial {
	background: url('/img/publi-especial/t-mobile/bg_luz.png') no-repeat center -100px;
}
.container.publi-especial > .row {
	background: url('/img/publi-especial/t-mobile/patron_800.png') 0 0;
}

/* Main 
------------------------------------------------------------------ */
.main {
	
	/*height: calc(100vh - 46px);*/
}

.msj-player {
	font: 15px sans-serif;
	color: #FFF;
	height: 20px;
	max-height: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.msj-player .msj {
	margin-top: 20px;
	-webkit-transition: margin .3s;
	-o-transition: margin .3s;
	transition: margin .3s;
}

/* Players */
.players {
 	padding-top: 66px;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	margin-bottom: 50px;
}
.players .container {
	overflow: hidden;
	width: 992px;
}

.spacer:before, .spacer:last-child:after { 
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: 90;
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.spacer:last-child:after { 
	left: auto;
	right: 0;
}
.player { 
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	height: 466px;
	background-color: blue;
}
.player:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s; /* Trans cada jugador */
}
.player a { 
	top: 0;
	display: block;
	height: 466px;
	width: 100%;
	z-index: 200;
	text-indent: -1000px;
	overflow: hidden;
	background: rgba(0,0,0,0); /* hack IE 10 */
}
.player figure { 
	height: inherit;
}
.player figure img { 
	visibility: hidden;
	top: 0;
	opacity: 0;
	z-index: 100;
	-webkit-transform: scale(.99);
	-ms-transform: scale(.99);
	transform: scale(.99);
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.player .name {
	font: 20px "gobold_thin_italic", sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 5px;
}
.player.neymar .name {
	color: transparent;
	text-shadow: none;
}
.player-data-izq {
	top: 50px;
	z-index: 200;
	left: 100%;
} 
.player-data-izq .name {
	margin-left: 50px;
	opacity: 0;
}
.player-data-izq .ape {
	margin-left: 30px;
	opacity: 0;
}
.player-data-dch {
	top: 50px;
	z-index: 200;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
	visibility: hidden;
} 
.player-data-dch .name {
	text-align: right;
	margin-right: 50px;
	opacity: 0;
}
.player-data-dch .ape {
	margin-right: 30px;
	opacity: 0;
}

/* Neymar */
.neymar { background: url('/img/publi-especial/t-mobile/player_neymar_bg.png') no-repeat;}
.neymar:before { background: url('/img/publi-especial/t-mobile/player_neymar.png') no-repeat;}
.neymar, .neymar:before { background-position: -118px 0;}
.neymar img { left: -119px;}

/* Lozano */
.lozano { background: url('/img/publi-especial/t-mobile/player_lozano_bg.png') no-repeat;}
.lozano:before { background: url('/img/publi-especial/t-mobile/player_lozano.png') no-repeat;}
.lozano, .lozano:before { background-position: -168px 0;}
.lozano img { left: -168px;}

/* Messi */
.messi { background: url('/img/publi-especial/t-mobile/player_messi_bg.png') no-repeat;}
.messi:before { background: url('/img/publi-especial/t-mobile/player_messi.png') no-repeat;}
.messi, .messi:before { background-position: -148px 0;}
.messi img { left: -148px;}

/* Cristiano */
.cristiano { background: url('/img/publi-especial/t-mobile/player_cristiano_bg.png') no-repeat;}
.cristiano:before { background: url('/img/publi-especial/t-mobile/player_cristiano.png') no-repeat;}
.cristiano, .cristiano:before { background-position: -28px 0;}
.cristiano img { left: -28px;}

/* James */
.james { background: url('/img/publi-especial/t-mobile/player_james_bg.png') no-repeat;}
.james:before { background: url('/img/publi-especial/t-mobile/player_james.png') no-repeat;}
.james, .james:before { background-position: -98px 0;}
.james img { left: -98px;}

/* Isco */
.isco { background: url('/img/publi-especial/t-mobile/player_isco_bg.png') no-repeat;}
.isco:before { background: url('/img/publi-especial/t-mobile/player_isco.png') no-repeat;}
.isco, .isco:before { background-position: -108px 0;}
.isco img { left: -108px;}

/* Caja scrol l*/
.p-scrol { }
.p-scrol .c-scrol {}


/* ::HOVERS
------------------------------------------------------------------ */
.players .container:hover {
	overflow: visible;
}
.players .container .p-scrol:hover .spacer:before, 
.players .container .p-scrol:hover .spacer:after {
	opacity: .6; /* Espaciadores */
}
.players .container:hover .msj {
	margin-top: 0;
}
.players .container .p-scrol:hover .player:before {
	opacity: .3; /* Cantidad Trans cada jugador */
}
.player a:hover + figure img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.player a:hover ~ .player-data-izq .ape {
	opacity: 1;
	margin-left: 10px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.player a:hover ~ .player-data-izq .name {
	opacity: 1;
	margin-left: 21px;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.player a:hover ~ .player-data-dch {
	visibility: visible;
}
.player a:hover ~ .player-data-dch .name {
	opacity: 1;
	margin-right: 10px;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.player a:hover ~ .player-data-dch .ape {
	opacity: 1;
	margin-right: 10px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}


/* RRSS
------------------------------------------------------------------ */
.rrss-t-mobile {
	font-size: 0;
	z-index: 100;
	margin-bottom: 80px;
}
.rrss-t-mobile .barra-utilidades {
	margin-bottom: 0;
	padding-right: 10px;  
	padding-left: 10px;  
	margin-right: auto;  
	margin-left: auto; 
	width: 992px; 
	min-width: 320px;	
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales {
	display: block;
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales li {
	display: inline-block;
	float: none;
	width: auto;
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales li + li {
	margin-left: 30px;
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales li a {
	display: block;
	background: #FFF;
	color: #ED008C;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	margin: 0;
	padding: 0;
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales li a:hover {
	opacity: .7;
	background: #FFF;
}
.rrss-t-mobile .barra-utilidades ul.redes-sociales li a span {
	line-height: 50px;
	font-size: 23px;
	vertical-align: middle;
}


/* Ficha
------------------------------------------------------------------ */
.fichas { padding-top: 66px;}

.fichas > .container { margin-bottom: 50px;}

.fichas .ficha { 
	width: 768px; 
	/*margin: 0 auto;*/
}
.fichas .ficha figure { 
	border: 2px solid #FFF;
	border-radius: 3px;
	/*overflow: hidden;*/
	position: relative;
}
.fichas .ficha figure:before {
	/* SOMBRA */
	content: "";
	position: absolute;
	width: 100%;
	height: 70px;
	top: calc(100% + 2px);
	left: 0;
	background: url('/img/publi-especial/t-mobile/bg_shadow.png') no-repeat center -5px;
	background-size: 100%;
}
.fichas .ficha img { 
	width: 100%;
}
.fichas .players {
	padding-top: 0;
}
.fichas .player, .fichas .player a { 
	height: 238px;
}
.fichas .player a { 
	text-indent: inherit; 
	text-align: center; 
	color: #FFF; 
	-webkit-transition: line-height .3s;
	-o-transition: line-height .3s;
	transition: line-height .3s;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	text-transform: uppercase;
	font: 20px "gobold_thin_italic", sans-serif;
	line-height: 500px;
}
.fichas .player a:hover { 
	line-height: 410px;
}
.fichas .player img { 
	position: relative;
	z-index: 10;
}
.fichas .spacer { 
	border-bottom: 1px solid #FFF;
}
.fichas .spacer:first-child:after {
	content: "";
	position: absolute;
	width: 600%;
	height: 1px;
	background: #FFF;
	left: 0;
	top: 70px;
	z-index: -1;	
}
.fichas .spacer:before, .fichas .spacer:last-child:after { 
	background: #FFF;
	height: 70%;
	top: 70px;
	width: 1px;
}
.fichas .players .container:hover .spacer {
	border-bottom-color: rgba(255,255,255,.6);
}
.fichas .tit-otras .otras {
	color: #FFF;
	text-transform: uppercase;
	font: 30px "gobold_italic", helvetica, sans-serif;
	margin-bottom: 20px;
}
.fichas .tit-otras .otras:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	background: #FFF;
	left: 50%;
	top: 46px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* Btn Home */
.nav-fichas {
	width: 22%;
	text-align: right;
}
.nav-fichas a {
	position: relative;
	color: #FFF;
	font: bold 16px 'sourcesans', sans-serif;
	display: inline-block;
	border: 2px solid #FFF;
	padding: 10px 20px;
	border-radius: 2px;
	text-align: center;
}
.nav-fichas .home {
	padding: 10px 20px 10px 40px;
	margin-bottom: 10px;
}
.nav-fichas .home:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -7px;
	border: 7px solid transparent;
	border-right-color: #FFF;
}
.nav-fichas a:hover {
	background: #FFF;
	color: #E2007E;
}
.nav-fichas .home:hover:before {
	border-right-color: #E2007E;
}

/* Responsive
------------------------------------------------------------------ */

@media (max-width: 992px) {
	.p-scrol { width: 100vw; overflow: scroll;}
	.p-scrol .c-scrol { width: 992px; overflow: hidden;}
	.msj-player { width: 100vw;}
	.msj-player .msj { margin-top: 0;}	
	
	.players .container:hover .spacer:before, .players .container:hover .spacer:after { opacity: 1;}
	.players .container:hover .player:before { opacity: 1;}
	.players .container .p-scrol:hover .player:before {	opacity: 1;}
	.player a + figure img { display: none;}
	.player .player-data-dch, .player .player-data-izq { display: none;}
	
	.nav-fichas { text-align: left; width: auto;}
	.nav-fichas .home { margin-bottom: 0; margin-right: 6px;}
	.fichas .tit-otras { width: 100vw;}
	.fichas .ficha { float: none;}
	
	.rrss-t-mobile .barra-utilidades { width: 100%;}	
} 
@media (max-width: 768px) {
	.fichas .ficha { width: 100vw;}
	.nav-fichas .ver-infografia { visibility: visible;}
}
























