@charset "UTF-8";
@import url(all.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	img, video {
		max-width: 100%;
		height: auto;
	}
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background-color: white;
		/*background-image: url("../../images/bg.jpg"); 
		
		background-repeat: repeat-x;*/
		background-position: top center;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: rgba(70,100,130, 1);
		font-family: opensans,opensans-bastian,Arial,sans-serif;
		font-size: 12pt;
		font-weight: 500;
		line-height: 1.5;
	}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		color: #3366BB;
		text-decoration: none;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
		-moz-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
	}

		a:hover {
			color: lightgreen;
			border-bottom-color: transparent;
		}

	strong, b {		
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		line-height: 1.4em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		@media screen and (max-width: 980px) {

			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		}

	h1 {
		font-size: 1.8em;
	}

		@media screen and (max-width: 980px) {

			h1 {
				font-size: 1.5em;
			}

		}

		@media screen and (max-width: 736px) {

			h1 {
				font-size: 1.25em;
			}

		}

	h2 {
		font-size: 1.35em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1em;
			}

		}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.7em;
	}

	h6 {
		font-size: 0.5em;
	}
	
	
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(190, 190, 190, 0.50);
		margin: 0.1em 0;
		width:100%; 
	}

		hr.major {
			margin: 0.2em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(70,100,130, 1);
		position: relative;
		margin: 0 0 0 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: rgba(70,100,130, 1);
		display: inline-block;
		font-size: 0.8em;
		font-weight: 200;
		margin: 0;
		margin-top: 0.3em;
		text-align:left;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		border: none;
		border: solid 1px rgba(70,130,180, 0.25);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #FF6382;
			box-shadow: 0 0 0 1px #FF6382;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-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 {
			color: rgba(70,100,130, 1);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}


	
	:-webkit-input-placeholder {
		color: rgba(70,100,130, 1); !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(70,100,130, 1); !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(70,100,130, 1); !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(70,100,130, 1); !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(70,100,130, 1); !important;
		opacity: 1.0;
	}

	.rotate {
	  animation: rotation 4s infinite linear;
	}

	@keyframes rotation {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(359deg);
	  }
	}
	.rotateMirror {
	  animation: mirror 4s infinite linear;
	}

	@keyframes mirror {
	  from {
		transform: rotate(359deg);
	  }
	  to {
		transform: rotate(0deg);
	  }
	}
/* Box */
	.revisar {
		border-radius: 4px;
		border: solid 2px yellow;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background-color: rgba(255,255,102 0.10);
	}
	.revisar:hover{		
		border: solid 6px yellow;
		background-color: white;	
		
	}
	.revisar:hover::after {
	  content: "será publicado em breve...";
	}
	.autor {
		border-radius: 5px;
		border: solid 1px lightblue;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background-color: rgba(255,255,102 0.10);
	}
	.autor:hover{		
		border: solid 4px azure;
		background-color: rgba(255,255,102 0.80);	
		
	}
	.autor:hover::after {
		font-size:0.8em;
	  content: "obrigado por sua contribuição";
	}	
	
	.box {
		border-radius: 5px;
		background-color: rgba(255,255,255, 0.75);
		border: solid 1px rgba(250,250,250, 0.65);
		padding: 0.7em;
		overflow-y: auto;
	}

		.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;
		}
		@media screen and (max-width: 1280px) {
			.box {
				border-radius: 4px;
				margin-bottom: 1em;
				padding: 0.6em;
			}
		}

		@media screen and (max-width: 980px) {
			.box {
				border-radius: 3px;
				margin-bottom: 0.8em;
				padding: 0.5em;
			}
		}
		@media screen and (max-width: 480px) {
			.box {
				border-radius: 2px;
				margin-bottom: 0.5em;
				padding: 0.4em;
			}
		}
		
