@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: 'Source Sans Pro'
}
/*-----------------------------------------------------------------------------------------------------*/
/*DECLARAÇÃO DAS FONTES*/

.muli{font-family: 'Muli'};
.open{font-family: 'Source Sans Pro'}

h1 {font-size: 22px;}

.fonte_menu {
	font-size: 15px;
	color: #FFF;
	font-weight: 300;

	font-family: 'Muli';
}

/*FONTE WEIGHT*/
.thin{font-weight: 100;}
.light{font-weight: 300;}
.regular{font-weight: 400;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}

/*CORES*/
.preto{color: #000;}
.branco{color: #FFF;}
.azul{color: #1F2646;}
.roxo{color: #7F007F;}
.laranja{color: #FF9326;}
.cinza{color: #2D2D2D;}
.verde{color: #127F4B;}

/*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:16px;}
.vinte{font-size:20px;}
.vinte_um{font-size:15px;}
.vinte_dois{font-size:22px;}
.vinte_tres{font-size:23px;}
.vinte_quatro{font-size:24px;}
.vinte_cinco{font-size:25px;}
.vinte_seis{font-size:20px;}
.trinta{font-size: 30px;}
.quarenta{font-size: 22px;}
.quarenta_tres{font-size: 30px;}
.sessenta{font-size: 40px;}

/*SPECS*/
.justificado {text-align: justify;}
.lh16{line-height:1.6;}

.over_hid{overflow: hidden;}
/*-----------------------------------------------------------------------------------------------------*/

/*TOPO*/


img#logo_topo {
	position: relative;

	max-width: 25%;
	height: auto;
}

#topo {
	position: fixed;

	width: 100%;
	height: auto;

	padding: 20px 0;

	z-index: 101;
}

#topo .conteudo .container_flex {
	display: none;
}

/* CSS DO MENU RESPONSIVO */
#menu_responsivo img, #lista{
	display:block;
	visibility:visible;
	z-index:109 !important;
}

#menu_responsivo img{
	width:100%;
	height:auto;
	z-index:109 !important;
}

#menu_responsivo{
	display:block;
	position:absolute;
	right: 0;
	top: 15px;
	z-index:109 !important;
}

#lista{
	position: absolute;
	display:block;
	top: 70px;
	right: 0;
	width: 70%; 
	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: 5px;
	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: 5% 0;
	width: 100%;
	border-bottom-width: 1px ;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#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;
}

/*ESPECIALIDADES*/

#especialidades {
	position: relative;

	width: 100%;
	height: auto;

	padding: 30px 0;

	text-align: center;
}

#c_f_especialidades {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;

	padding: 15px 0;
}

#c_f_especialidades .b_f_especialidades {
	position: relative;

	width: 45%;
	height: auto;

	margin-bottom: 35px;
}

.b_f_especialidades img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.b_f_especialidades a#marque_verde {
	position: relative;
	display: block;

	width: 80%;
	height: 42px;
	line-height: 42px;

	margin: 30px auto 0 auto;

	background-color: #127F4B;

	border-radius: 5px;

	text-align: center;

	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}

/*PARALLAX*/

#parallax {
	position: relative;

	width: 100%;
	height: 464px;

	padding: 30px 0 110px 0;

	background: url("../img_site/fundo_parallax.jpg") no-repeat;
	background-size: cover;
}

#parallax #c_e_parallax {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;

	float: none;

	top: 0;
}

#c_e_parallax div {
	position: relative;

	width: 90%;
	height: auto;

	margin: 20px 0;
}

#c_e_parallax a {
	position: relative;
	display: block;

	width: 30%;
	height: 42px;
	line-height: 42px;

	margin: 0 auto 50px auto;

	border: 1px #FFF solid;
	border-radius: 5px;

	text-align: center;

	font-size: 14px;
	font-weight: 400;
	color: #FFF;
}

#c_d_parallax {
	position: relative;

	width: 100%;
	height: auto;

	float: none;

	top: 0;
}

#c_d_parallax > div {
	position: relative;

	flex-wrap: wrap;
	flex-direction: column;

	text-align: center;
}

#c_d_parallax #c_f_parallax {
	position: relative;

	width: 100%;
	height: auto;
}

#c_f_parallax .b_f_parallax {
	position: relative;

	width: 100% - 10px;
	height: auto;

	padding: 5px 10px;

	margin-bottom: 20px;

	background-color: rgba(255, 255, 255, .2);
	border-radius: 5px;
}

