@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'yanone_kaffeesatzbold';
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1{ font-size: 50px; font-family: 'yanone_kaffeesatzbold', sans-serif; color: #E2A113; text-shadow: 3px 2px 3px rgba(150, 150, 150, 1); }
p{ font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #222; line-height:120%; margin: 25px 0; }
.topo{
	background-image: url("../img/bg_topo.jpg");
	width: 100%;
	height: 613px;
	padding-top: 20px;
}
.topo_interna{
	background-image: url("../img/bg_topo_interna.jpg");
	width: 100%;
	height: 162px;
	padding-top: 20px;
}
.menu{
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 120px;
	margin-top: 20px;
}
.menu img{	
	margin-top: -14px;
}
.menu ul{
	list-style: none;
	font-family: 'yanone_kaffeesatzbold'; 
	font-size: 28px;
}
.menu ul li{
	display: inline-block;
	padding: 43px 0 41px 54px;
}
.menu ul li a{
	color: #222;
	text-decoration: none;
}
.menu ul li a:hover{
	color: #E2A113;
	text-decoration: none;
}
.quem_somos{
	margin-top: 120px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 298px;
	padding: 0 20px;
}
.quem_somos h1{
	margin-top: -20px;
}
.quem_somos_interna{
	margin-top: 60px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 298px;
	padding: 0 20px;
}
.quem_somos_interna h1{
	margin-top: -20px;
}
.nossos_servicos{
	height:501px;
}
.nossos_servicos p{
	margin: 15px 0;
}
.nossos_servicos ul{
	margin-left: 30px;
}
.nossos_servicos ul li{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600; 
	color: #222; 
	line-height: 21px;
	list-style-type: circle;
}
.clientes{
	background-image: url("../img/bg_clientes.jpg");
	width: 100%;
	height: 382px;
	padding-top: 40px;
}
.galeria img{
	margin-bottom: 15px
}
.centralizar{
 text-align: center;
}
.bg_overlay{
	background-image: url("../img/overlay.png");
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
input[type='text'], textarea{
	padding: 18px 10px;
	margin-bottom: 20px;
	width: 529px;
	border: 1px solid #CCC;
	display: block;
	font-size: 17px;
}
textarea{
	height:173px;
}
.input1{
	width: 909px;
}
.input2{
	width: 433px;
}
.botao{
	background: #E2A113;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
	padding: 8px 40px;
	border: 2px solid #FFF;
	cursor: pointer;
	float: right;
}
.botao:hover{
	background: #C88C11;
}
.rodape{
	background-color: #333;
	padding: 20px 0 15px 0;
}
.rodape p, .rodape b{
	color: #E2A113;
	text-align: center;
	margin: 5px 0;
	line-height: 140%;
}