.button{
	width: 220px;
	display: block;
	margin: 40px auto 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #652D91;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	border: none;
	font-family: 'Raleway-Thin';
}
/******************/
header{
	padding: 0px !important;
}
.nav{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
}
.nav .logo{
	max-width: 140px;
    width: 100%;
}
.icon-bar{
	background: #FFFFFF;
}
header .menu{
	text-align: right;
	margin-top: 20px;
	position: relative;
}
header .menu a{
	word-break: keep-all;
}	
header .menu a.active{
	color: #652D91; 
}
header .menu a{
	margin-right: 20px;
	cursor: pointer;
	color: #fff;
	font-family: 'Lato-Regular',sans-serif;
	text-transform: uppercase;
}
.carousel .item img{
	width: 100%;
}
.carousel-caption{
	top: 30%;
}
.carousel-caption h3{
	font-family: 'Raleway-Bold';
	font-size: 40px;
	margin-bottom: 40px;
}
.carousel-caption p{
	font-family: 'Raleway-Regular';
	font-size: 30px;
	
}
/**********************/
.virtual{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.virtual h3{
	font-family: 'Raleway-Light';
	font-size: 30px;
	max-width: 840px;
	margin: 60px auto;
	line-height:2;
}
.virtual p{
	font-family: 'Raleway-Light';
	font-size: 20px;
	color: hsl(0,0%,60%);
	line-height: 1.3;
}
/****************************/
.real{
	padding-top: 120px;
	padding-bottom: 100px;
}
.real h3{
	font-size: 30px;
	font-family: 'Raleway-Regular';
	letter-spacing: 0.001em;
	line-height: 1.3;
	color: #272727;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 90px;
	text-align: center;
}
.real .row{
	margin-bottom: 80px;
}
.real .row h4{
	font-size: 22px;
	font-family: 'Raleway-Bold';
	margin-top: 0px;
}
.real .row ul{
	margin-left: 10px;
}
.real .row ul li{
	text-align: left;
	font-family: 'Raleway-Light';
	font-size: 18px;
	margin: 6px auto;
	line-height: 1.4;
}
.cf {
  position:relative;
  height:281px;
  width:450px;
  max-width: 100%;
  margin:0 auto;
}

.cf img {
	border-radius: 4px;
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
@keyframes cf3FadeInOut {
	0% {
		opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
#cf1 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 4s;
animation-direction: alternate;
}
#cf2 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}
#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 7s;
animation-direction: alternate;
}
/*************************/
.caracteristicas{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #652D91;
	color: #ffffff;
	text-align: center;
	min-height: 360px;
}
.caracteristicas img{
	max-width: 100%;
	max-height: 280px;
	width: auto !important;
	margin: 20px auto;
}
/************************/
@media(max-width: 992px){
	.real p{
		text-align: center;
	}
	.virtual img, .real img{
		margin: 0 auto 40px;
	}
}
@media(max-width: 768px){
	.nav{
		padding-left: 0px;
	}
	header .menu{
		padding: 40px 20px 20px;
		background: rgba(0, 0, 0, 0.9);
		width: 100%;
	}
	.menu a{
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.carousel-inner>.item>img{
		max-width: initial !important;
		width: auto !important;
	}
	.carousel-caption {
		top: 140px;
		left: 0px;
		right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.caracteristicas p{
		min-height: auto;
	}
}