@charset "utf-8";

body {
	width: 100%;
	height: 100%;
	background-color: #004986;
}

header {
	padding: 17px 0;
	background-color: white;
}

#fundo1 {
	width: 100%;
	height: 400px;
	font-size: 12px;
	color: white;
	background-image: url(../img/fundo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.corpo {
	width: 1000px;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.menu {
	display: inline-block;
	margin-left: 50px;
	color: #00589F;
	font-size: 15px;
	font-weight: normal;
}

.menu:hover {
	color: #99BD27;
	cursor: pointer;
}

.texto-grande {
	font-size: 70px;
	font-weight: normal;
	line-height: 85px;
}

.botao-grande {
	background: #99BD27;
	font-size: 28px;
	padding: 20px 25px 25px;
	display: inline-block;
	font-weight: normal;
	border-bottom: 4px solid #7A981F;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.fundo-detalhes, .fundo-detalhes-2 {
	padding: 45px 0 55px;
	color: white;
}

.fundo-detalhes {
	background: #99BD27;
}

.fundo-detalhes-2 {
	background: #89AA23;
}

.fundo-projetos {
	padding: 45px 0 60px;
	background: white;
}

.fundo-contato {
	padding: 45px 0 50px;
	background: white;
}

.fundo-mapa {
	background: #F5F5F5;
	position: relative;
	height: 400px;
}

.fundo-titulo {
	background-color: #EAEFF7;
	padding: 50px 0 60px;
	color: #00589F;
	/*border-bottom: 3px solid #2687E9;*/
}

footer {
	color: white;
	font-weight: bold;
	padding: 25px 0;
}

header a {
	color: #1A7E9F;
	text-decoration: none;
}

header a:hover {
	color: #1F9AC4;
	text-decoration: none;
}

#contato-mapa {
	position: absolute;
	z-index: 1;
	width: 400px;
	height: 320px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background-color: white;
	padding: 40px;
	color: #00589F;
}

h1, h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 28px;
}

a, .link {
	color: #2687E9;
	text-decoration: none;
}

a:hover, .link:hover {
	color: #ED2A5F;
	text-decoration: none;
}

a.link-contato {
	color: #ED2A5F;
	text-decoration: none;
}

a.link-contato:hover {
	color: #ED2A5F;
	text-decoration: underline;
}

/*

.linha-destaque {
	width: 53px;
	height: 4px;
	background: #ED2A5F;
	position: absolute;
	top: 0;
	right: 0;
}

.logos-projetos {
	height: 100px;
	background: white;
	text-align: center;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.logos-projetos:hover {
	cursor: pointer;
	background-color: #F9F9F9;
}

.box-descricao-produtos {
	padding: 15px 0;
}

.arredondar-bottom {
	-webkit-border-radius: 0 0 2px 2px;
	   -moz-border-radius: 0 0 2px 2px;
			border-radius: 0 0 2px 2px;
}

.box-link {
	display: inline-block;
	color: #57A3EE;
	font-weight: bold;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 15px;
}

.box-link:hover {
	cursor: pointer;
	color: #23ACDA;
	text-decoration: underline;
}

.titulo-escuro {
	color: #666666;
}

.linha-titulo {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 25px;
}

.sombra-texto {
	text-shadow: 1px 1px 1px #666666;
}