body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ececec;
}


#logo {
	width:700px;
	height:190px;
	margin:0 auto;
	background-image:url(../images/logo-interna.png);
}


/*MENU*/
nav {
	width:970px;
	margin:0 auto;
	margin-top:100px;
	background-color:#fff;
	height:50px;
}
 
ul {
  padding-top:18px;
  overflow: hidden;
  list-style-type: none;
  text-align:center;
  
}
 
li {
  height: 25px;
  display:inline;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 0 20px;
}
 
li:last-child {
  border-right: none;
}
 
li a {
  text-decoration: none;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size:16px;
 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
li a:hover {
  color: #1785c8;
}
 
li.active a {
  font-weight: bold;
  color: #1785c8;
}


/*BANNER*/



/*CONTAINER*/
#container {
	width:970px;
	min-height:400px;
	margin:0 auto 0 auto;
	padding:50px 0 100px 0;
}

#conteudo {
	width:940px;
	min-height:90px;
	margin:0 auto;
	background-color:#fff;
	padding:30px 15px;
	border-radius:8px;	
}

.negrito {
	font-weight:bold;
}

#conteudo p {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:25px;
	text-align:justify;
	color:#333;
	margin:0 0 20px 0;
}

.box {
	width:293px;
	height:150px;
	font-size:15px;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	margin:0 45px 0 0;
}

.box h2 {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	text-transform:uppercase;
	color:#1785c8;
}

.box a {
	font-family: 'PT Sans', sans-serif;
	color:#262730;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	font-size:17px;
	
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box a:hover {
	cursor:pointer;
	color:#00aeff;
	
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  
}

.box img {
	margin:15px 0 30px 0;
}

.box p {
	line-height:25px;
	margin:0 0 25px 0;
}


/*RODAPE*/
#rodape {
	width:100%;
	height:210px;
	background-color:#31333e;
	padding:40px 0 0 0;
	font-family: 'PT Sans', sans-serif;
}

#centro-rodape {
	width:970px;
	margin:0 auto;
}

#centro-rodape p {
	color:#fff;
	font-size:14px;
	line-height:20px;
}

#centro-rodape strong {
	font-weight:bold;
}

#fim-rodape {
	width:100%;
	height:50px;
	background-color:#262730;
	padding:40px 0 0 0;
	text-align:center;
	font-size:14px;
}

#centro-fim-rodape {
	width:970px;
	margin:0 auto;
	color:#fff;
}

#centro-fim-rodape strong {
	font-weight:bold;
}


/*IMAGEM EMPRESA*/
#empresa {
	width:940px;
	height:300px;
	margin:20px auto;
}

/*TÍTULO*/
h1 {
	font-size:20px;
	margin:10px 0 15px 0;
	color:#333 !important;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
}


.imagem { 
	width:260px;
	height:370px;
	background-color:#f3f3f3;
	margin:0 18px 40px 0;
	float:left;
	padding:0 20px;
}


.titulo-imagem {
	width:100%;
	margin:20px auto;
	height:35px;
	background-color:#31333e;
	font-size:14px;	
	line-height:20px;
	font-family: 'PT Sans', sans-serif;
}

.titulo-imagem h2 {
	color:#fff;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	line-height:34px;
}

.titulo-imagem p {
	text-align:center !important;
	font-size:14px !important;
	font-family: 'PT Sans', sans-serif;
}

.imagem img {
	margin:20px 0 0 0 !important;
	width:257px;
	border:1px solid #eee;
}


.clear {
	clear:both;
}

/*MAPA*/
#mapa iframe, #mapa {
	width:100%;
	height:300px;
	border-radius:10px !important;
	background-color:skyblue;
	margin:0 auto 40px auto;
	box-shadow:0 5px #e5e6e6;
}


/*FORMULÁRIO*/

#formulario label {
	width:100px;
	float:left;
	color:#7f8c8c;
	font-weight:bold;
}

#formulario input[type='text'] {
	width:450px;
	height:35px;
	background-color:#e5e6e6;
	border:1px solid #d9dada;
	border-radius:7px;
	padding:0 10px;
	color:#999;
	font-family: 'PT Sans', sans-serif;
}

textarea {
	width:450px;
	height:150px;
	background-color:#e5e6e6;
	border:1px solid #d9dada;
	border-radius:7px;
	padding:10px 10px;
	color:#999;
	resize:none;
	font-family: 'PT Sans', sans-serif;
}

#formulario {
	width:600px;
}

#endereco { 
	width:340px;
	height:150px;
}

#endereco h1 {
	margin:0 !important;
}

#endereco h2 {
	font-size:14px;
	margin:10px 0 0 0;
	color:#333 !important;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
}

#endereco p {
	font-size:14px;
}

input[type='button']{
	float:right;
	width:200px;
	height:45px;
	border:none;
	margin:0 30px 0 0;
	background-color:#555;
	color:#fff;
	border-radius:5px;
	box-shadow: 0px 5px #333;
	outline:none;
}

input[type='button']:hover {
	cursor:pointer;
	outline:none;
}


/*RODAPÉ MAPA*/
#rodape-mapa, #rodape-mapa iframe {
	width:100%;
	height:300px;
	background-color:skyblue;
	margin:0 auto 0 auto;
	border-top:2px solid #ddd;
}

a {
	border:none;
}