@charset "UTF-8";
/* Tema do cliente */

/**  cor: #E30713;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

strong, b{
  font-weight: lighter;
  font-family: 'poppinsbold';
}
body{
  font-family: 'poppinsregular';
}



.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}


.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: 120px!important;
  }
}


/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

.pg-contato form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  .pg-contato form .row>div{
    width: 100%;
  }
  .pg-contato form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #E30713;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #E30713;
}
::-moz-selection{
  background: #E30713;
}
::selection{
  background: #E30713;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #E30713;
  border-color: #E30713;
}
.lds-ellipsis div{  
  background-color: #E30713;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{
  height: 164px;
  background-color: #FFF;
  position: relative;
  z-index: 888;
}

.header .container{
  position: relative;
}

a.logo{
  position: absolute;
  left: 15px;
  top: 14px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 100px;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 24px;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  font-size: 15px;
  color: #414151;
  background-image: url(../imagens/tracomenu.png);
  background-position: left 25px;
  background-repeat: no-repeat;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  color: #B80C0D;
  font-weight: bold;
  background-position: left bottom;
}

.menu>li:hover .submenu{
  display: block;
}


/* menu responsivo  2 #B80C0D */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #B80C0D;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #B80C0D;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 75px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/












.owli a{
  height: 766px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #B80C0D;
}

.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
}

