@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: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Pré formatações */

.img-responsive{
  display: inline-block;
}

.container{
  max-width: 1000px;
}
a:hover{
  color: #688825;
}
::-moz-selection{
  background: #688825;
}
::selection{
  background: #688825;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #688825;
  border-color: #688825;
}
.editor p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #333;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family:'montserratregular';
}

/* css do tema */

/* header */

body{
  background-color: #FFF;
}

.header{
  background-image: url(../imagens/fundo-topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 168px;
}

.logo img{
  margin-top: 19px;
}

.telefone-topo{
  font-family:'montserratregular';
  font-size: 15px;
  color: #1B1C31;
  margin-top: 6px;
  text-align: right;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-top: 95px;
}

.menu li{
  display: inline-block;
  margin-right: 2px;
  padding-right: 13px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 5px;
  background-repeat: no-repeat;
}

.menu a{
  transition: all .2s linear;
  display: block;
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  color: #0F0;
}

.area-banner{
  position: relative;  
  height: 659px;
  border: none;
  margin: 0;
  padding: 0;
}

.banner{
  height: 659px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  top: -2px;
}

.banner a{
  display: block;
  width: 100%;
  height: 659px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.aba-banner{
  background-image: url(../imagens/aba-slider.png);
  height: 133px;
  width: 100%;
  position: absolute;
  z-index: 600;
  bottom: -2px;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
}

.area-banner .container{
  position: relative;
}

#next, #prev{
  z-index:600;
  position: absolute;
  top: 205px;
}

#next{
  right: 0;
}

#prev{
  left: 0;
}

.area-chamadas{
  position: relative;  
  height: auto;
  margin-top: -205px;
  z-index: 700;
  margin-bottom: 35px;
}

.chamadas{
  height: 222px;
  overflow: hidden;
  width: 970px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.chamadas a{
  display: block;
  width: 220px;
  margin-right: 30px;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family:'montserratregular';
  font-size: 20px;
  color: #FFF;

  background-color: #FFF;
  position: relative!important;
}

.setas{
  text-align: center;
  background-image: url(../imagens/fundo-setas.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#next2, #prev2{
  display: inline-block;
}

.bem-vindo{
  width: 100%;
  background-image: url(../imagens/fundo-bem-vindo.png);
  height: 72px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
}

.bem-vindo h2{
  margin: 0;
  font-family:'montserratregular';
  font-size: 30px;
  color: #FFF;
  display: inline-block;
  margin-right: 200px;
  margin-top: 9px;
  line-height: 1;
}

.txt-home h2{
  font-family:'montserratregular';
  font-size: 25px;
  color: #333;
  border-left: 10px solid #688825;
  padding-left: 10px;
  margin-top: 0;
}

.footer{
  background-image: url(../imagens/fundo-rodape.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #141414;
  margin-top: 60px;
}

.footer .menu{
  text-align: left;
  margin-top: 12px;
}

.redes{
  text-align: right;
  margin-top: 20px;
}

.footer h4{
  margin-top: 6px;
  font-family:'montserratregular';
  font-size: 14px;
  color: #D6D6D6;
}

.box1{
  width: 365px;
  float: left;
  background-image: url(../imagens/linha-rodape.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.box2{
  float: left;
  padding-left: 30px;
}

.footer p{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
}


.footer2{
  background-color: #3B3B3B;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 10px;
}

.footer2 p{
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}


.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #688825;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 79px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

/* internas */

.btn-voltar{
  background-color: #2B2B2B;
  border: none;
  padding: 12px 20px;
  float: left;
  margin-top: 10px;
  font-family:'montserratregular';
  color: #FFF;
  font-size: 12px;
  transition: all .2s linear;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}

.btn-voltar:hover{
  background-color: #525252;
  color: #FFF;
}


.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 25px 0;
  margin-bottom: 40px;
}

.titulo h2{
  font-family:'montserratregular';
  color: #FFF;
  font-size: 40px;
  margin-top: 0;
}

.bread{
  font-family: 'open_sansregular';
  color: #FFF;
}

.bread a{
  color: #FFF;
  font-weight: bold;
}

/*prs-45*/
    

    .prs-45 .produto{
      display: block;
      margin-bottom: 20px;
      font-family: 'open_sansregular';
      color: #6C5227;
      font-size: 16px;
      transition: all .2s linear;
    }

    .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: #688825;
      font-size: 30px;
      font-family: 'open_sansregular';
      margin-top: 0;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #688825;
      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: #D3D3D3;
    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: #393C41;
    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: #555A62;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 345px;
  }

/* responsivo */
  

  /* 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;
        color: #FFF;
      }
  
      .navbar-header{
        background-color: #222;
        border: 1px solid #FFF;
  
        cursor: pointer;    
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
      }
  
      .navbar-button{
        float: right;
      }
  
      .icon-bar{
        background-color: #fff;
      }

      .menu{
        margin-top: 0;
      }
  
      .menu>li{
        display: block;
        background-image: none;
      }
  
      .menu>li>a{
        text-align: left;    
        margin-right: 0;
        padding: 5px 15px;
        color: #222;
      }
  
      .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 */

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {
    
    .header{
      background-image: none;
      height: auto;
      padding-bottom: 20px;
      text-align: center;
    }

    .telefone-topo{
      text-align: center;
      margin-top: 15px;
      color: #444;
    }

    .chamadas{
      width: 720px;
    }

    .footer .menu{
      display: none;
    }

    .footer{
      background-image: none;
    }

    .redes{
      margin-bottom: 15px;
      text-align: left;
    }

    .box1{
      width: 345px;
    }


  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      background-image: none;
      height: auto;
      padding-bottom: 20px;
      text-align: center;
    }

    .telefone-topo{
      text-align: center;
      margin-top: 15px;
      color: #444;
    }

    .aba-banner{
      display: none;
    }

    .area-banner{
      margin-bottom: 15px;
    }

    .area-chamadas{
      margin-top: 0;
    }

    .chamadas{
      width: 470px;
    }

    .bem-vindo h2{
      margin-right: 0;
      font-size: 20px;
      margin-top: 15px;
    }

    .footer .menu{
      display: none;
    }

    .footer{
      background-image: none;
    }

    .redes{
      margin-bottom: 15px;
      text-align: left;
    }

    .box1{
      width: 345px;
      float: none;
      background-image: none;
      margin-bottom: 15px;
      width: 100%;
    }

    .box2{
      float: none;
      padding-left: 0;
      width: 100%;
    }

    .footer2{
      text-align: center;
    }

    .footer2 .text-right{
      text-align: center;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .chamadas{
      width: 220px;
    }

    .bem-vindo h2{
      font-size: 17px;
    }


    .col-xs-6{
      width: 100%;
    }
    

    .produto{
      text-align: center;
    }

    .produto img{
      display: inline-block;
    }

    .produto img::after{
      clear: both;
    }

  }
/* /responsivo */




/* 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: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #688825;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}


@media (max-width: 991px) {
  .pg-contato form .col-xs-6{
    width: 100%;
  }
}




.tholderr{
  display: block;
  text-align: center;
  white-space: normal!important; 
  z-index: 2;
  width: 220px;
  height: 220px;
  background-color: rgba(30,30,30,0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.tholderr span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #FFF;
  width: 220px;
  padding: 0 20px;
}
