/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* -------------------- BASE -------------------- */
html, body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body{
  top: 0 !important;
}

body > div.skiptranslate{
  display: none;
}

.ws{
  min-height: 100%;
  position: relative;
}

* html .ws{
  height: 100%;
}

menu, ol, ul{
  padding: 0;
}

dl, menu, ol, ul{
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

.clear{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.resp_mob_show{
  display: none;
}

.show_740{
  display: none;
}

.top_fix_hide{
  display: none !important;
}

:focus{
  outline: 1px dotted #000;
}

.container{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* -------------------- BOTÃƒO -------------------- */
.button {
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  padding: 0 5px;
  cursor: pointer;
}

.button_vermelho {
  background: #801006 !important;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(192, 39, 45, 1) !important;
  box-shadow: 0px 5px 0px 0px rgba(192, 39, 45, 1) !important;
  -moz-box-shadow: 0px 5px 0px 0px rgba(192, 39, 45, 1) !important;
}

.button_vermelho:hover {
  top: 2px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(192, 39, 45, 1) !important;
  box-shadow: 0px 3px 0px 0px rgba(192, 39, 45, 1) !important;
  -moz-box-shadow: 0px 3px 0px 0px rgba(192, 39, 45, 1) !important;
}

.button_cinza{
  background: #4d4d4d !important;
  -webkit-box-shadow: 0px 3px 0px 0px #b2b2b2 !important;
  box-shadow: 0px 3px 0px 0px #b2b2b2 !important;
  -moz-box-shadow: 0px 3px 0px 0px #b2b2b2 !important;
}

.button_cinza:hover{
  background: #b2b2b2 !important;
  -webkit-box-shadow: 0px 3px 0px 0px #4d4d4d !important;
  box-shadow: 0px 3px 0px 0px #4d4d4d !important;
  -moz-box-shadow: 0px 3px 0px 0px #4d4d4d !important;
}

.button > p{
  display: inline;
}

/* -------------------- CABEÃ‡ALHO -------------------- */
#header{
  width: 100%;
  height: 137px;

  background: #9a1204;
  background: -moz-linear-gradient(top, #9a1204 0%, #c8050b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a1204), color-stop(100%,#c8050b));
  background: -webkit-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: -o-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: -ms-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: linear-gradient(to bottom, #9a1204 0%,#c8050b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1204', endColorstr='#c8050b',GradientType=0 );
}

#header.header_top{
  position: fixed;
  top: 0px;
  height: 87px;
  background: #9b1106;
  background: -moz-linear-gradient(top, #9b1106 0%, #c9060c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b1106), color-stop(100%,#c9060c));
  background: -webkit-linear-gradient(top, #9b1106 0%,#c9060c 100%);
  background: -o-linear-gradient(top, #9b1106 0%,#c9060c 100%);
  background: -ms-linear-gradient(top, #9b1106 0%,#c9060c 100%);
  background: linear-gradient(to bottom, #9b1106 0%,#c9060c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1106', endColorstr='#c9060c',GradientType=0 );
  z-index: 15;
}

#header > .container{
  height: 137px;
}

#header.header_top > .container{
  height: 87px;
}

/* -------------------- LOGO -------------------- */
.logo{
  text-indent: -1000px;
  overflow: hidden;
  width: 300px;
  height: 59px;
  position: absolute;
  top: 35px;
  left: 25px;
  background-repeat: no-repeat;
  background-image: url('/site/img/confetam-logo.png');
}

.regional .logo{
  text-indent: -1000px;
  overflow: hidden;
  width: 300px;
  height: 59px;
  position: absolute;
  top: 8px;
  left: 22px;
  background-repeat: no-repeat;
  background-image: url('/site/img/confetam-logo.png');
}

.logo.header_top{
  /*left: -40px;*/
  top: 16px;
  width: 230px;
  height: 59px;
  background-image: url('/site/img/confetam-logo.png');
  background-size: 100%;
}

.logo > a{
  width: 100%;
  height: 100%;
  display: block;
}

/* -------------------- ESCRITA TOPO -------------------- */
.wrote_top_info{
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 7px;
}

#date_top{
  right: 13px;
  z-index: 3;
}

/* -------------------- LOGIN -------------------- */
#login_top{
  cursor: pointer;
  right: 146px;
  z-index: 3;
  *width: 58px;
}

#login_top > p{
  float: left;
}

#login_top > span{
  width: 23px;
  height: 17px;
  background: url('/site/img/sprite.png') -447px 0 no-repeat;
  float: right;
  position: relative;
  top: -4px;
  right: -2px;
}

/* -------------------- LOGIN E WEBMAIL -------------------- */
.window_over{
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('/site/img/bg_black_transparent.png');
  z-index: 20;
}

.window_over > div{
  position: fixed;
  left: 50%;
  margin-left: -163px;
  top: 66px;
  width: 326px;
  height: 224px;
}

.window_over > div > header{
  background: url('/site/img/bg_header_webmail_open.png');
  height: 31px;
  position: relative;
  top: 0;
  left: 0;
  color: #9A1006;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
}

.window_over > div > header .title_item{
  font-size: 18px;
  float: left;
}

#login > div > header > span{
  background: url('/site/img/sprite.png') -353px -112px no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  position: relative;
  top: 3px;
  left: 7px;
  margin-right: 20px;
}

#webmail > div > header > span{
  background: url('/site/img/sprite.png') -470px 0 no-repeat;
  width: 33px;
  height: 22px;
  float: left;
  position: relative;
  top: 3px;
  left: 7px;
  margin-right: 20px;
}

.close{
  background: url('/site/img/sprite.png') 0 -83px no-repeat;
  width: 13px;
  height: 13px;
  float: right;
  position: relative;
  top: 7px;
  right: 7px;
  border: none;
  text-indent: 1000px;
  overflow: hidden;
}

.form_window_over{
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #b1b1b1;
  border-top: none;
  background: #fff;
  height: 176px;
  padding: 15px 7px 0;
}

.form_window_over p{
  color: #231F20;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_window_over .input_text{
  background: url('/site/img/sprite.png') 0 -122px no-repeat;
  width: 298px;
  height: 26px;
  line-height: 26px;
  margin: 8px 0 0 0;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  color: #000000;
}

.form_window_over .input_submit{
  border: none;
  width: 103px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  left: 112px;
  top: 165px;
}

.form_window_over .input_submit:hover{
  top: 167px;
}

/* -------------------- WEBMAIL -------------------- */
.button_webmail{
  border: 1px solid #801006;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;
  box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;
  -moz-box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;
  z-index: 3;
  position: relative;
  float: right;
  margin: 32px 0 0 0;

  font-size: 12px;
  padding-right: 13px;
}

