@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: 16px;
	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:16px;}
.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: 50%;
	height: auto;

	top: 0;

	float: left;
}
/*==============================*/
#topo nav#menu {
	display: none;
}
/*==============================*/

/* CSS DO MENU RESPONSIVO */
#menu_responsivo img, #lista{
	display:block;
	visibility:visible;

	z-index:1000 !important;
}

#menu_responsivo img{
	width:100%;
	height:auto;
	z-index:1000 !important;
}

#menu_responsivo{
	display:block;
	position:absolute;
	right: 10px;
	top: 40px;
	z-index:1000 !important;
}

#lista{
	position: absolute;
	display:block;
	top: 90px;
	right: 0;
	width: 60%; 
	height: auto; 
	background-color: #FFF;
	border-radius:5px;
	border:#CCC 1px solid;
}

#icone_menu_lista{
	position:absolute;
	display:block;
	width:26px;
	height:15px;
	top: -14px;
	right: 10px;
	background:url(../img_site/icone_lista_menu_mobile.png) center center no-repeat; 
}

#lista ul{
	width: auto; 
	height: auto; 
	text-align: left;
	list-style:none;
}

#lista > ul > li{
	display: table;
	height: auto;
	padding: 4% 0;
	width: 100%;
	border-bottom-width: 1px ;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#lista > ul > li a{
	display: block;
	width: 100%;
	height: 100%;
}

#lista li:last-child{
	border-bottom:none;
}

.lista{
	font-size: 16px;
	color: #999;
	text-decoration: none;
	padding-left: 20px;
}

.lista:hover{
	color: #666;
}

.lista_submenu{
	font-size: 15px;
	color: #999;
	text-decoration: none;
	padding-left: 40px;
	line-height: 2;
}

.lista_submenu:hover{
	color: #666;
}

#escurece{
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(0,0,0, 0.5);
	min-height:100%;
	min-width:100%;
	z-index: 100;
}

/*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: 100%;
	height: auto;

	margin: auto;

	text-align: center;
}

#atuacoes section img {
	position: relative;

	margin: 15px 0 10px 0;
}
/*==============================*/
#c_f_atuacoes {
	position: relative;
	flex-wrap: wrap;

	width: 95%;
	height: auto;

	margin: 50px auto 0 auto;
}

#c_f_atuacoes .b_f_atuacoes {
	position: relative;

	width: 30%;
	height: auto;

	margin-bottom: 50px;

	text-align: center;
}

.b_f_atuacoes img {
	position: relative;

	max-width: 30%;
	height: auto;
}

#outras_areas {
	position: relative;

	width: 45%;
	height: 60px;
	line-height: 60px;

	margin: 20px 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%;
	height: 450px !important;

	/*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: 50px;
}

#fundo_img_parallax img {
	position: relative;

	width: 150%;
	height: auto;
}

#parallax div:nth-child(4) {
	position: relative;

	width: 90%;
	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;
}

#c_f_blog .b_f_blog {
	position: relative;

	width: 45%;
	min-height: 310px;
	height: auto;

	margin-top: 50px;

	text-align: center;
}

.b_f_blog:last-child {
	display: none;
}

.b_f_blog img {
	position: relative;

	width: 290px;
	height: 164px;

	object-fit: cover;

	margin-bottom: 10px;
}

.b_f_blog section {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;
}

.b_f_blog section h3 {
	position: relative;

	margin-bottom: 20px;
}

.b_f_blog section div {
	display: none;
}

#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: 270px;
}
footer {
	position: absolute;

	bottom: 0;

	width: 100%;
	height: 40px;
	line-height: 40px;

	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%;
	height: 150px;

	background: url("../img_site/fundo_interna.jpg") 40%;
	background-size: cover;
}

#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: 30px auto 0 auto;

	text-align: center;

	z-index: 10;
}

#topo_img_interna section img {
	position: relative;

	max-width: 100%;
	height: auto;

	margin-top: -30px;
}

/*==============================*/
.ordem_tablet {
	display: flex;
	flex-wrap: wrap;
}

/*O PROFISSIONAL*/
#c_e_o_profissional {
	position: relative;
	
	width: 100%;
	height: auto;

	float: none;

	margin-top: 50px;

	order: 2;
}

#c_e_o_profissional h3 {
	position: relative;

	margin-bottom: 10px;
}
/*==============================*/
#c_d_o_profissional {
	position: relative;

	width: 100%;
	height: auto;

	float: none;

	margin-top: 50px;

	text-align: center;

	order: 1;
}

#c_d_o_profissional img {
	position: relative;

	max-width: 300px;
	height: auto;
}
/*ÁREAS DE ATUAÇÃO*/
.a_atuacao_desktop {
	display: none !important;
}

#Accordion1 {
	margin-top: 40px;
}

.AccordionPanel {
	margin-bottom: 3px !important;
}

.AccordionPanelTab {
	display: flex;
	overflow: hidden;

	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;

	background-color: #EAEAEA
}

.AccordionPanelContent {
	background-color: #F9F9F9;
	font-size: 14px;
	font-weight: 400;
	color: #000;

	padding: 20px 0 0 15px !important;
}

#c_f_atuacoes_interna_desktop .b_f_atuacoes_interna_desktop {
	position: relative;

	text-align: center;
}

.b_f_atuacoes_interna_desktop img {
	position: relative;

	max-width: 20% !important;
	height: auto;

	float: left;
}

.AccordionPanel:nth-child(7) .b_f_atuacoes_interna_desktop img {
	width: 15%;
}

.b_f_atuacoes_interna_desktop h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-left: 40px;
}

#btt_entrar_contato {
	position: relative;

	width: 35%;
	height: 45px;
	line-height: 45px;

	text-align: center;

	margin: 50px auto 30px auto;

	font-size: 15px;
	font-weight: 800;
	color: #FFF;

	background-color: #FF6600;
}
/*BLOG*/
#c_f_blog_interna {
	position: relative;

	flex-wrap: wrap;

	margin-top: 50px;
}

#c_f_blog_interna .b_f_blog_interna {
	position: relative;

	width: 32%;
	min-height: 310px;
	height: auto;
	text-align:center;
	margin-bottom: 70px;
}

.b_f_blog_interna img {
	position: relative;

	max-width: 290px;
	height: 164px;

	object-fit: cover;

	margin-bottom: 10px;
}

.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;
}

.b_f_blog_interna section div {
	display: none;
}

#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: 70%;
	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: 100%;
	height: auto;

	margin-bottom: 80px;

	float: none;
}

#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: 100%;
	height: auto;

	float: none;
}

#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: 24%;
	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;
}