/* CSS Document */

@charset "utf-8";

/* CSS Document */

/* Tablet em pé */
@media screen and (max-width: 1024px) {
}

/* Intermediário */
@media screen and (max-width: 980px) {
}

/* Mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
	.mobile
	{
		display:block;
	}
	.desktop
	{
		display:none;
	}
	.container
	{
		width:auto;
		padding:5px 10px;
		margin:0px;
	}
	/*header*/
	.header
	{
		position: relative;
	}
	.logo-header
	{
		margin: 20px auto;
		width: 100%;
	}
	.box-right-top
	{
		width:100%;
		float:none;
	}
	.social-midia 
	{
		width: 100px;
		margin: 0px auto;
		float: none;
	}
	.social-midia ul
	{
		margin-top:-10px;
	}
	.form-search
	{
		width: 100%;
		position: absolute;
		margin: 0px;
		bottom: 5px;
		left: 0;
	}
	.input-search
	{
		width: 100%;
		position:absolute;
		margin: 10px 0px;		
		-webkit-appearance: none;
	}
	.menu-topo
	{
		margin: 0px;
		position: absolute;
		bottom: -55px;
		left: 0px;
		text-align: center;
	}
	.menu-topo a
	{
		font-size: 20px;
		color: white;
		margin: 15px 0px;
		cursor:pointer;
	}
	
	.menu-top
	{
		height: auto;
		background-color: #08428C;
		position:absolute;
		border: 1px solid white;
	}
	.menu-top li
	{
		float: none;
		margin: 15px 0px !important;
		border-top: 1px solid white;
		padding-top: 15px;
	}
	.menu-top li:first-child
	{
		margin-top: 0px !important;
		border-top: 0;
		padding: 0;
	}
	.menu-top li:last-child
	{
		margin-bottom: 0px !important;
	}
	#close-menu
	{
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 8px;
	}
	.bg-box-head-1, .bg-box-head-2, .bg-box-head-3, .btn-tv
	{
		background:none;
	}
	.search-btn
	{
		top: 14px;
	}
	
	/*fim header*/
	/* content index */
	
	.content .artigos
	{
		width:100%;
	}
	.artigo
	{
		width:100%;
	}
	.artigo img
	{
		width: 100%;
		height: auto;
	}
	.artigo .btn-post
	{
		width: 100%;
	}
	/* fim content index */
	/* footer */
	
	.bg-1-footer
	{
		height: auto;
	}
	.form-nov
	{
		margin: 17px 0px 17px;
		height: auto;
	}
	.input-nov
	{
		margin-bottom: 6px;
		width: 100%;
		float: none;
	}
	.btn-nov
	{
		width:100%;
		-webkit-appearance: none;

	}
	.bg-2-footer
	{
		height: auto;
	}
	.face-box
	{
		width: 100%;
		text-align: center;
	}
	.bg-3-footer
	{
		height: auto;
		text-align: center;
	}
	.copy,
	.logo-znit
	{
		float:none;
	}
	
	.copy
	{
		display:block;
	}
	.logo-znit
	{
		clear:both;
	}
	/* fim footer */
	/* duvidas */
	
	.content .duvidas
	{
		width: 100%;
	}
	.sbmt-btn
	{
		width: 100%;
	}
	
	/* fim duvidas*/	
}
.row{
	clear: both;
}