@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-size: 12px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 20px;
	color: #222;
}
strong {
	text-shadow: 0.1px 0.1px #222;
}
h1 {
	font-size: 36px;
	font-weight: 100;
	color: #FFF;
	padding-top: 45px;
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 21px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 16px
}
h6 {
	font-size: 14px
}
td {
	font-size: 12px
}
#container1 {
	width: 100%;
	height: auto;
}
a {
	color: #e70000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #222;
}
#wrapper1, #wrapper2, #wrapper3, #wrapper4, #wrapper5 {
	width: 1170px;
	margin: 0 auto;
}
#wrapper1 {
	height: 180px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#wrapper2 {
	display: table;
}
#wrapper3 {
	display: table;
	background-color: #454954;
	padding-bottom: 20px;
	padding-top: 30px;
}
#wrapper4 {
	display: table;
	padding-bottom: 70px;
	padding-top: 30px;
}
#wrapper5 {
	display: table;
	padding-bottom: 50px;
	padding-top: 50px;
}
#content {
	display: table;
	width: 100%;
	margin: 30px 0;
}
#content ul {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #e70000;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content ul li {
	list-style-type: square;
	margin: 2px;
}
input[type=text], input[type=tel], input[type=email] {
	width: 100%;
	background-color: #EEE;
	height: 30px;
	border: thin solid #DDD;
	color: #4E5362;
	font-weight: 100;
	margin: 5px 0;
}
textarea {
	width: 100%;
	background-color: #EEE;
	height: 90px;
	border: thin solid #DDD;
	color: #4E5362;
	font-weight: 100;
	resize: none;
	margin: 5px 0;
}
input[type=submit] {
	padding: 5px 5px;
	height: 30px;
	background-color: #4E5362;
	color: #FFF;
	font-weight: 100;
	margin: 5px 0;
	border: thin solid #373b47;
	cursor: pointer;
}
/*** Header ***/

header {
	width: 100%;
	position: absolute;
	top: 0px;
}
.logo {
	width: 200px;
	height: auto;
	margin-top: 20px;
	float: left;
}


/*** Main ***/


#features {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 130px;
	display: table;
	text-align: center;
}
#features i {
	position: absolute;
	margin-left: 5%;
	padding: 15px;
	margin-top: -35px;
	color: #FFF;
	background-color: #e70000;
	border: thick solid #FFF;
	text-align: center;
}
#features img {
	opacity: 1;
	filter: alpha(opacity=1);
}
#features img:hover {
	opacity: 0.1;
}
#features a {
	color: #000;
	text-decoration: none;
}
#features a:hover, #features:focus, #features:active {
	color: #e70000;
}
#portfolio {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	display: table;
	text-align: center;
}
#portfolio img {
	border-radius: 10px;
}
#portfolio table {
	border: thin solid #EEE;
	text-align: center;
}
#portfolio h4 {
	margin: 5px;
}
#portfolio td.d0 {
	background-color: #e70000;
	height: 100px;
	color: #FFF;
}
#portfolio td.d1 {
	background-color: #fff;
	height: 35px;
}
#portfolio td.d2 {
	background-color: #eee;
	height: 35px;
}
fieldset {
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDD;
}
legend {
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 24px;
}
#call-to-action {
	width: 1170px;
	height: 100px;
	margin: 0 auto;
	display: table;
	background-color: #e70000;
}
#call-to-action p {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	float: left;
	margin-top: 48px;
	padding-left: 100px;
	display: inline;
}
.button {
	color: #FFF;
	float: right;
	background-color: #e70000;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-top: 32px;
	margin-right: 80px;
	margin-bottom: 32px;
	margin-left: 32px;
}
.action {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: inset 0 0 0 1px #fff, 0 0 1px rgba(0, 0, 0, 0);
}
.action:hover, .action:focus, .action:active {
	background: #fff;
	color: #e70000;
}
#maps {
	width: 100%;
	height: 400px;
}
/*** Slider ***/


***/

