@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;

}



/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #967352;
}
::-moz-selection{
  background: #967352;
}
::selection{
  background: #967352;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #967352;
  border-color: #967352;
}
.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: 'open_sansregular';
}

/* css do tema */

body{
  background-color: #705026;
}

body.internas{
  background-color: #FFF;
}

/* header */

.header{
  background-position: center top;
  background-image: url(../imagens/fundo-header.png);
  height: 183px;
  background-repeat: no-repeat;
  background-color: #462900;
}

.img-responsive{
  display: inline-block;
}

.logo img{
  margin-top: 25px;
}

.telefone-topo{
  text-align: right;
  font-family: 'open_sansregular';
  font-size: 17px;
  color: #FFF;
  margin-top: 10px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 68px;
  text-align: right;
}

.menu li{
  display: inline-block;
  margin-right: 5px;
  padding-right: 14px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  position: relative;
}

.menu a{
  transition: all .2s linear;
  display: block;
  font-family: 'open_sansregular';
  border-bottom: 6px solid transparent;
  letter-spacing: 2;
  color: #FFF;
  padding-bottom: 10px;
  font-size: 14px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  color: #AA885C;  
  border-bottom: 6px solid #705026;
}

.menu > li:hover > .sub-menu{
  display: block;
}

.sub-menu{
  display: none;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #705026;
  white-space: nowrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  left: 0;
  padding-right: 50px;
}

.sub-menu li{
  display: block;
  background-image: none;
  text-align: left;
}

.sub-menu a{
  transition: all .2s linear;
  display: block;
  line-height: 1.6;
  color: #FFF;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 13px;
}

.sub-menu li:last-child a{
  border-right: none;
  padding-right: 0;
}

.sub-menu a:hover,
.sub-menu a.active{
  text-decoration: none;
  color: #FFFEB9;
  padding-bottom: 0;
  border-bottom: 0;
}



.area-banner{
  position: relative;  
  margin-bottom: 40px;
  height: 754px;
}

.banner{
  height: 754px;
  overflow: hidden;
  width: 100%;
  /*display: table;*/
}

.banner a{
  display: block;
  width: 100%;
  height: 754px;
  background-position: center top;
  background-repeat: no-repeat;
  /*display: table-cell;*/
  vertical-align: top;
  background-size: cover;
}


.cima-banner{
  position: relative;
}

.area-meio{
  position: absolute;
  left: 0;
  top: 0;
  width: 234px;
  background-color: rgba(79,53,28,0.8);
  height: 754px;
  z-index: 999;
}

.area-meio{
  padding-top: 15px;
  text-align: center;
}

.hservico{
  color: #FFFFFF;
  font-family: 'open_sansregular';
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  transition: all .2s linear;
  padding-left: 20px;
  text-align: left;
}

.hservico:hover{
  color: #FFF;
}

.hservico img{
  margin-top: 5px;
}

.img-btn{
  transition: all .2s linear;
}

.img-btn:hover{
  opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
}

.pg-home h2{
  margin-top: 0;
  color: #FFFFFF;
  font-size: 22px;
   font-family: 'open_sansregular';
}

.pg-home p{
  /*font-family: 'open_sansregular';*/
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #FFF;
  texta
}

.pg-home span{
  width: 300px;
  display: block;
}


.footer{
  background-color: #462900;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 30px;
}

.footer p{
  margin-bottom: 0;
  padding-top: 12px;
}


.footer a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer a:hover{
  color: #E64C59;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 79px;
  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);  
}

/* internas */

.btn-voltar{
  background-color: #886A4D;
  border: none;
  padding: 12px 20px;
  float: left;
  margin-top: 10px;
  font-family: 'open_sansregular';
  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: #BA7C41;
  color: #FFF;
}



.titulo{
  background-color: #462900;
  padding: 25px 0;
  padding-bottom: 0;
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
}

.titulo h2{
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 40px;
  margin-top: 0;  
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.bread{
  font-family: 'open_sansregular';
  color: #333;
}

.bread a{
  color: #333;
  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: #886A4D;
      font-size: 30px;
      font-family: 'open_sansregular';
      margin-top: 0;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #886A4D;
      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: #BA7C41;
    }

    .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: 127px;
    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: #BA7C41;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 345px;
  }


.hdepoimento{
  display: block;
  background-color: #4F351C;
  width: 303px;
  height: 159px;
  white-space: normal;
  padding: 20px;
  color: #FFF;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 1.3;
}

.hautor{
  background-image: url(../imagens/aba-depoimento.png);
  height: 33px;
  width: 303px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  padding-left: 35px;
  padding-top: 8px;
  color: #444;
  font-family: 'open_sansregular';
  font-size: 13px;
}

.depoimento{
  margin-bottom: 30px;
}

/* contato */


  .pg-contato form{
    background-color: #4F351C;
    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;
    color: #FFF;
  }
  
  .pg-contato form input{
    margin-bottom: 5px;
  }
  
  .pg-contato form textarea{
    height: 127px;
    margin-bottom: 10px;
  }
  
  .pg-contato form input,
  .pg-contato form textarea
  {
    font-size: 12px;
    border: none;
    font-family: 'Arial'
  }

  .pg-contato form label{
    display: inline-block;
    font-weight: lighter;
    padding-right: 30px;
    font-family: 'open_sansregular';
    font-size: 12px;
  }
  
  .btn-enviar-contato{
    display: block;
    background-color: #886A4D;
    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: #BA7C41;
  }
  
  .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;
      }
  
      .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>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 */

  /* responsivo */
    /* Large desktops and laptops */
    @media (min-width: 1200px) {

      .left-big{
        text-align: left!important;
      }
      
      .logo{
        display: block;
        width: 276px;
        margin-bottom: 11px;
      }

    }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu li{
      margin-right: 8px;
      padding-right: 10px;
    }

    .left-big{
      text-align: left!important;
    }


  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .header{
      height: auto;
      padding-bottom: 15px;
      background-image: none;
    }

    .telefone-topo{
      text-align: center;
    }

    .menu{
      margin-top: 0;
    }

    .area-meio{
      position: relative;
      width: 100%;
      height: auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding-top: 15px;
      margin-bottom: 20px;
    }

    .hservico{
      display: inline-block;
      width: 178px;
      margin: 0 15px 15px 15px;
      padding: 0;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      height: auto;
      padding-bottom: 15px;
      background-image: none;
    }

    .telefone-topo{
      text-align: center;
    }

    .menu{
      margin-top: 0;
    }

    .area-meio{
      position: relative;
      width: 100%;
      height: auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding-top: 15px;
      margin-bottom: 20px;
    }

    .hservico{
      display: inline-block;
      width: 178px;
      margin: 0 15px 15px 15px;
    }

    .pg-home h2{
      margin-top: 30px;
    }

    .depoimento .hdepoimento{
      width: 100%;
      height: auto;
    }

    .hservico{
      padding: 0;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .col-xs-6{
      width: 100%;
    }


    .produto{
      text-align: center;
    }

    .produto img{
      display: inline-block;
    }

    .produto img::after{
      clear: both;
    }

  }
/* /responsivo */


