@font-face {
    font-family: 'DINPro-Bold';
    src: url('fontes/DINPro-Bold.eot');
    src: url('fontes/DINPro-Bold.eot') format('embedded-opentype'),
         url('fontes/DINPro-Bold.woff') format('woff'),
         url('fontes/DINPro-Bold.ttf') format('truetype'),
         url('fontes/DINPro-Bold.svg#HelveticaLTCondensedRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('fontes/DINPro-Regular.eot');
    src: url('fontes/DINPro-Regular.eot') format('embedded-opentype'),
         url('fontes/DINPro-Regular.woff') format('woff'),
         url('fontes/DINPro-Regular.ttf') format('truetype'),
         url('fontes/DINPro-Regular.svg#HelveticaLTCondensedBold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Light';
    src: url('fontes/DINPro-Light.eot');
    src: url('fontes/DINPro-Light.eot') format('embedded-opentype'),
         url('fontes/DINPro-Light.woff') format('woff'),
         url('fontes/DINPro-Light.ttf') format('truetype'),
         url('fontes/DINPro-Light.svg#HelveticaLTCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.light {
    font-family: "DINPro-Light";
}

.regular {
    font-family: "DINPro-Regular";
}

.bold {
    font-family: "DINPro-Bold";
}

/* CORES */

.white{
    color:#FFF;
}

.green{
    color:#89ac44;  
}

.red{
    color:#F00; 
}

.grey{
    color:#444443;  
}

.black{
    color:#202020;  
}

.orange{
    color:#e29722;  
}

.pink{
    color:#ca0a69;  
}

.blue{
    color:#102640;  
}

.yellow{
    color:#c5cf3d;  
}

/* FIM CORES */

/* TAMANHOS */

.f10{
    font-size:0.625em !important;   
}

.f12{
    font-size:0.750em !important;   
}

.f13{
    font-size:0.813em !important;   
}

.f14{
    font-size:0.875em !important;   
}

.f16{
    font-size: 16px !important;
    line-height: 18px;   
}

.f18{
    font-size:1.125em !important;   
    line-height:22pt;
}

.f20{
    font-size:1.250em !important;   
}

.f22{
    font-size: 22px !important;   
    line-height: 25px;
}

.f24{
    font-size:1.500em !important;   
}

.f25{
    font-size:1.563em !important;   
}

.f28{
    font-size:1.750em !important;
    line-height:35px;   
}

.f30{
    font-size: 30px !important;
    line-height:35px;   
}

.f32{
    font-size:2em !important;   
}

.f34{
    font-size:2.125em !important;   
}

.f36{
    font-size:2.250em !important;   
}

.f41{
    font-size:2.563em !important;
    line-height:1em;    
}

.f42{
    font-size:2.625em !important;
    line-height:1em;    
}

.f44{
    font-size:2.750em !important;   
    line-height:1em;    
}

.f48{
    font-size:3em !important;   
    line-height:45px;
}

.f50{
    font-size:50px !important;   
    line-height:45px;
}

.f60{
    font-size:3.750em !important;   
    line-height:55px;
}

.f65{
    font-size:4.063em !important;   
    line-height:55px;
}

.f80{
    font-size:5.000em !important;       
}

/* FIM TAMANHOS */

.line-f24{
    line-height:1.1em !important;   
}

.margin-contato-23{
    margin: 0 0 0 23px;
}