﻿@font-face {
  font-family: 'iconic';
  src: url('fonts/iconic.eot?56519744');
  src: url('fonts/iconic.eot?56519744#iefix') format('embedded-opentype'),
       url('fonts/iconic.woff?56519744') format('woff'),
       url('fonts/iconic.ttf?56519744') format('truetype'),
       url('fonts/iconic.svg?56519744#iconic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'gotham_htf_blackregular';
    src: url('fonts/gothamhtf-black-webfont.eot');
    src: url('fonts/gothamhtf-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-black-webfont.woff') format('woff'),
         url('fonts/gothamhtf-black-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-black-webfont.svg#gotham_htf_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htf_bookregular';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htf_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htf_lightregular';
    src: url('fonts/gothamhtf-light-webfont.eot');
    src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-light-webfont.woff') format('woff'),
         url('fonts/gothamhtf-light-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-light-webfont.svg#gotham_htf_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/* 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: 100%;
	overflow: auto;
}
body {
	background: url('../images/bg-geral.jpg');
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #184f6f;
}

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

a {
	font-family: 'gotham_htf_bookregular';
	color: #fff;
}

/* 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: 1em; //* 16x0.75=12 */
	background-color: #000;
    font-family: 'gotham_htf_bookregular';
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #e9e9e9;
	height: 100%;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.3em;
}

#top, #middle, #footer {
	margin: 0;
}
#menu-lateral {
	width: 28%;
    font-family: 'gotham_htf_lightregular';
	/* background-color: pink; */
}
#content-wrap {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#content {
	height: 100%;
		overflow: hidden;
}
#container {
	height: 100%;
	overflow: hidden;
}
.page {
	right: 0;
    padding: 40px;
	width: 50%;
	float: right;
	height: 100%;
	position: relative;
	line-height: 2em;
    -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;          
    transition: all 1s ease;
}
#content-wrap .botao-abrir {
	position: absolute;
	right: 0;
	z-index: 100000;
	width: 40px;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	z-index: 200000000;
}
#content-wrap .botao-abrir span {
    -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;          
    transition: all 1s ease;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	font-size: 1.3em;
	margin: 15px;
	line-height: 2em;
	font-family: 'iconic';
}
#content-wrap .fechado .page {
    -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;          
    transition: all 1s ease;
    right: calc(-50% + 40px);
}
#content-wrap .fechado .botao-fechar {
	display: none;
}
#content-wrap .fechado .botao-abrir {
/*    -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;          
    transition: all 1s ease;*/
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	color: #fff !important;
	z-index: 100000;
}
#content-wrap .fechado .botao-abrir span {
    -webkit-transition: all 4s ease;                  
    -moz-transition: all 4s ease;                 
    -o-transition: all 4s ease;   
    -ms-transition: all 4s ease;          
    transition: all 4s ease; 
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	color: #fff !important;
	z-index: 100000;
}
#content-wrap .fechado .page div {

}
#content-wrap .botao-fechar { 
	position: fixed;
	z-index: 1000;
	top: 10px;
	right: 10px;
	font-size: 1.2em;
}
#content-wrap .page p {
	padding: 12px 0;
	width: 85%;
	margin: 0 -1000px 0 0;
}
#content-wrap .page {
	animation-delay: 1s;
    -webkit-animation-delay: 1s;       
    -moz-animation-delay: 1s;                
    -o-animation-delay: 1s;   
    -ms-animation-delay: 1s;  
}
.botao-fechar {
	animation-delay: 1s;
    -webkit-animation-delay: 1s;       
    -moz-animation-delay: 1s;                
    -o-animation-delay: 1s;   
    -ms-animation-delay: 1s; 
}
/* Fim dos Estilos Gerais */

/* Inicio dos estilos Discografia */

.discografia {

}
.discografia .cabecalho {
	width: 45%;
	margin: 0 0 0 5px;
	float: left;
}
.discografia a {
	display: block;
	margin: 0 15px 0 0;
	float: left;
	width: 45%;
}
.discografia a img {
	width: 100%;
	height: auto;
}
.discografia h2 {
	font-size: 1.4em;
	margin: 0 0 0 0;
}
.discografia h2 span {
	font-weight: 300;
}
#content-wrap .discografia p {
	width: 100% !important;
	font-size: 0.9em;
	display: block;
	color: #fff;
	line-height: 1.2em;
}
.discografia h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	color: #888;
}
.discografia ul {
	padding: 20px 0 0 0;
}
.discografia ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: 400;
	display: table;
	width: 100%;
}
.discografia ul li audio {
	float: left;
	width: 45%;
	padding: 0 18px 0 0;	
}

/* Inicio dos estilos Agenda */

