@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-image: url(../imagens/bg.jpg);
}
.container {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	border-top: 15px solid #6d9ca2;
}
#background {
	margin: 0px;
	background-color: white;
	height: 100%
}
.header {
	display: flex;
	min-width:800px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	min-height: 150px;
	background-color: #114263;
}
.menu {
	display: flex;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inst {
	padding: 5px 0px 5px 0px;
	width: 90%;
	min-width:700px;
	min-height: 95px;
    max-height: 400px;
	margin: 0 auto;
}
#apoios {
	list-style-type: none;
}
#apoios li {
	float: left;
	padding: 0px 10px 40px 0px;
	width: auto;
	display: block;
}
#botoes {
	list-style-type: none;
	
}
#botoes li {
	width: auto;
	float: left;
	padding: 30px 5px 0px 20px!important;
	display: inline;
}
#botoes li a {
	font-family: 'Abel', sans-serif !important;
	list-style-type: none!important;
	font-size: 1.0em;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#botoes li a:hover {
	color: #DDD;
}
h4 {
	font-family: 'Abel', sans-serif;
	font-size: 2.2em;
	color: #6D9CA2;
	text-transform: uppercase;
}
.cont {
	margin: 0 auto;
	padding: 0px 10px 10px 0px;
}
.box {
	max-width: 1600;
	width: 90%;
	margin: 0 auto 20px;
	padding: 10px 10px 40px 35px;
	background-color: #669d9d;
	position: relative;
}
.box:before {
	content: '';
	position: absolute;
	border-bottom: 15px solid white;
	border-left: 15px solid #669d9d;
	bottom: 0;
	right: 0;
}
.banner {
	width: 100%;
	margin: 10px 0px 20px 0px
}
#imagem {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.google-maps {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 20px;
        left: 0;
        width: 95% !important;
        height: 95% !important;
    }
.footer {
	min-height:60px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	padding: 10px auto 5px auto !important;
	background-color: #114263;
	border-bottom: 15px solid #6d9ca2;
}
.footer img{
	margin-bottom:20px;
}
p {
	font-family: 'Abel', sans-serif;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
}
h1 {
	font-family: 'Abel', sans-serif;
	font-size: 1.7em;
	color: #1e2934;
	text-transform: uppercase;
}
h2 {
	font-family: 'Abel', sans-serif;
	font-size: 1.2em;
	color: #045;
}
h3 {
	font-family: 'Abel', sans-serif;
	font-size: 1em;
	color: #fff;
}
a {
	color: #d1faf5;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:hover {
	color: #DDD;
	text-shadow: 1px 1px #000;
}