/* 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;
		}

		.icon.style2 {
			-moz-transition: all 0.2s ease;
			-webkit-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease;
			border-radius: 100%;
			display: inline-block;
			padding: 0.5em;
			border: solid 1px rgba(255, 255, 255, 0.25);
			background-color: rgba(255, 255, 255, 0.075);
		}

			.icon.style2:before {
				display: block;
				width: 1.25em;
				height: 1.25em;
				line-height: 1.25em;
				font-size: 1.35em;
			}

			.icon.style2:hover {
				background-color: rgba(255, 255, 255, 0.25);
			}

			@media screen and (max-width: 736px) {

				.icon.style2:before {
					font-size: 1em;
				}

			}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}


		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.75);
				padding: 0.1em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		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;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 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.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 2em 0;
				}

					ul.actions li {
						padding: 1em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

							ul.actions li > *.icon:before {
								margin-left: -2em;
							}

					ul.actions.small li {
						padding: 0.5em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

	dl {
		margin: 0 0 1em 0;
	}

		dl dt {
			display: block;
			font-weight: 200;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 1em;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 0 0;
		width: 100%;			
			font-size: 0.8em;
			font-weight: 200;
			padding: 0.75em 0.75em 0.75em 0.75em;
			text-align: left;
		
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.25);
			border-left: 1px;
			border-right: 1px;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 230, 0.5);
			}

		table td {
			padding: 0.5em 0.5em;
		}

		table th {
			padding: 0.4em 0.4em;
		}

		table thead {
			padding: 0.75em 0.75em 0.75em 0.75em;
			border-bottom: solid 2px rgba(255, 255, 240, 0.25);
			background-color: rgba(230, 230, 230, 0.5);
		}

		table tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* 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, color 0.2s ease-in-out;
		-webkit-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: #884dff;
		border-radius: 10px;
		border: 8;
		font-weight:bold;
		color: white;
		cursor: pointer;
		display: inline-block;
		height: 2em;
		line-height: 2em;
		padding: 0 1em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #ff7c96;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #ff496e;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		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,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
			color: #ffffff !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: rgba(255, 0, 0, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			button.alt.icon:before,
			.button.alt.icon:before {
				color: rgba(70,100,130, 1);
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #FF6382;
			color: !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #ff7c96;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #ff496e;
			}

		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 {
			background-color: rgba(255, 255, 255, 0.65) !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #000 !important;
			cursor: default;
			opacity: 0.25;
		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}

		}
/* Gallery poptrox */
		#gallery { overflow: hidden; }
		#gallery a { display: block; float: left; }
		#gallery a img { display: block; border: 0; }

		
		
