
/***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 18px;
	line-height: 33px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #595959;
	background: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ###### CONTENT ###### */
#home {
	position: absolute;
	top: 0;
}
	
	.content {
		width: 1000px;
		margin: 0 auto;
		padding: 85px 0 90px;
		overflow: hidden;
	}

	.content h1 {
		background:url(images/icon_titulo_01.png) no-repeat bottom center;
		width: 100%;
		color: #231f20;
		font-size: 40px;
		text-align: center;
		padding: 10px 0 35px;
		margin: 0 0 45px 0;
		text-transform: uppercase;
		font-weight: 900;
	}

	.white h1 {
		background:url(images/icon_titulo_02.png) no-repeat bottom center;
		color: #f6f6f6;
	}

	.content h2 {
	}

	.content p {
		padding: 0 0 20px;
		letter-spacing: -0.4px;
	}

	.content a {
		color: #018dfc;
		text-decoration: none;
	}

		.content a:hover {
			text-decoration: underline;
		}


/* ###### SEÇÃO HEADER ###### */

#header_wrapper {
	width: 100%;
	height: 150px;
	background: #ffffff;
	color: #595959;
	position:fixed;
	top:0;
	z-index: 9999;
	border-bottom: 4px solid #3E343D;
	overflow:hidden;

	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

	#header {
		width: 1000px;
		margin: 0 auto;
		position: relative;

		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
	}

		#header .logo {
			position: absolute;
			top: 25px;
			left: 0;
			width: 271px;

			transition: all 500ms ease-in-out;
			-webkit-transition: all 500ms ease-in-out;
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
		}

			#header .logo img {
				display: block;
				width: 100%;
				height: auto;
			}

		#header .header_topo {
			float: right;
			width: 500px;
			text-align: right;
			font-size: 15px;
			font-weight: 900;
			color: #595959;
			line-height: 27px;
			margin: 15px 0 0 0;
		}

			.telefone_header {
				vertical-align: middle;
				margin: -1px 5px 0 0;
			}

			.ingles_header {
				vertical-align: middle;
				margin: -5px 0 0 20px;
			}

			.ling_topo {
				float: right;
    			margin: 0 10px 0 15px;
			}

				a.gflag {
				    background-image: url(images/24_b.png) !important;
				}

				a.gflag:hover {
				    background-image: url(images/24a_b.png) !important;
				}

/* menu */
.toggleMenu {
	display: none;
}

ul.menu_list {
 	width: 860px;
	float: right;
	margin-right:-100px;
	margin-top: 30px;
	text-align: right;

	transition: all 550ms ease-in-out;
	-webkit-transition: all 550ms ease-in-out;
	-moz-transition: all 550ms ease-in-out;
	-ms-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
}

	ul.menu_list li {
		display: inline;
		list-style: none;
		padding: 0 15px;
	}

		ul.menu_list li:last-child {
			padding: 0 0 0 15px;
		}

	ul.menu_list .menu_right {
		float: right;
	}

		ul.menu_list li a {
			color: #4d4d4d;
			font-size: 17px;
			text-decoration: none;
			padding: 6px 0 11px;
			outline: none;
			background:url(images/border_menu2.jpg) no-repeat bottom center;

			transition: all 400ms ease-in-out;
			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
		}

		ul.menu_list li a:hover,
		ul.menu_list li.active a {
			color: #3E343D;
			background:url(images/border_menu.jpg) no-repeat bottom center;
		}

/* ###### SEÇÃO SLIDE PRINCIPAL ###### */
#inicio {
	width:100%;
	height:570px;
	overflow:hidden;
	position:fixed;
	top: 154px;
}

.slide_box {
	width: 90% !important;
	height: 570px !important;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

	.chamada_slide {
		width: 100%;
		color: #fff;
		display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	}

		.chamada_slide h1 {
			font-size: 58px;
			line-height: 64px;
			font-weight: 900;
			text-transform: uppercase;
			margin: 50px 0 0 0;
			opacity: 0;

			transition: all 400ms ease-in-out;
			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
		}

		.chamada_slide p {
			font-size: 18px;
			margin: 20px 0 0 0;
			font-weight: 300;
			opacity: 0;

			transition: all 400ms ease-in-out;
			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
		}

#slider {
	width:100%;
	height:100%;
	z-index:1;
}

	#slider div {
		width:100%;
		height:100%;
	}

		#slider .slideshow {
			z-index: 1;
		}

		#slider div a{
			float: left;
			width:100%;
			height:100%;
			outline: none;
			text-decoration: none;
		}

