@charset "utf-8";
/* CSS Document */

/* General Demo Style */

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff;

}

.container {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#menu {
 	padding: 0;
	float:right;
	margin-bottom: 5px !important;
 }
 
#menu li {
 	display: inline;
 }
 
#menu li a {	
	 font-size: 15px;
	 text-decoration: none;
	 float: left;
	 padding: 20px 20px 0 20px;
	 color: #fff;
	 font-weight:700;
	 margin-bottom: 0px !important;
 }
 
.menu-img{
	padding-top: 0px !important;
	margin-bottom: 5px !important;
}

#menu li a:hover {
	 margin-top: -2;
	 padding-bottom: 12px;
	 color:#d90c55;
	 margin-bottom: 5px !important;
 }

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #9e9e9e;
}

.main,


.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

section{
	float:left;
	width:100%;
}

header{
	text-align:center;
	color:#FFF;
	font-size:20px;
	float:left;
	width:100%;
	overflow:hidden;
	background:#232630;
	height:80px;	
}

header img{
	width:140px
}

.wrapper {
	height: auto;
	background:#2b2b2c;
	overflow:hidden;
	width: 100%;
	position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
}

.home{
	top:80px;
	margin-top:75px;
}

.nav-bar-svod {
    display: block;
    position: relative;
    height: 70px;
    background-color: #2D2D32;
}
.nav-bar-container.fixed {
    position: fixed;
    z-index: 52;
}

.nav-bar-container {
    height: 70px;
}

.logo{
	margin-top: 20px;
	width:100%;
	max-width:250px;
	float:left;
}

.logo_home{
	margin: 0 auto;
	height:80%;
	width:auto;
	max-height:450px;
}

.logo_page{
	float:left;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	width:70%;
}

.logo_page img.logo{
	
	width:auto;
	margin-right:10px;
	vertical-align:-webkit-baseline-middle;
}

.logo_page img{
	width:60%;
	margin-right:10px;
	vertical-align:-webkit-baseline-middle;
}

.ingresar{
	position:absolute;
	top:10px;
	right:20px;
	float:right;
	font-size:18px;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	padding:3px 10px;
	z-index:10000;
}

.slider{
	position: relative;
	float: right;
	width:100%;
	height:510px;
}

#contenido{
	position: relative;
	float:left;
	width:100%;
	height:510px;
	padding:0;
	text-align: center;
	background: url(../images/crackle_fondo1.png);
	background-size:100% 100%;
}

#contenido-two{
	position: relative;
	float: left;
	width:100%;
	padding:20px 0;
	text-align: center;
	background:#D8D9DD;
}

#contenido-two img{	
	width:80%;
}


#contenido .contratalo{
	width:70%;
}

#contenido_partidos{
	position: relative;
	border-radius:0px;
	width:90%;
	margin:30px auto;
}

.contenido_partidos .title{
	width:100%;
	float:left;
}

#pasos{
	text-align:center;
	
}

#pasos img{
	text-align:center;
	
	margin:0 auto;
}
.partidos_home{
	background: #f1f1f1 url(../images/fondo-partidos.png);
	background-size:100% 100%;
	width:15%;
	margin:10px;
	height:auto;
	float:left;
}

.partidos_home img{
	width:35%;
	margin-top:30px;
	margin-bottom:30px;
}

.local{
	width:35%;
	margin-left:10px;
}

.visitante{
	width:35%;
	margin-right:10px;
	float:right;
}

.blim_title{
	font-size:18px;
	color:#FFF;
}
#actions a{
	color:#FFF;
	float:left;
	line-height: 20px;
    margin-right: 10px;
}

#actions a:hover
{
    color: #6DA2EF;
    line-height: 20px;
    margin-right: 10px;
} 

.right{
	float:right
}

.left{
	float: left
}


