@charset "UTF-8";
/* Tema do cliente */


@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-regular-webfont.woff2') format('woff2'),
         url('../fonts/cinzel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/******************/
/**CORES DO SITE**/
/****************/



.pagination .active a,
.pagination .active a:hover{
  background-color: #000;
  border-color: #000;
}

/* Pré formatações */

a:hover{
  color: #000;
}

::-moz-selection{
  background: #000;
}

::selection{
  background: #000;
}

.pagination .active a,
.pagination .active a:hover{
  background-color: #000;
  border-color: #000;
}

.editor p{
  color: #333;
}

/* css do tema */

/* header */

body{
  background-color: #EEE;
  font-family: 'cinzelregular';
  font-size: 14px;
}

.telefone-topo{
  color: #000;
}

.menu a{
  color: #FFFFFF;
}

.menu a:hover,
.menu a.active{
  color: #FFF;
}

.footer .menu a:hover,
.footer .menu a.active{
  color: #FFF;
}

.ctxt{
  color: #000;
}

.bem-vindo h2{
  color: #FFF;
}

.txt-home h2{
  color: #333;
  border-left: 10px solid #000;
  color: #2C2C2C;
}

.footer{
  background-color: #222;
}

.footer h4{
  color: #FFF;
}

.footer p{
  color: #FFF;
}


.footer2{
  background-color: #000;
  color: #FFF;
}

.footer2 a{
  color: #FFF;
}

.footer2 a:hover{
  color: #D90000;
}

/* internas */

.btn-voltar{
  background-color: #2B2B2B;
  color: #FFF;
}

.btn-voltar:hover{
  background-color: #525252;
  color: #FFF;
}

.titulo h2{
  color: #FFF;
}

.bread{
  color: #FFF;
}

.bread a{
  color: #FFF;
}

p{
  text-align: justify;
}

/*prs-45*/

    .prs-45 .produto{
      color: #333;
    }

    .prs-45 .produto:hover{
      color: #555;
    }

/*fim prs-45*/


/*prs-d-25*/

    .prs-d-25  h2{
      color: #000;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #000;
      color: #fff;
    }

    .prs-d-25 .btn-orcamento:hover{
      color: #fff;
      background-color: #222;
    }

/*fim prs-d-25*/

/* contato */


  .pg-contato form{
    background-color: #f3f3f3;
  }

  .btn-enviar-contato{
    background-color: #5A5A5A;
    color: #FFF!important;
  }
  
  .btn-enviar-contato:hover{
    background-color: #000;
  }


/* 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%; 
        text-align: left;
        background-color: #000;
      }

      .icon-bar{
        background-color: #FFF;
      }
  
      .navbar h3{
        margin: 0;
        line-height: 48px;
        padding-left: 10px;
        color: #FFF;
      }
  
      .navbar-header{
        cursor: pointer;    
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
      }
  
      .navbar-button{
        float: right;
      }
  
      .menu{
        margin-top: 0;
        background-image: none;
        padding-left: 0;
        height: auto;
        width: 100%;
      }
  
      .menu>li{
        display: block;
        background-image: none;
        margin: 0;
        padding: 0;
      }
  
      .menu>li>a{
        text-align: left;    
        margin-right: 0;
        padding: 5px 15px;
      }

      .submenu{
        display: block;
        position: static;
      }


  
      .navbar-menu{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
      }
        
      .navbar-toggle {
        display: block;
      }

      .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) {

    .telefone-topo{
      color: #444;
    }
  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .telefone-topo{
      color: #444;
    }
  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {
  }

/* /responsivo */


.txt-home form{
  background-color: #F3F3F3;
}

.btn-enviar-txth{
  background-color: #675F5F;
  color: #FFF!important;
}

.btn-enviar-txth:hover{
  background-color: #000!important;
}


.nform form{
  background-color: #F3F3F3;
}

.area-cinza{
  background-color: #F4F4F4;
}

.area-cinza h2{
  color: #333;
  border-left: 10px solid #000;
}

.hdepoimento{
  background-color: #FFF;
  color: #444444;
}

.hautor{
  color: #444;
}

.area-r{
  color: #222;
  background-color: #F0F0F0;
}

.pg-depoimentos .hdepoimento{
  background-color: #F3F3F3;
}



/*************************/
/**FIM DAS CORES DO SITE*/
/***********************/





/* Pré formatações */

.img-responsive{
  display: inline-block;
}

.container{
  max-width: 1000px;
}

.editor li,
.editor p{
  
  font-size: 18px;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  
}

/* css do tema */

/* header */

.header{
  background-image: url(../imagens/fundo-topo-5.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 166px;
}

.header .row  > div{
  position: relative;
}

.logo{
  position: absolute;
  left: 0;
  top: 0;
}

.logo img{
  margin-top: 40px;
}

.telefone-topo{
  
  font-size: 15px;
  padding-top: 9px;
  height: 43px;
  padding-left: 110px;
  text-align: right;
  display: inline-block;
  background-image: url(../imagens/aba-telefone-5.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.telefone-topo img{
  position: relative;
  top: -3px;
}

.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    margin-top: 65px;
    background-image: url(../imagens/aba-menu-5.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 110px;
    display: inline-block;
    height: 55px;
    padding-top: 20px;
}

.menu li{
  display: inline-block;
  margin-right: 0px;
  padding-right: 5px;
  background-position: right 5px;
  background-repeat: no-repeat;
  position: relative;
}
.menu>li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #333;
  white-space: nowrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  left: 0;
  text-align: left;
}

.submenu li{
  display: block;
  padding: 0;
  margin: 0;
  background-image: none;
}

.submenu a{
  transition: all .2s linear;
  display: block;
  line-height: 1.6;
  color: #FFF;
}

.submenu li:last-child a{
  border-right: none;
  padding-right: 0;
}

.submenu a:hover,
.submenu a.active{
  text-decoration: none;
  color: #34C6F4;
}


.menu a{
  transition: all .2s linear;
  display: block;
  
  font-size: 14px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.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-5.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: 275px;
  overflow: hidden;
  width: 970px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.chamadas a{
  display: block;
  width: 220px;
  margin-right: 30px;
  position: relative;
}

.chamadas a .cimg{
  display: block;
  width: 220px;
  height: 222px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}


.servchamadas .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servchamadas a{
  display: block;
  width: 220px;
  margin-right: 30px;
  position: relative;
}

.servchamadas a .cimg{
  display: block;
  width: 220px;
  height: 220px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
  background-color: #333;
}

.servchamadas a .cimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.aattit{
  text-align: center;
  color: #333;
  display: block;
  margin-bottom: 20px;
}



.ctxtholder{
  position: relative;
}

.ctxt{
  display: block;
  width: 220px;
  text-align: center;
  
  font-size: 15px;
  white-space: normal;
  line-height: 1.3;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.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-5.png);
  height: 72px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
}

.bem-vindo h2{
  margin: 0;
  
  font-size: 30px;
  display: inline-block;
  margin-right: 200px;
  margin-top: 9px;
  line-height: 1;
}

.txt-home h2{
  
  font-size: 25px;
  padding-left: 10px;
  margin-top: 0;
}

.footer{
  background-image: url(../imagens/fundo-rodape-5.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.footer .menu{
  text-align: left;
  margin-top: 0;
  padding-top: 12px;
  background-image: url(../imagens/aba-menu-rodape-5.png);
  background-position: right top;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 0;
  padding-right: 100px;
}

.redes{
  text-align: right;
  margin-top: 20px;
}

.footer h4{
  margin-top: 6px;
  
  font-size: 14px;
}

.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-size: 13px;
}


.footer2{
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  margin-top: 10px;
}

.footer2 p{
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}


.footer2 a{
  transition: all .2s linear;
  text-decoration: none;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 48px;
  height: 30px;
  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{
  border: none;
  padding: 12px 20px;
  float: left;
  margin-top: 10px;
  
  font-size: 12px;
  transition: all .2s linear;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}

.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 25px 0;
  margin-bottom: 40px;
}

.titulo h2{
  
  font-size: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

.bread{
  
}

.bread a{
  font-weight: bold;
}

/*prs-45*/

    .prs-45 .galeria{
      display: block;
      margin-bottom: 30px;
    }
    

    .prs-45 .produto{
      display: block;
      margin-bottom: 10px;
      
      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 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{
      font-size: 30px;
      
      margin-top: 0;
    }

    .prs-d-25 .btn-orcamento{
      border: none;
      width: 255px;
      height: 55px;
      line-height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      
      text-align: center;
      font-size: 22px;
      transition: all .2s linear;
      display: inline-block;
    }

    .prs-d-25  p{
      margin-bottom: 15px;
    }

/*fim prs-d-25*/

/* contato */


  .pg-contato form{
    padding: 15px 20px 15px 20px;
    line-height: 1.5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    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;
    border: none;
    width: 108px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-family: 'Arial'!important;
    font-size: 12px!important;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 345px;
  }

/* responsivo */
  

  /* 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%; 
        text-align: left;
      }
  
      .navbar h3{
        margin: 0;
        line-height: 48px;
        padding-left: 10px;
      }
  
      .navbar-header{
        cursor: pointer;    
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
      }
  
      .navbar-button{
        float: right;
      }
  
      .menu{
        margin-top: 0;
        background-image: none;
        padding-left: 0;
        height: auto;
      }
  
      .menu>li{
        display: block;
        background-image: none;
      }
  
      .menu>li>a{
        text-align: left;    
        margin-right: 0;
        padding: 5px 15px;
      }
  
      .navbar-menu{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;    
      }
        
      .navbar-toggle {
        display: block;
      }

      .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;
      background-image: none;
      padding: 0;
    }

    .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;
      background-color: #262626;
    border-bottom: 1px solid #444;
    }

    .telefone-topo{
      text-align: center;
      margin-top: 15px;
      background-image: none;
      padding: 0;
      font-size: 13px;
      color: #FFF;
    }
    .telefone-topo img{
      filter: invert();
    }

    .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 */


.txt-home form{
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}

.txt-home form input{
  margin-bottom: 5px;
}

.txt-home form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.txt-home form input,
.txt-home form select,
.txt-home form textarea
{
  font-size: 12px;
  border: none;
  font-family: 'Arial'
}

.btn-enviar-txth{
  display: block;
  border: none;
  width: 108px;
  height: 35px;
  line-height: 30px;
  float: right;
  font-family: 'Arial'!important;
  font-size: 15px!important;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nform form{
  display: block;
  margin-bottom: 30px;
  padding: 15px;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.newsletter-form .btn-enviar-contato{
  margin-top: 19px;
  height: 34px;
  float: none;
}

.area-cinza{
  padding-top: 30px;
  margin-top: 20px;
  padding-bottom: 40px;
}

.area-cinza h2{
  
  font-size: 25px;
  padding-left: 10px;
  margin-top: 0;
}

.area-hdep{
  position: relative;  
}

.hdep{
  height: 190px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.hdep a{
  display: block;
  width: 303px;
  margin-right: 30px;
  height: 190px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.segura-seta2{
  text-align: center;
  background-image: url(../imagens/fundo-setas-2.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#next3, #prev3{
  display: inline-block;
}

.hdepoimento{
  display: block;
  /*width: 303px;*/
  min-height: 200px;
  white-space: normal;
  padding: 20px;
  
  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-size: 13px;
}
.area-cinza + .footer{
  margin-top: 0;
}



.botoes{
  text-align: right;
  margin-top: 13px;
}

.area-r{
  display: inline-block;
  
  font-size: 14px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
}

.area-r img{
  position: relative;
  top: -3px;
}

.pg-depoimentos .depoimento{
  margin-bottom: 30px;
}




.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) {
  .footer2{
    padding-bottom: 80px;
  }
}


/** blog02 **/

  .blog02 h2.blogsubtit{
    margin-bottom: 40px;
  }

  .blog02 .post-itens{
    margin-bottom: 15px;
  }

  .blog02 .post-resumo{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog02 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s linear;
  }  

  .blog02 .post{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    min-height: 265px;
  }

  .blog02 .post h2{
    margin-top: 0;
    font-size: 26px;
  }

  .blog02 .pagination{
    text-align: left;
    float: none;
  }

  .blog02 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog02 .buscar input{
    border-radius: 0px;
    height: 37px;
  }

  .blog02 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog02 .sidebar h3{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  .blog02 .sidebar a{
    font-size: 15px;
    line-height: 1.2;
    display: block;
    transition: all .2s linear;
  }

  .blog02 .sidebar a + a{
    border-top: 1px solid rgba(0,0,0,0.1);;
    margin-top: 10px;
    padding-top: 10px;
  }  

  


  .blog02 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog02 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }

  .blog02 .comment-form .submit{
    display: inline-block;
    font-size: 13px;
    padding: 11px 16px 9px 16px;
    transition: all .2s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  .blog02 .nanome{
    margin-bottom: 5px;
  }

  .blog02 .nletra{
    
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 6px;
    color: #FFF;
    background-color: #CCC;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
  }

  .blog02 .nautor{
    padding: 20px;
    margin-top: 20px;
    min-height: 70px;
    padding-left: 85px!important;
    position: relative;
    text-align: left;
  }



  .blog02 .fundo-form{
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .blog02 .comment-form-author label,
  .blog02 .comment-form-email label,
  .blog02 .comment-form-comment label{
    display: block;
  }

  .blog02 .comment-notes{
    font-size: 11px;
  }

  .blog02 .comment-reply-title{
    margin-top: 0;
  }

  .blog02 .comment-form-cookies-consent{
    display: none;
  }

  .blog02 .comment-form-author{
    float: left;
    width: 50%;
  }
  .blog02 .comment-form-email{
    float: left;
    width: 50%;
  }

  .blog02 .comment-form-author input,
  .blog02 .comment-form-email input,
  .blog02 .comment-form-comment textarea{
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
  }

  .blog02 .comment-form-author input{
    width: 95%;
  }

  .blog02 .comment-form-comment textarea{
    height: 100px;
  }    
  
  .blog02 .post.opost h1{    
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog02 .comment-form .submit{
    border: 0;
  }

  .blog02 .commadm{
    padding: 20px;
  }

  
  .blog02 .commadm::after {
      content: ' ';
      border: 10px solid transparent;
      border-bottom: 10px solid rgba(0,0,0,0.1);
      position: absolute;
      left: 32px;
      top: -20px;
  }

  .blog02 .wp-pagenavi{
    text-align: center;
    display: block;
  }

  .blog02 .wp-pagenavi a{
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block;
  }
  

  .blog02 .wp-pagenavi .current{
    padding: 15px 20px;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block;
  }

  .blog02 .post a img{
    transition: all .2s linear;
  }
  .blog02 .post a:hover img{
    filter: brightness(1.15);
  }

  .blog02 .post{
    position: relative;
    padding-left: 400px;
  }

  .blog02 .postthumb{
    position: absolute;
    left: 0;
    top: 0;
  }

  .blog02 .opost .post-itens div + div{
    margin-top: 5px;
  }

  .blog02 .opost .post-itens img{
    position: relative;
    top: -2px;
  }

  .blog02 .pidata{
    display: inline-block;
  }

  .blog02 .picomm{
    display: inline-block;
    margin-left: 70px;
  }

  /* responsivo */  
    @media (min-width: 1200px) { }  
    @media (min-width: 992px) and (max-width: 1199px) {

      .blog02 .post a img{
        width: 300px;
      }

      .blog02 .post-resumo{
        display: none;
      }

      .blog02 .post {
          padding-left: 320px;
      }

      .blog02 .post{
        min-height: 225px;
      }

      .blog02 .picomm{
        display: none;
      }
  
    }
    @media (max-width: 991px) {

      .blog02 .postthumb{
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
      }

      .blog02 .post{
        padding-left: 0;
      }

      .blog02 .post h2{
        padding-top: 0;
      }

      .blog02 .picomm{
        display: none;
      }


      .blog02 .post{
        text-align: center;
      }

      .sidebar{
        text-align: center;
      }

      .blog02 .lista-posts{
        text-align: center;
      }

      .blog02 .fundo-form{
        margin-bottom: 50px;
      }

      .blog02 .opost h1{
        font-size: 26px!important;
      }
  
    } 
    @media (max-width: 625px) {


    }
  /* /responsivo */

  /*** CORES ****/
  
  .blog02 .opost h1{
    font-size: 40px;
    color: #0793D1;
  }

  .blog02 .post h2{
    font-size: 20px;
    color: #0793D1;
  }

  .blog02 a.post-leia{
    color: #FFF;
    background-color: #0793D1;
  }

  .blog02 a.post-leia:hover{
    color: #666;
    background-color: #8BC53F;
  }    

  .blog02 .buscar button{
    background-color: #8BC53F;
    border-color: #8BC53F;
  }

  .blog02 .buscar button:hover{
    opacity: 0.8
  }

  .blog02 .sidebar h3{
    color: #0793D1;
    border-bottom: 3px solid #8BC53F;
  }

  .blog02 .sidebar a{
    color: #333333;
  }

  .blog02 .sidebar a:hover{
    color: #8BC53F;
  }

  .blog02 .comment-form .submit{
    color: #FFF;
    background-color: #0793D1;
  }.blog02 .comment-form .submit:hover{
    filter: brightness(1.2);
    color: #FFF;
  }

  .blog02 .nanome{
    border-bottom: 1px solid rgba(0,0,0,0.1);;
    display: inline-block;
  }

  .blog02 .fundo-form{
    background-color: #F7F7F7;
  }

  .blog02 .comment-form-author input,
  .blog02 .comment-form-email input,
  .blog02 .comment-form-comment textarea{
    border: 1px solid #EEE;
  }

  .blog02 .comment-form .submit{
    background-color: #8BC53F;
  }

  .blog02 .commadm{
    background-color: rgba(0,0,0,0.1);
    margin-left: 40px;
  }

  .blog02 .wp-pagenavi a{
    background-color: #0793D1;
    color: #FFF;
  }
  .blog02 .wp-pagenavi a:hover{  
    background-color: #8BC53F;
    color: #000;
  }

  .blog02 .wp-pagenavi .current{
    background-color: #8BC53F;
    color: #000;
  }

/* blog02 */

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

    .telefone-topo{
      width: 100%;
      text-align: center;
    }

    .footer{
      text-align: center;
    }

    .redes{
      text-align: center;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */



.pg-contato form{

  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: #222;
  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);
}

.pg-contato iframe{
  width: 100%;
  height: 294px;
}





/** blog03 **/

  .blog03 .post-itens{
    margin-bottom: 15px;
  }

  .blog03 .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog03 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    
    transition: all .2s linear;
  }

  .blog03 a.post-leia:hover{
    filter: brightness(1.5);
  }

  .blog03 .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
    
  }

  .blog03 .post h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    
  }

  .blog03 .pagination{
    text-align: left;
    float: none;
  }


  .blog03 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog03 .buscar input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 37px;
  }

  .blog03 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog03 .buscar button:hover{
    filter: brightness(1.2);
  }

  .blog03 .sidebar h3{
    font-size: 18px;

    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  


  /* responsivo */    
    @media (max-width: 625px) {

      .blog03 .lista-posts{
        width: 100%;
      }

      .blog03 .sidebar{
        width: 100%;
        margin-top: 40px;
      }

      .blog03 .linkartigo{
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        text-align-last: center;
        margin-bottom: 30px;
      }

      .sidebar .editor{
        text-align: center;
      }

    }
  /* /responsivo */


  .blog03 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog03 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }

  .blog03 .postthumb{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  /**/

  /**comentarios**/
    .comment-form .submit{
      display: inline-block;

      font-size: 13px;
      padding: 11px 16px 9px 16px;
      transition: all .2s linear;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;

    }.comment-form .submit:hover{
      filter: brightness(1.2);
 
    }

    .nanome{

      margin-bottom: 5px;
    }

    .nletra{
      float: left;
      margin-right: 15px;
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 10px;


      font-size: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .nautor{
      margin-top: 20px;
      min-height: 70px;
      padding-left: 85px;
      position: relative;
      padding-top: 10px;
    }

    .nautor.commadm{
      min-height: 85px;
      margin-left: 30px;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .commadm .nletra{
      margin-top: 7px;
      margin-left: 7px;
    }






    .fundo-form{
      padding: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;

    }

    .comment-form-author label,
    .comment-form-email label,
    .comment-form-comment label{
      display: block;
    }

    .comment-notes{
      font-size: 11px;
    }

    .comment-reply-title{
      margin-top: 0;
    }

    .comment-form-cookies-consent{
      display: none;
    }

    .comment-form-author{
      float: left;
      width: 50%;
    }
    .comment-form-email{
      float: left;
      width: 50%;
    }

    #si_captcha_code{
      width: 127px;
      position: relative;
    }

    #si_captcha_code label{
      display: none;
    }

    #si_captcha_code span{
      position: absolute;
      left: 135px;
      top: 0;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      width: 100%;
      /*height: 100px;*/
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 5px;

    }

    .comment-form-author input{
      width: 95%;
    }

    .comment-form-comment textarea{
      height: 100px;
    }

    input#si_captcha_code{
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

  /***comentarios**/




  .blog03 .post.opost h1{
    font-size: 30px;

    margin-top: 10px;
    margin-bottom: 10px;
  }

  .comment-form .submit{

    border: 0;
  }

  
  .pagination{
    margin: 0;
    border: 0;
  }

  .pagination li{
    display: inline-block;
    border: 0;
  }

  .pagination li a{
    display: inline-block;
    border: 0;

  }


  .pagination .current{

    border: 0!important;
  }

  .current>li:first-child{
    margin-left: 5px;
  }

  .commadm{
    /*margin-left: 30px;*/
    padding: 20px;

  }



  .blog03{
    padding-bottom: 80px;
  }


  .news img{
    float: left;
    margin-right: 50px;
  }

  .news p{
    font-size: 20px;

    /*display: inline-block;
    padding-top: 40px;
    margin-right: 140px;*/
    display: inline;
  }

  .news .wpcf7-form-control-wrap{
    display: inline;
  }

  .news .wpcf7-not-valid-tip{
    font-size: 10px;
  }

  .newsenviar{
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    line-height: 36px;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
  }

  .news{
    padding: 15px 0;
  }

  .newsletter{
    display: inline-block!important;
    width: 288px;
    margin-right: 20px;
    margin-top: 30px;
    height: 36px;
    margin-left: 50px;
  }

  .news2 .wpcf7-response-output,
  .news .wpcf7-response-output{
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .news .wpcf7-form-control-wrap span{
    right: 28px;
  }

  .news .imgnews2{
    display: none!important;
  }
  .news2 .passine,
  .news2 .imgnews1{
    display: none!important;
  }

  .news2 .newsletter{
    margin-left: 0;
    margin-top: 0;
  }

  .news2 .wpcf7-form-control-wrap{
    display: inline;
  }

  .news2 .wpcf7-form-control-wrap span {
      position: absolute;
      z-index: 1;
      right: 26px;
      top: 0px;
  }

  .news2 .wpcf7-not-valid-tip{
    font-size: 10px;
  }

  a.post-cat{
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
    border-radius: 3px; 
    line-height: 30px;
    padding: 0 30px;
    display: inline-block;
    transition: all .2s linear;
    margin-bottom: 3px;
  }

  .postautor{
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
  }

  .post a{
    transition: all .2s linear;
    color: #222;
  }

  a.bannerblog{
    display: inline-block!important;
    border: 0!important;
    padding: 0!important;
    margin-bottom: 30px!important;
  }

  a.bannerblog img{
    max-width: 100%!important;
    height: auto!important;
  }

  .sidebar .redesf{
    text-align: center;
    margin-bottom: 45px;
  }

  .sidebarcategoria{
    position: relative;
    display: block;
    margin-bottom: 25px;
    transition: all .2s linear;
    position: relative;
  }

  .sctxt{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    z-index: 2;
  }

  .scimg{
    float: left;
    width: 58px;
    height: 67px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear;
  }


  .sidebar .redesf{
    float: none;
  }

  .opost .postautor{
    border-bottom: 0;
  }


  .blog03 .linkartigo{
    display: block;
    color: #333;
  }


  .blog03 .linkartigo img{
    margin-bottom: 10px;
  }




  .sobre-autor{
    padding: 20px 20px;
    margin-bottom: 35px;
    text-align: center;
  }


  .autor-img{
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .nome-autor{
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .sobre-autor p{
    font-size: 17px;
    line-height: 1.3;
  }

  .rede-interna1{
    text-align: right;
  }

  .sobre-frase{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .nome-autor{
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .blog03 h3{
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }




  .blog03 .post h2{
    font-weight: bold;
    font-size: 25px;
  }


  .blogsubtit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .blog03 .post.opost h1{
    font-weight: bold;
    font-size: 30px;
  }





  .lista-posts{
    padding-top: 15px;
    padding-bottom: 40px;
  }



  .blog03 a.post-leia{
    color: #FFF;
    background-color: #333333;
  }

  .blog03 .post{
    border-bottom: 1px solid #D9D9D9;
  }

  .blog03 .post h2{
    color: #555555;
  }

  .blog03 .buscar button{
    background-color: #222;
    border-color: #222;
  }

  .blog03 .sidebar h3{
    color: #222;
    border-bottom: 2px solid #222;
  }

  .blog03 .sidebar a:hover{
    color: #222;
  }

  .comment-form .submit{
      color: #FFF;
      background-color: #222;
    }.comment-form .submit:hover{
      color: #FFF;
    }

    .nanome{
      color: #CCC;
    }

    .nletra{
      color: #FFF;
      background-color: #CCC;
    }

    .fundo-form{
      background-color: #F7F7F7;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      border: 1px solid #EEE;
    }

    input#si_captcha_code{
      border: 1px solid #EEE;
    }

    .blog03 .post h2{
    color: #333;
  }

  .blog03 .post.opost h1{
    color: #444;
  }

  .comment-form .submit{
    background-color: #222;
  }

  .pagination li a{
    background-color: #222!important;
    color: #FFF!important;
  }

  .pagination li a:hover{
    background-color: #333!important;
    color: #FFF!important;
  }

  .pagination .current{
    background-color: #FFF!important;
    color: #000!important;
  }

  .commadm{
    background-color: #EEE;
  }

  .news p{
    color: #FFF;
  }



  .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      color: #FFF;
  }


  a.post-cat{
    background-color: #5F1D07;
    color: #FFF!important;
  }

  /*a.post-cat:hover{
    color: #FFF;
    background-color: #444;
  }*/

  .postautor{
    border-bottom: 1px solid #BBBBBB;
  }

  .sidebarcategoria{
    background-color: #444444;
  }

  .scimg{
    background-color: #333333;
  }

  .sidebarcategoria:hover{
    background-color: #222;
  }

  .sidebarcategoria:hover .scimg{
    background-color: #333;
  }

  .sobre-autor{
    background-color: #F3F3F3;
  }

  .nome-autor{
    color: #555; 
    border-bottom: 1px solid #D6D6D6;
  }

  .sobre-autor p{
    color: #525252;
  }

  .sobre-frase{
    color: #000000;
  }

  .blog03 h3{
    color: #555555;
  }

  .blog03 .post h2{
    color: #555555;
  }


  .blogsubtit{
    color: #555555;
  }

  .blog03 .post.opost h1{
    color: #555555;
  }



  .lista-posts{
    background-color: #FFF;
  }

  .sctxt{
    color: #FFF;
  }

/* blog03 */


.post a{
  color: #333;
}

.blog03 .container{
  max-width: 1170px;
}

.pgeq{
  text-align: center;
}

.pgeq .produto{
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  color: #000;
}

.cliente{
  display: block;
  text-align: center;
}

.cliimg{
  display: block;
  position: relative;
  height: 170px;
  background-color: #FFF;
}

.cliimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  max-width: 95%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 1px solid #FFF;
}

.clititl{
  text-align: center;
  display: block;
  padding-top: 10px;
  color: #000;
  margin-bottom: 30px;
}

.clilist .flex{
  display: flex;
  flex-wrap: wrap;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

    .logo{
      position: static;
      
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */



.servchamadas a .cimg,
.cimg{
  transition: all .2s linear;
  &:hover{
    background-color: #5F1D07;
  }
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 30px!important;
    height: 78px!important;
}

.wpcf7-form-control-wrap.recaptcha{
  margin-bottom: 30px;
}