/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	body {
		overflow-x: hidden !important;
	}

	.cabecalho {
		position: relative;
	}	
	
}

/* SMARTPHONE */
@media only screen and (max-width: 767px) {

	body {
		overflow-x: hidden !important;
	}

		
	.titulo_secao {
		width: 300px;
/*		text-align: center;*/
		font-size: 30px !important;
    	line-height: 35px !important;
		margin-top: 19px !important;
	}

	.titulo_secao:after{
/*		margin: 10px auto;*/
	}

	.btn,
	.fale-conosco .form_contato button#botao_enviar {
		margin: 0px auto;
		display: block;
/*		padding: 5px;*/
	}


	/*CABECALHO E MENU SMART*/

	.cabecalho {
		position: relative;
		height: 160px;
	}

	.cor_cabecalho{
		height: 200px !important;
	}

	.topo_cabecalho .container .grid-10 {
		margin-top: 20px;
	}

	.topo_cabecalho .container .grid-10 span:nth-child(1) {
		font-size: 21px;
		text-align: center;
	}

	.topo_cabecalho .container .grid-10 span:nth-child(2) {
		text-align: center;
	}



	.menu {
		display: none;
	}	

	.menu_smartphone{
		display: block;
	}

	.cabecalho_menu_smart {
		position: relative;
		display: block;	
		margin: 0px 0px 0px 0px;
		width: 50px;
		float: left;
		z-index: 999;			
	}
	
	
	.menu_smart {
		position: fixed;
		width: 265px;
		height: 1000vh;
		left: 0px;
		top: 0px;

		background-color: var(--cinza); 
		box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3);
		z-index: 99;			

		-webkit-transform: translateX(-265px);
    	-moz-transform: translateX(-265px);
    	-ms-transform: translateX(-265px);
    	transform: translateX(-265px);

		-khtml-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		-ms-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
		transition:all 0.3s linear;
	}

	.menu_smart ul {
		margin-top: 15px;
        margin-left: 15px;
				
	}

	.menu_smart ul li {
		display: block;
		padding: 10px 10px;			
	}

	.menu_smart ul li a,
	.menu_smart ul li a ul.submenu li a{
		font-size: 13px;
		font-family: var(--FonteNormal), Arial, sans-serif;
		letter-spacing: .1em;
		color: #fff;
		padding: 5px 0;
		text-transform: uppercase;
		display: block;	
		font-weight: bold;
	}

	.topo_cabecalho{
		width: 100%;
		margin-top: 0px;
		height: 160px;
	}

	.cor_cabecalho .topo_cabecalho{
		height: 200px !important;
	}

	.logo_cabecalho {    
	    display: inline-block;
    	margin: 95px auto 0 auto;	
	}

	.topo_cabecalho .container{
		height: 160px;
	}

	.cor_cabecalho .topo_cabecalho .container{
		height: 200px !important;
	}

	.logo_cabecalho img{
		margin: 0px auto 0px auto;
		display: block;
		position: relative;
		width: 100%;
	}

	div.rede_social{
		/*margin-top: -144px;*/
		display: none;
	}


	.menu_smart_ativa {
		/*display: block;*/
		-webkit-transform: translateX(0);
    	-moz-transform: translateX(0);
    	-ms-transform: translateX(0);
    	transform: translateX(0);

		-khtml-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		-ms-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
		transition:all 0.3s linear;
	}

	section,
	header,
	footer {
	    -webkit-transform: translateX(0px);
	    -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    transform: translateX(0px);

	    -webkit-transition: all .25s linear;
	    -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	    transition: all .25s linear;
	}

	.menu_smart_ativa section,
	.menu_smart_ativa header,
	.menu_smart_ativa footer {
	    -webkit-transform: translateX(265px);
	    -moz-transform: translateX(265px);
	    -ms-transform: translateX(265px);
	    transform: translateX(265px);
	}


	

	


	/*SESSAO PUBLICAÇÕES*/

	.sessao_publicacoes{
		margin-bottom: 40px;
	}


	


	/*RODAPE*/

	.rodape .container .grid-6{
		text-align: center;
	}

	.rodape .container .grid-6 a:nth-child(1){
		margin-left: 0px;
	}

	.rodape .container .grid-6 a:nth-child(2){
		margin-right: 0px;
	}


	.logo_rodape{
		margin: 20px auto 20px auto;
   		display: block;
	}

	.copyright{
		display: inline-block;
    	text-align: center;
	}

	.copyright p{
		margin-top: 0px;
	}

	.menu_rodape{
		text-align: center;
	}

	.barra_rodape_inferior .icones_redes{
		clear: both;
		text-align: center;
	}

	.icones_redes span.facebook{
		float: none;
		margin-right: 10px;
	}

	.icones_redes span.instagram{
		float: none;
	}

	.icones_redes div.marcas{
		margin: 30px auto 0px auto;
	    float: none;
	}

	.barra_rodape_inferior div.endereco{
		text-align: center;
		clear: both;
		margin-top: 50px;
	}

	img.rxo{
		float: none;
		display: block;
		margin: 20px auto 10px auto;
	}
	
	img.badogue{
		float: none;
	}

	/*PAINEL*/

	.painel {	
		height: 400px;   
		margin-top: -160px;
	}

	.rslides {
		height: 400px;
	}

	.rslides a {
		height: 400px;
	}

	.rslides li {
		height: 400px !important;
		background-position: 0px 0px !important;
	}

	.rslides a li span.container{
		margin-top: 50px;
	}

	.rslides a div.container img.logo_painel{
		width: 300px;
		margin-left: 0px;
	}

	.rslides a li span.container span.legenda_painel{
		display: block;
    	margin-top: 10px;
	}

	.rslides a div.tela_video{
		height: 400px;
	}

	.rslides a div.filtro_verde{
		height: 410px;
	}

	

	.rslides a div.container{
		margin-top: -685px;
    	height: 680px;
    	display: flex;
    	align-items: flex-end;
	}

	.rslides a div.container span.titulo_painel{
		margin-top: 480px;
		margin-bottom: 10px;
    	max-height: 70px;
    	font-size: 30px;
    	line-height: 35px;
    	text-align: center;
    	justify-content: center;
	}

	.rslides a div.container span.legenda_painel{
		font-size: 16px;
    	line-height: 21px;
    	max-height: 100px;
    	margin-top: 0px;
    	margin-bottom: 0px;
    	text-align: center;
	}

	.rslides a div.container span.descricao_painel{
		padding-right: 0px;
	}


	.rslides a div.filtro_gradiente{
		height: 400px;
		margin-top: -406px;
	}


	/* PADRÕES */

	span.back_titulo_secao{
		font-size: 105px;
	}


	/* BLOCO SOBRE */

	section.sobre{
		margin-top: -20px;
	}


	section.sobre div.texto span.texto_sobre p{
		text-align: justify;
	}

	section.sobre div.mosaico_fotos{
		margin-top: 130px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_01{
		margin-right: -30px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_01 .moldura_01,
	section.sobre div.mosaico_fotos div.mosaico_foto_01 div.foto_01{
		width: 200px;
		height: 150px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_01 div.foto_01{
		margin-top: -140px;
	}


	section.sobre div.mosaico_fotos div.mosaico_foto_02{
		margin-top: -40px;
		margin-right: 40px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_02 .moldura_02,
	section.sobre div.mosaico_fotos div.mosaico_foto_02 div.foto_02{
		width: 275px;
		height: 210px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_02 div.foto_02{
		margin-top: -195px;
	}

	section.sobre div.mosaico_fotos div.mosaico_foto_03{
		margin-right: -230px;
	}


	section.sobre div.mosaico_fotos div.mosaico_foto_04{
		z-index: 3;
		margin-top: -90px;
		margin-right: 130px;
	}



	/* BLOCO AGENDA */

	section.bg_agenda{
		margin-top: -220px;
		background-position: left !important;
	}


	section.nossa-agenda .container ul.cards_datas li.card_data{
		margin: 10px 10px 10px 10px;
		width: 130px;
		padding: 5px 10px;
	}

	section.nossa-agenda .container ul.cards_datas li.card_data span.dia{
		font-size: 45px;
		line-height: 40px;
	}

	section.nossa-agenda .container ul.cards_datas li.card_data span.mes{
		font-size: 16px;
		margin-left: 1px;
		margin-top: -5px;
		margin-bottom: 60px;
	}


	#janela_agenda {
		width: 300px !important;
	}

	#janela_agenda ul.informacoes_agenda{
		margin: 35px 10px 20px 10px;
		padding: 0px;
	}

	#janela_agenda ul.informacoes_agenda li.agenda_data{
		font-size: 12px;
		min-width: 119px;
	}


	/* BLOCO NOSSOS ALUNOS */

	section.nossos_alunos{
		margin-top: 0px;
	}

	section.nossos_alunos ul.cards_alunos{
/*		width: 100vw !important;*/
		width: 300px !important;
		height: 406px  !important;
		clear: both;
		float: none;
		display: block;
/*		margin-left: calc( calc(100vw * 0.1) * -1 );*/
		margin-left: 0px;
		margin-top: 0px;
		overflow: hidden !important;
	}

	section.nossos_alunos ul.cards_alunos li.card_aluno{
/*		width: 280px !important;*/
		width: 245px !important;
		height: 328px  !important;

	}


	/* BLOCO FOTOS RODAPE */

	section.galeria_rodape ul.fotos{
		height: 160px;
	}

	section.galeria_rodape ul.fotos li.foto{
		height: 160px;
		width: calc(100vw / 2);
	}

	section.galeria_rodape ul.fotos li.foto:nth-child(3),
	section.galeria_rodape ul.fotos li.foto:nth-child(4){
		display: none;
	}



	/*	FORMULARIO ASSINAR */

	.form_assina input.txt_campos{
		width: 300px;
		margin-bottom: 10px;
		margin-right: 0px;
	}

	.form_assina span.cta_formAssina{
		text-align: center;
	}


	/*	MENTORIA */

	section.bloco_mentoria{
		background-size: 370% 33.1% !important;
		background-position: -235px 0px !important;
		padding-bottom: 0px;
		/*background-position: -3880px -590px !important; */
	}

	section.bloco_apresentacao div.foto_apresentacao{
		height: 305px;
	}

	section.bloco_mentoria ul.cards_conteudos li.card_conteudo{
		width: 300px;
		margin-bottom: 40px;
		margin-left: 0px;
	}


	/* BENEFICIOS MENTORIA */

	section.bloco_paraQuem{
		background-position: 10% 100% !important;
		background-size: 750% 100% !important;
		padding-bottom: 0px;
		overflow-x: hidden !important;
	}

	section.bloco_paraQuem .container .card_Beneficios ul.cards_beneficios{
		display: inline-flex;
		flex-direction: column;
	}

	section.bloco_paraQuem .container .card_Beneficios ul.cards_beneficios li.card_beneficio{
		margin-top: 5px;
		margin-bottom: 5px;
		width: 270px;
	}

	/* CHAMADAS */

	.chamada{
/*		background-size: 850% 100% !important;*/
/*		backdrop-filter: opacity(50%) !important;*/
/*		background-blend-mode: soft-light !important;*/
	}

	.chamada:nth-child(2){
/*		margin-top: -20px;*/
	}

	.chamada div.grid-16{
/*		margin-top: 20px;*/
	}

	.chamada .container{
		flex-direction: column;
		margin-top: 20px;
	}

	.chamada ul.grid-8 li.tela_video{
		margin-bottom: 20px;
	}

	/* DEPOIMENTOS */

	section.bloco_paraQuem .container .grid-8.img_Depoimentos{
/*		width: 300px;*/
    	margin-right: -200px;
    	margin-top: 0px;
	}


	/*	BENEFÍCIOS */

	section.bloco_paraQuem .container .card_Beneficios h2{
		width: 280px;
		margin-top: 20px;
	}

	section.bloco_mentor h2{
/*		text-align: left;*/
	}


	/*	BLOCO O MENTOR*/

	section.bloco_mentor{
		overflow-x: hidden !important;
		background-position: -1113px 0px !important;
		background-size: 450% 60% !important;
		
	}

	section.bloco_mentor .container span.crm_mentor{
		text-align: center;
	}

	section.bloco_mentor .container p{
		text-align: center;
	}

	section.bloco_mentor .container div.foto_mentores img{
		margin-left: -263px;
	}

	section.bloco_mentor .container div.bio_mentor2{
		margin-top: -90px;
		text-align: center;
		margin-bottom: 50px;
	}

	section.bloco_mentor div.grid-9{
		width: 520px;
		margin-left: -90px;
	}

	section.bloco_mentor div.grid-7{
		margin-top: -95px;
		margin-bottom: 110px;
	}
	

	/* ASSISTENCIA JURIDICA */

	section.assistencia_juridica{
		margin-top: 0px;
	}

	section.assistencia_juridica div.contadores{
		padding-top: 0px;
		height: 200px;
	}

	section.assistencia_juridica div.contadores span{
		line-height: 30px;
	}

	section.assistencia_juridica div.box_assistencia div.card_juridico{
		width: 300px;
	}

	section.assistencia_juridica div.box_assistencia div.card_juridico span.sub_juridico{
		width: 280px;
	}

	section.assistencia_juridica div.box_assistencia div.card_juridico div.btns_juridico a.btn_juridico:nth-child(1){
		margin-right: 10px;
	}

	section.assistencia_juridica div.box_assistencia div.card_juridico div.btns_juridico a.btn_juridico{
		width: 130px;
		font-size: 12px;
	}




	/*SESSÃO ESPECIALIDADES*/

	section.areas_atuacao{
		margin-top: 30px;
		overflow-x: hidden;
	}


	section.areas_atuacao li.card_area{
		width: 100% !important;
		/*margin-left: 7px;*/
	}

	section.areas_atuacao ul li span{
		padding: 0px 9px;
	}

	.owl-nav{
		display: none !important;
	}

	.owl-dots{
		display: none;
	}



	/* BLOCO EQUIPE */

	section.bloco_equipe{
		display: inline-block;
		margin-top: -10px;
	}

	section.bloco_equipe div.lado_esquerdo,
	section.bloco_equipe div.lado_direito{
		width: 100%;
	}

	section.bloco_equipe div.lado_esquerdo div.container{
		margin-top: 30px;
		margin-bottom: 10px;
	}

	section.bloco_equipe div.lado_direito ul.container{
		width: 100%;
    	margin-top: 20px;
	}

	section.bloco_equipe div.lado_direito ul.container li{
		width: 50vw;
    	height: 250px;
	}



	/* PUBLICACOES */

	section.conteudos div.filtro_verde.altura_responsivo{
		margin-top: -1792px;
	}



	/* BLOCO DUVIDA */


	section.bloco_duvida{
		margin-top: 500px;
		overflow: hidden;
		margin-bottom: -10px;
	}

	section.bloco_duvida .container{
		display: block;
		margin-top: 10px;
	}

	section.bloco_duvida div.filtro_marrom{
		height: 407px;
		margin-top: -407px;
	}





	

	/* SESSÃO DR. FABIO */

	.dr_fabio .foto_fabio .foto-dr{
		margin-top: 40px;
	}


	/* SESSÃO BLOG FC */

	.sessao_publicacoes ul li.card{
		height: 400px;
	}

	.sessao_publicacoes ul li.card div.foto_card{
		width: 300px;		
	}

	.sessao_publicacoes ul li.card span.titulo_card{
		margin-top: 20px;
		margin-left: 20px;
	}

	.sessao_publicacoes ul li.card span.descricao_card{
		margin-top: 20px;
		margin-left: 20px;
	}


	/*A CLINICA*/

	section.galeria-fotos ul li{
		margin-top: 20px;
	}


	.bgParallax{
		background-position: center !important;
	}


	/*PAGINA DR FABIO*/


	section.texto-fabio .biografia{
		margin-left: 0px;
		width: 300px;
		padding-left: 30px;
		padding-right: 30px;
	}
	

	section.texto-fabio div.foto-fabio-1{
		position: relative;
		width: 300px;
		height: 500px;
		margin-bottom: 30px;
		left: 0px;
    	top: 0px;
	}

	section.galeria-fotos-fabio .grid-16{
		padding: 0px;
	}

	section.galeria-fotos-fabio ul li{
		margin-left: 0px;
		margin-right: 0px;
		height: 300px;
		width: 300px;
	}

	section.galeria-fotos-fabio ul li div.mascara-foto{
		width: 301px;
		height: 301px;		
		margin-top: -300px;	
	}

	section.galeria-fotos-fabio ul li span{
	    margin: 137.5px auto;
	}
	
	



	/*PADRAO SUBPAGINAS*/


	section.painel_pagina{
		margin-top: -160px;
	}

	section.painel_pagina.painel_subpagina{ 
		margin-top: -200px !important;
	}

	h1.titulo_pagina{
		display: block;
		font-size: 30px;
/*		text-overflow: ellipsis;*/
/*		font-weight: 600;*/
		text-align: center;
	}

	.botoes_redes .botao_whatsapp{
		margin-left: 10px;
		margin-top: 10px;
	}

	section.formulario_busca .grid-16 .form_busca input{
		width: 300px;
		margin-bottom: 20px;
		margin-right: 0px;
	}



	/* PAG ALUNOS */

	section.painel_pagina div.back_titulo_secao{
		margin-top: 169px;
	}


	/* PAG ALUNO */

	.conteudo_pagina {
		background-position: left !important;
		background-size: 400% !important;
	}

	div.back_titulo_secao{
		margin-top: -20px;
	}

	.conteudo_pagina .container .grid-5{
		margin-top: -70px;
	}

	.conteudo_pagina .container .grid-5 .imagem_post{
		width: 300px;
		height: 415px;
	}

	.conteudo_pagina .container .grid-7{
		margin-top: 0px;
	}

	.conteudo_pagina .container .grid-7 h1.aluno_nome{
		margin-bottom: 30px;
	}

	.conteudo_pagina .container .grid-16{
		margin-top: 50px;
	}

	/* BLOCO DUVIDA EM ALUNO */

	section.bloco_mensagem .container .grid-8{
		margin-bottom: 0px;
	}

	section.bloco_mensagem .container .grid-8:first-child{
		padding-right: 24px;
	}

	section.bloco_mensagem .container .grid-8 span.titulo_mensagem{
		font-size: 20px;
	}

	section.bloco_mensagem .container .grid-8 span.abre_formulario{
		font-size: 15px;
	}


	/*O ESCRITORIO*/


	.texto_quemsomos h2.titulo_quemsomos{
		margin-top: 60px;
	}

	div.box_quemsomos{
		padding: 10px 20px 20px 20px;
	}

	.foto_idealizador{
		border-bottom: 6px solid #fff;
    	border-right: none;
	}

	div.bio_idealizador{
		min-height: 150px;
	}

	section.equipe ul{
		padding-left: 0px;
	}



	



	/*CURSO*/

	.conteudo_pagina .detalhes_post a.botao_comprar,
	.conteudo_pagina .detalhes_post a.botao_interesse{
		margin: 20px auto;
    	clear: both;
    	display: table;
	}

	.publicacoes ul.cards li.card{
		margin-left: 0px;
	}



	/*FALE CONOSCO*/

	.fale-conosco .grid-8 span.dados_atendimento p{
		text-overflow: ellipsis;
    	word-wrap: break-word;
	}

		
	/*BLOG*/

	body > section.conteudo_pagina > div > div > p > img {
		max-width: 300px !important; 
	}

	body > section.conteudo_pagina > div > div > p > iframe,
	body > section.conteudo_pagina > div > div > p > strong > iframe {
		max-width: 300px !important; 
	}

	body > section.conteudo_pagina > div > div > p > a {
		max-width: 300px !important; 
	}

	.conteudo_pagina .imagem_post img {
    	max-width: 300px;
	}

	.conteudo_pagina p.tags{
		margin-bottom: 0px;
	}

	section.posts .grid-16 ul li{
		width: 300px;
	}

	section.posts .grid-16 ul li div.imagem_post{
		width: 300px;
	}

	section.posts .grid-16 ul li div.titulo_post,	
	section.posts .grid-16 ul li div.categoria_post{
		width: 280px;
	}



	#janela_compra,
	#janela_interesse {
		width: 300px;
	}

	#janela_compra .formulario_compra,
	#janela_interesse .formulario_interesse{
		margin: 0;
		width: 290px;
	}

	.form_compra input, 
	.form_compra select,
	.form_interesse input, 
	.form_interesse select{
		width: 275px;
	}


}