header{
	padding: 0px !important;
	min-height: 180px;
	background: url('../img/bg.jpg') no-repeat;
	background-position: center;
}
.navbar-toggle{
	z-index: 9999999;
}
.nav{
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 60px;
}
.icon-bar{
	background: #652D91;
}
.nav .logo{
	max-width: 140px;
}
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 h3.title{
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
    font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 40px;	
}
/***********************/
.button{
	width: 220px;
	display: block;
	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';
	margin: 0 auto;
}
.button:visited{
	color: #fff;
}
main{
	margin-top: 40px;
	padding-bottom: 80px;
	text-align: center;
}
main p{
	font-family: 'Raleway-Regular';
	font-size: 20px;
	margin-bottom: 40px;
}
#contactoLabel{
	padding-bottom: 20px;
	font-family: 'Raleway-Bold';
	font-size: 1.4em;
}
 #nombre, #email, #telefono, #msg {
    width: 100%;
	margin-bottom: 1em;
	padding: 0px 2px;
	border: none;
    border-bottom: 1px solid #CECECE;
	background:transparent;
	text-transform:uppercase;
	font-family: 'Raleway-Light';
    font-size: 14px;
    font-weight: normal;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-family:'Raleway-Light';
  font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  font-family:'Raleway-Light';
  font-size:14px;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  font-family:'Raleway-Light';
  font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  font-family:'Raleway-Light';
  font-size:14px;
  opacity: 1;
}
input:focus,textarea:focus{
	outline:none;
}
textarea[name=mensaje] {
    resize: none;
}
/*********************/
@media(max-width: 767px){
	.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;
	}
}