
.jms-slideshow {
	position: relative;
	width: 100%;
	max-width: 960px;
	min-width: 200px;
	margin: 0;
	height: 380px;
}

.jms-wrapper {
	width: auto;
	min-width: 200px;
	height: 380px;
	background-color: #fff;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}

.welcomeImage{
	background:url(../images/welcomeImage.jpg) no-repeat;
	width: 960px;
	height: 380px;

}
.color-1 {
background-image: linear-gradient(left , rgb(254,157,0) 35%, rgb(226,79,0) 100%);
background-image: -o-linear-gradient(left , rgb(254,157,0) 35%, rgb(226,79,0) 100%);
background-image: -moz-linear-gradient(left , rgb(254,157,0) 35%, rgb(226,79,0) 100%);
background-image: -webkit-linear-gradient(left , rgb(254,157,0) 35%, rgb(226,79,0) 100%);
background-image: -ms-linear-gradient(left , rgb(254,157,0) 35%, rgb(226,79,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.35, rgb(254,157,0)),
	color-stop(1, rgb(226,79,0))
);

}
.color-2 {
background-image: linear-gradient(bottom, rgb(24,39,145) 17%, rgb(45,65,195) 60%);
background-image: -o-linear-gradient(bottom, rgb(24,39,145) 17%, rgb(45,65,195) 60%);
background-image: -moz-linear-gradient(bottom, rgb(24,39,145) 17%, rgb(45,65,195) 60%);
background-image: -webkit-linear-gradient(bottom, rgb(24,39,145) 17%, rgb(45,65,195) 60%);
background-image: -ms-linear-gradient(bottom, rgb(24,39,145) 17%, rgb(45,65,195) 60%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.17, rgb(24,39,145)),
	color-stop(0.6, rgb(45,65,195))
);
}

.color-white{
	background-color: white;
}

.step {	
	width: 900px;
    height: 380px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	margin: 0px 400px 0px 20px;
	position: relative;
	clear: both;

}
/** Generated by FG **/
@font-face {
	font-family: 'Nevis';
	src: url('fonts/nevis.eot');
	src: local('☺'), url('fonts/nevis.woff') format('woff'), url('fonts/nevis.ttf') format('truetype'), url('fonts/nevis.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

.nevis-titulo {font: 320% 'Nevis', Arial,Tahoma, sans-serif; font-weight: bold;}


.step h3{
	color: #fff;
	z-index: 200;
	font-weight: bold;	
	margin: 0;
	padding: 0 10px 0 530px;
	text-align: right;
	text-shadow: 0px 1px 3px #763402;

}

.step:not(.active) h3.pensiones-title, .step:not(.active) h3.inversion-title{
	opacity: 0;
	margin-top: 150px;
}
.step:not(.active) h3.small-title{
	opacity: 0;
	margin-top: -150px;
}


.step h3.small-title{
	color: #fff;
	z-index: 200;
	font-weight: bold;	
	margin: 0;
	padding: 0 10px 0 630px;
	text-align: right;
	-webkit-transition: all 0.2s ease-in-out 1s;
	-moz-transition: all 0.2s ease-in-out 1s;
	-ms-transition: all 0.2s ease-in-out 1s;
	-o-transition: all 0.2s ease-in-out 1s;
	transition: all 0.2s ease-in-out 1s;

	text-shadow: 0px 1px 3px #763402;
        filter: dropshadow(color=#763402, offx=0, offy=2);
}
.step h3.pensiones-title{
	color: #fff;
	z-index: 200;
	font-weight: bold;	
	margin: 0;
	padding: 0 10px 0 630px;
	text-align: right;
				-webkit-transition: all 0.2s ease-in-out 1s;
	-moz-transition: all 0.2s ease-in-out 1s;
	-ms-transition: all 0.2s ease-in-out 1s;
	-o-transition: all 0.2s ease-in-out 1s;
	transition: all 0.2s ease-in-out 1s;

	text-shadow: 0px 1px 3px #763402;
        filter: dropshadow(color=#763402, offx=0, offy=2);
}

.step p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	line-height: 40px;
	font-size: 24px;
	font-weight: normal;

}
.step p.slide-pensiones{
	line-height: 30px;
}

.step p.slide-inver{
	color: #46423e;
	z-index: 2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	line-height: 40px;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	padding-top: 20px;
	margin: 0;
}
.step h3.inversion-title{
	color: #46423e;
	text-decoration: none;
	text-shadow:none;
			-webkit-transition: all 0.2s ease-in-out 1s;
	-moz-transition: all 0.2s ease-in-out 1s;
	-ms-transition: all 0.2s ease-in-out 1s;
	-o-transition: all 0.2s ease-in-out 1s;
	transition: all 0.2s ease-in-out 1s;


}

.step img.inversion-img{
	margin-top: -40px;
}

a.btn {

	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}


.step:not(.active) a.btn{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: 0px;
	top: 20px;
}

.step img.pensiones-img{
	position: absolute;
	right: 0px;
	top: 100px;
}
.step img.inversion-img{
	position: absolute;
	right: 0px;
	top: 100px;
}
.jms-dots{
	width: 100%;
	margin-top: -300px;
	position: absolute;
	float: right;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	cursor: pointer;
	
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}