@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: 'kanitbold';
    src: url('../fonts/kanit-bold-webfont.woff2') format('woff2'),
         url('../fonts/kanit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}


/*@media (min-width: 1200px) {.container{max-width: 1000px; } }*/
.container{
  max-width: 1000px;
}

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

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

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

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

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

.headerspacer{
  height: 138px;
}

a.logo img{
  margin-top: 6px;
  margin-left: 15px;
}

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

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

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

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

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-size: 15px;
  color: #FFFFFF;
}

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

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

    .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.6;
    }

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

    .submenu{
      position: static;
      width: 100%;
      display: block;
      background-color: #FFF;
      padding: 15px;
      padding-top: 0;
      list-style-type: square;
    }

    .submenu li:first-child{      
      border-top: 1px dotted #CCC;
    }

    .submenu>li>a{
      color: #333;
      padding-left: 10px;
    }

    .submenu>li>a:before{
      content: "-";
      padding-right: 5px;
    }

    .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;  
}

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

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


#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;
  opacity:0;
  filter:alpha(opacity=000);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000)
}  

.area-banner:hover #next-banner,
.area-banner:hover #prev-banner{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100)
}

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

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

/*responsivo*/
@media (max-width: 991px) {#next-banner, #prev-banner{opacity:1; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100) } }




.faixa1{
  padding-top: 75px;
  background-image: url(../imagens/bg-mid.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.faixa1 h1{
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #19173D;
  margin-bottom: 65px;
}

.icones{
  text-align: center;
}

.icone{
  display: inline-block;
  width: 220px;
  height: 147px;
  color: #444444;
}

.icone div{
  float: left;
  width: 100%;
}

.ico{
  display: block;
  width: 220px;
  margin-bottom: 12px;
  height: 87px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.faixa2{
  text-align: center;
  padding-top: 84px;
  padding-bottom: 100px;
}

.footer{
  padding-top: 55px;
  background-color: #494949;
  text-align: center;
  color: #FFF;
}

.fcontent{
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.fcontent img{
  float: left;
  margin-right: 50px;
}


.footer2{
  background-color: #222;
  padding-top: 5px;
  padding-bottom: 30px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 45px;
}

.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;
}

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





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

  }

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

    a.logo img{
      margin-left: 0;
    }

  }

  /* Portrait tablets and small desktops */
  @media  (max-width: 991px) {
    
    .header{
      height: auto;
      background-image: none;
      text-align: center;
      position: static;
      padding-bottom: 15px;
    }

    .headerspacer{
      display: none;
    }

    .tel{
      text-align: center;
    }

  }

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

    .fcontent img{
      display: none;
    }

  }

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

  }
/* /responsivo */


.bread{
  float: right;
}

.titulo{
  text-align: center;
  margin-bottom: 40px;
}

.titulo h2{
  font-size: 35px;
  color: #444444;
  padding-top: 45px;
  margin-top: 0;
  background-image: url(../imagens/traco-tit.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #525252;
  padding-top: 8px;
}

.int h2{
  font-size: 25px;
  color: #494949;
  margin-top: 0;
  margin-bottom: 23px;
}


/* 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: 30px 40px;
  line-height: 1.5;
  font-family: 'open_sansregular';
  margin-bottom: 60px;
}

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

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

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 50px;
  font-size: 20px;
  transition: all .2s linear;
  background-color: #393C41;
  color: #664C00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  background-color: #BBDC48;
  -webkit-box-shadow: 2px 2px 0px 0px #664C00;
  -moz-box-shadow:    2px 2px 0px 0px #664C00;
  box-shadow:         2px 2px 0px 0px #664C00;
  margin-top: 30px;
}

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

.obg{
  float: right;
}

.mpapaiframe iframe{
  width: 100%;
  height: 230px;
}

.footer{
  margin-top: 80px;
}

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

/*kGAL01*/

  .kGAL01 .galeria{
    display: block;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 303px;
    font-size: 18px;
  }
  
  .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: 48px;
    height: 48px;
    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*/

.parc img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.parc{
  display: block;
  font-family: 'open_sansregular';
  font-size: 15px;
  text-align: center;  
  margin-bottom: 30px;
}

.parc b{
  display: block;
}

.qfaixa1{
  background-image: url(../imagens/bg-somos.jpg);
  min-height: 412px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: -30px;
}

.qfaixa2{
  background-color: #474747;
  padding-top: 40px;
  padding-bottom: 70px;
  color: #FFF;
}

.qfaixa2 h3{
  margin-top: 0;
  font-size: 25px;
}

.qfaixa3{
  padding-top: 50px;
}

.qfaixa2 .editor *{
  color: #FFF;
}

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

.titulo + .faixa1{
  padding-top: 0;
}

.pg-contato.trab form{
  border: 0;
  padding: 0;
}



.videohome iframe{
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}

.redesf{
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.redesf img{
  margin-right: 10px;
}

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

  }

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

  }

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

  }

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

    form{
      padding: 15px!important;
    }

    .obg{
      display: block;
      float: none;
    }

  }

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

    .videohome iframe{
      height: 300px;
    }


  }
/* /responsivo */

