@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fontes/champagne__limousines-webfont.eot');
    src: url('fontes/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/champagne__limousines-webfont.woff') format('woff'),
         url('fontes/champagne__limousines-webfont.ttf') format('truetype'),
         url('fontes/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fontes/bebasneue-webfont.eot');
    src: url('fontes/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/bebasneue-webfont.woff') format('woff'),
         url('fontes/bebasneue-webfont.ttf') format('truetype'),
         url('fontes/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*CLASSES DE FONTE FAMILY*/
.verdana {
	font-family: verdana, arial;
}

.arial {
	font-family: arial, sans-serif;
}

.champa {
	font-family: 'champagne__limousinesregular';
}

.bebas {
	font-family: 'bebas_neueregular';
}

.raleway {
	font-family: 'raleway', verdana;
}

.comforta {
	font-family: 'Comfortaa', 'cursive';
}

/*CLASSES DE COR*/
.black {
	color: #333333;
}

.white {
	color: #FFFFFF;
}

.green {
	color: #396C39;
}

.blue {
	color: #3E3F94;
}

.purple {
	color: #92778D;
}

.red {
	color: #AB4444;
}

.gray {
	color: #999999;
}

.gray2 {
	color: #666666;
}

.brown {
	color: #D2AE6D;
}

.brown2 {
	color: #593D26;
}

/*CLASSES DE TAMANHO DE FONTE*/
.tam-9 {
	font-size: 9px;
}

.tam-10 {
	font-size: 10px;
}

.tam-11 {
	font-size: 11px;
}

.tam-12 {
	font-size: 12px;
}

.tam-14 {
	font-size: 14px;
}

.tem-15 {
	font-size: 15px;
}

.tam-16 {
	font-size: 16px;
}

.tam-18 {
	font-size: 18px;
}

.tam-19 {
	font-size: 19px;
}

.tam-20 {
	font-size: 20px;
}

.tam-22 {
	font-size: 22px;
}

.tam-24 {
	font-size: 24px;
}

.tam-25 {
	font-size: 25px;
}

.tam-26 {
	font-size: 26px;
}

.tam-28 {
	font-size: 28px;
}

.tam-30 {
	font-size: 30px;
}

/*CLASSES DE ESTILO DE FONTE*/
.link:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.under {
	text-decoration: underline;
}

.height-18 {
	line-height: 18px;
}

.height-20 {
	line-height: 20px;
}

.height-22 {
	line-height: 22px;
}

.indent {
	text-indent: 5px;
}

.center {
	text-align: center;
}

.justificado {
	text-align: justify;
}