#sliderNav {
	width:1000px !important;
	text-align:right;
	position:absolute;
	left:50%;
	bottom: 35px;
	height: 29px !important;
	z-index:2
}

	#sliderNav div {
		position: relative;
		left: -50%;
		height: 29px !important;
	}

	#sliderNav div a {
		float: none !important;
	}

		#sliderNav #prev,
		#sliderNav #next{
			width:18px;
			height:29px;
			text-align:left;
			display:inline-block;
			text-indent:-9999px;
			opacity: 1;

			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-ms-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
		}

		#sliderNav #prev:hover,
		#sliderNav #next:hover {
			opacity: 0.5;
		}

		#sliderNav #prev {
			margin-right:20px;
			background:url(images/seta_esquerda.png) no-repeat 0 0;
		}

		#sliderNav #next {
			background:url(images/seta_direita.png) no-repeat 0 0;
		}

/* barra contato topo */
.barra_contato_topo {
	width: 100%;
	background: #231f20;
	height: 95px;
	color: #fff;
	margin-top: 724px;
	position: relative;
	z-index: 2;

	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-ms-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
	
	.barra_contato_topo_wrapper {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		font-size: 15px;
	}

		.barra_contato_topo_wrapper img {
			vertical-align: middle;
			margin: 0 10px 0 0;
		}

		.barra_contato_topo_wrapper .telefone_topo {
			font-family: 'Roboto', sans-serif;
			font-size: 17px;
			width: 250px;
			float: left;
			margin: 27px 20px 0 20px;
			line-height: 42px;
		}

		.barra_contato_topo_wrapper .email_topo {
			font-family: 'Roboto', sans-serif;
			font-size: 17px;
			float: left;
			width: 320px;
			margin: 27px 40px 0 0;
    		line-height: 41px;
		}

		.barra_contato_topo_wrapper .bt_contato_topo {
			float: left;
			width: auto;
			line-height: 41px;
			margin: 27px 0 0;
		}

			.barra_contato_topo_wrapper .bt_contato_topo a {
				background: url(images/icon_entre_em_contato.png) no-repeat center right;
				border: 2px solid #fff;
				font-size: 17px;
				padding: 9px 90px 9px 19px;
				text-decoration: none;
				color: #fff;

				-webkit-transition: all 400ms ease-in-out;
				-moz-transition: all 400ms ease-in-out;
				-ms-transition: all 400ms ease-in-out;
				-o-transition: all 400ms ease-in-out;
				transition: all 400ms ease-in-out;
			}

				.barra_contato_topo_wrapper .bt_contato_topo a:hover {
					background: url(images/icon_entre_em_contato.png) no-repeat center right #3E343D;
				}


/* ###### SEÇÃO ESCRITÓRIO ###### */
#secao_escritorio {
	background: #ffffff;
	position: relative;
	margin: 0;
	z-index: 2;
}	

	.escritorio_botao {
		width: 100%;
		text-align: center;
		margin: 50px 0 0 0;
	}

		.escritorio_botao a {
			color: #595959;
			font-size: 16px;
			font-weight: 300;
			text-transform: uppercase;
			padding: 13px 20px;
			border: solid 2px #595959;

			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
		}

			.escritorio_botao a img {
				vertical-align: middle;
				margin: -3px 15px 0 0;
			}

			.escritorio_botao a:hover {
				text-decoration: none;
				background: #e3e3e3;
			}


/* ## PARALLAX ## */
.parallax_1_wrapper {
	background: url(images/parallax_01.jpg) no-repeat fixed;
	position: relative;
	width: 100%;
	height: 240px;
	border-top: 4px solid #3E343D;
	border-bottom: 4px solid #3E343D;
}


