﻿@import url(https://fonts.googleapis.com/css?family=Pacifico);

body {
	background-image: url("fundo.jpg");
	margin:0;
	font-family:sans-serif,arial;
}
#topo{
	height:auto;
}
#colunas {
	height:400px; 
	background-image:url(imagem.jpg);
}
#contato {
	height:500px; /* apagar depois */
	margin-top:5px;
	background-image:url(fundo.jpg);
	color:#EEE;
}
#rodape{
	padding:20px 0;
	color:#FFF;
}
#menu,#pesquisa {
	background-color:#505152;
	color:#FFF;
	font-size:11px;
	margin-top:10px;
	padding:20px 0;
	border-top:solid 3px #000;
	width: 70%;
}
#pesquisa {
	padding: 15px 20px 0 20px;
	width: 30%;
	text-align:center;
}
#menu a{
	color:#666;
	text-decoration:none;
	padding:20px 30px;
	border-right:solid 2px #574;
}
#menu a:hover{
	background-color:#444;
	border-top:solid 3px #f90;
}
.container{
	width:780px;
	margin:auto;
}
#banner{
	background-image:url(banner.png);
	height:420px;
	box-sizing:border-box;
	margin-top:5px;
	border:solid 8px #000000;
}
#cinza {
	background-color:#666;
}
#azul {
	background-color:#666;
	margin-left:14px;
	margin-right:7px;
}
#verde {
	background-color:#666;
	margin-left:7px;
	margin-right:14px;
}
#laranja {
	background-color:#666;
}
.flex{
	display:flex;
}
article {
	flex:1;
	height:300px;
	margin-top:25px;
	background-image:url(canto.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#mapa {
	width:500px;
}
#form {
	width:280px;
}
#touch input,#touch textarea{
	width:280px;
	resize:none;
	border:none;
	padding:8px;
	margin-bottom:10px;
	font-size:12px;
	font-family:sans-serif,arial;
	background-color:#333;
	color:#ccc;
}
#touch #reset,#touch #submit{
	margin:25px 10px 0px 0px;
	width:70px;
	padding:10px 0;
	box-sizing:border-box;
}
#search {
	background-color:#404040;
	padding: 4px;
	border: 0;
	width:160px;
	color: #ccc;
	outline: none;
	font-size:12px;
}
#enviar {
	border: 0;
	background-image: url(lupa.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#404040;
	width:36px;
	height: 22px;
	outline: none;
	margin-left: -5px;
}
#colunas h2 {
	font-family: 'Pacifico', cursive;
	color: #fff;
	font-weight: 100;
	line-height:25px;
	padding-left:10px;
}

#about {
		
	font-size:16px;
	font-family:sans-serif,arial;
	color:#F2FAFC;
}
#equipe{
	font-size:12px;
	font-family:sans-serif,arial;
	color:#F2FAFC;
}

