@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400");

	body {
		background: #fff;
	}
	
	body, input, select, textarea {
		color: #888;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14pt;
		font-weight: 400;
		line-height: 1.75em;
	}
	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

	@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
	@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
	@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
	
	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom: solid 1px #e4e4e4;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}
		
	a.icon.fa-facebook {
		display: flex !important;
	}
	a.icon.fa-instagram {
		display: flex !important;
	}

	strong, b {
		color: #777;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2.25em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #777;
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 0.5625em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			border: 0;
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #f4f4f4;
		margin: 2.25em 0;
	}

		hr.major {
			margin: 3.375em 0;
		}

	blockquote {
		border-left: solid 8px #e4e4e4;
		font-style: italic;
		margin: 0 0 2.25em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: #555;
		border-radius: 5px;
		color: #fff;
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0 2.25em 0;
	}

		pre code {
			-webkit-overflow-scrolling: touch;
			display: block;
			line-height: 1.5em;
			overflow-x: auto;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}


/* Form */

	form {
		margin: 0 0 2.25em 0;
	}

	label {
		color: #777;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1.125em 0;
	}

	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="file"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 5px;
		border: none;
		border: solid 2px #e4e4e4;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 90%;
		-webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
		-moz-transition: border linear 0.1s, box-shadow linear 0.1s;
		-ms-transition: border linear 0.1s, box-shadow linear 0.1s;
		-o-transition: border linear 0.1s, box-shadow linear 0.1s;
		transition: border linear 0.1s, box-shadow linear 0.1s;
		font-size:14px;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="file"]:focus,
		select:focus,
		textarea:focus {
			border-color: #900;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Source Sans Pro', sans-serif;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e4e4e4;
			display: block;
			height: 2em;
			line-height: 2em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2em;
		color: #000;
	}
	textarea {
		padding: 0.75em 1em;
		color: #000;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #888;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Source Sans Pro', sans-serif;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #fafafa;
				border-radius: 5px;
				border: solid 2px #e4e4e4;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #989898;
			border-color: #989898;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #4A96CA;
		}

	input[type="checkbox"] + label:before {
		border-radius: 5px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 5px;
		border: solid 2px #e4e4e4;
		margin-bottom: 2.25em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2.5em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2.25em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.avatar {
			overflow: hidden;
		}

			.image.avatar img {
				display: block;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2.25em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2.25em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 2px #f4f4f4;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.feature-icons {
			list-style: none;
			padding-left: 0;
		}

			ul.feature-icons li {
				text-decoration: none;
				display: inline-block;
				margin: 0 0 1.6875em 0;
				padding: 0.35em 0 0 3.5em;
				position: relative;
				width: 48%;
			}

				ul.feature-icons li:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.feature-icons li:before {
					background: #900;
					border-radius: 100%;
					color: #ffffff;
					display: block;
					height: 2.5em;
					left: 0;
					line-height: 2.5em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2.5em;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

				ul.icons li .icon:before {
					font-size: 1.25em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1.125em 0 0;
				vertical-align: middle;
				float: left;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5625em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.125em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5625em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1.125em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1.125em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1.125em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5625em;
					width: calc(100% + 0.5625em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5625em;
					}

	dl {
		margin: 0 0 2.25em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2.25em 0;
		width: 100%;
		background:#fff !important;
	}

		table tbody tr {
			border: solid 2px #f4f4f4;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #fafafa;
			}

		table td {
			padding: 0.75em 0.75em;
			border-left: 1px solid #ccc;
		}

		table th {
			color: #777;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 4px #e4e4e4;
		}

		table tfoot {
			border-top: solid 4px #e4e4e4;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 2px #e4e4e4;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 2px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 2px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #989898;
		border-radius: 5px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		font-size:14px;
		font-family: 'Source Sans Pro', sans-serif;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #a5a5a5;
			color: #ffffff !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #8b8b8b;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1.125em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #e4e4e4;
			color: #777 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #f4f4f4;
				color: #777 !important;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #eaeaea;
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #aaa;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #900;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #986969;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #900;
			}

		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 {
			background-color: #888 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Features */

	.features article {
		border-top: solid 3px #f4f4f4;
		margin-bottom: 2.25em;
		padding-top: 2.25em;
	}

		.features article:first-child {
			border-top: 0;
			padding-top: 0;
		}

		.features article .image {
			display: inline-block;
			padding-right: 2.5em;
			vertical-align: middle;
			width: 48%;
		}

			.features article .image img {
				display: block;
				width: 100%;
			}

		.features article .inner {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}

			.features article .inner > :last-child {
				margin-bottom: 0;
			}
			
		@media screen and (max-device-width: 480px){
			.features  article > img {
				width:100% !important;
			}
		}
		.features article > img {
			width:320px;
		}

/* Header */

	#header {
		background: #fff;
		color: #d1f1e9;
		height: 70px;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		right: 0;
	}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
			color: #ffffff;
		}

			#header h1 a, #header h2 a, #header h3 a, #header h4 a, #header h5 a, #header h6 a {
				color: #ffffff;
			}

		#header header p {
			color: #b6e9dc;
		}

		#header a {
			color: #d1f1e9;
		}

			#header a:hover {
				color: #000 !important;
			}

		#header > header {
			padding: 1.7em;
			margin-left: 10%;
			margin-top: -25px;
		}

			#header > header .avatar {
				display: block;
				width: 8em;
				margin-top: -0.3em;
			}

			#header > header h1 {
				font-size: 1.75em;
				margin: 0;
			}

			#header > header p {
				color: #d1f1e9;
				font-style: italic;
				margin: 1em 0 0 0;
			}

		#header > footer {
			bottom: 0;
			left: 0;
			padding: 2em;
			position: absolute;
			width: 100%;
		}

			#header > footer .icons {
				margin: 0;
			}

				#header > footer .icons li a {
					color: #b6e9dc;
				}

		#header > nav ul {
			list-style: none;
			margin-top: -10%;
			box-shadow: 2px 1px 3px #ccc;
			padding: 0;
		}

			#header > nav ul li {
				display: inline-flex;
				padding: 0;
				width: 10%;
			}

				#header > nav ul li a {
					-webkit-transition: all 0.5s ease-in;
					-moz-transition: all 0.5s ease-in;
					-ms-transition: all 0.5s ease-in;
					-o-transition: all 0.5s ease-in;
					transition: all 0.5s ease-in;
					border: 0;
					color: #000 !important;
					display: block;
					padding: 0.85em 0;
					text-decoration: none;
					width: 100%;
					font-size: 14px;
				}
				
			/*--------------------LINKS------------------------------*/
				a#one-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				a#two-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				a#three-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				a#four-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				a#five-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				a#six-link:hover {
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
					-ms-transition: all 0.2s ease-in;
					-o-transition: all 0.2s ease-in;
					transition: all 0.2s ease-in;
					border-bottom: 1px solid #900;
					color:#000 !important;
				}
				
				a#one-link.active {
					background: -webkit-linear-gradient(left, #900, #ad3232);
					background: -moz-linear-gradient(left, #900, #ad3232);
					color: #fff !important;
				}
				a#outsourcing.active {
					background: -webkit-linear-gradient(left, #ad3232, #c16666);
					background: -moz-linear-gradient(left, #ad3232, #c16666);
					color: #fff !important;
				}
				a#three-link.active {
					background: -webkit-linear-gradient(left, #c16666, #d69999);
					background: -moz-linear-gradient(left, #c16666, #d69999);
					color: #fff !important;
				}
				a#four-link.active {
					background: -webkit-linear-gradient(left, #d69999, #eacccc);
					background: -moz-linear-gradient(left, #d69999, #eacccc);
					color: #fff !important;
				}
				a#five-link.active {
					background: -webkit-linear-gradient(left, #eacccc, #ddd)!important;
					background: -moz-linear-gradient(left, #eacccc, #ddd)!important;
					color: #000 !important;
				}
				a#six-link.active {
					background: -webkit-linear-gradient(left, #ddd, #900)!important;
					background: -moz-linear-gradient(left, #ddd, #900)!important;
					color: #fff !important;
				}
			/*--------------------FIM LINKS------------------------------*/
			
					#top > nav ul li a.active {
						background: #900;
						color: #fff !important;
						font-size: 18px;
					}

/* Wrapper */

	#wrapper {
		background: #fff;
		padding-right: 0em;
	}

/* Main */

	#main > section {
		border-top: solid 6px #f4f4f4;
	}

		#main > section > .container {
			padding: 6em 0 4em 0;
			width: 60em;
		}

		#main > section:first-child {
			border-top: 0;
		}

/* One */

	#one:before {
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
		content: '';
		display: block;
		width: 100%;
	}