/* ###### SEÇÃO PROFISSIONAIS ###### */
#secao_profissionais {
	background:url(images/bg_profissionais.jpg) no-repeat center center #282828;
	background-size: cover;
	position: relative;
}

	#secao_profissionais .content {
		color: #fff;
		font-size: 18px;
		font-weight: 300;
	}

		.profissionais_wrapper {
			width: 100%;
			margin: 20px 0 0 0;
  
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			  
			-webkit-flex-flow: row wrap;
			justify-content: space-between;
		}

			.profissionais_box {
				width: 44%;
				float: left;
				margin: 0 10px 30px;
			}

				.thumbnail_profissionais {
					width: 100%;
					margin: 0 0 30px 0;
					padding: 11px;
					border: solid 2px #fff;

					-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
					-moz-box-sizing: border-box;    /* Firefox, other Gecko */
					box-sizing: border-box;         /* Opera/IE 8+ */
				}

					.thumbnail_profissionais img {
						width: 100%;
						height: auto;
						display: block;
					}

				.profissionais_texto {
					font-size: 16px;
					text-align: center;
					font-weight: 300;
					color: #f6f6f6;
				}

					.profissionais_texto p {
						margin: 0 0 5px 0;
					    padding: 0;
					    line-height: 18px;
					}

	.chamada_profissionais {
		text-align: center;
		width: 61%;
    	margin: 0 auto;
	}

/* ###### SEÇÃO ATUACAO ###### */
#secao_atuacao {
	background:url(images/bg_areas_de_atuacao.png) repeat #e8e8e8;
	position: relative;
}

	#secao_atuacao .content {
	}

	.atuacao_menu {
		margin: 10px auto 50px;
		text-align: center;
	}

		.atuacao_menu ul {
			display: inline-flex;
		}

			.atuacao_menu ul li {
				display: inline;
				background: #fff;
				padding: 10px 0;
			}

				.atuacao_menu ul li a {
					background: #fff;
					padding: 0 25px;
					font-size: 16px;
					color: #282828;
					border-right: 1px solid #282828;
				}

				.atuacao_menu ul li:last-child a {
					border-right: none;
				}

	.atuacao_wrapper {
		float: left;
		width: 100%;
	}

		.atuacao_anchor {
			float: left;
			width: 100%;
		}

		.atuacao_wrapper h2 {
			background:url(images/seta_fechado.png) no-repeat center right #423B43;
			width: 100%;
			color: #FBDE44;
			font-size: 20px;
			padding: 15px 25px;
			margin: 0 0 15px 0;
			cursor: pointer;
			float: left;

			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}

			.atuacao_titulo_ativo {
				background:url(images/seta_aberto.png) no-repeat center right #423B43 !important;
			}

		.atuacao_wrapper .atuacao_conteudo {
			font-size: 14px;
			font-weight: 300;
			color: #595959;
			margin: 0 0 30px 0;
			float: left;
			text-align:justify;
		}

			.atuacao_wrapper .atuacao_conteudo ul {
				margin: 0 0 20px 0;
			}

