body {
	font-family: 'Open sans', sans-serif;
	background: #0b0c10;
	color: #c5c6c7;
}
.topbar {
	background: #0b0c10;
	-webkit-box-shadow: 1px 0 6px 0 #000;
	box-shadow: 1px 0 6px 0 #000;
	position: fixed;
}
.menu {
	color: #f0f0f0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.menu a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 25px 20px 21px 20px;
	border-bottom: 4px solid #0b0c10;
	-webkit-transition: .5s border-color ease-out;
	-moz-transition: .5s border-color ease-out;
	transition: .5s border-color ease-out;
}
.menu a:hover, .menu a.selected {
	border-bottom: 4px solid #ff5757;
}
.intro {
	background:rgb(31, 40, 51);
	padding: 40px;
}
.intro p, .logotipo p {
	margin: 0;
}
.footer {
	background: #1f2833;
	padding: 10px;
}
h1 {
	font-size: 1.6rem;
	color: #fff;
	border-bottom: 4px solid #ff5757;
	width: 300px;
	margin: 40px 0 40px 0px;
	padding-left: 40px;
}
h1 a, h1 a:hover {
	color: white;
}
h2 {
	margin: 30px auto;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: 4px solid #45a29e;
	width: 300px;
	text-align: center;
}
p {
	margin-left: 40px;
	margin-right: 40px;
}
.button {
	background: #45a29e;
}
.field {
	padding: 4px 0 20px 0;
}
label {
	color: #fff;
	font-weight: 600;
}
input[type=text], input[type=email], input[type=password], textarea, .input-group-field {
	color: #fff;
	border: 1px solid #111419;
	background: rgba(11, 12, 16, 0.8);
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	color: #fff;
	border: 1px solid #111419;
	background: rgba(11, 12, 16, 0.8);
}
#logo-aux {
	height: 66px;
	padding: 5px;
	-webkit-transition: .5s opacity linear;
	-moz-transition: .5s opacity linear;
	transition: .5s opacity linear;
}
.logotipo {
	margin-bottom: 30px;
	padding: 0 20px;
	padding: 0 30px;
}
.logotipo div, .logotipo a {
	display: block;
	height: 112px;
	margin-bottom: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.invisible {
	opacity: 0;
}

.contact h1 {
	margin: 40px 0;
}

.contact .form {
	 margin: 0 40px;
}

.contact .cnt {
	margin-top: 80px;
	margin-bottom: 80px;
}

.designed-by {
	text-align: right;
}

.form-error {
	display: block;
}

.fieldWrapper {
	margin-bottom: 40px;
}

@media screen and (max-width: 39.9375em) {
	.topbar {
		display: none;
	}

	h1, p {
		padding: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	h2 {
		font-size: 1.2rem;
	}

	.contact h1 {
		margin: 40px 0 40px 20px;
	}

	.contact .form {
		 margin: 0 20px;
	}

	.contact .form p {
		 margin: 0;
	}

	.contact .cnt {
		margin-top: 0;
		margin-bottom: 0;
	}

	.footer, .designed-by {
		text-align: center
	}
}