@charset "UTF-8";
/* Tema do cliente */
/**  cor: #000000;  **/
/**  cor-hover: #B71CDA;  **/
/* 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: 'Montserrat_Regular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_BlackItalic';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

strong, b{
  font-weight: lighter;
  font-family: 'open_sansextrabold';
}

body{
  font-family: 'font-family: 'open_sansregular';';
  overflow-x: hidden;
}

p{
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --color_one:;
  --fontregular:'open_sansregular';
  --fontbold:'Montserrat_Bold';
  --fontextrabold:'open_sansextrabold';
  --fontblackitalic:'Montserrat_BlackItalic';
  --fontsemibold:'montserratsemibold';
}

.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;

  a{
    color: #FFFC9E!important;
    &: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;
  &:hover{
    filter: brightness(1.2);
  }
}
@media (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{
  font-size: 12px;
  font-family: var(--fontbold);
}

/* noovo css form */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}
@media (width<=400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {.container{padding: 0px; } }
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}
a{
  transition: all .2s linear;
}
.editor a{
  color: #B71CDA!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #B71CDA;
}
::-moz-selection{
  background: #B71CDA;
}
::selection{
  background: #B71CDA;
}

.pagination .active a,
.pagination .active a:hover{
  background-color: #B71CDA;
  border-color: #B71CDA;
}

.lds-ellipsis div{  
  background-color: #B71CDA;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*ESTILIZAÇÃO DO BOTÃO WHATSAPP FLUTUANTE*/
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}
/*FINAL ESTILIZAÇÃO DO BOTÃO WHATSAPP FLUTUANTE*/

