/********************************************************/
/************************ MOBILE ************************/
/********************************************************/
@media screen and (max-width: 1100px){


	/*Menu redes sociais*/
	.fix-flex{
		width: 100%;
		height: auto;
		flex-flow: row wrap;
		bottom: 0;
	}

	.redes-sociais{
		padding: 10px;
		margin-right: 10px;
		background-color: transparent;
		border-radius: 15px;
		flex-flow: row wrap;
		align-items: center;
	}

	.pad-flex{ 
		padding-bottom: 0; 
		padding-right: 20px; 
	}

	/*Rodapé*/
	.baixo-rodape{
		font-size: 0.9em;
		padding: 1em 0;
		padding-bottom: 4em;
	}

	.logo-rodape{
		padding-top: 1em;
		width: 30%;
	}

	.rodape-pag{
		flex-direction: column;
		justify-content: flex-start;		
	}
}







@media screen and (max-width: 980px){
	/*Geral*/
	.conteudo{
		width: 100%;
	}

	.em{
		margin-bottom: 0.2em;
	}

	.mob-txt{
		display: block;
	}

	.desk{
		display: none;
	}

	/*Cabeçalho*/
	.cabecalho{
		height: 60px;
	}

	.menu-txt{
		display: none;
	}

	.cabecalho p{
		font-size: 2em;
		padding-right: 0.8em;
	}

	.logo-menu{
		display: none;
	}

	.nav{
		top: 60px;
	}

	/*Meu slider*/
	.contem-slider{
		display: none;
	}

	/*Podcast*/
	.cont-podcasts{
		margin-top: 5em;
	}

	.podcast{
		flex-direction: column;
	}

	.bloco-desc-pod{
		justify-content: center;
	}

	.btn-pod{ margin: 1em 0; }
	.audio{ margin-top: .5em; }

	.autor-podcast span{
		font-size: 1.5em;
	}

	.titulo-pod{
		font-size: 1.7em;
	}

	.desc-pod{ font-size: 1.1em; }

	.cont2btn{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}