fieldset
{
    border: 0;
    padding: 0;
    margin: 0 auto 0 auto;
	width: 90%;
	font-size: 11px;
    color: #747678;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(https://www.grupotvcable.com/wp-content/uploads/2015/01/login-sprite.png) no-repeat;
    padding: 10px 15px 10px 30px;
    margin: 0 auto 10px auto;
    width: 50%; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #7EABEF;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #7EABEF inset;
    -webkit-box-shadow: 0 0 0 1px #7EABEF inset;
    box-shadow: 0 0 0 1px #7EABEF inset;
}

/*--------------------*/
#actions
{
    margin: 0 auto 0 auto;
	width: 90%;
}

#submit
{		
    background-color: #3C8BF0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7EABEF), to(#3C8BF0));
    background-image: -webkit-linear-gradient(top, #7EABEF, #3C8BF0);
    background-image: -moz-linear-gradient(top, #7EABEF, #3C8BF0);
    background-image: -ms-linear-gradient(top, #7EABEF, #3C8BF0);
    background-image: -o-linear-gradient(top, #7EABEF, #3C8BF0);
    background-image: linear-gradient(top, #7EABEF, #3C8BF0);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #3C8BF0;

    float: left;
    height: 30px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
}

#submit:hover,#submit:focus
{		
    background-color: #7EABEF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3C8BF0), to(#7EABEF));
    background-image: -webkit-linear-gradient(top, #3C8BF0, #7EABEF);
    background-image: -moz-linear-gradient(top, #3C8BF0, #7EABEF);
    background-image: -ms-linear-gradient(top, #3C8BF0, #7EABEF);
    background-image: -o-linear-gradient(top, #3C8BF0, #7EABEF);
    background-image: linear-gradient(top, #3C8BF0, #7EABEF);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}
footer{
	position:relative;
	bottom:0;
	text-align:center;
	padding:10px;
	color:#211915;
	float:left;
	right:0;
	font-size:11px;
	width:100%
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) { 

#contenido{
	width:100%;
	position:relative;
	float:left;
	
}

#contenido img{
	width:80%;
}

#pasos  img{
	width:80%;
}

footer{
	width:100%;
	}

}

section{
	margin: 0;
}
#row {
    width: 100%;
    max-width: 100%;
    margin: 5px auto;
    position: relative;
}

.bg_page{
	background-size: 100%;
}

.bg_home {
    background-image: url(../images/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}



.columns {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
	margin: 20px 0;
}

.usuario{
	position: absolute;
    float: right;
    top: 0;
    right: 10px;
    font-size: 15px;
    
}

.user{
	position: relative;
    float: left;    
    font-size: 14px;
	font-style:italic;   
    padding: 5px 10px;
}
.logout{
	position: relative;
    float: right;    
    font-size: 18px;
    padding: 3px 10px;
}



#contenido_partidos_page {
    position: relative;
    border-radius: 0px;
    width: 100%;
	float:left;
    margin: 0px auto;
}

#contenido_partidos_page .title{
	width:100%;
	float:left;
	text-align: center;
	font-size:18px
}

.title_partidos{
	width:100%;
	float:left;
	text-align: left;
	font-size:20px;
	text-decoration: underline;
	color:#FFF;
	font-weight:600;
	line-height:25px;
}

.title_estado{
	width:100%;
	float:left;
	text-align: left;
	font-size:15px;
	color: #FF0;
	font-weight:bold;
	line-height:25px;
	padding:5px 0;
	border-bottom: 1px #CCCCCC solid;
}


.progamacion{
	position:relative;
	width:98%;
	float: right;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	margin:20px 0;
	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
}

.partidos{
	width:75%;
}

.thumb {position: relative; width: 100%; height: auto;}
.thumb a {position: absolute; top: 0; display: block; width: 75%; height: 100%; text-align: center; text-decoration: none;}
.thumb a .play, .thumb a .overlay {opacity: 0;}
.thumb a:hover{ border:#FF0 5px solid; }
.thumb a:hover .play, .thumb a:hover .overlay {
	
	display: block; transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;
	}
.thumb a:hover .play {position: relative;  color: #ffffff; margin-top: 20%; z-index: 1000; opacity: 1; border:#ffffff 0px solid; border-radius:10px}

.play { border:#ffffff 0px solid; border-radius:50%; width:50%; height:auto; margin:0 auto  }
.thumb a:hover .overlay {position: absolute; top: 0; width: 100%; height: 100%; background-color: #000000; opacity: .7;}

.partidos_home_page{
	width:40%;
	background: #f1f1f1 url(../images/fondo-partidos.png);
    background-size: 100% 80%;
	float:left;
	margin:10px;
}

.descripcion{
	width:90%;
	float:right;
	height:100px;
	max-height:100px;
	
}

.publicidad{
	width:90%;
	text-align:center;
	height:auto;
	float:right;
	
}

.publicidad img{
	text-align:center;
	margin:20px 0;
}
.partidos_home_page img{
	margin-top:10px;

}

.popuop{
	background:#828282;
}

.myButton {
    background:url(../images/boton-confirmar.png) no-repeat;
	background-size: 100% 90%;
    cursor:pointer;
    width: 200px;
    height: 65px;
    border: none;
}

.myButtonLogin {
    background:url(../images/boton-confirmar.png) no-repeat;
	background-size: 100% 90%;
    cursor:pointer;
    width: 200px;
    height: 65px;
    border: none;
}

.myButtonSalir {
    background:url(../images/boton-continuar.png) no-repeat;
	background-size: 100% 90%;
    cursor:pointer;
     width: 200px;
    height: 65px;
    border: none;
}

#exitosa{
	display:none;
}

#div_contratar{
	display:none;
}


.horarios{
	font-size: 12px;
    padding: 5px;
    margin: 10px 0 0 0;
	text-transform: uppercase;
	float:left;
	width:100%;
	line-height:20px;
}

.horarios h1{
	font-size: 18px;
    padding: 3px 0;
	font-weight:600;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	text-transform:none;

}
.logo_footer{
	width:250px;
}

.redes{
	margin:0 auto;
	width:auto;
}

.redes img{
	margin:10px;
	width:30px;
}

.logos_gtvc{
	bottom:30px;
	left:30px;
	margin:0 auto;
	width:auto;
}

.logos_gtvc img{
	margin:0px;
	width:170px;
	vertical-align: top;
}

.linea{
	border-right:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	margin:0 10px
}

.resultados{
	width:90%;
	margin:20px 0;
	float:left;
}

.tabla_posiciones{
	width:100%;
	margin:20px 0;
	float:left;
}

.col-1 {width: 8.33%; }
.col-2 {width: 16.66%; }
.col-3 {width: 25%; }
.col-4 {width: 33.33%; }
.col-5 {width: 41.66%; }
.col-6 {width: 50%; }
.col-7 {width: 58.33%; }
.col-8 {width: 66.66%; }
.col-9 {width: 75%; }
.col-10 {width: 83.33%; }
.col-11 {width: 91.66%; }
.col-12 {width: 100%; }

[class*="col-"] {
    width: 100%;
	float:left;
}

iframe{
	height:400px !important;
	width:100%;
}
@media only screen and (max-width: 600px) {
	#inputs input{
		width:75%;
	}
	
	#videoPlayer350{
	height:auto !important;
	width:100%;
	max-width:600px;
		  }
#videoPlayer351{
	height:auto !important;
	width:100%;
	max-width:600px;
}
iframe{
	height:auto !important;
	width:100%;
	max-width:600px;
}
}

@media only screen and (max-width: 300px) {
	#inputs input{
		width:90%;
	}
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	
}

@media only screen and (max-width: 768px) {
	.logo_page{width: 100%;}
	
	.logo_page img{width: 70%;}
	
}

@media only screen and (max-width: 990px) {
	.descripcion { height:auto; max-height:none; }
	
}

@media only screen and (max-width: 1100px) {
	.publicidad img { width:90%; height:auto; }
}


.salir {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.salir:hover { background: #CCC; }
	
#form_login .title{
	font-size:16px;
	color:#FFF;
	padding:10px;
}

.info{
	width:100%;
	float:left;
}


/*callmeback*/

.inputError
{
	background-color:#FFCA88;
	color:#FF0000;
    outline: 1px solid #d90c55;
}

button.input{
    width: 75px;
    font-size: 13px;
    height: 22px;
    margin: 0 auto;
    display: block;
    padding-top: 2px;
    border-radius: 5px;
	  -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.75);
    border: none;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #10100f 0%,#252625 45%,#252625 65%,#10100f 100%);
    color: #FFFFFF
	}

/* Capas de transparencia y mensajes de confirmacion */

.form_call
{
	position:relative;
	width:100%;
	float:left;
}

.form_call_mail
{
	position:relative;
	width:100%;
	float:left;
  	margin: 30px 0 50px 0;
}

.form_call_mail input
{
	position:relative;
	width:50%;
	float:left;
}


#transparencia
{
	background-color:#CCCCCC; 
	z-index:1; 
	position:absolute;
	width:100%;
	height:100%;
	margin:-10px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparencia button
{
	background-color:#d90c55; 
	border:1px solid #FFCA88;
	width:50px;
	height:25px;
    color: #FFFFFF;
	
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:-30px;
	right:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}


/* Slide 1 */
#slide-1 { background:#2b2b2c; height:100%; text-align:center; width: 100%;}

#slide-1 img{
	margin:0 auto;
	width:75%;
	max-width:1000px;
	text-align:center;
}

#slide-1 .hsContent {
	max-width: auto;
	position: absolute;
	right: 100px;
	top: 25%;
	padding:20px;
}

/* Slide 2 */
#slide-2 { background:#373538; height:100%; text-align:center; width: 100%;}

#slide-2 img{
	width: 80%;
}

#slide-2 p{
	text-align:left;
	line-height:20px;
}

#slide-2 ul{
	text-align: left;
	line-height:20px;
	margin-left:0px;
}

