/* CSS Document */
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

/* banner */
.tit_banner_principal{
	font-family:ralewayregular;
	font-size:30px;
	color:#003E7E;
	font-weight:bold;

}
.desc_banner_principal{
	font-family:ralewayregular;
	font-size:18px;
	color:#003E7E;
	margin-left:20px;
}

/* BANNER DOIS */
.area_tit_serv_home{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5E5E5E;
}
.area_txt_serv_home{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5E5E5E;
	
}
/* DICAS E NOVIDADES */
.tit_dicas_home{
	font-family:ralewayregular;
	font-size:30px;
	color:#003E7E;
	}
.subtit_dicas_home{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003E7E;
	font-style:italic;
}
.tit_nov_home{
	font-family:ralewaybold;
	font-size:15px;
	color:#003E7E;
	font-style:italic;
}

.txt_nov_home{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	letter-spacing:1px;
	line-height:18px;
	}
/* RODAPE */

.tit_serv_ropade{
	font-family:champagne__limousinesregular;
	font-size:30px;
	color:#FFFFFF;
}	

.textos_rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:19px;
}

.tit_tel_rodape{	
	font-family:champagne__limousinesregular;
	font-size:30px;
	color:#FFFFFF;
}

/*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';
}

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

.white {
	color: #FFFFFF;
}

.green {
	color: #467945;
}

.blue {
	color: #3E3F94;
}

.purple {
	color: #92778D;
}

.red {
	color: #AB4444;
}

.gray {
	color: #999999;
}

.gray2 {
	color: #666666;
}

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

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

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

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

.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;
}