.conteudo-agenda {
	width: 100%; 
	padding: 0 0 30px 0;
}
.conteudo-agenda a {
	width: 50%;
	float: left;
	padding: 0 15px 0 0;
}
.conteudo-agenda a img {
	width: 100%;
	height: auto;
	display: block;
}
.conteudo-agenda .cabecalho {
	width: 40%;
	float: left;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.conteudo-agenda .cabecalho h2 {
	line-height: 1.3em;
}
.conteudo-agenda .descricao-agenda {
	line-height: 1.4em;
}

/* Inicio dos estilos Videos */

.videos {
	width: 80%;
	margin: 0 auto;
}
.descricao-video {
	padding: 15px 0 0 0;
	width: 80%;	
	font-size: 1em !important;
}

/* Inicio dos estilos Top */

#top-wrap {
	width: 100%;
	height: 150px;
	position: fixed;
}
#top {
	position: fixed;
}
#menu-lateral h1 {
	position: relative;
	font-size: 1.5em;
	margin: 2.5em 0;
}
#menu-lateral h1 a {
}
#menu-lateral h1 span {
	display: block; 
	width: auto;
	line-height: 1.2em;
}
ul.idioma {
	display: none;
}
ul.idioma a {
}

ul.idioma li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

ul.idioma li:first-child:after { 
	content:"|";
	padding-left: 15px;
}

p.error,
span.error {
	color: #c00;
	font-size: .8em;
	margin-left: 5px;
}

/* Fim dos estilos Top */

/* Inicio dos estilos Middle  */

#middle-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

#middle {
	display: block;
	height: 100%;
}

/* --------------- Toggle Menu --------------- */

#menu-lateral .toggle-menu {
	display: none;
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	font-family: 'iconic';
	background-color: transparent;
	color: #fff;
	top: 30px;
	right: 20px;
}

/* --------------- Menu --------------- */

#menu-lateral {
	padding: 0 0 0 3%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0;
	position: fixed;
	float: left;
}
#menu-lateral a {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #fff;
	font-weight: normal;
}
#menu-lateral a.select {
	color: #3799b2;
}
#menu-lateral a:hover {
	color: #3799b2;
}
#menu-lateral > ul > li {
	position: relative;
	font-weight: bold;
	margin-bottom: 6px;
}
#menu-lateral ul ul li a {
	background-color: #000;
	color: #999;
	font-weight: normal;
	font-size: 2em;
}
#menu-lateral ul ul {
	display: block;
	/* esse item geralmente fica com display none mas especificamente nesse projeto deixamos com display block para o menu da agenda ficar aberto */
}

#menu-lateral ul.aberto ul {
	display: block;
}
.seta {
	display: none;
}
/*.toggleMenu span.seta {
	position: absolute;
	top: 8px;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffbc2e;
	border-bottom: 0px;
}

.toggleMenu span.up {
	position: absolute;
	top: 8px;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffbc2e;
	border-top: 0px;
}*/

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

#menu-lateral .midias-sociais {
	display: none;
	position: fixed;
	bottom: 0;
	padding: 0;
	font-family: 'iconic';
	font-size: 0.6em;
	padding: 0 0 15px 30px;
	font-weight: normal;
}
#menu-lateral .midias-sociais li {
	background-color: transparent;
	display: inline-block;
	margin: 0 0 0 0;
}
#menu-lateral .midias-sociais li a {
	background-color: transparent;
	color: #e9e9e9;
	-webkit-text-shadow: 1px 2px 20px #000;
    -moz-text-shadow: 1px 2px 20px #000;
    text-shadow: 1px 2px 20px #000;
    font-weight: normal;
	padding: 0 18px 0 0;
}
#menu-lateral .midias-sociais li a:hover {
	color: #9e0318;
}
#menu-lateral .logo span { 
	display: none; 
}
#menu-lateral li a.facebook {
	margin: 22px 0 18px 0 ;
    background-image: url(../images/facebook-icone.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}
/* Fim dos estilos Middle  */

/* 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 */

/* Formularios */

	div.col1-6:after,
	div.col2-6:after,
	div.col3-6:after,
	div.col4-6:after,
	div.col5-6:after,
	div.col6-6:after {
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		height: 0;
		overflow:hidden;
}

.col1-6,
.col2-6,
.col3-6,
.col4-6,
.col5-6,
.col6-6 {
	float: left;
	margin-top: 6px;
	/*
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
	*/
}

.col1-6 { width: 13.666%; }
.col2-6 { width: 30.333%; }
.col3-6 { width: 47%; }
.col4-6 { width: 63.666%; }
.col5-6 { width: 80.333%; }
.col6-6 { width: 97%; }

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

