@charset "UTF-8";
/****************************************************  
	CSS ORÇAMENTO
****************************************************/
.box-orcamento {
	display: none;
	position: relative;
	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: 35px;
	color:#4f677f;
	font-size: 35px;
}

.box-orcamento p {
	margin-bottom: 25px;
	font-size: 14px;
	color: #4f677f;
}

.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-size: 'Raleway';
	font-size: 1.1em;
	font-weight: bold;

	-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: 100%;
}

.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: 100%;
	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/home/btn-enviar-2.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/home/btn-enviar-2.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: 45px !important;
	right: auto !important;
	left: 470px !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;
}


.box-orcamento .left {
	width: 50%;
	float: left;
	padding:40px 60px;
}

.box-orcamento .right {
	width: 50%;
	float: right;
	height: 575px;
	background: url(/assets/img/site/home/orcamento.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

@media(max-width: 991px) {
	.box-orcamento {
		width: 100%;
	}

	.box-orcamento .right {
		display: none;
	}

	.box-orcamento .left {
		width: 100%;
	}

	.fancybox-close {
		top: 35px !important;
		right: 50px !important;
		left: auto !important;
	}

	.box-orcamento .titulo-destaque {
		font-size: 26px;
	}

	.box-orcamento .dados-enviar .btn-enviar {
		padding-left: 0;
	}
}