/* ###### SEÇÃO NOTÍCIAS ###### */
#secao_noticias {
	background:url(images/bg_noticias.jpg) no-repeat center center #252525;
	background-size: cover;
	position: relative;
}

	.noticias_postagem {
		width: 90%;
		float: left;
		margin: 0 2% 70px;
		color: #fff;
	}

		.noticias_postagem .noticias_thumb {
			width: 100%;
		}

			.noticias_postagem .noticias_thumb img {
				width: 100%;
				height: auto;
				display: block;
				
				filter: grayscale(0);
				-webkit-filter: grayscale(0);
				-moz-filter: grayscale(0);
				-o-filter: grayscale(0);
				-ms-filter: grayscale(0);

				-webkit-transition: all 400ms ease-in-out;
				-moz-transition: all 400ms ease-in-out;
				-ms-transition: all 400ms ease-in-out;
				-o-transition: all 400ms ease-in-out;
				transition: all 400ms ease-in-out;
			}

				.noticias_postagem .noticias_thumb:hover img {
					filter: grayscale(1);
					-webkit-filter: grayscale(1);
					-moz-filter: grayscale(1);
					-o-filter: grayscale(1);
					-ms-filter: grayscale(1);
				}

		.noticias_postagem h2 {
			width: 100%;
			text-align: left;
			font-weight: 900;
			font-size: 18px;
			margin: 25px 0 5px 0 !important;
			letter-spacing: 1px;

			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

			.noticias_postagem h2 a {
				color: #fff;
			}

		.noticias_postagem p {
			font-weight: 300;
		}

		a.veja_mais {
			width: 170px;
			background: #3E343D;
			color: #fff !important;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 900;
			font-size: 18px;
			float: left;
			text-align: center;
			padding: 3px 0;
			letter-spacing: 1px;

			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
		}

			a.veja_mais:hover {
				text-decoration: none;
				width: 100%;
			}

			a.veja_mais img {
				vertical-align: middle;
				margin: -3px 15px 0 0;

				-webkit-transition: all 400ms ease-in-out;
				-moz-transition: all 400ms ease-in-out;
				-ms-transition: all 400ms ease-in-out;
				-o-transition: all 400ms ease-in-out;
				transition: all 400ms ease-in-out;
			}

				a.veja_mais:hover img {
					transform: rotate(360deg);
				}

	.todas_postagens {
		width: 100%;
		text-align: center;
		float: left;
		margin: 10px 0 0 0;
  		line-height: 47px;
	}

		.todas_postagens a {
			border: 3px solid #fff;
			color: #fff;
			padding: 13px 25px;
			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
		}

			.todas_postagens a:hover {
				text-decoration: none;
			}

			.todas_postagens a img {
				vertical-align: middle;
				margin: -2px 0 0 10px;

				-webkit-transition: all 600ms ease-in-out;
				-moz-transition: all 600ms ease-in-out;
				-ms-transition: all 600ms ease-in-out;
				-o-transition: all 600ms ease-in-out;
				transition: all 600ms ease-in-out;
			}

				.todas_postagens a:hover img {
					transform: rotateX(720deg);
				}

		
/* ###### SEÇÃO NOTICIAS CATEGORY */
#slide_blog {
	background: url(images/img_fundo_blog.jpg) center top no-repeat #000;
	height: 223px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 154px;
}

	#slide_blog h1 {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 50px;
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 800;
	}

.blog_wrapper {
	margin: 377px auto 0;
	position: relative;
	background: #fff;
}
	.blog {
	}

		.blog_wrapper_flex {
			display: -webkit-box;
    		display: -moz-box;
    		display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    
		    -webkit-flex-flow: row wrap;
		    justify-content: space-between;
		}

		.blog .noticias_postagem {
			width: 30.3%;
			margin: 0 1.5% 70px;
		}

			.blog .noticias_postagem h2,
			.blog .noticias_postagem h2 a {
				color: #222;
			}

			.blog .noticias_postagem p {
				color: #222;
				font-size: 17px;
    			line-height: 26px;
			}

	.alm-btn-wrap {
	  text-align: center;
	  padding: 0 !important;
	  overflow: hidden;
	  display: block;
	  width: 100%;
	  outline: none;
	}

	.ajax-load-more-wrap.grey button.alm-load-more-btn {
	  background-color: #999;
	  width: 100%;
	  outline: none;
	}

	.ajax-load-more-wrap.grey button.alm-load-more-btn:hover, .ajax-load-more-wrap.grey button.alm-load-more-btn.done {
	  background-color: #414141 !important;
	}

	.single {
		padding: 60px 0;
	}

		.single .post_header {
			width: 100%;
			margin: 0 0 50px 0;
		}

			.single .post_header img {
				width: 100%;
				height: auto;
				display: block;
			}

		.single h2 {
			text-align: left;
			font-weight: 800;
			font-size: 18px;
			margin: 5px 0 20px 0 !important;
		}

/* erro 404 */
.erro404 {
	text-align: center;
}

	.erro404 h1 {
		color: #1992fb !important;
		font-size: 40px;
		margin: 0 0 70px 0;
	}

/* ###### SEÇÃO CONTATO ###### */
#secao_contato {
	background: url(images/bg_contato.jpg) center center no-repeat #edeff1;
	background-size: cover;
	width: 100%;
	z-index: 100;
	position: relative;
}

