@charset "utf-8";

/* DOCUMENTO CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 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, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
address {font-style: initial;}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: none !important;}
button {cursor: pointer;}

.tudo {min-height: 100%; position: relative; overflow: auto;}

.conteudo{position: relative; display: block; width: 90%; max-width: 1400px; margin: auto; height: inherit;}

#menu_responsivo {display: none;}

.container_flex {display: flex; justify-content: space-between;}

html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Segoe' !important; /*FONTE PADRÃO*/
}
/*-----------------------------------------------------------------------------------------------------*/
/*DECLARAÇÃO DAS FONTES*/

h1 {font-size: 40px;}

.fonte_menu {
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}

/*FONTE WEIGHT*/
.thin{font-weight: 100;}
.light{font-weight: 300;}
.regular{font-weight: 400;}
.bold{font-weight: 700;}

/*CORES*/
.laranja{color: #FF6600;}
.preto{color: #000;}
.branco{color: #FFF;}

/*TAMANHO*/
.treze{font-size:13px;}
.quatorze{font-size:14px;}
.quinze{font-size:15px;}
.dezesseis{font-size: 16px;}
.dezessete{font-size:17px;}
.dezoito{font-size:18px;}
.dezenove{font-size:19px;}
.vinte{font-size:20px;}
.vinte_um{font-size:21px;}
.vinte_dois{font-size:22px;}
.vinte_tres{font-size:23px;}
.vinte_quatro{font-size:24px;}
.vinte_cinco{font-size:24px;}
.vinte_seis{font-size:24px;}
.trinta{font-size: 30px;}
.quarenta{font-size: 40px;}

/*SPECS*/
.justificado {text-align: justify;}
.lh16{line-height:1.6;}

.over_hid{overflow: hidden;}
/*-----------------------------------------------------------------------------------------------------*/

/*TOPO*/
#topo {
	position: fixed;

	width: 100%;
	height: auto;

	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(black, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, transparent); /* Standard syntax */

    z-index: 1000;
}

#topo .conteudo {
	position: relative;
	display: block;

	padding: 40px 0 60px 0;
}
/*==============================*/
#topo img[name="logo_topo"] {
	position: relative;

	max-width: 100%;
	height: auto;

	top: 0;

	float: left;
}
/*==============================*/
#topo nav#menu {
	position: relative;

	width: 50%;

	float: right;
}

nav#menu ul {
	position: relative;

	width: 100%;
	height: auto;

	list-style: none;
}

nav#menu ul li {
	position: relative;
}
/*==============================*/

/*BAIXO DESTAQUE*/

#baixo_destaque {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: auto;

	padding: 50px 0;

	margin-top: -6px;

	background-color: #222222;

	border-top: 5px #FF6600 solid;

	z-index: 100;
}

#baixo_destaque .conteudo {
	width: 90%;
	margin: auto;

	text-align: center;
}
/*==============================*/

/*ATUAÇÕES*/
#atuacoes {
	position: relative;

	width: 100%;
	height: auto;

	padding: 50px 0;

	background-color: #FFF;

	z-index: 1;
}
/*==============================*/
#atuacoes section {
	position: relative;

	width: 80%;
	height: auto;

	margin: auto;

	text-align: center;
}

#atuacoes section img {
	position: relative;

	margin: 15px 0 10px 0;
}
/*==============================*/
#c_f_atuacoes {
	position: relative;

	width: 95%;
	height: auto;

	margin: 50px auto 0 auto;
}

#c_f_atuacoes .b_f_atuacoes {
	position: relative;

	text-align: center;
}

.b_f_atuacoes img {
	position: relative;

	width: auto;
	height: 50px;
}

/*.b_f_atuacoes:nth-child(7) img {
	position: relative;

	max-width: 25%;
	height: auto;
}*/

.b_f_atuacoes h3 {
	position: relative;
	width: 100%;
	height: auto;
}

#outras_areas {
	position: relative;

	width: 25%;
	height: 60px;
	line-height: 60px;

	margin: 70px auto 0 auto;

	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 400;

	border: 1px #BBBBBB solid;
}

#outras_areas a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*PARALLAX*/
#parallax {
	position: relative;
	overflow: hidden;

	width: 100%;
	min-height: 450px;
	height: auto;

	/*background: url("../img_site/fundo_parallax.jpg") no-repeat;
	background-size: 100%;*/
}

.bgParallax {
	background-position: 0% -100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#fundo_img_parallax {
	position: fixed;

	left: 0;
	top: 0;
}

#fundo_img_parallax img {
	position: relative;

	max-width: 100%;
	height: auto;
}

#parallax div:nth-child(4) {
	position: relative;

	width: 70%;
	height: auto;

	float: right;

	top: 20px;

	text-align: right;
}