html{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.header {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header.page-obrigado{
  background-color: #000;
}
.header.page-obrigado .txt{
  text-align: center;
}


.header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header h1{
  font-size: 45px;
  font-family: var(--fontextrabold);
  color: #FFFFFF;
  margin-bottom: 20px;
}

.header h2{
  font-size: 20px;
  font-family: var(--fontregular);
  color: #FFFFFF;
  margin-bottom: 50px;
}

.header .link-cabecalho{
  width: fit-content;
  background-color: #B71CDA;
  border-radius: 5px;
  padding: 10px 40px 10px 40px;
  transition: 0.3s;
}

.header a{
  color: #FFFFFF;
  font-size: 25px;
  font-family: var(--fontextrabold);
}

.header .link-cabecalho:hover{
  background-color: #C18F44;
}

.header .logo{
  margin-bottom: 40px;
  max-width: 270px;
  width: 100%;
}

.header .txt{
}

.fx2{
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx2 .container{
  padding: 72px 22px;
}

.fx2 .txt{
/*  padding: 50px 720px 50px 150px;*/
}

.fx2 .link-fx2{
  width: fit-content;
  background-color: #B71CDA;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
}
.fx2 a{
  font-size: 25px;
  font-family: var(--fontextrabold);
  color: #FFFFFF;
  transition: 0.3s;
}

.fx2 .link-fx2:hover{
  background-color: #C18F44;
}

.fx2 h1{
  font-size: 33px;
  font-family: var(--fontextrabold);
  color: #FFFFFF;
  margin-bottom: 30px;
}

.fx2 p{
  font-size: 22px;
  font-family: var(--fontregular);
  color: #FFFFFF;
  margin: 10px 0px 50px 0px;
  line-height: 35px;
}

.fx1 .container{
  padding-top: 10px;
  padding-bottom: 100px;
}

.fx1 .row{
  display: flex;
  text-align: center;
  justify-items: center;
  max-width: 1920px;
}

.fx1 .card{
  background-color: #F8F8F8;
  max-width: 370px;
  min-height: 370px;
  height: 100%;
  padding: 30px;
  border-radius: 5px;
  transition: 0.5s;
}

.fx1 h1{
  font-size: 22px;
  font-family: var(--fontextrabold);
  color: #B71CDA;
  padding: 10px 0px 0px 0px;
}

.fx1 p{
  font-size: 20px;
  font-family: var(--fontregular);
  color: #000000;
  padding: 10px;
}

.fx1 .card:hover {
  background-color: #C18F44;
}

.fx1 .card:hover h1, 
.fx1 .card:hover p {
  color: #FFFFFF;
}

.fx1 .card:hover img {
  filter: brightness(100);
}

.fx1 .card img, 
.fx1 .card h1, 
.fx1 .card p {
  transition: 0.2s;
}

.fx1 .title{
  font-size: 28px;
  font-family: var(--fontextrabold);
  color: #000000;
  margin-top: 20px;
}

.fx1 .title,
.fx1 .txt,
.fx1 .txt2{
  text-align: center;
}

.fx1 .txt p {
  font-size: 22px;
  font-family: var(--fontregular);
  color: #000000;
  margin-top: 20px;
  line-height: 40px;
}

.fx1 .txt2 p{
  font-size: 22px;
  font-family: var(--fontbold);
  color: #000000;
  margin: 50px 0px 20px 0px;
}

.fx3 {
  background-color: #F8F8F8 ;
  padding-bottom: 60px;
}

.fx3 h1{
  margin: 50px 0px;
  color: #000000;
}

.fx3 span{
  font-family: var(--fontbold);
}

.fx4{
  margin-bottom: 90px;
}

.fx4 h1{
  margin: 15px 15px 30px 5px;
  color: #000000;
}

.fx4 .accordion h6 {
  margin: 15px 5px 5px 5px;
  font-size: 19px;
  font-family: var(--fontbold);
  color: #FFFFFF;
  padding: 20px 50px 20px 50px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  background-image: url(../imagens/seta-baixo.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #000000;
  border-radius: 10px;
  transition: 0.5s;
}

.fx4 .accordion h6.ui-state-active{
  color: #FFFFFF;
  background-color: #B71CDA;
  background-image: url(../imagens/seta-lado.png);
}

.fx4 .accordion div{
  padding: 20px 0px 20px 60px;
  border-bottom: 2px solid #000000;
  border-radius: 5px;
  margin: 0px 5px 0px 5px;
}

.fx4 p{
  font-size: 15px;
  font-family: var(--fontregular);
  color: #000000;
}

.footer{
  min-height: 664px;
}
.footer.page-obrigado{
  min-height: unset;
  padding-bottom: 75px;
}

.footer img{
  margin: 0px 10px 0px 0px; 
  max-width: 30px;
  width: 100%;}

.footer h1{
  font-size: 22px;
  color: #FFFFFF;
  font-family: var(--fontregular);
  line-height: 35px;
  padding: 20px 0px
}

.footer .txt{
  margin: 5px 5px 50px 20px;
}

.footer .txt_personalizado{
  font-size: 28px;
  font-family: var(--fontextrabold);
  color: #FFFFFF;
}

.footer{
  background-color: #000000;
  color: #fff;
  .txt_footer{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 70px;
    p{
      font-size: 30px;
      line-height: 35px;
    }
    span{
      font-size: 22px;
    }
  }
  .img1,.img2,.img3,.img4,.img5{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    margin: 30px 0px 20px 5px;
  }
}

.footer form{
  margin-top: 20px;
}

.footer form .recaptcha{
  display: inline-block;
}

.footer form textarea{
  padding-top: 10px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 15px;
  height: 34px;
  background-color: #FFF;
  border: 0;
  float: right;
  width: 100%;
  max-width: 470px;
  border-radius: 5px;
  color: #000000;
  font-family: var(--fontregular);
}

.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: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;
  padding: 8px 35px;
  font-size: 13px;
  font-family: var(--fontregular);
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 5px;
  height: auto;
  margin-left: auto;
  background-color: #B71CDA;
  width: 100%;
  max-width: 120px;
  float: left;
}

.footer form .btn-enviar-form:hover{
  background-color: #C18F44;
  transition: all .2seg linear;
}

.footer form .obg{
  float: right;
  margin: -20px;
  padding: 0px 200px 0px 0px;
}

.footer textarea{
  resize: none;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{  
  font-family: 'Verdana';
  font-size: 14px;
  color: #FFF;
  margin-top: 20px;
  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: 13px;
  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;
}

.linha-bolinhas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.linha-bolinhas::before,
.linha-bolinhas::after {
  content: "";
  width: 5px; 
  height: 5px;
  background-color: #C18F44; 
  border-radius: 50%; 
  display: inline-block;
}

.linha-bolinhas::after {
  margin-left: auto;
}

.linha {
  flex-grow: 1;
  height: 2px;
  background-color: #C18F44;
}

/*PAGE PADRÃO*/
.header_page{
  background-color: #000000;
  text-align: start;
}

.header_page img{
  max-width: 150px;
}

.header_pagecontato{
  background-color: #000000;
  text-align: center;
}

.fx1_pagecontato{
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 50px 140px 50px;
}

.fx1_pagecontato h1{
  font-size: 40px;
  font-family: var(--fontextrabold);
  padding: 50px 0px 10px 0px;
}

.fx1_pagecontato p{
  font-size: 20px;
  font-family: var(--fontbold);
  padding: 0px 0px 50px 0px;
}

.fx1_pagecontato a{
  font-size: 22px;
  font-family: var(--fontbold);
  padding: 20px 60px;
  background-color: #19AF00;
  border-radius: 5px;
  transition: 0.4s;
}

.fx1_pagecontato a:hover{
  background-color: #D97827;
  color: #000000;
}
/*FINAL PAGE PADRÃO*/

/*  CSS PARA ESTILIZAÇÃO DA PÁGINA 404*/
.pg-404 h1{
  font-size: 40px;
  font-family: var(--fontextrabold);
  color: #000000;
  padding: 50px 0px 50px 0px;
}

.pg-404 h2{
  font-size: 22px;
  font-family: var(--fontbold);
  color: #000000;
  padding: 0px 0px 10px 0px;
}

.pg-404 p{
  font-size: 16px;
  font-family: var(--fontregular);
  color: #000000;
  padding: 0px 0px 50px 0px;
}

.pg-404 a{
  font-size: 20px;
  font-family: var(--fontbold);
}
/*  FINAL CSS PARA ESTILIZAÇÃO DA PÁGINA 404*/

@media(max-width: 1199px){
  .header {
    background-image: none !important;
    background-color: #000000;
    text-align: center;
  }
  .header .txt {
    margin-left: 30px;
  }

  .header h1{
    font-size: 35px;
    margin-top: 10px;
  }

  .header h2{
    font-size: 20px;
  }

  .header .logo{
    width: 50%;
  }

  .header .link-cabecalho{
    width: auto;
  }
  .header a{
    font-size: 12px;
  }
  .fx2 {
    background-image: none!important;
    background-color: #000000;
  }

  .fx2 .link-fx2{
    width: auto;
    padding: 10px;
  }
  .fx2 a{
    font-size: 18px;
  }

  .fx2 .txt {
    margin: 0px;
    text-align: center;
    padding: 20px;
  }
}

@media(max-width: 1024px){
  .header .txt {
    margin-left: 30px;
  }

  .header h1{
    font-size: 25px;
  }

  .header h2{
    font-size: 18px;
  }

  .header .link-cabecalho{
    padding: 10px;
  }
  .header a{
    font-size: 18px;
  }

  .fx2 .txt{
    margin: 0px 0px 0px 15px;
  }

  .fx2 h1{
    font-size: 24px;
  }

  .fx2 p{
    font-size: 16px;
  }

  .fx2 a{
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .copyright,.footer2 *{
    text-align: center; 
  }
  .footer2 .row>div{
    width: 100%; 
  }
  .fx1 .row{
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .fx4 h1{
    text-align: center;
  }
  .footer .txt{
    margin: 0px;
  }
  .footer h1{
    text-align: center;
  }
}

@media(max-width: 768px){
  .fx3 .card{
    width: 745px;
  }
}

@media(max-width: 426px){
  .header .txt {
    margin-left: 0px;
  }

  .header h1{
    font-size: 22px;
  }

  .header h2{
    font-size: 16px;
  }

  .fx2 h1{
  font-size: 22px;
  }

  .fx2 p{
  font-size: 12px;
  }

  .fx3 .card{
    width: 415px;
  }

  .fx4 .accordion div{
    padding-left: 15px;
  }
}

@media(max-width: 376px){
  .header h2{
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .header h1{
    font-size: 25px;
  }

  .fx3 .card{
    width: 360px;
    margin-left: 7px;
  }
}

@media(max-width: 321px){
  .header h2{
    font-size: 12px;
    padding: 10px 0px 10px 0px;
  }

  .header h1{
    font-size: 18px;
  }

  .header .logo{
    margin: 0px;
  }

  .header a{
    font-size: 10px;
  }

  .fx2 a{
    font-size: 14px;
  }

  .fx3 .card{
    width: 310px;
    margin-left: 5px;
  }
}

/*CSS DO BLOG*/
.blog03 .post-itens{
  margin-bottom: 15px;
}

.blog03 .post-resumo{
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--fontregular);
  text-align: justify;
  color: #000;
}

.blog03 .post-resumo:hover{
  color: #C18F44;
}

.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: 3px;
  height: 37px;
  width: 220px;
}

.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;
}

@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;
  }
}

.blog03 .post-itens img{
  position: relative;
  top: -1px;
}

.blog03 .post .editor *{
  max-width: 100%!important;
  height: auto!important;
  color: #000;
}

.blog03 .postthumb{
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

/*COMENTARIOS DO BLOG*/
.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;
}

.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%;
  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;
}

.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;
}

