@charset "UTF-8";
/* Tema do cliente */

/**  cor primaria: #003D68;  **/
/**  cor secundaria: #F36F21;  **/
/**  cor-hover: ;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}


body{
  font-family: 'open_sansregular';
}


.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}


form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  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: var(--color-primary)!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: var(--color-primary);
}
::-moz-selection{
  background: var(--color-primary);
  color: #FFF;
}
::selection{
  background: var(--color-primary);
  color: #FFF;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.lds-ellipsis div{  
  background-color: var(--color-primary);
}

.editor, .editor p, .editor li{
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--color-secondary);
  color: #FFF;
  margin:  0 5px;
  transition: background-color .3s ease;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover{
  background-color: var(--color-primary);
}

.wp-pagenavi span.current{
  background-color: var(--color-primary);
  color: #FFF;
}


/* start */
:root{
  --color-primary: #003D68;
  --color-secondary: #F36F21;
}


body{
  background-color: #dfdfdf;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/** blog_kseo **/

  .blog_kseo .post-itens{
    margin-bottom: 15px;
  }

  .blog_kseo .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog_kseo a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    
    transition: all .2s linear;
  }

  .blog_kseo a.post-leia:hover{
    filter: brightness(1.5);
  }

  .blog_kseo .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
    
  }

  .blog_kseo .post h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    
  }

  .blog_kseo .pagination{
    text-align: left;
    float: none;
  }


  .blog_kseo .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog_kseo .buscar input{
    height: 37px;
    width: 100%;
    border: 0;
    padding-left: 5px;
  }

  .blog_kseo .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 9px;
    border-radius: 0px;
    transition: all .2s linear;
    border: 0;
    cursor: pointer;
  }

  .blog_kseo .buscar button:hover{
    filter: brightness(1.2);
  }

  .blog_kseo .sidebar h3{
    font-size: 18px;

    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  


  /* responsivo */    
    @media (max-width: 625px) {

      .blog_kseo .lista-posts{
        width: 100%;
      }

      .blog_kseo .sidebar{
        width: 100%;
        margin-top: 40px;
      }

      .blog_kseo .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 */


  .blog_kseo .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog_kseo .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }



  /**/

  /**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;*/
    }






    .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**/




  .blog_kseo .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;

  }


  .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 10px;
    display: inline-block;
    transition: all .2s linear;
    font-size: 12px;
  }

  .postautor{
    padding-bottom: 3px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .post a{
    transition: all .2s linear;
  }

  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: 15px;
    transition: all .2s linear;
    position: relative;
    color: #FFF;
        display: flex ;
        align-items: center;
  }

  .sctxt{
    color: #FFF;
  }

  .scimg{
    display: block;
    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;
  }


  .blog_kseo .linkartigo{
    display: block;
    margin-bottom: 30px;
  }


  .blog_kseo .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;
  }



  .blog_kseo h3{
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }




  .blog_kseo .post h2{
    font-weight: bold;
    font-size: 25px;
  }


  .blogsubtit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .blog_kseo .post.opost h1{
    font-weight: bold;
    font-size: 30px;
  }





  .lista-posts{
    padding-top: 15px;
    padding-bottom: 40px;
  }



      .blog_kseo a.post-leia{
      color: #FFF;
      background-color: #333333;
    }

    .blog_kseo .post{
      border-bottom: 1px solid #C9C9C9;
    }

    .blog_kseo .post h2{
      color: #555555;
    }

    .blog_kseo .buscar button{
      background-color: var(--color-primary);
      border-color: var(--color-primary);
    }

    .blog_kseo .sidebar h3{
      color: var(--color-primary);
      border-bottom: 2px solid var(--color-primary);
    }

    .blog_kseo .sidebar a:hover{
      color: var(--color-primary);
    }

    .comment-form .submit{
        color: #FFF;
        background-color: var(--color-primary);
      }.comment-form .submit:hover{
        color: #FFF;
      }

      .nanome{
        color: #777;
      }

      .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;
      }

      .blog_kseo .post h2{
      color: var(--color-primary);
    }

    .blog_kseo .post.opost h1{
      color: var(--color-primary);
    }

    .comment-form .submit{
      background-color: var(--color-primary);
    }

    .pagination li a{
      background-color: var(--color-primary)!important;
      color: #FFF!important;
    }

    .pagination li a:hover{
      background-color: #F36F21!important;
      color: #FFF!important;
    }

    .pagination .current{
      background-color: #FFF!important;
      color: #000!important;
    }

    .commadm{
      background-color: #EEE;
    }

    .news p{
      color: #FFF;
    }

    .newsenviar{
      background-color: #F36F21;
      color: #FFF;
    }

    .news{
      background-color: #F36F21;
    }


  .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      color: #FFF;
    }


  a.post-cat{
      background-color: var(--color-primary);
      color: #FFF;
    }

    a.post-cat:hover{
      color: #FFF;
      background-color: var(--color-secondary);
    }

    .postautor{
      border-bottom: 1px solid #BBBBBB;
    }

    .sidebarcategoria{
      background-color: #444444;
    }

    .scimg{
      background-color: #333333;
    }

    .sidebarcategoria:hover{
      background-color: var(--color-primary);
    }

    .sidebarcategoria:hover .scimg{
      background-color: #F36F21;
    }

    .sobre-autor{
      background-color: #DDDDDD;
    }

    .nome-autor{
      color: #555; 
      border-bottom: 1px solid #D6D6D6;
    }

    .sobre-autor p{
      color: #525252;
    }

    .sobre-frase{
      color: #000000;
    }

    .blog_kseo h3{
      color: #555555;
    }

    .blog_kseo .post h2{
      color: #555555;
    }


    .blogsubtit{
      color: #555555;
    }

    .blog_kseo .post.opost h1{
      color: #555555;
    }



