section.slide {
	height: 200px;
	background: url(../images/slide_interno.jpg) no-repeat center top;
}

section.slide img {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin: 0 -675px;
	left: 50%;
	width: 1350px;
}


section.content h2 {
	position: relative;
    z-index: 2;
    margin-top: -77px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-size: 18px;
    text-align: center;
    margin-left: -21px;
}


section.content img.telefone {
	position: relative;
    top: -31px;
	z-index: 0
}


section.content ul.servicos.no-art {
	padding-top: 0;
}


section.content img.telefone.servicos {
	top: -90px
}


section.content {
	background: transparent;
	padding-bottom: 0;
}


form#myform label{
    float: left;
    width: 100px;
    background: #8fb111;
    padding: 5px 15px;
    color: #fff;
    height: 30px;
    font-size: 13px;
    border-radius: 0px 0 0 10px;
}


form#myform input, form#myform textarea, form#myform select {
    width: 392px;
	height: 30px;
	border: none;
	background: #e2e2e2;
	outline: none;
	padding-left: 5px;
	font-size: 14px;
}

form#myform button{
    height: 30px;
    width: 100px;
    padding: 0 10px;
    font-size: 13px;
    background: #014011;
    float: right;
    margin-right: 55px;
}


form#myform p{
	margin-bottom: 15px;
}

ul.menu-lateral {
	float: left;
	width: 100%;
	list-style-type: none;
	background: #E0E0E0;
	padding: 15px 0;
}


ul.menu-lateral li a {
	float: left;
	color: #333;
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
}


a.produto {
	float: left;
	width: 100%;
	background: #fff;
	height: 220px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	margin-top: 40px;
}


a.produto div.mold {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-bottom: 15px;
}


a.produto h3 {
	font-size: 12px;
	color: #333;
	padding: 0 10px;
	text-align: center;
	height: 30px;
	overflow: hidden;
}


div.produto h3 {
	font-size: 16px;
	text-transform: uppercase;
}


form.news p {
	float: left;
	margin-bottom: 20px;
}


form.news label {
	float: left;
	border-radius: 15px 0 0 15px;
	float: left;
	width: 60px;
	background: #f2f2f2;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 10px;
}


form.news input {
	height: 30px;
	float: left;
	border: none;
	width: 179px;
}


form.news button {
	height: 30px;
	width: 100%;
	padding: 0;
	font-size: 14px;
	background: #00206B;
}


div.news a.informativo {
	float: left;
	margin: 15px 0;
	width: 100%;
}


div.news a.informativo:hover div.bg-info{
	opacity: 0.8
}


div.news a.informativo  div.bg-info{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}


div.news a.informativo  h3{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	float: left;
	text-transform: uppercase;
}


div.news p{
	font-size: 12px;
	color: #333;
	line-height: 16px;
}


div.news h3{
	text-align: left;
	width: 100%;
	padding: 10px 0;
}


div.mapa {
	height: 320px;
	overflow: hidden;
	margin-bottom: 50px;
}


div.produtos.servicos img {
	max-width: none;
	max-height: none;
}

a.localizacao{
	float: right;
}