@charset "UTF-8";
/****************************************************  
	CSS ORÇAMENTO
****************************************************/
.box-orcamento {
	display: none;
	position: relative;
	padding: 40px 70px;
	width: 1000px;
	height: 575px;
	background: #fff;

	-webkit-box-sizing: border-box;
 	   -moz-box-sizing: border-box;
 	        box-sizing: border-box;
}

.box-orcamento .titulo-destaque {
	margin-bottom: 50px;
	color:#4f677f;
}

.box-orcamento p {
	margin-bottom: 25px;
}

.box-orcamento .form-orcamento {
	position: relative;
	width: 100%;
	text-align: left;
}

.box-orcamento label {
	display: block;
}

.box-orcamento label:after {
	content: "";
	display: block;
	clear: both;
}

.box-orcamento input,
.box-orcamento select,
.box-orcamento textarea {
	position: relative;
	padding: 5px 10px;
	border: 1px solid #9facba;
	border-radius: 4px;
	box-shadow: 1px 1px 6px #cdd3d8 inset;
	color: #4f677f;
	font: bold 1.1em Raleway;

	-webkit-box-sizing: border-box;
 	   -moz-box-sizing: border-box;
 	        box-sizing: border-box;
}

.box-orcamento input,
.box-orcamento select {
	height: 40px;
}

/* DADOS EMPRESA */
.box-orcamento .dados-empresa {
	position: relative;	
	float: left;
	width: 35%;
	padding-right: 5%;
	border-right: 1px solid #e5e8ec;
}

.box-orcamento .dados-empresa label ~ label {
	margin-top: 15px;
}

.box-orcamento .dados-empresa input {
	width: 100%;
}

.box-orcamento .campos-cidade-uf {
	margin-top: 20px;
}

.box-orcamento .campos-cidade-uf label {
	margin: 0 !important;
}

.box-orcamento .campos-cidade-uf .campo-cidade {
	float: left;
	width: 65%;
}

.box-orcamento .campos-cidade-uf .campo-uf {
	float: right;
	width: 30%;
}

.box-orcamento .campos-cidade-uf select {
	width: 100%;
}

/* DADOS PROJETO */
.box-orcamento .dados-projeto {
	position: relative;	
	float: right;
	width: 55%;
}

.box-orcamento .dados-projeto label ~ label {
	margin-top: 15px;
}

.box-orcamento .dados-projeto input,
.box-orcamento .dados-projeto select {
	width: 70%;
}

.box-orcamento .dados-projeto textarea {
	width: 100%;
	height: 153px;
}

/* DADOS ENVIAR */
.box-orcamento .dados-enviar {
	clear: both;
	padding-top: 30px;
}

.box-orcamento .dados-enviar .info-adicional {
	float: left;
	width: 70%;
	margin-top: 18px;
	color: #8f9aa4;
	font-size: 0.9em;
}

.box-orcamento .dados-enviar .btn-enviar {
	float: right;
	position: relative;
	width: 194px;
	height: 49px;
	padding-left: 50px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-size: 1.3em;
	font-weight: 900;
	color: #fff;
	cursor: pointer;
	background: url(/assets/img/site/estrutura/btn-enviar.jpg) no-repeat center top;

	-webkit-box-sizing: border-box;
 	   -moz-box-sizing: border-box;
 	        box-sizing: border-box;

 	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
	     -o-transition: all 0.1s linear;
	        transition: all 0.1s linear;
}

.box-orcamento .dados-enviar .btn-enviar:hover {
	background: url(/assets/img/site/estrutura/btn-enviar.jpg) no-repeat center bottom;

	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
	     -o-transition: all 0.1s linear;
	        transition: all 0.1s linear;
}

/* FANCYBOX */
.fancybox-skin {
	background: none !important;
}

.fancybox-close {
	top: 35px !important;
	right: 45px !important;
	width: 24px !important;
	height: 24px !important;
	background: url(/assets/img/site/estrutura/btn-fechar.png) no-repeat center top !important;
}

.fancybox-close:hover {
	background: url(/assets/img/site/estrutura/btn-fechar.png) no-repeat center bottom !important;
}

