@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

header {
	border-bottom: 1px solid #363d49;
}

#top {
	width: 100%;
	min-width: 990px;
	background: #363d49;
	height: 50px;
	line-height: 50px;
	font-family: 'Oswald', sans-serif;
}

#top p {
	margin: 0;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

#top a {
	float: right;
	background-color: #FFFFFF;
	background-origin: content-box;
	display: block;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	padding: 0 45px;
	margin-top: 6px;
	border: 4px solid #545a64;
	color: #333333;
	font-weight: 400;
	letter-spacing: 1px;
}

.border {
	display: block;
	background: url(../img/bg01.jpg);
	width: 100%;
	min-width: 990px;
	height: 8px;
}

.w-990 {
	width: 990px;
	margin: 0 auto;
	display: table;
}

.header {
	height: 50px;
	line-height: 50px;
	padding: 40px 0;
}

#menu {
	float: right;
	display: table;
}

#menu a {
	margin-left: 25px;
	font-weight: 600;
	color: #2b428e;
	font-size: 15px;
	padding: 3px 7px;
	border-radius: 2px;
}

#menu a:hover {
	color: #363d49;
	background: url(../img/bg01.jpg);
	border-bottom: 6px solid #363d49;
}

.slider {
	background-image: url(../img/banner01.jpg);
	height: 360px;
	width: 100%;
	min-width: 990px;
	background-position: center;
}

.blocks {
	display: table;
	margin-top: 15px;
	margin-bottom: 10px;
}

.block {
	float: left;
	width: 240px;
	text-align: center;
	margin-left: 10px;
}

.block a {
	color: #363d49;
	font-weight: 600;
}

.block img {
	border: 5px solid #CCCCCC;
	transition: 0.4s;
	border-radius: 0;
}

.block:hover img {
	border: 5px solid #363d49;
	border-radius: 2px;
}

#news {
	width: 100%;
	min-width: 990px;
	height: 60px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#news p {
	margin-top: 10px;
	line-height: 18px;
	font-weight: 600;
	font-size: 15px;
	color: #333333;
	float: left;
	margin-left: 110px;
}

#news form {
	float: right;
	margin-right: 110px;
}

#news input {
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	border: 5px solid #CCCCCC;
	padding: 0 10px;
	margin-top: 10px;
	width: 290px;
}

#news input:focus {
	outline: none;
}

#news button:focus {
	outline: none;
}

#news button {
	border-radius: 20px;
	height: 40px;
	border: 5px solid #363d49;
	background: #404752;
	padding: 0 10px;
	margin-top: 10px;
	width: 120px;
	float: right;
	margin-left: 10px;
	color: #FFFFFF;
}

.piercoffee {
	text-align: center;
	padding: 25px 0;
	background-image: url(../img/bg01.jpg);
}

.since {
	background-image: url(../img/bg01.jpg);
	display: table;
	width: 100%;
	min-width: 990px;
	border-top: 1px solid #BBB;
}

.since h2 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

.since h2 span {
	color: #2b428e;
}

#footer-infos {
	box-shadow: 0 0 10px #CCCCCC;
	display: table;
	width: 100%;
	min-width: 990px;
}

#footer-infos section {
	float: left;
}

#footer-infos .end {
	width: 230px;
}

#footer-infos .contact {
	width: 235px;
}

#footer-infos .map {
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer-infos h3 {
	margin-bottom: 0;
	font-size: 20px;
}

#footer-infos p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #777777;
}

#footer-infos a {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}

#footer-infos a:hover {
	font-size: 14px;
	color: #777777;
	text-decoration: underline;
}

#signature {
	background: #373d49;
	display: table;
	width: 100%;
	min-width: 990px;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 20px;
}

#signature p {
	float: left;
}

#signature img {
	float: right;
	margin-top: 10px;
}

.lateral {
	width: 170px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	float: left;
}

.cat-title {
	background: #363d49;
	color: #FFF;
	display: block;
	width: 150px;
	padding: 5px 10px;
	margin-top: 10px;
}

.lateral ul {
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0;
}

.lateral li {
	list-style: none;
}

.lateral a {
	color: #2b428e;
}

.lateral a:hover {
	text-decoration: underline;
}

.cat-content {
	float: right;
	width: 810px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cat-content a {
	color: #2b428e;
}

.prod {
	width: 250px;
	text-align: center;
	margin: 0 9px;
	margin-bottom: 10px;
	float: left;
	color: #363d49;
	font-family: 'Oswald', sans-serif;
	border: 1px solid #CCC;
}

.prod:hover {
	border: 1px solid #363d49;
}

.description {
	float: left;
	width: 578px;
	border-left: 1px solid #CCC;
	padding-left: 10px;
	min-height: 400px;
}

.description h1 {
	margin-top: 10px;
	color: #363d49;
}

.description h2 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}

.description p {
	font-size: 13px;
	text-align: justify;
}

.description a {
	font-size: 13px;
	background-color: #363d49;
	padding: 3px 6px;
	color: #FFF;
	border-radius: 3px;
}

.left {
	width: 470px;
	float: left;
	margin-bottom: 15px;
}

.contact-form input[type=text], textarea {
	width: 450px;
	padding: 5px;
	margin-bottom: 4px;
}

.contact-form input[type=submit] {
	border-radius: 20px;
	height: 40px;
	border: 5px solid #363d49;
	background: #404752;
	padding: 0 10px;
	margin-top: 10px;
	width: 120px;
	color: #FFFFFF;
	cursor: pointer;
}

.contact-form input[type=submit]:focus {
	outline: none;
}

.right {
	width: 470px;
	float: right;
	margin-bottom: 15px;
}

.titulo_produtos {
	padding: 0 10px 12px 10px;
}

.titulo_produtos h2 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin: 0;
}