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


.slider-sticky {
    opacity: 0;
}

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

.slider2 {
	background: url(../../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 {
	z-index: 0;
	position: relative;
	overflow: hidden;
	margin: auto;
	height: 600px;
	margin-bottom: 30px;
}

.PresentacionPrincipal {
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.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-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;
}


.boton_izquierda {
	position: absolute;
	bottom: 15px;
	right: 70px;
	height: 50px;
	width: 50px;
	background: #AFD056;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	z-index:10;
	opacity: 1;
	-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;
	text-align: center;
	padding: 8px
}

.boton_derecha
{
	position: absolute;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: #AFD056;
	color: white;
	-webkit-font-smoothing: antialiased;
	right: 15px;
	cursor:pointer;
	z-index:10;
	opacity: 1;
	-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;
	text-align: center;
	padding: 8px
}

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

.contenedor_indicadores {
	width: 100%;
	text-align: center;
	position: absolute;
	padding-top: 10px;
	bottom: 0px;
	padding-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%;
	margin: 3px;
	cursor: pointer;
	border: solid 1px white;
}

.indicador_selector_activo {
	width: 10px;
	height: 10px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.47);
	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;
	opacity: 0;
}

.control_background_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index:5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 71%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255, 255, 255, 0.7) 0%,rgba(255, 255, 255, 0.7) 15%,rgba(0,0,0,0.2) 60%,rgba(255, 255, 255, 0.2) 71%,rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255, 255, 255, 0.7) 0%,rgba(255, 255, 255, 0.7) 15%,rgba(0,0,0,0.2) 60%,rgba(255, 255, 255, 0.2) 71%,rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

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

.pos_derecha {
	left: 0;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

.pos_izquierda {
	left: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	opacity: 0;
}

.pos_derecha .TextoTituloPresentacion, .pos_derecha .TextoDescripcionPresentacion, .pos_izquierda .TextoTituloPresentacion, .pos_izquierda .TextoDescripcionPresentacion {
	-webkit-transform: translateX(-75px);
	-ms-transform: translateX(-75px);
	transform: translateX(-75px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.3s;
}

.pos_visible .TextoTituloPresentacion, .pos_visible .TextoDescripcionPresentacion {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.3s;
}

.pos_visible .TextoDescripcionPresentacion,.pos_visible .TextoDescripcionPresentacion {
	transition-delay: 0.5s;
}

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

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

.ContenedorTextoImagen {
	position: relative;
	padding-top: 195px;
	width: 100%;
	margin: auto;
	z-index:10;
	bottom: 50px;
	/* FF3.6+ *//* Chrome,Safari4+ *//* Chrome10+,Safari5.1+ *//* Opera 11.10+ *//* IE10+ *//* W3C *//* IE6-9 */
	padding-left: 30px;
	padding-right: 150px;
	max-width: 1200px;
}

.TextoTituloPresentacion {
	opacity: 1;
	z-index: 2;
	position: relative;
	color: #27B6D0;
	font-size: 50px;
	font-family: 'Lato';
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
	font-weight: 300;
	text-shadow: 1px 2px 4px rgb(255, 255, 255);
	padding: 10px 0px;
	max-width: 50%;
}

.TextoDescripcionPresentacion {
	width: 100%;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.4;
    overflow: hidden;
    text-shadow: 1px 1px 3px #111;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: relative;
    max-width: 50%;
}

.TextoEnlacePresentacion {
	opacity: 1;
	z-index: 2;
	color: transparent;
	position: absolute;
	font-style: Italic;
	line-height: 30px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: transparent;
	opacity: 1;
	-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;
	left: 0;
	top: 0;
	cursor: pointer;
}

.TextoEnlacePresentacion a {
	color: rgba(61, 43, 43, 0.5);
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.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%;
}

}

/* SLIDER CASOS EXITO */

.Testimonios
{
	position: relative;
    width: 100%;
}

.Testimonios:hover .boton_izquierda, .Testimonios:hover .boton_derecha, .Testimonios:hover .contenedor_indicadores {
	opacity: 1;
	-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;
}

.Testimonios .control_imagen_slider
{
	background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
	height: auto;
    overflow: inherit;
}

.Testimonios .control_background_slider
{
	background: none;
}

.Testimonios .ContenedorTextoImagen
{
	width: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    padding-top: 3%;
}

.Testimonios .boton_izquierda {
    position: absolute;
    top: 30%;
    left: 15px;
    height: 80px;
    width: 50px;
    background: rgba(189, 205, 0, 0.6);
    border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    z-index: 10;
    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;
    text-align: center;
    padding: 8px;
}

.Testimonios .boton_derecha
{
	position: absolute;
	top: 30%;
	width: 50px;
	height: 80px;
	background: rgba(189, 205, 0, 0.6);
    border-radius: 6px;
	-webkit-font-smoothing: antialiased;
	right: 15px;
	cursor:pointer;
	z-index:10;
	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;
	text-align: center;
	padding: 8px
}

.Testimonios .TextoTituloPresentacion {
	opacity: 1;
    z-index: 2;
    position: relative;
    color: #999;
    font-size: 24px;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1;
    font-weight: 700;
    padding: 10px 0px 30px;
    max-width: 90%;
    text-align: center;
    margin: auto;
}

.Testimonios .TextoDescripcionPresentacion {
	width: 100%;
	color: #333;
	font-size: 20px;
	line-height: 1.4;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position:relative;
	max-width: 90%;
	margin:auto;
	text-align:center;
	font-style:italic;
	text-shadow:none;
}

.Testimonios .contenedor_indicadores {
    width: auto;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    top: -40px;
    right: 50%;
    padding-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;
    margin-right: -50px;
}