@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;

}

body{
  font-family: 'open_sansregular';
}


/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #B2AD0C;
}
::-moz-selection{
  background: #B2AD0C;
}
::selection{
  background: #B2AD0C;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #B2AD0C;
  border-color: #B2AD0C;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family: 'open_sansregular';
}

.editor h2{
  font-size: 25px;
}

.editor p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* css do tema */

/* header */

/* 
  Faça aqui o 
  melhor css do mundo! 
*/

.header{
  position: absolute;
  width: 100%;
  z-index: 999;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 16px;
  margin-top: 15px;
}

.menu>li{
  display: inline-block;
  margin-right: 29px;
  padding-right: 32px;
  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-family: 'open_sansregular';
  font-size: 16px;
  color: #FFF;
}

.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: #B2AD0C;
}

.tel{
  font-family: 'open_sansregular';
  font-size: 16px;
  color: #FFF;
}

/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      margin-top: 20px;   
      width: 100%; 
      margin-bottom: 20px;
    }

    .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: 15px 0;
      border: 0;
      padding: 0;
    }

    .menu>li{
      display: block;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
    }

    .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 */

.img-responsive{
  display: inline-block;
}

.area-banner{
  position: relative;  
  height: 706px;
}

.banner{
  height: 706px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 706px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.area-banner .container{
  position: relative;
}

.cycle-pager{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: 7px;
}

.cycle-pager span{
  display: inline-block;
  font-size: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../imagens/pager.png);
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 4px;
}

.cycle-pager .cycle-pager-active{
  background-image: url(../imagens/pager-active.png);
}

#next, #prev{
  z-index:600;
  position: absolute;
  top: 340px;
}

#next{
  right: 10%;
}

#prev{
  left: 10%;
}

.chamada{
  width: 100%;
  height: 172px;
  display: block;
}

.ch-holder{
  position: relative;
}

.chamadas{
  position: absolute;
  width: 100%;
  z-index: 998;
  top: -63px;
}

.chamada{
  text-align: center;
  padding-top: 10px;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.chamada:hover{
  -ms-transform: scale(1.05,1.05); 
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}

.chamada span{
  font-family: 'Arial';
  font-size: 24px;
  color: #B2AD0C;
}



.footer{
  border-top: 6px solid #B2AD0C;
  background-image: url(../imagens/fundo-rodape.png);
  background-position: center top;
  background-repeat: repeat-y;
  margin-top: 60px;
}

.ch-holder + .footer{
  padding-top: 140px;
  margin-top: 0;
}

p, ul, ol{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #333;
}


.footer{
  padding-bottom: 30px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  padding-top: 30px;
}

.footer p{
  color: #FFF;
}


.footer a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer a:hover{
  color: #B2AD0C;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 42px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}


.titulo{
  padding-top: 170px;
  background-image: url(../imagens/fundo-titulo-e-responsivo.png);
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.titulo h2{
  color: #FFF;
  font-family: 'open_sansregular';
}

.bread{
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 13px;
}

.bread a{
  color: #FFF;
}

/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

    .menu{
      text-align: center;
    }

  }

  /* 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) {

    .chamada span{
      font-size: 18px;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      position: static;
      background-image: url(../imagens/fundo-titulo-e-responsivo.png);
      padding-bottom: 20px;
    }

    .chamadas{
      position: static;
      padding: 30px 0 15px 0;
    }

    .chamada{
      margin-bottom: 15px;
    }

    .ch-holder + .footer{
      padding-top: 30px;
    }

    .footer *{
      text-align: center;
    }

    .titulo{
      padding-top: 0;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .col-xs-6{
      width: 100%;
    }

    a.logo img{
      margin-bottom: 15px;
    }

  }
/* /responsivo */



/*prs-45*/

    .prs-45 .galeria{
      display: block;
      margin-bottom: 30px;
    }
    

    .prs-45 .produto{
      display: block;
      margin-bottom: 10px;
      font-family: 'open_sansregular';
      color: #6C5227;
      font-size: 16px;
      transition: all .2s linear;
      min-height: 270px;
    }

    .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)
    }

    .produto span{
      display: block;
    }

