/**DEFAULT**/
body{
	font-family: 'Lato', sans-serif!important;
	background: url(../image/bg.jpg) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#323232;
}

.hide_tablet{
	display: block;
}

.hide_desktop{
	display: none;
}

.content{
	margin-top:104px;
}

.page{
	margin-bottom:50px;
}

.pageTitleWrapper{
	background-color:#66b0db;
}

.pageTitle{
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

.pageTitle h2{
	font-size:32px;
	color:white;
	font-weight: 500!important;
}

.pageMainContentTitle{
	font-size:32px;
	color:#323232;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}

.pageMainContentText{
	font-size:16px;
	margin-bottom:80px;
}

.centered{
	text-align: center;
}

/*ALTERAÇÔES BOOTSTRAP**/
.navbar-default{
	background-color:transparent;
	border-color:transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:transparent;
}


/**HEADER**/
#header_bg{
	background-color: white;
	box-shadow: 0 5px 2px -2px rgba(0,0,0,0.1);
	min-height:104px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:10000;

}

#logo_wrapper{
	margin-top:15px;
}

#logo{
	width:100%;
	max-width:208px;
}

#header_right{
	margin-top:6px;
}

#pesq_input{
	border: 1px solid #bfdeef;
	height:30px;
}

::-webkit-input-placeholder {
   color: black!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: black!important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black!important;  
}

:-ms-input-placeholder {  
   color: black!important;  
}

#lupa{
	position: absolute;
	right: 15px;
	top: 3px;
	border: none;
	background: none;
}

#lupa img{
	width:20px;
}

.submenu{
	position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: auto;
    padding-top:5px;
    min-width: 228px;
    left:-75%;
    display: none;
}

.has_sub:hover .submenu{
	display: block;
}

.submenu li:last-child a{
	padding: 10px 15px 10px 10px!important;
}

.menu_two_cols_wrapper:first-child{
	padding-right:5px;
}

.menu_two_cols_wrapper:last-child{
	padding-left: 5px;
}

a.menu_two_cols{
	display: block;
	text-align: center;
	height:30px;
	line-height:30px;
	background-color:white;
	border: 1px solid #bfdeef;
	border-radius: 4px;
	color:#007bc2!important;
	font-size:12px!important;
	text-transform: uppercase;
	font-weight: 700;
}

#menu_ul{
	margin:0;
	padding:0;
	position:relative;
}

#menu_ul li{
	display: inline-block;
	background:#007cc3;
	border-radius: 4px;
}

#menu_ul li:last-child{
	float:right;
}

#menu_ul li a{
	display: block;
	color:white!important;
	padding:10px 15px;
	font-size:16px;
}

#menu_ul li:last-child a{
	padding:10px 15px 10px 65px;
	background-image:url(../image/question_mark.png);
	background-repeat: no-repeat;
	background-position:10px center;
}

.submenu li:last-child a{
	background-image:none!important;
}


#mobile_menu_wrapper{
	/*background: #007bc2;*/
	position: fixed;
	top: 104px;
	width:100%;
	z-index: 9999;
}

#mobile_menu_wrapper_inner{
	background: #007bc2;
	padding-top:10px;
	box-shadow: 0 2px 0px 0px rgba(0,0,0,0.1) inset;
}

#mobile_menu_ul{
	text-align: center;
}

#mobile_menu_ul div a{
	background-color: white;
	color:#007cc3;
	border-radius:5px;
	padding:10px 10px;
	display: inline-block;
	margin-bottom:5px;
	text-decoration: none!important
}

#mobile_menu_ul div:last-child a {
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:65px;
	background-image:url(../image/blue_question_mark.png);
	background-repeat: no-repeat;
	background-position:10px center;
	margin-bottom:15px;
}

.tablet_menu_has_childs div:last-child a{
	background-image: none!important;
	padding:10px!important;
}

.tablet_menu_child{
	display: none;
}

.tablet_menu_has_childs:hover .tablet_menu_child{
	display: block;
}

/**FOOTER**/
#footer_wrapper{
	width:100%;
	background-color:white;
}

#divider_wrapper{
	margin-bottom:30px;
}

#footer_wrapper label{
	position:relative;
	top:6px;
	font-size:14px;
	font-weight:600;
	color:#333333!important;
}

#newsletter_form_wrapper{
	padding-left:0px!important;
}

#newsletter_form .form-group{
	position: relative;
}

#newsletter_input{
	border:1px solid #bfdef0;
}

#newsletter_submit{
	border:none;
	background:none;
	position: absolute;
	right: 0;
	top: 5px;
}

#social_media ul{
	margin:0;
	padding:0;
	position:relative;
	top:2px;
}

