.bg{
	position:fixed;
	display:block;
	top:114px;
	width:100%;
	height: calc(100% - 114px);
	background:url('../img/hd/backgroundNew.jpg');
	background-position:top;
	background-size:cover;
	z-index:-1;
}

.gradient{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 2%;
	height:50%;
	top:0;
	position:absolute;
	right:10%;
	width:29.33%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0) 100%);	
}	


.title,.subtitle{	
	font-family:code_lightregular;
}

.title{
	margin:20px 0;
	font-size: 73px;
	margin-top: 6px;
}
.subtitle{
	margin:10px 0;
	font-size: 20px;
	font-family: code_boldregular;
}

.slogan{
	font-size:30px;	
	font-family: code_boldregular;
}


.contacts{
	position:absolute;
	bottom:0;
}

.contacts p{
	font-size:25px;	
}

.header{
	width: 100%;
	background: rgba(25,25,25,1);
	top: 0;
	margin: 0;
	left: 0;
	position: fixed;
	color: #fff;
	text-align: center;
	box-shadow: 0px 6px 26px 2px rgba(0,0,0,0.75);
	height: 114px;
}

.titleBold{
	font-family: code_boldregular;
}

.subtitleBar{
	background: #fff;
	color: #333;
	font-family: code_boldregular;
	margin-top: -22px;
}

.body{
	width: 350px;
	position: absolute;
	left: 50%;
	top: 114px;
	margin: 50px;
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	box-shadow: 0px 0px 36px 0px rgba(51,51,51,1);
}

.footer{
	position: fixed;
	bottom: 0;
	background:  #fff;
	width: 100%;
	border-top: solid #333;
	box-shadow: 0px -6px 26px 2px rgba(0,0,0,0.75);
}

.footer .content{
	width: 100%;
    text-align:center;
    margin: 7px auto;
}


.footer .content .telefono a{
	color:black;
	text-decoration:none;
}

.footer .content .email a{
	color:black;
	text-decoration:none;
}

