@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_extrabold';
    src: url('../fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@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: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open_Sans_ExtraBold';
    src: url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat_ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat_extrabolditalic';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
         url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;

}



strong, b{
  font-weight: lighter;
  font-family: 'montserratbold';
}
body{
  font-family: 'montserratregular';
}
a{
  font-family: 'Open_Sans_ExtraBold';
}



.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!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    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);
  }
}

.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: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  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: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #FF0000;
  color: #FFF;
}


/* start */



body{
  background-color: #FFFFFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{
  background-position: center;
  background-size: cover;
  padding-top: 40px;
}

.header .logo_header{
  margin-bottom: 65px;
}

.header .texto_header{
  color: #fff;
  margin-bottom: 50px;
}

.header h1{
  font-family: 'Montserrat_ExtraBold';
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}

.header p{
  font-size: 28px;
  line-height: 34px;
}

.header a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 470px;
  height: 61px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  &:hover{
    background-color: #889C02;
  }
}

.fx1{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1 p{
  font-size: 22px;
  line-height: 40px;
}

.fx1 .texto_fx1 p{
  margin-bottom: 35px;
}

.fx1 .titulo_fx1 h2{
  font-family: 'Montserrat_ExtraBold';
  font-size: 28px;
}

.fx1 .beneficios{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fx1 .beneficios img{
  margin-right: 16px !important;
  margin-bottom: 0px !important;
}

.fx1 .beneficios p{
  font-family: 'open_sansregular';
  line-height: 30px;
  color: #666666;
  margin-bottom: 0px;
}

.fx1 .beneficio{
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-top: 30px;
}

.fx2{
  background-color: #A1AC56;
}

.fx2 .row{
  display: flex;
  align-items: center;
}

.fx2 .col-md-7{
  padding-top: 40px;
  padding-bottom: 40px;
}

.fx2 .texto_fx2{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  color: #000;
}

.fx2 p{
  font-size: 22px;
  line-height: 35px;
}

.fx2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 370px;
  height: 61px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 25px;
  &:hover{
    background-color: #889C02;
  }
}

.fx3{
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
}

.fx3 h3{
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
}

.fx3 .texto_fx3 p{
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 40px;
}

.fx3 .texto2_fx3{
  display: flex;
  align-items: center;
}

.fx3 .texto2_fx3 img{
  margin-right: 60px;
}

.fx3 .texto2_fx3 p{
  font-size: 22px;
}

.fx3 .ajuste_fx3{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.fx3 .ajuste_fx3 img{
  margin-right: 20px;
}

.fx3 .ajuste_fx3 h4{
  font-size: 25px;
  margin-top: 20px;
}

.fx4{
  background-color: #DEE2C4;
  color: #000;
}

.fx4 .row{
  display: flex;
  align-items: center;
}

.fx4 .col-md-7{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx4 .titulo_fx4{
  display: flex;
  margin-bottom: 25px;
}

.fx4 .titulo_fx4 img{
  margin-right: 20px;
}

.fx4 .titulo_fx4 h2{
  font-size: 35px;
  margin-top: 15px;
}

.fx4 .texto_fx4 p{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 35px;
}

.fx4 a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 457px;
  height: 61px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 25px;
  &:hover{
    background-color: #889C02;
  }
}

.fx5{
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
}

.area_fx5{
  max-width: 100%;
  width: 1169px;
  height: 493px;
  background-color: #A1AC56;
  border-radius: 10px;
  padding-left: 40px;
}

.fx5 .row{
  display: flex;
  align-items: center;
}

.fx5 .titulo_fx5{
  display: flex;
  margin-bottom: 16px;
}

.fx5 .titulo_fx5 img{
  margin-right: 20px;
}

.fx5 .titulo_fx5 h2{
  font-size: 35px;
  margin-top: 15px;
}

.fx5 .texto_fx5 p{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 35px;
}

.fx5 a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 632px;
  height: 61px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 25px;
  &:hover{
    background-color: #889C02;
  }
}

.fx6 {
  display: flex;
  width: 100%;
  background-color: #666666;
  color: #FFF;
}

.imagem-esquerda {
  width: 50vw;
  height: 536px;
  background-size: cover;
  background-position: center;
  transform: translateX(-100px); /* isso faz "vazar" para a esquerda */
  flex-shrink: 0; /* impede que ela encolha em telas pequenas */
}

.fx6 .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -65px;
}