/* Footer */

	#footer {
		background: #fafafa;
		border-top: 0;
		color: #c0c0c0;
		overflow: hidden;
		padding: 4em 0 2em 0;
	}

		#footer .copyright {
			line-height: 1em;
			list-style: none;
			padding: 0;
		}

			#footer .copyright li {
				border-left: solid 1px #d4d4d4;
				display: inline-block;
				font-size: 0.8em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}
				
	/*---------SLIDESHOW-----------------------------------*/
	
	@keyframes slidy {
		0% { left: 0%; }
		20% { left: 0%; }
		25% { left: -100%; }
		45% { left: -100%; -webkit-transform: perspective(1200px) translateZ(-100px) rotateX(-2deg);}
		50% { left: -200%; }
		70% { left: -200%; -webkit-transform: perspective(1250px) translateZ(-200px) rotateX(2deg);}
		75% { left: -300%; }
		95% { left: -300%; -webkit-transform: perspective(1290px) translateZ(-300px) rotateX(5deg);}
		100% { left: -400%; }
	}


	div#slider { 
		overflow: hidden;
		margin-bottom: -20%;
		width: 100%;		
	}
	div#slider figure img { 
		width: 20%; 
		float: left;
		min-height: 400px;
		max-height: 500px;
		box-shadow:2px 1px 3px #000;
	}
	
	div#slider figure {
		position: relative;
		width: 500%;
		margin: 0;
		left: 0;
		text-align: left;
		font-size: 0;
		animation: 20s slidy infinite; 
	}
	::-webkit-scrollbar{
		background:#4A96CA;
		width:0px;
	}
	@media screen and (min-device-width: 1680px){
		.img_index{
			margin-left: 50%;
			margin-top: -40%;
		}
	}
	@media screen and (max-width: 1440px){
		.img_index{
			margin-left: 50%;
			margin-top: -10%;
		}
	}
	
	/*---------------------------------------------------ANIMAÇÕES-----------------------------------------------------------------*/
	.imgfundo{
		background: linear-gradient(231deg, #f3f3f3, #6380c8, #ccc, #a84141);
		background-size: 800% 800%;
		height: 1920px;
		max-height:100%;
		-webkit-animation: fundo 26s ease infinite;
		-moz-animation: fundo 26s ease infinite;
		-o-animation: fundo 26s ease infinite;
		animation: fundo 26s ease infinite;
	}
		@-webkit-keyframes fundo {
			0%{background-position:0% 50%}
			50%{background-position:100% 50%}
			100%{background-position:0% 50%}
		}
		@-moz-keyframes fundo {
			0%{background-position:0% 50%}
			50%{background-position:100% 50%}
			100%{background-position:0% 50%}
		}
		@-o-keyframes fundo {
			0%{background-position:0% 50%}
			50%{background-position:100% 50%}
			100%{background-position:0% 50%}
		}
		@keyframes fundo { 
			0%{background-position:0% 50%}
			50%{background-position:100% 50%}
			100%{background-position:0% 50%}
		}
		
	
	.logo{
		animation: img_logo ease-out 0.8s;
		animation-iteration-count: 1;
		transform-origin: 50% 50%;
		animation-fill-mode:forwards; /*when the spec is finished*/
		-webkit-animation: img_logo ease-out 0.8s;
		-webkit-animation-iteration-count: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
		-moz-animation: img_logo ease-out 0.8s;
		-moz-animation-iteration-count: 1;
		-moz-transform-origin: 50% 50%;
		-moz-animation-fill-mode:forwards; /*FF 5+*/
		-o-animation: img_logo ease-out 0.8s;
		-o-animation-iteration-count: 1;
		-o-transform-origin: 50% 50%;
		-o-animation-fill-mode:forwards; /*Not implemented yet*/
		-ms-animation: img_logo ease-out 0.8s;
		-ms-animation-iteration-count: 1;
		-ms-transform-origin: 50% 50%;
		-ms-animation-fill-mode:forwards; /*IE 10+*/
	}

		@keyframes img_logo{
		  0% {
			opacity:0;
			transform:  translate(300px,0px)  skewX(-30deg) ;
		  }
		  60% {
			opacity:1;
			transform:  translate(-40px,0px)  skewX(30deg) ;
		  }
		  80% {
			opacity:1;
			transform:  translate(0px,0px)  skewX(-15deg) ;
		  }
		  100% {
			opacity:1;
			transform:  translate(0px,0px)  skewX(0deg) ;
		  }
		}

		@-moz-keyframes img_logo{
		  0% {
			opacity:0;
			-moz-transform:  translate(300px,0px)  skewX(-30deg) ;
		  }
		  60% {
			opacity:1;
			-moz-transform:  translate(-40px,0px)  skewX(30deg) ;
		  }
		  80% {
			opacity:1;
			-moz-transform:  translate(0px,0px)  skewX(-15deg) ;
		  }
		  100% {
			opacity:1;
			-moz-transform:  translate(0px,0px)  skewX(0deg) ;
		  }
		}

		@-webkit-keyframes img_logo {
		  0% {
			opacity:0;
			-webkit-transform:  translate(300px,0px)  skewX(-30deg) ;
		  }
		  60% {
			opacity:1;
			-webkit-transform:  translate(-40px,0px)  skewX(30deg) ;
		  }
		  80% {
			opacity:1;
			-webkit-transform:  translate(0px,0px)  skewX(-15deg) ;
		  }
		  100% {
			opacity:1;
			-webkit-transform:  translate(0px,0px)  skewX(0deg) ;
		  }
		}

		@-o-keyframes img_logo {
		  0% {
			opacity:0;
			-o-transform:  translate(300px,0px)  skewX(-30deg) ;
		  }
		  60% {
			opacity:1;
			-o-transform:  translate(-40px,0px)  skewX(30deg) ;
		  }
		  80% {
			opacity:1;
			-o-transform:  translate(0px,0px)  skewX(-15deg) ;
		  }
		  100% {
			opacity:1;
			-o-transform:  translate(0px,0px)  skewX(0deg) ;
		  }
		}

		@-ms-keyframes img_logo {
		  0% {
			opacity:0;
			-ms-transform:  translate(300px,0px)  skewX(-30deg) ;
		  }
		  60% {
			opacity:1;
			-ms-transform:  translate(-40px,0px)  skewX(30deg) ;
		  }
		  80% {
			opacity:1;
			-ms-transform:  translate(0px,0px)  skewX(-15deg) ;
		  }
		  100% {
			opacity:1;
			-ms-transform:  translate(0px,0px)  skewX(0deg) ;
		  }
		}
	
	
	input[type=file]{
		width: 82% !important;
		float: right !important;
		border-left:none;
		background:#fff;
	}

	.div_login{
		float: right;
		margin-top: 10px;
		top: 0;
		position: fixed;
		margin-left: 90%;
	}
	.div_login img{
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.img_login:hover{
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		transform: scale(1.1);
	}

/*
.m-scene .scene_element {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  /*-webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
 }

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; 
}

.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}

.m-scene .scene_element--zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; 
}

.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; 
}

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; 
}

.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; 
}

.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; 
}

@media screen and (min-width: 768px) {
	.m-scene .scene_element--fadeinright-wide {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight; 
	}
}*/