
.caja-slider{
	background-color: rgba(169,19,24,0.7);
    width: 45%;
    height: auto;
    bottom: 24%;
    z-index: 99;
    padding: 40px 45px;
    left: 28%;
    text-align: center;
}
div.caja-slider>p{
	font-size: 32px;
    font-weight: 300;
	color: white;
	margin: 0px;
	text-shadow: 1px 2px 1px #333;

}
.linea-slider{
	border-bottom: 1px solid #fff;
	width: 36%;
	margin-top: 6%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 1266px){
	.caja-slider{
		left: 22%;
		width: 55%;
		
	}
}
@media all and (max-width: 1038px){
	.caja-slider{
		left: 19%;
		width: 65%;
		padding: 12px 45px;
	}

}

@media all and (max-width: 874px){
	.caja-slider{
		display: none;
	}
	
}
.margen-row{
	margin-top: 10%;
}
.borderslider{
	border-bottom: 6px solid #B3342C;
	border-radius: 4px;
	width: 18%;
}
.img-dest{
	display: flex;
	justify-content: center;align-items: center;
	height: 260px;
	border: 1px solid #DDDDDD;
	position: relative;
}
.img-dest>img{
	max-height: 100%;
}
.capa{
	color: white;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(132,132,132,0.8);
	opacity: 0;
	transition: 0.6s;

}
.img-dest:hover .capa{
	opacity: 1;
	transition: 0.6s;
}
.nom-dest{
	
	height: 58px;
	text-align: center;
	color: #433F3F;
	font-size: 19px;
	font-weight: 400;
	padding-top: 14px;
	margin-bottom: 10px;
}
.img-dest:hover + .nom-dest{
	color: #D1050B;
}
.descrip{
	color: #7F7F7F;
	font-size: 13px;
	font-weight: 400;
}
.margen-pro{
	margin-bottom: 2%;
}
@media all and (max-width: 700px){
		.img-dest{
			height: auto;
		}
}
@media all and (max-width: 492px){
		.nom-dest{
			font-size: 17px;
		}
}
.nuestros{
	color: #D31B22;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5%;
}
.linea-dest{
	border-bottom: 1px solid #D31B22;
	width: 9%;
    margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.industria{
	color: #636363;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5%;
}
.separador{
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	margin-top: 6%;
	margin-bottom: 5%;
}
.btn-conoce{
	color: #D30000;
	border: 1px solid #D30000;
	padding: 6px 66px;

}
.textcontenido{
	color: #D1050B;
	font-size: 25px;
	font-weight: 300;
}
.centro{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 115px;
}
.margenes{
	padding-right: 6%;
	padding-left: 6%;
}
.backmarcas{
	background-color: #EEEEEE;
	border-top: 1px solid #d0d0d0;
	margin-top: 5%;
	padding-top: 4%;
    padding-bottom: 4%;
}
.titulo-marcas{
	color: #D60D06;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}