@charset "UTF-8";
/* Tema do cliente */

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Pré formatações */
.container{
  width: 1000px;
}
a:hover{
  color: #226EAB;
}
::-moz-selection{
  background: #226EAB;
}
::selection{
  background: #226EAB;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #226EAB;
  border-color: #226EAB;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

/* header */

.fleft{

}

.fleft a{
  float: left;
}

.numeros a{
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #444;
  line-height: 45px;
}

.header{
  
  background-color: #6cacf7;
  background-repeat: repeat-x;
  background-position: center top;
  height: 180px;
}

.txt-dia{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: right;
}
a.logo img{
  margin-top: 15px;
}

.buscar{
  margin-top: 10px;
  position: relative;
}

.buscar button{
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 3px 7px 5px 7px;
  background-color: #2E4F7E;
  border-color: #2E4F7E;
}

.area-banner{
  position: relative;  
  margin-bottom: 30px;
  height: 318px;
}

.banner{
  height: 318px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 318px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.area-banner .container{
  position: relative;
}

.cycle-pager{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: 0px;
  background-image: url(../imagens/fundo-pager.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.cycle-pager span{
  display: inline-block;
  font-size: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../imagens/pager.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 4px;
}

.cycle-pager .cycle-pager-active{
  background-image: url(../imagens/pager-active.png);
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  height: 46px;
  background-color: #174F7B;
}

.menu>li{
  display: inline-block;
  margin-right: 18px;
  padding-right: 22px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 21px;
  background-repeat: no-repeat;
  line-height: 46px;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li>a:hover,
.menu>li>a.active{
  color: #FFC926;
}

.menu>li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #64A6E4;
  white-space: nowrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  left: 0;
  padding-right: 50px;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.submenu li{
  display: block;
}

.submenu a{
  transition: all .2s linear;
  display: block;
  line-height: 1.6;
  color: #FFF;
}

.submenu li:last-child a{
  border-right: none;
  padding-right: 0;
}

.submenu a:hover,
.submenu a.active{
  text-decoration: none;
  color: #FFC926;
}

.btn-img{
  transition: all .2s linear;
}

.btn-img:hover{
  opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
}

.box1{
  float: left;
  width: 670px
}

.box2{
  float: right;
  width: 247px;
}

h2{
  font-family: 'open_sansregular';
  font-size: 24px;
  color: #0C435A;
}

h2 a{
  float: right;
  font-family: 'open_sansregular';
  font-size: 18px;
  color: #174C79;
  margin-top: 5px;
  transition: all .2s linear;
}

h2 a:hover{  
  color: #84BCEB;
}

.botao{
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #E4E4E4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2px;
  transition: all .2s linear;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #444444;
  font-weight: bold;
}

.botao:hover{
  color: #FFF;
  background-color: #D13229;
}

.btnimg{
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 12px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}

.botao:hover .btnimg{
  background-position: center top;
}


.noticiag{
  float: left;
  width: 303px;
  margin-bottom: 20px;
}

.noticiag + .noticiag{
  float: right;
}

.ndata{
  float: left;
  width: 37px;
  text-align: center;
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #D03127;
  line-height: 1.3;
  font-weight: bold;
}

.noticiag img{
  margin-bottom: 10px;
}

.ntit{
  font-family: 'open_sansregular';
  font-weight: bold;
  color: #174E7A;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.ntxt{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #525252;
}

.noticia-comprida{
  display: block;
  margin-bottom: 20px;
}

.subbox1{
  float: left;
  width: 315px;
  margin-right: 50px;
}

.subbox1 a{
  display: block;
  font-family: 'open_sansregular';
  font-size: 19px;
  color: #00944A;
}

body{
  background-color: #F3F3F2;
}

.acessoinfo{
  position: relative;
  left: 221px;
  top: -10px;
}

h3{
  font-family: 'open_sansregular';
  font-size: 24px;
  color: #0C435A;
}

.subbox2{
  width: 283px;
  float: left;
}


.subbox2 a{
  display: block;
  margin-bottom: 13px;
}

.agdata{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #CD2E26;
  font-weight: bold;
}

.agtxt{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #174D79;
  font-weight: bold;
}

.subbox3{
  float: right;
  width: 280px;
}

.subbox3 a{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #174C79;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  transition: all .2s linear;
}

.subbox3 a:hover{
  color: #3E82BB;
}

.footer{
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 15px;
  background-color: #3663A6;
}

.footer2{
  background-color: #254576;
  line-height: 45px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #C9D1DD;
  margin-top: 20px;
}


.footer2 a{
  color: #C9D1DD!important;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #FFFFFF!important;
}

.footer h3{
  font-family: 'open_sansregular';
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0;
  border-bottom: 1px solid #698BBD;
  padding-bottom: 5px;
  font-weight: bold;
}

.footer ul{
  list-style-type: none;
  padding-left: 0;
}

.footer li{
  width: 220px;
  float: left;
}

.footer li:nth-child(2n){
  width: 160px;
}

.footer a{
  color: #FFF;
  font-family: 'open_sansregular';
  transition: all .2s linear;
  line-height: 1.3;
}

.footer a:hover{
  color: #86B3FF;
}

.footer p{
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
}



.faixa-topo-spacer{
  height: 45px;
}

.faixa-topo{
  position: fixed;
  width: 100%;
  background-color: #F3F3F3;
  z-index: 9999;
}
.cycle-pager span{
  bottom: 6px;
  position: relative;
}
.submenu{
	text-align:left;
}