@charset "utf-8";

*{padding:0px; margin:0px;}

/* Font */
/* ! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 5, 2020 */

@font-face{
    font-family: 'levenim-mt-normal';
    
	/*src: url('../fontes/levenim-mt-webfont.woff2') format('woff2'),
         url('../fontes/levenim-mt-webfont.woff') format('woff');*/	
	
	src: url('font/levenim-mt.woff2') format('woff2'),
         url('font/levenim-mt.woff') format('woff'),
		 url('font/levenim-mt.ttf') format("truetype");	
	
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'levenim-mt-bold';
    
	/*src: url('../fontes/levenim-mt-webfont.woff2') format('woff2'),
         url('../fontes/levenim-mt-webfont.woff') format('woff');*/	
	
	src: url('font/levenim-mt-bold.woff2') format('woff2'),
         url('font/levenim-mt-bold.woff') format('woff'),
		 url('font/levenim-mt-bold.ttf') format("truetype");	
	
    font-weight: normal;
    font-style: normal;
}

/**{font-family: 'levenim-mt-regular';}*/
/* Font */

/* text */
p{        
    font-family: 'levenim-mt-normal';
    margin-top: 0px;
    margin-bottom: 0px;      
    font-size: 10.5pt;  
}
span{
    font-family: 'levenim-mt-normal';
    color: #707070; 
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
}
strong{
    font-family: 'levenim-mt-bold'; 
    color: #707070;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10.5pt;    
}
h1{
    font-family: 'levenim-mt-bold'; 
    color: #000000;    
    margin-top: 0px;
    margin-bottom: 5px;
}
h2{
    font-family: 'levenim-mt-bold'; 
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3{
    font-family: 'levenim-mt-bold'; 
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
}
h4{
    font-family: 'levenim-mt-bold'; 
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
    font-family: 'levenim-mt-bold'; 
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
}
h6{
    font-family: 'levenim-mt-bold'; 
    color: #000000;
    margin-top: 0px;
    margin-bottom: 2.5px;    
}

header{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}

a{
    font-family: 'levenim-mt-normal';
    text-decoration: none;
    font-size: 10.5pt;
}
a:hover{    
    text-decoration: none;    
}

button{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}

input{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}

select{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}
option{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}

textarea{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}

.btn{
    font-family: 'levenim-mt-normal';
    font-size: 10.5pt;
}
/* text */

/*HTML RESPONSIVO PARA COMPUTADOR, TABLET E CELULAR*/
@media screen and (min-width:320px) and (max-width:1024px) {
	
    
	
}