@media (max-width: 992px){
	/*resets*/
	.no-mobile{display: none!important;}
	.no-desktop{display: block!important;}

	/*header*/
	header{padding-bottom: 10px;}
	header a.logo img{float: left;width: 100%;!important}
	header .open-menu{width: 100%;float: left;padding: 10px;text-align: right;margin-top: 20px;cursor: pointer;}
	.menu-mobile{width: 100%;float: left;background: #07B79C;text-align: center;padding: 10px;}
	.menu-mobile .open-menu{cursor: pointer;text-transform: uppercase;font-size: 16px;color: #fff;font-weight: bold;}

	/*fotos e videos*/
	.box-flickr,
	.box-youtube{width: 100%;float: left;}
	.box-flickr img,
	.box-youtube img{width: 100%;float: left;height: auto;}

	/*sidebar*/
	#content .blocos-sidebar{margin-top: 20px;}

	/*noticias*/
	#noticias .noticia a{margin-bottom: 40px;width: 100%!important;margin-left: 0!important;}

	/*footer*/
	#footer .banner{text-align: center;}
}
@media (max-width: 768px){
	/*resets*/
	.no-mobile{display: none!important;}
	.no-desktop{display: block!important;}

	/*header*/
	header{padding-bottom: 10px;}
	header a.logo img{float: left;width: 100%;!important}
	header .open-menu{width: 100%;float: left;padding: 10px;text-align: right;margin-top: 20px;cursor: pointer;}
	.menu-mobile{width: 100%;float: left;background: #07B79C;text-align: center;padding: 10px;}
	.menu-mobile .open-menu{cursor: pointer;text-transform: uppercase;font-size: 16px;color: #fff;font-weight: bold;}

	/*fotos e videos*/
	.box-flickr,
	.box-youtube{width: 100%;float: left;}
	.box-flickr img,
	.box-youtube img{width: 100%;float: left;height: auto;}

	/*sidebar*/
	#content .blocos-sidebar{margin-top: 20px;}

	/*noticias*/
	#noticias .noticia a{margin-bottom: 40px;width: 100%!important;margin-left: 0!important;}

	/*footer*/
	#footer .banner{text-align: center;}
}
@media (max-width: 480px){
	/*resets*/
	.no-mobile{display: none!important;}
	.no-desktop{display: block!important;}

	/*header*/
	header{padding-bottom: 10px;}
	header a.logo img{float: left;width: 100%;!important}
	header .open-menu{width: 100%;float: left;padding: 10px;text-align: right;margin-top: 20px;cursor: pointer;}
	.menu-mobile{width: 100%;float: left;background: #07B79C;text-align: center;padding: 10px;}
	.menu-mobile .open-menu{cursor: pointer;text-transform: uppercase;font-size: 16px;color: #fff;font-weight: bold;}

	/*fotos e videos*/
	.box-flickr,
	.box-youtube{width: 100%;float: left;}
	.box-flickr img,
	.box-youtube img{width: 100%;float: left;height: auto;}

	/*content*/
	#content-page{padding: 0!important;}
	#content-page h1.title{font-size: 24px;}
	#content-page .text p img{width: 100%;float: left;margin-bottom: 10px;}
	#content-page .text .thumb_inner img{width: 100%;float: left;}

	/*sidebar*/
	#content .blocos-sidebar{margin-top: 20px;}

	/*noticias*/
	#noticias .noticia a{margin-bottom: 40px;width: 100%!important;margin-left: 0!important;}

	/*footer*/
	#footer .banner{text-align: center;}
	#footer .banner a img{width: 100%;}

	/*table venda*/
	.table-venda .titles .title_45{width: 40%!important;}
	.table-venda .titles .title_10{width: 20%!important;}
	.table-venda .valores .val_45{width: 40%!important;}
	.table-venda .valores .val_10{width: 20%!important;}
}