.fx1 h2{
  text-align: center;
  background-image: url(../imagens/traco-sobre.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'poppinsbold';
  font-size: 40px;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 60px;
}

.fx1 p{
  font-size: 19px;
  color: #535353;
  text-align: center;
  margin-bottom: 15px;
}

.diferencial{
  text-align: center;
}

.diferencial b{
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 19px;
}

.diferencial p{
  font-size: 14px;
  color: #525252;
}

.diferencial{
  margin-bottom: 30px;
}

a.cta{
  border: 1px solid #000;
  color: #000000;
  font-size: 19px;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all .2s linear;
  display: inline-block;
}

a.cta:hover{
  background-color: #9F1007;
  border-color: #9F1007;
  color: #FFF;
}

.fx2{
  padding-top: 100px;
  padding-bottom: 50px;
}

.fx2 h2{
  text-align: center;
  background-image: url(../imagens/traco-produtos.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'poppinsbold';
  font-size: 40px;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 30px;
}


.fx2 p{
  font-size: 19px;
  color: #535353;
  text-align: center;
  margin-bottom: 15px;
}


span.cta{
  border: 1px solid #000;
  color: #000000;
  font-size: 19px;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all .2s linear;
  display: inline-block;
}

span.cta:hover{
  background-color: #9F1007;
  border-color: #9F1007;
  color: #FFF;
}

.hprod{
  display: block;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
}

.hprod img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 2px solid #F3F3F3;
}

.hprod h3{
  margin-top: 0;
  font-family: 'poppinsbold';
  font-size: 25px;
  color: #000000;
  height: 53px;
  margin-bottom: 00px;
}

.fx3{
  background-image: url(../imagens/fx3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 75px;
  padding-bottom: 70px;
}

.fx3 h2{
  background-image: url(../imagens/traco-blog.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: 'poppinsbold';
  font-size: 40px;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 50px;
}


.homepost{
  display: block;
  position: relative;
  padding-left: 288px;
  padding-right: 45px;
  min-height: 268px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.homepost img{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.fx3 h3{
  margin-top: 0;
  margin-top: 0;
  color: #000000;
  font-family: 'poppinsbold';
  font-size: 25px;
}

.fx3 p{
  font-size: 19px;
  color: #535353;
  line-height: 1.7;
}


span.cta2{
  border: 2px solid #B20C0A;
  color: #B20C0A;
  font-size: 19px;
  padding: 5px 20px;
  border-radius: 50px;
  transition: all .2s linear;
  display: inline-block;
}

span.cta2:hover{
  background-color: #9F1007;
  border-color: #9F1007;
  color: #FFF;
}

.fx3 span.cta2{
  position: absolute;
  left: 288px;
  bottom: 0;
}

.footer{
  background-image: url(../imagens/fundo-rodape.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
  z-index: 888;
  margin-top: -80px;
}



.finfo{
  color: #FFF;
  margin-bottom: 15px;
}
.finfo b{
    display: block;
}  
@media (min-width: 992px) {
  .finfo{
    position: relative;
    padding-left: 45px;
  }
  .finfo img{
    position: absolute;
    left: 0;
    top: 0;
  }
  .redes{
    width: 100%;
  }
}
@media (max-width: 991px) {
  .finfo img{
    display: block;
    margin: 0 auto 5px auto;
  }
  .finfo{
      width: 100%;    
    text-align: center;
    margin-bottom: 20px;
  }
}
 
.redes img{
  transition: all .2s linear;
}

.redes img:hover{
  filter: brightness(1.3);
}


.fc1{
  width: 255px;
  float: left;
}

.fc2{
  width: 195px;
  float: left;
  padding-top: 52px;
}

.fc3{
  width: 400px;
  float: left;
  padding-top: 52px;
}

.fc4{
  width: 200px;
  float: left;
  padding-top: 52px;
}


.fc4 a{
  color: #FFF;
  font-size: 15px;
  line-height: 1.8;
}

.fc4 a:hover{
  color: #9F1007;  
}

.redes{
  padding-top: 5px;
}

.redes img{
  transition: all .2s linear;
}

.redes img:hover{
  filter: brightness(1.5);
}


.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.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;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }




/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .fc1{
      display: none;
    }

    .footer{
      padding-top: 50px;
    }

  }
  @media (max-width: 991px) {

    a.logo{
      position: static;
    }

    .fx1 h2,
    .fx2 h2,
    .fx3 h2{
      background-image: none;
    }

    .fx1 h2{
      margin-bottom: 30px;
    }

    .fx1 .text-center .spacer{
      display: none;
    }

    .fx1 .text-center{
      margin-bottom: 30px;
    }

    .fx3{
      background-image: none;
      background-color: #ECECFB;
    }

    .fx3 h2{
      text-align: center;
    }

    .homepost img{
      position: static;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px;
    }

    .homepost{
      padding: 0;
      text-align: center;
    }

    .fx3 span.cta2{
      position: static;
      display: inline-block;
    }

    .fc1{
      display: none;
    }

    .fc2, .fc3, .fc4{
      width: 100%;
      text-align: center;
      padding-top: 0;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */


.titulo{
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  height: 259px;
  padding-top: 110px;
}

.titulo h2{
  font-family: 'poppinsbold';
  font-size: 40px;
  color: #1F1F30;
  margin-top: 0;
}

.int{
  padding-top: 80px;
  padding-bottom: 120px;
}

.bread{
  font-size: 13px;
  padding-top: 10px;
  color: #414151;
}


.pg-contato .finfo{
  color: #424251;
}


.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: #F0F0F0;
  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: transparent;
  color: #000;
  border: 1px solid #000;
  -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{
  background-color: #000;
  color: #FFF;
}

.pg-contato iframe{
  width: 100%;
  height: 340px;
}

.pg-contato h3{
  font-family: 'poppinsbold';
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
}

.pgp-resumo p{
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
}

.prodd p{
  font-size: 20px;
}

.prodd img{
  border: 1px solid #ECECFB;
}

.pgquem .editor p{
  line-height: 2;
  font-size: 19px;
  color: #525252;
}

.int .diferencial b{
  color: #E30613;
  margin-top: 10px;
  margin-bottom: 10px;
}

.int .diferencial{
  margin-bottom: 15px;
}

.pgtrab .editor p{
  line-height: 1.7;
  font-size: 19px;
  color: #525252;
}

.filefield{
  padding: 10px 0;
}

.filefield input{
  background-color: transparent!important;
  display: inline-block;
  margin-left: 15px;
  height: auto!important;
}

.wpcf7-form-control-wrap.curriculo{
  display: inline-block;
}

/** 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{
    font-family: 'open_sansregular';
    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: 30px;
    color: #E30713;
  }

  .blog02 .post h2{
    font-size: 20px;
    color: #E30713;
  }

  .blog02 a.post-leia{
    color: #FFF;
    background-color: #111;
  }

  .blog02 a.post-leia:hover{
    color: #FFF;
    background-color: #E30713;
  }    

  .blog02 .buscar button{
    background-color: #E30713;
    border-color: #E30713;
  }

  .blog02 .buscar button:hover{
    opacity: 0.8
  }

  .blog02 .sidebar h3{
    color: #E30713;
    border-bottom: 3px solid #E30713;
  }

  .blog02 .sidebar a{
    color: #333333;
  }

  .blog02 .sidebar a:hover{
    color: #E30713;
  }

  .blog02 .comment-form .submit{
    color: #FFF;
    background-color: #14034B;
  }.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: #E30713;
  }

  .blog02 .commadm{
    background-color: rgba(0,0,0,0.1);
    margin-left: 40px;
  }

  .blog02 .wp-pagenavi a{
    background-color: #E30713;
    color: #FFF;
  }
  .blog02 .wp-pagenavi a:hover{  
    background-color: #E30713;
    color: #000;
  }

  .blog02 .wp-pagenavi .current{
    background-color: #E30713;
    color: #000;
  }

/* blog02 */

.pg-contato + .footer{
  padding-top: 50px;
}
.pg-contato + .footer .footer2{
  border-top: 0;
}

.pg-contato + .footer .fc1,
.pg-contato + .footer .fc2,
.pg-contato + .footer .fc4,
.pg-contato + .footer .fc3{
  display: none; 
}



/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

    .titulo{
      padding: 50px 0;
      height: auto;
    }

    .titulo h2{
      margin-bottom: 0;
      font-size: 30px;
    }

    .int {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .pg-contato h3{
      margin-top: 30px;
      text-align: center;
    }

   

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

