/*html,body,h1,h2,h3,h4,h5 {font-family: "RobotoDraft","Roboto",sans-serif;}*/
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Noto Sans", sans-serif}
.w3-sidenav a {padding:16px;font-weight:bold}
body { font-size: 14px;}
p { text-align: justify }
h1,h2 { font-weight: bold }
h2.contato_class { background-color: transparent; color: #fff; }
h3 { font-size: 18px }
h4 { font-size: 16px; font-weight: bold }
nav a { border-bottom: 1px solid #ddd }
ul li a, .text_link { color: #3f51b5; text-decoration: none }
a:hover { text-decoration:underline}
.grad3 {
	height: 100%;
	width:100%;
	background: #3f51b5; /* For browsers that do not support gradients */    
	background: -webkit-linear-gradient(left,#26734d,#8cd9b1); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right,#26734d,#8cd9b1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right,#26734d,#8cd9b1); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right,#26734d,#8cd9b1); /* Standard syntax (must be last) */
}
h2 { 
	font-size: 20px; color: #3f51b5;
	height: auto;
	width:70%;
	padding: 6px;
	background: #fff; /* For browsers that do not support gradients */    
	background: -webkit-linear-gradient(left,#eee,#fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right,#eee,#fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right,#eee,#fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right,#eee,#fff); /* Standard syntax (must be last) */
}