*,html,li,ul,p,h1,h2,h3,h4,h5,h6,label,input,select{
	font-family: 'Akzidenz-Grotesk BQ';
}

body{
	margin:0px;
	height:100%;
	display:block;
}

.wallpaper{
	position: fixed;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/wallpaper.jpg) center center no-repeat;
	background-size: cover !important;
	background-position-y: bottom;
	background-position-x: right;
}

.wallpaper h1{
	font-size: 34px;
	position: fixed;
	bottom: 5%;
	right: 5%;
	margin: 0px;
	color: #fff;
}

.wallpaper h1 span{
	font-weight: normal;
}

.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 12;
}

.header .content-with-header{
	display: table;
	width: 100%;
	padding: 40px 50px;
	padding-bottom: 0px;
}

.header .content-with-header .logo{
	float: left;
	display: inline-table;
}

.header .content-with-header .logo a{
	display: block;
	cursor: pointer;
}

.header .content-with-header .logo a img{
	display: block;
}

form{
	display: block;
	width: 100%;
	max-width: 260px;
	padding: 28px 38px;
	margin: 0px;
	background: #606266db;
	border: 2px solid #fff;
	float: left;
	position: relative;
}

.result-firma{
	float: left;
	display: block;
	width: 50%;
	max-width: 320px;
	height: 375px;
	padding: 50px 0px;
	padding-left: 6px;
	margin-left: 2.5%;
	border: 2px solid #fff;
	background: #fff;
}

h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	color: #fff;
}

label{
	margin-top: 15px;
	display: block;
}

.content{
	padding: 0px;
	display: table;
	width: calc(50% - 100px);
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 10px 50px;
}

.content-left{
	width: calc(70% - 100px);
	left: 0px;
}

.content-right{
	width: calc(30% - 100px);
	left: 70%;
}

.center-content{
	display: table-cell;
	vertical-align: middle;
}

.form-control{
	width: 100%;
	border: 0px;
	border-radius: 0px !important;
	outline: 0;
	-webkit-appearance:none;
	height: 40px;
	padding: 4px 18px;
	font-size: 19px;
	font-weight: normal;
	color: #231f20;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

.input-group{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.btn{
	background: transparent;
	border-radius: 0px;
	text-decoration: none !important;
	box-sizing: border-box;
	margin-top: 16px;
	display: block;
	width: 100%;
	border: 2px solid #fff;
	font-weight: normal;
	font-size: 22px;
	padding: 12px 0px;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.btn:hover{
	background: rgba(255, 255, 255, .2);
}

.msg-box{
	width: 100%;
	padding:10px 15px;
	background:#fff;
	border-left:3px solid #000;
	margin-top:10px;
	margin-bottom:20px;
	box-sizing: border-box;
}

.msg-box p{
	font-size:16px !important;
	margin:0px !important;
	padding: 0px !important;
	line-height: 22px !important;
}

.msg-box.success{
	background-color: #eef7ea !important;
	border-color: #c9e2b3 !important;
	color: #3c763d !important;
}

.msg-box.error{
	background-color: #f9f0f0 !important;
	border-color: #e4b9c0 !important;
}

.msg-box.error p{
	color: #a94442 !important;
	font-size: 16px !important;
}

.btn-download{
	display: table;
	padding: 18px 15px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-left: auto;
	background: #002c5fdb;
	border: 2px solid #fff;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.btn-download:hover{
	background: #002c5f;
}

i.icon-download{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-download.svg) center center no-repeat;
	background-size: contain !important;
}

.btn-download i{
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-left: 8px;
}

@media screen and (max-width: 1126px) {
	.content{
		padding: 90px 25px;
	}

	.result-firma{
		width: 45%;
	}

	form{
		width: 45%;
		padding: 51px 25px;
	}
}

@media screen and (max-width: 1060px) {
	.content-right{
		width: calc(30% - 40px);
		padding: 0px !important;
	}

	.btn-download{
		padding: 18px 10px;
	}
}

@media screen and (max-width: 1000px) {
	.content{
		width: calc(100% - 100px);
		height: auto;
		top: 0;
	}

	.content-right{
		left: 0px;
		top: inherit;
		bottom: 100px;
		padding: 25px !important;
	}

	.btn-download{
		margin-left: inherit;
		margin-right: auto;
	}

	.result-firma{
		display: none !important;
	}

	form{
		width: 100%;
		display: block;
		height: 100%;
		float: none;
		max-width: 350px;
	}
}

.loading{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.loading.show{
	display: table;
}

.loading .center{
	display: table-cell;
	vertical-align: middle;
}

.loading .center p{
	font-size: 26px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 460px) {
	.wallpaper{
		position: relative;
		background: url(../images/wallpaper-mobile.jpg) center center no-repeat;
	}

	.content{
		width: calc(100% - 50px);
		padding: 25px;
		position: relative;
		bottom: inherit;
		top: inherit;
		left: inherit;
		position: relative !important;
	}

	.content-left{
		padding-top: 25px;
	}

	.header .content-with-header{
		padding: 30px 25px;
		padding-bottom: 0px;
	}

	.header .content-with-header .logo a img{
		width: 162px;
	}

	h2{
		font-size: 28px;
	}

	form{
		max-width: inherit;
		width: calc(100% - 56px);
		padding: 38px 28px;
		float: none;
	}

	.btn{
		font-size: 18px;
	}

	.btn-download{
		width: calc(100% - 60px);
		padding: 18px 30px;
		font-size: 18px;
	}

	.form-control{
		font-size: 16px;
		height: 38px;
		padding: 8px 12px;
	}
}