﻿/*  -------------- VARIÁVEIS --------------------  

vermelho 	= #df4b26;
amarelo	 	= #ffbc2e;

cinzaL 		= #929292;
cinzaM 		= #3b3b3b;
cinzaD	 	= #252525;

 -------------------------------------------------  */ 
 

@font-face {
    font-family: 'planob';
    src: url('fonts/planob-Regular-webfont.eot');
    src: url('fonts/planob-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/planob-Regular-webfont.woff2') format('woff2'),
         url('fonts/planob-Regular-webfont.woff') format('woff'),
         url('fonts/planob-Regular-webfont.ttf') format('truetype'),
         url('fonts/planob-Regular-webfont.svg#planob_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'planob';
    src: url('fonts/planob-Medium-webfont.eot');
    src: url('fonts/planob-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/planob-Medium-webfont.woff2') format('woff2'),
         url('fonts/planob-Medium-webfont.woff') format('woff'),
         url('fonts/planob-Medium-webfont.ttf') format('truetype'),
         url('fonts/planob-Medium-webfont.svg#planobbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'planob_cnd';
    src: url('fonts/planobCond-Regular-webfont.eot');
    src: url('fonts/planobCond-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/planobCond-Regular-webfont.woff2') format('woff2'),
         url('fonts/planobCond-Regular-webfont.woff') format('woff'),
         url('fonts/planobCond-Regular-webfont.ttf') format('truetype'),
         url('fonts/planobCond-Regular-webfont.svg#planobcondregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'planob_cnd';
    src: url('fonts/planobCond-Bold-webfont.eot');
    src: url('fonts/planobCond-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/planobCond-Bold-webfont.woff2') format('woff2'),
         url('fonts/planobCond-Bold-webfont.woff') format('woff'),
         url('fonts/planobCond-Bold-webfont.ttf') format('truetype'),
         url('fonts/planobCond-Bold-webfont.svg#planobcondbold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
  font-family: 'iconic';
  src: url('fonts/iconic.eot?9433446');
  src: url('fonts/iconic.eot?9433446#iefix') format('embedded-opentype'),
       url('fonts/iconic.woff?9433446') format('woff'),
       url('fonts/iconic.ttf?9433446') format('truetype'),
       url('fonts/iconic.svg?9433446#iconic') format('svg');
  font-weight: normal;
  font-style: normal;	
}


/* -------------------------------------------------    */

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Início do Reset Css */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
/*height: 101%;*/
}
body {
height: 100%;
margin: 0 0 1px;
padding: 0;
overflow-x: hidden;

}

body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix { clear: both; }


/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/* Fim do Reset Css */

/* Inicio dos Estilos Gerais */

body {
	font-size: 0.95em;
	line-height: 1.4em; /* 16×1.125=18 */
	background-color: #252525;
	font-family: 'planob', sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #eee;
}

a, a:visited, a:active, a:hover{
	text-decoration: none;
}

a:hover {
	/* text-decoration:underline; */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Fim dos Estilos Gerais */
nav {
	background:  #ffbc2e;
	min-height: 4px;
}

section{
	margin-bottom: 40px;
}

article {
	margin-bottom: 20px;
}

/* Inicio dos estilos Top */

#top-wrap {
	width: 100%;
/*	border-top:  #ffbc2e 4px solid;*/
	position: fixed;
	z-index: 999;
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 

	background: -moz-linear-gradient(top,  rgba(37,37,37,0.6) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,37,37,0.85)), color-stop(80%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(37,37,37,0.6) 0%,rgba(0,0,0,0) 80%);
	background: -o-linear-gradient(top,  rgba(37,37,37,0.6) 0%,rgba(0,0,0,0) 80%);
	background: -ms-linear-gradient(top,  rgba(37,37,37,0.6) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to bottom,  rgba(37,37,37,0.6) 0%,rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

#top {
	margin: 0 20%;
	position: relative;
	z-index: 2000;
}

#top h2 {
	float:	left;
	padding: 20px 0 0 20px;
}

#link-site{
	background: url('../images/planob.svg') center center;
	background-size: 80%;
	background-repeat: no-repeat;
	background-color: #fcba2d;
	width: -webkit-calc(16.667% - 5px);  /* para Chrome */
	width: -moz-calc(16.667% - 5px);     /* para Firefox */
	width: calc(16.667% - 5px); 
	text-indent: -9999px;
	display: inline-block;
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
}


.toggle-menu {
    text-decoration: none;
    display: none;
position: absolute;
top: 20px;
right: 0;
    color: #fff;
    font-family: 'iconic';
    font-size: 1.6em !important;
    font-weight: 300;
}
a:hover.toggle-menu {
    text-decoration: none;
    color: #fff;
/*  opacity:.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);*/
}

/* Fim dos estilos Top */

#front-page {
	width: 100%;
	background: #000000;
	/*background: #fcba2d;*/
    /*background-image: url(../images/home-janela.jpg);*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*    background-repeat: no-repeat; */
/*    background-position: center center; */
/*	background-attachment: fixed; */
	background-position: 50% 70%;
	background-repeat: repeat;
	background-attachment: fixed;
}