/* ###### SEÇÃO CONTATO ###### */
#secao_contato1 {
	background: url(images/bg_contato.jpg) center center no-repeat #edeff1;
	background-size: cover;
	width: 100%;
	z-index: 100;
	position: relative;
}
	
	#secao_contato .content {
		padding: 85px 0 40px; 
	}
	
		
	#secao_contato1 .content {
		padding: 85px 0 40px; 
	}

		#secao_contato .contato_endereco {
			float: right;
			width: 100%;
			margin: 0;
			text-align: center;
		}
		
		#secao_contato1 .contato_endereco {
			float: right;
			width: 100%;
			margin: 0;
			text-align: center;
		}		

			#secao_contato .contato_endereco p {
				padding: 0;
				margin: 0 0 25px;
				line-height: 30px;
				font-weight: 300;
			}
			
			#secao_contato1 .contato_endereco p {
				padding: 0;
				margin: 0 0 25px;
				line-height: 30px;
				font-weight: 300;
			}			

	#secao_contato form {
		float: left;
		margin: 0;
		display: block;
		width: 100%;
	}

		#secao_contato1 form {
		float: left;
		margin: 0;
		display: block;
		width: 100%;
	}
		#secao_contato p {
			padding: 0;
			margin: 0 0 5px 0;
			width: 100%;
			font-size: 18px;
			float: left;
		}

		#secao_contato1 p {
			padding: 0;
			margin: 0 0 5px 0;
			width: 100%;
			font-size: 18px;
			float: left;
		}

		#secao_contato p span {
			font-size: 18px;
			font-weight: 300;
			letter-spacing: 1px;
		}
		
		#secao_contato1 p span {
			font-size: 18px;
			font-weight: 300;
			letter-spacing: 1px;
		}

		#secao_contato form p {
			font-size: 16px;
		}

		#secao_contato1 form p {
			font-size: 16px;
		}
		#secao_contato input,
		#secao_contato textarea {
			background: none;
			width: 100%;
			padding: 10px 0;
			border: none;
			border-bottom: 1px solid #9f9f9f;
			font-size: 16px;
			font-weight: 300;
			letter-spacing: 1px;
			color: #595959 !important;
			margin-bottom: 25px;
			font-family: 'Roboto', sans-serif;

			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}

			#secao_contato1 input,
		#secao_contato1 textarea {
			background: none;
			width: 100%;
			padding: 10px 0;
			border: none;
			border-bottom: 1px solid #9f9f9f;
			font-size: 16px;
			font-weight: 300;
			letter-spacing: 1px;
			color: #595959 !important;
			margin-bottom: 25px;
			font-family: 'Roboto', sans-serif;

			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
		#secao_contato textarea {
			height: 125px;
			width: 100% !important;
			border: none;
			padding: 10px 15px;
			margin-top: 25px;
			margin-bottom: 25px;
			font-family: 'Roboto', sans-serif;
			border: 1px solid #9f9f9f;

			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}

		#secao_contato1 textarea {
			height: 125px;
			width: 100% !important;
			border: none;
			padding: 10px 15px;
			margin-top: 25px;
			margin-bottom: 25px;
			font-family: 'Roboto', sans-serif;
			border: 1px solid #9f9f9f;

			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
			#secao_contato ::-webkit-input-placeholder {
			   color: #595959;
			}

			#secao_contato :-moz-placeholder { /* Firefox 18- */
			   color: #595959;  
			}

			#secao_contato ::-moz-placeholder {  /* Firefox 19+ */
			   color: #595959;  
			}

			#secao_contato :-ms-input-placeholder {  
			   color: #595959;  
			}

		#secao_contato input:focus {
			outline: none;
			border-bottom: 1px solid #9f9f9f;
		}

		#secao_contato textarea:focus {
			outline: none;
			border: 1px solid #9f9f9f;
		}

		#secao_contato form .botao_enviar {
			text-align: center;
			margin: 0 0 30px 0;
		}

		#secao_contato input[type="submit"] {
			background: url(images/btn_enviar.png) center center no-repeat #1ebf71 !important;
			width: 215px;
			height: 45px;
			text-indent: -9999px;
			outline: none;
			cursor: pointer;
			border: none;
			opacity: 1;

			transition: all 350ms ease-in-out;
			-webkit-transition: all 350ms ease-in-out;
			-moz-transition: all 350ms ease-in-out;
			-ms-transition: all 350ms ease-in-out;
			-o-transition: all 350ms ease-in-out;
		}

			#secao_contato input[type="submit"]:hover {
				opacity: 0.7;
			}	

		div.wpcf7-validation-errors {
			border: none !important;
			color: #fff;
			background: #df0909;
			line-height: 24px;
			font-size: 15px;
			font-family: 'Roboto', sans-serif;
			float: left;
			width: 96%;
			text-align: center;
			margin: -10px 0 0 0!important;
			padding: 1% 2% !important;
		}

		div.wpcf7-mail-sent-ok {
			border: none !important;
			background: #398f14;
			color: #fff;
			line-height: 30px;
			font-size: 15px;
			font-family: 'Roboto', sans-serif;
			float: left;
			width: 96%;
			text-align: center;
			margin: -20px 0 0 0 !important;
			padding: 1% 2% !important;
		}

		span.wpcf7-not-valid-tip {
		  color: #f00 !important;
		  font-size: 14px !important;
		  display: block;
		  margin: -25px 0 10px 0;
		}

		span.wpcf7-form-control-wrap {
			position: relative;
			display: inherit !important;
		}

		div.wpcf7-spam-blocked {
			border: 2px solid #ffa500;
			float: left;
			width: 96% !important;
			text-align: center !important;
			padding: 2% !important;
			margin: 0 !important;
		}


	#secao_contato #map {
		width: 100%;
		height: 450px;
	}

		#map #content h1 {
			font-size: 18px;
			margin: 10px 0 5px 0;
		}

		#map #content p {
			margin: 0;
		}

