body {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*Tipografia*/
h1 {
	font-family: 'Coustard', serif;
	font-size: 25px;
	color: black;
}

h2,
li a,
.form-control,
.btn {
	font-family: 'Coustard', serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: black;
	text-transform: uppercase;
	line-height: 150%;
}

h2 span {
	color: red;
	cursor: pointer;
}

li a:hover {
	color: red;
	text-decoration: none;
}

h3 {
	font-size: 50px;
	font-family: 'Coustard', serif;
	color: red;
}

p {
	font-size: 13px;
	line-height: 180%
}

a {
	cursor: pointer;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* Menu Desktop*/

.busca_desktop {
	padding: 0px;
}

#busca .form-control {
	width: 200px;
	height: 30px;
}

.btn {
	background-color: gray;
	opacity: 0.7;
	height: 30px;
	color: white;
}

.btn:hover {
	background-color: gray;
	color: white;
	opacity: 1;
}


/* Menu Mobile */

.navbar-default {
	background-color: white;
	border: none;
	clear: both;
}

.navbar-nav > li > a {
	line-height: 100%;
}

/*Contato*/

#contatoMensagem {
	height: 300px;
	overflow: scroll;
	text-transform: none;
}

/*Admin*/

#textoAdmin {
	height: 200px;
}