@charset "utf-8";
/* CSS Document */
* {
	
}
form {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] {
	display: block;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	line-height: 1.4;
}
select,
input,
textarea {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1rem;
	padding: 0.6rem;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/**/
}
select option:nth-child(odd) {
	background-color: #FFF0F0;
	color: #000;	
}
textarea {
	padding-top: 0;
}
fieldset {
	width: 90%;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.4em;
}
label,
legend {
	cursor: default;
	font-size: 1em;
	font-weight: 300;
	color: #777;
}
label {
	display: inline-block;
	cursor: default;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 0.2em;
}
legend {
	margin-left: 1em;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
}
label:first-letter,
legend:first-letter,
select:first-letter {
	text-transform: uppercase;
}
textarea {
	height: 10em;
	resize: vertical;
	overflow: auto;
}
input[type="radio"] {
	display: inline;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="checkbox"] {
	vertical-align: middle;
	display: inline;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
input[type="submit"] {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	display: block;
	cursor: pointer;
	border: none;
	color: #FFF;
	background-color: #6598B8;
	font-weight: 300;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.7em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.vale input[type="submit"] {
	background-color: #95050F;
}
input[type="submit"]:hover {
	background-color: #FFF;
	color: #000;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.rojo {
	display: inline;
	font-size: 120%;
	color: #FF3E3E;
	margin-right: 0.1em;
	margin-left: 0.1em;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
 *outline: none;
}

/* Created by ftutorials.com & modified by boskejo.com */
input:required, textarea:required {
 box-shadow: 0 0 0 1000px #FFFFFF inset;
 -moz-box-shadow: 0 0 0 1000px #FFFFFF inset;
 -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight:300;
 font-size: 1rem;
 color: #000;
 line-height: 1.4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1rem;
 color: #000;
 line-height: 1.4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1rem;
 color: #000;
 line-height: 1.4;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight:300;
 font-size: 1rem;
 color: #000;
 line-height: 1.4;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
form {
	*width: 70%;
}
}
