.slider {
	position:relative;
	width:100%;
	height:320px;
	background-color:#FFFFFF;
}

#controls_slider {
	width: 90%;
    margin: auto auto;
    position: relative;
    max-width: 1140px;
}

#seguent {
	width:15px;
	height:30px;
	background-image:url(../images/seguent_icon.png);
	background-size:100% 100%;
	position:absolute;
	right:0px;
	cursor:pointer;
	z-index:4;
}

#anterior {
	width:15px;
	height:30px;
	background-image:url(../images/anterior_icon.png);
	background-size:100% 100%;
	position:absolute;
	left:0px;
	cursor:pointer;
	z-index:4;
}

#seguent:hover {
	transform:scale(1.1);
}

#anterior:hover {
	transform:scale(1.1);
}

#espai_marcadors {
	position:relative;
	margin:0px auto;
	z-index:4;
}

.marcador_slider {
	width:10px;
	height:10px;
	display:inline-block;
	background-color:rgba(255,255,255, 0.5);
	border-radius: 50%;
	cursor:pointer;
	margin:5px 5px;
}

div [active="marcador_slider_active"]{
	width:10px;
	height:10px;
	display:inline-block;
	background-color:rgba(255,255,255, 0.8);
	border-radius: 50%;
	cursor:pointer;
	margin:5px 5px;
}

.banner_slider {
	width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	height:auto;
	
}

.contingut_banner {
	width:100%;
	padding-top:120px;
	padding-bottom:170px;
}
.titol_banner {
	width:100%;
	font-size:40px;
	font-family:steradianRegular;
	padding-top:5px;
	padding-bottom:5px;
	color:white;
	text-align:center;
	font-weight:normal;
	
}

.pasos_slider {
	color:white;
	padding:20px 0px;
	
}

.megaNum {
	font-family:"Times New Roman", Times, serif;
	font-size:350px;
	transform:scale(1,1);
	position:absolute;
	z-index:9;
	color:white;
	right:0px;
	top:30px;
	opacity:0.3;

	
}

.cinta_text {
	background-color:rgba(0,0,0,0.4);
	width:100%;
	position:absolute;
	bottom:0px;
}