@charset "UTF-8";
/* Tema do cliente */

/**  cor: #353334;  **/
/**  cor-hover: #FF5555;  **/
html{
  scroll-behavior: smooth;
}
/* 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: 'Roboto_Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto_Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed_Bold';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Roboto_Bold';
}
body{
  font-family: 'Roboto_Regular';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --regular:'Roboto_Regular';
  --bold:'Roboto_Bold';
  --condensed-bold:'RobotoCondensed_Bold';
}
.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: #353334;
    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 */

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: #353334!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #353334;
}
::-moz-selection{
  background: #353334;
}
::selection{
  background: #353334;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #353334;
  border-color: #353334;
}
.lds-ellipsis div{  
  background-color: #353334;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}
/* start */
body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  background: rgb(217,217,217);
  background: linear-gradient(90deg, rgba(217,217,217,1) 0%, rgba(53,51,52,1) 85%);
  padding-top: 50px;
  .logo img{
    margin-bottom: 40px;
  }
  .txt_header{
    color: #000;
    margin-bottom: 30px;
    h2{
      font-size: 35px;
      font-family: var(--condensed-bold);
      margin-bottom: 20px;
    }
    p{
      font-size: 18px;
      padding-right: 60px;
      line-height: 1.4;
    }
  }
  a.btn_cta{
    display: block;
    text-align: center;
    width: 470px;
    line-height: 53px;
    background-color: #e20505;
    color: #fff;
    font-family: var(--condensed-bold);
    font-size: 20px;
    border-radius: 10px;
    transition: all .2s linear;
    &:hover{
      transform: scaleY(1.2);
      transition: all .2s linear;
    }
  }
  .img_adv img{
    margin-left: -70px;
    padding-top: 10px;
  }
}
.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 701px;
  color: #fff;
  padding-top: 87px;
  padding-bottom: 50px;
  .txt_fx1{
    margin-bottom: 40px;
    h3{
      font-size: 18px;
      margin-bottom: 10px;
    }
    h2{
      font-family: var(--condensed-bold);
      font-size: 30px;
      line-height: 1.2;
      padding-right: 120px;
      margin-bottom: 25px;
    }
    p{
      font-size: 22px;
      line-height: 1.4;
      padding-right: 40px;
    }
  }
  .icon_beneficio{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    p{
      font-size: 24px;
      font-family: var(--condensed-bold);
    }
  }
  a.btncta{
    margin-top: 30px;
    display: block;
    background-color: #e20505;
    color: #fff;
    width: 100%;
    max-width: 400px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--condensed-bold);
    font-size: 20px;
    transition: all .2s ease;
    &:hover{
      transition: all .2s ease;
      transform: scaleY(1.2);
      background-color: #1D1D1B;
    }
  }
}
.fx2{
  padding-top: 40px;
  color: #000;
  background-color: #fff;
  h2{
    text-align: center;
    font-family: var(--condensed-bold);
    font-size: 30px;
    margin-bottom: 60px;
  }
  .card_beneficio{
    margin-bottom: 40px;
    .img_card{
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      column-gap: 10px;
      margin-bottom: 10px;
      h3{
        font-size: 32px;
        font-family: var(--condensed-bold);
        line-height: 1;
      }
    }
    .content_txt_beneficios{
      p{
        font-size: 22px;
        line-height: 1.4;
      }
    }
  }
  a.btncta{
    display: block;
    background-color: #e20505;
    color: #fff;
    width: 270px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--condensed-bold);
    font-size: 16px;
    transition: all .2s ease;
    &:hover{
      transition: all .2s ease;
      transform: scaleY(1.2);
      background-color: #1D1D1B;
    }
  }
}
.fx3{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 140px;
  a.btncta{
    margin-top: 30px;
    display: block;
    background-color: #e20505;
    color: #fff;
    width: 270px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--condensed-bold);
    font-size: 16px;
    transition: all .2s ease;
    &:hover{
      transition: all .2s ease;
      transform: scaleY(1.2);
      background-color: #1D1D1B;
    }
  }
}
.accordion h6{
  margin: 0;
  font-size: 20px;
  font-family: var(--condensed-bold);
  padding: 15px 50px 15px 20px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  display: flex;
  min-height: 45px;
  flex-direction: column;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  transition: all .2s linear;
  position: relative;
  margin-top: 30px;
  &:after{
    content: '';
    width: 29px;
    height: 29px;
    background-image: url(../imagens/seta.png);
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .2s linear;
  }
}
.accordion h6.ui-state-active{
  color: #fff;
  background-color: #000;
  transition: all .2s linear;
}
.accordion h6.ui-state-active:after{
  filter: invert(1);
  transition: all .2s linear;
  transform: rotate(90deg);
}
.accordion p{
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.footer{
  background-color: #1D1D1B;
  color: #fff;
  padding-top: 60px;
}
.txt_footer{
  margin-bottom: 40px;
  h2{
    font-size: 64px;
    font-family: var(--condensed-bold);
  }
  p{
    font-size: 22px;
    font-family: var(--condensed-bold);
  }
}
.list_vant{
  margin-bottom: 40px;
  p{
    font-size: 22px;
    font-family: var(--condensed-bold);
    margin-bottom: 20px;
  }
  ul{
    padding-left: 0px;
    list-style: none;
    li{
      font-size: 22px;
      font-family: var(--regular);
      background-image: url(../imagens/positivo.png);
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 30px;
      margin-bottom: 5px;
    }
  }
}
.icrd{
  display: flex;
  flex-direction: row;
  column-gap: 70px;
  .content_icrd{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    font-size: 20px;
  }
}
.footer form{
  padding-top: 20px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.footer ::-webkit-input-placeholder { 
  /* Edge */ 
  color: #000000!important; 
  font-family: var(--condensed-bold);
} 
.footer :-ms-input-placeholder { 
  /* Internet Explorer 10-11 */ 
  color: #000000!important;
  font-family: var(--condensed-bold); 
} 
.footer ::placeholder {
  color: #000000!important; 
  font-family: var(--condensed-bold);
}

.footer form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 45px;
  font-size: 16px;
  font-family: var(--condensed-bold);
  transition: all .2s linear;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-left: 20px;
  float: right;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  transition: all .2s linear;
  transform: scaleY(1.2);
}
.footer form .obg{
  float: right;
  margin-top: 10px;
}
.footer iframe{
  width: 100%;
  height: 320px;
}


.footer2{
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 65px;
  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: 1400px)/* telas grandes */ { 

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  
  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    body{
      overflow-x: hidden;
    }
    .header{
      .logo img{
        margin-bottom: 40px;
      }
      .txt_header{
        h2{
          font-size: 26px;
        }
      }
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .header{
      text-align: center;
      background: #fff!important;
      .txt_header{
        h2{
          font-size: 19px;
          margin-bottom: 5px;
        }
        p{
          padding-right: 0px;
          font-size: 16px;
        }
      }
      .logo img{
        max-width: 100%;
        margin-bottom: 20px;  
      }
      .img_adv img{
        text-align: center;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      a.btn_cta{
        width: 270px;
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .fx1{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 0px;
      .txt_fx1{
        h2{
          padding-right: 0px;
          font-size: 23px;
          margin-bottom: 5px;
        }
        p{
          padding-right: 0px;
          font-size: 18px;
        }
      }
      .icon_beneficio{
        flex-direction: column;
        margin-bottom: 20px;
      }
    }
    .fx2{
      text-align: center;
      padding-top: 20px;
      h2{
        font-size: 23px;
        margin-bottom: 20px;
      }
      .card_beneficio{
        .img_card{
          flex-direction: column;
          align-items: center;
          h3{
            font-size: 25px;
          }
        }
        .content_txt_beneficios{
          p{
            font-size: 17px;
          }
        }
      }
    }
    .fx3{
      padding-top: 10px;
      padding-bottom: 20px;
    }
    .accordion h6{
      padding: 15px 40px 15px 20px;
    }
    .footer{
      padding-top: 20px;
      text-align: center;
      h2{
        font-size: 33px;
      }
      .txt_footer{
        margin-bottom: 10px;
        p{
          font-size: 19px;
        }
      }
      .list_vant ul li{
        text-align: left;
      }
      .icrd{
        flex-direction: column;
      }
      .content_icrd{
        flex-direction: column;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */


.fx4{
  background-color: #101010;
}

.fx4 .card{
  width: 100px;
  height: 200px;
  background-color: #FFFFFF;
  border-radius: 5PX;
}



/*inicio blog*/
  .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: 10px;
    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;
    color: #101010;
    border-radius: 3px;
  }

  .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;*/
    }






    .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;
    padding-top: 40px;
  }


  .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;
  }

  .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;
  }

  .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;
    color: #FFFFFF;
  }

  .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;
    font-family: var(--regular);
  }


  .blog03 .linkartigo{

        font-size: 18px;
    display: block;
    color: #101010;
    font-family: var(--condensed-bold);
  }

  .blog03 .linkartigo:hover{
    color: #444444;
  }

  .blog03 .linkartigo img{
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .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;
    padding-right: 30px;
    padding-left: 30px;
  }



      .blog03 a.post-leia{
      color: #FFF;
      background-color: #333333;
    }

    .blog03 .post{
      border-bottom: 1px solid #D9D9D9;
      text-align: justify;
      font-family: var(--regular);
      color: #101010;
    }

    .blog03 .post h2{
      color: #555555;
    }

    .blog03 .buscar button{
      background-color: #353334;
      border-color: #353334;
      border-top-right-radius: 10px; /* Canto superior direito */
      border-bottom-right-radius: 10px; /* Canto inferior direito */
    }

    .blog03 .buscar button:hover{
      background-color: #101010;
      border-color: #101010;
    }
    .blog03 .sidebar h3{
      color: #435721;
      border-bottom: 2px solid #101010;
    }

    .blog03 .sidebar a:hover{
      background-color: #101010;
    }

    .comment-form .submit{
    display: inline-block;
    border: none;
    padding: 10px 45px;
    font-size: 16px;
    font-family: var(--condensed-bold);
    transition: all .2s linear;
    background-color: #101010;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    margin-top: 10px;
    }
      .comment-form .submit:hover{
        transition: all .2s linear;
        transform: scaleY(1.2);
      }

      .nanome{
        color: #101010;
        font-family: var(--condensed-bold);
      }

      .nletra{
        color: #FFF;
        background-color: #CCC;
      }

      .fundo-form{
        background-color: #F7F7F7;
        color: #101010;
        font-family: var(--regular);
      }

      .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: #25408F;
    }

    .blog03 .post.opost h1{
      color: #24408F;
    }

    /*    .comment-form .submit{
      background-color: #101010;
      color: #FFFFFF;
    }*/

    .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: #EEE;
    }

    .news p{
      color: #FFF;
    }

    .newsenviar{
      background-color: #24408F;
      color: #FFF;
    }

    .news{
      background-color: #F77016;
    }


  .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      color: #FFF;
    }


  a.post-cat{
      background-color: #F3F3F3;
      color: #333;
      border-radius: 3px;
      margin-top: 2px;
      font-family: var(--regular);
    }

    /*a.post-cat:hover{
      color: #FFF;
      background-color: #444;
    }*/

    .postautor{
      border-bottom: 1px solid #BBBBBB;
    }

    .sidebarcategoria{
      background-color: #444444;
      border-radius: 5px;
    }

    .scimg{
      background-color: #333333;
      border-radius: 5px;
    }

    .sidebarcategoria:hover{
      background-color: #101010;
    }

    .sidebarcategoria:hover .scimg{
      background-color: #101010;
    }

    .sobre-autor{
      background-color: #DDDDDD;
      border-radius: 5px;
    }

    .nome-autor{
      color: #555; 
      border-bottom: 1px solid #D6D6D6;
    }

    .sobre-autor p{
      color: #525252;
    }

    .sobre-frase{
      color: #101010;
    }

    .blog03 h3{
      color: #101010;
      font-family: var(--condensed-bold);
    }

    .blog03 h3:hover{
      color: #525252;
    }

    .blog03 .post h2{
      color: #101010;
      font-family: var(--condensed-bold);
    }

    .blog03 .post h2:hover{
      color: #525252;
    }


    .blogsubtit{
      color: #101010;
    }

    .blog03 .post.opost h1{
      color: #101010;
      font-family: var(--condensed-bold);
    }





    .lista-posts{
      background-color: #FFF;
      border-radius: 10px;
    }