/* blog_kseo */



a{
  text-decoration: none;
}

body{
  margin: 0;
  padding: 0;
}

header{
  background-color: var(--color-primary);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer{
  background-color: var(--color-primary);
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
}

.container{
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.titulo{
  background-color: var(--color-secondary);
  padding-top: 30px;
  padding-bottom: 30px;
}

.titulo h1,
.titulo h2{
  color: #FFF;
  margin: 0;
  padding: 0;
}

.bread{
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
}

.bread a{
  color: #FFF;
}
.bread a:hover{
  color: #9DD585;
}

.postinfo{
  display: flex;
  gap: 15px;
}

.postimg img{
  border-radius: 10px;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.col-xs-9{
  width: 75%;
}

.sidebar{
  width: 25%;
}

/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 
  

  }
  @media (max-width: 767px) {

    .col-xs-9{
      width: 100%;
    }

    .sidebar{
      width: 100%;
    }

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */



.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 14px;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  background-color: var(--color-primary);
  padding: 10px 10px;
  border-radius: 5px;
}

.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: #FFF;
  background-color: #F36F21;;
}

.menu>li:hover .submenu{
  display: block;
}

/* menu responsivo  2 #F36F21 */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: var(--color-primary);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #F36F21;
      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  #F36F21;
        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: #FFF;
      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: 50px;
      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*/

.row-header{
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.sidebar{
  width: 25%;
  padding-left: 30px;
  padding-top: 50px;
}

.editor img{
  border-radius: 5px;
}

.editor .alignleft{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.editor .alignright{
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.editor .aligncenter{
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}


.editor p a{
  color: var(--color-primary);
  &:hover{
    color: #F36F21;
  }
}

*{
  box-sizing: border-box
}

.col-md-4{
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog_kseo .linkartigo img{
  border-radius: 5px;
  margin-bottom: 0;
}

.wp-pagenavi{
  text-align: center;
}

.wp-pagenavi span, .wp-pagenavi a{
  border-radius: 3px;
}

.spacer{
  height: 15px;
}

.opost{
  padding-top: 40px;
}

.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) {
  .footer{
    padding-bottom: 80px;
  }
}


/* ==========================================================================
   1. LISTAGEM DE POSTS (index.php) – .blog_kseo
   ========================================================================== */

/* Container geral */
.blog_kseo {
  padding-bottom: 12px;
}

/* Título da listagem/busca */
.blog_kseo .blogsubtit {
  font-family: var(--open_sansregular);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--color-primary);
}

/* Cada bloco de post */
.blog_kseo .lista-posts .post {
  padding: 30px 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #C9C9C9;
}

/* Categoria */
.blog_kseo .lista-posts .post-cat {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 3px;
  background-color: var(--color-primary);
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background .3s ease;
}
.blog_kseo .lista-posts .post-cat:hover {
  background-color: var(--color-secondary);
}

/* Título */
.blog_kseo .lista-posts .post h2 {
  font-family: var(--open_sansregular);
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: var(--color-primary);
  margin: 20px 0;
}

/* Imagem destacada */
.blog_kseo .lista-posts .postthumb {
  float: left;
  margin: 5px 15px 10px 0;
  max-width: 370px;
  height: auto;
  border-radius: 5px;
}

/* Resumo */
.blog_kseo .lista-posts .post-resumo p,
.blog_kseo .lista-posts .post-resumo span {
  font-family: var(--open_sansregular);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-align: justify;
  margin: 15px 0 20px;
}

/* “Leia mais” */
.blog_kseo a.post-leia {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  transition: all .2s linear;
}
.blog_kseo a.post-leia:hover {
  filter: brightness(1.5);
}

/* Busca */
.blog_kseo .buscar {
  position: relative;
  margin-bottom: 35px;
}
.blog_kseo .buscar input {
  height: 37px;
  width: 100%;
  padding-left: 5px;
  border: 0;
}
.blog_kseo .buscar button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 13px;
  border-radius: 0;
  background: var(--color-primary);
  border: 0;
  cursor: pointer;
  transition: filter .2s linear;
}
.blog_kseo .buscar button:hover {
  filter: brightness(1.2);
}

/* Paginação */
.blog_kseo .wp-pagenavi span,
.blog_kseo .wp-pagenavi a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-secondary);
  color: #FFF;
  margin: 0 5px;
  text-align: center;
  transition: background .3s ease;
}
.blog_kseo .wp-pagenavi span.current,
.blog_kseo .wp-pagenavi a:hover {
  background: var(--color-primary);
}

