@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: 'titilliumregular';
    src: url('../fonts/titillium-regular.eot');
    src: url('../fonts/titillium-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-regular.woff2') format('woff2'),
         url('../fonts/titillium-regular.woff') format('woff'),
         url('../fonts/titillium-regular.ttf') format('truetype'),
         url('../fonts/titillium-regular.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

/* css do tema */

/* header */

/* 
  Faça aqui o 
  melhor css do mundo! 
*/

.menu-holder{
  background-image: url(../imagens/fundo-menu.png);
  height: 39px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
}

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

.header{
  margin-bottom: 23px;
}

.img-responsive{
  display: inline-block;
}

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

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

.menu>li>a{
  transition: all .2s linear;
  display: block;
  line-height: 34px;
  font-family: 'titilliumregular';
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
}

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


/* menu responsivo */

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

  .navbar{
    margin-bottom: 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>li{
      display: block;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
    }

    .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: 40px;
  padding: 7px;
  background-color: #FFF;
  margin: 0 auto;
  width: 970px;
  height: 409px;
}

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

.banner a{
  display: block;
  width: 100%;
  height: 392px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
}
#next, #prev{
  z-index:600;
  position: absolute;
  top: 160px;
}

#next{
  right: 10px;
}

#prev{
  left: 10px;
}