.button_webmail:hover{
  -webkit-box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;
  box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;
  -moz-box-shadow: 0px -3px 0px 0px rgba(192, 39, 45, 1) !important;

  background: #9a1006 !important;
  background: -moz-linear-gradient(top, #9a1006 0%, #c80903 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a1006), color-stop(100%,#c80903)) !important;
  background: -webkit-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: -o-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: -ms-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: linear-gradient(to bottom, #9a1006 0%,#c80903 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1006', endColorstr='#c80903',GradientType=0 ) !important;
}

.icon_webmail{
  width: 32px;
  height: 22px;
  background: url('/site/img/sprite.png') -358px 0 no-repeat;
  float: left;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.close{
  background: url('/site/img/sprite.png') 0 -83px no-repeat;
  width: 13px;
  height: 13px;
  float: right;
  position: relative;
  top: 7px;
  right: 7px;
  border: none;
  text-indent: 1000px;
  overflow: hidden;
}

.forgotten_pass{
  color: #ff0000;
  font-size: 10px;
  line-height: 10px;
  top: -6px;
  position: relative;
  text-decoration: none;
}

.forgotten_pass:hover{
  text-decoration: underline;
}

/* -------------------- REDE SOCIAL -------------------- */
#social_network{
  list-style: none;
  position: relative;
  margin: 32px 0 0 20px;
  float: right;
  z-index: 3;
}

#social_network > li{
  width: 27px;
  height: 27px;
  display: inline;
  float: left;
  margin-left: 4px;
}

#social_network > li > a{
  background-image: url('/site/img/social.png');
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
}

.icon_facebook{
  background-position: 0 0;
}

.icon_twitter{
  background-position: -30px 0;
}

.icon_googleplus{
  background-position: -59px 0;
}

.icon_instagram{
  background-position: -89px 0;
}

.icon_flicker{
  background-position: -118px 0;
}

.icon_youtube{
  background-position: -148px 0;
}

.icon_soundcloud{
  background-position: -177px 0;
}

.icon_issuu{
  background-position: -207px 0;
}

.icon_rss{
  background-position: -236px 0;
}

.icon_pinterest{
  background-position: -266px 0;
}

.icon_cs{
  background-position: -296px 0;
}

.icon_social_line{
  background-image: url('/site/img/social.png');
  background-repeat: no-repeat;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  margin-bottom: 3px;
}

.icon_share_line{
  background-position: 0 -54px;
  width: 88px;
}

.icon_tweet_line{
  background-position: -90px -54px;
  width: 67px;
}

/* -------------------- BANNER TOPO -------------------- */
.regional .banner_top_bg{
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  top:0px;
  right: 1px;
  width: 695px;
  height: 131px;
  z-index: 1;
}

.regional .space_back_banner{
  display: none;
  background: #750303;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;

  position: absolute;
  z-index: 2;
  right: 8px;
  top: 0px;
  width: 203px;
  height: 24px;
}

/* -------------------- BUSCA -------------------- */
.form_search{
  width: 338px;
  height: 28px;
  position: absolute;
  top: 77px;
  right: 187px;
  z-index: 2;
}

#header.header_top .form_search{
  top: 23px;
}

.form_search > fieldset > .input_text{
  background: url('/site/img/sprite.png') transparent 0 0 no-repeat;
  width: 295px;
  height: 28px;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 30px 0 13px;
  line-height: 28px;
}

.form_search > fieldset > .input_submit{
  background: url('/site/img/sprite.png') transparent -338px 0 no-repeat;
  width: 20px;
  height: 21px;
  border: none;
  position: absolute;
  top: 4px;
  right: 7px;
}

.form_search{
  display: block;
}

.form_search_mobile{
  display: none;
}

/* -------------------- GOOGLE TRADUTOR -------------------- */
#google_translate_element{
  position: absolute;
  top: 77px;
  right: 12px;
  border: 1px solid #000;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  z-index: 2;
}

#header.header_top #google_translate_element{
  top: 23px;
}

/* -------------------- MENU -------------------- */
#menu{
  position: relative;
  width: 1000px;
  height: 29px;
  margin: -13px auto 0;
  background: url('/site/img/bg_menu.png') top center no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}

#menu > div{
  position:relative;
}

#menu.header_top{
  left: 50%;
  margin-left: -500px;
  position: fixed;
  top: 84px;
  z-index: 15;
}

.nav-menu > li{
  float:left;
  height: 28px;
}

.nav-menu > li > a{
  padding: 0 18px;
  margin: 1px 18px 0;
  line-height: 28px;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
  height: 26px;
}

.nav-menu > li > a:hover{
  background: url('/site/img/transparency_red2_9.5.png') repeat;
  color: #fff;
}

.nav-menu > li > a.a_sub{
  padding-right: 21px;
}

.nav-menu > li > a.a_sub:hover{
  padding-bottom: 16px;
}

.nav-menu > li > a.nav-menu-hover-effect{
  background: rgba(198, 62, 66, 0.95);
  color: #fff;
  padding-bottom: 16px;
}

.division_menu{
  position: absolute;
  top: 9px;
  right: 0px;
  width: 1px;
  height: 13px;
  background: #3C3C3C;
}

.nav-menu > li:last-child .division_menu{
  display: none;
}

.d_sub_menu{
  position: absolute;
  visibility: hidden;
  height: 116px;
  padding: 9px 5px 9px 24px;
  z-index: 4;
}

.d_sub_menu > div{
  width: 100%;
  background: url('/site/img/transparency_white_9.5.png') repeat;
  position: absolute;
  top: -8px;
  left: 10px;
  padding: 9px 13px 10px 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #c63e42;
  z-index: 11;
}

.d_sub_menu > div > ul.sub-menu{
  list-style: none;
  width: auto;
  float: left;
}

.d_sub_menu > div > ul.sub-menu > li{
  line-height:23px;
  padding-right: 10px;
}

.d_sub_menu > div > ul.sub-menu li a{
  font-size: 12px;
  line-height:23px;
  color:#000;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}

.d_sub_menu > div > ul.sub-menu li a:hover{
  color:#ba2f46;
}

.arrow_menu{
  width:0;
  height:0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 24px;
  top: 13px;
}

.arrow_menu_hover{
  width:0;
  height:0;
  border-top: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 24px;
  top: 13px;
}

/* -------------------- MENU - SUB SUBMENU -------------------- */
.group_categ_submenu{
  float: left;
}

.sub_submenu{
  margin: 0 10px 0 5px;
  width: 200px!important;
}

.sub_submenu > li.categ_submenu{
  background: #c63e42;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 15px;
}

.sub_submenu > li.categ_submenu:first-child{
  margin-top: 0px;
}

.sub_submenu > li a{
  padding: 0 7px;
}

.sub_submenu > li.categ_submenu a{
  color: #fff !important;
}

.sub_submenu > li.categ_submenu a:hover{
  text-decoration: underline;
}

/* -------------------- CONTEÃšDO -------------------- */
.content_ws {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}

.content_ws.space_fixed{
  padding-top: 197px;
}

.title_box{
  background: url('/site/img/bg_title_box.png') repeat-x;
  width: 100%;
  height: 30px;
  text-align: left;
}

.title_box_simple{
  border-bottom: 2px solid #c80903;
  width: 100%;
  height: 30px;
  text-align: left;
}

.title_box > .text_title, .title_box_simple > .text_title{
  font-size: 18px;
  font-weight: bold;
  color: #9A1006;
  margin-left: 10px;
  line-height: 30px;
}

.boxes{
  overflow: hidden;
}

.box_mini{
  width: 240px;
  float: left;
  margin: 0 5px 10px;
}

.box_mini > div{
  padding: 2px;
  border: 2px solid #cbcbcb;
  border-top: none;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  position: relative;
}

.see_all{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.3px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  text-decoration: none;
  float: right;
  position: relative;
  top: -2px;
  right: 2px;
  padding-right: 15px;
}

.see_all:hover{
  color: #9a1006;
}

.see_all > span{
  background: url('/site/img/sprite.png') -55px -89px no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: 0px;
}

.container_overflow{
  overflow: hidden;
}

/* -------------------- BANNER -------------------- */
#banner_top{
  margin: 15px auto 0;
  overflow: hidden;
  max-height: 104px;
}

