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

/**  cor: #252544;  **/
/**  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: 'Castoro';
    src: url('../fonts/Castoro-Regular.woff2') format('woff2'),
        url('../fonts/Castoro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Megrim';
    src: url('../fonts/Megrim.woff2') format('woff2'),
        url('../fonts/Megrim.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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



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

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #252544;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

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

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

/* 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;    
    display: block;
}

@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: #252544!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #252544;
}
::-moz-selection{
  background: #252544;
}
::selection{
  background: #252544;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #252544;
  border-color: #252544;
}
.lds-ellipsis div{  
  background-color: #252544;
}

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

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


/* start */



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

.header{

  padding-top: 8px;
  position: absolute;
  width: 100%;

}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-top: 30px;
}

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

.menu>li>a{
  display: block;  
  color: #252544;  
  padding-right: 0px;
  padding-bottom: 3px;
  font-size: 15px;
}

.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;
  border-bottom: 2px solid #252544;  
}

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

.fx-banner{

  background-image: url(../imagens/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 864px;
  padding-top: 210px;

}

.help{

  text-align: right;

}

.help h2{

  font-size: 46px;
  color: #252544;
  line-height: 1.2;
  margin-bottom: 30px;

}

.box{

  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 25px;

}

.box h2{

  font-family: 'Megrim';
  font-size: 36px;
  color: #252544;
  margin-bottom: 15px;

}

.box p{

  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;

}

.box a{

  width: 485px;
  display: block;
  line-height: 47px;
  font-size: 16px;
  color: #252544;
  border:2px solid #252544;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: all .2s linear;

}

.box a:hover{

  transition: all .2s linear;
  background-color:#252544;
  color: #fff; 

}

.fx1{

  padding-top: 35px;
  padding-bottom: 60px;

}

.fx1 h1{

  font-size: 46px;
  color: #252544;
  text-align: center;
  margin-bottom: 80px;

}

.ic{

  text-align: center;

}

.ic h3{

  background-image: url(../imagens/traco1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15px;
  font-size: 20px;
  color: #252544;
  margin-bottom: 30px;

}

.ic p{

  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: justify;

}

.fx2{

  padding-top: 70px;
  background-color: #FFF;
  padding-bottom: 70px;

}

.fx2 h1{

  font-size: 46px;
  color: #252544;
  text-align: center;
  margin-bottom: 80px;

}

.advg .editor h2{

  background-image: url(../imagens/traco1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  font-size: 19px;
  color: #252544;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;

}

.advg .editor li,
.advg .editor p{

  font-size: 15px;
  color: #333333;

}

.advg ul{
  padding-left: 15px;
}

.advg li{
  margin-bottom: 5px;
}

.advg{
  margin-bottom: 30px;
  text-align: justify;
}

.advg img{

  max-height: 453px;
  margin-bottom: 20px;

}

.fx3{

  padding-top: 80px;

}

.pc{

  position: relative;
  margin-bottom: 100px;

}

.lv{

  position: absolute;
  left: 99%;
  bottom: -13%;
  transform: translate(-50%,0);
  z-index: 2;

}

.fx3 .editor{

  /*padding-top: 40px;*/

}

.fx3 .editor h3{

  font-size: 37px;
  color: #252544;
  background-image: url(../imagens/traco1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 0;

}

.fx3 .editor p{

  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;

}

.fx3 .agende a{

  display: block;
  width: 232px;
  line-height: 47px;
  border:2px solid #252544;
  text-align: center;
  font-size: 16px;

}

.fx3 .agende a:hover{

  text-decoration: none!important;
  background-color: #252544;
  color: #fff!important;

}

.fx3 .container{
  margin-bottom: 40px;
}

.esq img{

  left: 0%;

}

.fx4{

  padding-top: 00px;
  background-color: #fff;

}

.fx4 h2{

  font-size: 37px;
  color: #252544;
  background-image: url(../imagens/traco1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 40px;

}

.btnblog{

  display: inline-block;
  width: 232px;
  font-size: 16px;
  color: #252544;
  border:2px solid #252544;
  line-height: 47px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  top: -12px;
  margin-left: 5px;

}

.btnblog:hover{

  background-color: #252544;
  color: #fff;

}

.not img{

  margin-bottom: 10px;

}

.not p{

  font-size: 17px;
  color: #333333;
  text-align: justify;

}

.traco{

  text-align: center;
  margin-top: 50px;

}

.footer{

  padding-top: 70px;

}

.icrd{

  position: relative;
  margin-bottom: 20px;

}

.icrd img{

  position: absolute;
  left: 0px;
  top: 0px;
}

.icrd p{

  margin-bottom: 0px;
  line-height: 1.2;
  padding-left: 45px;
  font-family: 'open_sansregular';
  color: #333;
  font-size: 15px;  

}

.icrd2 img{

  top: 3px;

}

.rs{

  margin-top: 30px;
  margin-bottom: 20px;

}

.rs p{

  font-family: 'open_sansregular';
  font-size: 15px;
  display: inline-block;

}

.rs a{

  margin-left: 15px;

}

.footer{

  background-color: #fff;

}

.footer iframe{

  width: 100%;
  height: 222px;

}


.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 40px;
  background-color: #F0F0F0;
  border: 2px solid #252544;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .footer ::placeholder {color: #333!important;
  font-family: 'open_sansregular'!important;
  color: #333!important;
  font-size: 13px!important; 
 }

.footer form textarea{
  height: 194px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 70px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #252544;
  color: #FFF;
  font-family: 'Castoro';
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footer form iframe{
  width: 100%;
  height: 80px!important;
}



.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #333333;
  margin-top: 20px;
  padding-top: 5px;
  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: #333333;
  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) {

    .menu>li{

      margin-right: 20px;

    }

    .menu>li>a{

      font-size: 14px;

    }

    .box a{

      width: 430px;
      font-size: 15px;

    }

    .fx1 h1{

      font-size: 39px;

    }

    .ic p{

      font-size: 16px;

    }

    .fx2{

      padding-top: 50px;

    }

    .fx2 h1{

      font-size: 40px;

    }

    .advg img{

      width: 100%;

    }

    .advg .editor h2{

      margin-bottom: 20px;

    }

    .advg .editor p {

      font-size: 16px;

    }

    .fx3{

      padding-top: 80px;

    }

    .pc img{

      width: 100%;

    }

    .lv{

      width: 179px!important;

    }

    .fx3 .editor {
      padding-top: 0px;
    }

    .not img{

      width: 100%;

    }


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

    .fx1, .fx2, .fx3, .fx4{

      text-align: center;

    }

    .fx-banner{

      height: 804px;

    }

    .help{

      text-align: center!important;

    }

    .help h2{

      font-size: 36px;
      text-align: center;

    }

    .box{

      padding-top: 5px;

    }

    .box h2{

      font-size: 26px;

    }

    .box p{

      font-size: 12px;

    }

    .box a{

      width: 265px;
      font-size: 14px;
      line-height: 1.5;
      padding-top: 10px;
      padding-bottom: 10px;

    }

    .fx1{

      padding-top: 5px;

    }

    .fx1 h1{

      font-size: 31px;
      margin-bottom: 30px;

    }

    .ic{

      margin-bottom: 20px;

    }

    .ic h3{

      margin-bottom: 20px;

    }

    .fx2{

      padding-top: 30px;

    }

    .fx2 h1{

      font-size: 30px;
      margin-bottom: 30px;

    }

    .advg .editor h2 {

      background-position: bottom center;
      margin-bottom: 15px;

    }

    .fx3{

      padding-top: 30px;

    }

    .pc{

      margin-bottom: 0px;

    }

    .pc img{

      width: 100%;

    }

    .lv{

      display: none;

    }

    .fx3 .editor h3 {

      background-position: bottom center;
      font-size: 29px;
      margin-bottom: 15px;

    }

    .fx3 .editor p{

      font-size: 15px;
      margin-bottom: 10px;

    }

    .fx3 .editor a{

      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;

    }

    .fx4{

      padding-top: 30px;

    }

    .not{

      margin-bottom: 20px;

    }

    .not img{

      width: 100%;

    }

    .not p{

      font-size: 16px;

    }

    .traco{

      display: none;

    }

    .footer{

      text-align: center;
      padding-top: 40px;

    }


    .icrd img{

      position: static;
      display: block;
      margin-left: auto;
      margin-right: auto;

    }

    .icrd p{

      padding-left: 0px;
      font-size: 14px;

    }

    .rs p{

      display: block;

    }

    .obg{

      display: none;

    }

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

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

  }
/* /responsivo */


/** 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: 6px;


      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;
      padding-left: 90px;
    }

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

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

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

  .redesf img:hover{
    filter: brightness(1.4);
  }

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


  .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: #14A6E0;
    border-color: #14A6E0;
  }

  .blog03 .sidebar h3{
    color: #222;
    border-bottom: 2px solid #14A6E0;
  }

  .blog03 .sidebar a:hover{
    color: #14A6E0;
  }

  .comment-form .submit{
      color: #FFF;
      background-color: #14A6E0;
    }.comment-form .submit:hover{
      color: #FFF;
    }

    .nanome{
      color: #CCC;
    }

    .nletra{
      color: #FFF;
      background-color: #CCC;
    }

    .fundo-form{
      background-color: #FFF;
    }

    .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: #252544;
  }

  .blog03 .post.opost h1{
    color: #252544;
  }

  .comment-form .submit{
    background-color: #14A6E0;
  }

  .pagination li a{
    background-color: #2CACEB!important;
    color: #FFF!important;
  }

  .pagination li a:hover{
    background-color: #6AC8F6!important;
    color: #FFF!important;
  }

  .pagination .current{
    background-color: #FFF!important;
    color: #000!important;
  }

  .commadm{
    background-color: #FFF;
  }

  .news p{
    color: #FFF;
  }

  .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      color: #FFF;
  }


  a.post-cat{
    background-color: #14A6E0;
    color: #FFF;
  }

  /*a.post-cat:hover{
    color: #FFF;
    background-color: #444;
  }*/

  .postautor{
    border-bottom: 1px solid #BBBBBB;
  }

  .sidebarcategoria{
    background-color: #252544;
  }

  .scimg{
    background-color: rgba(0,0,0,0.12);
  }

  .sidebarcategoria:hover{
    background-color: #14A6E0;
  }

  .sobre-autor{
    background-color: #FFF;
  }

  .nome-autor{
    color: #252544; 
    border-bottom: 1px solid #D6D6D6;
  }

  .sobre-autor p{
    color: #525252;
  }

  .sobre-frase{
    color: #000000;
  }

  .blog03 h3{
    color: #555555;
  }

  .blog03 .post h2{
    color: #252544;
    
    font-size: 25px;
  }


  .blogsubtit{
    color: #252544;
  }

  .blog03 .post.opost h1{
    color: #252544;
    
    font-size: 25px;
  }



  /*.lista-posts{
    background-color: #FFF;
  }*/

  .sctxt{
    color: #FFF;
  }

  /* cor subs 1 #14A6E0 */
  /* cor subs 1 hover #14A6E0 */
  /* cor subs 2 #252544 */

/* blog03 */

.titulo{
  padding-top: 170px;
  margin-bottom: 30px;
}

.footer iframe{
  height: 236px;
}

.titulo h2{
  border-bottom: 1px solid #252544;
}

/* menu responsivo  2 #252544 */ 
  @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: #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:  #252544;
      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  #252544;
        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: 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*/


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

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

    .footer iframe{
      margin-bottom: 30px;
    }

    .advg img{
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px;
    }

    .advg .editor h2{
      text-align: center;
    }

    .pc img{
      margin-bottom: 30px;
    }

   

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

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

  }
/* /responsivo */