/* ###### RODAPE ###### */
.voltar_ao_topo {
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 65px;
	height: 37px;
	z-index: 9999;
	opacity: 0;

	transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
}

#footer {
	background: #222222;
	font-size: 16px;
	padding: 14px 0 14px;
	font-weight: 300;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff;
}


/* WP classes */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
	max-width: 580px;
	height: auto;
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
	max-width: 580px;
	height: auto;	
    margin: 5px 20px 20px 0;
}

a img.alignleft {
	max-width: 580px;
	height: auto;
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
	max-width: 580px;
	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
	max-height: 86% !important;
	max-width: 86% !important;
}

/* ------------------------------------------------------------------------------- */
/*  18. Media Queries
/* ------------------------------------------------------------------------------- 	*/


@media screen and (max-width: 1000px) {
	/* GERAL */
	.content {
		width: 96%;
	}

	/* header / menu */
	#header {
		width: 100%;
	}

		#header_wrapper {
 			height: 135px;
		}

		#header .logo {
			position: absolute;
		  	top: 22px;
    		left: 10px;
    		width: 250px;
		}

		#header .header_topo {
		    width: 450px;
		    margin: 15px 5px 0 0;
		}

		/* MENU */
		ul.menu_list {
		  	width: 574px;
  			margin-top: 25px;
		}

			ul.menu_list li {
				padding: 0 4px;
			}

			ul.menu_list li:last-child {
				padding: 0 10px 0 4px;
			}

	/* slider */
	#inicio {
	    top: 139px;
	}

	#sliderNav {
	    width: 100% !important;
	    left: 0;
	}

		#sliderNav div {
			left: 0;
		}

		#sliderNav #next {
		    margin-right: 20px;
		}

	/* barra contato topo */
	.barra_contato_topo {
    	margin-top: 709px;
	}

	.barra_contato_topo_wrapper {
		width: 100%;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
			  
		-webkit-flex-flow: row wrap;
		justify-content: space-between;
	}

		.barra_contato_topo_wrapper .telefone_topo {
		  width: auto;
		  margin: 29px 0 0 15px;
		  line-height: 42px;
		}

		.barra_contato_topo_wrapper .email_topo {
		  	width: auto;
		    margin: 27px 0 0 0;
		}

		.barra_contato_topo_wrapper .bt_contato_topo {
		    float: right;
		    margin: 27px 15px 0 0;
		}

	/* atuação */
	.atuacao_menu {
	    margin: 10px auto 30px;
	}

	.atuacao_menu ul {
	    display: block;
	}

		.atuacao_menu ul li {
		    display: inline-block;
   			background: none;
   			padding: 5px 0;
   			width: 100%;
		}

			.atuacao_menu ul li a {
			    background: #fff;
			    padding: 5px 25px;
			    font-size: 20px;
			    font-weight: bold;
			    color: #282828;
			    border-right: none;
			}

	/* noticias */
	#slide_blog {
	    top: 139px;
	}

		.blog_wrapper {
		    margin: 362px auto 0;
		}

	/* contato */
	#secao_contato form {
	}

	#secao_contato .contato_right {
	}

	/* FOOTER */
	#footer .footer_content {
		width: 96%;
	}

}

