.caja_slider{
	width: 100%;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#c-slider{	
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	}
#slider{	
	display: flex;
	}
#slider section{
	display: flex;
	flex-wrap: wrap;
	}
.internos{	
	width: 100%;
	position: relative;
	overflow: hidden;
	}
.internos img{
	display: block;
	width: 100%;
	height: 100%;
	}
#btn-prev,#btn-next{
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: monospace;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
#btn-prev{
	}
#btn-next{
}
@media(min-width: 1023px){
	.caja_slider{
		display: flex;
	}
}