/*.home-blog {
	background-color: #FDBA2E; 
	display: table; 
	width: 100%;
	padding: 0 0 60px 0;
}
.home-blog h3 {
	color: #fff;
	margin: 40px 0 !important;
	text-transform: lowercase;
}
.home-blog .lista-projetos {
	padding: 0;
}
.itens-home {
	margin: 0 20%;
}
.home-blog .lista-projetos li a {
	border: 2px solid #fdba2e;
}*/
/* --------------- Menu --------------- */

#menu {
	position:absolute;
	right: 0;
	top: 25px;
	margin: 0 20% 0 0;
		z-index: 9999;
}

#menu a {
	color: #fff;
	text-transform: lowercase;
}

#menu a.select,
#menu a:hover {
	color: #ffbc2e;

}
#menu li {
	display: inline-block;
	font-weight: bold;
	margin: 0 12px;
}
#menu li a.facebook {
	font-family: 'iconic' !important;
	font-weight: normal;
}
#menu ul li:last-child {
	display: none;
}
/* --------- */

#middle-wrap {
}

#middle {
	width: 100%;
	clear: both;
}

#content-wrap {
}

#content {
	color: #3b3b3b;
	margin: 0 20%;
	padding-top: 140px;
}

#content.home {
	padding-top: 0;
}

#content.home > div{
	margin: 60px 0;
	position: relative;
}


#content .itens-home {
	width: 100%;
	display: table;
}

#content.no-margin {
	padding-top: 0;
}

#content .thumb {
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-bottom: 8px;
	background:	#cfcac2;
	border: 1px #ccc solid;
}
#content .thumb img{
	height: 100%;
	width: auto;
}

#content .breadcrumb{
	color: #999;
}

#content h1 a {
	color: #fff !important;
}


#content a {
	color: #929292;
}

#content a.external_url {
    background: #ffbc2e;
    color: #333;
    padding: 3px 10px;
    margin: 0 5px 0 0;
    font-size: 0.75em;
    line-height: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .9em;
    font-weight: bold;
}

#content p,
#content ul,
#content ol {
	margin: .8em 0 0 0;
	color: #929292;
}

.hidden {
	visibility: hidden;
	height: 0px;
}
	
#content h1 { 
	width: 85%;
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
}
#content h2 { 
	color: #fcba2d;
	font-family: 'planob_cnd';
	font-weight: bold;
	font-size: 1em;
	width: 85%;
	text-transform: uppercase;
}
#content h2 a { 
	color: #fcba2d;
}

#content p.desc-projeto,
#content p.desc-blog {
	font-size: .9em;
}

#content p.desc-projeto {
	/*display: none;*/
}

#content p.desc-blog a {
	font-weight: bold;
}

#content p.desc-blog a:hover {
	color: #ccc;
}

#content a.tag {
	display: inline-block;
	background-color: #3B3B3B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 0px 5px;
	margin: 0 5px 0 0;
	font-size: 0.75em;
	line-height: 1.6em;
/*	font-weight: bold;*/
}

#content a.tag:hover {
	background-color: #FDBA2E;
	color: #333;
}

#content .thumb-projeto { 
	display: none;
}

#content .imagens-projeto {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}



#content .imagens-projeto ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
    position: relative;

		opacity: 0;
	   transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	   -webkit-transition: opacity .5s ease-in-out;

	border-right: 5px solid #252525;
	border-bottom: 5px solid #252525;

}

#content .imagens-projeto ul li.showItem {
	opacity: 1;
   background-color: #ffbc2e;
}

#content a.mais-info{
	display: inline-block;
	padding: 1px 5px 0px 5px;
	margin-left: 5px;
	background: #333;
	color: #fff !important;
}

#content a.mais-info:hover{
	background: #000;
	color: #fcba2d !important;
}

#content .imagens-projeto li a {
	opacity: 0;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}

