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

}

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



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

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



.header{
  background-image: url(../imagens/fundo-topo.png);
  height: 176px;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 888;
}

.headerspacer{
  height: 126px;
}


.area-banner{
  position: relative;  
  height: 600px;
}

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

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


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

#next{
  right: 0;
}

#prev{
  left: 0;
}

.tel{
  text-align: right;
  margin-top: 23px;
  font-size: 18px;
  color: #005900;
}

body{
  font-family: 'titilliumregular';
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-top: 25px;
}

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

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-size: 14px;
  color: #555555;
  border-bottom: 6px solid transparent;
  padding-bottom: 14px;
  padding-top: 5px;
}

.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: #555555;
  border-bottom: 6px solid #A9CF46;
}


/* 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{
      margin-top: 15px;
      margin-bottom: 15px;
      margin-top: 0;
      height: auto;
      position: relative;
      margin-top: 0;
      background-image: none;
      padding-top: 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;
    }

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

    .submenu{
      position: static;
      width: 100%;
    }

    .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 */

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

.faixa1{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../imagens/faixa-1.jpg);
  height: 656px;
  padding-top: 90px;
  position: relative;
  background-color: #FBFBFB;
}



.xsss{
  font-family: 'titilliumregular';
  font-size: 22px;
  color: #004D00;
  text-align: center;
  padding: 0 30px;
  height: 200px;
}

.xsss img{
  margin-bottom: 20px;
}


.box{
  max-width: 674px;
  background-color: rgba(0,79,0,0.82);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  color: #FFFFFF;
  font-family: 'titilliumregular';
  font-size: 26px;
  text-align: center;
  padding-bottom: 40px;
}

.box input{
  display: inline-block;
  width: 241px;
  height: 40px;
}

.box span{
  color: #A7D239;
}

.ctaholder{
  position: absolute;
  bottom: -65px;
  text-align: center;
  width: 100%;
}

.footer{
  margin-top: 150px;
  background-color: #003513;
  padding-top: 50px;
}

.footer p{
  color: #FFFFFF;
}

.borl{
  border-left: 1px solid #4E7947;
  padding-left: 20px;
  padding-top: 15px;
}


.footer2{
  border-top: 1px solid #4E7947;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  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;
}

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

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

.titulo{
  margin-bottom: 10px;
  background-image: url(../imagens/fundo-titulo.jpg);
  height: 181px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
  color: #FFFFFF;
}

.titulo h2{
  margin-top: 0;
  text-align: center;
  font-size: 45px;
}


/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.pg-contato form{
  line-height: 1.5;
  font-family: 'open_sansregular';
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 20px;
  height: 40px;
  border-color: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}

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

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 50px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #A7D039;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  color: #0C330B;
}

.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

body{
  background-color: #F0F0F0;
}

.bread{
  margin-bottom: 40px;
}

.pg-contato iframe{
  width: 100%;
  height: 288px;
}
.pg-contato h2{
  color: #007F00;
  margin-top: 0;
}

/* cli-18 */

    .cli-18 .parceiro{
      display: block;
      margin-bottom: 30px;
    }

    .cli-18 .parceiro{
      color: #444444;
      transition: all .2s linear;
    }

    .parceiro b{
      color: #007F00;
      font-size: 28px;
    }

/* fim cli-18 */

/*prs-45*/
    

    .prs-45 .produto{
      display: block;
      margin-bottom: 20px;
      font-family: 'open_sansregular';
      color: #6C5227;
      font-size: 16px;
      transition: all .2s linear;
      max-width: 303px;
      margin-right: auto;
      margin-left: auto;
    }

    .prs-45 .produto img{
      margin-bottom: 10px;
      transition: all .2s linear;
    }

    .prs-45 .produto:hover{
      color: #8A6C3B;
    }

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

/*fim prs-45*/