#slide-2 .slider{
	width: 90%;
	margin:10px auto;
}

#slide-2 .slider img{
	width: 100%;
}


#slide-3 { background:#7d7c81; height:100%; text-align:center; width: 100%;}

#slide-3 img{
	width: 80%;
}

#slide-4 { background:#373538; height:100%; text-align:center; width: 100%;}

#slide-4 img{
	width: 100%;
}

#slide-footer { background:#050505; height:100%; text-align:center}

#slide-footer img{
	width: 80%;
}


.txt_dispositivos{
	font-size:25px;
	text-align:justify;
	width:70%;
	margin:60px auto 0 auto;
}

.txt_dispositivos_ico{
	font-size:25px;
	text-align:center;
	width:80%;
	margin:2px auto;
}

.txt_dispositivos_ico a{
	text-decoration:none;
	color:#222;
	font-weight:bold;
}

.txt_dispositivos_ico img{
	width:150px;
	margin: 10px 0;
}
	
	
/* Slide 5 */
#slide-5 .bcg {background: #000; }
#slide-5 .hsContent {
	margin-left: -450px;
}
	#slide-5 h2 {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}


#slide-6 .bcg {
	background: rgba(16,29,30,1);
background: -moz-linear-gradient(left, rgba(16,29,30,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,29,30,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(16,29,30,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(16,29,30,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(16,29,30,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(16,29,30,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101d1e', endColorstr='#000000', GradientType=1 );

	float:left
}

	#slide-6 h2 {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	#slide-6 .hsContent {
	max-width: auto;
	position: absolute;
	right: 10%;
	top: 20%;
	padding:20px;
}

.loaded section, .no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
user agent stylesheet
section {
    display: block;
}