#parallax #c_setas_parallax {
	position: absolute;

	left: 0;
	top: 0;
}

#c_setas_parallax img {
	position: absolute;

	left: -550px;
	top: 0;

	-webkit-mix-blend-mode: overlay;
	-moz-mix-blend-mode: overlay;
	-ms-mix-blend-mode: overlay;
	-o-mix-blend-mode: overlay;
	mix-blend-mode: overlay;
}

#fundo_roxo_parallax {
	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	opacity: .73;

	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	mix-blend-mode: multiply;

	background-color: #44039C;
}

/*BLOG*/
#blog {
	position: relative;

	width: 100%;
	height: auto;

	padding: 30px 0 50px 0;

	background-color: #FFF;
}
/*==============================*/
#blog .conteudo > section {
	position: relative;

	width: 80%;
	height: auto;

	margin: auto;

	text-align: center;
}

#blog section img {
	position: relative;

	margin: 15px 0 10px 0;
}
/*==============================*/

#c_f_blog {
	position: relative;
	flex-wrap: wrap;
}

#c_f_blog .b_f_blog {
	position: relative;

	width: 30%;
	min-height: 470px;
	height: auto;
}

.b_f_blog img {
	position: relative;
	height: 232px;

	margin-bottom: 10px;
	
	max-width: 412px;
	width:100%;

	margin-bottom: 10px;
	object-fit: cover;

}

.b_f_blog section {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;
}

.b_f_blog section h3 {
	position: relative;

	margin-bottom: 20px;
}

#btt_ler_mais {
	position: absolute;

	width: 33%;
	height: 32px;
	line-height: 32px;

	background-color: #FF6600;

	margin: 20px auto 0 auto;

	text-align: center;

	color: #FFF;
	font-size: 14px;
	font-weight: 800;

	bottom: 0;
	left: 50%;
	margin-left: -16%;
}

#btt_ler_mais a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*TOPO RODAPE*/

#topo_rodape {
	position: absolute;

	bottom: 35px;

	width: 100%;
	height: auto;

	background-color: #000;

	padding: 20px 0;

	text-align: center;
}

#topo_rodape hr {
	position: relative;

	width: 100%;
	height: 2px;

	border: none;

	background-color: #333333;
}

/*RODAPE*/
#espaco_rodape {
	position: relative;

	min-height: 370px;
}
footer {
	position: absolute;

	bottom: 0;

	width: 100%;
	height: 35px;
	line-height: 35px;

	background-color: #333333;
}

/*INTERNAS*/
.container_padrao_interna {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0 0 0;
}
/*==============================*/
#topo_img_interna {
	position: relative;
	overflow: hidden;
	display: flex;


	width: 100%;

	background: url("../img_site/fundo_interna.jpg") 40%;
	background-size: cover;
	margin-top:20px;
	height:250px
}

#topo_img_interna > img {
	position: relative;

	width: 100%;
	height: auto;
}

#topo_img_interna section {
	position: relative;

	width: 80%;
	height: auto;

	font-size: 41px;
	font-weight: 400;
	color: #FFF;

	margin: auto;

	text-align: center;

	z-index: 10;
}

#topo_img_interna section img {
	position: relative;

	max-width: 100%;
	height: auto;

	margin-top: -30px;
}
/*==============================*/
/*O PROFISSIONAL*/
#c_e_o_profissional {
	position: relative;
	
	width: 40%;
	height: auto;

	float: right;
	right: 100px;

	margin-top: 50px;
}

#c_e_o_profissional h3 {
	position: relative;

	margin-bottom: 10px;
}
/*==============================*/
#c_d_o_profissional {
	position: relative;

	width: 30%;
	height: auto;

	float: left;
	left: 170px;

	margin-top: 50px;
}

#c_d_o_profissional img {
	position: relative;

	max-width: 100%;
	height: auto;
}
/*ÁREAS DE ATUAÇÃO*/
.a_atuacao_desktop {
	position: relative;

	min-height: 510px;
	height: auto;
}

#Accordion1 {
	display: none;
}

.seta_topo_areas_desktop {
	position: absolute;
	width: 51px;
	height: 26px;
	top: -25px;
	left: 5%;
	background: url("../img_site/seta_areas.png") no-repeat 0% 0%;
}

#seta_topo_areas_desktop_1 {
	top: -25px;
	left: 2.5%;
}

#seta_topo_areas_desktop_2 {
	top: -25px;
	left: 12.5%;
}

#seta_topo_areas_desktop_3 {
	top: -25px;
	left: 23%;
}

#seta_topo_areas_desktop_4 {
	top: -25px;
	left: 34%;
}

#seta_topo_areas_desktop_5 {
	top: -25px;
	left: 43.5%;
}