/*BLOG*/
#blog {
	position: relative;

	width: 100%;
	height: auto;

	padding: 40px 0;

	text-align: center;
}

#blog h1 {
	position: relative;

	margin-bottom: 40px;
}

#blog #c_f_blog {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;
}

#c_f_blog .b_f_blog {
	position: relative;

	width: 100%;
	height: auto;

	margin-bottom: 40px;

	text-align: left;
}

.b_f_blog a {
	display: block;
	width: 100%;
	height: 100%;
}

.b_f_blog img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.b_f_blog div {
	position: relative;

	width: 90%;
	height: auto;

	padding-left: 6%;
	margin: 10px 0;

	background: url("../img_site/icone_calendario.png") no-repeat;
	background-position: 0% 40%;
}

.b_f_blog h2 {
	position: relative;

	max-width: 100%;
}

#btt_mais_posts {
	position: relative;
	display: block;

	width: 40%;
	height: 42px;
	line-height: 42px;

	border-radius: 5px;

	margin: 50px auto 0 auto;

	text-align: center;

	font-size: 15px;
	font-weight: 600;
	color: #FFF;

	background-color: #4E4E4E;
}

/*RODAPE*/

#espaco_rodape {
	position: relative;

	width: 100%;
	min-height: 200px;
}

footer {
	position: absolute;

	width: 100%;
	height: auto;

	bottom: 0;
	left: 0;
}

footer #topo_rodape {
	position: relative;

	width: 100%;
	height: auto;

	padding: 15px 0;

	background-color: #F0F0F0;
}

#topo_rodape #c_f_topo_rodape {
	position: relative;

	width: 17%;
	height: auto;

	margin: auto;
}

footer #rodape {
	display: none;
}

#baixo_rodape {
	position: relative;

	width: 100%;
	height: auto;

	padding: 10px 0;

	background-color: #1A1F37;
}

#baixo_rodape .container_flex {
	flex-wrap: wrap;
	align-items: center;

	text-align: center;
}

#baixo_rodape .container_flex div,
#baixo_rodape .container_flex a {
	position: relative;

	width: 100%;
	height: auto;

	margin-top: 10px;
}

/*INTERNAS*/

.container_padrao_interna {
	position: relative;

	width: 100%;
	height: auto;

	padding: 50px 0;
}

#topo_img_interna {
	position: relative;

	width: 100%;
	height: 100px;

	margin-top: 70px;

	background: url("../img_site/img_topo_internas.jpg") no-repeat 50% 0%;
	background-size: cover;
}

#topo_img_interna .conteudo {
	display: flex;
	align-items: center;
}

img[name="perfil_especialidade"] {
	position: relative;

	max-width: 35%;
	height: auto;

	top: 40px;
}

/*A EGO*/

#c_f_topicos_a_ego {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;

	margin: 70px 0 70px 0;
}

#c_f_topicos_a_ego .b_f_topicos_a_ego {
	position: relative;

	width: 70%;
	height: auto;

	margin: 0 auto 50px auto;

	text-align: center;
}

.b_f_topicos_a_ego div:first-child {
	position: relative;

	width: 100%;
	height: 60px;
	line-height: 60px;

	margin-bottom: 15px;

	background-color: #FF8000;

	border-radius: 10px;
}

/*BLOG INTERNA*/

#h1_blog {
	position: relative;

	float: left;

	margin-bottom: 30px;
}

#filtro_blog {
	display: none;
}

#c_f_blog_interna {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;

	margin-top: 30px;
}

#c_f_blog_interna .b_f_blog_interna {
	position: relative;

	width: 100%;
	height: auto;

	margin-bottom: 70px;

	text-align: left;
}

.b_f_blog_interna img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.b_f_blog_interna div {
	position: relative;

	width: 100%;
	height: auto;

	padding-left: 25px;
	margin: 20px 0;

	background: url("../img_site/icone_calendario.png") no-repeat;
	background-position: 0% 40%;
}

.b_f_blog_interna h2 {
	position: relative;

	max-width: 100%;
}

/*ESPECIALIDADES*/

#especialidades {
	overflow: hidden;
}

#c_e_especialidades {
	text-align: center !important;
	position: relative;

	width: 100%;
	height: auto;

	float: none;

	margin-bottom: 40px;

	text-align: left;
}