#banner_top > ul{
  list-style: none;
  overflow: hidden;
}

#banner_top > ul li{
  float: left;
}

#banner_top > ul li a{
  display: block;
}

#banner_top img{
  width: 1000px;
}

/* -------------------- EVENTOS AO VIVO -------------------- */
#events_live{
  margin: 17px auto 0;
  border: 1px solid #c8c6c7;
  border-bottom-color: #888586;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 1px 2px 1px;
  overflow: hidden;
}

#events_live > div{
  float: left;
  position: relative;
  display: table;
  min-height: 14px;
}

#qtd_events{
  width: 130px;
  padding-left: 15px;
}

#qtd_events .text_qtd_events{
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
}

.num_event_live{
  font-weight: bold;
  color: #C0272D;
}

#events_live > div > div{
  *position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
}

#events_live > div > div > p, #events_live > div > div > a{
  display:block;
  *position: relative;
  top: -50%;
}

#events{
  width: 673px;
  padding: 0 6px;
  border-right: 2px solid #c8c6c7;
  border-left: 2px solid #c8c6c7;
}

#events_list{
  list-style: none;
}

#events_list li{
  border-top: 1px solid #e5e5e5;
  margin-bottom: 4px;
  position: relative;
  min-height: 27px;
  overflow: hidden;
}

#events_list li:first-child{
  border-top: none;
}

#events_list .img_live{
  margin: 0 10px;
  top: 50%;
  left: 0px;
  position: absolute;
  margin-top: -9px;
}

#events_list div{
  float: left;
  width: 630px;
  margin-left: 38px;
}

#events_list a{
  text-decoration: none;
}

#events_list p.text_live{
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 90%;
  line-height: 17px;
  display: inline;
}

#events_list a:hover p.text_live{
  color: #C0272D;
}

#events_list span.live{
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  color: #C0272D;
  text-transform: uppercase;
  white-space: nowrap;
  bottom: 1px;
  left: 2px;
  position: relative;
}

#programation_events{
  width: 150px;
  padding-right: 15px;
  *text-align: right;
}

#programation_events > div{
  text-align: right;
  *right: 3px;
}

#programation_events a{
  color: #808080;
  font-size: 14px;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
}

#programation_events a:hover{
  text-decoration: underline;
}

#events_live > div > div > a.resp_mob_hide{
  display: block;
}

#events_live > div > div > a.resp_mob_show{
  display: none;
}

.more_events{
  background: url('/site/img/sprite.png') -14px -83px no-repeat;
  width: 26px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0px;
}

/* -------------------- TV CUT -------------------- */
#tv_cut{
  /*float: right;
  max-width: 240px;*/
}

#tv_cut > header.only-tv-cut {
  background: url('/site/img/sprite.png') 0 -148px no-repeat;
  width: 100%;
  height: 54px;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
}

#tv_cut > header.only-tv-cut > span {
  background: url('/site/img/sprite.png') -226px -148px no-repeat;
  width: 12px;
  height: 54px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#tv_cut > header.only-tv-confetam {
  background: url('/site/img/header-tv-confetam.png');
  width: 100%;
  height: 41px;
  background-size: 100%;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  margin-top: 13px;
}

#tv_cut > div{
  background: #dddddd;
  padding-bottom: 6px;
}

#tv_cut > div .see_all{
  top: 1px;
}

#tv_cut > div > div{
  background: #f1f1f1;
  position: relative;
  top: -2px;
  left: -2px;
  width: 236px;
  padding-bottom: 12px;
  margin-bottom: 2px;
}

#tvcut_big{
  width: 225px;
  height: 195px;
  overflow: hidden;
  margin: 0 auto;
  padding: 3px 0 0;
}

#tvcut_big li{
  position: relative;
  width: 225px;
  height: 195px;
  overflow: hidden;
}

#tvcut_big li a{
  text-decoration: none;
}

#tvcut_big span.player{
  background: url('/site/img/player.png');
  width: 48px;
  height: 48px;
  position: absolute;
  top: 34px;
  left: 88px;
}

.live_now, .hour_video{
  font-size: 9px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;
  position: absolute;
  top: 100px;
}

.live_now{
  left: 7px;
}

.hour_video{
  right: 7px;
}

#tvcut_big li a.text .title_item{
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin: 5px 0;
  letter-spacing: -0.5px;
  *letter-spacing: -1px;
}

#tvcut_big li a.text p{
  color: #4D4D4D;
  font-size: 12px;
  line-height: 14px;
}

#tvcut_big li:hover a.text .title_item, #tvcut_big li:hover a.text p{
  color: #C0272D;
}

#tvcut_pager{
  padding-top: 12px;
  overflow: hidden;
}

#tvcut_pager a{
  display: block;
  float: left;
  margin: 0 4px 0 14px;
}

#tvcut_pager a img{
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#tvcut_pager a.active img, #tvcut_pager a:hover img{
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* -------------------- RADIO CUT / WORDS -------------------- */
#radio_words{
  float: right;
  height: 300px;
  border: none;
}

/* -------------------- RADIO CUT -------------------- */
#radio{
  border: none;
}

#radio img{
  width: 100%;
}

/* -------------------- WORDS -------------------- */
#words, #tagcloud{
  text-align: justify;
  border: none;
  display: none;
}

#words > span, #words > span a{
  color: #999999;
  text-decoration: none;
  line-height: 25px;
}

#tagcloud a{
  text-decoration: none;
}

#words > span a:hover, #tagcloud a:hover{
  color: #c0272d!important;
}

#words > span.tagcloud0{
  font-size: 12px;
}

#words > span.tagcloud1{
  font-size: 14px;
}

#words > span.tagcloud2{
  font-size: 15px;
}

#words > span.tagcloud3{
  font-size: 17px;
}

#words > span.tagcloud4{
  font-size: 18px;
}

#words > span.tagcloud5{
  font-size: 20px;
  font-weight: bold;
}

#words > span.tagcloud6{
  font-size: 21px;
  font-weight: bold;
}

#words > span.tagcloud7{
  font-size: 24px;
  font-weight: bold;
}

#words > span.tagcloud8{
  font-size: 26px;
  font-weight: bold;
}

#words > span.tagcloud9{
  font-size: 28px;
  font-weight: bold;
}

