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

}

.container{
  max-width: 1000px;
}
a:hover{
  color: #006633;
}
::-moz-selection{
  background: #006633;
}
::selection{
  background: #006633;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #006633;
  border-color: #006633;
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  color: rgb(0, 0, 0);
}

.header{
  background-image: url(../imagens/fundo-topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 176px;
}

a.logo img{
  margin-top: 12px;
}

.ac1{
  margin-top: 9px;
  text-align: right;
  float: left;
}

.ac1 a{
  font-family: 'Arial';
  font-size: 13px;
  color: #000000;
  transition: all .2s linear;
}

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

.ac2{
  color: #000000;
  text-align: right;
  margin-top: 12px;
  font-size: 12px;
  font-family: 'Arial';
  float: right;
}

.ac2 a{
  color: #000000;
  transition: all .2s linear;
}

.ac3{
  color: #FFF;
  text-align: right;
  margin-top: 0px;
  font-size: 12px;
  font-family: 'Arial'
}

.ac3 a{
  color: #FFF;
  font-size: 15px;
  transition: all .2s linear;
}

.ac1 a:hover, .ac2 a:hover, .ac3 a:hover{
  color: #FF0;
}

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

.buscar input{
  height: 41px;
  background-color: #F0F0F0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}

.buscar button{
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 1px 13px 2px 13px;
  height: 35px;
  background-color: #2E7825;
  border-color: #2E7825;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.ac42{
  float: right;
  width: 267px;
}

.alinhamento{
  float: right;
  margin-top: -150px;
  text-align: center;
}

.ac41{
  float: right;
  margin-right: 20px;
  width: 20px;
  text-align: right;
  position: relative;
  margin-top: 86px;
}

.ach{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFFFFF;
  margin-top: 40px;
  text-align: right;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #0B5306;
  text-align: center;
}

.menu>li{
  display: inline-block;
  margin-right: 22px;
  padding-right: 24px;

  background-position: right 11px;
  background-repeat: no-repeat;
  position: relative;
}

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

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

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

.menu>li>a>img{
  position: relative;
  top: -3px;
}


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

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgba(0,80,6,0.9);
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

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

 /** yahoo weather **/

#weather-img{
  width: 50px;
  height: 50px;
  position: relative;
  top: -10px;
}
.temperatura{
  font-size: 30px;
  color: #333;
  line-height: 1;
}

.minmax{
  display: inline-block;
  line-height: 1;
}

#weather-text{
  display: none;
}

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



/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
    border: 0;
    min-height: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      margin-top: 20px;   
      width: 100%; 
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }

    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #000;
    }

    .menu{
      margin-top: 15px;
      margin-bottom: 15px;
      margin-top: 0;
      height: auto;
      position: relative;
      margin-top: 0;
      background-image: none;
      padding-top: 0;  
      background-color: #FFF;  
      border-bottom: 0;  
    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
      line-height: 1.2
    }

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

    .submenu{
      position: static;
      width: 100%;
      display: block;
      background-color: #BDE6D1;
      padding-left: 30px;
    }

    .submenu>li>a{
      color: #333;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }
/* menu responsivo */

.area-banner{
  position: relative;  
  margin-bottom: 60px;
}

.banner{
  overflow: hidden;
  width: 100%;
}

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

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

.cycle-pager-banner 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 4px;
}

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

#next-banner, #prev-banner{
  z-index:600;
  width: 36px;
  height: 76px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
  transition: all .2s linear;
}

#prev-banner{
  background-image: url(../imagens/seta-esq.png);
  left: 5%;
}

#next-banner{
  background-image: url(../imagens/seta-dir.png);
  right: 5%;
}


/*
@media (min-width: 992px) and (max-width: 1199px) {
  .area-banner{
    text-align: center;
  }

  #next-banner, #prev-banner{
    display: inline-block;
    margin: 10px;
    position: static;
    transform: translate(0,0);
  }
}
*/




