.titulo-proceso> p{
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202020;
}
.subrayado{
	width: 35px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 5px;
}

.nombre-dest{
	height: 68px;
	width: 100%;
	background-color: rgba(51,51,51,0.8);
	position: relative;
	bottom: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nombre-dest p{
	color: #FFD100;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 5px !important;
}
.cajaimg{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subrayado1{
	width: 60px;
	height: 1px;
	background-color: #DDDDDD;
	position: relative;
	left: 3px;
	bottom: 0px;
	margin-top: 3px;
}
@media only screen and (min-width: 1200px){
	.cajaimg{
		width: 100%;
		height: 344px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (max-width: 990px){
	.nombre-dest{
		height: 45px;
		bottom: 45px;
	}
}

.img-hover{
	background:rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left: 0px;
	width: 100%;
	height: 100%;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	opacity: 0;
}
.img-hover:hover{
	opacity: 0.5;
}