

html, body{
/*    max-width:100%!important;*/
	
		  -webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.04)!important;
      text-rendering: optimizeLegibility!important;

}

body, p{
  font-family: 'Roboto', sans-serif !important;  
}

h1,h2,h3,h4,h5,h6{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.05)!important;
	font-family: 'Oswald', sans-serif !important;  
}

img{
    max-width: 100%!important;
}



.cor1{
    color: #E5A42F;
}

.btn h3, .btn h4, .btn h5, .btn h6{
    margin: 5px!important;
}
 
.btn i{
	opacity: 1 !important;
}

.fundoAmarelo{
    background-color: #ffcf00;
}

.btn i, a i{
	padding-right: 5px;
}

a{
	color: #252729 !important;
}

a i{
	opacity: 0;
}

a:hover{
	text-decoration: underline;
	color: #252729 !important;
}
a:hover i{
	opacity: 1;
}

/*FOOTER*/

footer{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2647+0,35274a+100 */
background: #2d2647; /* Old browsers */
background: -moz-linear-gradient(top, #2d2647 0%, #35274a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2647), color-stop(100%,#35274a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2d2647 0%,#35274a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2d2647 0%,#35274a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2d2647 0%,#35274a 100%); /* IE10+ */
background: linear-gradient(to bottom, #2d2647 0%,#35274a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2647', endColorstr='#35274a',GradientType=0 ); /* IE6-9 */
}  

footer a{
    color: #FFF;
}

footer a:hover{
    color: rgba(255,255,255,0.75);
}

/*FIM DO FOOTER*/

