
	#mnu-projectos		{color:var(--light-blue); font-weight:bold; opacity:1;}


/* --------------------------------------------------------------- */
	.section-1							{background-color:white; padding:8vh 0;
										 background-image:url('/Content/images/bkg-3.png'); background-position:top center; background-repeat:no-repeat;}
	.section-1 .section-1-1				{padding:5vh 0 40px 0;}
	.section-1 .section-1-1 .font-title	{font-size:50px; line-height:1.2em; letter-spacing:-2px;}
	.section-1			    .font-desc	{font-size:16px; line-height:1.7em; font-weight:300;}

	.section-1 .section-1-2				{display:flex; column-gap:50px; row-gap:50px; flex-wrap:wrap; justify-content:space-around;}
	

@media only screen and (max-width:768px) {
}

