*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header{
	display: flex;
}
#marcoslider {
	/*display: flex;*/
	margin: 0.8% 0 0 0;
	width: 120%;
	max-width: 100%;
	max-height: 350px;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;

}
#bslider {
	display: flex;
	width: 700%; /* 100% por cada nueva imagen al slider*/
}
#bslider section {
	width: 100%;

	
}
#bslider img{
	display: block;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	z-index: 1;

}

#previo, #sgte {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-family: monospace;
	z-index: 2;
}
#previo {
	left: 10px;
}
#sgte {
	right: 10px;
}
#previo:hover, #sgte:hover {
	background: rgba(0, 0, 0, 0.8);
}
#texto, #texto1, #texto2, #texto3, #texto4, #texto5, #texto6{
	background: rgba(0, 0, 0, 0.6);
	color: #1E71B8;
	display: block;
	font-size: 2em;
	
	transform: translateY(-50%) ;/*translateX(50%)*/
	position: absolute;
	z-index: 30;
	line-height: 1;
	padding: 1%;
	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
#texto{
	top: 40%;
	margin: 0 0 0 33%;
}
#texto1{
	
	top: 25%;
	margin: 0 0 0 10%;

}
#texto2{
	
	top: 45%;
	margin: 0 0 0 17.5%;
	
}
#texto3{
	
	top: 75%;
	font-size: 3em;
	margin: 0 0 0 23.2%;
	
}
#texto4{
	
	top: 25%;
	margin: 0 0 0 40%;

}
#texto5{
	
	top: 50%;
	margin: 0 0 0 50%;
	
}
#texto6{
	
	top: 75%;
	margin: 0 0 0 60%;
	
}
@media (max-width: 1060px) {
	#texto, #texto1, #texto2, #texto3, #texto4, #texto5, #texto6{
		font-size: 1.5em;
	}
}
@media (max-width: 1035px) {
	#texto4 {
		margin: 0 0 0 30%;
	}
	#texto5 {
		margin: 0 0 0 40%;
	}
	#texto6{
		margin: 0 0 0 50%;
	}
}
@media (max-width: 750px){
	#previo, #sgte{
		font-size: 0.8em;
		width: 1em;
		height: 1em;
		line-height: 1.1;
		top:50%;
	}
	#texto, #texto1, #texto2, #texto3, #texto4, #texto5, #texto6{
		font-size: 0.7em;
	}
}