/* -------------------- AGENDA -------------------- */
.schedule{
  width: 490px;
  float: left;
  height: 150px;
  margin: 0 5px 10px;
}

.schedule > div{
  border-color: #c0272d;
  height: 130px;
}

.schedule .bx-wrapper .bx-prev{
  left: 3px;
}

.schedule .bx-wrapper .bx-next{
  right: 3px;
}

.schedule_list{
  list-style: none;
  width: 410px;
  margin: 0 auto;

}

.schedule_list > li{
  width: 410px !important;
  padding: 10px 35px 0;
}

.schedule_list > li p{
  font-size: 14px;
  color: #4D4D4D;
}

.schedule_list > li .text_title{
  font-size: 16px;
  font-weight: bold;
  color: #C0272D;
  text-decoration: none;
}

/* -------------------- CONTEÃšDO PÃGINAS INTERNAS -------------------- */
.body_content{
  width: 742px;
  float: left;
  margin-top: 33px;
}

.container_font_resize{
  position: relative;
}

.aside_content{
  width: 238px;
  float: right;
}

/* -------------------- BUSCAR -------------------- */
.form_search_default{
  margin: 23px 0 26px;
  width: 100%;
  position: relative;
  *z-index: 11;
}

.form_search_default div{
  margin-left: 12px;
  position: relative;
  float: left;
}

.form_search_default .input_text{
  height: 29px;
  width: 784px;
  padding: 0 7px;
  line-height: 29px;
  font-size: 12px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  border-bottom-color: #d9d9d9;
  margin-right: 10px;
}

.form_search_default #container_input_submit{
  height: 31px;
  width: 115px
}

.form_search_default .input_submit {
  border: none;
  top: 0px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding-right: 34px;
  padding-left: 10px;
  background: url('/site/img/lupa_search_bar.png') #801006 no-repeat top right !important;
}

.form_search_default .input_submit:hover{
  top: 2px;
}

.form_search_default .input_submit_icon{
  width: 20px;
  height: 19px;
  background: url('/site/img/sprite.png') -65px -89px no-repeat;
  position: absolute;
  top: 3px;
  right: 9px;
}

.form_search_default #container_input_submit:hover .input_submit_icon{
  top: 5px;
}

.form_search_default .icon_question{
  width: 15px;
  height: 15px;
  background: url('/site/img/sprite.png') 0 -106px no-repeat;
  display: block;
  margin-top: 7px;
  margin-left: 2px;
  cursor: pointer;
}

.form_search_default .icon_question:hover{
  background-position: -333px -134px;
  height: 27px; /* 32 */
  width: 22px;
  margin-top: 4px;
  margin-left: -2px;
}

#container_help_search{
  display: none;
  position: absolute;
  top: 31px;
  right: 0px;
  z-index: 13;
  cursor: default;
}

#container_help_search > span{
  background: url('/site/img/sprite.png') -333px -161px no-repeat;
  height: 5px;
  width: 22px;
  display: block;
  top: 0px;
  right: 0px;
  position: absolute;
}

#container_help_search > div{
  margin: 0;
  float: none;
  position: absolute;
  top: 5px;
  right: 0;
  background: url('/site/img/transparency_white_9.5.png') repeat;
  padding: 4px 7px 10px 6px;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border: 3px solid #e12229;
  min-width: 35px;
  width: 688px;
  min-height: 15px;
}

#container_help_search > div > .text_title{
  border-bottom: 2px solid #c0272d;
  color: #9A1006;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

#container_help_search > div > ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#container_help_search > div > ul li{
  margin: 15px 0 20px;
  overflow: hidden;
}

#container_help_search > div > ul li .title_item{
  color: #C0272D;
  border-bottom: 1px solid #dbdbdc;
  padding: 0 15px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
}

#container_help_search > div > ul li p{
  padding: 0 15px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 20px;
}

#container_help_search > div > ul li p > span{
  color: #C0272D;
}

#container_help_search > div > ul li p > span.exemplo_search{
  color: #4D4D4D;
  width: 110px;
  display: inline-block;
}

/* -------------------- MENU TOPO PÃGINA TIPO DE BUSCA (NOTÃCIAS/BUSCA) -------------------- */
.menu_type_top_page{
  position: relative;
  /*z-index: 10*/
  list-style: none;
  margin: 0;
  padding: 0;
  height: 30px;
  background: url('/site/img/bg_title_box.png') left bottom repeat-x;
}

.menu_type_top_page > li{
  position: relative;
  float: left;
  height: 27px;
}

.menu_type_top_page > li.has_sub{
  margin: 0px !important;
  border-left: 2px solid #cbcbcb;
  float: right;
}

.menu_type_top_page > li.has_sub{
  margin: 0px;
  border-left: 2px solid #cbcbcb;
  float: right;
}

.menu_type_top_page > li.active, .menu_type_top_page > li:hover{
  background: url('/site/img/bg_menu_type_news.jpg') repeat-x;
}

.menu_type_top_page > li.has_sub:hover{
  background: url('/site/img/transparency_red2_9.5.png') repeat;
}

.menu_type_top_page > li > a{
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  display: block;
  text-decoration: none;
}

.menu_type_top_page > li.active > a{
  font-weight: bold;
  font-size: 18px;
  color: #C0272D;
}

.menu_type_top_page > li.has_sub > a{
  cursor: pointer;
}

.menu_type_top_page > li.has_sub:hover > a{
  color: #fff;
}

.menu_type_top_page > li > a span.arrow_menu{
  border-top-color: #4d4d4d;
}

.menu_type_top_page > li > ul{
  display: none;
  position: absolute;
  list-style: none;
  left: 0px;
  top: 24px;
  background: url('/site/img/transparency_white_9.5.png') repeat;
  padding: 3px 11px 7px 12px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 3px solid #b50702;
  z-index: 11;
}

.menu_type_top_page > li > ul > li a{
  color: #4D4D4D;
  font-size: 12px;
  text-decoration: none;
}

.menu_type_top_page > li > ul > li a:hover{
  color: #C0272D;
}

/* -------------------- QUANTIDADE TODAL / QUANTIDADE EXIBIDA -------------------- */
.top_list_qtd_view{
  width: 100%;
  height: 33px;
  border-bottom: 2px solid #cbcbcb;
  position: relative;
}

.top_list_qtd_view span{
  font-size: 14px;
  color: #666666;
  font-style: italic;
  line-height: 33px;
}

#list_view_qtd{
  float: right;
  top: 6px;
  position: relative;
  border: none;
  *position: absolute;
  *right: 0px;
}

/* -------------------- BREADCRUMB -------------------- */
#breadcrumb{
  border-bottom: 2px solid #cbcbcb;
  margin-left: 15px;
  margin-bottom: 20px;
}

#breadcrumb, #breadcrumb > a{
  color: #666666;
  font-size: 9px;
  line-height: 12px;
  font-style: italic;
  text-decoration: none;
  padding-bottom: 4px;
  text-transform: uppercase;
}

#breadcrumb > a:hover{
  color: #c1272d;
}

