/*
	Panorama
	Produtor: Rafael Duim [rafaelduim.com.br]
	Desenvolvedor - HTML/CSS/JS: RafaelDuim

*/
body {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'economicaregular';
	color: #211915;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.float-left { float: left; }
.float-right { float: right; }
.grid {
	padding: 0 20px;
	clear: both;
}
.half {
	width: 50%;
	display: inline-block;
	float: left;
}
.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}
#panorama.home {
	background: url(images/bg.jpg) no-repeat top center;
}
#panorama {
	width: 1000px;
	margin: 0 auto;
	display: block;
}
img { max-width: 100%;}
h1 {
	border-bottom: 2px solid #c4c2c2;
	text-align: center;
	font-size: 40px;
	padding: 3px 0 8px;
	text-align: center;
	font-family: 'economicabold';
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 30px;
	padding: 10px 0 0;
	font-family: 'economicabold';
	margin: 0;
}
/* == Header == */
.sub-header p {
	font-size: 18px;
	
	margin: 10px 0 0;
	line-height: 21px;
	font-family: 'economicabold';
}
.sub-header .petrobras {
	background: url(images/ico-petrobras.png?1) no-repeat top center;
	text-indent: -9999px;
	width: 109px;
	height: 21px;
	display: inline-block;
	margin: 2px 5px;
}
.sub-header .date p {
	font-size: 44px;
	line-height: 30px;
	font-family: 'economicabold';
}
p.title-panorama {
	width: 160px;
	font-family: 'economicabold';
	font-size: 28px;
	line-height: 27px;
	margin: 0;
	display: inline-block;

}
p.title-panorama span {
	color: #D99229;
	width: 100%;
	display: block;
}
.home #header { background: none; }
#header { background: url(images/astronauta-topo.png) no-repeat right 45px;}
#header img.iv-panorama { 
	float: right;
	margin: 21px 0 10px 0;
	width: 799px;
	height: auto;
}
/* == Menu == */
.container-menu {
	padding: 0;
	margin: 11px 0;
	border-radius: 6px;
	height: 33px;

}
.container-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
}
.container-menu li a {
	display: block;
	padding:0 38px;
	font-size: 22px;
	line-height: 33px;
	height: 33px;
	color: #FFF;
	background-color: #211915;
	font-family: 'economicabold';
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
}

