@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body {
	font-family: 'Lato', sans-serif !important;
}

/*header img {*/
	/*padding: 20px;*/
/*}*/

#programas_lista {
	padding-bottom: 200px;
}
/*-----------------*/
/***** Goliath *****/
/*https://tympanus.net/Development/HoverEffectIdeas/*/
/*Efecto over sobre imagen*/
/*-----------------*/
.programa figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: .5%;
	padding: 0;
	/*min-width: 320px;
    max-width: 480px;
    
    width: 48%;*/
	height: auto;
	background: #17D467;
	text-align: center;
	cursor: pointer;
}

.capitulo figure-cap {
	position: relative;
	float: left;
	overflow: hidden;
	margin: .5%;
	padding: 0;
	/*min-width: 320px;
    max-width: 480px;

    width: 48%;*/
	height: auto;
	background: #17D467;
	text-align: center;
	cursor: pointer;
}


.estreno{
	
	position:absolute;
	right:8px;
	z-index:15;
	display: flex;
align-items: center;
  justify-content: center;
  font-size:12px;
  margin-top:8px;
  width:70px;
	height:70px;
	background-color:#056d5b;
	text-align:center;
	color:#fff;
	border-radius:50px;
	
}


.estreno span{
	
	}
	
.programa figure img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%;*/
	height:auto;
	width:100%;
}

.capitulo figure-cap img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%;*/
	height: auto;
}

figure.effect-goliath img, figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure-cap.effect-goliath img, figure-cap.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure-cap.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2 {
	position: absolute;
	font-size: 1.2em;
	text-transform: uppercase;
	top: 30%;
	left: 0;
	padding: 30px;
	color: #fff;
	text-shadow: #000 0.1em 0.1em 0.1em;
	width: 100%;
	font-weight: 700;
}

figure-cap.effect-goliath h2 {
	position: absolute;
	font-size: 1.2em;
	text-transform: uppercase;
	top: 30%;
	left: 0;
	padding: 30px;
	color: #fff;
	text-shadow: #000 0.1em 0.1em 0.1em;
	width: 100%;
	font-weight: 700;
}

figure.effect-goliath h2 span {
	float: left;
	color: #bbca2a;
	text-align: center;
	width: 100%;
}

figure-cap.effect-goliath h2 span {
	float: left;
	color: #bbca2a;
	text-align: center;
	width: 100%;
}

figure.effect-goliath a {
	width: 100%;
	text-transform: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	/*font-size: 90%;*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

figure-cap.effect-goliath a {
	width: 100%;
	text-transform: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	/*font-size: 90%;*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

figure.effect-goliath a::before {
	content: url(../img/layout/icon_temporadas.png);
}

figure-cap.effect-goliath a::before {
	content: url(../img/layout/icon_reproducir.png);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -110px, 0);
	transform: translate3d(0, -110px, 0);
}

figure-cap.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -110px, 0);
	transform: translate3d(0, -110px, 0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

figure-cap.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure-cap.effect-goliath:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*.bg_programas {*/
	/*background: url(../img/layout/bg_programas.jpg);*/
	/*background-size: cover;*/
/*}*/
/*.vd_programas {*/
	/*border-radius: 10px;*/
	/*background-color: #fff;*/
	/*!*min-height: 400px;*!*/
	/*margin-top: 100px;*/
	/*margin-bottom: 80px;*/
	/*display: inline-block;*/
	/*width: 100%;*/
/*}*/
/*.vd_pregresar {*/
	/*border-bottom: #ddd solid 1px;*/
	/*margin: 0px 0px 10px 0px;*/
	/*padding-bottom: 5px;*/
	/*float: left;*/
	/*width: 100%;*/
/*}*/
/*.vd_pregresar2 {*/
	/*border-top: #ddd solid 1px;*/
	/*margin: 80px 0px 10px 0px;*/
	/*padding-bottom: 5px;*/
	/*float: left;*/
	/*width: 100%;*/
/*}*/
/*a .btn_regresar {*/
	/*background: url(../img/layout/btn_cerrar.png) no-repeat;*/
	/*float: right;*/
	/*margin-top: 10px;*/
	/*padding: 8px 10px 0px 40px;*/
	/*font-weight: 500;*/
	/*height: 40px;*/
	/*text-decoration: none;*/
	/*cursor: pointer;*/
/*}*/
/*.vd_video {*/
	/*width: 100%;*/
	/*padding: 3% 10%;*/
	/*display: inline-block;*/
/*}*/
/*.vd_ptit {*/
	/*width: 100%;*/
	/*padding-left: 10%;*/
	/*padding-right: 10%;*/
	/*font-size: 2em;*/
	/*line-height: 1em;*/
	/*text-align: center;*/
	/*margin: 20px 0 40px 0;*/
	/*float: left;*/
	/*color: #000;*/
/*}*/
/*.vd_txt {*/
	/*width: 100%;*/
	/*padding: 0% 10%;*/
	/*font-size: 1.1em;*/
/*}*/
/*.vd_datos {*/
	/*border-left: #ddd solid 1px;*/
	/*padding-left: 30px;*/
	/*margin-left: 20px;*/
	/*color: #838691;*/
	/*font-weight: 300;*/
/*}*/
/*.vd_datos .vd_txtit {*/
	/*color: #838691;*/
	/*font-weight: 700;*/
/*}*/

/*footer{*/
	/*background-color:#032316;*/
	/*padding:10px 0px;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*font-size:1em;*/
	/*text-transform:uppercase;*/
	/*font-weight:300;*/
	/*float:left;*/
	/*width:100%;*/
/*}*/

@media (max-width: 767px) {
figure.effect-goliath h2 {
	font-size: 1.5em;
}
	figure-cap.effect-goliath h2 {
		font-size: 1.5em;
	}
	/**/
/*.vd_datos {*/
	/*border-left: none;*/
	/*border-top: #ddd solid 1px;*/
	/*margin-top: 15px;*/
	/*padding-top: 10px;*/
	/*padding-left: 0px;*/
	/*margin-left: 0px;*/
/*}*/

/*.vd_programas {*/
	/*margin-top: 20px;*/
	/*margin-bottom: 20px;*/
/*}*/
}

@media (max-width: 480px) {
figure.effect-goliath h2 {
	font-size: 1em;
}
	figure-cap.effect-goliath h2 {
		font-size: 1em;
	}

.vd_ptit {
	font-size: 1.5em;
}
}
