html {
    position: relative;
    min-height: 100%;
}
body {
	background: url('../images/bg-site.png') repeat;
	min-height: 100%;
	font-family: Calibri, "Helvetica";
	margin-bottom: 150px;
}
@media screen and (max-width: 995px){
	body {
		margin-bottom: 212px;
	}
}
.container {
	max-width: 990px;
}
a {
	color:#333;
	text-decoration: none
}
a:hover {
	text-decoration:underline;
	color:#000;
}
.center-block {
    display: table;
    float:none;
}
section {
	position: relative;
	z-index: 1;
}
header {
	float: left;
	width: 100%;
	background: url('../images/bg-header.png') repeat-x;
	height: 82px;
	position: relative;
	z-index: 2
}
header .logo-mobile {
	display: none;
}
header .menu .logo {
	margin-top: -8px;
	padding: 0;
	text-align: center;
}
header .menu .logo a {
	padding-top: 0 !important;
}
header .menu .logo:hover {
	background: none;
}
header .atalhos {
	line-height: 70px;
	vertical-align: bottom;
	padding-right: 0;
	margin-top: 12px;
}
header .atalhos img {
	margin: 0 6px;
}
header .menu {
	float: left;
	max-width: 100%;
	text-align: center;
	height: 82px;
	font-family: Arial;
	padding: 8px 0 0 0;
}
header .menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 10px 20px 10px;
}
header .menu a {
	padding-top: 20px;
	color:#F68C3F;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	display: block;
}
header .menu li:hover {
	background: url('../images/bg-header-hover.png');
}
header .menu a:hover, header .submenu-itens li:hover a, header .menu li:hover a {
	color:#fff;
}
header .submenu {
	position: relative;
}
header .submenu-itens {
	display: none;
	position: absolute;
	left: 0;
	top: 74px;
	text-align: left;
	background: url('../images/bg-submenu.png') no-repeat top;
	background-size: 100% 100%;
	padding: 0;
	min-width: 260px;
}
header .submenu:hover .submenu-itens {
	display: block;
}
header .submenu-itens li {
	padding: 5px 20px;
	float: left;
	width: 100%;
	margin-left: 0;
}
header .submenu-itens li:hover {
	background: #EB883F;
}
header .submenu-itens li a {
	padding-top: 0;
	font-size: 17px;
	color: #F68C3F;
	display: block;
	transition: none;
}
header .menu-mobile {
	display: none;
	float: right;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 45px;
}
header .menu-mobile span {
	font-size: 18px;
}
@media screen and (max-width: 1024px){
	header {
		height: auto;
	}
	header .logo-mobile {
		display: inline-block;
	}
	header .pre-menu {
		display: none;
	}
	header .menu {
		display: none;
		margin: 0;
		height: auto;
		padding-left: 20px;
	}
	header .menu li {
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	header .menu.aberto li {
		display: inline-block;
	}
	
	header .submenu-itens {
		display: inline-block;
		position: static;
		background: none;
		padding-left: 15px;
		width: 100%;
	}
	header .submenu-itens li a, header .menu li:hover a {
		color: #F68C3F;
	}
	header .submenu-itens li:hover, header .menu li:hover {
		background: none;
		color: #F68C3F
	}
	header .menu-mobile {
		display: inline-block;
	}
	header .logo {
		display: none !important;
	}
	header .atalhos {
		position: absolute;
		top: 0;
		right: 0;
		line-height: normal;
	}
}
@media screen and (max-width: 640px){
	
}

/***** HOME *****/
.row-slider {
	float: left;
	width: 100%;
	padding-bottom: 80px;
	background: url('../images/bg-slider.png') no-repeat bottom center;
	background-size: 1460px 174px;
}
.slider {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 60px;
	position: relative;
	z-index: 3;
}
.slider .owl-item {
	max-height: 300px;
	overflow-y:hidden; 
}
.slider .descricao {
	position: absolute;
	bottom: 0;
	padding: 5px 20px;
	width: 100%;
	height: 70px;
	background: url('../images/bg-banner-titulo.png') repeat-x;
	color: #fff;
	text-align: right;
	font-size: 24px;
}
.home-links {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.home-links .link {
	position: relative;
}
.home-links .link .guincho {
	position: absolute;
	top: -195px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.home-links .link img {
	max-width: 100%;
}
.home-links .img-mini-banner {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	top: 35px;
	max-width: 230px !important;
	max-height: 135px;
}
.home-informacoes {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.home-informacoes .titulo {
	background: #424043;
	border-radius: 10px;
	padding: 5px 50px;
	color: #F58634;
	font-size: 22px;
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
}
.home-informacoes .bloco-noticias {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.home-informacoes .lista-noticia {
	float: right;
	width: 100%;
	padding-left: 20%;
}
.home-informacoes .lista-noticia a {
	color: #000;
	font-size: 17px;
}
.home-informacoes .lista-noticia a span {
	color: #F48533;
}
.home-informacoes .bloco-clientes {
	float: left;
	background: #fff;
	width: 100%;
	line-height: 85px;
	padding: 20px 5px;
	border-radius: 10px;
	display: flex;
    align-items: center;     
    justify-content: center;
}
.home-informacoes .bloco-clientes img {
	float: left;
	max-height: 45px;
	margin: 0 5px;
	max-width: 30%;
}
@media screen and (max-width: 1024px){
	.row-slider {
		background: none;
		padding: 20px 0 10px 0;
	}
	.home-links .link {
		margin:0 0 20px 0;
	}
	.home-links .link.centro {
		display: none;
	}
	.home-informacoes .titulo {
		margin-bottom: 10px;
	}
	.home-informacoes .bloco-noticias {
		margin-bottom: 20px;
	}
	.home-informacoes .lista-noticia {
		padding-left: 0;
	}
	.slider {
		margin-top: 0;
	}
	.guincho {
		display: none;
	}
	.slider .descricao {
		text-align: left;
		font-size: 18px;
		height: auto;
	}
}
@media screen and (max-width: 640px){
	.home-links .link {
		padding: 0
	}
}

/***** NOTÍCIAS ****/
.noticias {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.noticias .titulo {
	float: left;
	text-align: center;
	color: #000;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:72px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.noticias .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.noticias .titulo-noticia {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}
.noticias .titulo-noticia span {
	color: #F3924E
}
.noticias .texto-noticia {
	float: left;
	width: 100%;
	font-size: 15px;
}
.noticias .alinha-noticia {
	margin: 0 auto;
	width: 100%;
	max-width: 779px;
}

@media screen and (max-width: 640px){
	.noticias {
		padding-top: 0;
	}
	.noticias .titulo {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 1024px){
	.noticias {
		background: none;
		padding: 20px 0 10px 0;
	}
}

/***** EMPRESA ****/
.empresa {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.empresa .titulo {
	float: left;
	text-align: center;
	color: #000;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:72px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.empresa .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.empresa .texto {
	float: left;
	width: 100%;
}
.empresa .galeria {
	float: left;
	padding: 50px 50px 20px 50px;
	width: 100%;
	background: url('../images/bg-galeria.png') no-repeat center bottom;
}
.empresa .galeria .item {
	padding: 3px;
	border:solid 1px #000;
	text-align: center;
	height: 104px;
	overflow: hidden;
	display: flex;
    align-items: center;     
    justify-content: center;
}
.empresa .galeria .item img {
	max-width: 100%;
	max-height: 96px;
}

@media screen and (max-width: 1024px){
	.empresa {
		background: none;
		padding: 20px 0 10px 0;
	}
	.empresa .titulo {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 640px){

}

/***** PRODUTOS ****/
.produtos {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.produtos .titulo {
	float: left;
	text-align: center;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:72px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.produtos .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.produtos .titulo.no-margin {
	margin-bottom:0;
}
.produtos .titulo .nome-categoria {
	font-size: 25px;
	color: #F58634;
	position: absolute;
	left: 210px;
	top: 0;
	font-family: Calibri;
	min-width: 360px;
	max-width: 100%;
	text-align: left;
}
.produtos .lista-produtos {
	float: left;
	width: 100%;
}
.produtos .lista-produtos .bloco-produto {
	text-align: center;
	border: solid 1px #F58634;
	height: 230px;
	max-width: 31.2%;
	background: #fff;
	padding: 0;
	margin: 0 10px 40px 10px;
    position: relative;
    display: flex;
    align-items: center;     
    justify-content: center;
}
.produtos .lista-produtos .bloco-produto img {
	max-width: 100%;
	max-height: 171px;
}
.produtos .lista-produtos .bloco-produto .nome {
	background: url('../images/bg-produtos-nome.png') repeat;
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.produtos .lista-produtos .bloco-produto a {
	position: absolute;
	top: -15px;
	background: #F58634;
	border:none;
	border-radius: 5px;
	width: 135px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
.produtos .nome-produto, .produtos .subtitulo {
	float: left;
	width: 100%;
	color: #F58634;
	font-size: 25px;
	text-align: center;
	margin-top: 0;
}
.produtos .subtitulo {
	text-align: left;
	margin:20px 0;
	font-family: Calibri
}
.produtos .voltar {
	float: right;
	font-size: 15px;
	margin-top: 60px;
}
.produtos .voltar a {
	text-decoration: none;
	color: #F58634;
}
.produtos .foto-galeria {
	padding: 30px 15px 40px 15px;
	border:solid 2px #F58634;
	background: #fff;
	max-width: 373px;
	margin: 150px auto 20px auto;
	text-align: center;
}
.produtos .foto-galeria img {
	max-width: 100%;
}
.produtos .abrir-galeria {
	float: left;
	width: 100%;
	font-family: Calibri;
	font-size: 15px;
	font-style: italic;
	margin-top:15px;
}
.produtos .info-produtos {
	margin: 0 auto;
	width: 100%;
	max-width: 779px;
}
.produtos .dados-tecnicos {
	float: left;
	width: 100%;
	font-size: 15px;
	padding-bottom: 20px;
	border-bottom:solid 1px #F58634;
	margin-bottom: 20px;
}
.produtos .video {
	padding: 0;
	border-right:solid 1px #F58634;
}
.produtos .video .subtitulo {
	margin: 0 0 10px 0;
}
.produtos .video .frame {
	margin: 0 auto;
	clear: both;
	width: 100%;
	max-width: 250px;
}
.produtos .manual {
	padding: 0;
	text-align: center;
}
.produtos .manual img {
	margin-top: 30px;
	max-width: 100%
}
@media screen and (max-width: 1024px){
	.produtos {
		background: none;
		padding: 20px 0 10px 0;
	}
	.produtos .titulo {
		margin: 0 0 40px 0;
	}
	.produtos .lista-produtos .bloco-produto {
		max-width: 47%;
	}
	.produtos .video .frame {
		max-width: 90%;
	}
}
@media screen and (max-width: 640px){
	.produtos .foto-galeria {
		margin: 120px auto 20px auto;
	}
	.produtos .lista-produtos .bloco-produto {
		max-width: none;
		margin: 0 0 30px 0;
	}
	.produtos .titulo .nome-categoria {
		display: none
	}
	.produtos .voltar {
		margin-top: 25px;
	}
}

/***** CLASSIFICADOS ****/
.classificados {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.classificados .titulo {
	float: left;
	text-align: center;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:42px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.classificados .intro {
	float: left;
	width: 100%;
	font-size: 17px;
	margin-bottom: 30px;
}
.classificados .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.classificados .titulo.no-margin {
	margin-bottom:0;
}
.classificados .titulo .nome-categoria {
	font-size: 25px;
	color: #FFC519;
	position: absolute;
	left: 210px;
	top: 0;
	font-family: Calibri;
	text-align: left;
	min-width: 360px;
	max-width: 100%;
}
.classificados .lista-produtos {
	float: left;
	width: 100%;
}
.classificados .lista-produtos .bloco-produto {
	text-align: center;
	border: solid 1px #FFC519;
	height: 230px;
	max-width: 31.2%;
	background: #fff;
	padding: 0;
	margin: 0 10px 40px 10px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;     
    justify-content: center;
}
.classificados .lista-produtos .bloco-produto img {
	max-width: 100%;
	max-height: 171px;
}
.classificados .lista-produtos .bloco-produto .nome {
	background: url('../images/bg-classificados-nome.png') repeat;
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.classificados .lista-produtos .bloco-produto a {
	position: absolute;
	top: -15px;
	background: #FFC519;
	border:none;
	border-radius: 5px;
	width: 135px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #000;
}
.classificados .nome-produto, .classificados .subtitulo {
	float: left;
	width: 100%;
	color: #FFC519;
	font-size: 25px;
	text-align: center;
	margin-top: 0;
}
.classificados .subtitulo {
	text-align: left;
	margin:20px 0;
	font-family: Calibri
}
.classificados .voltar {
	float: right;
	font-size: 15px;
	margin-top: 60px;
}
.classificados .voltar a {
	text-decoration: none;
	color: #FFC519;
}
.classificados .foto-galeria {
	padding: 30px 15px 40px 15px;
	border:solid 2px #FFC519;
	background: #fff;
	max-width: 373px;
	margin: 150px auto 20px auto;
	text-align: center;
}
.classificados .foto-galeria img {
	max-width: 100%;
}
.classificados .abrir-galeria {
	float: left;
	width: 100%;
	font-family: Calibri;
	font-size: 15px;
	font-style: italic;
	color: #000;
	margin-top:15px;
}
.classificados .info-produtos {
	margin: 0 auto;
	width: 100%;
	max-width: 779px;
}
.classificados .dados-tecnicos {
	float: left;
	width: 100%;
	font-size: 15px;
}
@media screen and (max-width: 1024px){
	.classificados {
		background: none;
		padding: 20px 0 10px 0;
	}
	.classificados .titulo {
		margin: 0 0 20px 0;
	}
	.classificados .foto-galeria {
		margin: 120px auto 20px auto;
	}
	.classificados .lista-produtos .bloco-produto {
		max-width: 47%;
	}
}
@media screen and (max-width: 640px){
	.classificados .lista-produtos .bloco-produto {
		max-width: none;
		margin: 0 0 30px 0;
	}
	.classificados .titulo .nome-categoria {
		display: none
	}
	.classificados .voltar {
		margin-top: 25px;
	}
}

/***** SERVIÇOS ****/
.servicos {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.servicos .titulo {
	float: left;
	text-align: center;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:42px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.servicos .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.servicos .bloco-servicos {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #FFC926;
}
.servicos .bloco-servicos:last-child {
	border: 0;
}
.servicos .bloco-servicos .imagem {
	float: left;
	background: #FFC926;
	border: solid 5px #FFC926;
	padding: 1px;
	position: relative;
	max-width: 315px;
}
.servicos .bloco-servicos .imagem img {
	max-width: 100%;
}
.servicos .bloco-servicos .imagem button {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -10px;
	color: #000;
	background: #FFC926;
	border-radius: 10px;
	padding: 2px 0;
	border: 0;
	font-size: 15px;
	width: 150px;
}
.servicos .bloco-servicos .nome {
	font-size: 25px;
	text-align: center;
}
.servicos .bloco-servicos .descricao {
	float: left;
	width: 100%;
	font-size: 17px;
	text-align: justify;
	margin-top: 15px;
}
@media screen and (max-width: 1024px){
	.servicos {
		background: none;
		padding: 20px 0 10px 0;
	}
	.servicos .titulo {
		margin: 0 0 20px 0;
	}
	.servicos .titulo {
		margin-bottom: 20px;
	}
	.servicos .bloco-servicos {
		text-align: center;
	}
	.servicos .bloco-servicos .imagem {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
}

/***** CLIENTES ****/
.clientes {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.clientes .titulo {
	float: left;
	text-align: center;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:42px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.clientes .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.clientes .lista-clientes {
	float: left;
	width: 100%;
}
.clientes .lista-clientes .bloco-cliente {
	text-align: center;
	border: solid 1px #000;
	height: 146px;
	max-width: 31.2%;
	background: #fff;
	padding: 0;
	margin: 0 10px 40px 10px;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    position: relative;
}
.clientes .lista-clientes .bloco-cliente img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.clientes .lista-clientes .bloco-cliente .nome {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 17px;
}
@media screen and (max-width: 1024px){
	.clientes {
		background: none;
		padding: 20px 0 10px 0;
	}
	.clientes .titulo {
		margin: 0 0 20px 0;
	}
	.clientes .lista-clientes .bloco-cliente {
		max-width: none;
		max-width: 47%;
	}
}
@media screen and (max-width: 640px){
	.clientes .lista-clientes .bloco-cliente {
		max-width: none;
		margin: 0 0 50px 0;
	}
}

/***** CONTATO ****/
.contato {
	padding-top: 128px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	color: #000;
	background:url('../images/bg-slider.png') no-repeat center center;
	background-position: 0 -60px;
	background-size: 100% 174px;
}
.contato .titulo {
	float: left;
	text-align: center;
	background: url('../images/bg-titulo.png') repeat left center;
	min-width: 194px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	margin-bottom:42px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
.contato .titulo .guincho {
	position: absolute;
	top: -195px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.contato .texto {
	margin-top: 50px;
	text-align: justify;
	clear: both;
}
.contato .formulario {
	text-align: right;
}
.contato .mapa {
	float: left;
	width: 100%;
	font-size: 20px;
}
.contato .mapa .endereco {
	font-size: 16px;
	line-height: 17px;
}
.contato .maps-iframe {
	float: left;
	width:100%;
	height: 300px;
	margin-bottom: 10px
}
@media screen and (max-width: 1024px){
	.contato {
		background: none;
		padding: 20px 0 10px 0;
	}
	.contato .titulo {
		margin: 0 0 20px 0;
	}
	.contato .texto {
		margin-top: 0px;
		padding: 0;
	}
	.contato .formulario {
		margin-top: 20px;
		padding: 0;
	}
}
.contato .formulario input, .contato .formulario textarea {
	border: solid 1px #000;
	background: none;
	margin-bottom: 10px;
	resize:none;
	color: #000000;
	display: block;
}
.contato .formulario textarea {
	height: 100px;
}
.contato .formulario button {
	background: #F48534;
	border-radius: 5px;
	border: 0;
	padding: 10px 20px;
}

/***** FOOTER *****/
footer {
	font-family: Arial;
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 10px 0;
	background: #F58634;
	margin-top: 50px;
	text-align: center;
	color: #000;
	border-top: solid 4px #000;
}
footer span {
	font-size:17px;
	color: #fff;
}
@media screen and (max-width: 640px){
	footer {
		margin-top: 20px;
	}
}