.container-menu li:hover a ,
.container-menu li.active a {
	background-color: #D99229;
	color: #211915
}
.container-menu li:last-child a { 
	padding: 0 44px 0 44px;
	border-radius: 0 6px 6px 0;
}
.container-menu li:first-child a { 
	border-radius: 6px 0 0  6px;
}
.container-menu li ul {
	position: absolute;
	top: 33px;
	background-color: #D99229;
	color: #211915;
	z-index: 99;
	padding: 0 0 10px;
	width: 100%;
	margin: 0;
	display:none;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
}
.container-menu li:hover > ul { display: block; }
.container-menu li ul li {
	display: block;
	width: 100%;
}
.container-menu li ul li a { 
	color: #FFF !important;
	padding: 5px 10px !important;
	text-align: center;
	line-height: 24px;
	height: auto;
	font-size: 19px;
} 
.container-menu li ul li a:hover { color: #000 !important; }
/* == Center - Home == */
#center.home {
	height: 1070px;
	background: url(images/astronauta2-laranja.png) no-repeat center 235px;
}
#center.home .box {
	width: 275px;
	padding: 20px;
	margin: 535px 44px 0;
}
#center.home .box p {
	font-family: 'economicabold';
	text-transform: uppercase;
	font-size: 32px;
	line-height: 31px;
}
#center.home .box p span { 
	width: 100%;
	display:inline-block;
	color: #D99229;
}
.container-vinheta { 
	margin: 10px 0;
	padding: 0 25px 50px;	
	overflow: hidden;
	border-bottom: 2px solid #c5c2c2;
}
.container-vinheta ul {
	width: 100%;
	display: block;
	list-style: none;
	padding: 0;
	margin:0;
}
.container-vinheta ul li {
	list-style: none;
	float: left;
	height: 180px;
	background-color: #c5c2c2;
	width: 25%;
	border-right: 2px solid #FFF;
	text-align: center;
	position: relative;
}
.container-vinheta ul li iframe{
	width: 100%;
	height: 180px;
}
.container-vinheta ul li:last-child,
.container-vinheta ul li:last-child > iframe { 
	border: none;
	border-radius: 0 6px 6px 0;
}
.container-vinheta ul li:first-child,
.container-vinheta ul li:first-child > iframe { 
	border-radius: 6px 0 0 6px;
}
.container-vinheta ul li span {
	padding: 0 10px;
	position: absolute;
	bottom: -35px;
	font-family: 'economicabold';
	font-size: 24px;
	width: 100%;
	left: 0;
}
/* == Footer == */
#footer { margin-top: 20px;}
#footer img {
	margin: 5px 0;
}
/* == #Center == */
#center { min-height: 400px;}
.list-model {
	width: 100%;
	display: block;
	margin: 5px 0;
	padding: 0;
	/*border-bottom: 2px solid #C4C2C2*/
}
.list-model li {
	list-style: none;
	padding: 3px 0;
	border-bottom: 2px solid #C4C2C2;
	width: 100%;
	margin: :0;
}
.list-model li .box-img { 
	float: left;
	width: 151px;
	height: 173px;
	/*background-color: #C4C2C2;*/
	overflow: hidden;
}
.list-model li .box-img img { max-width: 100%;}
.list-model li .box-text {
	float: left;
	margin: 0 0 0 15px;
	width: 794px;
	height: 173px;
}
.list-model li .box-text p {
	height: 173px;
	display: table-cell;
	vertical-align: middle;
	width: 794px;
	font-family: 'economicaregular';
	font-size: 18px;
	line-height: 20px;
}
.list-model li .box-text p strong { font-family: 'economicabold'; }
/* == Contato == */
.container-center {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-top: 2px solid #C4C2C2;
	border-bottom: 2px solid #C4C2C2;
}
.container-center .box-contact-1 {
	width: 350px;
	float: left;
	margin: 0 20px 0 0;
}
.container-center .box-contact-2 {
	width: 590px;
	float: left;
}
.container-center p {
	font-family: 'economicaregular';
	font-size: 18px;
	margin: 0 0 5px;
	line-height: 20px;
}
.container-center p.phone { 
	margin-top: 15px;
	text-transform: uppercase;
}
.container-center .link { 
	color: #D99229 ;
	font-family: 'economicaregular';
	font-size: 18px;
	margin: 20px 0 5px;
	line-height: 20px;
	text-decoration: none;
	display: block;
}
.form-control {
	width: 94%;
	display: block;
	margin-bottom: 1px;
}
.form-control label {
	font-family: 'economicaregular';
	font-size: 18px;
	line-height: 20px;
	min-width: 35px;
	display: inline-block;
}
.form-control input[type="text"] ,
.form-control input[type="email"] {
	width: 550px;
	display: inline-block;
	border:none;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	background-color: #C4C2C2;
}
.form-control textarea {
	width: 521px;
	display: inline-block;
	border:none;
	margin-top: 1px;
	padding: 0 5px;
	height: 150px;
	line-height: 20px;
	font-size: 16px;
	background-color: #C4C2C2;
	resize:none;
}
.form-control input[type="submit"] ,
.form-control input[type="reset"] {
	color: #D99229;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	border:none;
	display: inline-block;
	background-color: #FFF;
	margin-left: 20px;
	padding: 2px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	font-family: 'economicabold';
}
.form-control input[type="submit"]:hover ,
.form-control input[type="reset"]:hover {
	color: #000;
}
/* == Fotos == */

