@font-face {
    font-family: 'FreightNeoProLight';
    src: url('fonts/FreightNeoProLight.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FreightNeoProLight';
    src: url('fonts/FreightNeoProLight.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Humanst';
    src: url('fonts/humanst.ttf');
    font-weight: normal;
    font-style: normal;
}


body {
margin:0px;
}
p {
margin: 0px;
}
form {
	font-family:arial;
	font-size:11pt;
}

div {
margin: 0px;
}

/* Configura os elementos "parallax" */
.parallax{
	width: 100%;
	background-attachment: fixed;
	position: top;
	background-size: 100%;
	background-repeat:no-repeat;
	line-height:1.0;
}

/* Configura um background para cada elemento */
.div1 {
	background-image: url(plano_parallax.jpg);
}


.titulo_home {
	font-family: 'FreightNeoProLight', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 40pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 35px;
	line-height:1.1;
	text-align:center;
}

.titulo {
	font-family: 'FreightNeoProLight', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 25pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height:1.2;
	
}
.texto {
	font-family: 'calibri', Helvetica, sans-serif;
	font-size: 15pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1.5;
	text-align:justify;
}

.bt_preto {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:#111;
	border-radius:0px;
	font-size:13pt;
	font-family:'FreightNeoProLight', Arial;
	font-weight:bold;
}
.bt_preto:hover {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:#333;
	border-radius:0px;
	cursor: pointer;
}
.bt_laranja {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:url(plano_menu.jpg);
	border-radius:0px;
	font-size:13pt;
	font-family:'FreightNeoProLight', Arial;
	font-weight:bold;
}
.bt_laranja:hover {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:url(plano_menu.jpg);
	border-radius:0px;
	cursor: pointer;
}
.destaques_aba_1 {
	-webkit-transition-duration: .50s;
	text-align:center;
	color:#FF6700;
	text-decoration:none;
}
.destaques_aba_1:hover {
	text-align:center;
	-webkit-transition-duration: .50s;
	color:#111;
	text-decoration:none;
	-webkit-filter: contrast(120%);
}
.titulo_destaques_aba_1 {
	font-size: 18px;
	margin-top:0px;
	margin-bottom:10px;

}
.texto_destaques_aba_1 {
	font-size: 15px;
	line-height:1.3;
}




.destaques_aba_2 {
	-webkit-transition-duration: .50s;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.destaques_aba_2:hover {
	text-align:center;
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
	-webkit-filter: contrast(150%);
}
.titulo_destaques_aba_2 {
	font-size: 15px;
	margin-top:20px;
	

}
.texto_destaques_aba_2 {
	font-size: 15px;
	margin-bottom:15px;
}



.sub_titulo {
	font-family: 'calibri';
	font-size: 13pt;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
.sub_titulo_menor {
	font-family: 'calibri';
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}



.tabela {
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.brancoagencia {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.brancoagencia:hover {
	-webkit-transition-duration: .50s;
	color:#eee;
	text-decoration: underline;
}
.branco {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.branco:hover {
	-webkit-transition-duration: .50s;
	color:#eee;
	text-decoration:none;
}


div.destaques {
	-webkit-transition-duration: .50s;
	-webkit-filter: contrast(100%);
}
div.destaques:hover {
	-webkit-transition-duration: .50s;
	-webkit-filter: contrast(150%);
}

.voltar {
	font-family: "calibri", Arial;
	color:#333333;
	font-size:13pt;
	margin-top:50px;
	margin-bottom:30px;
	-webkit-transition-duration: .50s;
	text-decoration:none;
}
.voltar:hover {
	-webkit-transition-duration: .50s;
	color:#111;
	text-decoration:none;
}







a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #111111;
	text-decoration:underline;
}


</style>


