﻿@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700);

/* Index
0 - Fontes
1 - Navegação
2 - Links
*/
.container {
    max-width: 1240px;
}

.page-header {
    margin-top: 20px;
	color: #660000;
}

.bg-conteudo {
	background-color: #fff;
}
.bg-data {
	padding: 10px 58px 0px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff;
}
.bg-full {
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background-color: #fff;
	padding-left: 0px;
}
/* 0 - Fontes */
.nav > li, body {
	font-family: 'Work Sans', sans-serif;
}
body {
	font-weight: 400;
	background-image: url("../content/images/padrao.png");
	background-repeat: repeat;
}

h3 {
	color: #660000;
}
h1 {
	font-size: 30px;
}

h2 {
    font-size: 24px;
}

/* 1 - Navegação */
.navbar-toggle {
    width: 100%;
    float: none;
    margin-right: 0;
}

.navbar-default {
    background-color: #fff;
	border-right: 1px solid #e7e7e7;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.menu-left {
	padding-right: 0;
	padding-left: 0;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-pills > li > a {
    border-radius: 0px;
	padding-left: 45px;
	border-bottom: 1px solid #e7e7e7;
	text-transform: uppercase;
	font-weight: 300;
	outline:none;
	/*background: linear-gradient(to right, rgba(80,2,27,1), rgba(20,81,240,0));*/
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #660000;
}

/* 2 - Links */
a {
    color: #660000;
	list-style: none;
}

a:focus, a:hover, a:active
{
  color: #660000;
  text-decoration: underline;
  
}

li{
	list-style: none;
}
/* Listas */
.bg-conteudo ul li:before {
		 content: "\2023";
		 font-weight: 700;
	     }
.bg-conteudo ul {
		padding: 0;
}
/* Imagens */
.publicacoes .img-responsive {
    margin: 0 auto;
	width: 150px;
	height: auto;
}
.row.publicacoes{
	padding: 10px;
}
.apoio .img-responsive {
    margin: 0 auto;
	width: auto;
	height: 80px;
	padding-bottom: 20px;
}
.rodape .img-responsive {
	height: 38px;
	display: inline;
	margin: 20px;
}
.rodape {
	background-image: url(../content/images/footer.png); 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.row.apoio{
	padding: 10px;
}
.apoio .col-md-3 {
    width: auto;
}

/* Formulário */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-control:focus {
	color: #660000;
	-webkit-box-shadow: 0 4px 8px 0 rgba(102, 0, 0, 0.5);
	-moz-box-shadow:    0 4px 8px 0 rgba(102, 0, 0, 0.5);
	box-shadow:         0 4px 8px 0 rgba(102, 0, 0, 0.5);
	border: 1px solid #660000;
}