.list-thumb {
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	margin:0;
	height: 300px;
}
.list-thumb li {
	float: left;
	width: 152px;
	height: 92px;
	margin: 4px;
	background-color: #eee;
	list-style: none;
}
.list-thumb li img {
	width: 152px;
	height: 92px;
	display: block;
}
.legend {
	margin: 10px 4px 30px;
	border-bottom: 2px solid #C4C2C2;
	margin-top: 2px;
	padding: 2px 0;
}
.legend p {
	text-transform: uppercase;
	font-family: 'economicabold';
	font-size: 18px;
	margin: 0;
	line-height: 20px;
}
.legend p span { color: #D99229 ;}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  bottom: -42px;
  right: 2px;
  z-index: 15;
  width: 200px;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  margin: 1px;
  cursor: pointer;
  text-transform: uppercase;
	font-family: 'economicabold';
	font-size: 18px;
	margin: 0;
	line-height: 20px;
	color: #000;
}
.carousel-indicators .active {
  color: #D99229;
}


/*
* Páginas
*/

/* Premiação */
.premiacao .conteudo{
	margin: 0 auto;
    text-align: center;
    width: 75%;
}

.premiacao .conteudo h4{
	color: #f8981d;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: -15px;
    text-transform: uppercase;
}


/* Equipe */
.equipe ul{
	padding: 0;
	margin: 40px 0;
}

.equipe ul li{
	list-style: none;
	text-align: center;
}

.equipe ul li .funcao{
	color: #f8981d;
	float: left;
	width: 49%;
	text-align: right;
}

.equipe ul li .nome{
	color: #000;
	float: right;
	width: 49%;
	text-align: left;
}


/* Downloads */
.downloads ul li,
.edicoes ul li{
	list-style: none;
	text-align: center;
}

.downloads ul li a,
.edicoes ul li a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 32px;
	padding: 20px 0;
	display: block;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
}.downloads ul li a:hover,
.edicoes ul li a:hover{
	color: #f8981d;
}

/* Competitiva */
.list-competitiva{
	margin: 0;
	padding: 0;
}

.list-competitiva li{
	padding: 0 0 15px 0;
}

.list-competitiva li .box-img{
	width: 314px;
	height: 204px;
	padding-top: 15px;
}

.list-competitiva li .box-text{
	width: 288px;
	margin-right: 16px;
	padding-top: 15px;
	border-right: 2px solid #c6c3c2;
	height: auto;
	padding-right: 16px;
}

.list-competitiva li .box-text strong{
	font-weight: normal;
	font-family: 'economicabold';
}

.list-competitiva li .box-text p{
	height: 189px;
	display: block;
	vertical-align: none;
	height: auto;
	width: 100%;
	margin-top: 0px;
	line-height: 23px;
}

.list-competitiva li .box-agenda{
	width: 285px;
	padding-left: 0;
	float: left;
	padding-top: 15px;
}

.list-competitiva li .box-agenda h5{
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	font-family: 'economicabold';
}

.list-competitiva li .box-agenda p{
	margin: 8px 0 0;
}

.list-competitiva li .box-agenda span{
	font-size: 17px;
}

.list-competitiva li .box-agenda .dia{
	font-family: 'economicabold';
}

.list-competitiva li .box-agenda .data,
.list-competitiva li .box-agenda .horario{
	color: #f8981d;
}

/* Programação */
.programacao h1{
	text-align: left;
}

.programacao h1 span{
	color: #f8981d;
}

#programacao{
	float: left;
	width: 76%;
	border-right: 2px solid #c6c3c2;
	padding-right: 1%;
}

.titulo-programacao-completa{
	border-bottom: none;
	margin-bottom: 20px;
}

.list-programacao{
	
}

.list-programacao li{
	margin-bottom: 10px;
}

.list-programacao li:last-child{
	border-bottom: none;
}

.list-programacao li h3{
	font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.list-programacao li p{
	font-size: 18px;
}

.list-programacao li p .horario{
	color: #f8981d;
	font-family: 'economicabold';
	display: inline-block;
	margin-right: 15px;
}

.list-programacao li p .titulo{
	font-family: 'economicabold';
}

.list-programacao li p .descricao{

}

#sidebar{
	float: left;
	padding: 0 30px;
	width: 23%;
}

