body, html{
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing: border-box;
}
.content{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#187595+0,0c5770+81 */
background: rgb(24,117,149); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(24,117,149,1) 0%, rgba(12,87,112,1) 81%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(24,117,149,1)), color-stop(81%,rgba(12,87,112,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(24,117,149,1) 0%,rgba(12,87,112,1) 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(24,117,149,1) 0%,rgba(12,87,112,1) 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(24,117,149,1) 0%,rgba(12,87,112,1) 81%); /* IE10+ */
background: linear-gradient(135deg,  rgba(24,117,149,1) 0%,rgba(12,87,112,1) 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187595', endColorstr='#0c5770',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.content {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
}
.fundo{
	width: auto;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 0;
}
.content h2, .content h1{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color:#fff;
	margin: 60px 0 0;
	text-transform: uppercase;
	font-weight: 100;
}
.content h1{
	color:#cbcbcd;
	font-size: 25px;
	margin-top: 30px;
}
.content section{
	width: 498px;
	height: auto;
	background: #fff;
	margin: 38px auto 0;
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	margin-bottom: 30px;
}
.content section article{
	text-align: center;
	width: 100%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding: 73px 60px;
	position: relative;
}
.content section article.mapa{
	height: 100%;
	position: absolute;
}
.content section article iframe{
	position: absolute;
	top: 0;
	left: 0;
}

.content section article img.logo{
	max-width: 100%;
}
.content section article .text{
	width: 100%;
	margin-top: 55px;
	font-size: 15px;
	color:#000;
	line-height: 19px;
}
.content section article .text p{
	margin-top: 20px
}
.content section article .text p.titulo{
	color:#383839;
}
.content section article .text p a{
	text-decoration: none;
	color:#187595;
}
.content footer{
	width: 898px;
	margin: 0 auto;
	text-align: right;
	color:#fff;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	z-index: 99999999;
}
.content footer a{
	text-decoration: none;
	color:#000;
}
