@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;

}

@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;

}

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

/* css do tema */

/* header */

.barra-topo{
  background-color: #FBFBFB;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.iconestopo a{
  float: left;
}

.iconestopo{
  padding-left: 50px;
}
.barra-topo-spacer{
  height: 45px;
}

.barra-topo .text-right a{
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #444444;
  line-height: 45px;
  padding-left: 10px;
  transition: all .2s linear;
}

.barra-topo .text-right a:hover{
  color: #328AD2;
}

.barra-logo{
  background-image: url(../imagens/topo-2-site.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 144px;
}

.logo img{
  margin-top: 15px;
}

.webmail{
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 16px;
  float: left;
}

.data-topo{
  margin-top: 22px;
  color: #FFF;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
  float: right;
}

.buscar{
  position: relative;
}

.buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.buscar button{
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 2px 7px 6px 7px;
  background-color: #DB3D34;
  border-color: #DB3D34;
  transition: all .2s linear;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

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

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  background-image: url(../imagens/topo-3-site.png);
}

.menu>li{
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

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

.menu img{
  position: relative;
  top: -2px;
}

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

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

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

.submenu{
  display: none;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #2A85D0;
  white-space: nowrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  left: 0;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-right: 30px;
}

.submenu li{
  display: block;
}

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

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

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


.area-banner{
  position: relative;  
  margin-bottom: 50px;
  height: 317px;
}

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

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

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

.cycle-pager-holder{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: -5px;
}

.cycle-pager{
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  padding: 0 7px 10px 7px;
}

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

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

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

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

.bt2{
  float: right;
}

.bt2, .bt1{
  margin-bottom: 6px;
}

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

.botoes li{
  float: left;
  width: 322px;
  height: 62px;
  line-height: 62px;
  margin-bottom: 2px;
  margin-right: 2px;
  background-position: 13px center;
  transition: all .2s linear;
}

.botoes li a{
  width: 322px;
  line-height: 62px;
  font-family:'montserratregular';
  font-size: 15px;
  color: #333333;  
  padding-left: 70px;
  display: block;
  transition: all .2s linear;
}

.botoes li:hover a{
  color: #FFF;
}



.botoes li:nth-child(3n){
  margin-right: 0;
}

.botoes li:nth-child(1){
  background: url(../imagens/botao-b-mesa-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(1):hover{
  background: url(../imagens/botao-b-mesa.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}

.botoes li:nth-child(2){
  background: url(../imagens/botao-d-bancadas-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(2):hover{
  background: url(../imagens/botao-d-bancadas.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(3){
  background: url(../imagens/botao-g-comissoes-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(3):hover{
  background: url(../imagens/botao-g-comissoes.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(4){
  background: url(../imagens/botao-a-atos-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(4):hover{
  background: url(../imagens/botao-a-atos.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(5){
  background: url(../imagens/botao-e-processos-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(5):hover{
  background: url(../imagens/botao-e-processos.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(6){
  background: url(../imagens/botao-h-legislacao-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(6):hover{
  background: url(../imagens/botao-h-legislacao.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(7){
  background: url(../imagens/botao-c-audiencias-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(7):hover{
  background: url(../imagens/botao-c-audiencias.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(8){
  background: url(../imagens/botao-f-concursos-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(8):hover{
  background: url(../imagens/botao-f-concursos.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}


.botoes li:nth-child(9){
  background: url(../imagens/botao-i-controle-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(9):hover{
  background: url(../imagens/botao-i-controle.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}

.botoes li:nth-child(10){
  background: url(../imagens/botao-i-controle-1.png) 13px center no-repeat, url(../imagens/botao-semefeito.png) center center;
}
.botoes li:nth-child(10):hover{
  background: url(../imagens/botao-i-controle.png) 13px center no-repeat, url(../imagens/botao-vermelho.png) center center;
}

.botoes{
  margin-bottom: 50px;
}

.pg-home h2{
  font-family:'montserratregular';
  font-size: 23px;
  color: #0E435C;
  margin-top: 0;
  margin-bottom: 15px;
}

.noticia{
  display: block;
  margin-bottom: 50px;
  height: 350px;
}

.noticia img{
  transition: all .2s linear;
  margin-bottom: 15px;
}

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

.ntit{
  font-family: 'open_sansregular';
  font-weight: bold;
  color: #174E7A;
  font-size: 14px;
  padding-left: 37px;
  display: block;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: all .2s linear;
}

.ndata{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  color: #D03128;
}

.ntxt{
  line-height:1;
  font-size: 14px;
  color: #535353;
  font-family: 'open_sansregular';
}

a:hover .ntit{
  color: #D03128;
}


/* calendario */

/* calendar */
table.calendar{ 
  border-left:1px solid #FFF;
  width: 200px; 
}

tr.calendar-row {  
}

td.calendar-day {
  position:relative;
  font-size:11px; 
  position:relative;
  padding-right: 30px;
  width: 0px;
  height: 0px;
}

 * 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:#DAE0EA; 
  color: #70717E; 
  font-weight:bold; 
  text-align:center; 
  width:120px; 
  padding:5px; 
  border-bottom:1px solid #FFF;
  border-top:1px solid #FFF;
  border-right:1px solid #FFF; 
}

.day-number-today{
  background-color:#D7352D!important; 
  color: #FFF!important
}

td.calendar-day, td.calendar-day-np { 
  width:120px; 
  padding:0px; 
  border-bottom:1px solid #FFF;
  border-right:1px solid #FFF; 
}

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

.calendar p{
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

td.calendar-day:hover  p,
td.calendar-day  p:hover{
  display: block;
  width: 300px;
}

.calendar-topo{
  text-align: center;
  font-size: 18px;
  width: 200px;
  background-color: #FFF;
}

div.day-number    { 
  
}

td.calendar-day{
  background-color: #F8F8F8;
  font-size: 15px;
  font-family: 'Arial';
  text-align: center;
  position: relative;
}

tr.calendar-row td:first-child .day-number{
  background-color: #E6E6E6;
}

td.calendar-day p + div{
  background-color: #0081A6;
  color: #FFF;
}










/*//calendario*/

.linksuteis{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #444444;
  line-height: 1.8;
  transition: all .2s linear;
  display: block;
  color: #174D79;
  font-weight: bold;
}

.linksuteis:hover{
  color: #328AD2;
}

.spacer-50{
  height: 50px;
}

.dados-gerais{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #333333;
  line-height: 1.7
}

.dados-gerais b{
  font-weight: bold;
  color: #174E7A;
}

.background{
  background-image: url(../imagens/background-home.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.footer{
  background-image: url(../imagens/rodape-parte-1.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #216AA6;
  padding-top: 15px;
}

.footer h4{
  margin-top: 0;
  font-family:'montserratregular';
  font-size: 16px;
  color: #FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6A94B5;
}

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

.footer ul li a{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #FFFFFF;
  transition: all .2s linear;
  line-height: 1.8;
}

.footer ul li a:hover{
  color: #FFC926;
}

.footer ul li{
  float: left;
  width: 50%;
  padding-right: 60px;
}

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


.footer2{
  background-color: #17507C;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #C5D3DE;
  padding: 12px 0;
  text-align: right;
  margin-top: 22px;
}


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

.footer2 a:hover{
  color: #0097DA;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 79px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.btit{
  display: inline-block;
  background-color: rgba(255,191,0,0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family:'montserratregular';
  font-size: 27px;
  color: #262627;
  padding: 10px;
  margin-right: 15px;
  text-align: left;
  position: relative;
  top: 5px;
}


.btxt{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(30,30,30,0.9);
  font-family: 'open_sansregular';
  font-weight: bold;
  color: #FFF;
  font-size: 15px;
  padding: 10px;
  max-width: 400px;
  text-align: left;
}


.banner a .container{
  position: relative;
  height: 317px;
}


.bholder{
  position: absolute;
  z-index: 888;
  right: 0;
  bottom: 15px;
  width: 430px;
  text-align: right;
}

.menufixo{
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 45px;
}