html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
}
/* Main Structure */
.wrapper {
	min-height: 100%;
	position: relative;
}
.content {
	min-height: 100%;
	padding-bottom: 120px; 
}
.bottom-bar {
  	position:absolute;
	bottom:0;
	width:100%;
	height:120px;
	background-color: #f6f6f6;
	border-top: solid 1px #ddd;
} 
/* General Styles */
img {
	width: 100%;
}
.border-box {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* Top Bar */
.header-wrapper {
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	height: 30px;
	background-color: #ff6600;
}
header {
	margin: 0px auto;
	max-width: 1200px;
	font-size: 16px;
	color: #fff;
}
header .main-logo {
	position: absolute;
	display: inline-block;
	float: left;
	margin: -5px 0 0 0;
	width: 162px;
	height: 81px;
	border-left:solid 1px #009934;
	border-right:solid 1px #009934;
	z-index: 999999;
}
header span {
	float: right;
	font-family: "BenchNine-Regular";
	font-size: 24px;
}
.nav-wrapper {
	margin-top: -4px;
	display: inline-block;
	padding: 5px 0 8px 0;
	width: 100%;
	height: 28px;
	background-color: #e6e6e6;
	border-bottom:solid 1px #009934;
}
nav {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	text-transform: uppercase;
	font-family: "BenchNine-Regular";
	font-size: 24px;
}
nav ul {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	list-style-type: none;
}
nav li {
	display: inline-block;
	padding: 0 15px;
}
nav li:last-child {
	padding: 0 0 0 15px;
}
nav li a {
	text-decoration: none;
	color: #999;
}
nav li a:hover {
	text-decoration: none;
	color: #ff6600;
}
/* Footer */
.contact-bar {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height: 90px;
}
.contact-bar .container {
	float: left;
	width: 800px;
}
.contact-bar p {
	margin: 0;
	padding: 2px 0;
}
.contact-bar p.title {
	padding: 2px 0 0 0;
	font-family: "BenchNine-Regular";
	font-size: 24px;
	color: #444;
}
.contact-bar img {
	margin: 5px 0 0 20px;
	float: right;
	width: auto;
	height: 64px;
}
.footer-wrapper {
	position: absolute;
	bottom: 0;
	padding: 8px 0 3px 0;
	width: 100%;
	height: 30px;
	background-color: #e6e6e6;	
	border-top: solid 1px #ff6600;
}
footer {
	font-family: "BenchNine-Regular";
	font-size: 18px;
	color: #333;
	margin: 0px auto;
	padding: 0;
	width: 1200px;
}
footer .costumer {
	float:left;
}
footer .developer {
	float:right;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	color: #ff6600;
	text-decoration: none;
}
/* Home Page */ 
main {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
main .flexslider {
	margin: 40px auto 0 auto;
	max-width: 1200px;
	border: 2px solid #ff6600;
}
main .title {
	margin: 30px auto 0 auto;
	border-bottom: 1px solid #ff6600;
	text-transform: uppercase;
	font-family: "BenchNine-Regular";
	font-size: 36px;
}
main .subtitle {
	margin: 10px auto 0 auto;
	font-family: "BenchNine-Regular";
	font-size: 36px;
}
main .padding-top {
	padding: 30px 0 0 0;
}
main .subtitle span {
	display: block;
	margin: 0 auto;
	font-family: "BenchNine-Regular";
	font-size: 24px;
}
main article {
	margin: 10px auto 0 auto;
	text-align: justify;  
    -moz-text-align-last: left; /* Code for Firefox */
    text-align-last: left;
}
main .service-container {
	display: inline-block;
	margin: 20px 0 0 0;
	width: 296px;
	height: 360px;
	vertical-align: top;
}
main .service-container .img-container {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 172px;
	height: 172px;
	border-radius: 100%;
	border:solid 2px #ff6600;
	background-color: #333;
	overflow: hidden; 
	vertical-align: top;
}
main .service-container .title {
	margin: 20px auto 0 auto;
	width: 240px;
	border-bottom: 1px solid #009934;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	font-family: "BenchNine-Regular";
	font-size: 22px;
}
main .service-container .info {
	margin: 5px auto 0 auto;
	width: 240px;
	vertical-align: top;
	text-align: justify;  
    -moz-text-align-last: left; /* Code for Firefox */
    text-align-last: left; 
}
main .pgirs-logo {
	float: right;
	width: 210px;
	height: 48px;
	border: solid 1px #008326;
}
main .pgirs:first-child {
	margin: 40px 0 0 0;
}
main .pgirs {
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #aaa;
	text-align: left;
	font-family: "BenchNine-Regular";
	font-size: 24px;
}
main .info .pgirs .pdf {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	float: right;
	padding: 5px 20px;
	width: 15%;
	background-color: #fff; 
	border: solid 1px #ff6600;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color:#ff6600;
	text-align: center;
	border-radius: 5px;
}
main .info .pgirs .pdf:hover {
	background-color: #f0f0f0;
	cursor:pointer;
	text-decoration: none;
	color:#333; 
}
main .info table {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	font-family: "BenchNine-Regular";
}
main .info table, .info th, .info td {
    border: 1px solid #333;
}
main .info tr:nth-child(even) {
	background-color: #fcfcfc;
}
main .info tr:nth-child(odd) {
	background-color: #f0f0f0;
}
main .info th {
	padding: 5px;
	background-color: #ff6600;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color:#fff;
}
main .info td {
	padding: 10px 5px;
	font-size: 24px;
	text-align: center;
}
main .info td a {
	text-decoration: none;
}
main .microrutas table {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}
main .microrutas table, .microrutas th, .microrutas td {
    border: none;
}
main .microrutas td {
	padding: 10px 0;
    text-align: center;
    font-family: "BenchNine-Regular";
	font-size: 28px;
}
main .info .pdf {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	margin: 0 auto;
	padding: 5px 20px;
	width: 60%;
	background-color: #fff; 
	border: solid 1px #ff6600;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color:#ff6600;
	border-radius: 5px;
}
main .info .pdf:hover {
	background-color: #999;
	cursor:pointer;
	text-decoration: none;
	color:#fff; 
}
main .info a .pdf {
	text-decoration: none;
}
main .info a:hover .pdf {
	text-decoration: none;
}
main .pdf-btn-container a {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	text-decoration: none;
	color:#ff6600;
}
main .pdf-btn-container a:hover {
	text-decoration: none;
	color:#333;
}
main .pdf-btn {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 96px;
	height: 96px;
	border-radius: 100%;
	border: solid 5px #ff6600;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	font-family: "BenchNine-Regular";
	font-size: 48px;
}
main .pdf-btn:hover {
	background-color: #f0f0f0;
}
main .pqrs-info {
	display: inline-block;
	width: 1200px;
	height: 600px;
}
main .pqrs-info iframe {
	width: 100%;
	height: 600px;
}
main .contact-info {
	display: inline-block;
	width: 600px;
}
main .contact-info .title {
	margin: 10px auto 0 auto;
	border: none;
	font-size: 32px;
}
main .contact-info .subtitle {
	border-bottom: solid 1px #ff6600;
	font-family: "BenchNine-Regular";
	font-size: 24px;
}
main .contact-info .info {
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	font-family: "BenchNine-Regular";
	font-size: 20px;
}
main .contact-info iframe {
	width: 100%;
	height: 500px;
}
main #map-canvas {
	display: inline-block;
	float: right;
	margin-top: 70px;
	width: 560px;
	height: 623px;
	border: solid 1px #ff6600;
	vertical-align: top;
}
main #map-logo-dummie {
	width:124px;
	height:80px;
	background-color:#fff;
	z-index: 999;
}
main #map-logo {
	width: 154px;
	height: 80px;
	position: absolute;
	margin-top: -77px;
	margin-left: -3px;
	z-index: 0;
}
main #map-logo img {
	border: none;
}
.bottom-bar img.oficial {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.bottom-bar img.oficial:hover {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
iframe {
		margin-top: 20px;
		width: 580px;
		height: 720px;
	}