@charset "utf-8";
/* CSS Document */
html { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; width: 100%; height: 100%; background: #FFF }
body { margin: 0px; padding: 0px; background: #FFF; color: #545353; font-size: 16px; }
section, video, article { display: block ;}
a:link { text-decoration: none }
a:visited { }
a:hover { }
/**/
h1, h2, h3, h4, h5, h6 { font-style: italic; }
header { height: 180px; overflow: hidden; width: 1600px; margin: 0 auto 0 auto; background: url(../images/banner_1024.png) right top no-repeat; }
header h1 { width: 195px; height: 71px; background: url(../images/todos-contam.jpg) no-repeat left top; overflow: hidden; text-indent: -1000px; }
header h2, header h3 { display: none }
header p { display: block; font-size: 17px; float: left; margin: 20px 0 0 0; }
header p span { font-size: 22px; margin-right: 10px; font-style: italic; background: url(../images/separador-titulo.png) right no-repeat; padding-right: 18px; }
header .sep { display: inline-block; width: 7px; height: 12px; overflow: hidden; text-indent: -50px; background: url(../images/separador-titulo.png) center center no-repeat; position: relative; top: 1px; margin-left: 10px; padding-right: 0px; }
header .links  {}
header .links a { color: #545353}
header .links .link1 {}
header .links .link2 {}
header .links .link3 {}
/**/
.video { background: #000; height: 643px; position: relative; }
.video .player { height: 600px; overflow: hidden; background: #000; width: 1067px; position: relative; margin: 0 auto 0 auto; z-index: 1 ;text-align: center;}
.video .player .c1 { display: block; position: absolute;  z-index: 2; width: 39px; height: 100%; background: url(../images/fade-left.png); left: 0; top: 0;}
.video .player .c2 { display: block; position: absolute;  z-index: 2; width: 39px; height: 100%; background: url(../images/fade-right.png); right: 0; top: 0;}
.video .player video {
    width: 1067px !important;
    height: 600px !important;
    display: inline-block;
}
.video > span { display: block; height: 43px; width: 100%; position: absolute; top: 558px; z-index: 1; overflow: hidden;}
.video > span > span { display: block; height: 43px; width: 100%; background: #B82F57; position: absolute; top: 37px; z-index: 1; overflow: hidden;}
.video > span > span > span { display: block; height: 43px; background: #F7931D; position: relative }
.video > span > span > span:before { content: " "; display: inline-block; border-radius: 15px; -webkit-box-shadow: rgba(0,0,0,.8)0 0 8px; box-shadow: rgba(0,0,0,.8)0 0 8px; filter: alpha(Opacity=0); opacity: 0; background: #333; border: 7px solid #FAFAFA; cursor: pointer; height: 30px; width: 30px; top: -1px; right: -15px; position: absolute }
.video > span:hover span { top: 0px; }
.video > span:hover > span > span:before { opacity: 1}
.video .controller { height: 53px; background: #DFDFDF; border-bottom: 1px solid #ADADAD; position: relative; }
.video .controller > div { width: 1600px; margin: 0 auto 0 auto; position: relative; }
.video .controller > div .right { display: inline-block; float: right }
.video .controller > div .volume_slider { width: 100px; height: 12px; position: absolute; left: 162px; top: 21px; box-sizing: border-box; background: #767676; }
.video .controller > div .tempo { color: #535353; position: relative; top: -19px; right: 10px; }
.video .controller > div .tempo b { color: #B82F57; }
/**/
:-webkit-full-screen { width:100% !important; height:100% !important;}
:-webkit-full-screen   .player  { width: 100% !important; height:100% !important; }
:-webkit-full-screen  #video {   margin: 0 auto;  width: 100% !important;  height: 100% !important;}
/**/
:-moz-full-screen {width:100% !important; height:100% !important; }
:-moz-full-screen #video {   margin: 0 auto;  width: 100% !important;  height: 100% !important;}
/**/
:-ms-fullscreen { width:100% !important; height:100% !important;}
:-ms-full-screen  #video {   margin: 0 auto;  width: 100% !important;  height: 100% !important;}
/**/
:fullscreen { width:100% !important; height:100% !important;}
:full-screen  #video {   margin: 0 auto;  width: 100% !important;  height: 100% !important;}
/**/
#bt_play { width: 63px; height: 53px; background: url(../images/play.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; }
#bt_pause { width: 63px; height: 53px; background: url(../images/pause.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; }
#bt_volume { width: 63px; height: 53px; background: url(../images/volume.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 0px; cursor: default; border-right: 1px solid #aaa; }
#bt_volume_down { width: 63px; height: 53px; background: url(../images/volume_down.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; }
#bt_volume_up { width: 63px; height: 53px; background: url(../images/volume_up.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; }
#bt_volume.vol100 { background-position: 63px 0; }
#bt_volume.vol90 { background-position: 126px 0; }
#bt_volume.vol80 { background-position: 189px 0; }
#bt_volume.vol70 { background-position: 252px 0; }
#bt_volume.vol60 { background-position: 315px 0; }
#bt_volume.vol50 { background-position: 378px 0; }
#bt_volume.vol40 { background-position: 441px 0; }
#bt_volume.vol30 { background-position: 504px 0; }
#bt_volume.vol20 { background-position: 567px 0; }
#bt_volume.vol10 { background-position: 630px 0; }
#bt_volume.vol0 { background-position: 0 0; }
#bt_fullscreen { width: 63px; height: 53px; background: url(../images/fullscreen.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; }
#bt_share { width: 63px; height: 53px; background: url(../images/partilhar.png); display: inline-block; overflow: hidden; text-indent: -200px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; }
/**/
.addthis_toolbox { width: 109px; position: absolute; top: 53px; height: 31px; background: #DFDFDF; padding: 20px; right: 0; border: 1px solid #aaa; display: none; }
/**/
.vjs-paused #bt_play { display: inline-block; }
.vjs-playing #bt_pause { display: inline-block; }
/**/
.texto { margin-top: 25px; width: 1600px; margin: 0 auto 0 auto; overflow: hidden; clear: both; }
.texto .c1 { width: 47%; float: left; box-sizing: content-box; }
.texto .c1 h4 { font-size: 24px; font-weight: normal; color: #CA490E; border-bottom: 2px solid #DFDDDD; padding-bottom: 10px }
.texto .c1 p { color: #545353 }
.texto .c1 ul { padding: 0px; }
.texto .c1 ul li { background: url(../images/seta-laranja.gif) left top no-repeat; padding-left: 22px; list-style: none; margin-bottom: 10px; }
.texto .c1 ul li a { color: #545353 }
/**/
.texto .c2 { width: 47%; float: right; }
.texto .c2 div { background: #EAEAEA; padding: 15px; }
.texto .c2 h4 { font-size: 20px; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; }
.texto .c2 p { }
.texto .c2 ul { padding: 0px; }
.texto .c2 ul li { background: url(../images/dot-laranja.gif) left top no-repeat; padding-left: 20px; list-style: none; margin-bottom: 10px; }
.texto .c2 ul li a { color: #981F42; }
/**/
.vjs-fullscreen { width: 100% !important; position: absolute; top: 50%; transform: translateY(-50%); }
#player { width: 1024px !important; height: 576px !important; position: absolute; left: -17px; }
#player > object, #player > object *, .player div:not(.vjs-fullscreen) video { width: 1024px !important; height: 576px !important; position: absolute; }
/**/
/**/
.popup { z-index: 1000; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-image: url(../images/popup.png); background-position: center; display: none; }
.videopopup { z-index: 1100; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-image: url(../images/popup.png); background-position: center; display: none; }
.acessoriosfull { z-index: 1100; position: absolute; top: 0px; left: 0px; width: 635px; height: 314px; left: 15px; display: none }
.acessoriosfull2 { z-index: 1100; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-image: url(../images/popup.png); background-position: center; display: none; }
.acessoriosfull2 > div { text-align: center; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
/**/
.videopopup > div { position: relative; width: 770px; margin-left: auto; margin-right: auto; height: 576px; top: 50%; margin-top: -288px; }
.videopopup > div #jwvideo1_wrapper { margin-left: auto; margin-right: auto; float: left; height: 100%; width: 720px; background-color: #000 }
.videopopup .right { margin-left: auto; margin-right: auto; float: left; height: 100%; width: 33px; }
.videopopup .right a { display: block; height: 30px; width: 33px; background-image: url(../images/fechar.png); background-repeat: no-repeat; background-position: center; }
.videopopup .right a span { display: none; }
/**/
.hide { display: none }
/**/
.backmenu { position: absolute; font-size: 16px; left: 0; top: 195px; background: #F5A753 url(../images/voltar.gif) 25px no-repeat; display: block; padding: 5px 5px 5px 60px; z-index: 100; width: 130px; height: 30px; color: #FFF; line-height: 2; text-transform: uppercase; cursor: pointer; }

/**/
@media only screen and (orientation : portrait) {
body > nav, body > nav *, body > div { display: none; !important
}
body:before { content: "por favor rode o seu dispositivo para a disposição horizontal"; font-size: 50px; color: #FFF; text-align: center; display: block; position: fixed; width: 100%; height: 100%; background: url(images/rotate-device.png) center center no-repeat black; box-sizing: content-box; vertical-align: center; padding-top: 20%; z-index: 1000 }
}
