
@font-face {
	font-family: 'Conv_Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Conv_Gotham-Book';
	margin:0px;
	font-size:1em;
}

.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	border:2px solid #513a1d;
	width:95%;
	background: #fff;
	border-radius:0px;
	color: #999;
	position: relative;
	font-family: 'Conv_Gotham-Book';
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 70px;
	overflow: auto;
	width: 90%; 
	position: relative;
	font-family: 'Conv_Gotham-Book';
}
.form-btn {
	font-family: 'Conv_Gotham-Book';
	padding: 10px 20px;
	font-size:1em;
	font-weight:bold;
	margin:0px auto;
	text-transform:uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 0px solid #000;
	background:#513a1d;
	clear: both;
	float:left;
	transition:all ease 0.5s;
	margin-right:10px;
	width: 100%;

}

.form-btn:hover {

	background:#775A35;
}

.contact-form {
	width: 100%;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;
}


.cont50
{
	width:100%;
	margin-right:1%;
	float:left;
}

.formulario {
	overflow: hidden;


}
.column:first-of-type {
	float: left;
	width:100%;
	position: relative;
}

.column:last-of-type {
	float: right;
		width:100%;
	
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #155a99;
	font-size: 11px;
}

@media screen and (max-width : 500px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 93%; 
}

.form-input, .error {
	width:93%;}

}
@media screen and (max-width : 300px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 90%; 
}

.form-input, .error {
	width:90%;}

}
@media screen and (max-width : 250px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 86%; 
}

.form-input, .error {
	width:86%;}

}
