@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: #0b62b0;
}
::-moz-selection{
  background: #0b62b0;
}
::selection{
  background: #0b62b0;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #0b62b0;
  border-color: #0b62b0;
}

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

.editor a{
  color: #CCCCCC;
}

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

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

.header{
  background-image: url(../imagens/fundo-topo.png);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 194px;
  margin-bottom: 5px;
}

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

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

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

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

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

.ac2 a{
  color: #D8D8D8;
  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: #d8d8d8;
}

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

.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: 0px;
  top: 0px;
  padding: 3px 13px 5px 13px;
  height: 41px;
  background-color: #999999;
  border-color: #999999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}


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

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

.ach{
  position: absolute;
  right: 0;
  width: 250px;
  font-family: 'open_sansregular';
  font-size: 12px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #00a54f;
  border-bottom: 7px solid #CCCCCC;
  text-align: center;
}

.menu>li{
  display: inline-block;
  margin-right: 30px;
  padding-right: 34px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 11px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  line-height: 41px;
  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: #cad8db;
}

.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(32, 162, 84, 0.7);
  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: #dddfe2;
}



/* menu responsivo */

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

  .navbar{
    margin-bottom: 0;
    border: 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: #91c7de;
      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;  
  height: 401px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 40px;
}

.banner{
  height: 401px;
  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;
  position: relative;
}

.bsombra{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.65);
  padding: 20px;
}

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

.cycle-pager{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: 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 4px;
}

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

#next, #prev{
  z-index:600;
  position: absolute;
  top: 100px;
}

#next{
  right: 0;
}

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

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

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

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

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

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

.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: #545454;
}

.box{
  width: 217px;
  height: 84px;
  margin-bottom: 25px;
  display: block;
  padding-left: 5px;
  transition: all .2s linear;

}

.box2{
  width: 215px;
  height: 54px;
  margin-bottom: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  transition: all .2s linear;

}

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

.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: 16px;
  font-size: 13px;
}

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

.footer{
  background-image: url(../imagens/fundo-rodape.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 181px;
  margin-top: -105px;
}

h4{
  color: #CCCCCC;
  font-family:'montserratregular';
  font-size: 14px;
  margin-top: 0;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
}

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

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

.r3{
  float: left;
  width: 130px;
}

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

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

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


.footer2{
  background-color: #C8C8C8;
  font-family: 'Verdana';
  font-size: 11px;
  color: #000;
  text-align: right;
  padding: 20px 0 30px; 
  margin-top: 40px;
}

.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: #000;
}

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

.footer2 a:hover{
  color: #0b62b0;
}



.modal{
  text-align: left;
}

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

.selo{
  position: absolute;
  display: block;
  left: 52%;
  top: 8%;
  width: 100%;
  z-index: 3;
}



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

  }

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

    .r1{
      width: 150px;
      padding-right: 10px;
    }
    .r2{
      width: 140px;
    }
    .r3{
      width: 140px;
    }

    .menu>li{
      padding-right: 30px;
      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;
    }

    .area-banner,
    .banner,
    .banner a{
      max-width: 720px;
      height: 298px;
    }

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

    .r1{
      margin-bottom: 30px;
    }

    .footer .text-right{
      text-align: center;
    }
	
	.selo{
		position:absolute;
		
}

  }

  /* 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;
    }

    .area-banner,
    .banner,
    .banner a{
      max-width: 480px;
      height: 199px;
    }

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

    .r1{
      margin-bottom: 30px;
    }

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

    .footer2 *{
      text-align: center;
    }
	.selo{
		position:absolute;
		
}

  }

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

    .area-banner,
    .banner,
    .banner a{
      max-width: 280px;
      height: 116px;
    }

    .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;
    }
	
	.espacob{
      margin-bottom: 20px;
      
    }

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

  }
  
  	#next, #prev{
  z-index:600;
  position: absolute;
  top: auto;
  bottom: 20px;
    }

   #next{
  right: 10px;
    }

   #prev{
  right: 30px;
    }
	.selo{
		position:absolute;
		
}
/* /responsivo */
.noticia {
    min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sticky{
    position: static!important;
  }
}
@media (max-width: 767px) {
  .sticky{
    position: static!important;
  }
}

.btn {
	margin-top: 4px;!important;
}