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

/* 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 */
body{    
    line-height:120%;
}

.container{
  width: 1000px;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

a:hover{
    color:#293B55;
}

.opacity{
 opacity:.7;
  filter:alpha(opacity=70);
  -moz-opacity:.7;
  opacity:.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70)
}

/* Focus */
.form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),
    0 0 8px #66afe9;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),
    0 0 8px #66afe9;
}

/* Seleção */
::-moz-selection{
    background: #293B55;
    color:#fff;
    text-shadow:none
}
::selection{
    background: #293B55;
    color:#fff;
    text-shadow:none
}

/* css do backend */
.alignright{
  float: right!important;
  margin: 0px 0 15px 30px!important;
}

.alignleft{
  float: left;
  margin: 0px 30px 15px 0!important;
}

/* css do tema */

*{
  text-decoration: none!important;
}

body{
  background-image: url(../imagens/fundo-topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
}

.menu{
  position: fixed;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 42px;
  border-bottom: 3px solid #C93A3A;
  background-color: #293B55;
  text-align: center;
  z-index: 700;
}

.menu>li{
  display: inline-block;
  position: relative;
  line-height: 39px;
  margin-right: 30px;
  padding-right: 30px;  
  background-image: url(../imagens/separador-menu.png);  
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}

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

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

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

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

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

.submenu li{
  display: block;
  padding-right: 100px;
}

.submenu a{
  transition: all .2s linear;
  display: block;
  line-height: 1.6;
  color: #FFF;
  text-align: left;
  font-weight: lighter;
  font-size: 14px;
}

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

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


.logo img{
  margin-top: 10px;
  margin-bottom: 20px;
}

.spacer{
  height: 43px;
}

.buscar{
  position: relative;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 15px;
}

.buscar input{
  max-width: 215px;
  float: right;
}

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

/* conteudo home */

.area-banner{
  position: relative;  
  overflow: hidden;
  height: 318px;  
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 30px;
  background-color: #FFF;
}

.area-banneri{
	position: relative;
	overflow: hidden;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
	background-color: #FFF;
}

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

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

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

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

h2{
  font-family: 'open_sansregular';
  font-size: 24px;
  color: #0D435B;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

h2 span{
  font-size: 26px;
  display: block;
}


.col-xs-3 .spacer{
  height: 60px;
}

.col-xs-3 h2{
  margin-top: 30px;
}

.agenda{
  background-color: #FFF;
  padding: 15px 7px;
}

.adata{
  float: left;
  width: 44px;
  display: block;
  font-family: 'Arial';
  font-weight: bold;
  color: #269146;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin-right: 15px;
}

.atit{
  font-weight: bold;
  font-family: 'Arial';
  font-size: 13px;
  color: #777777;
  float: left;
  width: 145px;
  line-height: 1.4;
}


.itemagenda{
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 12px;
  padding-bottom: 15px;
}

.agenda>.itemagenda:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* rodape */

.footer{
  margin-top: 50px;
  background-color: #279147;
  padding-top: 15px;
}

.menu2{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 47px;
}

.menu2 li{
  display: inline-block;
}

.menu2 a{
  transition: all .2s linear;
  display: block;
  font-family: 'Arial';
  font-size: 13px;
  color: #FFFFFF;
  margin-right: 8px;
  padding-right: 10px;
  background-image: url(../imagens/separador-menu.png);
  background-repeat: no-repeat;
  background-position: right center;
}

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

.menu2 a:hover,
.menu2 a.active{
  text-decoration: none;
  color: #FAD600;
}

.footer p{
  font-family: 'Arial';
  color: #FFF;
  font-size: 12px;
}

.logosfooter{
  position: relative;
  width: 240px;
  display: inline-block;
  top: -10px;
}

.footer2{
  height: 42px;
  border-top: 3px solid #C93A3A;
  background-color: #293B55;
  margin-top: 22px;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 12px;
}

.header-spacer{
  height: 42px;
}


.bola{
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #FFBF00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #664C00;
  font-size: 11px;
  font-family: 'open_sansregular';
  line-height: 16px;
  margin-left: 6px;
}

.ac{
  margin-top: 9px;
  margin-bottom: 17px;
  width: 470px;
  float: right;
}

.ac a{
  color: #444444;
  font-family: 'open_sansregular';
  font-size: 12px;
  transition: all .2s linear;
}


.ac a:hover{
  color: #444;
}

.header p{
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #FFF;
}


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

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

.btn-home + .btn-home{
  margin-left: 7px;
}

.hbtn{
  float: left;
  width: 322px;
  height: 62px;
  display: block;
  transition: all .2s linear;
  margin-right: 1px;
  margin-bottom: 1px;
}

.hbtn1{
  background-image: url(../imagens/btn1.png);
}
.hbtn1:hover{
  background-image: url(../imagens/btn1h.png);
}

.hbtn2{
  background-image: url(../imagens/btn2.png);
}
.hbtn2:hover{
  background-image: url(../imagens/btn2h.png);
}

.hbtn3{
  background-image: url(../imagens/btn3.png);
}
.hbtn3:hover{
  background-image: url(../imagens/btn3h.png);
}

.hbtn4{
  background-image: url(../imagens/btn4.png);
}
.hbtn4:hover{
  background-image: url(../imagens/btn4h.png);
}

.hbtn5{
  background-image: url(../imagens/btn5.png);
}
.hbtn5:hover{
  background-image: url(../imagens/btn5h.png);
}

.hbtn6{
  background-image: url(../imagens/btn6.png);
}
.hbtn6:hover{
  background-image: url(../imagens/btn6h.png);
}

.hbtn7{
  background-image: url(../imagens/btn7.png);
}
.hbtn7:hover{
  background-image: url(../imagens/btn7h.png);
}

.hbtn8{
  background-image: url(../imagens/btn8.png);
}
.hbtn8:hover{
  background-image: url(../imagens/btn8h.png);
}

.hbtn9{
  background-image: url(../imagens/btn9.png);
}
.hbtn9:hover{
  background-image: url(../imagens/btn9h.png);
}



.amenos,.amais{
  font-family: 'Arial';
  color: #444444;
  cursor: pointer;
}

.amenos{
  font-size: 22px;
}

.amais{
  font-size: 26px;
}

.amais + a{
  font-family: 'Arial';
  font-size: 15px;
  color: #0C4359;
  display: block;
  float: right;
  padding-left: 20px;
}

.noticia{
  display: block;
  margin-bottom: 20px;
}
.noticia img{
  margin-bottom: 10px;
  transition: all .2s linear;
}

.noticia:hover img{
  -ms-transform: scale(1.05,1.05); 
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}

.ndata{
  width: 28px;
  height: 36px;
  float: left;
  font-family: 'open_sansregular';
  color: #D03127;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}

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

.ntxt{
  color: #525252;
  font-size: 14px;
  font-family: 'open_sansregular';
  text-align: justify;
  display: block;
}

.mininoticia{
  display: block;
  margin-bottom: 15px;
}

h3{
  margin-top: 0;
  font-family: 'open_sansregular';
  font-size: 24px;
  color: #0D435B;
  font-weight: bold;
}

/* calendario */

/* calendar */
table.calendar{ border-left:1px solid #CCCCCC; }
tr.calendar-row {  }
td.calendar-day {
position:relative;
min-height:80px; 
font-size:11px; 
position:relative;
padding-right: 30px;
}

 * html div.calendar-day { height:80px; }
td.calendar-day:hover { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#EEEEEE; 
  color: #70717E; 
  font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; }
div.day-number    { background:#EAEAEA; padding:5px; color:#999; font-weight:bold; float:right; width:20px; text-align:center;
position: absolute;
z-index: 1;
top: 0;
right: 0;}
.day-number-today{
  background-color:#0081A6!important; 
  color: #FFF!important
}
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; }

.calendar-day p{
  background-color: #00B8ED;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-right: 20px;
  padding: 3px;
  color: #FFF;
}

.linksu a{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #174D79;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.linksu{
  list-style-image: url(../imagens/bullet-link.png);
  padding-left: 23px;
}
