header{
	padding: 0px !important;
}
.nav{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 180px;
	padding-top: 20px;
	padding-left: 20px;
}
.icon-bar{
	background: #FFFFFF;
}
.navbar-toggle{
	z-index: 9999;
}
.nav .logo{
	max-width: 140px;
}
.nav .brand{
	padding-top: 120px;
	color: #FFFFFF;
	text-align: center;
}
.nav .brand h1{
	font-family: 'Raleway-Light';
	font-size: 52px;
	margin-bottom: 40px;
}
.nav .brand h1 strong{
	font-family: 'Raleway-Bold';
}
.nav .brand p{
	font-family: 'Avenir Book';
	font-size: 22px;
	margin: 20px auto 0;
}
header .menu{
	position: absolute;
	right: 15px;
	top: 20px;	
}
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;
}
header .top{
	width: 100%;
}
/***********************/
.wifi{
	padding-top: 60px;
	padding-bottom: 40px;
	background: #652D91;
	color: #ffffff;
}
.wifi h3{
	margin-top: 54px;
	font-family: 'Raleway-Regular';
	font-size: 30px;
	margin-bottom: 20px;
}
.wifi p{
	font-family: 'Raleway-Light';
	font-size: 22px;
}
.wifi img{
	margin: 0 auto;
}
/***************************/
.servicio{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: hsl(0,0%,94%);
}
.servicio h3{
	font-size: 30px;
	font-family: 'Raleway-Regular';
	letter-spacing: 0.001em;
	line-height: 1.3;
	color: #272727;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
}
.servicio p{
	text-align: center;
	font-family: 'Raleway-Light';
	font-size: 18px;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.4;
}
.servicio .local{
	max-height: 240px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.servicio .internet{
	max-height: 260px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*******************************/
.lema{
	background: url(../img/lema-back.jpeg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	padding-top: 240px;
	text-align: center;
}
.lema p{
	margin-top: 260px;
	max-width: 720px;
	margin: 0 auto;
	font-size: 40px;
	font-family: 'Raleway-Light';
	color: #FFFFFF;
	text-align: center;
}
.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';
}
.button:visited{
	color: #fff;
}
.button img{
	margin-left: 6px;
	margin-top: -4px;
}
/****************************/
.panel{
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
}
.panel h3{
	font-family: 'Raleway-Light';
	font-size: 40px;
	margin-bottom: 40px;
}
.panel h4{
	font-family: 'Raleway-Light';
	font-size: 24px;
	color: hsl(0,0%,60%);
	line-height: 1.3;
	margin-bottom: 40px;
}

/***********************************/
.beneficios{
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #652D91;
	color: #ffffff;
}
.beneficios h3, .beneficios h4{
	text-align: center;
}
.beneficios h3{
	font-family: 'Raleway-Light';
	font-size: 40px;
	margin-bottom: 20px;
}
.beneficios h4{
	font-family: 'Raleway-Thin';
	font-size: 28px;
	margin-bottom: 40px;
}
.beneficios p{
	font-family: 'Raleway-Regular';
	letter-spacing: 0.01em;
	font-size: 22px;
}
.beneficios .item{
	margin-bottom: 40px;
	min-height: 72px;
}
.beneficios .item.left{
	text-align: right;
}
.beneficios .img-cont{
	background: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	width: 70px;
	float: left;
	margin-right: 20px;
}
.beneficios .item.left .img-cont{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.img-cont img{
	max-width: 60px;
	margin: 0 auto;
}
.pt-14{
	padding-top: 14px;
}
.pt-34{
	padding-top: 34px;
}
/***********************************/
.video {
  	width: 100%;
  	height: 600px;
  	overflow: hidden;
  	position: relative;
	padding: 0px;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***********************************/
footer{
	margin-top: -20px;
}
@media(max-width: 992px){
	header .top {
		margin-right: 0;
		width: auto;
		max-width: inherit !important;
		height: 720px !important;
		float: right;
	}
	.wifi .phone{
		margin-top: 20px;
	}
	.beneficios .item .img-cont{
		float: none !important;
		margin: 0 auto 20px !important;
	}
	.beneficios .item {
		text-align: center !important;
	}
	.beneficios .phone{
		max-height: 400px;
		margin: 0 auto 20px;
	}
}
@media(max-width: 768px){
	.nav{
		padding-left: 0px;
	}
	.nav .brand{
		padding-top: 80px;
	}
	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;
	}
	.servicio .col-xs-12{
		margin-top: 20px;
	}
}
@media(max-width: 425px){
	.nav .brand h1{
		font-size: 40px;
	}
	.nav .brand h1 strong{
		font-size: 50px;
	}
}