#content .imagens-projeto li.showItem a {
	opacity: 1;
}

#content .imagens-projeto li:nth-child(1) {
	width: 100% !important;
	list-style-type: none;
}

#content .imagens-projeto li:nth-child(1) a {
	 background-position: top center;
    height: 500px;

}

.video-player span.icon-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;

    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 20px 0 0 5px;
	font-size: 2em;

	font-family: 'iconic';
	font-weight: normal;
	text-align: center;

	background-color: rgba(0,0,0,.8);

	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
}

#content .imagens-projeto li:nth-child(1) a.video-player span.icon-play {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    padding: 50px 0 0 10px;
	font-size: 3.5em;
}

.video-player:hover span.icon-play {
	color: #fff;
	background-color: rgba(0,0,0,1);
}

#content .imagens-projeto li a.video-player span.icon-play:hover {
	color: #ffbc2e;
}

#content .imagens-projeto li:nth-child(1) a img {
    width: 100%;
}
/*#content .imagens-projeto li:nth-child(2) {
    width: 100%;
}*/
.imagens-projeto li {
	width: 16.667%;
	float: left;
	list-style-type: none;
}
#content .imagens-projeto li a {
	display: block;
	height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#content ol li {
	list-style-type: decimal;
}
#content-inner {
	padding-left: 220px;
	width: 100%;
	max-width: 1400px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.content-inner p img{
	padding: 20px 0 !important;
}
#content div .item-lista-conteudo {
	border-bottom: 1px #ccc solid;
	margin: 0 0 1em 0;
	padding-bottom: 1.25em;
}

#content div .item-lista-conteudo .titulo {
	margin: 0;
	font-size: 1.2em;

}

#content div .item-lista-conteudo .data{
	font-size: .75em;
	font-weight: normal;
	color: #999;
}

#content div .item-lista-conteudo .desc p {
	padding: 6px 0 0 0;
	margin: 0;
}

/* ------ */


#content div .item-lista-conteudo.com-thumb .titulo,
#content div .item-lista-conteudo.com-thumb .data,
#content div .item-lista-conteudo.com-thumb .desc {
	float: right; 
	width: 360px
}

#content div .item-lista-conteudo.com-thumb a.thumb {
	float:left;
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
#content div .item-lista-conteudo.com-thumb a.thumb img {
	width: auto;
	height: 100px;
}
#btn-prev, #btn-next {
	background-color: #000;
	color: #fcba2d;
	position: fixed;
	z-index: 100;
	top: 46%;
	width: 110px;
	font-size: 1.5em;
	font-weight: normal;
	height: 50px;
}
#btn-prev {
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
	left: -75px;
}
#btn-next {
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
	right: -75px;
}


#btn-prev .icon, #btn-next .icon {
	font-family: 'iconic';
	line-height: 2.5em;
	font-weight: normal;
	margin-left: 11px;
	display: inline-block;
	float: left;
}
#btn-prev .txt, #btn-next .txt {
    font-family: 'planob_cnd';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.5em;
    width: 60px;
    color: #fff;
	display: inline-block;
	float: left;
	line-height: 2.2em;
	margin: 14px 0 0 12px;
}
#btn-prev .txt {
	text-align: right;
}
a:hover#btn-prev {

	left: 0;	
}
a:hover#btn-next {

	right: 0;	
}
a:hover#btn-prev .txt, a:hover#btn-next .txt {
	display: inline-block;
}

a.btn-saiba{
    padding-top: 20px;
	display: inline-block;
}

a.btn-mais {
	display: inline-block;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 7px;
}

a.btn-saiba .icon,
a.btn-mais .icon {
	font-family: 'iconic';
	font-weight: normal;
    color: #fcba2d;
    padding-left: 6px;
}
a.btn-saiba .txt,
a.btn-mais .txt {
    font-family: 'planob_cnd';
    font-weight: normal;
    text-transform: uppercase;
    color: #929292;
}
a.btn-saiba:hover .txt,
a.btn-mais:hover .txt {
    color: #fff;
}


/* Fim dos estilos Middle  */


/* Inicio dos estilos Footer */

#footer-wrap {
	width: 100%;
	margin: 30px 0;
}

#footer {
	margin: 0 20% 0 20%;
	text-align: right;
}

#footer .logo {
	display: inline-block;
    background-image:  url(../images/planob-footer.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
    width: 100px;
    height: 38px;
    float: right;
    margin-top: 3px;
}
#footer .logo span{
	display: none;
}

