body{
	color: #666;
}
.btn-xl{
	border-radius: 10px;
}
.page-section-mini{
	padding: 2rem 0;
}
.navbar-top li a{
	font-size: 13px;
}
header.masthead{
    background-image: url(../assets/img/banner.png);
	background-color: #fff;
	background-size: cover;
}
header.masthead [class*=btn-outline-]:not(:hover){
	background: #0006;
}
header.masthead .btn svg,
header.masthead .btn i{
    font-size: 2em;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}
header.masthead .btn-xl{
	border: 1px solid #f4623a;
	margin-bottom: 20px;
}
header.masthead .box{
	padding: 20px;
	border-radius: 10px;
}
header.masthead label{
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 2rem;
}
header.masthead input.form-control{
	border: 0;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	margin-bottom: 20px;
	background: transparent;
}
header.masthead .input-group-text{
	background: transparent;
	border: 0;
    padding-left: 0;
    font-size: 1.5rem;
}
#certificacoes{
	color: #fff;
	padding-top: 40px;
}
#why{
	padding-bottom: 8rem;
	position: relative;
}
#why:before{
	content: '';
	background: #FF6D31;
	height: 15px;
	width: 40%;
	position: absolute;
	top: 0;
	left: 0;
}
#why .box{
	border: 1px solid #FF6D31;
	padding: 50px 20px;
	border-radius: 10px;
}
#flat .list{
	clear: both;
	margin-top: 30px;
}
#flat .number{
	font-size: 3rem;
	display: block;
	float: left;
	line-height: 3rem;
	margin-right: 20px;
}
#control i{
	border: 3px solid #FF6D31;
	border-radius: 50%;
	padding: 10px 0;
}
#control svg{
	border: 3px solid #FF6D31;
	border-radius: 50%;
	padding: 25px;
	width: 90px;
    height: 90px;
    margin-top: -12px;
}
#testimonials .box{
	padding: 30px 20px;
	background: #fff;
}
#contact{
	font-size: 14px;
}
#contact svg{
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 2rem;
    line-height: 1.7rem;
    margin-top: 5px;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer a{
	color: #fff;
}
#orcamentoModal .modal-content{
	border-radius: 0;
	padding: 30px;
}
.select2-container{
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}
.select2-container .select2-selection--single{
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}
.box-icon{
	border: 2px solid #E8E8E8;
	border-radius: 10px;
	opacity: 1;
	font-size: 20px;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.box-icon i{
	font-size: 30px;
	margin-right: 10px;
}
@media (max-width: 992px){
	header.masthead .input-group-text{
		padding-top: 0;
	}
	header.masthead .form-group{
		margin-bottom: 0;
	}
}
@media (min-width: 992px){
	header.masthead input.form-control{
		margin-bottom: 0;
	}
	header.masthead{
		padding: 0;
		min-height: 700px;
	}
	.navbar-expand-lg .navbar-collapse{
		flex-wrap: wrap;
	}
	.navbar-expand-lg .navbar-collapse ul.navbar-top{
		margin-bottom: 20px !important;
	}
	#certificacoes{
	    position: absolute;
	    right: 0;
	    bottom: 0;
		color: #666;
	}
}