/* -------------------- INCORPE CODE -------------------- */
.incorpe_code{
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 8px;
  background: #fff;
  font-size: 12px;
  color: #989898;
  z-index: 3;
}

.incorpe_code textarea{
  border: 1px solid #96989b;
  border-bottom-color: #cacbcc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 50px;
  width: 515px;
  margin-left: 7px;
  font-size: 12px;
  color: #4D4D4D;
  padding: 4px;
}

/* -------------------- ARQUIVO PARA DOWNLOAD -------------------- */
#download_file{
  margin-left: 15px;
}

#download_file header{
  position: relative;
  margin-bottom: 20px;
}

#download_file header span{
  width: 57px;
  height: 47px;
  background: url('/site/img/sprite.png') -421px -173px #fff no-repeat;
  position: absolute;
  top: -6px;
  left: 0px;
}

#download_file .title_box_simple > .text_title{
  margin-left: 57px;
}

#download_file div p{
  margin-bottom: 9px;
  color: #4D4D4D;
  font-size: 14px;
}

#download_file div p strong{
  font-size: 18px;
  font-weight: bold;
}

/* -------------------- BOTÕES PARA DOWNLOAD -------------------- */
#buttons_download{
  width: 1015px;
  overflow: hidden;
  margin-bottom: 40px;
}

.link_download_item{
  cursor: pointer;
  display: inline-block;
  width: 223px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-decoration: none;
  margin: 20px 25px 0 0;
  border: 1px solid #96989b;
  border-bottom-color: #cacbcc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.link_download_item span{
  width: 190px;
  padding-left: 35px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.2px;
  display: block;
  background: #d8d8d8;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #c3c3c3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c3c3c3));
  background: -webkit-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%,#c3c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c3c3c3',GradientType=0 );
}

.link_download_item:hover span{
  color: #fff;
  border: 1px solid #794d50;
  border-bottom-color: #931e23;

  background: #a42126;
  background: -moz-linear-gradient(top, #ae2329 0%, #941e23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae2329), color-stop(100%,#941e23));
  background: -webkit-linear-gradient(top, #ae2329 0%,#941e23 100%);
  background: -o-linear-gradient(top, #ae2329 0%,#941e23 100%);
  background: -ms-linear-gradient(top, #ae2329 0%,#941e23 100%);
  background: linear-gradient(to bottom, #ae2329 0%,#941e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2329', endColorstr='#941e23',GradientType=0 );
}

#buttons_download div{
  float: left;
  position: relative;
}

#buttons_download div i{
  width: 36px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 14px;
  z-index: 1;
}

#buttons_download div i.icon_down_pdf{
  background: url('/site/img/sprite.png') 0px -243px no-repeat;
}

#buttons_download div i.icon_down_cdr{
  background: url('/site/img/sprite.png') -36px -242px no-repeat;
}

#buttons_download div i.icon_down_ai{
  background: url('/site/img/sprite.png') -72px -243px no-repeat;
}

#buttons_download div i.icon_down_psd{
  background: url('/site/img/sprite.png') -109px -243px no-repeat;
}

#buttons_download div i.icon_down_doc{
  background: url('/site/img/sprite.png') 0px -278px no-repeat;
}

#buttons_download div i.icon_down_ind{
  background: url('/site/img/sprite.png') -36px -278px no-repeat;
}

#buttons_download div i.icon_down_jpg{
  background: url('/site/img/sprite.png') -73px -279px no-repeat;
}

#buttons_download div i.icon_down_audio{
  background: url('/site/img/sprite.png') -107px -279px no-repeat;
  left: 10px;
}

#buttons_download div i.icon_down_zip{
  background: url('/site/img/sprite.png') 0px -341px no-repeat;
}

#buttons_download div i.icon_down_rar{
  background: url('/site/img/sprite.png') -36px -341px no-repeat;
}

#buttons_download div i.icon_down_png{
  background: url('/site/img/sprite.png') -72px -341px no-repeat;
}

/* -------------------- CONTATO INFORMAÃ‡Ã•ES -------------------- */
.contact_info{
  height: auto;
  margin: 12px 0;
  overflow: hidden;
  float: left;
}

.contact_info .sub_title{
  float: left;
  position: relative;
  line-height: 19px;
  margin: 0px !important;
  top: -1px;
}

.contact_info a{
  height: 19px;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: -1000px;
  overflow: hidden;
  float: left;
  margin-top: 0 !important;
}

.contact_info a.icon_email{
  background-image: url('/site/img/sprite.png');
  width: 26px;
  background-position: -108px -202px;
  margin: 0 17px 0 7px;
}

.contact_info a.icon_sn{
  width: 19px;
  margin: -1px 2px;
  background-image: url('/site/img/social.png');
  background-position: -71px -30px;
}

.contact_info a.icon_sn_t{
  background-position: -92px -30px;
}

.contact_info a.icon_sn_i{
  background-position: -111px -30px;
}

.contact_info a.icon_sn_b{
  background-position: -153px -30px;
}

/* -------------------- TOPO PÃGINA - ÃCONES -------------------- */
.top_icons_page{
  width: 100%;
  margin: 9px 0 19px 0;
  height: 45px;
  text-align: right;
  position: relative;
  left: 15px;
}

.share_top{
  float: right;
  width: 205px;
}

.top_icons_page .share_top_text{
  color: #989898;
  font-size: 12px;
  font-weight: lighter;
  display: inline-block;
  position: relative;
  left: -27px;
  top: -6px;
  *top: 0px;
  margin-right: 10px;
}

.top_icons_page .line_vert_division{
  display: inline-block;
  height: 22px;
  width: 2px;
  background: #ececec;
  margin: 11px 5px 0;
  float: left;
}

.top_icons_page a{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  text-indent: 30px;
  overflow: hidden;
  background-image: url('/site/img/sprite.png');
  background-repeat: no-repeat;
  white-space: nowrap;
}

.top_icons_page a.icon_print{
  cursor: pointer;
  background-position: -174px -89px;
  float: left;
  margin-top: 11px;
}

.top_icons_page a.icon_send_email{
  background-position: -196px -89px;
  float: left;
  margin-top: 11px;
}

.top_icons_page .input_share_top_news{
  height: 20px;
  width: 186px;
  padding: 0 4px;
  line-height: 22px;
  font-size: 12px;
  font-weight: lighter;
  color: #4D4D4D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  border-top-color: #d9d9d9;
  margin-right: 10px;
  position: relative;
  top: -2px;
  *top: 0px;
  display: block;
  float: right;
}

.top_icons_page a.icon_sn{
  background-image: url('/site/img/social.png');
  margin: 0;
}

.top_icons_page a.icon_sn_face{
  background-position: 0 -30px;
}

.top_icons_page a.icon_sn_twitter{
  background-position: -24px -30px;
}

.top_icons_page a.icon_sn_gplus{
  background-position: -47px -30px;
  margin-right: 15px;
}

.top_icons_page a.icon_sn_wapp,{
  background-position: -177px -30px;
  margin-right: 15px;
  /*display: none;*/
}

