.titulo h2 {
	color: #272727;
	font-family: "Open Sans", sans-seirf;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.2;
	margin-bottom: 35px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}

.titulo h2::after {
	background-color: #770D0C;
	bottom: -8px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 40px;
}

.titulo h2::before {
	background-color: #770D0C;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 80px;
}

.texto {
	font-size: 14px;
	color: #777
}


/*--------------------------------------------------
SLIDER
---------------------------------------------------*/

#mainslider .bloco-slider {
	background: rgba(119, 13, 12, 0.6) none repeat scroll 0 0;
	max-width: 600px;
	padding: 10px 20px;
}

#mainslider .bloco-slider {
	margin: 0 auto
}


/*--------------------------------------------------
SOBRE
---------------------------------------------------*/

#sobre {
	padding: 80px 0
}

#sobre .img-sobre {
	position: relative
}

#sobre .img-sobre:after {
	border-bottom: 1px solid #770D0C;
	bottom: 10px;
	content: "";
	display: block;
	height: 11px;
	left: 10px;
	position: absolute;
	width: calc(100% - 20px);
}

#sobre .img-sobre:before {
	border-left: 1px solid #770D0C;
	bottom: 10px;
	content: "";
	display: block;
	height: calc(100% - 20px);
	right: 1px;
	position: absolute;
	width: 10px;
	z-index: 1;
}

#sobre .texto-sobre {
	margin-top: 40px
}


/*--------------------------------------------------
SERVIÇOS
---------------------------------------------------*/

#servicos {
	background: #f5f5f5 url("../img/bg.png") repeat scroll 0 0;
	padding: 80px 0 30px;
	position: relative
}

#servicos:before {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#servicos .wrap-servicos .servico-item {
	padding: 0 15px 30px
}

#servicos .wrap-servicos .servico-item h3 {
	display: block;
	height: 50px;
	margin: 0;
	position: relative;
}

#servicos .wrap-servicos .servico-item h3 span {
	color: #272727;
	display: block;
	font-family: "Open Sans", sans-seirf;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%
}

#servicos .texto {
	text-align: justify
}

#servicos .wrap-servicos a:hover .servico-item {
	opacity: 0.5
}


/*--------------------------------------------------
SERVIÇOS
---------------------------------------------------*/

#orcamento {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 60px 0;
	position: relative
}

#orcamento:before {
	background: rgba(119, 13, 12, 0.49);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#orcamento h6 {
	color: #fff;
	font-family: "Open Sans", sans-seirf;
	font-size: 26px;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

#orcamento a.btn-orcamento {
	border: 2px solid #fff;
	display: block;
	margin: 30px auto 0;
	max-width: 200px;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none
}

#orcamento a.btn-orcamento:hover {
	background: #fff;
	color: #770D0C
}


/*--------------------------------------------------
clientes
---------------------------------------------------*/

#clientes,
#fornecedores {
	padding: 60px 0;
}

#clientes .wrap-clientes a img,
#fornecedores .wrap-clientes a img {
	filter: url(filters.svg#grayscale);
	filter: gray;
	/* -webkit-filter: grayscale(1); */
	transition: all .5s ease-in-out;
	transform: scale(1.0);
}

#clientes .wrap-clientes a img:hover,
#fornecedores .wrap-clientes a img:hover {
	filter: none;
	/* -webkit-filter: grayscale(0); */
	transform: scale(1.1);
}


/*--------------------------------------------------
CONTATO
---------------------------------------------------*/

#contato {
	background: rgba(0, 0, 0, 0) url("../img/bg-contato.jpg") repeat scroll 0 0;
}

#contato .left-cont {
	background: rgba(119, 13, 12, 0.3);
	color: #ffffff;
	padding: 77px 60px 64px;
	width: 43%;
}

#contato .left-cont h2 {
	border-bottom: 1px solid white;
	color: #ffffff;
	float: left;
	font-size: 3em;
	font-weight: lighter;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 16px;
	padding-right: 39px;
	text-transform: uppercase;
}

#contato .left-cont p {
	clear: both;
	color: #fff;
	font-size: 18px;
}

#contato .left-cont a {
	color: #f5f5f5;
}

#contato .left-cont a:hover {
	color: #fff;
}

#contato .right-cont {
	margin-top: 38px;
	max-width: 500px;
	padding-bottom: 15px;
	position: relative;
	width: 42.5%;
}

#contato-form {
	position: relative;
}

#contato-form::after {
	background: #575c63 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -43px;
	position: absolute;
	top: -7px;
	width: 1px;
}

#contato .right-cont::after,
#contato .right-cont::before {
	background: #575c63 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: -42px;
	position: absolute;
	width: 35px;
}

#contato .right-cont::after {
	top: -7px;
}

#contato .right-cont::before {
	bottom: 22px;
}

section#blog .container>h2::after {
	display: none;
}

label {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 3px;
}

.form-control {
	height: 44px;
}

textarea.form-control {
	height: 145px;
}

#contato .right-cont .btn-default {
	font-size: 13px;
	font-weight: bold;
	padding: 11px 33px;
	background: #770D0C;
	border-radius: 0;
	border: none;
	color: #fff;
}

.form-control {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
}


/*--------------------------------------------------
Responsivo
---------------------------------------------------*/

@media (max-width:991px) {
	#sobre .img-sobre {
		margin-top: 50px
	}
}

@media (max-width:767px) {
	#contato .left-cont {
		width: 100%
	}
	#contato .right-cont {
		left: 0;
		max-width: 95%;
		width: 100%;
	}
}

.modal-orcamento #orcamentoForm label {
	color: #333;
	display: block;
}

.modal-orcamento #orcamentoForm input.form-control {
	border: 1px solid #ddd;
	width: 100%;
}

.modal-orcamento #orcamentoForm textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 100´x;
	resize: none
}

.modal-orcamento #orcamentoForm .btn-enviar {
	background: #770d0c none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 33px;
	float: right
}

.modal-orcamento h4.modal-title {
	color: #272727;
	font-family: "Open Sans", sans-seirf;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}


figure a {
	display:block;
	position:relative;
	background:#eee;
	text-align: center;
}
figure a img:not(.blur) {
	object-fit:contain;
	min-height:300px;;
	max-height:300px;;
	width:100% !important;
	position:relative;
/* 	margin-left:-10%; */
	z-index:5;
}

figure a img.blur {
	object-fit:cover;
	position:absolute;
	z-index:0;
	min-height:300px;;
	max-height:300px;;
	width:100% !important;
	opacity:0.3;
	filter:blur(5px);
	top: 2px;
	left: 0px;
	padding:5px;
}