/* GERAL E TAGS */
.div_azul{
border-top: 1px solid #b2e7fa;
padding-top: 5px;
margin-top: 5px;
}
.div_azul2{
border-top: 1px solid #009cd6;
padding-top: 5px;
margin-top: 5px;
}
.marca_texto{
display: inline-block;
padding: 2px 4px;
font-weight: bold;
background: url(img/marca_texto_1.png) no-repeat top center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
text-transform: uppercase;
font-size: 14px;
}
.marca_texto a{
color: #444;
}
.marca_texto a:hover{
color: #444;
}
.cleaner{
  clear: both;
}
.btn{
  color: #555;
}
.fright{
  float: right;
}
.margin_left{
  margin-left: 10px;
}
/*================================*/
body{
/*background: #007db6;*/
background: url("img/bg_site.png") no-repeat scroll center top #002035;
}
/* TOPO */
.header_principal{
background: url(img/bg_logo.png) no-repeat top left;
}
.logo_principal_text{
display: block;
width: 60%;
float: left;
height: 128px;
}
.home .miolo h1 a{
color: #444;
}
.home .miolo h1 a:hover{
text-decoration: none;
}
/*TOPO LOGIN*/
.form_login{
color: #FFF;
vertical-align: middle;
float: right;
padding-top: 10px;
margin-bottom: 5px;
text-transform: none;
}
.form_login span a{
color: #FFF;
text-decoration: underline;
}
.login_text{
text-transform: none;
}
/**
 * Desktop Pequeno: menor que 1200, mas ainda não é o tamanho de tablet.
 * 
 */
@media (min-width: 980px) and (max-width: 1199px) {
	.form_login{
		width: 440px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.form_login{
	float: none;
	}
	.form_login input{
	float: none;
	display: block;
	margin: 3px 0;
	min-width: 50%;
	}
}
@media (max-width: 767px)  {
	.form_login{
	float: none;
	}
	.form_login input{
	float: none;
	display: block;
	margin: 3px 0;
	min-width: 50%;
	}
}
/* TOPO MENU */
.bg_menu{
background: url(img/bg_logo4.png) no-repeat top right;
width: 40%;
float: left;
}
/*desktop*/ @media (min-width: 1200px) {
	.logo_principal_text{
	width: 40%;
	}
	.bg_menu{
	width: 60%;
	}
  #login-inscricao-ui{
    min-height: 35px;
  }
}
/*tablet*/ @media (min-width: 768px) and (max-width: 979px) {
	.bg_menu{
	background: none;
	width: 100%;
	max-width: 460px;
	float: none;
	overflow: hidden;
	margin: auto;
	}
	.header_principal{
	background: none;
	}
	.logo_principal_text{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	}
	.logo_principal_text img{
	margin: auto;
	}
	.navbar {
	border: 1px solid #009cd6;
	margin-bottom: 0;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	}
	.navbar .btn-navbar {
	margin-top: 5px;
	}
}

/*celular*/ @media (max-width: 767px)  {
	.bg_menu{
	background: none;
	width: 100%;
	max-width: 460px;
	float: none;
	overflow: hidden;
	margin: auto;
	}
	.header_principal{
	background: none;
	
	}
	.logo_principal_text{
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 10px;
	}
	.logo_principal_text img{
	margin: auto;
	}
	.navbar {
	border: 1px solid #009cd6;
	margin-bottom: 0;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	}
	.navbar .btn-navbar {
	margin-top: 5px;
	}

}

.navbar .brand{
display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.navbar .brand{
	display: block;
	}
}
@media (max-width: 767px)  {
	.navbar .brand{
	display: block;
	}
}

/* MIOLO */

