@font-face { 
  font-family: 'Industry Light';
  font-style: normal;
  font-weight: 600;
  src: local('Industry Light'), local('Industry-Light_0'), url(../font/Industry-Light_0.woff) format('woff');
}
@font-face { 
  font-family: 'Industry DemiBold';
  font-style: normal;
  font-weight: 600;
  src: local('Industry DemiBold'), local('Industry-DemiBold_0'), url(../font/industry-demibold0.woff) format('woff');
}


label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
	
}
.formulario {
	font-size:16px;
    display:block;
    margin:0 auto;
    width:280px;
    color: #dadada;
    font-family:"Industry DemiBold", Times, serif;

}
form {
    margin:0 auto;
    width:280px;
	padding:0 0 0 ;
}
 
input, textarea {
font-family:"Industry Light", Times, serif;
    width:550px;
	height:50px;
    background:#fff;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #cdcdcd;
    padding:8px;
    margin-top:3px;
    font-size:14px;
	color:#696969;

	
	
}

textarea {
    height:150px;
}
 
#submit {
font-family:"Industry DemiBold", Times, serif;
    width:550px;
    height:65px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	color: #fff;
	background-color:#403aaf;
	border-radius: 0px 0px 0px 0px;
}

.formulario-contenedor{
width:100%;
height:200px;




}


@media (max-width: 480px) {
form, textarea, input, label, #submit {
   width:100%;

}
}