/* CSS Document */
/*Slider*/
#c-slider{
	margin:auto;
	width:100%;	
	position:relative;
	z-index:1;
	overflow:hidden;
	border-bottom:6px solid #f6840c;
}

#slider{
	display:flex;	
	width:600%;
}
#slider section{
	width:100%;
}
#slider img{
	display:block;
	width:100%;
}
#c-slider #btn-next, #c-slider #btn-prev{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	/*width:40px;
	height:40px;*/
	/*background-color:rgba(255,255,255,0.70);*/
	line-height:40px;
	font-size:65px;
	text-align:center;
	/*font-weight:bold;*/
	/*border-radius:50%;*/
	cursor:pointer;
	color:rgba(185,189,191,0.60);
}
#c-slider #btn-next{
	right:20px;
}
#c-slider #btn-prev{
	left:20px;
}
#c-slider #btn-next:hover, #c-slider #btn-prev:hover{
	/*background-color:rgba(255,255,255,1);*/
	color:#FFFFFF;
	
}
.tituloAtraccion{
	font-family: CAVIARDREAMS_BOLD, serif;
	max-width:1200px;
	position:absolute;
	top:35%;
	transform:translateY(-65%);
	/*width:40px;
	height:40px;*/
	/*background-color:rgba(255,255,255,0.70);*/
	/*line-height:40px;*/
	font-size:100px;
	color:#FFFFFF;
	left:1%;
	right:1%;
	margin:auto;
	z-index:3;
	text-align:right;
	text-shadow: 3px 3px 4px #000000;	
	/*background-color:rgba(0,0,0,0.60);*/
}

@media screen and (max-width: 1187px){	
	#c-slider #btn-next, #c-slider #btn-prev{
		font-size:50px;
	}
	div#slider{					
		margin-top:82px;		
	}	
}
@media screen and (max-width: 957px){			
	#c-slider #btn-next, #c-slider #btn-prev{
		top:65%;
		transform:translateY(-35%);
		font-size:35px;
	}
	.tituloAtraccion{
		font-size:60px;
	}	
}
@media screen and (max-width: 767px){	
	.tituloAtraccion{
		font-size:50px;
		position:relative;
		text-align:right;
		transform:none;
		line-height:1px;
		top: -50px;
		margin-right:15px;
	}
}
@media screen and (max-width: 607px){
	.tituloAtraccion{
		font-size:28px;
		top:-20px;
	}
}
@media screen and (min-width: 767px){
	
	
}
@media screen and (min-width: 957px){
	
	
}