body {
	font-size: 62.5%;
} 
h1 {
	font-weight: normal;
	color: #020202;
	font-size: 16px;
	font-family: Georgia, serif;
}
h2 , .titulo {
	color: #020202;
	font-size: 14px;
	font-family: 'Lucida sans', 'Trebuchet MS', sans-serif;
}
a {
	color: #545454;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #E10E49;
	text-decoration: underline;
}
p {
	font-family: 'Lucida sans', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-size: 12px;
	line-height: 1.3;
	text-align: justify;
	text-align: left;
}
.cols1l, .cols1r {
	width: 100%;
}
.cols2l {
	width: 100%;
	margin: 20px 0 0 0;
	
}
.cols2l img {
	width: 100%;
	height: auto;
}
.cols2r {
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
}

.cols3l {
	width: 100%;
	margin: 20px 0 0 0;
	
}
.cols3l img {
	width: 100%;
	height: auto;
}
.cols3r {
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
}

.grid_block1 {
	width: 100%;
	margin: 5% 0;
	text-align: center;
}
.grid_block1 img {
	width: 100%;
	height: auto;
}
.grid_block1b {
	width: 150px;
	height: 200px;
	margin: 5px 0;
	margin-right: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.grid_block2 {
	width: 150px;
	height: 130px;
	margin: 10px 0;
	margin-right: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.grid_block2b {
	width: 262px;
	height: 130px;
	margin: 10px 0;
	margin-right: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.grid_block3 {
	width: 100%;
	text-align: center;
	display: block;
	margin: 5% 0;
}
/*.grid_block4 {
	vertical-align: top;
	width: 180px;
	height: 250px;
	margin: 10px 0;
	margin-right: 40px;
	display: inline-block;
	text-align: center;
}*/
.grid_block3 img, .grid_block4 img {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.alinhaesq {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.alinhadir {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
/* RESPONSIVE VIDEOS CREDIT TO avexdesigns.com */
.video {
	width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid_logos {
	width: 100%; 
	}
.grid_logos	img {
	 display: block; height: 40px !important; width: auto; float: left; margin: 3% 0 3% 3%;
}
.grid_logos a:first-child img {
	margin-left: 0;
	height: 50px !important;
}
.grid_logos  a:nth-child(2) img {
	height: 50px !important;
}
.grid_logos a:nth-child(3) img {
	height: 33px !important;
}

/*******************************************/
/* Responsive Design Queries By Topping.pt */
/*******************************************/
@media screen and (min-width: 320px) {

}
@media screen and (min-width: 480px) {
	h1 {
	font-size: 18px;
	}
	p, a {
		font-size: 14px;
	}
	h2 , .titulo {
	font-size: 16px;
	}
}
/* iPads ----------- */
@media screen and (min-width : 768px) {
	.cols1l {
	float: left;
	width: 20%;
	}
	.cols1r {
	float: right;
	width: 77%;
	}
	
	.cols2l {
	clear: both;
	float: left;
	width: 20%;
	margin: 20px 0 0 0;
	}
	.cols2l img {
		width: 100%;
		height: auto;
	}
	.cols2r {
		float: right;
		width: 78%;
		text-align: left;
		margin: 5px 0 10px 0;
		padding-top: 20px;
	} 
	.cols3l {
	clear: both;
	float: left;
	width: 68%;
	margin: 20px 0 0 0;
	}
	.cols3l img {
		width: 100%;
		height: auto;
	}
	.cols3r {
		float: right;
		width: 30%;
		text-align: left;
		margin: 5px 0 10px 0;
		padding-top: 20px;
	} 
	.alinhaesq {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.alinhadir {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.grid_block1 {
	float: left;
	width: 150px;
	width: 14%;
	margin: 10px 0;
	margin-left: 3.2%;
	text-align: center;
	}
	.grid_block1:nth-child(6n+2) {
		margin-left: 0;
		clear: both;
	}
	.grid_block1b {
		width: 150px;
		height: 200px;
		margin: 5px 0;
		margin-right: 40px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	.grid_block3 {
	margin: 0;
	width: 31%;
	margin-left: 3.5%;
	text-align: center;
	display: block;
	float: left;
	}
	.grid_block3:nth-child(3n+3) {
		margin-left: 0;
		clear: both;
	}
	.video {
	width: 75%;
	padding-bottom: 10px;
	
}


.sep {
	margin: 10px 0;
	border-bottom: dotted 1px #333333;
}
}
/* iPads (portrait) ----------- */
@media screen and (min-width : 768px) and (orientation : portrait) {

}
/* iPads (landscape) ----------- */
@media screen and (min-width : 768px) and (orientation : landscape) {

}
/* a partir de 1024px de viewport*/
@media screen and (min-width: 1024px) {

}
/* para impressão */
@media print {

}