#social_media ul li{
	display: inline-block;
}

#footer_bottom{
	color:#333333;
	font-size:14px;
	text-align:center;
	font-weight: 600;
}

.footer_link{
	color:#333!important;
	text-decoration: none!important;
}

/**HOMEPAGE**/
.homepage_title{
	color:#7d861c;
	font-size:32px;
	font-weight: bold;
	margin:0;
}

.homepage_sub_title{
	font-size:32px;
	font-weight: 100;
}

#homepage_top_wrapper{
	background-color: rgba(255,255,255,0.8);
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
}

#homepage_three_cols_wrapper{
	margin-top:50px;
}

.three_col_inner{
	padding:25px 15px 20px 15px;
	background:rgba(0,0,0,0.5);
	text-align: center;
	color:white;
	font-size:14px;
	border-radius: 4px;
}

.home_cols_btn{
	min-width: 200px;
	padding: 10px 12px;
	font-size:18px;
	color:white!important;
	background: #007cc3!important;
	border:1px solid #409dd2!important;
	text-decoration: none;
}

.three_col_inner_img{
	min-height:140px;
}

.three_col_inner_text{
	margin-bottom: 20px;
	min-height: 130px;
}

#homepage_bottom_content{
	margin-top:240px;
	background-color: white;
	width:100%;
	padding-top:20px;
	text-align: center;
}

#homepage_bottom_content_title{
	font-size: 32px;
	color:#333333;
	margin-bottom:28px;
}

#homepage_bottom_content_green_text{
	color:#7e871d;
	font-size:18px;
	margin-bottom:50px;
}

#homepage_bottom_content_text{
	color:#333333;
	font-size:16px;
	font-weight:600;
}

#homepage_contacts_btn{
	background-color: #7e871d!important;
	font-size:18px!important;
	color:white!important;
	border:1px solid #9ea555!important;
	padding: 10px 12px;
	margin-bottom:50px;
}

#homepage_bottom_content_three_cols_wrapper{
	margin-bottom:55px;
}

.homepage_bottom_content_three_cols_title{
	font-size:24px;
	color:#007cc3;
}

.homepage_bottom_content_three_cols_text{
	color:#333333;
	font-size:14px;
	font-weight: 600;
}


.homepage_bottom_divider{
	height:1px;
	background: #bfdef0;
}

.homepage_bottom_divider:first-child{
	margin-bottom: 2px;
}

/**SOBRE NÓS**/
.sobreTwoColsTitle{
	font-size:32px;
	color:#323232;
	margin:0;
}

.sobreTwoColsSubTitle{
	font-size: 24px;
	color:#323232;
	margin:0;
}

.sobreTwoColsText{
	font-size: 14px;
	margin-top:45px;
}

/**SERVIÇOS**/
#servicos_btn_wrapper{
	margin-bottom:50px;
}

#servicos_btn_wrapper{
	width:100%;
}

#servicos_btn_wrapper ul{
	text-align: center;
}

#servicos_btn_wrapper ul li{
	display: inline-block;
}

.servicos_btn{
	background-color:#7d861c!important;
	border:2px solid #9ea555!important;
	color:white!important;
	font-size:16px;
	padding:10px 10px 10px 50px;
	text-align: right;
	background-image:url(../image/btnArrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius:4px;
	text-decoration: none!important;
}

#servicos_galery{
	margin:0!important;
}

.servicos_galery_img{
	width:100%;
}

.servicos_galery_wrapper{
	padding-left:0;
	padding-right:0;
}

/**DÚVIDAS**/
#duvidas_form_wrapper{
	margin-top:50px;
}

#duvidas_form_wrapper .form-control{
	border-radius: 0px;
}

#duvidas_form_textarea{
	min-height:254px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color:#007bc2!important;
    color:white!important;
    border-color:transparent!important;
    padding:5px 25px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#duvidas_sub_btn{
	width:100%;
	background-color:#007bc2!important;
	border-color:transparent!important;
	color:white!important;
	font-size:16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

#funcionamento_img img{
	width:100%;
}

#functionamento_mobile{
	display: none;
}

.localizacao_wrapper{
	margin-bottom:50px;
	min-height: 276px;
}

.localizacao_wrapper h3{
	margin-top:0px;
}

#map_wrapper {
    height: 700px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#servicos_btn_inner_page ul{
	margin:0;
	padding: 0px;
	margin-top:30px;
}

#servicos_btn_inner_page ul li{
	display: inline;
}

#servicos_btn_inner_page ul li:first-child{
	margin-right:10px;
}