.top_icons_page a.font_resize{
  cursor: pointer;
  text-indent: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #e5e5e5;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #808080;
  float: left;
  margin-top: 11px;
}

/* -------------------- FIM NOTÃCIA - ÃCONES -------------------- */
#icons_bottom .top_icons_page{
  margin-bottom: 10px;
}

#icons_bottom .top_icons_page, #icons_bottom .share_top{
  height: 22px;
}

#icons_bottom .icons_top, #icons_bottom .share_top_text, #icons_bottom .input_share_top_news{
  display: none;
}

/* -------------------- FONTE PADRÃƒO PÃGINA -------------------- */
.body_content > .container_font_resize .title{
  margin: 0 0 10px 15px;
  font-size: 26px;
  color: #C0272D;
}

.body_content > .container_font_resize .sub_title{
  margin: 15px 0 9px 15px;
  font-size: 16px;
  color: #4D4D4D;
}

.body_content > .container_font_resize .wrote_publicated{
  margin-left: 15px;
  font-size: 13px;
  color: #666666;
  font-style: italic;
}

.cover_content_related{
  margin: 30px auto 30px;
}

.ck{
  font-size: 14px;
  margin: 10px 0 0 15px;
  color: #4D4D4D;
  text-align: justify;
}

.ck h1, .ck h2, .ck h3, .ck h4, .ck h5, .ck h6{
  margin: 4px 0;
}

.ck h1{
  font-size: 27px;
}

.ck h2{
  font-size: 24px;
}

.ck h3{
  font-size: 21px;
}

.ck h4{
  font-size: 18px;
}

.ck h5{
  font-size: 15px;
}

.ck h6{
  font-size: 12px;
}

.ck p, .ck li{
  font-size: 14px;
  margin: 10px 0;
}

.ck a{
  text-decoration: none;
  color: #9A1006;
}

.ck a:hover{
  text-decoration: underline;
}

.ck ul, .ck ol{
  margin: 10px 0 10px 20px;
  list-style-position: inside;
}

/* -------------------- VÃDEO PLAYER - RELACIONADO -------------------- */
.player_video_related{
  width: 90%;
  height: 420px;
  margin: 0 auto 15px;
  background: #000000;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  padding: 10px 10px 7px;
  border-bottom: 2px solid #c2292e;
}

/* -------------------- AUDIO - RELACIONADO -------------------- */
.audio_related{
  width: 93%;
  height: auto;
  margin: 30px auto 35px;
}

/* -------------------- ISSUU - RELACIONADO -------------------- */
.issuu_related{
  width: 670px;
  height: 495px;
  margin: 0 auto;
  position: relative;
}

.issuu_related .issuuembed{
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}

.issuu_related > span{
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 25px;
}

/* -------------------- FOTO DESTAQUE (CAPA) / GALERIA -------------------- */
.pic_spotlight_gallery, .zoom, .cover_inside{
  width: 600px;
  height: auto;
  position: relative;
  margin: 0px auto 30px;
  padding: 7px;
  -webkit-box-shadow: 0px -5px 13px -3px #c1c1c1, -10px -6px 13px -3px #c1c1c1, 10px -6px 13px -3px #c1c1c1;
  box-shadow: 0px -5px 13px -3px #c1c1c1, -10px -6px 13px -3px #c1c1c1, 10px -6px 13px -3px #c1c1c1;
  -moz-box-shadow: 0px -5px 13px -3px #c1c1c1, -10px -6px 13px -3px #c1c1c1, 10px -6px 13px -3px #c1c1c1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
}

.pic_spotlight_gallery > img, .rights_spotlight, .description_spotlight, .zoom img{
  z-index: 5;
}

.rights_spotlight{
  position: absolute;
  top: -18px;
  right: 0px;
  background: url('/site/img/transparency_black_7.5.png') repeat;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
}

.description_spotlight{
  background: #e5e5e5;
  position: relative;
  width: 580px;
  top: 0;
  left: 0px;
  color: #4D4D4D;
  font-size: 14px;
  padding: 4px 10px;
}

.cover_description{
  background: #e5e5e5;
  position: absolute;
  width: 580px;
  bottom: -4px;
  left: 7px;
  color: #4D4D4D;
  font-size: 14px;
  padding: 4px 10px;
}


.bx-viewport .description_spotlight{
  *top: -4px;
}

/* -------------------- GALERIA -------------------- */
#gallery{
  margin: 30px 0 0 15px;
}

.body_gallery{
  margin-bottom: 45px;
  visibility: hidden;
}

.gallery_bx{
  margin: 20px auto;
}

.gallery_bx .bx-wrapper{
  margin-bottom: 0px !important;
}

.gallery_bx ul{
  list-style: none;
  display: block;
}

.gallery_bx ul li{
  list-style: none;
  display: block;
}

.gallery_bx ul li .container-photo {
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
  width: 810px;
  height: 540px;
  text-align: center;
}

.gallery_bx ul li .container-photo img {
  display: inline;
}

.gallery_bx ul li .container-photo.loading {
  background: url(/site/img/loading_small.gif) no-repeat center center;
}

.gallery_bx .bx-wrapper .bx-next {
  right: -45px;
}

.gallery_bx .bx-wrapper .bx-next:hover {
  right: -47px;
}

.gallery_bx .bx-wrapper .bx-prev {
  left: -45px;
}

.gallery_bx .bx-wrapper .bx-prev:hover {
  left: -47px;
}

.gallery_bx .bx-wrapper .bx-controls-auto{
  text-align: right;
  width: 130px;
  position: absolute;
  bottom: -28px;
  right: 0px;
}

.gallery_bx .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
  display: inline;
  position: relative;
  top: -4px;
  top: -2px\9;
  float: left;
}

.gallery_bx .bx-wrapper .bx-controls-auto .bx-start, .gallery_bx .bx-wrapper .bx-controls-auto .bx-stop{
  text-indent: 0;
  background: none;
  font-size: 14px;
  color: #4D4D4D;
  text-decoration: none;
  width: auto;
  height: auto;
  margin: 0 0 0 16px;
}

.icons_top_gallery{
  display: none;
}

.qtd_pics{
  font-size: 14px;
  color: #4D4D4D;
  position: absolute;
  margin: -20px 0 0 60px;
}

.qtd_pics_inside {
  margin: -22px 0 0 10px;
}

.gallery_pager{
  width: 630px;
  height: 90px;
  margin: 0 auto;

  *position: relative;
  *left: -18px;
}

.gallery_pager ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery_pager ul li{
  float: left;
  width: 90px;
  height: 88px;
  background: url(/site/img/loading_micro.gif) no-repeat center center;
}

.gallery_pager ul li > a{
  border: 5px solid transparent;
  margin: 0 1px;
  display: block;
  width: 80px;
  height: 78px;
}

.gallery_pager ul li > a:hover, .gallery_pager ul li > a.active{
  border: 5px solid #666666;
}

.gallery_pager .bx-wrapper .bx-controls-direction a{
  width: 15px;
  height: 23px;
  margin-top: -12px;
}

.gallery_pager .bx-wrapper .bx-prev {
  left: -25px;
  background: url('/site/img/sprite.png') no-repeat -280px -148px;
}

