/* CSS dinâmico para body.single- #titulo (visual-titulo--['meta-dado']) */

	body.single- #titulo .bg {
		text-align: ;
		padding: px 0;
		background: ;
		background-image: url();
		background-image: url(), linear-gradient(deg, , );
		background-position: initial;
		background-attachment: fixed;			}
	body.single- #titulo .svgx { width: px !important; height: px !important; ; color: ; }
	body.single- #titulo h1, body.single- #titulo h4 { color: ; }
	body.single- #titulo small { font-size: 16px; color: ; }
		
	@media only screen and (max-width: 980px) {
		.tit-menu-suspenso { display: none; }
		form.m-s { margin-top: 15px; }
		body.single- #titulo .bg { padding: 10px 0 15px 0; }
	}
	@media only screen and (max-width: 767px) {
		body.single- #titulo .svgx { width: 20px !important; height: 20px !important; }
		body.single- #titulo .linha-com-menu-suspenso.flex { display: block !important; }
	}

