@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
    font-family: 'Titillium Web', sans-serif;
	/*font-family: "Ubuntu Condensed", 'Arial', sans-serif;*/
	font-size: 1.0em;
    font-weight: normal;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
	line-height:19px;
    text-decoration: none;
}

header, hgroup, nav, section, footer, article, aside, figure {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}

img {
  max-width: 100%;
}

a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.clear{
	clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#wrap {
    min-height: 100%;
    position: relative;
}

#header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 88px;
    background: #222222;
}

.content {
	max-width: 1000px;
	height: auto;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

#menu-topo{
	width: 84%;
	height: 88px;
	float: right;
	position: relative;
}

#menu-topo ul {
    list-style: none;
    float: right;
    /* position: relative; */
    /* top: 50%; */
    margin-top: 23px;
}

#menu-topo ul li {
     display: inline;
}

#menu-topo ul li a {
	height: 32px;
	padding: 12px 7px;
	display: inline-block;
	/* visual do link */
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-topo ul li a:hover {
	color: #8FC1FF;
}

#logo{
    /*width: 316px;*/
    /*height: 88px;*/
    /* float: left; */
    /*background: #222222;*/
}

#logo a {
    text-decoration: none;
    display: block;
}

#logo img {
    margin-top: 7px;
}

#apre {
    width: 100%;
    height: 646px;
    background-image: url(../img/apre/01.jpg);
}

.apre {
    height: 200px;
    position: relative;
    top: 260px;
}

.apre p {
    color: #FFF;
    font-size: 3.0em;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    padding: 50px 0;
}

section {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.home {
    height: 615px;
    margin-bottom: 120px;
}

.home h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #AAAA97;
    padding: 80px 0px 25px 0;
    text-align: center;
}

.separadorB {
    width: 181px;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 43px;
    background-image: url(../img/padrao/separador_leme_b.png);
}

.separadorP {
    width: 181px;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 43px;
    background-image: url(../img/padrao/separador_leme_P.png);
}

.home p {
    width: 39%;
    font-size: 1.0em;
    color: #909090;
    margin-bottom: 45px;
}

.home img {
    margin-top: -47px;
}

.bgHistorico {
    background: #F2F2F2;
    background-image: url('../img/padrao/bg_historico.jpg');
}

.historico {
    height: 360px;
    margin-bottom: 75px;
}

.historico h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #B1A226;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.historico p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.historico img {
    margin-top: -47px;
}

ul.historicoLeft {
    margin-bottom: 1px;
}

ul.historicoLeft li {
    padding: 5px 0 0;
}

ul.historicoLeft span {
    font-weight: 600;
    font-size: 1.3em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #679EC6;
}

ul.historicoLeft a {
    color: #484848;
    font-weight: 600;
}

ul.historicoLeft a:hover {
    color: #B1A226;
}

ul.historicoRight {

}

ul.historicoRight li {
    padding: 5px 0 0;
}

ul.historicoRight span {
    font-weight: 600;
    font-size: 1.3em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #7894B7;
}

ul.historicoRight a {
    color: #484848;
    font-weight: 600;
}

ul.historicoRight a:hover {
    color: #B1A226;
}

.agenda {
    height: 508px;
    margin-bottom: 135px;
}

.agenda h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #7894B7;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.agenda h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #7894B7;
    margin-bottom: 15px;
}

.agenda p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.agenda img {
    margin-top: -47px;
}

ul.agendaLeft {
    width: 43%;
}

ul.agendaLeft li {
    padding: 15px 0 0;
}

ul.agendaLeft span {
    font-size: 0.9em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #7894B7;
}

ul.agendaLeft a {
    color: #484848;
    font-weight: 600;
}

ul.agendaLeft a:hover {
    color: #9A9A9A;
}

ul.agendaRight {
    width: 31%;
}

ul.agendaRight li {
    padding: 15px 0 0;
}

ul.agendaRight span {
    font-size: 0.9em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #7894B7;
}

ul.agendaRight a {
    color: #484848;
    font-weight: 600;
}

ul.agendaRight a:hover {
    color: #9A9A9A;
}

.bgFotos {
    background: #182D48;
    min-height: 665px;
}

.fotos {
    height: 527px;
    margin-bottom: 5px;
}

.fotos h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 65px 0px 57px 0;
    text-align: center;
}

.fotos h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8FC1FF;
    margin-bottom: 15px;
}

.fotos p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.fotos img {
    margin-top: -47px;
}

ul.fotosLeft {
    width: 54%;
}

ul.fotosLeft li {
    padding: 15px 0 0;
}

ul.fotosLeft span {
    font-size: 0.9em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #3B92FF;
}

ul.fotosLeft i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.fotosLeft a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;
}

ul.fotosLeft a:hover {
    color: #FFF;
}

ul.fotosRight {
    width: 28%;
}

ul.fotosRight li {
    padding: 15px 0 0;
}

ul.fotosRight span {
    font-size: 0.9em;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #3B92FF;
}

