
body{
	margin:0;
	font-family: 'PT_Sans-Narrow-Web-Regular';
}
@font-face {
      font-family: 'PT_Sans-Narrow-Web-Regular';
      src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format('truetype');
}
@font-face {
      font-family: 'Engagement-Regular';
      src: url(../fonts/Engagement-Regular.ttf) format('truetype');
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

/*BARRA DE ROLAGEM */
::-webkit-scrollbar { 
width: 5px; 
height: 5px; 
-webkit-border-radius: 10px; 
} 

::-webkit-scrollbar-track-piece { 
background-color: #024301; 
-webkit-border-radius: 3px; 

} 
::-webkit-scrollbar-thumb:vertical { 
height: 5px; background-color: #297739; 
-webkit-border-radius: 3px; 
} 
::-webkit-scrollbar-thumb:horizontal { 
width: 5px; 
background-color: #297739; 
-webkit-border-radius: 3px; 
}

