@charset "UTF-8";
/* CSS Document */


.slider-sticky {
    opacity: 0;
}

.slider1 {
	background: url(http://desarrollos.khaosoft.com/pruebasjoan/gerpasa/img/proba/image58.jpg);
	background-size: cover;
	background-position: right center;
}

.slider2 {
	background: url(http://desarrollos.khaosoft.com/pruebasjoan/gerpasa/img/proba/gerpasa-alquiler.jpg);
	background-size: cover;
	background-position: right center;
}

.slider3 {
	background: url(file:///Carpeta%20compartida/pruebasJoan/urban_paintball/img/sliders/partida.jpg);
	background-size: cover;
	background-position: right center;
}

.ct-slider {
	top: 0;
	left: 0;
	height: 400px;
	max-width: 1400px;
	margin: auto;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

.PresentacionPrincipal {
    height: 100%;
    position: relative;
}

.ContenedorBanner {	
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
	z-index: 4;
	
}

.PresentacionPrincipal:hover .boton_izquierda, .PresentacionPrincipal:hover .boton_derecha, .PresentacionPrincipal:hover .contenedor_indicadores {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.PresentacionPrincipal:hover .boton_izquierda {
	transition-delay: 0.1s;
}

.boton_izquierda {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	height: 50px;
	width: 50px;
	background: #919e37;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	z-index:10;
	padding: 8px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
}

.boton_derecha
{
	position: absolute;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: #bacb46;
	color: white;
	-webkit-font-smoothing: antialiased;
	right: 0px;
	text-align: center;
	cursor:pointer;
	z-index:10;
	padding: 8px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.boton_izquierda img, .boton_derecha img {
	height: 100%;
}

.contenedor_indicadores {
	/* width: 100%; */
	text-align: left;
	position: absolute;
	right: 80px;
	bottom: 10px;
	z-index: 15;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	opacity: 0;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	max-width: 1200px;
	margin: auto;
}

.indicador_selector_imagen
{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: solid 1px white;
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
}

.indicador_selector_activo {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #bacb46;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display:none;
}

.indicador_activo .indicador_selector_activo {
	display:block;
}

.control_imagen_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.control_background_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index:5;
	opacity: 0.4;
}

.pos_visible {
	left:0px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	z-index:2;
}

.pos_derecha {
	left:100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	z-index:1;
}

.pos_izquierda {
	left:-100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	z-index:1;
}

.salto_derecha {
	left:100%;
	display:none important!;
	z-index:0 important!;
}

.salto_izquierda {
	left:-100%;
	display:none important!;
	z-index:0 important!;
}

.ContenedorTextoImagen {
	position: absolute;
	width: 50%;
	margin: auto;
	z-index:10;
	bottom: 0;
	min-height: 25%;/* FF3.6+ *//* Chrome,Safari4+ *//* Chrome10+,Safari5.1+ *//* Opera 11.10+ *//* IE10+ *//* W3C *//* IE6-9 */
	padding: 50px 30px 50px 50px;
	background: rgba(255,255,255,0.9);
	line-height: 1.4;
}

.TextoTituloPresentacion {
	opacity: 1;
	z-index: 2;
	position: relative;
	color: #bacb46;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 10px;
}

.TextoDescripcionPresentacion {
	width: 100%;
	color: rgb(40, 40, 40);
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
}

.TextoEnlacePresentacion {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}

.TextoEnlacePresentacion a {
	color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	left: 0;
	top: 0;
}

.TextoEnlacePresentacion:hover {
	opacity: 0.4;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	background: rgba(61, 43, 43, 0.1);
	color: rgba(255,255,255,0.2);

}

.img-presentacion-banner{
	min-width: 100%;
	min-height: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	background-size: cover;
}


@media screen and (max-width: 850px) {

.ct-slider {
}

@media screen and (max-width: 750px) {

.ContenedorTextoImagen {	
	width: 100%;
}

}