#seta_topo_areas_desktop_6 {
	top: -25px;
	left: 53%;
}

#seta_topo_areas_desktop_7 {
	top: -25px;
	left: 67%;
}

#seta_topo_areas_desktop_8 {
	top: -25px;
	left: 80.5%;
}

#seta_topo_areas_desktop_9 {
	top: -25px;
	left: 93%;
}

#c_f_atuacoes_interna_desktop {
	position: relative;

	width: 100%;
	height: auto;

	margin: 50px auto 0 auto;
}

#c_f_atuacoes_interna_desktop .b_f_atuacoes_interna_desktop {
	position: relative;

	text-align: center;
}

.b_f_atuacoes_interna_desktop img {
	position: relative;

	width: 47px;
	height: 40px;
}

.TabbedPanelsTab:nth-child(7) .b_f_atuacoes_interna_desktop img {
	position: relative;

	width: 47px;
	height: 40px;
}

#btt_entrar_contato {
	position: absolute;

	width: 20%;
	height: 45px;
	line-height: 45px;

	text-align: center;

	bottom: 20px;
	left: 50%;
	margin-left: -10%;

/*	margin: 120px auto 0 auto;*/

	font-size: 15px;
	font-weight: 800;
	color: #FFF;

	background-color: #FF6600;
}

#btt_entrar_contato a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*BLOG*/
#c_f_blog_interna {
	position: relative;

	flex-wrap: wrap;

	margin-top: 50px;
}

#c_f_blog_interna .b_f_blog_interna {
	position: relative;

	width: 30%;
	min-height: 470px;
	height: auto;

	margin-bottom: 70px;
}

.b_f_blog_interna img {
	position: relative;

	max-width: 412px;
	width:100%;
	height: 232px;

	margin-bottom: 10px;
	object-fit: cover;
}

.b_f_blog_interna section {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;
}

.b_f_blog_interna section h3 {
	position: relative;

	margin-bottom: 20px;
}

#btt_ler_mais_interna {
	position: absolute;

	width: 33%;
	height: 32px;
	line-height: 32px;

	background-color: #FF6600;

	margin: 20px auto 0 auto;

	text-align: center;

	color: #FFF;
	font-size: 14px;
	font-weight: 800;

	bottom: 0;
	left: 50%;
	margin-left: -16%;
}

#btt_ler_mais_interna a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}
/*BLOG LEITURA*/
#blog_leitura { position: relative; padding: 40px 0;}
#info_leitura_noticia { position: relative; width: 35%; height: auto; margin: 0;}
#blog_leitura_c_share {
	position: relative;

	width: 15%;
}

.coluna_cinza {
	position: relative;

	width: 2px;
	height: 100%;

	color: #CDCDCD;
}
/*CONTATO*/
#contato {
	padding: 40px 0;
}
/*==============================*/
#c_e_contato {
	position: relative;

	width: 50%;
	height: auto;

	float: left;

	z-index: 10;
}

#c_e_contato div {
	margin-bottom: 30px;
}

#c_e_contato div:nth-child(2) {
	position: relative;

	padding-left: 25px;

	background: url("../img_site/icone_casa_contato.png") no-repeat;
	background-position: center left;
}

#c_e_contato div:nth-child(4) {
	position: relative;

	padding-left: 25px;
	
	background: url("../img_site/icone_tel_contato.png") no-repeat;
	background-position: center left;
}

#c_e_contato div:nth-child(6) {
	position: relative;

	padding-left: 25px;
	
	background: url("../img_site/icone_email_contato.png") no-repeat;
	background-position: center left;
}
/*==============================*/
#c_d_contato {
	position: relative;

	width: 50%;
	height: auto;

	float: right;

	z-index: 10;
}

#c_d_contato form {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;

	padding-bottom: 60px; 

	margin-top: 10px;
}

#c_d_contato form input[type="text"],
#c_d_contato form input[type="email"],
#c_d_contato form input[type="tel"] {
	position: relative;

	width: 32%;
	height: 45px;
	line-height: 45px;

	padding-left: 3%;
}

#c_d_contato form textarea {
	position: relative;

	width: 100%;
	height: 160px;

	margin: 25px 0 10px 0;

	padding: 2% 0 0 3%;
}

#c_d_contato form input[type="submit"] {
	position: relative;

	width: 30%;
	height: 50px;
	line-height: 50px;

	text-align: center;

	border: none;

	float: right;
	right: 0;
	bottom: 0;

	font-size: 15px;
	color: #FFF;
	font-weight: 800;

	background-color: #FF6600;
}

#mapa_contato {
	position: relative;

	width: 100%;
	height: auto;
}

.fonte_noticia{float:right; margin-top:25px;}
.padding_bottom{ padding-bottom:80px;}