#servicos_btn_inner_page ul li a{
	text-decoration: none!important;
	background-color:#7d861c;
	padding:10px 10px 10px 50px;
	border-radius: 4px;
	border:2px solid #9ea555;
	color:white!important;
	text-align: right;
	background-image: url(../image/btnArrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.blue_btn{
	margin-bottom:10px;
}

.blue_btn:last-child{
	margin-bottom:0px;
}

.blue_btn a{
	display: block;
	width:100%;
	background-color:#007bc2;
	color:white;
	text-align: center;
	padding:15px 0px;
	font-size:14px!important;
	border-radius:4px;
	max-width: 230px;
    margin: auto;
}

#blue_line{
	margin-top:20px;
	text-align: center;
}
	
.flexslider{
	margin: 0 0 10px!important;
}

.custom-navigation{
	text-align: center;
}

#servicos_desc_mobile{
	display: none;
}

#servicos_desc p{
	max-width:580px;
	display:block;
	font-size:24px;
	font-weight:300;
	font-style:italic;
	margin-top:36px;
}

@media screen and (max-width: 1199px){
	#menu_ul li:last-child a{
	  	padding: 10px 15px 10px 55px!important;
	}


	#menu_ul li a{
		padding: 10px 9px!important;
		font-size:14px;
	}
}

@media screen and (max-width: 991px){
	.hide_tablet{
		display: none;
	}

	.hide_desktop{
		display: block;
	}

	.three_col_inner_text{
		min-height:160px;
	}

	#header_bg{
		background-color: transparent!important;
		box-shadow: none!important;
	}

	#header_bg_inner{
		background-color: white!important;
		box-shadow: 0 5px 2px -2px rgba(0,0,0,0.1);
		min-height: 104px;
	}

	#homepage_top_wrapper{
		/*background-color: rgba(255,255,255,0.8);*/
		background-color:transparent!important;
		padding-top: 0;
		padding-bottom: 0;
	}

	#homepage_top_wrapper_inner{
		background-color: rgba(255,255,255,0.8);
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#logo_wrapper{
		padding-left:30px;
	}

	#burger_menu_wrapper{
		padding-right:30px;
	}

	.menu:first-child{
		padding-right:15px;
	}

	.menu:last-child{
		padding-left:15px;
	}

	.menu a{
		background-color:white;
		color:#007bc2;
		font-weight: bold;
	}

	.menu_right a{
		background-image:url(../image/blue_question_mark.png);
		text-align: right;
		padding-right:15px;
	}

	.menu_two_cols_wrapper a{
		background: #007bc2;
		color:white!important;
	}

	.menu_two_cols_wrapper:first-child{
		padding-right:15px;
	}

	.menu_two_cols_wrapper:last-child{
		padding-left: 15px;
	}

	#burger_menu{
		background:#007bc2;
		height:40px;
		margin-top:15px;
		border-radius:4px;
		color:white;
		text-transform: uppercase;
		font-size:14px;
		text-align:right;
		padding-right:8px;
		line-height: 40px;
		background-image:url(../image/burger.png);
		background-repeat: no-repeat;
		background-position: 8px center;
		cursor: pointer;
	}

	#mobile_menu_wrapper{
		display:none;
	}


	#social_media ul{
		text-align: center;
	}	

	#mobile_pesq_form{
		padding-bottom: 10px;
		max-width: 210px;
		position: relative;
		margin: auto;
	}

	#lupa{
		right:0;
	}	

	.pageSobreBigText:first-child{
		margin-bottom:30px;
	}

	#servicos_desc p{
		margin-top:0px;
	}
}

@media screen and (max-width: 768px){
	.three_col_inner_text{
		min-height: 0px;
	}

	#mobile_menu_wrapper{
		position: static;
	}

	#header_bg{
		position: static;
		min-height: 0;
	}

	#header_bg_inner{
		min-height: 70px;
	}

	.content{
		margin-top:0;
	}

	.home_three_col_wrapper{
		margin-bottom: 10px;
	}

	#footer_wrapper label{
		font-size: 12px;
	}
	#homepage_contacts_btn{
		font-size:12px!important;
	}
	
	.menu_two_cols_wrapper a{
		font-size: 
	}

	#servicos_btn_wrapper ul li{
		display: block;
		list-style: none;
 		height: 50px;
	}

	#funcionamento_img{
		display: none;
	}

	#functionamento_mobile{
		display: block;
	}

	#servicos_desc_mobile p{
		font-size: 18px;
		margin-top:0px;
		margin-bottom:30px;
		font-weight:300;
		font-style:italic;

	}

	#servicos_desc{
		display: none;
	}

	#servicos_desc_mobile{
		display: block;
	}

	#servicos_btn_inner_page ul li{
		float:left;
		width:100%;
	}

	#servicos_btn_inner_page ul li:last-child{
		margin-top:30px;
	}
}