/* Thumbnails */

	.thumbnails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		margin: 0 0 2em -2em;
	}

		.thumbnails a {
			-moz-transition: all 0.2s ease;
			-webkit-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease;
			border-bottom: none;
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
			text-align: center;
			border-radius: 4px;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
			background-color: rgba(255, 255, 255, 0.075);
			cursor: pointer;
			outline: 0;
			overflow: hidden;
		}

			.thumbnails a img {
				display: block;
				width: 100%;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
			}

			.thumbnails a h3 {
				margin: 1em;
			}
			
			.thumbnails a h5 {
				margin: 0.5em;
			}

			.thumbnails a:hover {
				background-color: rgba(255, 255, 255, 0.25);
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
			}

		.thumbnails > div {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			width: calc(100% / 3);
			padding-left: 2em;
		}

			.thumbnails > div > :last-child {
				margin-bottom: 0;
			}

		@media screen and (max-width: 1280px) {

			.thumbnails {
				margin: 0 0 2em -1.5em;
			}

				.thumbnails a {
					margin: 0 0 1.5em 0;
				}

				.thumbnails > div {
					padding-left: 1.5em;
				}

		}

		@media screen and (max-width: 980px) {

			.thumbnails h3 {
				font-size: 0.8em;
			}

		}

		@media screen and (max-width: 480px) {

			.thumbnails {
				display: block;
			}

				.thumbnails a {
					margin: 0 0 2em 0 !important;
				}

				.thumbnails > div {
					display: block;
					width: 100%;
				}

					.thumbnails > div:last-child > :last-child {
						margin-bottom: 0 !important;
					}

				.thumbnails h3 {
					font-size: 1em;
				}

		}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: rgba(255, 255, 255, 0.25);
		box-shadow: 0 0.5em 3em 0 rgba(0, 0, 0, 0.25);
		border-radius: 4px;
		overflow: hidden;
	}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			text-decoration: none;
			position: absolute;
			top: 1em;
			right: 1em;
			z-index: 2;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			white-space: nowrap;
			text-indent: 2.5em;
			overflow: hidden;
			width: 2.5em;
			height: 2.5em;
			display: block;
		}

			.poptrox-popup .closer:before {
				content: "";
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.poptrox-popup .closer:before {
				display: block;
				position: relative;
				text-indent: 0;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				color: #ffffff !important;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

/* Wrapper */

	#wrapper {
		max-width: 68em;
		width: 100%;
		margin: 0 auto;
		padding: 0 0.2em;
		opacity: 1;
		filter: none;
		-moz-transition: opacity 1s ease, -moz-filter 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
		-ms-transition: opacity 1s ease, -ms-filter 1s ease;
		transition: opacity 1s ease, filter 1s ease;
	}

	body.is-loading #wrapper {
		opacity: 0;
		-moz-filter: blur(1px);
		-webkit-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}

	body.is-covered #wrapper {
		-moz-filter: blur(3px);
		-webkit-filter: blur(3px);
		-ms-filter: blur(3px);
		filter: blur(3px);
	}
	.alpha60 {
		/* Fallback for web browsers that don't support RGBa */
		background-color: rgb(255, 255, 255);
		color: black;
		/* RGBa with 0.6 opacity */
		background-color: rgba(255, 255, 255, 0.2);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
/* Header */

	#header {
		text-align: center;
		padding: 0 0 0 0;
	}

		#header h1 {
			color: rgba(70,100,130, 1);
		}
		
		@media screen and (max-width: 1280px) {

			#header {
				padding: 0 0 0 0;
			}

		}

/* Footer */

	#footer {
		text-align: center;
		padding: 0 0 0 0;
		background-color: rgba(255, 255, 255, 0.20);
	}


		@media screen and (max-width: 1280px) {

			#footer {
				padding: 0 0 0 0;
			}

		}
		
		
		.avatar {
			border-radius: 100%;
			display: inline-block;
			margin: 0 0 0 0;
			padding: 0em;
			border: solid 0.5px rgba(255, 255, 255, 0.55);
			background-color: rgba(255, 255, 255, 0.30);
			box-shadow: 0 0 0.3em rgba(83,88,93,.30)!important;
		}

		 .avatar img {
				border-radius: 100%;
				display: block;
				width: 10em;
			}



/* CSS especial para labels */
	.badge{
		color:gray;
		font-size: 0.8em;		
	}

/* Especial Imagem Artigo - estilo em teste, remover depois */


	.shadow-hover-zoom {
		transition: all .3s ease-in-out;
		box-shadow: 0 0 0.2em rgba(83,88,93,.30)!important;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.shadow {
		transition: all .3s ease-in-out;
		box-shadow: 0 0 0.3em rgba(83,88,93,.30)!important;
	}
	.shadow-hover-zoom:hover {
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		color: lightblue;
	}
	.hover-zoom {
		transition: all .3s ease-in-out;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		cursor:pointer;
	}
	.hover-zoom:hover {
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		color: lightblue;
	}	
	.overflow-hidden {
		overflow: hidden!important;
	}
	.d-block {
		display: block!important;
	}
	.rounded-lg {
		border-radius: .3rem!important;
		-moz-border-radius: .3rem!important;
		-webkit-border-radius: .3rem!important;
	}

	#cxEstados{
		font-size:0.8em;
		margin-bottom:0.5em;
		overflow:hidden;
		transition: all .8s ease-in-out;
	}
	#cxEstados:hover{
		font-size:0.8em;
		transition: all .8s ease-in-out;
	}