#sidebar .cinema{
	margin: 20px 0;
}

#sidebar .cinema h5{
	font-weight: normal;
	font-family: 'economicabold';
	color: #f8981d;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

#sidebar .cinema p{
	margin: 0;
}


/* Oficinas */
.oficinas{
	
}

.oficinas .titulopg{
	border-bottom: 2px solid #c4c2c2;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}

.oficinas .titulopg img{
	display: inline-block;
	margin-right: 5px;
}

.oficinas .titulopg h1{
	border-bottom: medium none;
    display: inline-block;
    position: relative;
    top: 5px;
}

.oficinas .texto{
	border-bottom: 2px solid #c4c2c2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.oficinas .area-lista-tipo-a,
.oficinas .area-lista-tipo-b{
	border-bottom: 2px solid #c4c2c2;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

.oficinas .area-lista-tipo-a{
	
}

.oficinas .area-lista-tipo-a h3{
	font-weight: normal;
	font-family: 'economicabold';
	font-size: 24px;
	text-transform: uppercase;
}

.oficinas .area-lista-tipo-a .item{
	
}

.oficinas .area-lista-tipo-a .item span{
	font-family: 'economicabold';
	display: block;
}

.oficinas .area-lista-tipo-a .item p{
	margin-top: 0;
}

.oficinas .area-lista-tipo-b{
	
}

.oficinas .area-lista-tipo-b h3{
	font-weight: normal;
	font-family: 'economicabold';
	font-size: 24px;
	text-transform: uppercase;
}

.oficinas .area-lista-tipo-b .item{
	
}

.oficinas .area-lista-tipo-b .item span{
	font-family: 'economicabold';
	display: inline-block;
	margin-right: 3px;
}

.oficinas .titulo-lista{
	border-bottom: 2px solid #c4c2c2;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: normal;
	font-family: 'economicabold';
}

/* Sobre */
.sobre h1{
	text-align: center;
}

.sobre .texto{
	float: left;
	width: 48%;
	margin-top: 20px;
}

.sobre .texto_eng{
	float: right;
	width: 48%;
	margin-top: 20px;
}


/* Atividade Oficina */
.atividade-oficina{

}

.atividade-oficina .topo{
	overflow: hidden;
	border-bottom: 2px solid #c4c2c2;
	padding-bottom: 10px;
}

.atividade-oficina .topo img{
	float: left;
	margin-right: 20px;
}

.atividade-oficina .topo .info{
	float: left;
    width: 70%;
}

.atividade-oficina .topo h1{
	border-bottom: none;
	font-weight: normal;
	font-family: 'economicabold';
	color: #f8981d;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin: 30px 0 0;
}

.atividade-oficina .topo h2{
	font-weight: normal;
	font-family: 'economicabold';
	margin: 0;
	padding: 0;
	position: relative;
    text-transform: uppercase;
    top: -15px;
}

.atividade-oficina .texto{
	border-bottom: 2px solid #c4c2c2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.lista-selecionados{
	
}

.lista-selecionados h3{
	font-weight: normal;
	font-family: 'economicabold';
	text-transform: uppercase;
}

.lista-selecionados ul{
	margin: 0;
	padding: 0;
}

.lista-selecionados ul li{
	list-style: none;
	margin-bottom: 5px;
}

/* Lista Eventos */
.lista-eventos{

}

.lista-eventos h1{
	text-transform: uppercase;
	border-bottom: 0;
	font-size: 30px;
}

.lista-eventos h1 .data{
	color: #f8981d;
	font-size: 30px;
}

.lista-eventos h1 .dia{
	font-size: 30px;
}

.lista-eventos h1 .horario{
	color: #f8981d;
	text-transform: lowercase;
	font-size: 30px;
}

.lista-eventos h1 .titulo{
	font-size: 30px;
}

.lista-eventos p{
	position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
}

.lista-eventos p,
.lista-eventos h1{
	margin: 0;
	padding: 0;
}