/*prs-d-19*/
    

    .prs-d-19 h2{
      font-family: 'titilliumregular';
      font-size: 28px;
      color: #007F00;
      margin-top: 0;
    }

    .prs-d-19 p{
      font-size: 16px;
      color: #535353;
      font-family: 'open_sansregular';
      line-height: 1.3;
    }

    .prs-d-19 .btn-orcamento{
      background-color: #00AEEF;
      border: none;
      width: 397px;
      height: 45px;
      line-height: 45px;
      font-family: 'Arial';
      color: #FFF;
      font-size: 12px;
      transition: all .2s linear;
      display: block;
      text-align: center;
      font-family: 'open_sanslight';
      font-size: 16px;
      text-align: center;
    }

    .prs-d-19 .btn-orcamento:hover{
      background-color: #007BAA;
      color: #FFF;
    }

    .prs-d-19 h3{
      font-family: 'titilliumregular';
      font-size: 28px;
      color: #007F00;
    }

    .prs-d-19 iframe{
      width: 100%;
      height: 242px;
    }

    .prs-d-19 .p-foto{
      display: block;
      float: left;
      margin-bottom: 15px;
      margin-right: 15px;
    }

    .prs-d-19 .balao{
      width: 100%; min-height: 144px;
      padding: 20px 50px 20px 10px;
      background: url(../imagens/prs-d-19-02.png) 97% 23px no-repeat #FFF;
    }

    .prs-d-19 .balao2{
      width: 100%; min-height: 144px;
      padding: 20px 50px 20px 10px;
      background: url(../imagens/prs-d-19-02.png) 97% 23px no-repeat #FFF;
    }

    .prs-d-19 .avatar{
      display: block; float: left; margin: 0 10px 5px 0;
      width: 83px; height: 77px;
      border: solid 2px #EEE;
    }

    .prs-d-19 .balao span{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #444;

      margin: 0;
    }

    .prs-d-19 .autoria{
      background: url(../imagens/speech.png) 20px -10px no-repeat;
      height: 30px; line-height: 30px;
      padding-left: 60px; margin-bottom: 20px;

      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #333;
    }

    .prs-d-19 .fundo-form{
      background-color: #EDEDED;
      padding: 10px 20px;
      margin-bottom: 20px;
    }

    .prs-d-19 .fundo-form label{
      font-weight: lighter;
      padding-top: 10px;
    }

    .prs-d-19 .fundo-form .form-submit{
      display: none;
    }

    .prs-d-19 .fundo-form .btn{
      font-family: 'open_sansregular';
      width: 85px;
      font-weight: lighter;
    }

    .prs-d-19 .si-captcha{
      float: left;
    }

    .prs-d-19 #captcha_code{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}

    .prs-d-19 #captcha_code:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#captcha_code::-moz-placeholder{color:#999;opacity:1}

    .prs-d-19 #captcha_code:-ms-input-placeholder{color:#999}

    .prs-d-19 #captcha_code::-webkit-input-placeholder{color:#999}

    .prs-d-19 #captcha_code{
      width: 100px;
      display: inline-block;
    }

    .prs-d-19 .captchaSizeDivLarge{
      margin-bottom: 3px;
    }

    .prs-d-19 .fundo-form .btn-success{
      background-color: #ED1C24;
      font-family: 'Arial';
      font-size: 14px;
      border: none;
      transition: all .2s linear;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    }

    .prs-d-19 .fundo-form .btn-success:hover{
      background-color: #C40F18;
    }


/*fim prs-d-19*/

/*prs-42*/


    .prs-42 .servicos{
      display: block;
      margin-bottom: 30px;
      position: relative;
      max-width: 303px;
      margin-right: auto;
      margin-left: auto;
    }

    .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-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*/

/*prs-d-23*/

  
    .prs-d-23 h2 img{
      float: left;
      margin-right: 25px;
    }

    .prs-d-23 h2 span{
      float: left;
      width: 830px;
      border-left: 4px solid #D6D6D6;
      padding-left: 25px;
      margin: 0;
      font-family: 'audiowideregular';
      font-size: 28px;
      color: #00A0E5;
      line-height: 1.3;
    }

    .prs-d-23 h2{
      margin: 0;
      margin-bottom: 20px;
      color: #007F00;
    }

    .prs-d-23 .area-srv{
      position: relative;  
      margin-bottom: 20px;
      overflow: hidden;
      height: 370px;
    }

    .prs-d-23 .srv a{
      display: block;
      width: 970px;
      height: 370px;
      background-position: center top;
      background-repeat: no-repeat;
    }


    .prs-d-23 #next2, .prs-d-23 #prev2{
      z-index:600;
      position: absolute;
      top: 130px;
    }

    .prs-d-23 #next2{
      right: 0;
    }

    .prs-d-23 #prev2{
      left: 0;
    }

    .prs-d-23 p,
    .prs-d-23 li{
      font-family: 'open_sansregular';
      color: #666666;
      font-size: 15px;
      line-height: 1.6;
    }

    .prs-d-23 strong,
    .prs-d-23 b{
      font-size: 17px;
    }

    .prs-d-23 ul{
      list-style-image: url(../imagens/seta-ul.png);
      padding-left: 20px;
    }  

/*fim prs-d-23*/


/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {
    .xsss + .xsss{
      background-image: url(../imagens/separador-meio.png);
      background-position: left center;
      background-repeat: no-repeat;
    }

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {
    .xsss + .xsss{
      background-image: url(../imagens/separador-meio.png);
      background-position: left center;
      background-repeat: no-repeat;
    }

  }

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

    .header{
      background-image: none;
      background-color: #FFF;
      height: auto;
      position: static;
      padding-bottom: 20px;
      text-align: center;
    }

    .tel{
      text-align: center;
    }

    .borl1{
      border-left: 0;
    }

    .footer2 *{
      text-align: center;
    }

    .headerspacer{
      display: none;
    }

  }

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

    .header{
      background-image: none;
      background-color: #FFF;
      height: auto;
      position: static;
      padding-bottom: 20px;
      text-align: center;
    }

    .tel{
      text-align: center;
    }

    .borl1{
      border-left: 0;
    }

    .footer2 *{
      text-align: center;
    }

    .footer2 *{
      text-align: center;
    }

    .faixa1{
      height: auto;
    }

    .borl{
      border: 0;
      padding-left: 0;
    }

    .ctaholder{
      padding: 0 15px;
    }

    .box>span{
      display: block;
    }

    .asarvores{
      display: block;
      margin-right: auto;
      margin-left: auto;
    }

    .footer{
      text-align: center;
    }

    .headerspacer{
      display: none;
    }

  }

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

  }
/* /responsivo */