#slider {
	width: 100%;
}
#slider_page {
	width: 100%;
	height: 300px;
	background-image: url(../imagens/header01.jpg);
}
/*** Nav ***/

nav {
	margin-top: 3px;
	float: right;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
	margin-top: 140px;
	float: right;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a:link, nav ul li a:visited {
	display: block;
	color: #fff;
	height: auto;
	line-height: 10px;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 0.5px #333;
	font-weight: 700;
	background: transparent;
}
nav ul li a:hover {
	display: block;
	color: #fff;
	background-color: #AA0000;
	line-height: 10px;
	padding: 12px;
}
nav ul li ul, nav ul li:hover ul li ul {
	display: none;
	margin-top: 30px;
}
nav ul li:hover ul {
	position: absolute;
	display: block;
	top: 4px;
	text-align: left;
	height: auto;
	background-color: #e70000;
	z-index: 1;
}
nav ul li:hover ul li a {
	display: block;
	text-align: left;
	border-bottom: 1px solid #FFF;
	width: 150px;
	color: #fff;
	font-size: 11px;
	text-shadow: none;
	text-transform: none;
}
nav ul li:hover ul li a:hover {
	color: #fff;
}
nav ul li a.active {
	color: #e70000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #e70000;
	padding-bottom: 13px;
}
	
.nav-button { display: none; }
/*** Sidebar ***/

#sidebar h3 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#sidebar ul {
	padding: 0;
	border: none;
	background: none;
}
#sidebar ul li {
	line-height: 28px;
	list-style-type: none;
	font-weight: 700;
}
#sidebar ul li a {
	color: #333;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}
#sidebar ul li a:hover {
	color: #e70000;
	background-color: #EEE;
	padding: 5px;
}
/*** Footer ***/

footer {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #454954;
}
#copyright {
	width: 100%;
	height: 35px;
	background-color: #373b47;
	color: #5B6379;
	margin: 0 auto;
	padding-top: 15px;
}
footer h3 {
	color: #FFF;
	font-size: 18px;
}
footer p {
	color: #FFF;
}
footer td {
	color: #FFF;
	padding: 5px 0;
}
footer a {
	color: #FFF;
}
footer a:hover, footer a:active, footer a:focus {
	color: #373b47;
}
#partners {
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 0px;
}
#partners img {
	padding-right: 30px;
}
footer input[type=text], footer input[type=tel], footer input[type=email] {
	width: 100%;
	background-color: #373b47;
	height: 25px;
	border: thin solid #373b47;
	color: #4E5362;
	font-weight: 100;
	margin: 5px 0;
}
footer textarea {
	width: 100%;
	background-color: #373b47;
	height: 90px;
	border: thin solid #373b47;
	color: #4E5362;
	font-weight: 100;
	resize: none;
	margin: 5px 0;
}
footer input[type=submit] {
	padding: 5px 5px;
	height: 25px;
	background-color: #4E5362;
	color: #FFF;
	font-weight: 100;
	margin: 5px 0;
	border: thin solid #373b47;
	cursor: pointer;
}
/*** Columns ***/

.row-1 {
	width: 96%;
	padding-right: 2%;
}
.row-2 {
	width: 45%;
	padding-right: 10%;
	display: table-cell;
}
.row-2-last {
	width: 45%;
	display: table-cell;
}
.row-3 {
	width: 31%;
	padding-right: 5%;
	display: table-cell;
	vertical-align: top;
}
.row-3-last {
	width: 28%;
	display: table-cell;
}
.row-4 {
	width: 26%;
	padding-right: 4%;
	display: table-cell;
}
.row-4-last {
	width: 22%;
	padding-right: 0%;
	display: table-cell;
}
.row-5 {
	width: 20.6%;
	padding-right: 3%;
	display: table-cell;
}
.row-5-last {
	width: 18%;
	padding-right: 0%;
	display: table-cell;
}
.row-7 {
	width: 70%;
	padding-right: 5%;
	display: table-cell;
}
.row-7-last {
	width: 25%;
	display: table-cell;
}
