@font-face {
    font-family: 'GoodOT-CondBlack';
    src: url('../fonts/GoodOT-CondBlack.woff2') format('woff2'),
        url('../fonts/GoodOT-CondBlack.woff') format('woff'),
        url('../fonts/GoodOT-CondBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GoodOT-CondNews';
    src: url('../fonts/GoodOT-CondNews.woff2') format('woff2'),
        url('../fonts/GoodOT-CondNews.woff') format('woff'),
        url('../fonts/GoodOT-CondNews.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoodOT-CondBold';
    src: url('../fonts/GoodOT-CondBold.woff2') format('woff2'),
        url('../fonts/GoodOT-CondBold.woff') format('woff'),
        url('../fonts/GoodOT-CondBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}





.form-input, .error {
	font-family: 'GoodOT-CondNews';
	display: block;
	height: 24px;
	padding: 0px 0px;
	margin-bottom: 0px;
	font-size: 24px;
	text-align:left;
	behavior: url(PIE.htc);
	width: 290px;
	border:0px;
	border-bottom:1px solid #ccc;
	color: #999;
	position: relative;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 140px;
	overflow: auto;
	width: 98%;
	background-color:#CCC;
	position: relative;
}
.form-btn {
	padding: 0 15px;
	height: 30px;
	font: bold 12px;
	text-align: center;
	color: #fff;

	cursor: pointer;

	background-color: #2F57B7;
	clear: both;
	float: right;
}
.form-btn:hover {
	color: #8598C6;
	
}
.contact-form {
	padding: 15px;
	margin: 0 auto;
	position: relative;
	
	behavior: url(PIE.htc);
	text-align: left;

}
.formulario {
	overflow: hidden;
	padding: 40px 20px;
}
.column:first-of-type {
	float: left;
	position: relative;
}

.column:last-of-type {
	float: right;
	margin: 0 0 20px 40px;
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #ff4141;
	font-size: 11px;
}
#contForm {
	height:260px;
	margin-right:auto;
	margin-left:auto;
	right:0px;
	left:0px;
}
#btnSend{
	bottom: 0px; 
	position: absolute; 
	right: 140px;
	margin-right:0px;
}