/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'pob';
	src:url('../fonts/pob/pob.eot?u58ytb');
	src:url('../fonts/pob/pob.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/pob/pob.woff?u58ytb') format('woff'),
		url('../fonts/pob/pob.ttf?u58ytb') format('truetype'),
		url('../fonts/pob/pob.svg?u58ytb#stroke7pixeden') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'pob';
	src:url('../fonts/pob/arrow.eot?u58ytb');
	src:url('../fonts/pob/arrow.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/pob/arrow.woff?u58ytb') format('woff'),
		url('../fonts/pob/arrow.ttf?u58ytb') format('truetype'),
		url('../fonts/pob/arrow.svg?u58ytb#stroke7pixeden') format('svg');
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: box-shadow 0.2s ease-out;
	-moz-transition: box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
}

.tabs nav ul li:hover {
	box-shadow: 0px 10px 40px rgba(0,0,0,0.5);
}

.tabs nav ul li a.icon-icon-coracao {
	background: #f68b2b;
}

.tabs nav ul li a.icon-icon-lapis {
	background: #e7a919;
}

.tabs nav ul li a.icon-icon-aviao {
	background: #1c77a3;
}

.tabs nav ul li a.icon-icon-casa {
	background: #00a9d3;
}

.tabs nav ul li a.icon-icon-avatar {
	background: #cf4236;
}

.tabs nav ul li a.icon-icon-balao {
	background: #54b747;
}

.tabs nav ul li a.icon-icon-globo {
	background: #cec7bd;
}

.tabs nav ul li a.icon-arrow-up {
	background: #cec7bd;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Float Menu */
#sidebar { position:fixed;top:837px;z-index: 99999999; }

.float-menu {
	clear: both;
}

.float-menu-align {
	float: right;
    margin-right: 45px !important; 
}

.float-menu.icon-icon-coracao {
	background: #f68b2b;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-coracao:hover {
	background: #f68b2b;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-lapis {
	background: #e7a919;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-lapis:hover {
	background: #e7a919;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-aviao {
	background: #1c77a3;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-aviao:hover {
	background: #1c77a3;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-casa {
	background: #00a9d3;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-casa:hover {
	background: #00a9d3;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-avatar {
	background: #cf4236;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-avatar:hover {
	background: #cf4236;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-balao {
	background: #54b747;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-balao:hover {
	background: #54b747;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-icon-globo {
	background: #cec7bd;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-icon-globo:hover {
	background: #cec7bd;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

.float-menu.icon-arrow-up {
	background: #fff;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 0.3;
}
.float-menu.icon-arrow-up:hover {
	background: #fff;
	padding: 12px 15px 8px 15px; 
	float: right;
	opacity: 1;
	cursor: pointer;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 2em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
	content: "\e68a";
}
.icon-tools::before {
	content: "\e60a";
}
.icon-plane::before {
	content: "\e625";
}
.icon-joy::before {
	content: "\e6a4";
}
.icon-plug::before {
	content: "\e69a";
}
.icon-home::before {
	content: "\e648";
}
.icon-gift::before {
	content: "\e652";
}
.icon-display::before {
	content: "\e65e";
}
.icon-date::before {
	content: "\e660";
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

[data-icon]:before {
  font-family: "pob" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pob" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-lapis:before {
  content: "\68";
  color: #05264a;
}
.icon-icon-globo:before {
  content: "\69";
  color: #05264a;
}
.icon-icon-coracao:before {
  content: "\6a";
  color: #05264a;
}
.icon-icon-casa:before {
  content: "\6b";
  color: #05264a;
}
.icon-icon-balao:before {
  content: "\6c";
  color: #05264a;
}
.icon-icon-aviao:before {
  content: "\6d";
  color: #05264a;
}
.icon-icon-avatar:before {
  content: "\6e";
  color: #05264a;
}
.icon-arrow-up:before {
  content: "\62";
  color: #05264a;
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 3.5em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}