body {
	font-family: 'Nunito', sans-serif;
	color: #444;
}
.container-fluid {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.height10 {
	height: 10px
}
.height20 {
	height: 20px
}
.height50 {
	height: 50px
}
.formulario input {
	width: 100%;
	border: 1px solid #666;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 10px 12px;
}
h3, .h3 {
	font-size: 22px;
}
.boton {
	border: 2px solid #DF0C36;
	color: #DF0C36;
	padding: 12px 50px;
	border-radius: 28px;
	background: #fff;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s ease-in;
}
.boton:hover {
	color: #fff;
	background: #DF0C36;
}
a.descarga {
	background: #DF0C36;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 14px 30px;
	text-decoration: none;
	border-radius: 10px;
}