.miolo{
background: #FFF url(img/bg_miolo.png) no-repeat top center;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

/*celular*/ @media (max-width: 767px)  {
	.miolo .container{
	padding: 20px;
	}

}

/* FOOTER */

.footer{
background-color: #FFF;
padding-bottom: 40px;
}
.footer .copy{
  color: #666;
  font-size: 12px;
}

/*celular*/ @media (max-width: 767px)  {
	.footer .container{
	padding: 20px;
	}

}

.redes_sociais li a:hover,
.redes_sociais li a:active,
.redes_sociais li a:focus{
text-decoration: none;
}

.redes_sociais li a .icon-facebook-sign{
float: left;
margin-top: 5px;
}

.redes_sociais li a .icon-youtube-sign{
float: left;
margin-right: 2px;
}

.redes_sociais li a span{
display: inline-block;
float: left;
color: #444;
}

/* SIDEBARS */

.newsletter .alert{
margin-top: 10px;
}
.newsletter{
max-width: 280px;
margin: auto;
}
.nav-list > li > a {
font-size: 14px;
color: #444;
}
.nav-list li .children{
  list-style: none;
  margin-left: 0px;
}
.nav-list li .children a{
  color: #444;
  padding: 2px 4px;
}
.nav-list li .children a:hover, .nav-list li .children a:focus, .nav-list li .children a:active, .nav-list li .children .active a {
    background: url("img/marca_texto_1.png") no-repeat scroll center top / 100% 100% rgba(0, 0, 0, 0);
    text-decoration: none;
}

/* CAROUSEL HOME*/
.painel_home{
background: #fff;
padding: 6px;
margin: 20px 30px 0px 30px;
}
.painel_home_texto{
padding-left: 20px;
}
.painel_home_texto h4{
margin-bottom: 0;
}
.painel_home_texto a{
color: #444;
}
/* CHAMADA INSCRICOES HOME*/
.chamada_insc{
text-align: center;
color: #FFF;
}
@media (min-width: 980px){
  .chamada_insc{
  margin-top: -50px;
  }
}
.chamada_insc a{
font-weight: bold;  
}
.chamada_insc .lead a{
color: #FFF;
text-decoration: underline;
}
.chamada_insc .lead i{
  padding-top: 5px;
}
.chamada_insc .lead{
margin-top: 20px;
}
/*MIOLO HOME*/
.chamada_icone{
margin-bottom: 20px;
}
.chamada_icone img{
float: left;
margin: 0 6px 0 0;
}
.chamada_lab{ 		text-align: center;margin-bottom: 20px;		}
.chamada_lab h1{	text-align: left;		}
.chamada_lab p{		text-align: left;		}
.chamada_inspirese{
margin-bottom: 20px;
}
.item_not a img{
display: block;
float: left;
margin: 0 6px 0 0;
}
.item_not a{
color: #444;
}

.item_not h3{
margin: 6px 0;
}

.nuvem_tags_home{
background-color: #f7f7f7;
text-align: center;
padding: 20px;
}

.news_home_icone{
text-align: center;
background: url(img/bg_icone_news.jpg) repeat-x;
}
.newsletter_home form{
max-width: 200px;
}

.newsletter_home form .alert{
margin-top: 6px;
}


/* post list*/


.item_post_list{
border-bottom: 1px solid #ececec;
margin-bottom: 10px;
padding-bottom: 10px;
}

.item_post_list h2{
margin-top: 3px;
}

.img_post_list{
float: left;
margin: 0 6px 6px 0;
}


.pagenavi_list i{
margin-top: 4px;
}



/* buttons cerulean */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f92e7;
  *background-color: #2f76e7;
  background-image: -moz-linear-gradient(top, #2fa4e7, #2f76e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fa4e7), to(#2f76e7));
  background-image: -webkit-linear-gradient(top, #2fa4e7, #2f76e7);
  background-image: -o-linear-gradient(top, #2fa4e7, #2f76e7);
  background-image: linear-gradient(to bottom, #2fa4e7, #2f76e7);
  background-repeat: repeat-x;
  border-color: #2f76e7 #2f76e7 #1553b5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #2f76e7;
  *background-color: #1a67e2;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #175dcc \9;
}

.btn-warning {
  color: #444;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffc828;
  *background-color: #ffc828;
/*  background-image: -moz-linear-gradient(top, #ffc828, #ffc828);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd5600), to(#dd5600));
  background-image: -webkit-linear-gradient(top, #dd5600, #dd5600);
  background-image: -o-linear-gradient(top, #dd5600, #dd5600);
  background-image: linear-gradient(to bottom, #dd5600, #dd5600);
  background-repeat: repeat-x;
  border-color: #dd5600 #dd5600 #913800;*/
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd5600', endColorstr='#ffdd5600', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ffc828 \9;
  *background-color: #d7a822;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #ffc828 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c32627;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #c71c22, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c71c22), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #c71c22, #bd362f);
  background-image: -o-linear-gradient(top, #c71c22, #bd362f);
  background-image: linear-gradient(to bottom, #c71c22, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc71c22', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #65a643;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #73a839, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73a839), to(#51a351));
  background-image: -webkit-linear-gradient(top, #73a839, #51a351);
  background-image: -o-linear-gradient(top, #73a839, #51a351);
  background-image: linear-gradient(to bottom, #73a839, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73a839', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6d76b3;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #9760b3, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9760b3), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #9760b3, #2f96b4);
  background-image: -o-linear-gradient(top, #9760b3, #2f96b4);
  background-image: linear-gradient(to bottom, #9760b3, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9760b3', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0f3253;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #033c73, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#033c73), to(#222222));
  background-image: -webkit-linear-gradient(top, #033c73, #222222);
  background-image: -o-linear-gradient(top, #033c73, #222222);
  background-image: linear-gradient(to bottom, #033c73, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff033c73', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #2fa4e7;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #157ab5;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #2f76e7;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #dd5600;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


.btn {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(5%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 5%, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover {
  background-position: 0 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3daae9;
  *background-color: #2fa4e7;
  background-image: -moz-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeea), to(#2fa4e7));
  background-image: -webkit-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: -o-linear-gradient(top, #46aeea, #2fa4e7);
  background-image: linear-gradient(to bottom, #46aeea, #2fa4e7);
  background-repeat: repeat-x;
  border-color: #2fa4e7 #2fa4e7 #157ab5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46aeea', endColorstr='#ff2fa4e7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #2fa4e7;
  *background-color: #1a99e2;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #178acc \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9e6ab8;
  *background-color: #9760b3;
  background-image: -moz-linear-gradient(top, #a271bb, #9760b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a271bb), to(#9760b3));
  background-image: -webkit-linear-gradient(top, #a271bb, #9760b3);
  background-image: -o-linear-gradient(top, #a271bb, #9760b3);
  background-image: linear-gradient(to bottom, #a271bb, #9760b3);
  background-repeat: repeat-x;
  border-color: #9760b3 #9760b3 #6f4086;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa271bb', endColorstr='#ff9760b3', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #9760b3;
  *background-color: #8b51a9;
}

.btn-info:active,
.btn-info.active {
  background-color: #7d4898 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7bb33d;
  *background-color: #73a839;
  background-image: -moz-linear-gradient(top, #80bb3f, #73a839);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80bb3f), to(#73a839));
  background-image: -webkit-linear-gradient(top, #80bb3f, #73a839);
  background-image: -o-linear-gradient(top, #80bb3f, #73a839);
  background-image: linear-gradient(to bottom, #80bb3f, #73a839);
  background-repeat: repeat-x;
  border-color: #73a839 #73a839 #4c6f26;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80bb3f', endColorstr='#ff73a839', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #73a839;
  *background-color: #669533;
}

.btn-success:active,
.btn-success.active {
  background-color: #59822c \9;
}

.btn-warning {
  color: #444;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffc828;
  *background-color: #ffc828;
  background-image: -moz-linear-gradient(top, #ffc828, #ffc828);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc828), to(#ffc828));
  background-image: -webkit-linear-gradient(top, #ffc828, #ffc828);
  background-image: -o-linear-gradient(top, #ffc828, #ffc828);
  background-image: linear-gradient(to bottom, #ffc828, #ffc828);
  background-repeat: repeat-x;
  border-color: #ffc828 #ffc828 #ffc828;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc82800', endColorstr='#ffc82800', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ffc828 \9;
  *background-color: #ffc828;
  border-color: #ffc828 #ffc828 #ffc828; 
}

.btn-warning:active,
.btn-warning.active {
  background-color: #ffc828;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d41e24;
  *background-color: #c71c22;
  background-image: -moz-linear-gradient(top, #dd1f26, #c71c22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd1f26), to(#c71c22));
  background-image: -webkit-linear-gradient(top, #dd1f26, #c71c22);
  background-image: -o-linear-gradient(top, #dd1f26, #c71c22);
  background-image: linear-gradient(to bottom, #dd1f26, #c71c22);
  background-repeat: repeat-x;
  border-color: #c71c22 #c71c22 #841317;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd1f26', endColorstr='#ffc71c22', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #c71c22;
  *background-color: #b1191e;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #9a161a \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #034482;
  *background-color: #033c73;
  background-image: -moz-linear-gradient(top, #04498c, #033c73);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04498c), to(#033c73));
  background-image: -webkit-linear-gradient(top, #04498c, #033c73);
  background-image: -o-linear-gradient(top, #04498c, #033c73);
  background-image: linear-gradient(to bottom, #04498c, #033c73);
  background-repeat: repeat-x;
  border-color: #033c73 #033c73 #011528;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04498c', endColorstr='#ff033c73', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #033c73;
  *background-color: #022f5a;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #022241 \9;
}

/**
 * Video responsivo
 * 
 * @link http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
.videoWrapper {
	position: relative;
	padding-bottom: 56.50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * Share
 * Os botões de share e print compartilham o mesmo parent .share_box
 * 
 */
.share_box {
	margin:10px 0 10px 0;
}
.share_box .item {
	float:left;
	margin:0 10px 0 0;
}

.tam_texto{
	margin-bottom: 0 !important;
}

/**
 * INTERNAS DOS FINALISTAS E VENCEDORES
 * 
 */
#accordion_nfic blockquote,
#accordion_fic blockquote{
  padding-right: 15px;
 }
#accordion_nfic .vencedor,
#accordion_fic .vencedor{
  background: url(img/selo_vencedor.png) no-repeat top right;
 }
 #accordion_nfic .vencedor-popular,
#accordion_fic .vencedor-popular{
  background: url(img/selo_votopopular.png) no-repeat top right;
 }
  #accordion_nfic .vencedor.vencedor-popular,
#accordion_fic .vencedor.vencedor-popular{
  background: url(img/selo_vencedor_popularejuri.png) no-repeat top right;
 }
#accordion_nfic .vencedor blockquote,
#accordion_fic .vencedor blockquote{
  padding-right: 75px;
 }
   #accordion_nfic .vencedor.vencedor-popular blockquote,
#accordion_fic .vencedor.vencedor-popular blockquote{
  padding-right: 150px;
 }
 /**
 * INTERNA VOTO POPULAR
 * 
 */
 .btn-votar{
  padding-left: 6px;
 }
 .btn-votar i{
  color: #ffc826;
   float: left;
    font-size: 20px;
    margin-right: 7px;
    margin-top: 4px;
 }
 .item-name-voto-popular blockquote{
  border-left: 0;
  background: url(img/bg_aspas.png) no-repeat;
  padding-left: 35px;
 }