#footer .endereco {
	display: inline-block;
	margin: 0 20px 0 0;
	text-align: right;
    float: right;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #828282;
	letter-spacing: 0.5px;
	float: right;
}


#footer a {
	color: #828282;
}

/* Fim dos estilos Bottom */

/* Estilo Geral dos Formulários */

form {}
select { }
input {	font-family: inherit; }
textarea { }
input[type="checkbox"] { }
input[type="radio"] { }
input[type="file"] { }

input[type="submit"] { }
input:hover[type="submit"] { }

/* Fim do Estilo Geral dos Formulários */

/* --------------- Paginacao --------------- */

.pagination { 
	display: block;
	padding: 35px 0 20px 0;
	margin: 0 auto;
	font-size: 1.4em;
	text-align: center;
}

#content .pagination a { 
	color: #666; width: 20px; 
	display: inline-block; 
	text-align: center; 
}

#content .pagination a:hover { color: #ccc; }
.pagination	a.next, .pagination a.previous { 
	font-weight: normal; 
	padding: 0 10px 0 0; 
	font-family: 'iconic' 
}
.pagination	a:hover.next, .pagination a:hover.previous { 
	font-weight: bold; 
	color: #ffbc2e !important;
}	
.pagination a.previous { 
	padding: 0 10px 0 0; 
}
.pagination	a.next { 
	padding: 0 0 0 10px; 
}
.pagination span { 
		display: inline-block; 
	font-weight: bold;
	width: 20px; 
	color: #ffbc2e;
}
/*------------------------------------- */

/*------------------------------------- */

.lista-projetos {
	margin: 0;
	padding: 10px 0 0 0;
}
.lista-projetos li {
	position: relative;
	width: 16.667%;
	list-style-type: none;
	margin : 0;
	padding: 0;
	display: inline-block;
	float: left;

	opacity: 0;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;

	border-right: 5px solid #252525;
	border-bottom: 5px solid #252525;

}

.lista-projetos li.showItem {
	opacity: 1;
   background-color: #ffbc2e;
}

.lista-projetos li a {
	width: 100%;
	display: block;
	background-color: #545353;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;

	opacity: 0;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}

.lista-projetos li.showItem a{
	opacity: 1;
}

.lista-projetos a em {
	font-style: normal;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FDBA2E;
	padding: 15% 7% 10% 7%;
	opacity: 0;
   transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}

.lista-projetos a:hover em {
	opacity: 1;
	padding-top: 10%;
}

.lista-projetos a em span.titulo {
	font-weight: bold;
	color: #252525;
	font-size: 1.2em;
	line-height: 1.2em;
	word-break: break-word;
}
.lista-projetos a em span.infos {
	display: block;
	line-height: 1.2em;
	width: 94%;
	padding: 4px 0 4px 0;
	font-size: 0.8em;
	color: #fff;
	font-family: 'planob_cnd';
	font-weight: bold;
	text-transform: uppercase;
}
.lista-projetos a em span.cliente {
}
.lista-projetos a em span.data {
}
.lista-projetos a em ul.tags {
	position: absolute;
	bottom: 6%;
	width: 80%;
	padding: 0;
	font-weight: bold;
}
.lista-projetos a em ul.tags li {
	font-size: 0.7em;
	text-transform: uppercase;
	display: block;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.5em;
	float: left;
	color: #575757;
}

/********************* MODAL FRAME ****************************/

.fancybox-overlay{
	cursor: url(../images/close.png) 20 20, auto;
}

.fancybox-skin{
	background: #252525 !important;
}

.fancybox-inner{
	background: #252525;
	cursor: default;
}

.fancybox-inner{
	overflow: hidden !important;
}

.fancybox-close{
	top: -40px !important;
	right: 0 !important;
}

.fancybox-nav {
    /*width: 150px !important;*/
}
.fancybox-nav span {
    background: none !important;
}

.fancybox-prev span,
.fancybox-next span {
	display: none !important;
}

.ie9up .fancybox-nav { background: default; }

.fancybox-next {
    /*right: -150px !important;*/
}
.fancybox-next:hover {
    cursor: url(../images/next.png) 20 20, auto;
}
.fancybox-prev:hover {
    cursor: url(../images/prev.png) 20 20, auto;
}
.fancybox-prev {
    /*left: -150px !important;*/
}

/******************/

/* --------------- Inicio Estilos Grid Colunas --------------- */

