@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alte';
    src: url('fonts/AlteHaasGroteskRegular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotot';
    src: url('fonts/Roboto-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}



body {
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  margin:0px;
}
p {
margin: 0px;
}
form {
	font-family:arial;
	font-size:11pt;
}

.texto div {
margin: 0px;
line-height:1.0;
font-size:24px;
font-weight:100;
}


#pageup {
	position: fixed;
	right: 25px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	background-image: url(up.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	display: none;
	cursor: pointer;
	z-index:10000;
}


.titulo {
	font-family: 'alte';
	font-size:25pt;
	color: #111;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height:1.2;
	text-align:left;
}

.titulo_home {
	font-family: 'alte';
	font-size:28pt;
	color: #111;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.2;
	margin-left:30px;
}



.titulo_rodape {
	color:#393637;
	font-family: 'alte';
	font-size: 23px;
	margin-top:40px;
	margin-bottom:15px;
	font-weight:bold;
}


.texto, .texto p {
	font-family: 'calibri';
	font-size: 21px;
	text-align:justify;
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height:1.1;
}

.bt_preto {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:#111;
	padding:15px;
	padding-bottom:10px;
	padding-top:10px;
	font-family:'calibri';
	font-size:20px;
	border-radius:3px;
	border:0px;
}
.bt_preto:hover {
	-webkit-transition-duration: .20s;
	color:#fff;
	text-decoration:none;
	background:#333;
	border-radius:0px;
	cursor: pointer;
}



.img_artigos {
	width:100%;
	max-width:600px;
}



.tabela {
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}


.branco:link {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.branco:hover {
	-webkit-transition-duration: .50s;
	color:#eee;
	text-decoration: underline;
}




.agencia:link {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.agencia:visited {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.agencia:hover {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration: underline;
}


.preto:link {
	color:#333;
	text-decoration:none;
}
.preto:visited {
	color:#333;
	text-decoration:none;
}
.preto:hover {
	color: #039;
	text-decoration:none;
}
.preto:active {
	color:red;
	text-decoration:none;
}




.voltar {
	font-family: 'calibri', Arial;
	color:#111;
	font-size:20pt;
	margin-top:0px;
	margin-bottom:50px;
	-webkit-transition-duration: .20s;
	text-decoration:none;
	font-weight:bold;
}

.voltar:hover {
	-webkit-transition-duration: .20s;
	color:#0086CB;
	text-decoration:none;
}



a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#000;
	text-decoration:none;
}
@media only screen and (max-width: 1199px) {
.titulo {
	font-size:20pt;
}

.titulo_home {
	margin-left:0px;
}
}

@media only screen and (max-width: 991px) {

.titulo_home {
	margin-left:0px;
	text-align:center;
}

.titulo {
	text-align:center;
}

.texto {
	text-align:center;
}

.texto li {
	text-align:left;
}

}

@media only screen and (max-width: 760px) {
.titulo {
	font-size:18pt;
}

.titulo_home {
	font-size:18pt;
}

.texto {
	font-size:22px;
}


}