.wp-pagenavi .current{
  padding: 5px 10px 5px 10px;
  border: 1.5px solid #8D8D8D;
  background-color: #C18F44;
  color: #FFF;
  font-family: var(--fontregular);
  font-size: 12px;
}

.wp-pagenavi a{
  padding: 5px 10px 5px 10px;
  border: 1.5px solid #8D8D8D;
  color: #8D8D8D;
  font-family: var(--fontregular);
  font-size: 12px;
}

.wp-pagenavi a:hover{
  background-color: #C18F44;
  color: #FFF;
}

.current>li:first-child{
  margin-left: 5px;
}

.commadm{
  padding: 20px;
}

.blog03{
  padding-bottom: 80px;
  padding-top: 20px;
}

.news img{
  float: left;
  margin-right: 50px;
}

.news p{
  font-size: 20px;
  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;
}

.post a:hover{
  color: #C18F44;
}

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: #000000;
  font-family: var(--fontextrabold);
}

.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;
  color: #000;
  font-family: var(--fontbold);
  font-size: 18px;
}

.blog03 .linkartigo:hover{
  color: #C18F44;
}

.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-bottom: 40px;
}

.blog03 a.post-leia{
  color: #FFF;
  background-color: #DFDFDF;
}

.blog03 .post{
  border-bottom: 1px solid #D9D9D9;
}

