@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: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-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: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}

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

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

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

h1,h2,h3,h4,h5,h6{
  font-family: 'oswald_regularregular';
}

.header{
  background-image: url(../imagens/fundo-topo.jpg);
  height: 133px;
  background-position: center top;
  background-repeat: no-repeat;
}

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

.tel{
  text-align: right;
  margin-top: 11px;
  font-family: 'oswald_regularregular';
  color: #FFFFFF;
  font-size: 21px;
}

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

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

.menu>li>a{
  transition: all .2s linear;
  display: block;
  color: #FFFFFF;
  font-family: 'oswald_regularregular';
  font-size: 15px;
  border-bottom: 4px solid transparent;
  padding-bottom: 11px;
}

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

.menu>li:hover>a,
.menu>li>a.active{
  border-bottom: 4px solid #C61210;
}


/* 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: 462px;
  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{
  background-color: #FFFFFF;
  position: relative;
  z-index: 888;
  padding-bottom: 40px;
}

.area-hservicos{
  position: relative;  
  margin-top: -30px;
}

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

.hservicos a{
  display: block;
  width: 220px;
  margin-right: 30px;
  height: 290px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  white-space: normal;
  font-family: 'oswald_regularregular';
  font-size: 22px;
  color: #000;
  text-align: center;
}

.hservicos img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}

#next-hservicos, #prev-hservicos{
  z-index:600;
  width: 21px;
  height: 36px;
  position: absolute;
  top: 115px;
  transform: translate(0,-50%);
  cursor: pointer;
  transition: all .2s linear;
}

#prev-hservicos{
  background-image: url(../imagens/seta-esq-2.png);
  left: -50px;
}

#next-hservicos{
  background-image: url(../imagens/seta-dir-2.png);
  right: -50px;
}

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


.faixa2{
  background-image: url(../imagens/faixa-2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px 0 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faixa2 h2{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 35px;
  color: #FFF;
  margin-bottom: 25px;
  padding-bottom: 10px;
  background-image: url(../imagens/traco-titulo-1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.faixa2 p{
  color: #FFF;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.faixa3{
  background-color: #FFF;
  padding: 50px 0 75px 0;
}

.faixa3 h2{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 35px;
  color: #302F3A;
  margin-bottom: 25px;
  padding-bottom: 10px;
  background-image: url(../imagens/traco-titulo-2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}


.area-hcli{
  position: relative;  
}

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

.hcli a{
  display: block;
  width: 136px;
  height: 123px;
  margin-right: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  border: 1px solid #F0F0F0;
  position: relative!important;
}

.hcli a img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}



#next-hcli, #prev-hcli{
  z-index:600;
  width: 21px;
  height: 36px;
  position: absolute;
  top: 60px;
  transform: translate(0,-50%);
  cursor: pointer;
  transition: all .2s linear;
}

#prev-hcli{
  background-image: url(../imagens/seta-esq-2.png);
  left: -50px;
}

#next-hcli{
  background-image: url(../imagens/seta-dir-2.png);
  right: -50px;
}

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

.footer{
  background-color: #ECECEC;
  padding-top: 30px;

}

.footer h4{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 18px;
  color: #060606;
}




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




.kryz{
  position: relative;
  top: 5px;
}



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

  }

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

    .menu>li{
      margin-right: 6px;
      padding-right: 10px
    }

    .hservicos a{
      margin-right: 18px;
    }

    #prev-hservicos,
    #next-hservicos{
      display: inline-block;
      margin: 0 5px;
      position: static;
      transform: translate(0%,0%);
      margin-top: 15px;
    }

    .area-hservicos{
      text-align: center;
    }

    #prev-hcli,
    #next-hcli{
      display: inline-block;
      margin: 0 5px;
      position: static;
      transform: translate(0%,0%);
      margin-top: 15px;
    }

    .hcli a{
      margin-right: 24px;
    }

    .area-hcli{
      text-align: center;
    }

  }

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

    .header{
      height: auto;
      background-image: none;
      background-color: #ECECEC;
      padding-bottom: 20px;
    }

    .tel{
      background-color: #B4150A;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      float: right;
      padding: 5px 10px;
    }

    #prev-hservicos,
    #next-hservicos{
      display: inline-block;
      margin: 0 5px;
      position: static;
      transform: translate(0%,0%);
      margin-top: 15px;
    }

    .area-hservicos{
      text-align: center;
      width: 720px;
      margin-right: auto;
      margin-left: auto;
    }

    #prev-hcli,
    #next-hcli{
      display: inline-block;
      margin: 0 5px;
      position: static;
      transform: translate(0%,0%);
      margin-top: 15px;
    }

    .area-hcli{
      text-align: center;
      width: 639px;
      margin-right: auto;
      margin-left: auto;
    }

    .footer2 .row > div{
      width: 100%;
      text-align: center;
    }

    .footer2{
      padding-bottom: 30px;
    }

  }

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

    .area-hservicos{
      margin-top: 30px;
      width: 430px;
    }

    .hservicos a{
      margin-right: 10px;
      width: 205px;
      font-size: 18px;
    }

    .hservicos a img{
      max-width: 100%;
      height: auto;
    }

    .area-hcli{
      width: 430px;
    }

    .hcli a{
      margin-right: 10px;
    }

    .faixa3 h2{
      text-align: center;
      background-position: center bottom;
    }



  }

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

    .area-hservicos{
      width: 220px;
    }

    .hservicos a{
      width: 220px;
    }

    .area-hcli{
      width: 283px;
    }

    .footer{
      text-align: center;
    }

    


  }
/* /responsivo */


.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 0 60px 0;
  margin-bottom: 15px;
}

.titulo h2{
  background-image: url(../imagens/traco-titulo-3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  font-family: 'oswald_regularregular';
  font-size: 44px;
  color: #FFFFFF;
}

.bread{
  font-size: 12px;
  color: #333333;
  margin-bottom: 60px;
}

.footer{
  margin-top: 110px;
}

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

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

.act>img{
  width: 100%;
  height: auto;
  transition: all .2s linear;
}

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

.act span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  opacity:0;
  filter:alpha(opacity=000);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000);
  transition: all .2s linear;
}

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

.cliente{
  display: block;
  border: 1px solid #F0F0F0;
  width: 136px;
  height: 123px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
}

.cliente img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}


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

.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: 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: #B4150A;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  font-family: 'oswald_regularregular';
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

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

.int h1, .int h2{
  font-size: 22px;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

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


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

.flex{
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

/*kGALd01*/

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

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

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

  .kGALd01 .kgald01img{
    background-image: url(../imagens/kgald01.png);
    width: 48px;
    height: 48px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

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

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

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


/*kGALd01 fim*/


.internas h1{
  background-image: url(../imagens/traco-titulo-4.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.servicos{
  text-align: center;
}

.servicos div{
  text-align: center;
  font-family: 'oswald_regularregular';
  font-size: 22px;
  color: #111111;
  margin-bottom: 30px;
  float: none;
}

.servicos img{
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flex-center{
  justify-content: center;
}

.cta{
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.cta::after{
  content: ' ';
  border-bottom: 1px solid #ECECEC;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.cta a{
  transition: all .2s linear;
  background-color: #C4161C;
  padding: 15px 30px;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.cta a:hover{
  -ms-transform: scale(1.1,1.1); 
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

/* 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) {

    .titulo{
      padding: 30px 0;
    }

    .titulo h2{
      font-size: 33px
    }

  }

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

    .titulo{
      padding: 20px 0;
    }

    .titulo h2{
      font-size: 22px
    }


  }
/* /responsivo */



.pg-contato form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;
   
}
