* {
	padding: 0px;
	margin: 0px;
}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	color: #2E7DC0;
	background: #FFF;
	min-width: 1280px;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.central {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 60px 0;
}

#topo {
	background: #333 url(../img/banner-cacambras.jpg) center top no-repeat;
	height: 765px;
}

#empresa {
	
}

#missao {
	background: #F4F4F4;
	font-size: 22px;
}

#missao h2 {
	font-size: 36px;
	font-weight: lighter;
	line-height: 40px;
}

#missao .right h2 {
	font-weight: bolder;
	margin-bottom: 20px;
	font-size: 30px;
}

#missao .right {
	max-width: 530px;
}

#missao .left {
	background: url(../img/ico-namisao.jpg) 150px top no-repeat;
	padding-top: 300px;
}

#dicas {
	background: #3C3C3C;
	color: #FFF;
	padding-bottom: 60px;
}

#orcamento {
	background: url("../img/bg-orcamento.jpg") center top repeat;
}

#orcamento .central {
	padding: 0;
	height: 697px;
}

#rodape {
	background: #2F7CC0;
	color: #FFF;
}

#formulario {
	margin: 0 auto;
	border-top: 10px solid #195F9D;
	width: 545px;
	text-align: center;
	background: #FFF;
	margin-top: -50px;
	position: absolute;
	margin-left: 300px;
}

#formulario h3 {
	margin: 40px 0 40px 0;
}

#formulario input, #formulario textarea {
	font-family: 'Rajdhani', sans-serif;
	width: 410px;
	height: 37px;
	padding: 10px;
	color: #4878A9;
	background: #E7F1FA;
	border: 0;
	text-align: left;
	margin: 30px 0 30px 65px;
	font-size: 14px;
	display: block;
}

::-webkit-input-placeholder {
	color: #4878A9 !important;
}

:-moz-placeholder {
	color: #4878A9 !important;
}

::-moz-placeholder {
	color: #4878A9 !important;
}

:-ms-input-placeholder {
	color: #4878A9 !important;
}

#formulario textarea, .textarea {
	height: 210px;
	font-size: 14px;
	font-family: 'Rajdhani', sans-serif;
}

#formulario .enviar {
	background: url("../img/bt-enviar.png");
	width: 52px;
	height: 52px;
	cursor: pointer;
	margin: 42px 0 40px 235px;
	padding: 0;
}

#redes {
	width: 100%;
	background: #195F9D;
	padding: 30px;
	text-align: center;
}

#redes img {
	margin: 0 10px;
}

textarea {
	height: 100px;
}

/*Tipografia*/
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
}

h1 {
	background: url(../img/logo-cacambras.png) left top no-repeat;
	width: 402px;
	height: 209px;
	text-indent: -99999px;
	margin-bottom: 50px;
}

h2 {
	font-size: 42px;
	font-weight: bolder;
}

h3 {
	font-size: 36px;
	color: #2F7DBF;
}

h4 {
	font-size: 36px;
	font-weight: bolder;
}

#topo h2 {
	margin-bottom: 15px;
	color: #FFF;
}

#topo h3 {
	font-size: 26px;
	color: #FFF;
}

#btn-orcamento {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#btn-orcamento a {
	padding: 6px;
	text-align: center;
	background: url(../img/bg-orcamento-online.png) center top no-repeat;
	position: absolute;
	right: 80px;
	top: 0;
	height: 61px;
	width: 175px;
	text-transform: uppercase;
	color: #EEE;
	font-weight: bold;
	z-index: 9;
}

#empresa .logos {
	width: 100%;
	text-align: left;
	float: left;
	z-index: 9;
	top: 370px;
	position: absolute;
}

#empresa .logos img {
	margin: 20px 8px;
	float: left;
}

.ibama {
	margin-left: 0 !important;
	margin-top: 10px !important;
}

.antt {
	margin-right: 0 !important;
}

#empresa h2 {
	font-size: 36px;
	margin-bottom: 35px;
}

#empresa p {
	margin: 20px 0;
}

#dicas ul li {
	font-size: 20px;
	height: 42px;
	margin: 30px 0;
	padding: 3px 0 0 64px;
}

.duvidas li {
	margin-bottom: 10px !important;
	float: left;
	width: 100%;
	height: auto !important;
}

#dicas ul.dicas li {
	background: url("../img/ico-checked.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#dicas ul.duvidas li.ico1 {
	background: url("../img/ico-1.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-bottom: 15px;
}

#dicas ul.duvidas li.ico2 {
	background: url("../img/ico-2.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin-bottom: 60px;
}

#dicas ul.duvidas li.ico3 {
	background: url("../img/ico-3.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#dicas ul.duvidas li.ico4 {
	background: url("../img/ico-4.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#rodape .voltar {
	right: 0;
	top: 80px;
	position: absolute;
}

.mostarda {
	color: #DC9A10 !important;
}

p.mostarda {
	margin-top: 30px;
}

/*Estrutura*/
img {
	outline: none;
	border: none;
}

a {
	outline: none;
	border: none;
}

.right {
	float: right;
	width: 552px;
}

.left {
	float: left;
	width: 50%;
}

.clear {
	clear: both;
	height: 0px;
}

.separador {
	background: url(../img/bg-separador-dicas.jpg);
	height: 89px;
}

.modal {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	display: none;
	left: 50%;
	margin-left: -320px;
	margin-top: -50px;
	position: fixed;
	top: 50%;
	width: 640px;
	z-index: 99999;
	background: #FFF;
}

.modal a.close {
	background: none repeat scroll 0 0 #3c3f42;
	color: #fff;
	display: block;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 30px;
	z-index: 999999;
}

.overflow {
	background: none repeat scroll 0 0 #fff;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99998;
}

.mobile #topo h1 {
	margin-bottom: 18px;
}

.mobile #topo h2 {
	margin-bottom: 8px;
	font-size: 36px;
}

.mobile #topo h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

.mobile #empresa h2 {
	font-size: 30px;
    margin-bottom: 15px;
}

.mobile #empresa p {
    margin: 10px 0;
}

.mobile #empresa .logos {
	top: 410px;
}