@media screen and (max-width: 850px) {
	/* menu */
		ul.menu_list {
		  	width: 500px;
  			margin-top: 25px;
		}

			ul.menu_list li {
				padding: 0 4px;
			}

				ul.menu_list li a {
				    font-size: 15px;
				}

			ul.menu_list li:last-child {
				padding: 0 10px 0 4px;
			}
}

@media screen and (max-width: 767px) {
	/* GERAL */
	.content {
		width: 96%;
		padding: 70px 0;
		font-size: 18px;
	}

		.content h1 {
		  font-size: 40px;
		  line-height: 48px;
		}

	/* HEADER / MENU */
	#header_wrapper {
		overflow: visible;
		background: #ffffff;
		z-index: 9999;
		height: 200px;
		position: inherit;
	}

		#header {
			width: 100%;
			position: relative;
			z-index: 9999;
			height: 100%;
			background: #fff;
		}

			#header .header_topo {
			    width: 96%;
			    text-align: left;
			    font-size: 15px;
			    line-height: 25px;
			    margin: 5px 0 0 2%;
			    float: left;
			}

				.ingles_header {
				    vertical-align: middle;
				    margin: 4px 0 0 0;
				    float: right;
				}

			#header .logo {
				top: 30px;
				width: 96%;
    			text-align: center;
			}

				#header .logo img {
					display: inherit;
				    width: 272px;
				    height: auto;
				}

	/* MENU */
	.toggleMenu {
		background: url(images/menu_mobile.png) center center no-repeat #fff;
		width: 100%;
		height: 45px;
		display: block;
		position: absolute;
		left: 0;
		bottom: 15px;
		outline: none;

		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}

		ul.menu_list {
			display: none;
			width: 100%;
			background: #fff;
			position: absolute;
			top: 204px;
			margin-top: 0;
			right: 0;
			z-index: 1;
			padding: 15px 0;
			border-bottom: 3px solid #3E343D;

			transition: all 0ms ease-in-out;
			-webkit-transition: all 0ms ease-in-out;
			-moz-transition: all 0ms ease-in-out;
			-ms-transition: all 0ms ease-in-out;
			-o-transition: all 0ms ease-in-out;
		}

			ul.menu_list li.menu_divisor {
				display: none;
			}

			ul.menu_list li {
				display: block;
				text-align: center;
				padding: 5px 0;
			}

				ul.menu_list li:last-child {
				  padding: 5px 0;
				}

			ul.menu_list li a {
				font-size: 28px;
				padding: 0;
				background: none;
			}

				ul.menu_list li a:hover {
					background: none;
				}

			ul.menu_list li.active a {
				border-bottom: none;
				background: none;
			}

	/* main slide */
	#inicio{
		position: inherit;
		top: 0 !important
	}

	#slider {
		position: relative;
	}

	#sliderNav {
	    width: 100% !important;
	    left: 0;
	}

		#sliderNav div {
			left: 0;
		}

		#sliderNav #next {
		    margin-right: 20px;
		}

			.chamada_slide h1 {
			    font-size: 40px;
			    line-height: 44px;
			}

			.chamada_slide p {
			    font-size: 18px;
			    line-height: 27px;
			}

	/* contato top */
	.barra_contato_topo {
		margin-top: 0;
	}

	/* profissionais */
	.chamada_profissionais {
	    width: 80%;	
	}

	/* atuação */
	.atuacao_menu {
	    margin: 10px auto 30px;
	}

	.atuacao_menu ul {
	    display: block;
	}

		.atuacao_menu ul li {
		    display: inline-block;
   			background: none;
   			padding: 5px 0;
   			width: 100%;
		}

			.atuacao_menu ul li a {
			    background: #fff;
			    padding: 5px 25px;
			    font-size: 20px;
			    font-weight: bold;
			    color: #282828;
			    border-right: none;
			}

	/* blog */
	#slide_blog {
	    top: 0;
	    height: 170px;
	    position: relative;
	}

		.blog_wrapper {
		  margin: 0;
		}

	.blog .noticias_postagem {
	  width: 46%;
	  margin: 0 2% 50px;
	}

	/* contato topo */
	.barra_contato_topo {
		height: 100%;
		padding: 17px 0 25px;
	}

		.barra_contato_topo_wrapper {
		  overflow: hidden;
		}

			.barra_contato_topo_wrapper .telefone_topo {
			  width: 100%;
			  margin: 0;
			  text-align: center;
			}

			.barra_contato_topo_wrapper .bt_contato_topo {
			  width: 100%;
			  margin: 10px 0 0 0;
			  text-align: center;
			}

			.barra_contato_topo_wrapper .email_topo {
			  width: 100%;
			  text-align: center;
			  margin: 0;
			}


	/* CONTATO */
	#secao_contato .content {
		padding: 50px 0px 35px;
		font-size: 20px;
	}

	#secao_contato form {
	  width: 100%;
	}

		#secao_contato p {
			font-size: 19px;
		}

		div.wpcf7-validation-errors {
			width: 98% !important;
			padding: 1% !important;
			margin: -20px 0 25px !important;
		}

		div.wpcf7-mail-sent-ok {
			width: 98% !important;
			padding: 1% 0 !important;
			margin: -20px 0 25px !important;
		}

		#secao_contato .contato_right {
		  float: none;
		  width: 90%;
		  margin: 0 auto;
		  overflow: hidden;
		  text-align: center;
		}

			#secao_contato .contato_right .botao_social {
			  float: none;
			}

				#secao_contato .contato_right .botao_social img {
				  display: inherit;
				  width: auto;
				}


	/* FOOTER */
	#footer .footer_content {
		width: 96%;
		text-align: center;
	}

		#footer .copyright {
			width: 100%;
			line-height: 18px;
		}
}