/* ==========================================================================
   2. PÁGINA ÚNICA DE POST (single.php) – .blog_kseo
   ========================================================================== */

.blog_kseo .post.opost {
  padding-top: 40px;
  border-bottom: 0;
}

.blog_kseo .post.opost h1 {
  font-family: var(--open_sansregular);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 10px 0;
}

/* Autor */
.blog_kseo .post.opost .postautor {
  font-family: var(--open_sansregular);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* Conteúdo */
.blog_kseo .post.opost .editor p {
  font-family: var(--open_sansregular);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
  margin-bottom: 1em;
}
.blog_kseo .post.opost .editor img {
  max-width: 100%!important;
  height: auto!important;
  border-radius: 5px;
}
.blog_kseo .post.opost .editor strong,
.blog_kseo .post.opost .editor b {
  font-weight: 700;
}
.blog_kseo .post.opost .editor h2,
.blog_kseo .post.opost .editor h3,
.blog_kseo .post.opost .editor h4 {
  font-family: var(--open_sansregular);
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}

/* Sugestões “Você também pode gostar” */
.blog_kseo h3 {
  font-family: var(--open_sansregular);
  font-weight: 700;
  font-size: 25px;
  color: #555;
  margin: 20px 0;
}
.blog_kseo .linkartigo {
  display: block;
  font-family: var(--open_sansregular);
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.blog_kseo .linkartigo img {
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 100%;
}

/* Formulário de comentários */
.blog_kseo .fundo-form {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 30px;
}
.blog_kseo .fundo-form .submit {
  background: var(--color-primary);
  color: #FFF;
  border: 0;
  border-radius: 25px;
  padding: 11px 16px;
  font-size: 13px;
  transition: filter .2s linear;
}
.blog_kseo .fundo-form .submit:hover {
  filter: brightness(1.2);
}