.fx6 .titulo_fx6{
  display: flex;
  margin-bottom: 20px;
}

.fx6 .titulo_fx6 img{
  margin-right: 20px;
}

.fx6 .titulo_fx6 h2{
  font-size: 35px;
  margin-top: 15px;
}

.fx6 .texto_fx6 p{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
  padding-right: 180px;
}

.fx6 a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 569px;
  height: 61px;
  background-color: #889C02;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 25px;
  &:hover{
    background-color: #A1AC56;
  }
}

.fx7{
  padding-top: 80px;
  padding-bottom: 50px;
  color: #000;
}

.fx7 .row{
  display: flex;
  align-items: center;
}

.fx7 .titulo_fx7{
  display: flex;
  margin-bottom: 16px;
}

.fx7 .titulo_fx7 img{
  margin-right: 20px;
}

.fx7 .titulo_fx7 h2{
  font-size: 35px;
  margin-top: 15px;
}

.fx7 .texto_fx7 p{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 65px;
}

.fx7 a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 632px;
  height: 61px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 25px;
  &:hover{
    background-color: #889C02;
  }
}

.fx7 .col-md-5 img{
  max-width: 100%;
}

.fx8{
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}

.fx8 h2{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.fx8 .carrousel{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.fx8 img{
  max-width: 100%;
}

.fx9{
  padding-top: 30px;
  padding-bottom: 70px;
  color: #000;
}

.fx9 h2{
  font-size: 28px;
  margin-bottom: 20px;
}

.list_accordion{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.btn_accn{
  display: flex;
  transition: all .2s linear;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 10px 10px 10px 30px;
  font-size: 19px;
  color: #fff;
  background-color: #A1AC56;
  outline: none;
  font-family: 'Open_Sans_ExtraBold';
  border-radius: 5px;
  &:after{
    content: '';
    width: 29px;
    height: 29px;
    display: block;
    background-image: url(../imagens/seta.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 50px;
    transition: all .1s linear;
  }
}
.btn_accn.active{
  background-color: #889C02;
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
  }
}
.panel {
  padding: 14px 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-size: 15px;
  font-family: 'open_sansregular';
  border-bottom: 2px solid black;
}
.active + .panel {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.footer{
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 72px;
  color: #FFF;
}

.footer .footer_paragrafo1{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 50px;
}

.footer-contato{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contato .img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.footer-contato .img img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}

.footer-contato .textos_footer {
  font-family: 'open_sansregular';
  font-size: 24px;
  color: white;
  line-height: 1.4;
}

.footer-contato .textos_footer a {
  color: white;
  text-decoration: none;
}

/*.footer-contato .textos_footer a:hover {
  color: #889C02;
} */

.footer a{
  font-family: 'open_sansregular';
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  border-radius: 3px;
  height: 34px;
  background-color: #FFF;
  border: 0;
  padding-left: 16px;
  padding-top: 9px;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .footer ::placeholder {color: #333!important; }

.footer form textarea{
  height: 166px;
  margin-bottom: 15px;
}

.footer form .btn-enviar-form{
  display: inline-block;
  border: none;
  padding: 8px 35px;
  font-size: 14px;
  font-family: 'Open_Sans_ExtraBold';
  transition: all .2s linear;
  background-color: #A1AC56;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 17px;
  float: left;
}.footer form .btn-enviar-form:hover{
  background-color: #889C02;
}

.footer .obg{
  display: flex;
  margin-top: 22px;  
  font-size: 13px;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #FFF;
  margin-top: 40px;
  padding-top: 35px;
  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: 21px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}


@media(max-width: 1024px){
  .header{
    overflow: hidden;
  }

  .fx2 .col-md-5 img{
    width: 100%;
  }

  .fx4 .col-md-5 img{
    width: 100%;
  }

  .fx5 .area_fx5{
    width: 100%;
    height: 540px;
    padding-top: 20px;
  }

  .fx5 .col-md-5 img{
    width: 100%;
  }

  .fx6 .texto_fx6 p{
    padding-right: 0px;
  }

  .fx6 a{
    width: 100%;
  }

  .fx7 .titulo_fx7{
    align-items: center;
  }

  .footer .footer-contato{
    margin-bottom: 11px;
  }

  .footer .footer-contato .img{
    display: block;
    text-align: center;
  }

  .footer .footer-contato .img img{
    margin-right: 0px;
  }
}



@media(max-width: 991px){
  body{
    text-align: center;
  }
  .header .col-md-7{
    text-align: center;
  }

  .header a{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .header .col-md-5{
    display: flex;
    justify-content: center;
  }

  .fx1 .beneficio{
    display: block;
    img{
      margin-right: 0px;
      margin-bottom: 10px;
    }
  }

  .fx2{
    padding-bottom: 30px;
  }

  .fx2 .row{
    flex-direction: column;
  }

  .fx2 a{
    margin-left: auto;
    margin-right: auto;
  }

  .fx3 .texto2_fx3{
    flex-direction: column;
    gap: 20px;
    img{
      margin-right: 0px;
    }
  }

  .fx3 .ajuste_fx3{
    justify-content: center;
    img{
      margin-right: 15px;
    }
  }

  .fx4{
    padding-top: 20px;
  }

  .fx4 .row{
    flex-direction: column;
  }

  .fx4 .titulo_fx4{
    justify-content: center;
  }

  .fx4 a{
    margin-left: auto;
    margin-right: auto;
  }

  .fx5 .area_fx5{
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .fx5 .area_fx5 .row{
    flex-direction: column;
  }

  .fx5 .titulo_fx5{
    justify-content: center;
  }

  .fx5 a{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .fx6{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fx6 .imagem-esquerda{
    display: none;
  }

  .fx6 .container{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fx6 .titulo_fx6{
    justify-content: center;
  }

  .fx7 .row{
    flex-direction: column;
  }

  .fx7 .titulo_fx7{
    justify-content: center;
  }

  .fx7 .texto_fx7 p{
    margin-bottom: 10px;
  }

  .fx7 a{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .footer{
    padding-bottom: 80px;
  }

  .copyright{
    text-align: center;
  }
}



@media(max-width: 768px){
  .fx4 .titulo_fx4{
    flex-direction: column;
    align-items: center;
    img{
      margin-right: 0px;
    }
  }

  .fx4 a{
    width: 100%;
  }

  .fx5 .titulo_fx5{
    flex-direction: column;
    align-items: center;
    img{
      margin-right: 0px;
    }
  }

  .fx5 a{
    padding: 10px;
    height: 100%;
  }

  .fx6 .titulo_fx6{
    flex-direction: column;
    align-items: center;
    img{
      margin-right: 0px;
    }
  }

  .fx6 a{
    padding: 10px;
    height: 100%;
  }

  .fx7 .titulo_fx7{
    flex-direction: column;
    img{
      margin-right: 0px;
    }
  }

  .fx7 a{
    padding: 10px;
    height: 100%;
  }

  .fx9 .accordion{
    text-align: left;
  }
}

@media(max-width: 425px){
  .header .logo_header img{
    max-width: 100%;
  }
  .header .col-md-5 img{
    max-width: 100%;
  }
  .fx1 .beneficios img{
    margin-bottom: 15px !important;
    margin-right: 0px !important;
  }
  .fx1 .beneficios p{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fx2 a{
    width: 100%;
  }
  .fx4 a{
    padding: 10px 25px;
    height: 100%;
  }
  .footer .footer_paragrafo1{
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(max-width: 375px){
  .header h1{
    font-size: 37px;
  }

  .header a{
    padding: 10px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .fx2 a{
    width: 100%;
  }

  .fx4 a{
    padding: 10px;
    height: 100%;
  }

  .footer .footer_paragrafo1{
    padding-left: 15px;
    padding-right: 15px;
  }
}






/** blog03 **/
    .blog03{
      background-color: #FFF;
    }

    .blog03 .post-itens{
      margin-bottom: 15px;
    }

    .blog03 .post-resumo{
      font-family: 'open_sansregular';
      margin-top: 15px;
      font-size: 16px;
      margin-bottom: 20px;
      color: #000000;
    }

    .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: 12px;
      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: 58px;
      position: relative;
      margin-bottom: 75px;
    }

    .blog03 .buscar input{
      font-family: 'open_sansregular';
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      max-width: 100%;
      width: 223px;
      height: 37px;
      border-radius: 3px;
    }

    .blog03 .buscar button{
      position: absolute;
      right: -2px;
      top: -1px;
      padding-top: 6px;
      padding-bottom: 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 5px;
      transition: all .2s linear;
    }

    .blog03 .buscar button:hover{
      filter: brightness(1.3);
    }

    .blog03 .sidebar h3{
      font-size: 18px;

      padding-bottom: 10px;
      margin-bottom: 10px;
      margin-top: 35px;
    }

    


    /* responsivo */    
      @media (max-width: 990px) {

        .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 *{
      font-family: 'open_sansregular';
      max-width: 100%!important;
      height: auto!important;
    }

    .blog03 .postthumb{
      float: left;
      margin-right: 30px;
      margin-bottom: 10px;
    }

    /**/

    /**comentarios**/
      .comment-form .submit{
        display: inline-block;

        font-size: 13px;
        padding: 11px 16px 9px 16px;
        transition: all .2s linear;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;

      }.comment-form .submit:hover{
        filter: brightness(1.2);
   
      }

      .nanome{

        margin-bottom: 5px;
      }

      .nletra{
        float: left;
        margin-right: 15px;
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 10px;


        font-size: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
      }

      .nautor{
        margin-top: 20px;
        min-height: 70px;
        padding-left: 85px;
        position: relative;
        /*padding-top: 10px;*/
      }



      .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: 40px;
    }

    .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: 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: 6px; 
      line-height: 30px;
      padding: 0 30px;
      display: inline-block;
      transition: all .2s linear;
      margin-right: 10px;
    }

    .postautor{
      font-family: 'open_sansregular';
      padding-bottom: 3px;
      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: 25px;
    }

    .sidebarcategoria{
      font-family: 'roboto_extrabold';
      position: relative;
      display: block;
      margin-bottom: 18px;
      transition: all .2s linear;
      position: relative;
      border-radius: 3px;
    }

    .sctxt{
      font-family: 'roboto_extrabold';
      color: #000 !important;
      position: absolute;
      top: 50%;
      left: 70px;
      transform: translate(0, -50%);
      z-index: 2;
      font-size: 13px;
    }

    .scimg{
      float: left;
      width: 58px;
      height: 67px;
      margin-right: 10px;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all .2s linear;
      border-radius: 3px;
    }


    .sidebar .redesf{
      float: none;
    }

    .opost .postautor{
      margin-bottom: 15px;
    }


    .blog03 .linkartigo{
      font-family: 'open_sansbold';
      font-size: 20px;
      color: 666666;
      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-family: 'Open_Sans_ExtraBold';
      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: 60px;
      padding-bottom: 40px;
    }



        .blog03 a.post-leia{
        color: #FFF;
        background-color: #333333;
      }

      .blog03 .post{
        border-bottom: 1px solid #CBCBCB;
      }

      .blog03 .post .img-responsive{
        max-width: 100%;
      }

      .blog03 .post h2{
        color: #555555;
      }

      .blog03 .buscar button{
        background-color: #EB5C0B;
        border-color: #EB5C0B;
      }

      .blog03 .sidebar h3{
        color: #435721;
        border-bottom: 2px solid #E68200;
      }

      /*.blog03 .sidebar a:hover{
        filter: brightness(1.2);
      }*/

      .comment-form .submit{
          color: #FFF;
          background-color: #14034B;
        }.comment-form .submit:hover{
          color: #FFF;
        }

        .nanome{
          color: #CCC;
        }

        .nletra{
          color: #FFF;
          background-color: #CCC;
        }

        .fundo-form{
          background-color: #F7F7F7;
        }

        .comment-form-author input,
        .comment-form-email input,
        .comment-form-comment textarea{
          border: 1px solid #EEE;
        }

        input#si_captcha_code{
          border: 1px solid #EEE;
        }

        .blog03 .post h2{
        color: #25408F;
      }

      .blog03 .post.opost h1{
        color: #24408F;
      }

      .comment-form .submit{
        background-color: #E68200;
      }

      .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{
        font-family: 'open_sansbold';
        background-color: #A1AC56;
        color: #FFF;
        font-size: 13px;
        max-width: 100%;
        height: 35px;
        text-align: center;
        padding-top: 2px;
      }

      /*a.post-cat:hover{
        color: #FFF;
        background-color: #444;
      }*/

      .postautor{
        font-size: 13px;
        border-bottom: 1px solid #CBCBCB;
        max-width: 100%;
        width: 469px;
        color: #000000;
      }

      .sidebarcategoria{
        background-color: #DFDFDF;
      }

      .scimg{
        background-color: #DFDFDF;
      }

      .sidebarcategoria:hover{
        background-color: #c6c6c6;
      }

      .sidebarcategoria:hover .scimg{
        background-color: #c6c6c6;
      }

      .sobre-autor{
        background-color: #DDDDDD;
      }

      .nome-autor{
        color: #555; 
        border-bottom: 1px solid #D6D6D6;
      }

      .sobre-autor p{
        color: #525252;
      }

      .sobre-frase{
        color: #000000;
      }

      .blog03 h3{
        color: 666666;
      }

      .blog03 .post h2{
        font-family: 'Open_Sans_ExtraBold';
        color: #666666;
        font-size: 24px;
      }


      .blogsubtit{
        color: #555555;
      }

      .blog03 .post.opost h1{
        color: #555555;
      }

      .blog03 .post.opost h1{
        font-family: 'Open_Sans_ExtraBold';
        color: 666666;
      }

      a.post-cat{
        margin-bottom: 6px;
      }



      .lista-posts{
        background-color: #FFF;
      }

    @media(max-width: 1024px){
      .postautor{
        width: 42%;
      }
    }

    @media(max-width: 991px){
      .header_blog{
        text-align: center;
        h2{
          margin-top: 10px;
          margin-right: auto;
        }
      }
    }

    @media(max-width: 990px){
      
      .blog03 .sidebar {
          margin-top: 0px;
      }
      .blog03 .buscar input{
        width: 100%;
      }

      .blog03 .post-resumo{
        display: flex;
        flex-direction: column;
      }

      .blog03 .buscar{
        margin-top: 0px;
        margin-bottom: 40px;
      }
    }

    @media(max-width: 600px){
      .blog03 .post .img-responsive{
        width: 100%;
      }
    }

/* blog03 */

.header_blog{
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #E5E5E5;
}

.header_blog .logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  img{
    margin-bottom: 15px;
  }
  p{
    font-size: 40px;
    font-family: 'open_sansbold';
    color: #777777;
  }
}

.footer_blog{
  background-color: #1C1C1C;
  color: #FFF;
  padding-top: 55px;
  padding-bottom: 75px;
}

.footer_blog .img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-right: 150px;
}

.footer_blog .img img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}

.footer_blog .textos_footer {
  font-family: 'open_sansregular';
  font-size: 24px;
  color: white;
  line-height: 1.4;
}

.footer_blog .textos_footer a {
  font-family: 'open_sansregular';
  color: white;
  text-decoration: none;
}

.footer_blog .redes1,
.footer_blog .redes2{
  display: flex;
  margin-bottom: 15px;
}

.footer_blog .redes2{
  margin-bottom: 30px;
}

.footer_blog .horario{
  margin-left: 23px;
}

.footer_blog .footer2{
  margin-top: 0px;
  padding-top: 0px;
}

.footer_blog .footer2 a{
  font-family: 'noto_sansregular';
}

.linha-estilizada {
  position: relative;
  height: 1px;
  background-color: #a6af4e; /* tom de verde claro semelhante */
  margin: 30px auto;
  width: 100%;
  max-width: 1167px;
}

.linha-estilizada::before,
.linha-estilizada::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #a6af4e;
  border-radius: 50%;
  transform: translateY(-50%);
}

.linha-estilizada::before {
  left: 0;
}

.linha-estilizada::after {
  right: 0;
}

@media(max-width: 991px){
  .footer_blog .redes1, 
  .footer_blog .redes2{
    flex-direction: column;
    align-items: center;
  }

  .footer_blog .img{
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
  }

  .footer_blog .img img{
    margin-right: 0px;
  }

  .footer_blog .horario{
    margin-left: 0px;
  }
}

@media(max-width: 430px){
  .header_blog .logo{
    flex-direction: column;
  }
  .header_blog .logo img {
    max-width: 100%;  
  }
}

.pg-404{
  text-align: center;
  padding-bottom: 20px;
}
 
.pg-404 h1{
  font-family: 'Montserrat_ExtraBold';
  font-size: 60px;
}