.pg-home h1{
  font-family: 'titilliumregular';
  font-size: 28px;
  color: #1F3400;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.tracodir{
  background-image: url(../imagens/traco-dir.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.pg-home h2{
  font-family: 'titilliumregular';font-size: 22px;
  color: #203500;
}

.faixa1{
  margin-top: 40px;
  background-color: #777;
  padding: 60px 0;
  color: #FFF;
  text-align: center;
  font-size: 17px;
}

.faixa1 .editor p{
  color: #FFF;
  font-size: 21px;
  margin-top: 0;
}

.faixa1 p{
  font-family: 'titilliumregular';
  font-size: 20px;
  color: #FFF;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.pg-home h3{
  color: #1F3400;
  font-size: 28px;
  font-family: 'titilliumregular';
  font-weight: bold;
  margin-bottom: 20px;
}

a.hblog{
  display: block;
  position: relative;
}

.blogdata{
  background-color: #06A401;
  font-family: 'titilliumregular';
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 125px;
  top: 135px;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 1;
  padding-top: 10px;
}

.blogtxt{
  background-color: #FFF;
  padding: 35px 10px 20px 10px;
  display: block;
  font-family: 'titilliumregular';
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 1.2;
}

.hblog img{
  transition: all .2s linear;
}

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

.footer{
  margin-top: 70px;
  padding-top: 25px;
  background-image: url(../imagens/footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.telefone-topo{
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'titilliumregular';
  font-size: 17px;
  color: #FFFFFF;
  font-weight: bold;
}

.header .container{
  position: relative;
}

.footer h4{
  font-family: 'titilliumregular';
  font-weight: bold;
  font-size: 19px;
  color: #FFF;
  margin-top: 0;
}

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


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


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

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

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


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

.titulo{
  text-align: center;
  padding-top: 76px;
  margin-bottom: 50px;
}

.titulo h2{
  font-family: 'titilliumregular';
  font-size: 46px;
  color: #1F3300;
  font-weight: bold;
  margin-top: 0;
  background-image: url(../imagens/traco-titulo.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.bread{
  font-family: 'titilliumregular';
  font-size: 14px;
  color: #444444;
}

.bread a{
  color: #444444;
}

/* news */
  
  .pg-news h2,
  .pg-promo h2{
    color: #FF330C;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #D6D6D6;
    margin-bottom: 30px;
  }

  .nbox2,
  .nbox1{
    width: 33.33333%;
    height: 255px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    transition: all .2s linear;
    background-size: 100%;
    border: 1px solid #FFF;
  }

  .nbox1:hover,
  .nbox2:hover{
    background-size: 102%;
  }

  .nbox2{
    width: 25%;
  }

  .nbdata{
    display: block;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .nbtit{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-image: url(../images/news-cinza.png);
    background-repeat: repeat-x;
    min-height: 110px;
    padding: 40px 10px 10px 10px;
  }

  .nbtit-t{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
  }

  .spacer{
    height: 15px;
  }

  .box-branco{
    /*padding: 30px;*/
    margin-bottom: 30px;
    /*background-color: #FFF;*/
  }

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

  .noticia>img{
    margin-right: 30px;
    float: left;
  }

  .ntit{
    font-family: 'titilliumregular';
    color: #1F3300;
    font-size: 19px;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }

  .nrow{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #444444;
    display: block;
    margin-bottom: 5px;
  }
  .ntxt{
    color: #333333;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
  }

  .nleia{
    width: 116px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #FFF;
    background-color: #1F3300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-family: 'open_sansregular';
    margin-top: 10px;
    transition: all .2s linear;
  }

  .noticia:hover .nleia{  
    background-color: #799849;
  }

  .pg-news h3{
    color: #73AA39;
    font-size: 18px;
    margin: 0;
    font-family: 'titilliumregular';
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px solid #1F3300;
    padding-bottom: 8px;
  }

  .redes a{
    transition: all .2s linear;
  }

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

  .link-arquivo{
    color: #333333;
    font-size: 15px;
    display: block;
    line-height: 42px;
    transition: all .2s linear;
  }

  .link-arquivo + .link-arquivo{
    border-top: 1px solid #D6D6D6;
  }

  .link-arquivo:hover{
    color: #72AA39;
  }

  .pg-news h1{
    color: #1F3300;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    font-family: 'titilliumregular';
    margin: 0;
    margin-bottom: 20px;
  }

  .editor p{
    color: #444444;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;  
  }

  .nlinha{
    margin-top: 15px;
    border-top: 1px solid #D6D6D6;
    height: 30px;
  }

  .nautor img{
    float: left;
    margin-right: 22px;
  }

  .natit{
    color: #73AA39;
    font-size: 18px;
    font-family: 'titilliumregular';
  }

  .nanome{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .natxt{
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pg-news h4{
    color: #73AA39;
    font-size: 18px;
    font-family: 'titilliumregular';
  }

  #commentform #submit{
    display: none;
  }

  .btn-enviarnews{
    width: 116px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    background-color: #1F3300;
    display: inline-block;
    font-size: 13px;
    font-family: 'titilliumregular';
    margin-top: 10px;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .pg-news form input,
  .pg-news form textarea{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #D6D6D6;
  }

  #captchaSizeDivLarge{
    position: relative;
  }

  #si_refresh_com{
    position: absolute;
    left: 190px;
    top: 0;
  }

  #captcha_code{
    position: relative;
    top: 10px;
    height: 34px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    text-indent: 5px;
  }

  #captcha_code_label{
    position: relative;
    top: 10px;
  }

  .c-rodape{
    margin-bottom: 40px;
  }

  .btn-voltar{
    background-color: #72AA39;
    border: none;
    width: 117px;
    height: 33px;
    line-height: 33px;
    float: left;
    color: #FFF;
    font-size: 16px;
    transition: all .2s linear;
    display: block;
    font-family: 'titilliumregular';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
  }

  .btn-voltar:hover{
    background-color: #A0D66A;
    color: #FFF;
  } 
/* fim news */




.buscar{
  /*margin-top: 25px;*/
  position: relative;
}

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


.nrow a{
  color: #1F3300;
}

#reply-title{
  display: none;
}

.pg-contato h2{
  margin-top: 0;
  font-family: 'titilliumregular';
  font-size: 24px;
  color: #72AA39;
  font-weight: bold;
}

p{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #444444;
}

.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.pg-contato form input{
  margin-bottom: 5px;
}

.pg-contato form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'Arial';
}

.pg-contato form div .btn-enviar-contato{
  display: block;
  background-color: #73AA39;
  border: none;
  width: 108px;
  height: 30px;
  line-height: 30px;
  float: right;
  color: #FFF;
  font-family: 'Arial';
  font-size: 12px;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pg-contato form div .btn-enviar-contato:hover{
  background-color: #90CB52;
}

.pg-contato iframe{
  width: 100%;
  line-height: 320px;
}

/* gal 02 */
    .gal-02 .galeria{
      display: block;
      height: 280px;
      text-decoration: none;
      margin-bottom: 10px;
    }

    .gal-02 .galeria:hover{
      text-decoration: none;
    }

    .gal-02 .g-grow{
      display: block;
      width: 303px;
      height: 218px;
      overflow: hidden;
      margin-bottom: 10px;
      position: relative;
    }

    .gal-02 .g-grow .g-img{
      -webkit-transition: all 1s ease;
         -moz-transition: all 1s ease;
           -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
              transition: all 1s ease;
    }

    .gal-02 .galeria:hover .g-grow .g-img{
      width: 323px;
      height: 238px;
      transform:translate(-10px,-10px);
    }

    .gal-02 .galeria:hover .g-grow .g-hover{
      opacity: 1;
      
    }

    .gal-02 .g-hover{
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out;
    }

    .gal-02 .g-nome{
      color: #545454;
      font-size: 18px;  
      font-family: 'titilliumregular';
      line-height: 1px;
    }

/* fim gal 02*/

/* gal-d-01 */

    .gal-d-01 .foto{
      margin-bottom: 30px;
      display: block;
    }

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

    .gal-d-01 .foto img{
      transition: all .2s linear;
    }

/* fim gal-d-01*/ 

.gal-d-01 h1{
  margin-top: 0;
  font-size: 20px;
  font-family: 'titilliumregular';
  color: #72AA39;
  font-weight: bold;
}

.loca{
  text-align: center;
  font-family: 'titilliumregular';
  font-size: 16px;
  color: #444!important;
  display: block;
  position: relative;
}

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

.maisdet{
  position: absolute;
  left: 0;
  top: 0;
  opacity:0;
  filter:alpha(opacity=000);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000);
  transition: all .2s linear;
}

.loca:hover .maisdet{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}


/*prs-d-25*/


    .prs-d-25 .img-servico-d{
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
    }

    .prs-d-25  h2{
      color: #72AA39;
      font-size: 2px;
      font-family: 'titilliumregular';
      font-weight: bold;
      margin-top: 0;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #72AA39;
      border: none;
      width: 255px;
      height: 55px;
      line-height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-family: 'titilliumregular';
      text-align: center;
      color: #FFF;
      font-size: 22px;
      transition: all .2s linear;
      display: inline-block;
    }

    .prs-d-25 .btn-orcamento:hover{
      color: #FFF;
      background-color: #8CC651;
    }

    .prs-d-25  p{
      margin-bottom: 15px;
    }

/*fim prs-d-25*/

/*prs-42*/


    .prs-42 .servicos{
      display: block;
      margin-bottom: 30px;
      position: relative;
    }

    .prs-42 .servico-degrade{
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      background-image: url(../imagens/prs-42-02.png);
      height: 121px;
    }

    .prs-42 .servico-txt{
      padding: 20px 15px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      font-family: 'titilliumregular';
      font-size: 22px;
      color: #FFFFFF;
    }

    .prs-42 .servicos img{
      transition: all .2s linear;
    }

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


/*fim prs-42*/

.quem h2{
  font-family: 'titilliumregular';
  font-size: 23px;
  color: #72AA39;
  font-weight: bold;
}

.mvv{
  text-align: center;
  width: 303px;
  height: 303px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.mvv h3{
  margin-top: 0;
  background-image: url(../imagens/tracomvv.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 12px;
}