.gallery_pager .bx-wrapper .bx-prev:hover{
  left: -27px;
}

.gallery_pager .bx-wrapper .bx-next {
  right: -25px;
  background: url('/site/img/sprite.png') no-repeat -280px -173px;
}

.gallery_pager .bx-wrapper .bx-next:hover{
  right: -27px;
}

#gallery .bx-wrapper .bx-controls-direction a.disabled, #gallery .bx-wrapper .bx-controls-direction a.disabled:hover,
.gallery_pager .bx-wrapper .bx-controls-direction a.disabled, .gallery_pager .bx-wrapper .bx-controls-direction a.disabled:hover{
  cursor: default;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.gallery_bx .bx-wrapper .bx-prev.disabled:hover{
  left: -45px;
}
.gallery_bx .bx-wrapper .bx-next.disabled:hover{
  right: -45px;
}

.gallery_pager .bx-wrapper .bx-prev.disabled:hover{
  left: -25px;
}
.gallery_pager .bx-wrapper .bx-next.disabled:hover{
  right: -25px;
}

/* -------------------- INCLUDE CK - SAIBA MAIS / CITAÃ‡ÃƒO -------------------- */
.include_ck{
  width: 363px;
  float: left;
  margin: 0px 13px 10px 0;
}

/* -------------------- INCLUDE CK - SAIBA MAIS -------------------- */
#know_more > ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#know_more > ul li{
  border-bottom: 1px solid #4D4D4D;
  padding: 3px 0 7px;
}

#know_more > ul li .title_item{
  color: #4D4D4D;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

#know_more > ul li .title_item:hover{
  color: #9b1006;
}

/* -------------------- INCLUDE CK - CITAÃ‡ÃƒO -------------------- */
#quote{
  border-top: 2px solid #c0272d;
  padding: 75px 13px 65px 0;
  position: relative;
  width: 350px;
}

#quote > span{
  width: 62px;
  height: 58px;
  background-image: url('/site/img/sprite.png');
  background-repeat: no-repeat;
  position: absolute;
}

.quote_top{
  background-position: -435px -113px;
  left: 0px;
  top: 19px;
}

.quote_bottom{
  background-position: -373px -113px;
  right: 3px;
  bottom: 0px;
}

#quote blockquote{
  color: #666666;
  /*font-size: 16px;*/
  margin: 10px 0;
}

#quote cite{
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 4px 0;
}

/* -------------------- TAGS -------------------- */
.tags{
  margin: 25px 0 20px 15px;
}

.tags .text_title{
  font-size:  12px;
  font-weight: lighter;
  color: #4D4D4D;
}

.tags a{
  display: inline-block;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 14px;
  padding: 2px 6px;
  text-decoration: none;
  margin: 0 3px 3px 0;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background: #d6d6d6;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #c3c3c3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c3c3c3));
  background: -webkit-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%,#c3c3c3 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%,#c3c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c3c3c3',GradientType=0 );
}

.tags a:hover{
  color: #c80903;
}

/* -------------------- COMENTÃRIOS -------------------- */
#comments{
  border-top: 2px dotted #cbcbcb;
  padding: 10px 0;
}

/* -------------------- CONTEÃšDO RELACIONADO -------------------- */
#content_related{
  margin: 10px 0 50px 15px;
}

#content_related ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#content_related ul li{
  border-bottom: 1px solid #dadbdb;
  padding: 16px 0;
  overflow: hidden;
}

#content_related ul li:last-child{
  border-bottom: none;
}

#content_related ul li img{
  float: left;
  margin-right: 20px;
}

#content_related ul li p{
  font-size: 11px;
  color: #666666;
  font-style: italic;
  line-height: 20px;
}

#content_related ul li .title_item, #content_related ul li .title_item span{
  font-size: 14px;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 17px;
  text-decoration: none;
}

#content_related ul li:hover .title_item span{
  color: #9b1006;
}

#content_related .bx-wrapper .bx-viewport{
  margin-top: 29px;
  border-top: 2px solid #c0272d;
  border-bottom: 2px solid #c0272d;
}

#content_related .bx-wrapper .bx-prev{
  top: -9px;
  *top: 20px;
  background: url('/site/img/arrow_up_slider_vertical.png') center center no-repeat;
  left: 0px;
  width: 100%;
  height: 20px;
  padding-bottom: 8px;
}

#content_related .bx-wrapper .bx-next{
  top: auto;
  bottom: -28px;
  background: url('/site/img/arrow_down_slider_vertical.png') center center no-repeat;
  left: 0px;
  width: 100%;
  height: 20px;
  padding-top: 8px;
}

#content_related .bx-wrapper .bx-prev.disabled, #content_related .bx-wrapper .bx-next.disabled{
  cursor: default;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

/* -------------------- ÃšLTIMAS NOTÃCIAS -------------------- */
.last_news > .title_box{
  margin-bottom: 7px;
}

.last_news > ul{
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.last_news > ul li{
  padding: 14px 0;
  border-bottom: 1px solid #4D4D4D;
  overflow: hidden;
}

.last_news > ul li img{
  float: left;
  margin-right: 19px;
}

.last_news > ul li .title_item, .last_news > ul li .title_item span{
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  text-decoration: none;
}

.last_news > ul li:hover .title_item span{
  color: #9b1006;
}

/* -------------------- PAGINAÃ‡ÃƒO -------------------- */
#pagination{
  border-top: 2px solid #c0272d;
  border-bottom: 2px solid #c0272d;
  margin-bottom: 38px;
  text-align: center;
}

#pagination > span{
  font-size: 14px;
  color: #4D4D4D;
  width: 16px;
  height: 20px;
  top: -8px;
  position: relative;
}

#pagination > a{
  display: inline-block;
  text-decoration: none;
  margin-bottom: 2px;
  margin-top: 9px;
}

.num_page{
  font-size: 14px;
  color: #4D4D4D;
  /*width: 16px;*/
  margin: 0 4px;
  top: -8px;
  position: relative;
}

.num_page.active, .num_page:hover{
  /*font-size: 16px;*/
  font-weight: bold;
  color: #C0272D;
}

.arrow_pagination{
  width: 16px;
  height: 24px;
  background-image: url('/site/img/sprite.png');
  background-repeat: no-repeat;
}

.arrow_pagination_left{
  background-position: -85px -89px;
  margin-right: 7px;
}

.arrow_pagination_right{
  background-position: -101px -89px;
  margin-left: 7px;
}

.qtd_news_pagination{
  border-top: 1px solid #dadbdb;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #4D4D4D;
  font-size: 14px;
}

/* -------------------- INFORMA CUT -------------------- */
#info_cut > .title_box span{
  background: url('/site/img/sprite.png') -238px -148px no-repeat;
  width: 42px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 121px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#info_cut > div{
  overflow: hidden;
  margin-top: 7px;
}

#info_cut > div p{
  font-size: 14px;
  color: #000;
  float: left;
  margin: 0 13px 0 9px;
}

#form_informa{
  overflow: hidden;
  position: relative;
}

