@charset "utf-8";
/* CSS Document */

body {
    border-top: 9px solid #f8c302;
    background: url(../../img/bg2.jpg) top center repeat-y #0c2340;
}
header {
    width: 982px;
    overflow: hidden;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 251px;
    height: 80px;
    margin-right: 29px;
    margin-top: 21px;
}
.menu-pr {
    width:925px;
    margin: 20px auto 0;
    height:42px;
    background: #0c2340;
    text-align: center;
}
.menu-pr li {
    display: inline-block;
    font-family: 'GillSansMTRegular';
    font-size:14px;
    text-transform:uppercase;
}
.menu-pr li a {
    color:#fff;
    padding: 0 30px;
    line-height: 42px;
}
.menu-pr li:hover {
    background: #da241c;
}
.mn-top {
    position: absolute;
    margin-top: 5px;
    margin-left: 858px;
}
.mn-top li {
    float: left;
    margin-left: 8px;
}
.programacao {
    width: 570px;
    height: 45px;
    margin-top: 20px;
    float: right;
}
.blck-opts {
    float: left;
    width: 250px;
    text-align: left;
    margin-right: 26px;
    overflow: hidden;
}
.blck-opts p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    font-family: 'GillSansMTRegular';
    color: #999;
}
.selectp {
    width: 100%;
    height: 27px;
    margin-top: 27px;
    border-bottom: 1px solid #999;
    background: url(../../img/Seta-menu.png) right no-repeat;
}
.blck-opts select {
    width: 100%;
    height: 30px;
    border: 0;
    background: transparent;
    font-family: 'GillSansMTBold';
    font-size: 13px;
    text-transform: uppercase;
    color: #cc3333;
    vertical-align: middle;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
}
.blck-env {
    width: 25px;
    float: right;
    text-align: center;
    padding-top: 30px;
}
footer {
    width: 100%;
    background: #0c2340;
}
.cont-ft {
    width: 1021px;
    border-top: 9px solid #f8c302;
    margin: 0 auto;
}
.cont-ft ul {
    float: left;
    margin-top: 39px;
    margin-left: 28px;
}
.cont-ft ul li {
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
    font: 14px/10px 'GillSansMTRegular';
    background:url(../../img/bg_mn-ft.png) no-repeat right center;
    height:10px;
    padding-right:10px;
}
.cont-ft ul li a {
    color: #FFF;
}
.cont-ft ul li a:hover {
    color: #ffcc00;
    text-decoration: underline;
}
.cont-ft .social-ft {
    float: right;
    margin-top: 20px;
}
.cont-ft .social-ft img {
    margin-right: 20px;
}
.cont-ft .copy {
    width: 100%;
    color: #FFF;
    text-align: center;
    font: 10px 'GillSansMTRegular';
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}
.bnn-central {
    width: 100%;
    background: #333333;
    padding: 22px 0px 22px 0px;
}
.bnn-principal {
    width: 925px;
    height: 264px;
    margin: 0 auto;
    position: relative;
}
.conteudo {
    width: 925px;
    margin: 0 auto;
    margin-top: 20px;
}
.mn-fl-home {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-bottom: 2px;
    text-align: center;
}
.mn-fl-home li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 5px 16px;
    margin-right: 50px;
    font: 17px 'GillSansMTRegular';
    color: #cc3333;
    text-transform: uppercase;
}
.mn-fl-home li:last-child {
    margin-right: 0px;
}
.mn-fl-home li.dtselected {
    border-bottom: 8px solid #cc3333;
    margin-top: -1px;
    padding: 5px 16px 9px 16px;
}
.posters {
    margin: 0 auto;
    width: 925px;
    height: 341px;
    margin-bottom: 25px;
}
.posters li {
    float: left;
    margin-bottom: 0px;
    height: 341px;
    width: 231px;
}
.posters li #poster {
    position: absolute;
}
#dfl {
    position: absolute;
    margin-left: 140px;
}
#dfl3 {
    position: absolute;
    margin-left: 119px;
}
.posters li ul {
    width: 231px;
    height: 341px;
    background: rgba(218, 37, 28, 0.9);
    position: absolute;
    z-index: 9;
    display: none;
}
.posters li:hover ul {
    display: block;
}
.posters li ul li {
    height: 62px;
    width: 225px;
    color: #FFFFFF;
    float: right;
}
.posters li ul li:hover {
    border-left: 7px solid #ffc900;
    background: rgba(165, 25, 18, 0.9);
    width: 225px;
}
.posters li ul h2 {
    font: 22px/25px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    height: 135px;
}
.posters li ul li p {
    font: 12px/18px 'GillSansMTBoldItalic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}
.posters li ul li p#sinopse {
    margin-top: 15px;
}
.posters li ul li span {
    font: 11px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.posters li ul li img {
    float: left;
    margin: 8px 10px 8px 10px;
}
.pb-home {
    width: 925px;
    text-align: center;
    margin:0 auto;
    margin-bottom: 25px;
}
.bnn-insti {
    width: 981px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 112px;
}
.bnn-insti li {
    float: left;
    margin-right: 25px;
}
.bnn-insti li:last-child {
    margin-right: 0px;
}
.slidshow {
    width: 980px;
    height: 341px;
    margin-bottom: 25px;
}
#rodar {
    width: 980px;
    position: absolute;
    display: block;
    height: 341px;
    overflow: hidden;
}
.dinamite {
    float: left;
}
.slidshow2 {
    width: 980px;
    height: 341px;
    margin-bottom: 25px;
}
#rodar2 {
    width: 980px;
    position: absolute;
    display: block;
    height: 341px;
    overflow: hidden;
}
.dinamite2 {
    float: left;
}
.slidshow3 {
    width: 980px;
    height: 341px;
    margin-bottom: 25px;
}
#rodar3 {
    width: 980px;
    position: absolute;
    display: block;
    height: 341px;
    overflow: hidden;
}
.dinamite3 {
    float: left;
}
.controle {
    width: 0px;
    margin-top: -366px;
}
.stprev {
    float: left;
    margin-left: -30px;
    border-right: 1px solid #999;
    height: 341px;
    width: 25px;
    background: url(../../img/Seta-Esquerda.png) center no-repeat;
}
.stnext {
    float: right;
    margin-right: -955px;
    border-left: 1px solid #999;
    height: 341px;
    width: 25px;
    background: url(../../img/Seta-Direita.png) center no-repeat;
}
/***** MODAL ******/