ul.fotosRight i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.fotosRight a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;

}

ul.fotosRight a:hover {
    color: #FFF;
}

.presidentes {
    height: 1940px;
}

.presidentes h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #182D48;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.presidentes h2 {
    font-size: 1.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #8FC1FF;
    margin-top: 75px;
    margin-bottom: 15px;
}

.presidentes h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8FC1FF;
    margin-bottom: 15px;
}

.presidentes p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.presidentes img {
    margin-top: -47px;
}

ul.presidentesLeft {
    width: 37%;
}

ul.presidentesLeft li {
    padding: 15px 0 25px 0;
    border-bottom: dotted 1px #CCC;
}

ul.presidentesLeft span {
    font-size: 1.0em;
    font-weight: 700;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #182D48;
}

ul.presidentesLeft i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.presidentesLeft a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;
}

ul.presidentesLeft a:hover {
    color: #FFF;
}

ul.presidentesRight {
    width: 25%;
}

ul.presidentesRight li {
    padding: 15px 0 25px 0;
    border-bottom: dotted 1px #CCC;
    text-align: right;
}

ul.presidentesRight span {
    font-size: 1.0em;
    font-weight: 700;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #182D48;
}

ul.presidentesRight i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.presidentesRight a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;

}

ul.presidentesRight a:hover {
    color: #FFF;
}

.presidentesHonra {
    height: 1786px;
    margin-bottom: 105px;
}

.presidentesHonra h1 {
    width: auto;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color:  #182D48;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.presidentesHonra h2 {
    font-size: 1.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #8FC1FF;
    margin-top: 75px;
    margin-bottom: 15px;
}

.presidentesHonra h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8FC1FF;
    margin-bottom: 15px;
}

.presidentesHonra p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.presidentesHonra img {
    margin-top: -47px;
}

ul.presidentesHonraLeft {
    width: 26%;
}

ul.presidentesHonraLeft li {
    padding: 15px 0 25px 0;
    border-bottom: dotted 1px #CCC;
}

ul.presidentesHonraLeft span {
    font-size: 1.0em;
    font-weight: 700;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #182D48;
}

ul.presidentesHonraLeft i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.presidentesHonraLeft a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;
}

ul.presidentesHonraLeft a:hover {
    color: #FFF;
}

ul.presidentesHonraRight {
    width: 24%;
}

ul.presidentesHonraRight li {
    padding: 15px 0 25px 0;
    border-bottom: dotted 1px #CCC;
    text-align: right;
}

ul.presidentesHonraRight span {
    font-size: 1.0em;
    font-weight: 700;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #182D48;
}

ul.presidentesHonraRight i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.presidentesHonraRight a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;

}

ul.presidentesHonraRight a:hover {
    color: #FFF;
}

.bgGestao {
    background: #EEE;
}

.gestao {
    height: 800px;
}

.gestao h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #909090;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.gestao h2 {
    font-size: 1.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #8FC1FF;
    margin-top: 75px;
    margin-bottom: 15px;
}

.gestao h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8FC1FF;
    margin-bottom: 15px;
}

.gestao p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.gestao img {
    margin-top: -47px;
}

ul.gestaoLeft {
    width: 23%;
    margin: 0 auto;
}

ul.gestaoLeft li {
    padding: 15px 0 25px 0;
    text-align: center;
}

ul.gestaoLeft span {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #909090;
}

ul.gestaoLeft i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.gestaoLeft a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;
}

ul.gestaoLeft a:hover {
    color: #FFF;
}

.bgLinks {
    background: #FFF;
}

.links {
    height: 515px;
}

.links h1 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #909090;
    padding: 135px 0px 57px 0;
    text-align: center;
}

.links h2 {
    font-size: 1.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #8FC1FF;
    margin-top: 75px;
    margin-bottom: 15px;
}

.links h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8FC1FF;
    margin-bottom: 15px;
}

.links p {
    width: 530px;
    font-size: 1.0em;
    color: #555555;
}

.links img {
    margin-top: -47px;
}

ul.linksLeft {
    width: 67%;
    margin: 0 auto;
}

ul.linksLeft li {
    padding: 15px 0 25px 0;
    text-align: center;
}

ul.linksLeft span {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1px;
    position: relative;
    top: 2px;
    color: #909090;
}

ul.linksLeft i {
    color:  #9A9A9A;
    font-size: 0.9em;
}

ul.linksLeft a {
    color: #9A9A9A;
    font-weight: 600;
    text-transform: uppercase;
}

ul.linksLeft a:hover {
    color: #222222;
}

footer {
    background: #222222;
    width: 100%;
    height: 100px;
    position: relative;
    bottom: 0;
    left: 0;

}

.footer {
    position: relative;
    top: 20px;
}

.info{
    font-size: 0.9em;
    color: #FFF;
    position: relative;
    top: 20px;
}

.bold {
	color:#525252;
}

.triares {
  width: 49px;
  height: 37px;
  display: block;
  float:right;
  right: 0;
  bottom: 0;
  padding-top:17px;
}