@charset "utf-8";


/*Header-pg*/
#header-pg {
	width:100%;
	height:280px;
	position:relative;
	background:#003665;}
#header-pg h2 {
	font:55px Open Sans;
	color:#fe5b02;
	font-weight:700;
	letter-spacing:-3px;
	margin:40px 0 0 0;
	float:left;
	text-align:center;}
#header-pg p {
	font:18px Open Sans;
	color:#fff;
	text-align:center;}


/*Photos-produtos*/
#photos-produto {
	width:100%;
	position:relative;
	background:#00315c;;}

#photos-produto ul {
	width:1000px;
	height:auto;
	list-style:none;
	position:relative;}
#photos-produto ul li {
	width:230px;
	height:320px;
	margin:30px 15px 0 0;
	float:left;
	position:relative;
	overflow:hidden;
}
#photos-produto ul li img{
	min-height:350px;
	min-height:350px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}

/*Info-produto*/
#info-produto {
	width:100%;
	height:auto;
	position:relative;
	background:#fff;}

/*Title-info-produto*/
#title-info-produto {
	width:1000px;
	height:auto;
	margin:30px 0 0 0;
	padding-bottom:20px;
	float:left;
	border-bottom:1px solid #e4e4e4;}
#title-info-produto h2 {
	font:40px Open Sans;
	color:#ffffff;
	float:left;
	letter-spacing:-2px;
	font-weight:700;}
#title-info-produto h3 {
	font:40px Open Sans;
	color:#ffffff;
	float:right;
	margin:0 108px 0 0;
	letter-spacing:-2px;
	font-weight:700;}


#info-produto span {
	width:519px;
	height:auto;
	float:left;
	padding-top:30px;
	padding-bottom:30px;}
#info-produto span p {
	font:16px Open Sans;
	color:#003665;
	text-align:justify;}


/*Form-contato-pg*/
#form-contato-pg {
	width:418px;
	height:auto;
	float:right;
	margin:30px 0 0 0;}
#form-contato-pg p {
	font:16px Open Sans;
	color:#003665;
	margin:0 0 3px 0;
	font-weight:400;}	
#form-contato-pg input {
	width:400px;
	height:30px;
	outline:none;
        color:#003665;
	font:18px Open Sans;
	border:1px solid #003665;
	margin:0 0 15px 0; 
	padding:10px 10px 10px 10px;}
#form-contato-pg textarea {
	width:400px;
	height:100px;
	outline:none;
	resize:none;
        color:#003665;
	font:18px Open Sans;
	border:1px solid #003665;
	margin:0 0 15px 0; 
	padding:10px 10px 10px 10px;}
#form-contato-pg button {
	width:422px;
	height:auto;
	padding:15px 10px 15px 10px;
	text-align:center;
	outline:none;
	font:18px Open Sans;
	color:#fff;
	border:none;
	transition:0.1s linear;
	background:#e16a29;}
#form-contato-pg button:hover {
	background:#003665;;
	cursor:pointer;
	transition:0.1s linear;}															