@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html {
	font-size: 14px;
}
.clear {
	clear: both;
	height: 0;
}
.vn-block {
	margin: 50px 0;
}
.vn-ph {
	display: block;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding: 5px 0;
}
.vn-table {
	background-color: rgba(0,0,0,0.15);
	width: 100%;
	height: 120px;
}
.vn-table td {
	padding: 10px;
}
.vn-ph:nth-child(3),  .vn-ph:nth-child(4) {
	border-top: none;
}
.vn-table td:first-child {
	min-width: 30%;
	text-align: center;
	}
.c1 {
	color: #082c60; /* AZUL */
}
.c2 {
	color: #e59405; /* laranja */	
}
.c3 {
	color: #282828;	/* cinza escuro */
}
.bg-c1 {
	background-color: #082c60; 	
}
.bg-c2 {
	background-color: #e59405; 	
}
.bg-c3 {
	background-color: #282828; 	
} 
.pv-block {
	
}
.pv-ph:first-child {
	border-top: solid 1px  #aaaaaa;
}
.pv-ph {
	border-bottom: solid 1px  #aaaaaa;
	padding: 10px 0;
	
}
.pv-ph p {
	margin: 0;
	line-height: 1.2 !important;
}
.pv-ph img {
	height: 110px;
	width: auto;
}
.pv-ph table td:first-child {
	padding-right: 20px;
}
@media only screen and (min-width : 768px) { 
	html {
		font-size: 15px;
	}
	.vn-ph  {
		width: 49%;
		float: left;
	}
	
	.vn-ph:nth-child(2n) {
		margin-left: 2%;	
	}
}
@media only screen and (min-width : 1024px) { 
	html {
		font-size: 16px;
	}
}
p, td, li, label, .txt, input {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9rem;
	color: #5b5b5b;
	line-height: 1.5;
	letter-spacing: 0.25px;
}
strong, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #e59405;
}
.txt-m {
	font-size: 18px;	
}
.lh2 {
	line-height: 2;	
}
.lh3 {
	line-height: 3;	
}
.lh4 {
	line-height: 4;	
}
a {
	color: #e59405;
	text-decoration: underline;
}
a:hover {
	color: #082c60;
	text-decoration: underline;
}
.link-bold {
	font-weight: bold;	
}