#form_informa > div{
  float: left;
  margin-left: 17px;
  *margin-left: 13px;
  height: 45px;
}

#form_informa > div .input_text{
  background: url('/site/img/sprite.png') transparent -278px -60px no-repeat;
  width: 204px;
  height: 26px;
  border: none;
  margin-top: 6px;
  line-height: 26px;
  padding: 0 8px;
}

input[type=checkbox].input_checkbox, input[type=radio].input_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].input_checkbox + label.label_checkbox, input[type=radio].input_checkbox + label.label_checkbox{
  padding-left: 19px;
  min-height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 10px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 10px;
  margin-left: -5px;
  background-image: url('/site/img/checkbox_not_checked.png');
}

input[type=checkbox].input_checkbox:checked + label.label_checkbox, input[type=radio].input_checkbox:checked + label.label_checkbox {
  background-position: top left;
  background-image: url('/site/img/checkbox_checked.png');
}

#form_informa .input_submit{
  border: none;
  top: 2px;
  font-weight: bold;
}

#form_informa .input_submit:hover{
  top: 4px;
  background: #9a1006 !important;
  background: -moz-linear-gradient(top, #9a1006 0%, #c80903 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a1006), color-stop(100%,#c80903)) !important;
  background: -webkit-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: -o-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: -ms-linear-gradient(top, #9a1006 0%,#c80903 100%) !important;
  background: linear-gradient(to bottom, #9a1006 0%,#c80903 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1006', endColorstr='#c80903',GradientType=0 ) !important;

  webkit-box-shadow: 0px 3px 0px 0px #801006 !important;
  box-shadow: 0px 3px 0px 0px #801006 !important;
  -moz-box-shadow: 0px 3px 0px 0px #801006 !important;
}

/* -------------------- RODAPÃ‰ -------------------- */
#footer {
  width: 100%;
  height: auto;
  text-align: center;

  background: #9a1204;
  background: -moz-linear-gradient(top, #9a1204 0%, #c8050b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a1204), color-stop(100%,#c8050b));
  background: -webkit-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: -o-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: -ms-linear-gradient(top, #9a1204 0%,#c8050b 100%);
  background: linear-gradient(to bottom, #9a1204 0%,#c8050b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1204', endColorstr='#c8050b',GradientType=0 );
}

#footer > .container{
  height: auto;
  padding-bottom: 12px;
}

#footer > .container p, #footer address{
  font-size: 13px;
  color:#fff;
  font-style: normal;
}

/* -------------------- SITE MAP -------------------- */
#site_map{
  width: 100%;
  list-style: none;
  float: left;
  margin: 17px 0;
}

#site_map > li{
  float: left;
  text-align: left;
  width: 86px;
  padding: 0 31px;
  border-right: 1px dotted #FFF;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.separator_site_map{
  width: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 1px #fff dotted;
}

#site_map > li > .title_item{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  float: left;
  margin-bottom: 10px;
}

#site_map > li > ul{
  width: 100%;
  list-style: none;
  clear: left;
  float: left;
}

#site_map > li > ul > li {
  margin-bottom: 8px;
}

#site_map > li > ul > li, #site_map > li > ul > li a{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

#site_map > li > ul > li a:hover{
  text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.zoom {
  display: inline-block;
  margin: 10px 15px;
}

.zoom span.label {
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0px;
  color: #4D4D4D;
  font-size: 13px;
  text-align: left;
  border-left: 6px #FFF solid;
  border-right: 6px #FFF solid;
  height: auto!important;
  float: none!important;
  line-height: 16px;
  padding: 3px 0;
}

.zoom span.credit {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url('/site/img/transparency_black_7.5.png') repeat;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
}

/*.cover_inside span {
  width:98%;
}*/

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.ck_audio {
  display: none;
}

.complex-nav {
  width: 900px!important;
}

.d_complex-nav {
  left: -23px;
  top: 30px;
  width: 900px!important;
}

#nav-main {
  position: relative;
  width: 1000px;
  margin: -13px auto 0;
}

#nav-main.header_top{
  left: 50%;
  margin-left: -500px;
  position: fixed;
  top: 84px;
  z-index: 15;
}

.megamenu-row .col3 ul > li {
  margin-top: 5px;
  margin-left: 5px;
}

.megamenu-row .col3 ul > li > a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.megamenu-row .col3 ul > li > a:hover {
  color:#ba2f46;
}

.megamenu-row .col3 > ul > li > a {
  color: #fff;
  display: block;
  background: #c63e42;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
  padding: 5px 10px;
}

.megamenu-row .col3 > ul > li > a:hover {
  text-decoration: underline;
  color: #FFF;
}

.menuzord-menu li .indicator {
  display: none;
}

.clear_left {
  clear: left;
}

.ntitletv {
  display: none !important;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 5px;
  position: absolute;
  z-index: 9999;
  color: #c1272c;
  font-weight: bold;
  text-transform: uppercase;
}

/**/
.d-normal-second {
    float: left;
    width: 100%;
}

div.d-all-box {
  float: right;
  max-width: 250px;
}

section#d-btns {
  text-align: center;
  margin-top: 16px;
}

section#d-btns a {
  display: block;
  max-width: 235px;
  /*height: 44px;*/
  padding: 11px 0;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

section#d-btns a.d-red,
section#d-btns a.d-yellow,
section#d-btns a.d-green {
  background-repeat: repeat-x;
  background-color: #858585;
  border-radius: 13px;
  margin-bottom: 15px;
}

section#d-btns a.d-red {
  background-image: url('/site/img/button-red.png');
}

section#d-btns a.d-yellow {
  background-image: url('/site/img/button-yellow.png');
}

section#d-btns a.d-green {
  background-image: url('/site/img/button-green.png');
}

/* radio */
  section#d-radio > a {
    text-decoration: none;
  }

  section#d-radio header {
    /*background-image: url('/site/img/sprite.png');*/
  }

  section#d-radio header span {
    color: #9A1006;
    font-size: 14px;
    margin-left: 10px;
    line-height: 30px;
    font-weight: bold; /* ? */
    text-transform: uppercase;
  }

  section#d-radio .d-radio-content {
    font-size: 0;
    background-color: #b3b3b3;
    padding: 2px 0;
  }

  section#d-radio .d-radio-content .item {
    font-size: 14px; /* 13px */
    color: #000;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -1px;
  }

  section#d-radio .d-radio-content .item:first-child {
    width: 30%;
  }

  section#d-radio .d-radio-content .item:first-child > span {
    display: block;
    margin: 0 auto 0 25%;
    width: 44px;
    height: 52px;
    background-image: url('/site/img/logo-radio.png');
  }

  section#d-radio .d-radio-content .item:nth-child(2) {
    /*margin-left: 5%;*/
    width: 65%;
  }

  section#d-radio > a > footer {
    background-image: url('/site/img/radio-footer.png');
    background-repeat: no-repeat;
    height: 39px;
    position: relative;
    top: -6px;
    background-size: 100%;
  }
/* end radio */

#likebox {
  text-align: center;
}

#likebox > div {
  height: 286px;
}