.col1-1 {
	width: 100%;	
}
.col1-1 img {
	width: 90%;
	padding: 40px 0;
	margin: 0 auto;	
	text-align: center;
}
.col1-3 {
	width: 32.333%;
	display: inline-block;
	padding-right: 5%;
	vertical-align: top;
	float: left;
}
.col2-3 {
	width: 66%;
	display: inline-block;
	padding-right: 5%;
	vertical-align: top;
	float: left;
}
.col1-2 {
	display: inline-block;
	width: 50%;
	padding-right: 5%;
	float: left;
}
.col1-2 p,
.col1-3 p, 
.col2-3 p {
	width: 100%;
}


/* --------------- Inicio Estilos do Select --------------- */

#filtro-clientes {
	display: none;
	width: 210px; 
	float: right;
}
#filtro-clientes .sbOptions {
	margin: 8px 0 0 0 !important;
}
#filtro-tipo {
	width: 210px;
	float: right;
	margin: 0 2px 0 0;
}
#filtro-tipo .sbOptions {
	max-height: 150px;
	overflow: auto !important;
	margin: 8px 0 0 0 !important;
}
#filtro-ano {
	width: 140px;
	float: right;
	margin: 0 22px 0 8px;
}
#filtro-ano .sbOptions {
	max-height: 150px;
	overflow: auto !important;
}
.sbHolder {
    font-size: .9em;
    height: 30px;
    position: relative;
    width: 100%;
    z-index: 900;
    margin: 0;
    text-align: right;
}
#content #filtro-ano .sbHolder a {
	color: #fff !important;
	padding: 0 20px 0 0;
}
.sbHolder:focus .sbSelector {
    display: block;
}
.sbSelector {
	font-family: 'planob_cnd';
	font-weight: bold;
	text-transform: uppercase;
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
    padding: 0 15px 0 0;
    z-index: 50;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
}
.sbToggle {
    background: url(../images/select-icons.png) 0 -116px no-repeat;
    display: none;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover {
    background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
    background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
    background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
    
}
.sbHolderDisabled .sbToggle {
    
}
.sbOptions{
    background-color: #212121;
    border: solid 1px #515151;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
	margin-left: 0px !important;
    padding: 0 7px;
}
.sbOptions li:hover{
	background-color: #fcba2d;
}
#content .sbOptions li:hover a {
	color: #000;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #ddd;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #d7df23;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

.circular{
	width: 10em !important;
	height: 10em;
	display: inline-block;
	font-family: 'planob_cnd', sans-serif;
	font-weight: bold;

	border: 3px #ffbc2e solid;
	color: #ffbc2e !important;
	padding-top: 3.4em;
	line-height: 1.5em;

	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 


	text-align:center;
	vertical-align:middle
}

.circular.verde{
	color: #009999 !important;
	border-color: #009999 !important;
	}

.circular.telha{
	color: #CC3333 !important;
	border-color: #CC3333 !important;
	}

#sobre-circular{
	text-align: center; 
	font-size: .95em; 
	padding-top: 5em;
}

#sobre-circular .circular{
	margin-left:-.85em;
	margin-right:-.85em;
	margin-top: -3em;
	border-width: 2px !important;
}

#sobre-circular .circular:hover{
	color: #252525 !important;
	background-color: #ffbc2e !important;
	}

#sobre-circular .circular.verde:hover{
	color: #252525 !important;
	background-color: #009999 !important;
	}

#sobre-circular .circular.telha:hover{
	color: #252525 !important;
	background-color: #CC3333 !important;
	}


#sobre-circular span{
	margin-top: -3.5em;
}



h3 {
	font-weight: bold;
	color: #fff;
	margin-top: 1em;
}

.equipe {
	padding-top: 2.5em !important;
}

.equipe h3 {
	margin-top: 0px;
	font-size: .8em
}

.equipe li {
	margin-bottom: 3em;
}
 
.equipe li p {
	font-size: .8em
}

.equipe li img{
	border: 2px #ffbc2e solid;
	width: 120px !important;
	height: 120px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	float: left;
}

.equipe li div{

	margin-left: 150px;
}

  #front-page svg{
    width: 100vw;
    height: 60vh;
    /*background: #000;*/
    background: transparent;
  }

  .link {
    stroke: #fcba2d;
    stroke-opacity: 0.4;
  }

  .node circle {
    stroke: #fcba2d;
    stroke-width: 1.5px;
    fill: #111;
  }
  .node {  }
  .node a { }
  .node a text {

    fill: #fff;
    fill-opacity :.2;

     transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
  }
  .node:hover a text {    fill-opacity :1; }