.blog03 .post h2{
  color: #000;
}

.blog03 .buscar button{
  background-color: #C18F44;
  border-color: #C18F44;
  border-radius: 3px;
}

.blog03 .sidebar h3{
  color: #C18F44;
  border-bottom: 2px solid #C18F44;
}

.blog03 .sidebar a:hover{
  color: #C18F44;
}

.comment-form .submit{
  color: #FFF;
  background-color: #14034B;
  }.comment-form .submit:hover{
  color: #FFF;
}

.nanome{
  color: #000;
  font-family: var(--fontbold);
}

.nletra{
  color: #FFF;
  background-color: #DFDFDF;
}

.fundo-form{
  background-color: #DFDFDF;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
  border: 1px solid #EEE;
  resize: none;
}

input#si_captcha_code{
  border: 1px solid #EEE;
}

.blog03 .post h2{
  color: #25408F;
}

.blog03 .post.opost h1{
  color: #24408F;
}

.comment-form .submit{
  background-color: #C18F44;
  font-family: var(--fontbold);
}

.pagination li a{
  background-color: #D97827!important;
  color: #FFF!important;
}

.pagination li a:hover{
  background-color: #294!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: #D97827;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  color: #FFF;
}

a.post-cat{
  background-color: #C18F44;
  color: #FFF;
  font-family: var(--fontbold);
  margin: 3px 0px 0px 0px;
}

a.post-cat:hover{
color: #FFF;
}

.postautor{
  border-bottom: 1px solid #BBBBBB;
}

.postautor:hover{
  color: #C18F44;
}
.sidebarcategoria{
  background-color: #DFDFDF;
}

.scimg{
  background-color: #DFDFDF;
}

.sidebarcategoria:hover{
  background-color: #C18F44;
}

.sidebarcategoria:hover .scimg{
  background-color: #C18F44;
}

.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: #000;
  font-family: var(--fontbold);
}

.blog03 .post h2{
  color: #000;
  font-size: 24px;
  font-family: var(--fontextrabold);
}

.blogsubtit{
  color: #000;
  margin: 0px;
  font-family: var(--fontextrabold);
}

.blog03 .post.opost h1{
  color: #000;
  font-family: var(--fontbold);
}

.lista-posts{
  background-color: #FFF;
  text-align: justify;
  color: #000;
  padding-top: 15px;
}

.blog03 .hover_voltar{
  color: #000;
  font-family: var(--fontextrabold);
}

.blog03 .hover_voltar a:hover{
  color: #C18F44;
}

/*CABEÇALHO BLOG*/
.header_blog {
  background-color: #000000;
  text-align: start;
}

.header_blog img{
  max-width: 150px;
}

.header_blog h1{
  font-size: 40px;
  font-family: var(--fontbold);
  color: #FFFFFF;
  text-align: end;
}

@media(max-width: 1024px){
.blog03 .buscar input{
  width: 160px;
  }
}

@media(max-width: 768px){
.blog03 .buscar input{
  width: 150px;
  }
}

@media(max-width: 425px){
.blog03 .buscar input{
  width: 340px;
  }
}

@media(max-width: 375px){
.blog03 .buscar input{
  width: 280px;
  }
}
/*FINAL FOOTER BLOG*/



/* PÁGINA OBRIGADO */

.fx1_obrigado .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx1_obrigado .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fx1_obrigado .content>*{
  font-family: var(--fontbold);
  font-size: 2rem;
  color: #000;
}








/* /PÁGINA OBRIGADO */