/*fim prs-45*/


/*prs-d-25*/


    .prs-d-25 .img-servico-d{
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
    }

    .prs-d-25  h2{
      color: #000;
      font-size: 30px;
      font-family: 'open_sansregular';
      margin-top: 0;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #000;
      border: none;
      width: 255px;
      height: 55px;
      line-height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-family: 'open_sansregular';
      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: #EE6969;
    }

    .prs-d-25  p{
      margin-bottom: 15px;
    }

/*fim prs-d-25*/

/* contato */


  .pg-contato form{
    background-color: #f3f3f3;
    padding: 15px 20px 15px 20px;
    line-height: 1.5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'open_sansregular';
    font-size: 12px;
  }
  
  .pg-contato form input{
    margin-bottom: 5px;
  }
  
  .pg-contato form textarea{
    height: 206px;
    margin-bottom: 10px;
  }
  
  .pg-contato form input,
  .pg-contato form textarea
  {
    font-size: 12px;
    border: none;
    font-family: 'Arial'
  }
  
  .btn-enviar-contato{
    display: block;
    background-color: #5A5A5A;
    border: none;
    width: 108px;
    height: 30px;
    line-height: 30px;
    float: right;
    color: #FFF!important;
    font-family: 'Arial'!important;
    font-size: 12px!important;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .btn-enviar-contato:hover{
    background-color: #000;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 345px;
  }


.btn-voltar{
  background-color: #393C41;
  border: none;
  width: 117px;
  height: 33px;
  line-height: 33px;
  float: left;
  margin-top: 10px;
  font-family: 'open_sansregular';
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  transition: all .2s linear;
  display: block;
}

.btn-voltar:hover{
  background-color: #595F66;
  color: #FFF;
}


.logo img{
  /*filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.3));*/
}

.vantagem{
  margin-bottom: 40px;
}

.video{
  display: block;
  margin-bottom: 40px;
  max-width: 303px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.hdepoimento{
  display: block;
  /*width: 303px;*/
  min-height: 200px;
  white-space: normal;
  padding: 20px;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 1.3;
}

.hautor{
  background-image: url(../imagens/aba-depoimento2.png);
  height: 33px;
  width: 303px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  padding-left: 35px;
  padding-top: 8px;
  font-family: 'open_sansregular';
  font-size: 13px;
}
.area-cinza + .footer{
  margin-top: 0;
}


.hdepoimento{
  background-color: #FFF;
  color: #444444;
}

.hautor{
  color: #444;
}

.area-r{
  color: #303450;
  background-color: #F0F0F0;
}

.pg-depoimentos .hdepoimento{
  background-color: #F3F3F3;
}

.pg-depoimentos .depoimento{
  margin-bottom: 30px;
}



.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #FFF;
  border: 0;
}
.pg-contato ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .pg-contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .pg-contato ::placeholder {color: #333!important; }

.pg-contato form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #B8AB0B;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  margin-top: 20px;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.pg-contato iframe{
  width: 100%;
  height: 320px;
}

/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 

    .tel{
      text-align: center;
    }
    .header{
      padding-top: 20px;
    }

    .titulo{
      text-align: center;
    }  

    .vantagem{
      text-align: center;
    }

    .navbar{
      max-width: 450px;
      margin-right: auto;
      margin-left: auto;

    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}


/** pg arquivos **/

.pg-arquivos h2{
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pg-arquivos a{
  display: block;
  padding-left: 10px;
}

/** / pg arquivos **/





.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(50,80,50, 0.9);
    width: 100%;
    z-index: 999999;
    display: none;
}
.aceitar_termos a{
    color: #FF0;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    background-color: #FFF;
    color: #000;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{                
    color: #FFF;
    background-color: #38A7EB;
}

.pg-contato form iframe{width: 304px!important; height: 78px!important; } .g-recaptcha{margin-bottom: 20px; position: relative!important; }


.rs__icons a img{

  margin-right: 9px;

}

.title__vdkry{

  font-size: 21px;
  margin-top: 20px;

}