#c_e_especialidades h1{

	margin-bottom: 20px;
}

#c_e_especialidades > div {
	clear: both;
}

#c_d_especialidades {
	position: relative;

	width: 100%;
	height: auto;

	float: none;
}

#c_d_especialidades > div:first-child {
	position: relative;

	width: 100% -40px;
	height: auto;

	padding: 15px 20px;

	background-color: #127F4B;

	text-align: left;
}

#c_d_especialidades > div:first-child:after {
	content: '\025ba';
	margin-left: 60%;
}

#c_d_especialidades div:nth-child(2) {
	position: relative;
	overflow: hidden;

	width: 100% -30px;
	height: auto;

	padding: 20px 15px;

	background-color: #F7F7F4;
}

#c_d_especialidades div:nth-child(2) #c_img_perfil {
	position: relative;

	width: 40%;
	height: auto;

	text-align: center;

	margin: 0 auto;
}

#c_img_perfil img {
	position: relative;

	max-width: 100%;
	height: auto;
}

#c_d_especialidades div:nth-child(2) div:nth-child(2) {
	position: relative;

	text-align: center;
}

#c_d_especialidades div:nth-child(3) {
	position: relative;

	width: 100% -40px;
	height: auto;

	padding: 15px 20px;

	background-color: #127F4B;

	text-align: left;
}

/*ITENS ESPECIALIDADES*/

#itens_especialidades {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: auto;

	background: url("../img_site/fundo_parallax.jpg") no-repeat 50% 0%;
	background-size: cover;

	text-align: center;
}

#itens_especialidades h2 {
	position: relative;

	width: 100%;
	height: auto;

	margin: 20px 0;
}

#c_f_itens_especialidades {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;

	margin: 30px 0;
}

#c_f_itens_especialidades .b_f_itens_especialidades {
	position: relative;

	width: 45%;
	height: auto;

	margin-bottom: 30px;
}

#c_f_itens_especialidades .b_f_itens_especialidades img {
	position: relative;

	width: 122px;
	height: 122px;

	border-radius: 100%;

	margin-bottom: 25px;
}

/*BLOG LER*/

#blog_ler {
	position: relative;

	width: 100%;
	height: auto;

	padding-bottom: 100px;
}

#blog_ler #corpo_noticia {
	position: relative;

	width: 100%;
	height: auto;

	clear: both;
}

#corpo_noticia div:nth-child(2) {
	position: relative;

	padding-left: 25px;
	margin: 20px 0;

	background: url("../img_site/icone_calendario.png") no-repeat;
	background-position: 0% 40%;
}

#c_compartilhar_blog {
	position: relative;

	width: 100%;
	height: auto;

	float: right;

	top: 50px;
}

/*CONTATO*/

#contato {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: auto;	
}

#c_e_contato {
	position: relative;

	width: 100%;
	height: auto;

	float: none;
}

#c_e_contato ul {
	position: relative;

	width: 100%;
	height: auto;

	margin-top: 40px;
}

#c_e_contato ul li {
	position: relative;
	display: flex;
	align-items: center;

	list-style: none;

	margin-bottom: 30px;
}

#c_e_contato ul li > div{
	position: relative;

	margin-left: 20px;
}

#c_e_contato ul li img {
	position: relative;

	max-width: 100%;
	height: auto;

	float: left;
}

#c_d_contato {
	position: relative;

	width: 100%;
	height: auto;

	margin-top: 80px;

	float: none;
}

#c_d_contato form {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: auto;

	margin-top: 30px;
}

#c_d_contato form input {
	position: relative;
	display: block;

	width: 95%;
	height: 35px;
	line-height: 35px;

	padding-left: 15px;

	background-color: #F7F7F7;

	font-size: 18px;
	font-weight: 400;
	color: #333333;

	border: 1px #EBEBEB solid;
}

#c_d_contato form textarea {
	position: relative;

	width: 95%;
	height: 200px;

	font-size: 18px;
	font-weight: 400;
	color: #333333;

	padding: 10px 0 0 15px;

	background-color: #F7F7F7;

	border: 1px #EBEBEB solid;
}

#c_d_contato form input[type="submit"] {
	position: relative;

	width: 30%;
	height: 35px;
	line-height: 35px;

	font-size: 16px;
	font-weight: 400;
	color: #FFF;

	margin-top: 20px;

	float: right;

	background-color: #127F4B;
}