.pagination { 
	clear: both;
	padding: 20px 0 0 0;
	margin: 20px 0 0 10px; 
	height: 40px;
	font-size: 1.6em;
}
.pagination a { text-decoration: none; color: #e9e9e9; }
.pagination span { color: #aa0000; padding: 0px;  font-weight: bold; }
.pagination span.page { padding: 10px; }
.pagination	span.current { background-color: #aa0000; }
.pagination	.next, .pagination .previous { font-weight: normal; padding: 0 10px 0 0; font-family: 'iconic'; font-size: 1em; }	

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

.lista-projetos {
	width: 100%;
	margin: 0px;
	padding: 0 0 0 0;
}
.lista-projetos li {
	position: relative;
	list-style-type: none;
	margin : 0 15px 0 0;
	padding: 0;
	display: table;
	float: left;
}
.lista-projetos li a {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.lista-projetos li a img {
	height: 120px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.lista-projetos a em {
	font-style: normal;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	padding: 10% 0 8% 8%;
}
.lista-projetos a em span {
	color: #e9e9e9;
	line-height: 2em;
	font-size: 1.4em;
}
.lista-projetos a em span.titulo {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	width: 80%;
}
.lista-projetos a em span.infos {
	display: block;
	line-height: 1.2em;
	width: 94%;
	padding: 4px 0 4px 0;
	font-size: 0.8em;
	font-weight: bold;
}
.lista-projetos a em span.cliente {
}
.lista-projetos a em span.data {
}
.lista-projetos a em ul.tags {
	position: absolute;
	bottom: 4%;
	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;
}

.lista-projetos .video {
	width: 100%;
}
/*.lista-projetos a:hover em {
	display: block;
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
}*/
.lista-projetos span.tit-imprensa {
	padding: 10px 0 0 0;
	display: block;
	font-size: 0.7em;
	line-height: 0.9em !important;
}
.lista-projetos small {
	padding: 0;
	margin: 0;
	font-size: 0.6em;
}


.lista-projetos li:last-child {
	border-bottom: transparent;
}
.lista-projetos .agenda {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.lista-projetos h3 {
	font-size: 1.4em;
    line-height: 1.6em;
}
.lista-projetos .agenda .itens {
	width: 40%;
	float: left;
}
.lista-projetos .agenda .thumb-agenda {
	display: block;
	width: 40%;
	float: left;
	padding: 0 15px 0 0;
}
.thumb-agenda img {

	width: 100%;
	height: auto !important;
}
a.tag {
	background: #929292;
	color: #252525 !important;
	font-size: .8em;
	font-weight: normal !important;
	padding: 1px 5px 2px 5px;
	margin-right: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.tag:hover {
	background: #e9e9e9;
	color: #252525;
}

#btn-prev, #btn-next {
	display: none;
	background-color: #000;
	color: #a00;
	position: fixed;
	z-index: 100;
	top: 44%;
	width: 40px;
	font-size: 2.8em;
	font-weight: normal;
	height: 95px;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#btn-prev {
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
	left: 28%;	
}
#btn-next {
	-webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s; 
	right: 0px;
}
#btn-prev .icon, #btn-next .icon {
	font-family: 'iconic';
	line-height: 2.2em;
	font-weight: normal;
	margin-left: 8px;
	display: inline-block;
	float: left;
}
#btn-next .icon {
	margin-left: 10px;
}
#btn-prev .icon {
	margin-left: 10px;
}
#btn-prev .txt, #btn-next .txt {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.5em;
    width: 60px;
	color: #e9e9e9;
	display: inline-block;
	float: left;
	line-height: 2.2em;
	margin: 14px 0 0 6px;
}
#btn-prev .txt {
	text-align: right;
}
a:hover#btn-prev, a:hover#btn-next {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background-color: #a00;
	color: #000;
}
a:hover#btn-prev {
	left: 28%;	
}
a:hover#btn-next {
	right: 0;	
}
a:hover#btn-prev .txt, a:hover#btn-next .txt {
	display: inline-block;
}

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

#filtro-tipo {
	margin-bottom: 10px;
}
#filtro-tipo select {
	padding: 3px;
	font-size: 1.1em;
}
.sbHolder {
    background-color: #666666;
    border: solid 1px #000;
    font-size: 1.2em;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
    float: right;
    z-index: 1000;
    margin: 0 24px 0 20px;
}
.sbHolder:focus .sbSelector {
    display: block;
}
.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #fcfcfc;
    outline: none;
    text-decoration: none;
}
.sbToggle {
    background: url(../images/select-icons.png) 0 -116px no-repeat;
    display: block;
    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: 201px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.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;
}

a.logo-planob {
	display: none;
	position: fixed;
	right: 20px;
  bottom: 20px;
  background-image: url('../images/logo-planob.png');
  height: 15px;
  width: 43px; 
  float: right;
  cursor: pointer;
  margin: 0 0 0 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover.logo-planob {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

object { height: 0; padding: 0; margin: 0; display: none; }