@charset "UTF-8";

@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: 'exo_2.0regular';
src: url('../fonts/Exo2.0-Regular-webfont.eot');
src: url('../fonts/Exo2.0-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Exo2.0-Regular-webfont.woff') format('woff'),
  url('../fonts/Exo2.0-Regular-webfont.ttf') format('truetype'),
  url('../fonts/Exo2.0-Regular-webfont.svg#exo_2.0regular') format('svg');
font-weight: normal;
font-style: normal;
}

.container{
max-width: 1000px;
}

a:hover{
color: #a19e8d;
}

::-moz-selection{
background: #a19e8d;
}

::selection{
background: #a19e8d;
}

.pagination .active a,
.pagination .active a:hover{
background-color: #a19e8d;
border-color: #a19e8d;
}

.editor{
}

.editor h1,

.editor h2,

.editor h3,

.editor h4,

.editor h5,

.editor h6{

  font-family: 'open_sansregular';
}

body{
  background-image: url(../imagens/fundo.png);
  background-position: center top;
  font-family: 'open_sansregular';
}

.header{
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 999;
}

.header .container{
  position: relative;
}

.header-box{
  position: absolute;
  z-index: 1;
  background-color: rgba(34,34,34,0.85);
  width: 227px;
  height: 597px;
  text-align: center;
}

.logo img{
  margin-top: 20px;
  margin-bottom: 40px;
}

.area-banner{
  position: relative;  
  height: 597px;
}

.banner{ 
  height: 597px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 597px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.area-banner .container{
  position: relative;
}

#next, #prev{
  z-index:600;
  position: absolute;
  bottom: 3px;
}

#next{
  right: -110px;
}

#prev{
  right: -65px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu a{
  transition: all .2s linear;
  display: block;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-family: 'exo_2.0regular';
  font-size: 16px;
  display: inline-block;
  padding: 5px 15px 3px 15px;
  margin-bottom: 7px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  color: #FFF;
  border: 1px solid #A2A292;
  background-color: #A2A292;
}

.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{
  text-align: left;
}

.menu>li{
  display: block;
  background-image: none;
}

.menu>li>a{
  text-align: left;    
  margin-right: 0;
  padding: 5px 15px;
  color: #333;
  border: 1px solid transparent!important;
}

.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;
  }
}

.telefone{
  margin-top: 30px;
  font-family: 'exo_2.0regular';
  font-size: 16px;
  color: #FFF;
}

.faixa{
  background-image: url(../imagens/fx2_2.png);
  background-position: center top;
  text-align: center;
  padding: 60px 0;
}

.fx2{
  padding-top: 60px;
}

.fx2 h2{
  color: #5C5446!important;
}

.faixa h2{
  font-family: 'exo_2.0regular';
  font-size: 45px;
  color: #a19e8d;
  margin-top: 0;
  margin-bottom: 30px;
}

.faixa p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #FFF;
}

.pg-home{
  padding-top: 0px;
}

.pg-home h2{
  font-size: 40px;
  margin-top: 0;
  font-family: 'exo_2.0regular';
  color: #FFF;
  margin-bottom: 5px;
}

.pg-home p {
  font-family: 'open_sansregular';
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}

.hservicos{
  list-style-type: none;
  padding-left: 0;
  border-top: 2px solid #D6D6D6;
}

.hservicos li{
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 2px solid #D6D6D6;
}

.hservicos img{
  margin-right: 5px;
}

.hservicos a{
  font-family: 'open_sansregular';
  font-size: 16px;
  color: #333333;
  transition: all .2s linear;
  font-style: italic;
}

.hservicos a:hover{
  
}

.area-hprodutos{
  position: relative;  
  height: 237px;
}

.hprodutos{
  height: 237px;
  overflow: hidden;
  width: 100%;
}

.hprodutos a{
  background-size: cover;
  display: block;
  border-radius: 5px;
  width: 303px;
  height: 237px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative!important;
  margin-right: 30px;
}

.hover{
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 303px;  
  background-color: rgba(30,30,30,0.5);
  transition: all .2s linear;
  font-family: 'exo_2.0regular';
  font-size: 26px;
  color: #FFF;
  text-align: center;
}

.hprodutos a:hover .hover{
  height: 237px;
  padding-top: 70px;
}

.hprodutos a .hover img{
  display: none;
}

.hprodutos a:hover .hover img{
  display: inline-block;
}

.hover span{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.area-hprodutos .container{
  position: relative;
}

#next2, #prev2{
  display: inline-block;
}

