.block-cabecera-interior{
	min-height: 545px;
	height: calc( 60vh - 125px );
	position: relative;
	overflow: hidden;
}
.block-cabecera-interior .image{
	position: absolute;
	top: -40%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: 3s ease;
	width: 100%;
}
.block-cabecera-interior .image img{
	width: 100%;
}
.block-cabecera-interior h1{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	font-weight: 800;
	font-size: 36px;
	z-index: 5;
}

/*@media only screen and (max-width:1500px) {
	.block-cabecera-interior{
		min-height: 500px;
	}
}*/
.block-cabecera-interior .responsive-control{
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}