div.modal_container {
    margin: 0;
    padding: 0;
    background: url(../../img/transparencia.png);
}
div.modal_container {
    position: absolute;
    height: 1640px;
    z-index: 100000;
    width: 100%;
}
div.modal_inscrever_projeto {
    padding: 100px 0 0 0;
}
div.modal_content {
    padding: 10px;
    width: 282px;
    height: 180px;
    background: #fff;
    border-left: 7px solid #ffc900;
    margin: 0 auto;
    text-align: center;
}
div.modal_header {
    margin-top: 20px;
}
div.modal_inscrever_projeto div.modal_header a[title="fechar"], div.modal_login div.modal_header a[title="fechar"] {
    float: right;
    margin-top: -20px;
}
.cidade {
    font: 14px/20px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
}
.cidade select {
    width: 195px;
    height: 24px;
    background: url(../../img/drop_mn.png) no-repeat right #ccc;
    font: 14px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333333;
    text-transform: uppercase;
    border: 0;
}
/***** FICHA ******/

.modal_filme {
    padding: 100px 0 0 0;
}
.ficha {
    padding: 10px;
    width: 706px;
    background: #fff;
    border-left: 7px solid #ffc900;
    margin: 0 auto;
    text-align: center;
}
.ficha2 {
    padding: 10px;
    width: 706px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top:20px;
}
ul.menu {
    float: left;
    margin-left: -223px;
    position: absolute;
}
ul.menu li {
    width: 180px;
    height: 44px;
    background: top right;
    margin-bottom: 3px;
    font: 12px/44px 'GillSansMTItalic', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
    padding-right: 50px;
}
ul.menu #sin {
    background: url(../../img/sinopse.png)top right no-repeat;
    line-height: 15px;
    padding-top: 5px;
    height: 39px;
}
ul.menu #tra {
    background: url(../../img/trailer.png)top right no-repeat;
}
ul.menu #ses {
    background: url(../../img/horario.png)top right no-repeat;
}
ul.menu #sin.clicked {
    background: url(../../img/sinopse.png)bottom right no-repeat;
    line-height: 15px;
    padding-top: 5px;
    height: 39px;
}
ul.menu #tra.clicked {
    background: url(../../img/trailer.png)bottom right no-repeat;
}
ul.menu #ses.clicked {
    background: url(../../img/horario.png)bottom right no-repeat;
}
div.ficha a[title="fechar2"] {
    float: right;
    margin-top: -40px;
}
.pstesq {
    float: left;
    margin: 10px;
}
.line {
    width: 100%;
    height: 1px;
    background: #999999;
    margin: 8px 8px 8px 0px;
}
.dados {
    float: right;
    text-align: left;
    width: 430px;
}
.dados h1 {
    font: 24px/26px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.dados h2 {
    font: 16px/18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;
    text-transform: uppercase;
}
.dados h3 {
    font: 16px/45px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.dados p {
    font: 18px/22px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;
}
.dados p strong {
    font: 20px/22px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.ftrail {
    width: 700px;
    height: 400px;
}
.bilhete {
    float: left;
    font: 12px/14px 'GillSansMTItalic', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
    margin-left: 60px;
    margin-right: 5px;
    padding-top: 10px;
}
.part {
    float: left;
    font: 12px/50px 'GillSansMTItalic', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
    margin-left: 30px;
    margin-right: 10px;
}
.contcols {
    width: 925px;
    margin: 0 auto;
    margin-top:20px;
}
.colesq {
    float:left;
    width:640px;
    min-height: 666px;
}
.titles {
    border-left:10px solid #cc3333;
    width:100%;
}
.titles h2 {
    border-bottom:1px solid #999;
    font: 18px/15px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    margin-left:7px;
    text-transform:uppercase;
    color:#cc3333;
    padding-bottom:10px;
}
.titles h2 span {
    font: 11px/10px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    margin-left:7px;
    text-transform:uppercase;
    color:#f8c302;
}
.titles h3 {
    font: 18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    margin-left:7px;
    text-transform:uppercase;
    color:#f8c302;
    padding-top:10px;
}
.titles h3 span {
    float:right;
    font-size:12px;
    line-height:24px;
    margin-left: 10px;
    color:#999;
}
.titles h3 span a {
    color:#999;
}
.titles h3 span a:hover {
    text-decoration:underline;
}
.titles h3 strong {
    font-weight:normal;
    margin-right:60px;
}
.titles h3 span a {
    font-size:14px;
    color:#999;
}
.titles h4 {
    border-bottom:1px solid #999;
    font: 18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    margin-left:7px;
    text-transform:uppercase;
    color:#f8c302;
    padding-top:10px;
}

.ingresso { width:250px; float:right;}
.ingresso h2 {
    border-bottom:1px solid #999;
    font: 18px/15px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    margin-left:7px;
    text-transform:uppercase;
    color:#cc3333;
    padding-bottom:10px;
    margin-bottom:5px;
}
.ingresso p {
    font: 14px/18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;	
    margin-left:7px;
}

.coldir { width:250px; float:right;}
.pbside {width:250px; height:250px; margin-bottom:30px; margin-top:30px;}
.coldir img.imgbnns {margin-bottom:30px;}

.dados-fl {
    float: left;
    text-align: left;
    width: 395px;
    margin-left:238px;
}
.ml25 {
    margin-left:25px;
}
.dados-fl h1 {
    font: 22px/24px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.dados-fl h1 a {
    color: #cc3333;
}
.dados-fl h2 {
    font: 14px/15px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;
    text-transform: uppercase;
}
.dados-fl h3 {
    font: 16px/45px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.dados-fl p {
    font: 14px/18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;
}
.dados-fl p strong {
    font: 14px/18px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #cc3333;
    text-transform: uppercase;
}
.dados-fl p sup strong {
    font: 10px/14px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc3333;
    padding:0px 3px 0px 3px;
}
.dados-fl span {
    font: 11px/22px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color: #999999;
}

.posters-cn {
    margin: 0 auto;
    width: 630px;
    margin-top:28px;
    margin-left:17px;
}
.posters-cn li {
    float: left;
    margin-bottom: 0px;
    height: 308px;
    width: 210px;
}
.posters-cn li #poster {
    position: absolute;
}
.posters-cn li #dfl2 {
    position: absolute;
    margin-left: 132px;
}
.posters-cn li ul {
    width: 210px;
    height: 308px;
    background: rgba(218, 37, 28, 0.9);
    position: absolute;
    z-index: 9;
    display: none;
}
.posters-cn li:hover ul {
    display: block;
}
.posters-cn li ul li {
    height: 62px;
    width: 203px;
    color: #FFFFFF;
    float: right;
}
.posters-cn li ul li:hover {
    border-left: 7px solid #ffc900;
    background: rgba(165, 25, 18, 0.9);
    width: 203px;
}
.posters-cn li ul h2 {
    font: 22px/25px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    height: 164px;
}
.posters-cn li ul li p {
    font: 12px/18px 'GillSansMTBoldItalic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}
.posters-cn li ul li p#sinopse {
    margin-top: 15px;
}
.posters-cn li ul li span {
    font: 11px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.posters-cn li ul li img {
    float: left;
    margin: 8px 10px 8px 10px;
}
.text-corp {
    margin-top:25px;
}
.text-corp img {
    float:left; margin-right:20px; margin-bottom:20px;
}
.text-corp h3 {
    font: 14px/40px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#ffd131;
}
.text-corp h4 {
    font: 14px/40px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#666;
    margin-bottom:20px;
    border-bottom:1px solid #a4b2b8;
    margin-left:60px;
}
.text-corp h4 a {
    color:#666;
}
.text-corp h5 {
    font: 14px/20px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#cc3333;
    border-top:1px solid #999;
    padding-top:10px;
    padding-bottom:10px;
    cursor:pointer;
}
.text-corp p {
    font: 14px/20px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#666;
    margin-bottom:20px;
}
.text-corp p strong {
    font: 14px/20px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#666;
    font-weight:bold;
}
.text-corp table {
    font: 12px/20px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#666;
}
.text-corp table tbody tr td {
    text-align:center;
    padding:2px 0px 2px 5px;
}
.text-corp span {
    font: 10px/8px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#a4b2b8;
    margin-bottom:20px;
}
.contacc p {
    margin-bottom:0px;
    padding-top:10px;
    padding-left:50px;
    padding-right:20px;
}	
.contato {
    width:310px;
    margin:0 auto;
    margin-top:25px;
    font: 12px/14px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    color:#666666;
}
.contato input{
    width:306px;
    margin-bottom:10px;
}
.contato #button {
    background:#fdb714;
    width:137px;
    height:27px;
    border:0;
    font:12px/27px 'GillSansMTBold', Helvetica, Arial, sans-serif;
    color:#cc3333;
    text-transform:uppercase;
    cursor:pointer;
    margin-left:86px;
}
.contato select{
    width:306px;
    height:29px;
    margin-bottom:10px;
    color:#999999;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(../../img/bt_combo.png) right no-repeat #FFF;
    cursor:pointer;
}
.contato #curriculo {
    width:111px;
}
.bnn-promo {
    margin-top:10px;
    margin-bottom:10px;
}
.redes {
    margin-top:-30px;
    margin-right:-20px;
    float:right;
}


/*Paulo Fez*/

.promocao {
    width:620px;
    margin:0 auto;
}

.promocao h2{
    font:22px/28px "VAG", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#f37025;
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:5px;
    padding-top:5px;
    margin-top:30px;
}

.promocao h3{
    font:22px/28px "VAG", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#0e5e98;
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:5px;
    padding-top:5px;
    margin-top:30px;
}

.promocao img{
    margin-top:10px;
    margin-bottom:10px;
}

.promocao p {
    font:14px/16px Helvetica, Arial, sans-serif;
    color:#999999;
}

.promocao span {
    font:14px/16px Helvetica, Arial, sans-serif;
    color:#999999;
}

.promocao table {
    font:18px/22px Helvetica, Arial, sans-serif;
    color:#0e5e98;
    margin:0 auto;
}

.promocao table a{
    font:14px/16px Helvetica, Arial, sans-serif;
    color:#0e5e98;
    text-decoration:underline;
}

.promocao table tr{
    height:30px;
    color:#0e5e98;
}

.promocao p strong {
    color:#0e5e98;
}

.promocao p a {
    color:#0e5e98;
    text-decoration:underline;
}


.promocao .prologin {
    width:566px;
    height:318px;
    border:4px solid #f37025;
    margin:40px auto;
}
.promocao .prologin form {
    margin:20px 0px 20px 125px;
}
.promocao .prologin input {
    width:310px;
}
.promocao .prologin input[type="button"] {
    width:147px;
    margin:20px 0px 10px 80px;
    background:#fdb714;
    height:37px;
    border:0;
    cursor:pointer;
    color:#FFFFFF;
    text-transform:uppercase;
}
.promocao .prologin h3 {
    border:0;
    font: 18px Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-align:center;
}
.promocao .prologin a {
    text-decoration:none;
    color:#999999;
}
.promocao .prologin a:hover {
    color:#999999;
    text-decoration:underline;
}
.promocao .prologin #recuperar {
    width:566px;
    height:270px;
    background:#FFFFFF;
    z-index:9900;
    display:none;
}
ul.menu2 {
    width:395px;
    height: 44px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:3px;
}
ul.menu2 li {
    width: 157px;
    height: 44px;
    background: top left;
    margin-bottom: 3px;
    font: 12px/44px 'GillSansMTItalic', Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding-left: 50px;
    margin-left:-10px;
    float:left;
}
ul.menu2 #sino {
    background: url(../../img/sinopse.png)top left no-repeat;
    line-height: 15px;
    padding-top: 5px;
    height: 39px;
}
ul.menu2 #trai {
    background: url(../../img/trailer.png)top left no-repeat;
}
ul.menu2 #sess {
    background: url(../../img/horario.png)top left no-repeat;
}
ul.menu2 #sino:hover {
    background: url(../../img/sinopse.png)bottom left no-repeat;
}
ul.menu2 #trai:hover {
    background: url(../../img/trailer.png)bottom left no-repeat;
}
ul.menu2 #sess:hover {
    background: url(../../img/horario.png)bottom left no-repeat;
}
ul.menu2 #sess2 {
    background: url(../../img/horario.png)bottom left no-repeat;
}
ul.menu2 li.sess {
    background: url(../../img/horario.png)top left no-repeat;
}
ul.menu2 li.sess:hover {
    background: url(../../img/horario.png)bottom left no-repeat;
}
ul.menu2 li.sess2 {
    background: url(../../img/horario.png)bottom left no-repeat;
}
#poster-pg {
    position: absolute;
}
#det-pg {
    height:308px;
    margin-bottom:30px;
}
#det-pg:hover .info-fm {
    display:block;
}
#det-pg .info-fm {
    display:none;
    width:210px;
    height:308px;
    background: rgba(218, 37, 28, 0.9);
    position: absolute;
    z-index: 9;
}
.info-fm ul li {
    height: 62px;
    width: 203px;
    color: #FFFFFF;
    float: right;
}
.info-fm ul li:hover {
    border-left: 7px solid #ffc900;
    background: rgba(165, 25, 18, 0.9);
    width: 203px;
}
.info-fm ul h2 {
    font: 22px/25px 'GillSansMTRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    height: 226px;
    text-align:left;
}
.info-fm ul li p {
    font: 12px/18px 'GillSansMTBoldItalic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}
.info-fm ul li img {
    float:left;
    margin-left:10px;
    margin-top:9px;
}