/* CSS Document */


form{
	font: 20px "Open Sans", sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Tahoma, Arial;
	margin: auto;
	width: 93%;
	float: left;
}

body{
	width: auto;
	height: auto;
}

form input[type="text"], input[type="email"], input[type="phone"]{
	font: 20px "Open Sans", sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Tahoma, Arial;
	border: 1px solid #e1e1e1;
	width: 100%;
	color: rgb(0, 0, 0);
	border-radius: 3px;
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin-top: 3px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.07);
	margin-bottom: 5px;
}

#estado{
	font: 20px "Open Sans", sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Tahoma, Arial;
	border: 1px solid #e1e1e1;
	width: 50%;
	color: rgb(0, 0, 0);
	border-radius: 3px;
	height: 40px;
	padding: 5px 10px 5px 10px;
	margin-top: 3px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.07);
	margin-bottom: 5px;

}

form textarea{
	font: 20px "Open Sans", sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Tahoma, Arial;
	border: 1px solid #e1e1e1;
	height: 200px;
	width: 100%;
	color: rgb(0, 0, 0);
	padding: 5px 10px 5px 10px;
	margin-top: 3px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.07);
}

form input[type="submit"]{
	border: 1px solid rgb(0, 0, 0);
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	padding: 5px 0;
	width: 200px;
	border-radius: 15px;
	background-color: black;
	color: white;
	height: 40px;
}

.contact-elements select{
	width: 60%;
}
.unit{
	font-weight: 800;
	font-size: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
	.contact-elements select{
		width: 100%;
	}
}
