
.caja-slider{
	width: 52%;
	height: auto;
	bottom: 25%;
	z-index: 99;
	padding: 40px 45px;
	left:25%;	
	text-align: center;
}
div.caja-slider>p{
	font-size: 54px;
	font-weight: 400;
	color: white;
	margin: 0px;
	text-shadow: 1px 2px 1px #333;

}
@media all and (max-width: 1282px){
	.caja-slider{
		width: auto;
		left: 23%;
	}
}
@media all and (max-width: 1180px){
	.caja-slider{
		bottom: 18%;
		width: 100%;
		left: 2%;
	}
}
@media all and (max-width: 886px){
	.caja-slider{
		bottom: 10%;
	}
	div.caja-slider>p{
		font-size: 42px;
	}

}


@media all and (max-width: 682px){
	.caja-slider{
		bottom: 10%;
		width: 70%;
		left: 15%;
	}
	div.caja-slider>p{
		font-size: 22px;
	}
}
@media all and (max-width: 591px){
	.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: 282px;
	border: 1px solid #059B2B;
}
.img-dest>img{
	max-height: 100%;
}
.nom-dest{
	background-color: #059B2B;
	height: 58px;
	text-align: center;
	color: #EBEBEB;
	font-size: 22px;
	font-weight: 400;
	padding-top: 7px;
}
.linea-nom{
	border-bottom: 1px solid white;
	width: 16%;
	margin-left: auto;
	margin-right: auto;
}
.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: #059B2B;
	font-size: 38px;
	text-align: center;
}
.industria{
	color: #636363;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5%;
}
.margenes{
	padding-left: 20%;
    padding-right: 20%;
}