@charset "utf-8";
/* CSS INICIAL */


/* [BEGIN] ESTILIZAÇÃO HEADER */
.logo_menu_container{
	background: url('../imagens/elementos-header/background.jpg') center center no-repeat ;
	background-size:  cover;
	padding: 100px 0;
	width: 42.5%;
	float: left;
}
.slide_container{
	background: url('../imagens/elementos-header/background-right.jpg') center center no-repeat;
	background-size:  cover;
	width: calc(100% - 42.5%);
	float: left;
	padding: 253.3px 0;
}
ul.main_navigator {
	margin-left: 40%;
	margin-top: 40px;
}
h1.js_logo.fontzero {
	margin-left: 40%;
	margin-top: 50px;
}
header h3{
	font-size: 30px;
	margin-bottom: 24px;
	color: #f68f1a;
}
header h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
.slide01_container{
	max-width: 460px;
}
.slide01_container {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}
.main_navigator li{
	margin-bottom: 15px;
}
.main_navigator a {
	font: 16px "opensans_semibold_0", sans-serif;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	display: table;
	padding: 0px 0px 16px 54px;
	background-size: contain !important;
}

.main_navigator a:hover{
	background: url(../imagens/elementos-header/hover_menu.png) bottom left no-repeat;
	color: #de8e2c;
}

.main_header .bx-prev{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador2.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	float: right;
	margin-left: 10px;
	opacity: 0.5;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.main_header .bx-prev:hover{
	opacity: 1;
}

.main_header .bx-next{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador2.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	transform: rotate(180deg);
	float: right;
	opacity: 0.5;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.main_header .bx-next:hover{
	opacity: 1;
}

/* [END] ESTILIZAÇÃO HEADER */





/* [BEGIN] ESTILIZAÇÃO SOBRE */
.section_sobre{
	background: url('../imagens/elementos-sobre/background.jpg') center center no-repeat ;
	background-size:  cover;
	padding-top: 135px;
	padding-bottom: 107px;
}
.section_sobre p{
	max-width: 330px;
	text-align: justify;
	margin-top: 20px;
}
/* [END] ESTILIZAÇÃO SOBRE */

/* [BEGIN] ESTILIZAÇÃO SERVICOS */
.section_servicos{
	background: url('../imagens/elementos-servicos/background.jpg') center center no-repeat ;
	background-size:  cover;
	padding-top: 85px;
	padding-bottom: 70px;
}
.section_servicos p{
	color: #FFF;
	text-align: left;
	letter-spacing: -0.050em;
}
.section_servicos h3{
	text-align:  center;
	min-height: 44px;
}
.section_servicos .bx-prev{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador1.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	float: left;
	margin-left: -100px;
	opacity: 0.5;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transform: rotate(180deg);
}
.section_servicos .bx-prev:hover{
	opacity: 1;
}

.section_servicos .bx-next{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador1.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	margin-right:  -100px;
	float: right;
	opacity: 0.5;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.section_servicos .bx-next:hover{
	opacity: 1;
}
.section_servicos .bx-next, .section_servicos .bx-prev{margin-top: -250px;}

.section_servicos .bx-wrapper{margin: 0 auto; display: block;}
/* [END] ESTILIZAÇÃO SERVICOS */

/* [BEGIN] ESTILIZAÇÃO ORCAMENTO */
.section_orcamento{
	background:
	url('../imagens/elementos-orcamento/funcionario.png') 15% center no-repeat / contain,
	url('../imagens/elementos-orcamento/background.jpg') center center no-repeat ;
	background-size:  cover;

	padding-top: 85px;
	padding-bottom: 70px;
	position: relative;
}
.js_submit_orcamento input, .js_submit_orcamento textarea, .js_submit_orcamento select{
	background: transparent;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	font: 12px 'opensans_regular', sans-serif;
	color: #FFF;
	resize: none;
	outline: none;
	padding-top:  37px;
	padding-bottom:  9px;
}
.js_submit_orcamento input::PLACEHOLDER, .js_submit_orcamento textarea::PLACEHOLDER{
	color: #FFF;
}
.js_submit_orcamento select option{
	color: #333;
}
.js_submit_orcamento .flex-container div{
	max-width: 225px;
}
.funcionario{
	position: absolute;
}
.section_orcamento .titulo {
	margin-left: 180px;
}

.js_submit_orcamento textarea{
	padding-bottom: 118px;
}
.js_submit_orcamento input[type='submit']{
	background:  #4d7cb6;
	padding: 7px;
	margin-top:  33px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.js_submit_orcamento .flex-container div{
	min-width: 230px;
	margin-right:  30px;
}
/* [END] ESTILIZAÇÃO ORCAMENTO */


/* [BEGIN] ESTILIZAÇÃO DICAS E SOCIAL */
.section_dicas{
	padding: 95px 0;
}
.section_dicas h2{
	color: #909080;
	margin-bottom: 40px;
}
.section_dicas h3{
	color: #d28a2e;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.section_dicas p{text-align: left;}

.section_dicas a{
	color: #909080;
	font: 15px 'tahoma', sans-serif;
	text-decoration: none;
}
.section_dicas .flex-container article{flex-basis: 470px;}
.social-facebook a, .social-instagram a{
	margin-bottom:  0px;
	margin-top:  10px;
	display: block;
}



.section_dicas .bx-prev{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador1.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	float: right;
	opacity: 0.5;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	
}
.section_dicas .bx-prev:hover{
	opacity: 1;
}

.section_dicas .bx-next{
	display: block;
	color: red;
	background: url('../imagens/elementos-gerais/passador1.png') center center no-repeat;
	width: 31px;
	height: 31px;
	font-size: 0em;
	float: right;
	margin-right:  40px;
	opacity: 0.5;
	transition: .3s;
	transform: rotate(180deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.section_dicas .bx-next, .section_dicas .bx-prev{margin-top: -410px;}

.section_dicas .bx-next:hover{
	opacity: 1;
}

.lightwidget-widget {
	max-width: 87%;
}

/* [END] ESTILIZAÇÃO DICAS E SOCIAL */

/* [BEGIN] ESTILIZAÇÃO FOOTER */
.main_footer{
	background:  
	url('../imagens/elementos-footer/bg2.png') center right no-repeat,
	url('../imagens/elementos-footer/background.jpg') center center no-repeat ;
	background-size:  cover;
	padding: 140px 0 130px 0;
}

.footer-itens{float: right;}
.footer-itens li{
	display: inline-block;
	padding: 20px 0 20px 70px;
	margin-right: 60px;
}
.footer-itens li a{
	font-family: 'opensans_regular', sans-serif;
	font-size:  12px;
}
.footer-itens li p{
	color: #d28a2e;
	font-family: 'opensans_bold_0', sans-serif;
	font-size: 15px;
	line-height: 15px;
}
.footer-itens li address{
	color: #FFF;
	font-family: 'opensans_regular', sans-serif;
	font-size: 12px;
}
.footer-itens li p span{
	color: #FFF;
	font-size: 12px;
}
.trabalheconosco{background: url('../imagens/elementos-footer/icon-trabalheconosco.png') center left no-repeat;}
.telefones{background: url('../imagens/elementos-footer/icon-telefone.png') center left no-repeat;}
.endereco{background: url('../imagens/elementos-footer/icon-localizacao.png') center left no-repeat;}

.wsete{
	font: 8px 'opensans_regular', sans-serif;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	background:  url('../imagens/elementos-footer/icon-wsete.png') center right no-repeat;
}
/* [END] ESTILIZAÇÃO FOOTER */