@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	/*Image only BG fallback*/

	/*background = gradient + image pattern combo
	background:
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
		*/
}

body {
	font-family: montserrat, arial, verdana;
}

/*form styles*/
#msform {
	width: 400px;
	margin: 3px auto;

	position: relative;
}

#msform fieldset {
	/*background: #cac4bb;
	border: 0 none;
	border-radius: 1px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;*/
	background-color: Transparent;
	color: #CC0000;
	

	width: 450px;
	height: 300px;
	/*padding:65px;*/

	font-weight: bold;

	border: 1px solid;
	border-color: #ff6b00;
left:-40px;


	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 5px 5px;
	

	margin: 0 5%;

	/*stacking fieldsets above each other*/
	position: relative;


	/*stacking fieldsets above each other*/

}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#msform input,
#msform textarea {
	padding: 13px;
	border: 1px solid #ccc;

	margin-bottom: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: Gill;
	color: #2C3E50;
	font-size: 13px;

}
.error {
	padding: 13px;
	border: 1px solid #ccc;

	margin-bottom: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: Gill;
	color: #2C3E50;
	font-size: 13px;
	border: 1px solid red;
}
.pasa {
	padding: 13px;
	border: 1px solid #ccc;

	margin-bottom: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: Gill;
	color: #2C3E50;
	font-size: 13px;
	border: 1px solid green;
}

/*buttons*/
#msform .action-button {
	width: 50px;
	background: #FF6B00;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 5px;
}

#msform .action-button-no-press {
	font-family: Gill;
	width: 105px;
	background-color: white;
	font-weight: bold;
	color: black;
	border: 0 none;
	/*border-radius: 1px;*/
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 2px;
	font-size: 20px;
}

#msform .action-button-press {
	font-family: Gill;
	width: 105px;
	background: #FF6B00;
	font-weight: bold;
	color: white;
	border: 0 none;
	/*border-radius: 1px;*/
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 2px;
	font-size: 20px;
}

#msform .action-button-no-press2 {
	font-family: Gill;
	width: 215px;
	background-color: white;
	font-weight: bold;
	color: black;
	border: 0 none;
	/*border-radius: 1px;*/
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 2px;
	font-size: 15px;
}

#msform .action-button-press2 {
	font-family: Gill;
	width: 215px;
	background: #FF6B00;
	font-weight: bold;
	color: white;

	border: 0 none;
	/*border-radius: 1px;*/
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 2px;
	font-size: 15px;
}

#msform .action-button-siguiente {
	font-family: Gill;
	width: 433px;
	background-color: #333333;
	font-weight: bold;
	color: white;
	border: 0 none;
	/*border-radius: 1px;*/
	cursor: pointer;
	padding: 10px 5px;
	margin: 3px 2px;
	font-size: 20px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 10px;
}

.colorwv {
	color: white;
	text-align: left;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
	/*put it behind the numbers*/
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
	background: #FF6B00;
	color: white;
}



.content-input {
	position: relative;
	margin-bottom: 30px;
	padding: 5px 0 5px 60px;
	/* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
	display: block;
}

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input+i {
	background: #f0f0f0;
	border: 2px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
}

/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio]+i {
	height: 30px;
	width: 30px;
	border-radius: 100%;
	left: 15px;
}



.content-input input[type=radio]+i:before {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	background: red;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	background: #2AC176;
	transition: all 0.25s ease;
	/* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0)
		/* Lo reducimos a 0*/
	;
	opacity: 0;
	/* Lo ocultamos*/
}

.content-input input[type=radio]:checked+i:before {
	transform: scale(1);
	opacity: 1;
}

.content-input:hover input[type=radio]:not(:checked)+i {
	background: #B1E8CD;
}

.content-input input,
.content-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.content-input input {
	visibility: hidden;
	position: absolute;
	right: 0;
}

input:invalid {
	border: 1px solid red;
}

input:valid {
	border: 1px solid green;
}
