@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 720px) {
	/* Início do Menu */
	.topo{
		display: none;
	}
	.topo_mobile{
		display: block; 
		background-image: url("../img/bg_topo_mobile.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		border-bottom: 15px solid rgba(0,0,0,0.5);
		padding-bottom: 10px;
	}
	.logo{
		text-align: center;
		padding: 10px 0;
	}
	.bg_menu{
		background: rgba(0,0,0, 0.6);
		width: 100%;
	}
	.login{
		display: inline;
		margin-left: 10px;
		height: 28px;
	}
	.topo_mobile input[type='text']{
		width: 154px;
		margin-bottom: 17px;
	}
	.btn_topo_mobile{
		margin: 0 10px 5px 10px;
	  	display: inline-block;
	    padding: 10px 159px;
	}
	/* Fim do Menu */

	.box{
	    height: 219px;
	}
	.releases, .pautas, .audios{
		padding: 81px 20px 0 20px;
	}
	.releases h1, .pautas h1, .audios h1{
		font-family: 'Bree Serif', sans-serif;
		font-size: 21px;
		color:#FFF;
	}
	.videos h1, .imagens h1{
		font-size: 16px;
	}
	.videos h2, .imagens h2{
		font-size: 11px;
	}
	.videos p, .imagens p{
		font-size: 11.6px;
		position: relative;
		z-index: 2;
	}
	.box_img{
		height: 300px;
	}
	.box{
		margin-top: 0px;
	}
	.rodape p{
		display: none;
	}
	.rodape input[type='text'], .rodape textarea{
		width: 280px;
	}
	.rodape textarea{
		margin-top: -20px;
	}
}