@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webbold';
    src: url('../fonts/titilliumweb-bold-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

b, strong{
  font-weight: lighter;  
  font-family: 'titillium_webbold';
}

@media (min-width: 1200px) {.container{padding: 0px; } }

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #95C207;
}
::-moz-selection{
  background: #95C207;
}
::selection{
  background: #95C207;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #95C207;
  border-color: #95C207;
}

.editor, .editor p, .editor li{
  font-size: 18px;
  line-height: 1.35;
  color: #525252;
}

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

.editor ul{
  margin-bottom: 30px;
}

body{
  font-family: 'titillium_webregular';
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8889;
}

.headerr{
  text-align: right;
}

.header{
  background-image: url(../imagens/fundo-topo-traco.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.sombraheader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(../imagens/sombra-topo.png);
  height: 212px;
  background-position: center top;
  background-repeat: repeat-x;
  z-index: 8887;
}

.owli a{
  height: 700px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #95C207;
}



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

.tel{
  display: inline-block;
  margin-top: 23px;
  color: #FFF;
  font-family: 'titillium_webbold';
  font-size: 18px;

}

.tel img{
  position: relative;
  top: -3px;
}

a.areacli{
  display: inline-block;
  margin-top: 23px;
  color: #FFF;
  font-family: 'titillium_webbold';
  font-size: 18px;
  margin-left: 35px;
  transition: all .2s linear;
}

a.areacli:hover{
  color: #95C207;
}

a.areacli img{
  position: relative;
  top: -6px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  margin-right: 40px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 17px;
}

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

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

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


/* menu responsivo 2*/ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      position: absolute;
      right: 0;
      top: 40px;
      background-color:  #95C207;
      width: 265px;      
      margin-top: 15px!important;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #95C207;
        position: absolute;
        right: 14px;
        top: -20px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
    }

    .menu>li>a{
      color: #FFF!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }

    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }

    .submenu{
      padding-top: 10px!important;
      border-bottom: 1px solid rgba(255,255,255,0.2);
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
    }

    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;
    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 72px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/



