	header {
		cursor: default;
	}

	header > .date {
		display: block;
		font-size: 0.8rem;
		height: 1;
		margin: 0 0 1rem 0;
		position: relative;
	}

	header > p {
		font-style: italic;
	}

	header > h1 + p {
		font-size: 1.1rem;
		margin-top: -0.5rem;
		line-height: 2;
	}

	header > h2 + p {
		font-size: 1rem;
		margin-top: -0.75rem;
	}

	header > h3 + p {
		font-size: 0.9rem;
		margin-top: -0.75rem;
	}

	header > h4 + p {
		font-size: 0.8rem;
		margin-top: -0.75rem;
	}

	header.major {
		margin: 0 0 4rem 0;
		text-align: center;
	}

	header.major > :last-child {
		margin-bottom: 0;
	}

	header.major > p {
		margin-top: 0;
		text-align: center;
	}

	header.major > .date {
		font-size: 1rem;
		margin: 0 0 4rem 0;
	}

	header.major > .date:before, header.major > .date:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		width: calc(50% - 6rem);
		border-top: solid 2px;
	}

	header.major > .date:before {
		left: 0;
	}

	header.major > .date:after {
		right: 0;
	}

	@media screen and (max-width: 980px) {

		header br {
			display: none;
		}

	}

	@media screen and (max-width: 736px) {

		header.major {
			margin: 0 0 2rem 0;
		}

	}

	header.major .date:before, header.major .date:after {
		border-top-color: #faa634;
	}

	/* Form */

	form {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% + 3rem);
		margin: -1.5rem 0 2rem -1.5rem;
	}

	form > .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		padding: 1.5rem 0 0 1.5rem;
		width: calc(100% - 1.5rem);
	}

	form > .field.half {
		width: calc(50% - 0.75rem);
	}

	form > .field.third {
		width: calc(100%/3 - 0.5rem);
	}

	form > .field.quarter {
		width: calc(25% - 0.375rem);
	}

	form > .actions {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		margin: 1.875rem 0 0 1.5rem !important;
		
	}

	form.alt {
		display: block;
		width: 100%;
		margin: 0 0 2rem 0;
	}

	form.alt > .actions {
		margin: 0 0 2rem 0;
		width: 100%;
	}

	.CuadrosTexto_1{
		border-radius: 50pt;
		border-width: 2.5pt; 
		background-color: rgb(241,243,244);
	}



	@media screen and (max-width: 480px) {

		form {
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

		form > .field {
			padding: 1.5rem 0 0 1.5rem;
			width: calc(100% - 1.5rem);
		}

		form > .field.half {
			width: calc(100% - 1.5rem);
		}

		form > .field.third {
			width: calc(100% - 1.5rem);
		}

		form > .field.quarter {
			width: calc(100% - 1.5rem);
		}

		form > .actions {
			margin: 1.5rem 0 0 1.5rem;
			width: calc(100% - 3rem);
		}

	}

	label {
		display: block;
		font-family: "Arial", Helvetica, sans-serif;
		font-weight: 900;
		line-height: 1.5;
		letter-spacing: 0.075em;
		font-size: 0.8rem;
		text-transform: uppercase;
		margin: 0 0 0.75rem 0;
	}

	@media screen and (max-width: 980px) {

		label {
			font-size: 0.9rem;
		}

	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: solid 2px;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

	input[type="text"]:invalid,
	input[type="password"]:invalid,
	input[type="email"]:invalid,
	select:invalid,
	textarea:invalid {
		box-shadow: none;
	}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

	.select-wrapper:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.select-wrapper:before {
		content: '\f078';
		display: block;
		height: 3rem;
		line-height: 3rem;
		pointer-events: none;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 3rem;
	}

	.select-wrapper select::-ms-expand {
		display: none;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		text-decoration: none;
		cursor: pointer;
		display: inline-block;
		font-size: 1rem;
		letter-spacing: 0;
		font-family: "Merriweather", Georgia, serif;
		text-transform: none;
		font-weight: 300;
		padding-left: 2.8rem;
		padding-right: 1rem;
		position: relative;
	}

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
		border: solid 2px;
		content: '';
		display: inline-block;
		height: 1.8rem;
		left: 0;
		line-height: 1.725rem;
		position: absolute;
		text-align: center;
		top: -0.125rem;
		width: 1.8rem;
	}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		content: '\f00c';
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #212931;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		border-color: #eeeeee;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
		border-color: #faa634;
	}

	select option {
		background-color: #ffffff;
		color: #212931;
	}

	.select-wrapper:before {
		color: #eeeeee;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #212931;
	}

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
		border-color: #eeeeee;
	}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #212931;
		border-color: #212931;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #18bfef;
	}

	::-webkit-input-placeholder {
		color: #909498 !important;
	}

	:-moz-placeholder {
		color: #909498 !important;
	}

	::-moz-placeholder {
		color: #909498 !important;
	}

	:-ms-input-placeholder {
		color: #909498 !important;
	}

	.formerize-placeholder {
		color: #909498 !important;
	}

	/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 0.8rem;
		font-weight: 900;
		letter-spacing: 0.075em;
		height: 3rem;
		line-height: 3rem;
		padding: 0 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5rem;
	}

	input[type="submit"].icon.solo,
	input[type="reset"].icon.solo,
	input[type="button"].icon.solo,
	button.icon.solo,
	.button.icon.solo {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
	}

	input[type="submit"].icon.solo:before,
	input[type="reset"].icon.solo:before,
	input[type="button"].icon.solo:before,
	button.icon.solo:before,
	.button.icon.solo:before {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: inherit;
		height: inherit;
		line-height: inherit;
		font-size: 1.25rem;
		margin-right: 0;
		text-align: center;
		text-indent: 0;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		display: block;
		margin: 0 0 1rem 0;
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		font-size: 0.7rem;
		height: 2.5rem;
		line-height: 2.5rem;
		padding: 0 1.5rem;
	}

	input[type="submit"].big,
	input[type="reset"].big,
	input[type="button"].big,
	button.big,
	.button.big {
		font-size: 0.9rem;
		height: 3.5rem;
		line-height: 3.5rem;
		padding: 0 2.75rem;
	}

	@media screen and (max-width: 980px) {

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			font-size: 0.9rem;
			height: 3.25rem;
			line-height: 3.25rem;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1rem;
			height: 3.75rem;
			line-height: 3.75rem;
		}

	}

	input[type="submit"].disabled, input[type="submit"]:disabled,
	input[type="reset"].disabled,
	input[type="reset"]:disabled,
	input[type="button"].disabled,
	input[type="button"]:disabled,
	button.disabled,
	button:disabled,
	.button.disabled,
	.button:disabled {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		opacity: 0.25;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #212931;
		color: #212931 !important;
	}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover {
		box-shadow: inset 0 0 0 2px #18bfef;
		color: #18bfef !important;
	}

	input[type="submit"].special,
	input[type="reset"].special,
	input[type="button"].special,
	button.special,
	.button.special {
		background-color: rgb(241,93,34);
		box-shadow: none;
		color: #ffffff !important;
		border-radius: 5pt;
		border-width: 2.5pt; 
		text-align:center;
	}

	input[type="submit"].special:hover,
	input[type="reset"].special:hover,
	input[type="button"].special:hover,
	button.special:hover,
	.button.special:hover {
		background-color: #919195; /*botonENVIAR*/
		border-radius: 5PT;
		border-width: 2.5pt;  
	}
