*
{
	margin:0;
	padding:0;
}

body
{
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: black;
	overflow-x: hidden;
}

.italico
{
	font-style: italic;
}

.pad-index
{
	padding:100px;
	margin-left:-100px
}

.fonte-texto-index
{
	font-family:Agency FB;
	font-style:italic;
	font-size:35px;
	color:white;
}

.img-principal-foto a
{
	color: black;
	font-family: arial black;
}
.img-principal-foto a:hover
{
	transition: .2s;
	color: red;
	cursor: pointer;
}

.img-album-foto img
{
	display: inline;
}

.caixa-pesquisa
{
	border-radius: 5px;
	border: 1px solid black;
	padding: 10px;
	width: 50%;
	text-align: center;
}
.caixa-pesquisa:focus
{
	border: none;
}
.botao-pesquisa
{
	margin-left: 5px;
	background-color: black;
	color: white;
	border-radius: 10px;
	padding: 10px;
}
.botao-pesquisa:hover
{
	background-color: red;
}

.nome-evento
{
	font-size: 20px;
	text-shadow: 2px 2px #FFF;
}

.proximo-evento
{
	font-size: 25px;
	text-decoration: underline;
}

.evento img
{
	width: 100%;
}
.evento a
{
	color: red;
}
.evento a:hover
{
	color: black;
	text-decoration: none;
}

.bg-padrao
{
	background-color:RGBA(255,255,255,.8);
	padding:30px;
	color:black;
}

.logotipo
{
	max-width: 150px;
}
.navbar-default .navbar-nav > li > a
{
  color: #fff;
  background-color: transparent;
  border: 1px solid black;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover
{
  color: white;
  background-color: red;
}
.topo-alinhamento-static
{
	padding: 25px 30px;
	font-size: 25px;
}
.menu-alinhamento li
{
	padding: 40px;
	margin-top: 15px;
}

footer
{
	width: 100%;
	bottom: 0;
	background-color: red;
	text-align: right;
	padding: 10px 20px;
	color: white;
}

.menu-rodape-alinhamento
{
	display: inline-block;
	float: none !important;
	text-align: center;
}
.menu-rodape-alinhamento li a
{
	color: #777;
	font-weight: bold;
}
.menu-rodape-alinhamento li a:hover
{
	background-color: transparent;
	color: #002359;
}

.img-midia
{
	opacity: .4;
	height: 40px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.img-midia:hover
{
	opacity: 1;
}

.direitos
{
	padding: 15px 0 0 0;
	font-size: 12px;
}
.titulo
{
	font-size: 45px;
	font-weight: bold;
	color: #9B0000;
}

.texto-pagina
{
	font-size: 18px;
	margin: 30px 0 30px 0;
}

.palavra-chave
{
	color: black;
}

.negrito
{
	font-weight: bold;
	font-size: 16px;
}

.pre-rodape
{
	
	padding: 30px;
	color:white;
	background-color: rgba(0,0,0,.9);
}
.nome
{
	color: white;
	font-size: 50px;
	position: absolute;

}

.img-evento
{
	color: white;
}
.img-evento img
{
	border: 2px solid red;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	width: 200px;
	height: 200px;
}
.img-evento:hover img
{
	cursor: pointer;
	transition: .5s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.img-evento:hover
{
	cursor: pointer;
	transition: .5s;
	color: black;
	text-decoration: none;
}