.fx1{
  padding-top: 50px;
  background-image: url(../imagens/fx1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #E5E5E5;
  padding-bottom: 70px;
}

.footer{
  margin-top: 80px;
}

.fx1 + .footer{
  margin-top: 0;
}

.hiimg{
  height: 121px;
  position: relative;
  margin-bottom: 15px;
}

.hiimg img{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  z-index: 2;
}

.hicones{
  text-align: center;
  font-size: 24px;
  color: #535353;
  font-family: 'titillium_webbold';
  line-height: 1.2;
}

.fx1 h1{
  margin-top: 90px;
  margin-bottom: 30px;
  background-image: url(../imagens/titulo-linha.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-family: 'titillium_webbold';
  font-size: 35px;
  color: #525252;
  padding-right: 15px;
  padding-left: 15px;
}

.mosaico a{
  display: block;
  width: 33.333333%;
  border: 2px solid #FFF;
}

.mosaico{
  margin-bottom: 60px;
}

.cta1{
  text-align: center;
  background-image: url(../imagens/titulo-linha.png);
  background-position: center center;
  background-repeat: no-repeat;
}


.btnimg:hover img{
  filter: brightness(1.1);
}


.footer{
  padding-top: 65px;
  background-color: #545454;
  color: #FFF;
  font-size: 17px;
}


.footer1{
  display: flex;
  justify-content: space-between;
}

.footer1 b{
  display: block;
}

.footer1>div{
  position: relative;
  padding-left: 50px;
}

.footer1>div>img{
  position: absolute;
  left: 0;
  top: 0;
}

.footer1>span{
  display: block;
}

.redes{
  width: 104px;
}

@media (max-width: 991px) {
  .footer1{
    flex-wrap: wrap;
  }

  .footer1>div{
    margin-bottom: 30px;
  }
}



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

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

.footer2 a:hover{
  color: #95C207;
}

.copyright{
  text-align: right;
  padding-top: 22px;
}

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


.footer1>div.divend>img{
  left: 10px;
}






/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu>li>a{
      margin-right: 17px;
    }

  }
  @media (max-width: 991px) {

    .header{
      position: static;
      background-image: none;
      background-color: #333;
    }

    .sombraheader{
      display: none;
    }

    a.areacli{
      margin-top: 0;
    }

    .footer2{
      text-align: center;
    }

    .copyright{
      text-align: center;
      padding-top: 5px;
    }



  }
  @media (max-width: 767px) {

    .tel, a.areacli{
      font-size: 13px;
      font-family: 'titillium_webregular';
    }

    a.areacli{
      margin-left: 15px;
    }

  }
  @media (max-width: 550px) {

    .tel {
        margin-top: 0!important;
        line-height: 29px;
        width: 100%;
    }

    .tel img,
    a.areacli img{
      display: none;
    }

    .mosaico a{
      width: 50%;
    }

  }
  @media (max-width: 480px) {

  }
/* /responsivo */




.titulo{
  background-image: url(../imagens/titulo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 258px;
  padding-top: 186px;
}

.titulo h2{
  margin-top: 0;
  background-image: url(../imagens/traco-tit.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: 'titillium_webbold';
  font-size: 48px;
  padding-bottom: 20px;
}

.bread{
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 13px;
}

.KCLI02 .cliimg{
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 123px;
  margin-bottom: 15px;
  position: relative;
}

.KCLI02 .cliimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  max-width: 95%;
  max-height: 95%;
  height: auto;
  width: auto;
}

.KCLI02 .cli{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #444444;
  transition: all .2s linear;
  margin-bottom: 30px;
  transition: all .2s linear;
}



.KCLI02 .cli:hover{
  color: #95C207;
}


/* 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{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;

  margin-bottom: 40px;
  max-width: 500px!important;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
}

.pg-contato form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #94C400;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 20px;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.1);
}

.pg-contato iframe{
  width: 100%;
  height: 320px;
  margin-top: 40px;
}

.int h1, .int h2{
  font-size: 25px;
  color: #525252;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'titillium_webbold';
  background-image: url(../imagens/traco-tit-2.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .pg-contato form .col-xs-6{
    width: 100%;
  }
}

.pg-contato .footer1{
  font-size: 17px;
}


/*kGAL01*/

  .kGAL01 .galeria{
    display: block;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
    font-size: 15px;
  }
  
  .kGAL01 .gimg{
    display: block;
    margin-bottom: 10px;
    position: relative;
  }

  .kGAL01 .gholder{   
    position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%); 
    opacity:0;
    filter:alpha(opacity=000);
    -moz-opacity:0;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000);
    transition: all .2s linear;
    z-index: 1;
    font-size: 16px;
  }

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

  .kGAL01 .kgal01img{
    background-image: url(../imagens/kgal01.png);
    width: 123px;
    height: 44px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .kGAL01 .gimg img{
    transition: all .2s linear;
  }

  .kGAL01 .gimg:hover img{
    opacity:.4;
    filter:alpha(opacity=40);
    -moz-opacity:.4;
    opacity:.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40)
  }

  /*cores*/
  .kGAL01 .galeria{
    color: #535353;
  }
  .kGAL01 .gimg{
    background-color: #000;
  }
  .kGAL01 .gholder{    
    color: #FFF;
  }


/*kGAL01 fim*/


.fotoampliar{
  display: block;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  background-color: #000;
  position: relative;
}

.falupa{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  opacity: 0;
  transition: all .2s linear;
}

.fotoampliar:hover img{
  opacity: 0.6;
}

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

.fotoampliar:hover img.falupa{
  opacity: 1;
}


.int.pg-serv h1{
  margin-top: 20px;
  margin-bottom: 10px;
}

.pg-serv p{
  font-size: 18px;
  color: #525252;
}

.leserv{
  margin-bottom: 60px;
}


.cta2{
  position: relative;
  height: 203px;
}

.cta2 a{
  position: absolute;
  left: 0;
  bottom: 0;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .cta2 {
        position: relative;
        height: 163px;
    }

  }
  @media (max-width: 991px) {

    .titulo{
      height: auto;
      padding-top: 100px;
    }

    .int .footer1{
      display: none;
    }

    .cta2 {
        position: relative;
        height: 189px;
    }

  }
  @media (max-width: 767px) {

    .titulo{
      height: auto;
      padding-top: 60px;
    }

    .cta2 {
        position: relative;
        height: 50px;
    }

  }
  @media (max-width: 480px) {

    .titulo{
      height: auto;
      padding-top: 30px;
    }

  }
/* /responsivo */



    
    .btnwhats{
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 888;
    }.btnwhats img{
      transition: all .2s linear;
    }.btnwhats:hover img{
      filter: brightness(1.2);
    }


.pg-quem p{
  text-align: justify;
}



/* responsivo */  
  @media (max-width: 1300px) { 

    .footer{
      padding-bottom: 60px!important;
    }

  }
/* /responsivo */