.setas{
  margin-top: 30px;
  background-image: url(../imagens/linhas-setas.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.footer{
  margin-top: 70px;
  border-top: 6px solid #A2A292;
  background-color: #39332A;
  padding-top: 15px;
}

.footer h4{
  margin-top: 15px;
  font-family: 'exo_2.0regular';
  font-size: 20px;
  color: #ECECEC;
}

.logo-footer{
  margin-top: 30px;
}

.ulfooter{
  list-style-type: none;
  padding-left: 0;
}

.ulfooter li a{
  color: #A3A3A3;
  font-family: 'open_sansregular';
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  transition: all .2s linear;
  &:hover{
  color: #FFF;
  }
}

.mais{
  color: #FFF;
  transition: all .2s linear;
}

.footer p{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #A3A3A3;
}

.redes a{
  opacity:.7;
  filter:alpha(opacity=70);
  -moz-opacity:.7;
  opacity:.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
  transition: all .2s linear;
}

.redes a:hover{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.footer2{
  margin-top: 20px;
  background-color: #222;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #a19e8d;
}

.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;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
  .header{
    position: static;
    height: auto;
  }

  .header-box{
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .logo img{
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .telefone{
    color: #333;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  #next{
    left: auto;
    right: 10px;
    bottom: -50px;
  }

  #prev{
    left: auto;
    right: 60px;
    bottom: -50px;
  }

  .faixa{
    padding-top: 40px;
  }

  .hprodutos{
    margin: 0 auto;
  }

  .setas{
    width: 303px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .banner{
    height: auto;
  }
}

@media (max-width: 767px) {
  .header{
    position: static;
    height: auto;
  }

  .header-box{
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .logo img{
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .telefone{
    color: #333;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  #next{
    left: auto;
    right: 10px;
    bottom: -50px;
  }

  #prev{
    left: auto;
    right: 60px;
    bottom: -50px;
  }

  .faixa{
    padding-top: 40px;
  }

  .faixa{
    background-image: none;
    background-color: #32332E;
    padding-bottom: 50px;
    height: auto;
  }

  .hservicos{
    margin-bottom: 30px;
  }

  .hprodutos{
    width: 303px;
    margin: 0 auto;
  }

  .setas{
    width: 303px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .banner{
    height: auto;
  }
}

@media (max-width: 480px) {
  .faixa h2{
    font-size: 35px;
  }

  .hprodutos{
    margin: 0 auto;
  }

  .setas{
    width: 230px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .col-xxs-12{
    width: 100%;
    margin-top: 20px;
  }

  .hidden-xxs{
    display: none;
  }

  .col-xs-6{
    width: 100%;
  }

  .footer2,
  .footer2 *{
    text-align: center;
  }

  .footer2 a{
    display: block;
    margin-top: 20px;
  }
}

.fx2 p{
  color: #000!important;
}

.headerint{
  background-color: #222;
  position: static;
  height:auto;

.row{
  display: flex;
  align-items: center;
}

.logo img{
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu{
  display: flex;
  justify-content: space-between;
}

.telefone{
  margin-top: -14px;
    img{
      width: 19px;
      height: auto;
    }
  }
}

.fx_bread{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;

a{
  color: #fff;
}

h3{
  font-weight: bolder;
}

  padding-top: 10px;
  padding-bottom: 30px;
}

.fx_int{
  font-size: 16px;
  line-height: 1.8;
  padding-top: 60px;

p{
  line-height: 1.8;
}

.list{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap:30px;

.card{
  width: 220px;
  color: #333;
    img{
      object-fit: cover;
      display: block;
      margin: auto;
      margin-bottom: 10px;
      border-radius: 5px;
      transition: all .2s linear;
      &:hover{
        transform: scale(1.05,1.05); 
      }
    }
      p{
        font-size: 20px;
        text-align: center;
      }
    }
  }
}

.fx_int form{
  border: 1px solid #D6D6D6;
  background-color: #EEE;
  padding: 20px 30px;
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
}

.fx_int form input,
.fx_int form textarea,
.fx_int form select{
  font-size: 12px;
  margin-bottom: 15px;
  height: 40px;
  background-color: #FFF;
  border: 0;
}

.fx_int ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .fx_int :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .fx_int ::placeholder {color: #333!important; }

.fx_int form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.fx_int form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #a19e8d;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}

.fx_int form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx_int iframe{
  width: 100%;
  height: 320px;
  background-color: #AAA;
}

.btn-voltar{
  background-color: #393C41;
  border: none;
  padding: 10px 30px;
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 16px;
  transition: all .2s linear;
  display: inline-block;
}

.btn-voltar:hover{
  background-color: #595F66;
  color: #FFF;
}

.blog03 .linkartigo,
.post a{
  color: #333;
}

.blog03 .postthumb{
  border-radius: 5px;
}

.sobre-autor p {
  font-size: 14px!important;
}

.blog03 .linkartigo img {
  margin-bottom: 0px!important;
  border-radius: 5px;
}

.opost .editor, 
.opost .editor p{
  font-size: 16px;
  line-height: 1.6;
}

.opost .editor ul,
.opost .editor p{
  margin-bottom: 30px;
}

.opost .editor img{
  border-radius: 10px;
}

a.post-cat{
  margin-bottom: 2px;
}

 
@media (min-width: 1400px) { 

}  
@media (min-width: 1200px) and (max-width: 1399px) { 

}
@media (min-width: 992px) and (max-width: 1199px) { 

}
@media (max-width: 991px){ 

.header{
  background-color: #222;
}

.telefone{
  color: #FFF;
}

.menu>li>a{
  display: block;
}

.fx2{
  text-align: center;
}

.footer{
  text-align: center;
}

.headerint {
  .row {
    display: block ; 
    align-items: center;
  }
}

.logo{
  text-align: center;
}

.headerint {
  .menu {
    display: block ;      
  }
}

.headerint {
  .telefone {
    margin-top: 16px;
  }
}

.navbar {
  margin-top: 0px;
  text-align: left;
}

.headerint{
  text-align: center;
}

.headerint {
  .logo img {
    margin-right: auto;
    margin-left: auto;
  }
}

h2, .h2 {
  font-size: 25px;
}

.fx_int {
  .list {
    justify-content: center;
  }
}
}
@media (max-width: 767px) {
}
@media (max-width: 481px) {
}
@media (max-width: 361px) {
}