/*final blog*/

.fx7{
  padding-top: 57px;
  padding-bottom: 77px;
  .txt{
    text-align: center;
    h3{
      font-size: 34px;
      font-family: var(--fontbold);
      color: #101010;
      &:after{
        content: '';
        position: relative;
        display: block;
        width: 84px;
        height: 11px;
        border-radius: 30px;
        background-color: var(--color_one);
        margin-left: auto;
        margin-right: auto;
        margin-top: 17px;
        margin-bottom: 15px;
      }
    }
  }
  .card{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.25);
    margin-bottom: 45px;
    .content{
      p{
        text-align: center;
        font-size: 20px;
        font-family: var(--fontbold);
        color: #101010;
        padding: 19px 10px;
      }
    }
  }
  .btn_cta{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    line-height: 81px;
    font-size: 20px;
    font-family: var(--fontbold);
    background-color: var(--color_one);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    &:hover{
      background-color: #101010;
    }
  }
}

.fx7 {
    h2 {
        text-align: center;
        font-family: var(--condensed-bold);
        font-size: 30px;
        margin-bottom: 60px;
    }
}

.fx7 {
    a.btncta {
        display: block;
        background-color: #e20505;
        color: #fff;
        width: 270px;
        line-height: 40px;
        border-radius: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-family: var(--condensed-bold);
        font-size: 16px;
        transition: all .2s ease;
    }
}