﻿main h1 {
	color: #000;
	border-bottom: 8px solid #FFC926;
	margin: 0px;
	padding: 8px 0px 5px 0px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

img {
	display: inline-block;
	margin: auto;
}

.rastro {
	color: #777;
	padding-bottom: 20px;
	font-size: 12px;
}

.resize_canvas {
	padding: 20px 0px
}
/* conteudo gerais */
.conteudo {
	color: #444;
	text-align: justify;
}

.conteudo a {
	color: #333;
}

.conteudo a:hover {
	color: #B9B9FF;
}

.carousel-horizontal li {
	margin: 0;
	padding: 10px 7px;
	display: table-cell;
}

/* footer gerais */
footer {
	background: #B20000;
	color: #FFC926;
	padding: 10px
}

footer a {
	color: #FFC926;
	font-weight: bold;
}

footer a:hover {
	color: #FFF;
}

.banner_chamadas {
	background-color: #F4F4F4;
	box-sizing: border-box;
}

.banner_chamadas * {
	box-sizing: inherit;
}

.banner_chamadas .container {
	width: auto !important;
	text-align: center;
}

.banner_chamadas .container a {
	opacity: 0.9;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 20px;
	display: inline-table;
	color: #000;
	text-decoration: none;
}

.banner_chamadas .container a:hover {
	opacity: 1;
}

.banner_chamadas .container a div {
	display: table-cell;
	vertical-align: middle;
	height: 91px
}

.banner_chamadas .container .chamada_icon {
	text-align: right;
	padding-right: 10px;
}

@media (max-width: 599px) {
	.banner_chamadas .container {
		display: table;
	}

	.banner_chamadas .container a {
		display: table-row;
	}

	.banner_chamadas .container .chamada_caption {
		text-align: left;
	}

	.banner_chamadas .container .chamada_icon {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 30vh;
	}

	.banner_chamadas .container .chamada_icon img {
		max-width: 100%;
	}
}

.footer_orcamento {
	background-color: #cbcbcb;
	background-image: url(images/footer.jpg);
	background-position: center center;
}

.footer_orcamento h3 {
	margin: 0px;
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.footer_orcamento input[type=submit] {
	background-color: #FFF;
	color: #212121;
	width: 150px;
	text-align: center;
	float: right;
}

.footer_agenda {
	background-color: #777;
}

.footer_agenda h3 {
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #FFF;
}

.footer_agenda input[type=submit] {
	background-color: #666;
	color: #FFF;
	width: 100px;
	text-align: center;
	width: 80%;
}

#footer_menu #contato a {
	color: #666;
}

#footer_menu #contato a:hover {
	color: #333;
}

/* Desktop standard 768 and up */
@media only screen and (min-width: 768px) {
	body {
		background-image: url(/Content/images/back.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		background-color: #FFF;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

	/* header */
	header {
		min-width: 1200px;
		text-align: center;
	}

	header .logo {
		padding: 5px 0px;
	}

	header .top_contato a {
		color: #FFF;
	}

	header .top_contato {
		float: right;
		text-align: right;
		padding: 0px;
		color: #FFF;
		font-size: 21px;
		margin-bottom: 5px;
	}

	header .email {
		padding: 0px;
		color: #FFF;
		font-size: 14px;
	}

	/* top menu */
	.menu_top {
		background-color: #B20000 !important;
		border-top: 12px solid #FFC926;
	}

	#menu_top .navbar-nav {
		text-align: center;
	}

	#menu_top {
		float: left;
		width: 1200px;
	}

	#menu_top li a {
		color: #FFC926 !important;
		text-decoration: none;
		margin: 0px 2px;
		padding: 15px 10px;
		font-weight: bold;
	}

	#menu_top li a:hover {
		background: #FFC926 !important;
		color: #B20000 !important;
	}

	#menu_top .dropdown-menu {
		background: #B20000 !important;
	}

	#menu_top .dropdown-menu a {
		color: #FFC926 !important;
		padding: 8px;
	}

	#menu_top .dropdown-menu a:hover {
		background: #FFC926 !important;
		color: #B20000 !important;
	}

	/* left menu */
	#menu_left, #menu_left ul.dropdown-menu {
		width: 200px;
		display: block;
		float: left;
	}

	#menu_left .nav > li > a {
		color: #FFF !important;
		padding: 5px 5px 5px 30px !important;
		background-image: url('/Content/images/icon.png') !important;
		background-color: #0000D9 !important;
		background-repeat: no-repeat !important;
		background-position: left center !important;
		border-radius: 5px;
		margin: 0px;
		font-weight: bold;
		font-size: 16px;
		white-space: normal !important;
		border-bottom: 1px solid #0000D9;
	}

	#menu_left .nav > li > a:hover {
		background-color: #C1C1FF !important;
		color: #0000D9 !important;
	}

	#menu_left li li a {
		white-space: normal !important;
		border-bottom: 1px solid #0000D9;
		padding: 5px;
	}

	#menu_left li li a:hover {
		background-color: #C1C1FF !important;
		color: #0000D9 !important;
	}

	/* conteudo */
	/* menu + conteudo deve dar 975 total de width */
	/* colocar espaçamento apenas no padding da class conteudo*/
	.conteudo {
		display: block;
		color: #444;
	}

	.keywords {
		background-color: transparent;
	}

	#menu_keywords a {
		color: #1A1A1A;
	}

	#menu_keywords a:hover {
		color: #B9B9FF;
	}

	#menu_keywords h3 {
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}

	/* footer */
	footer .contador {
		float: left;
		display: block;
		width: 50%;
		text-align: left;
	}

	footer .copyright {
		float: right;
		display: block;
		width: 50%;
		text-align: right;
	}

	.conteudo .arquivo .imagem {
		margin-right: 10px;
		float: left;
	}

	.conteudo .arquivo .descricao {
		display: inline-grid;
	}

	/* footer menu */
	#footer_menu #menu .nav > li > a {
		color: #666 !important;
		padding: 0px !important;
		margin: 0px;
		font-weight: normal;
		font-size: 12px;
		white-space: normal !important;
		text-align: left;
	}

	#footer_menu #menu .nav > li > a:hover {
		background-color: transparent !important;
		color: #333 !important;
	}
}
