@charset "utf-8";
/* CSS Document */
* {
	position: relative;
	font-family: 'Cooper Hewitt Light', Arial, Helvetica, sans-serif;
}
.content {
	width: calc(100% - 120px);
	display: table;
	background-color: rgba(0,40,73,.8);
	padding: 60px;
}
.galeria {
	display: table;
	width: 100%;
}
.galeria ul {
	display: table;
	width: 100%;
}
.galeria li {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.galeria li:nth-child(3n+0) {
	margin-right: 0;
}
.galeria a {
	display: block;
}
.galeria a:hover {
}
.galeria a img {
	display: block;
	width: 100%;
	height: auto;
}
.lista {
	display: table;
	width: 100%;
}
.lista ul {
	display: table;
	width: 100%;
	list-style:square inside;
}
.lista li {
	color: #FFF;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	list-style:square inside;
}
.lista a {
	color:inherit;
}
.lista a:hover{
	color:#009acc;
	font-family: 'Cooper Hewitt Medium';
}
.botao{
	display:inline-block;
	width:auto;
	line-height:24px;
	background-color:#00699f;
	color:#FFF;
	text-transform:uppercase;
	padding:8px 12px;
	font-family: 'Cooper Hewitt Medium';
	font-size:18px;
}
h1 {
	display: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: center center fixed no-repeat;
	background-size: cover;
}
header {
	margin-bottom: 2px;
}
section {
	display: block;
	width: 620px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60px;
}
section form{
	width:100%;
	display:table;
	margin-bottom:30px;
}
section label{
	display:none;
}
section input[type=text], section input[type=email]{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	padding:5px;
	border:none;
	margin-bottom:10px;
	font-family: 'Cooper Hewitt Medium';
	outline:none;
}
section input[type=submit]{
	display:inline-block;
	width:auto;
	line-height:24px;
	background-color:#00699f;
	color:#FFF;
	text-transform:uppercase;
	padding:8px 12px;
	font-family: 'Cooper Hewitt Medium';
	font-size:18px;
	border:none;
}
section textarea{
	display:block;
	width:100%;
	height:150px;
	line-height:20px;
	padding:5px;
	border:none;
	margin-bottom:10px;
	font-family: 'Cooper Hewitt Medium';
	outline:none;
}
section .content {
	height: calc(100% - 213px);
}
section h2 {
	font-family: 'Cooper Hewitt Medium';
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 15px;
}
section p {
	color: #FFF;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
section li {
	color: #FFF;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
#btn-logo {
	display: block;
	width: 100%;
	background-color: rgba(0,40,73,.8);
	padding: 50px 0;
}
#btn-logo img {
	display: block;
	width: 100%;
	max-width: 271px;
	height: auto;
	margin: 0 auto;
}
#menu {
	display: block;
	width: calc(100% - 170px);
	padding-left: 170px;
}
#menu ul {
}
#menu li {
	margin-bottom: 30px;
	display: table;
	height: 60px;
	width: 100%;
}
#menu a {
	font-size: 18px;
	color: #FFF;
	display: block;
	line-height: 60px;
	padding-right:30px;
	width: calc(100% - 2px);
	float: right;
	background-color: #0d436b;
}
#menu span {
	display: block;
	width: 100px;
	height: 60px;
	background: center center no-repeat url(images/icone-empresa-1.png) #00699f;
	float: left;
	margin-right:30px;
	background-size: contain 50%;
}
#menu li:hover a {
	font-family: 'Cooper Hewitt Medium';
}
#menu li:hover span {
	background-color: #FFF;
	background-image: url(images/icone-empresa-2.png);
}
#menu li:nth-child(1) span {
	background-image: url(images/icone-empresa-1.png);
}
#menu li:nth-child(1):hover span {
	background-image: url(images/icone-empresa-2.png);
}
#menu li:nth-child(2) span {
	background-image: url(images/icone-exames-1.png);
}
#menu li:nth-child(2):hover span {
	background-image: url(images/icone-exames-2.png);
}
#menu li:nth-child(3) span {
	background-image: url(images/icone-contato-1.png);
}
#menu li:nth-child(3):hover span {
	background-image: url(images/icone-contato-2.png);
}
#menu li:nth-child(4) span {
	background-image: url(images/icone-localizacao-1.png);
}
#menu li:nth-child(4):hover span {
	background-image: url(images/icone-localizacao-2.png);
}
#menu li:nth-child(5) span {
	background-image: url(images/icone-saiba-mais-1.png);
}
#menu li:nth-child(5):hover span {
	background-image: url(images/icone-saiba-mais-2.png);
}
@media (max-width: 1024px) {
	.content {
		width: calc(100% - 290px);
		display: table;
		background-color: rgba(0,40,73,.8);
		padding: 40px;
	}
	#menu {
		display: block;
		width: calc(100% - 40px);
		padding-left: 40px;
	}
	#btn-logo {
		display: block;
		width: calc(100% - 210px);
		background-color: rgba(0,40,73,.8);
		padding: 50px 0;
	}
	section p{
		width: 100%;
		font-size: 14px;
	}
	.lista li{
		text-align: left;
	}
}
@media (max-width: 500px) {
	body{
		background-image: none !important;
	}
	section{
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	header{
		width: 100%;
	}
	#btn-logo{
		width: 100%;
		padding: 25px 0;
	}
	#btn-logo img{
		width: 50%;
	}
	.content{
		width: 100%;
		box-sizing: border-box;
	}
	.galeria li{
		width: 100%;

	}
	#menu a{
		font-size: 16px;
	}
	#menu span{
		width: 80px;
	}
	.lista li{
		white-space: nowrap;
	}
}