h2{
  font-family:'montserratregular';
  font-size: 26px;
  color: #000000;
  background-image: url(../imagens/tt1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: left;
}

h2 a{
  float: right;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

h2.h22{
  background-image: url(../imagens/tt2.png);
}

.ndata{
  display: block;
  font-family:'montserratregular';
  font-size: 13px;
  color: #A0A0A0;
  margin-top: 10px;
}

.ntit{
  font-family:'montserratregular';
  font-size: 14px;
  color: #193F85;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: uppercase; 
}

.nres{
  display: block;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 15px;
}

.noticia1{
  display: block;
  min-height: 278px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.tamanhoh{
	height:280px;

}

.linha{
  border-top: 1px solid #E8E8E8;
  margin-top: 15px;
  margin-bottom: 15px;
}

.vt{
  font-family:'montserratregular';
  font-size: 13px;
  color: #333333;
  display: block;
  text-align: right;
  margin-top: 15px;
}

.pub a{
  display: block;
  font-size: 12px;
  font-family: 'Arial';
  color: #333;
  margin-bottom: 5px;
  transition: all .2s linear;
}

.pub a:hover{
  color: #F00;
}

.pub a span{
  font-weight: bold;
  color: #49896D;
}

.box{
  background-image: url(../imagens/box.png);
  width: 217px;
  height: 84px;
  margin-bottom: 25px;
  display: block;
  padding-left: 18px;
  transition: all .2s linear;
}

.b1{
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
  line-height: 1.1;
  display: block;
  padding-top: 5px;
}

.b1 img{
  float: left;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.b2{
  font-family:'montserratregular';
  color: #CCCCCC;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  display: block;
  margin-top: 14px;
  font-size: 13px;
}

.box:hover{
  filter: brightness(1.2);
}

.footer{
  background-color: #0B5306;
  margin-top: 70px;
  padding-top: 45px;
  font-size: 14px;
}

h4{
  color: #CCCCCC;
  font-family:'montserratregular';
  font-size: 16px;
  margin-top: 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.r1{
  float: left;
  width: 250px;
}

.r2{
  float: left;
  width: 200px;
}


.footer .r1 a,
.footer .r2 a,
.footer .r3 a{
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  transition: all .2s linear;
  line-height: 1.6;
}

.footer a:hover{
  color: #FF0;
}

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




.footer2{
  border-top: 1px solid #CCC;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
}

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

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

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
  color: #FFF;
}

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

.footer2 a:hover{
  color: #FFCC32;
}

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }





.modal{
  text-align: left;
}

.sticky{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}



/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .r1{
      width: 50%;
      padding-right: 10px;
    }
    .r2{
      width: 50%;
    }

    .menu>li{
      padding-right: 25px;
      margin-right: 25px;
    }

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .ac1, .ac2, .ac3{
      display: none;
    }

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

    .ac41{
      width: 100%;
      position: static;
      float: none;
      margin-top: 15px;
      text-align: center;
    }

    .ac42{
      position: static;
      float: none;
      width: 100%;
      margin-right: 0;
    }

    .buscar{
      margin-top: 15px;
      width: 100%;
    }

    .ac4{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
    }

    .ach{
      position: static;
      width: auto;
    }

    .menuholder{
      padding: 0 15px;
      margin-bottom: 30px;
    }

    

    .box{
      display: inline-block;
      text-align: left;
    }

    .r1{
      margin-bottom: 30px;
    }

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

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .ac1, .ac2, .ac3{
      display: none;
    }

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

    .ac41{
      width: 100%;
      position: static;
      float: none;
      margin-top: 15px;
      text-align: center;
    }

    .ac42{
      position: static;
      float: none;
      width: 100%;
      margin-right: 0;
    }

    .buscar{
      margin-top: 15px;
      width: 100%;
    }

    .ac4{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
    }

    .ach{
      position: static;
      width: auto;
    }

    .menuholder{
      padding: 0 15px;
      margin-bottom: 30px;
    }

   
    .box{
      display: inline-block;
      text-align: left;
    }

    .r1{
      margin-bottom: 30px;
    }

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

    .footer2 *{
      text-align: center;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {



    .btxt {
        font-family: 'open_sansregular';
        font-size: 9px;
        color: #FFF;
    }

    .noticia1{
      min-height: 0;
      margin-bottom: 20px;
    }

    .noticia2{
      min-height: 0;
      margin-bottom: 20px;
      display: block;
      max-width: 220px;
      margin-right: auto;
      margin-left: auto;
    }

    .r1, .r2, .r3{
      float: none;
      text-align: center;
      margin: 0;
      width: 100%;
    }

  }
/* /responsivo */


.lateral .btnimg{
  display: block;
  margin-bottom: 5px;
}

.linkbranco a{
  color:#FFF;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sticky{
    position: static!important;
  }
}
@media (max-width: 767px) {
  .sticky{
    position: static!important;
  }
}

.barrafixa{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0px;
  z-index: 888;
  font-size: 19px;
  color: #FFFFFF;
}

.iptu{
    position: fixed;
    left: 30px;
    bottom: 130px;
    z-index: 888;
}