.background-menu {
    background-color: #fff !important;
}

.transparent-header {
    background-color: transparent;
    height: 130px !important;
}


.img-servicos {
	width: 60px;
	margin-bottom: 10px;
}

.bg-footer {
    background-image: url(/assets/images/logo/bg-footer.svg);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
footer {
    background: #fff !important;
	margin-top: 20px;
}

.navbar-nav >li >a {
    color: #391e1a!important;
    line-height: 60px;
    padding: 0;
}

.copyrights a {
    color: #391e1a;
}
.copyrights {
    padding-top: 40px;
    padding-bottom: 40px;
}
.copyrights p {
    color: #2c4018;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
}
.copyrights p {
    color: #2c4018;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}
.topo-pagina {
    padding-bottom: 0;
}
.color-brown {
    color: #2c4018;
}
.color-light-brown {
    color: #2c4018 !important;
}
.color-black {
    color: #000;
}
.fsize-16 {
    font-size: 16px;
    line-height: 25px;
}
.titulo-orcamento {
    font-weight: 700;
    color: #2c4018;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 13px;
}
.titulo-formulario {
    font-weight: 500;
    color: #2c4018;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 13px;
    padding-left: 15px;
}
.mb-orcamento {
    margin-bottom: 30px;
}
.mt-orcamento {
    margin-bottom: 20px !important;
}
.form-control-1 {
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #2c4018;
    font-size: 15px;
    color: #000;
    line-height: 49px;
    margin-bottom: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0;
    display: block;
    width: 100%;
    padding: 11px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control-1 textarea ::placeholder {
    color: #000 !important;
}
.btn-orcamentos {
    background-color: #c58777;
    color: #f2ece0;
    border: 2px solid #c58777;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    line-height: 49px;
    width: 180px;
    height: 51px;
    text-align: center;
}
.btn-orcamentos:hover {
    background-color: #f2ece0;
    color: #c58777;
    border: 2px solid #f2ece0;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	.navbar-toggle {
		border-color: #003114;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top: 30px;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.logo-place img {
		position: relative;
		top: -6px;
		left: 15px !important;
	}
}