/* Alguns tipos de botão*/
.btn_tipo_fechado, .btn_tipo_fechado_green, .btn_tipo_fechado_orange, .btn_tipo_fechado_brown{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:center;
	position:relative;	
	cursor:pointer;
	border: #fbfbfb solid 1px;
	color:white;
	font-size:0.7em;
	padding:0.4em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;  
  font-weight:700;  
  box-shadow: 0 0 0.3em rgba(83,88,93,.30)!important;
}
.btn_tipo_fechado{background-color: #3498db;}
.btn_tipo_fechado:hover{background-color: #dff2f7;color: black;}

.btn_tipo_fechado_green{background-color: Green;}
.btn_tipo_fechado_gree:hover{background-color: #dff2f7;color: black;}

.btn_tipo_fechado_orange{background-color: Orange;}
.btn_tipo_fechado_orange:hover{background-color: #dff2f7;color: black;}

.btn_tipo_fechado_brown{background-color: Brown;}
.btn_tipo_fechado_brown:hover{background-color: #dff2f7;color: black;}



	.svg-hover-zoom {
		transition: all .3s ease-in-out;
		box-shadow: 0 0 30px rgba(83,88,93,.15)!important;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.svg-hover-zoom:hover {
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-ms-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		z-index: 0;
	}
	
	div.distribuir {
	display: table;
	width: 100%;
	table-layout: fixed;    /* For cells of equal size */
	}
	div.distribuir div {
	display: table-cell;
	text-align: center;
	}
	
.destaque_geral{
	width:60px;
	font-weight: 750;
	height:80px;
	color:white;
	text-shadow: 2px 2px 1px #B07537;	
	overflow: hidden;
	font-size:1.5em;
	background-color: orange;
	cursor:pointer;
	display:inline-block;
	border-radius: 5px;	
	border: solid 1px rgba(250,250,250, 0.65);
	padding: 0.3em;
	text-align: center;	
	margin-left:-2px;
	
	
}	
.destaque_geral span{
	font-size:0.85em;	
	color:gold;
	text-shadow: 2px 2px 1px #000000;	
	height: 1.6em;
	width:100%;
	padding:0;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.75);
	padding: 0.3em;
	background-image: url("../../images/br-ico-p.png"); 
	background-repeat: repeat-x;
	background-size:100%;
	background-position:center-top;

}
.destaque_estado{
	width:60px;
	font-weight: 750;
	height:80px;
	color:white;
	text-shadow: 2px 2px 1px #B07537;	
	overflow: hidden;
	font-size:1.5em;
	background-color: orange;
	cursor:pointer;
	display:inline-block;
	border-radius: 5px;	
	border: solid 1px rgba(250,250,250, 0.65);
	padding: 0.3em;
	text-align: center;	
	margin-left:-2px;
	
	
}	
.destaque_estado span{
	font-size:0.85em;	
	color:gold;
	text-shadow: 2px 2px 2px #000000;	
	height: 1.6em;
	width:100%;
	padding:0;
	border-radius: 5px;
	padding: 0.3em;
	background-image: url("../../images/estado-ico-p.png"); 
	background-repeat: repeat-x;
	background-size:100%;
	background-position:center-top;

}

.destaque_lista{
	font-weight: 750;
	color:white;
	text-shadow: 2px 2px 1px #593d1d;	
	overflow: hidden;
	font-size:1.5em;
	background-color: #ffd4a2;
	border-radius: 5px;	
	border: solid 1px rgba(250,250,250, 0.65);
	padding: 0.2em;
	text-align: center;	
}

.destaque_info{
	font-weight: 750;
	color:white;
	text-shadow: 1px 1px 1px #B07537;	
	overflow: hidden;
	font-size:1em;
	background-color: #ff8c69;
	border-radius: 5px;	
	border: solid 1px rgba(250,250,250, 0.65);
	padding: 0.2em;
	text-align: justify;	
}



.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.flutuando {
	display:inline-block;
}
