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

	#titulo .bg {
		text-align: left;
		padding: 70px 0 35px 0;
		background: #000000;
		background-image: url(https://novows.worksolution.ws/conteudos-do-sitio/uploads/2023/03/bg-arquitetos-1.webp);
		background-image: url(https://novows.worksolution.ws/conteudos-do-sitio/uploads/2023/03/bg-arquitetos-1.webp), linear-gradient(90deg, #000000, #000000);
		background-position: center;
		background-attachment: scroll; background-size: cover; background-repeat: no-repeat;			}
	#titulo .svgx { width: px !important; height: px !important; ; color: #e0e0e0; }
	#titulo h1, #titulo h4 { color: #e0e0e0; }
	#titulo small { font-size: 16px; color: #e0e0e0; }
		
	@media only screen and (max-width: 980px) {
		.tit-menu-suspenso { display: none; }
		form.m-s { margin-top: 15px; }
		#titulo .bg { padding: 10px 0 15px 0; }
	}
	@media only screen and (max-width: 767px) {
		#titulo .svgx { width: 20px !important; height: 20px !important; }
		#titulo .linha-com-menu-suspenso.flex { display: block !important; }
	}

