.lista_enlaces_interes{
	list-style: none;
	
}

.heading-slider h1 a,
.heading-slider h3 a{
	color: white;
}
.heading-slider h1 a:hover,
.heading-slider h3 a:hover{
	color: white;
	text-decoration: underline;
}


section.v_ficha_produccion{
	padding-top: 0;
}
.v_ficha_produccion h3{
	color: #ab9364;
	text-align: center;
	font-family: "Playfair Display";
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}
section.gallery.v_ficha_produccion .gallery-images .gallery-single-image p{
	font-size: 10px;
	line-height: 1em;
	padding: 5px;
	width: auto;
	left: auto;
	right: 0;
}

.p_ficha_produccion section.content-box .row .col-md-5 a{
	font-weight: 700;
}
.p_ficha_produccion section.content-box .row .col-md-5 ul{
	list-style: none;
}
.p_ficha_produccion section.content-box .row .col-md-5 ul a{
	color: #868686;
	font-weight: normal;
	text-decoration: underline;
}
.p_ficha_produccion section.content-box .row .col-md-5 ul a:hover{
	color: #ab9364;
}

.p_ficha_produccion .subtitulo{
	display: block;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: black;
	padding-top: .3em;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.p_ficha_produccion section.content-box .row .col-md-5 ul{
		padding-left: 90px;
		padding-right: 60px; 
	}
}


section.call-to-action .promotion .promotion-value{
	padding-top: 10px;
}




section.form{
	padding: 75px 0;
}
section.form h2{
	color: #ab9364;
}


/*formulario */
@media (min-width: 768px) and (max-width: 991px) {
	form p.right{
		width: 350px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	form p.right{
		width: 455px;
	}
}
@media (min-width: 1200px) {
	form p.right{
		width: 555px;
	}
}

.recent-news .cont_iframe{
	margin-bottom: 20px;
}
.recent-news .images{
	height: auto;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.recent-news h4{
	margin-bottom: 20px;
}

.blog-post .images,
.blog-post .cont_iframe{
	margin-bottom: 30px;
}
article.blog-post h2{
	margin-bottom: 20px;
}


/* grid produccciones */
.grid_producciones{
	display: table;
	width: 100%;
}
.grid_producciones .item{
	display: table;
	width: 100%;
	padding: 0 10px 20px 10px;
	position: relative;
}
.grid_producciones .wrap{
	position: relative;
}
.grid_producciones .item a{
	position: relative;
	display: block;
}
.grid_producciones .item a:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0c2149;
	opacity: 0;
	content: '';
	pointer-events: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

}
.grid_producciones .item a:hover:before{
	opacity: .5;
}

.grid_producciones .item .datos{
	position: absolute;
    display: block;
    bottom: 122px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 29px 11px 24px 10px;
    background-color: rgba(0,0,0,.8);
    color: white;
    pointer-events: none;
    top: 0;
}
.grid_producciones .item .datos h3{
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	margin: 0;
	color: white;
}
.grid_producciones .item .datos .small{
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 300;
	display: block;
	color: white;
}
.grid_producciones .item img{
	width: 100%;
	height: auto;
}
@media (min-width: 550px) {
	.grid_producciones .item{
		width: 50%;
		float: left;
	}
}
@media (min-width: 992px) {
	.grid_producciones .item{
		width: 33.333%;
	}
}
@media (min-width: 1200px) {
	.grid_producciones .item{
		width: 25%;
	}
}

/* listado DVDs */
.cont_listado_dvd{}
.listado_dvd{}
.listado_dvd .item{
	display: table;
	width: 100%;
	border-top: solid 1px black;
	position: relative;
	padding-top: 30px;
	margin-bottom: 40px;
}
.listado_dvd .item:first-child{
	border-top: none;
	padding-top: 0;
}
.listado_dvd .item:last-child{
	margin-bottom: 0;
}
.listado_dvd .item .cont_imagen{
	display: table-cell;
	vertical-align: top;
	width: 50px;
}
.listado_dvd .item .cont_imagen img{
	width: 100%;
	height: auto;
}
.listado_dvd .item .cont_datos{
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding-left: 20px;
}
.listado_dvd .item .cont_datos h3{
	margin-bottom: 20px;

}


@media (min-width: 550px) {
	.listado_dvd .item .cont_imagen{
		width: 200px;
	}
	.listado_dvd .item .cont_datos{
		padding-left: 30px;
	}
}

/* contacto */
.cont_direcciones{
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.cont_direcciones .contact-box{
		min-height: 300px;
	
	}
}