@media screen and (max-width: 479px) {
	/* header */
	#header_wrapper {
	}

		#header .logo {
		}	

		.toggleMenu {
		}

			ul.menu_list {
			}

	/* main slide */
	#inicio {
	}

		.chamada_slide h1 {
			font-size: 40px;
			line-height: 44px;
			}

		.chamada_slide p {
			font-size: 18px;
			line-height: 27px;
		}

	/* contanto box top */
	.barra_contato_topo_wrapper .bt_contato_topo a {
    	padding: 9px 65px 9px 19px;
    }

	/* content */
	.content {
		padding: 60px 0;
	}

		.content h1 {
		  font-size: 34px;
		  line-height: 42px;
		}

	/* profissionais */
	.profissionais_box {
	    width: 90%;
	    float: left;
	    margin: 0 5% 50px;
	}

		.chamada_profissionais {
		    text-align: center;
		    margin: -30px auto 0;
		}

	/* blog */
	#slide_blog {
	}

		.blog_wrapper {
		}

		.blog .noticias_postagem {
		  width: 90%;
		  margin: 0 5% 50px;
		}


	/* blog */
	.noticias_postagem {
	  width: 90%;
	  margin: 0 5% 50px;
	  font-size: 16px;
	}

		a.veja_mais {
		  width: 150px;
		  font-size: 16px;
		}

		.todas_postagens a {
		    border: 3px solid #fff;
		    color: #fff;
		    padding: 10px 10px;
		    font-size: 15px;
		    font-weight: bold;
		    text-transform: uppercase;
		    letter-spacing: 0px;
		}

	/* contato */
	#secao_contato .contato_right {
		width: 100%;
	}

		span.wpcf7-not-valid-tip {
		  color: #f00;
		  font-size: 13px !important;
		  display: block;
		}
}