@charset "UTF-8";
/* Tema do cliente */

/**  cor: #F07005;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



strong, b{
  font-weight: lighter;
  font-family: '';
}
body{
  font-family: '';
}

.d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}

.gap-30{
  row-gap: 30px;
}



.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: #F07005;
    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: #F07005!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #F07005;
}
::-moz-selection{
  background: #F07005;
}
::selection{
  background: #F07005;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #F07005;
  border-color: #F07005;
}
.lds-ellipsis div{  
  background-color: #F07005;
}

.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: #F07005;
  color: #FFF;
}


/* start */
.pt-10{
  padding-top: 10px;
}


body{
  background-color: #FFFFFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fx-topo{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 58px;
  padding-bottom: 105px;
}

.fx-topo h1{
  font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 38px;
  margin-top: 51px;
  margin-bottom: 21px;
}

.fx-topo p{
  font-family: 'Montserrat',sans-serif;
  font-size: 25px;
  margin-bottom: 48px;
  text-align: justify;
  line-height: 1.1;
}

.fx-topo .btn-laranja{
  background-color: #F07005;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 61px;
  border-radius: 7px;
}

.fx1{
  padding-top: 52px;
  padding-bottom: 67px;
}

.fx1 p{
  text-align: center;
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 38px;
}

.fx1 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.fx1 .card-itens{
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px 8px 43px 8px;
  margin-bottom: 30px;
  transition: 0.4s all linear;
}

.fx1 .card-itens h3{
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #F07005;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
}

.fx1 .card-itens img{
  transition: filter 0.2s ease;
}

.fx1 .card-itens:hover,
.fx1 .card-itens:focus-within{
  background-color: #9A2000;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.fx1 .card-itens:hover h3,
.fx1 .card-itens:focus-within h3{
  color: #ffffff;
}

.fx1 .card-itens:hover img,
.fx1 .card-itens:focus-within img{
  filter: brightness(0) invert(1);
}

.fx1 .segura-botao{
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.fx1 .btn-laranja{
  background-color: #F07005;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 61px;
  border-radius: 7px;
}

.fx2{
  padding: 79px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fx2 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 1.3;
}

.fx2 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.fx2 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.fx2 .btn-laranja{
  background-color: #F07005;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 61px;
  border-radius: 7px;
}

.fx3{
  padding:78px 0;
  background-color: #9A2000;
  color: white;
}

.fx3 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: white;34;
  text-align: center;
  padding: 0 30px 0 30px;
  margin-bottom: 0!important;
}

.fx4{
  padding: 52px 0;
}

.fx4 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 11px;
}

.fx4 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
}

.fx4 .btn-laranja{
  background-color: #F07005;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 61px;
  border-radius: 7px;
}

.fx5{
  padding: 83px 0;
  background-color: #F8F8F8;
}

.fx5 h2{
  font-family: "Montserrat",sans-serif;
  font-weight:  800;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 27px;
  line-height: 1.3;
}

.fx5 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

.fx5 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;

}

.fx5 .media{
  display: flex;
  margin-bottom: 33px;
}

.fx5 .media img{
  width: 30px;
  height: 30px;
  margin-right: 19px;
}

.fx5 .media .media-body h3{
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Montserrat',sans-serif;
  font-size: 21px;
  line-height: 1.6;
}

.fx5 .btn-laranja{
  background-color: #F07005;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 61px;
  border-radius: 7px;
  margin-top: 35px;
}

.fx6{
  padding: 53px 0 36px 0;
}

.fx6 h2{
  margin-top: 0;
  margin-bottom: 53px;
  font-family: 'Montserrat',sans-serif;
  font-size: 28px;
  text-align: center;
}

.fx6 h2 strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.fx7{
  padding: 37px 0 14px 0;
}

.fx7 h2{
  margin-top: 0;
  margin-bottom: 44px;
  font-family: 'Montserrat',sans-serif;
  font-size: 28px;
  text-align: center;
}

.fx7 h2 strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.fx7 .card-servico{
  background-color: #F8F8F8;
  padding: 21ps 12px 33px 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21px 11px 36px 11px;
}

.fx7 .card-servico h3{
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #F07005;

  line-height: 1.4;

  padding: 0 35px;

}

.fx7 li, .fx7 p{
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.fx8{
  padding-top: 34px;
  padding-bottom: 68px;
}

.fx8 h2{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat',sans-serif;
  font-size: 28px;
}

.fx8 h2 strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 900;
}

.fx8 .faq {
  display: flex;
  flex-direction: column;
  padding: 50px 0 0 0;
  gap: 20px;
}

.fx8 .faq .item {
  display: flex;
  flex-direction: column;
}

.fx8 .faq .item .pergunta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F07005;
  border-radius: 5px;
  padding: 18px 28px;
  cursor: pointer;
  border: 0;
  text-align: left;
  transition: 0.3s linear all;
}

.fx8 .faq .item.ativo .pergunta{
  background-color: #9A2000;
}

.fx8 .faq .item .pergunta span {
  display: flex;
  width: 100%;
  max-width: 1060px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: white;
}

.fx8 .faq .item .pergunta .icn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fx8 .faq .item .pergunta .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fx8 .faq .item .resposta {
  border-bottom: 2px solid transparent;
  border-radius: 0 0 5px 5px;
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  text-align: left;
}

.fx8 .faq .item .resposta p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  font-family: 'Open Sans',sans-serif;
}

.fx8 .faq .item.ativo .resposta {
  max-height: 300px;
  padding: 18px 28px;
  border-color: black;
}

.fx8 .faq .item.ativo .pergunta .icn img {
  transform: rotate(90deg);
}

footer{
  padding: 64px 0 36px 0;
  background-color: #F8F8F8;
}

footer h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 21px;
  line-height: 1.3;
}

footer p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.6;
}

footer .media{
  display: flex;
  margin-bottom: 32px;
}

footer .media img{
  width: 29px;
  height: 29px;
  margin-right: 11px;
}

footer .media .media-body h3{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
  color: #9A2000;
}

footer .media .media-body span{
  font-family: 'Open Sans',sans-serif;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 2px;
}

footer form .wpcf7-form-control{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  display: flex;
  width: 470px;
  
  align-content: center;
  border: 1px solid #CCCCCC;
  margin-bottom: 16px;
}

footer form .g-recaptcha{
  border: none;
}

footer form input.wpcf7-form-control{
  height: 34px;
}

footer form .btn-enviar-form{
  display: flex;
  width: 116px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background-color: #F07005;
  border-radius: 7px;
  color: white;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  font-size: 14px;
  border: none;

}

footer form .cf7-rodape-acoes{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 4px;
}

footer form .cf7-rodape-acoes{
  display: flex;
  align-items: flex-start;
}

footer form p{
  margin-bottom: 0;
}

footer form .obg{
  font-family: 'Montserrat',sans-serif;
  font-size: 13px;
  margin: 0;
}

footer .copyright{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 90px!important;

}

footer .copyright .kryzalis{
  display: flex;
  align-items: flex-end;
  gap: 30px;
}






.opost .postautor{
  font-family: 'Open Sans',sans-serif;
}


/* Singles: pill da categoria (largura conforme o texto; cor padrão por CPT abaixo) */
a.post-cat{
  font-family: 'Open Sans',sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  height: auto;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center;
  overflow: visible;
  padding: 8px 16px;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  background-color: #9A2000;
  margin: 0 8px 8px 0;
  transition: filter 0.2s ease, opacity 0.2s ease;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

a.post-cat:hover,
a.post-cat:focus-visible{
  color: #fff;
  background-color: #F07005;
}

.blog03.blog-index > .row{
  padding-top: 72px;
  box-sizing: border-box;
}

body.single .blog03 .container > .row:first-child{
  padding-top: 72px;
  box-sizing: border-box;
}


.blog03.blog-index > .row{
  padding-top: 72px;
  box-sizing: border-box;
}

body.single .blog03 .container > .row:first-child{
  padding-top: 72px;
  box-sizing: border-box;
}

.blog03.blog-index .card-noticia{
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}


.blog03.blog-index .card-noticia .card-noticia-titulo{
  font-family: 'Open Sans',sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 21px;
  line-height: 1.25;
  color: #231F20;
}

.blog03.blog-index .card-noticia .media{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.blog03.blog-index .card-noticia .media > img{
  max-width: 371px;
  max-height: 237px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  flex: 0 1 auto;
  object-fit: cover;
}

.blog03.blog-index .card-noticia .media .media-body{
  flex: 1 1 0;
  min-width: 0;
}

.blog03.blog-index .card-noticia .autor{
  font-family: 'Open Sans',sans-serif;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 2px;
  color: #CBCBCB;
  margin-bottom: 15px;
  font-size: 13px;
}

.blog03.blog-index .card-noticia .media-body > p{
  font-family: 'Open Sans',sans-serif;
  color: #231F20;
  font-size: 16px;
}

.blog03.blog-index .card-noticia .btn-vermelho{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  color: white;
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #9A2000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Open Sans',sans-serif;
}

.blog03.blog-index .card-noticia .categorias{
  display: flex;
  gap: 14px;
}

.blog03.blog-index .card-noticia .categorias span{
  display: inline-flex;
  height: 35px;
  padding: 0 30px;
  border-radius: 5px;
  color: white;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 13px;
  transition: 0.2s linear all;
}

.blog03.blog-index .card-noticia .categorias span:hover{
  background-color: #F07005!important;
}



.blog03.blog-index .card-noticia .btn-vermelho:hover{
  background-color: #F07005;
}

.blog03 .fx2 h3{
  font-weight: 800;
  font-size: 24px;
  color: #555555;
  margin-top: 0;
  margin-bottom: 10px;
}


.wpcf7-response-output{
  font-family: 'Montserrat',sans-serif;
}
img{
  max-width: 100%;
}

@media(max-width: 1200px){

  .d-flex{
    display: block;
  }


  .card-servico{
    margin-bottom: 30px;
  }

  .card-servico li{
    list-style: none;
    text-align: center;
  }

  .card-itens{
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .fx5 .segura-botao{
    display: flex;
    justify-content: center;
  }
  h1{
    font-size: 30px!important;
  }

  p{
    font-size: 20px!important;
  }
  .fx-topo .col-lg-8{
    padding-right: 15px!important;
  }

  h2{
    font-size: 22px!important;
    text-align: center;
  }

  p{
    text-align: center;
    font-size: 18px!important;
  }
  .media{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .segura-botao{
    display: flex;
    justify-content: center!important;
  }
  form{
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}

@media(max-width: 768px){
  p{
    text-align: center!important;
    font-size: 18px!important;
  }

  .btn-laranja{
    max-width: 90%!important;
    font-size: 16px!important;
    margin-right: auto;
    margin-left:  auto;
    height: 44px!important;
  }
  h1{
    font-size: 26px!important;
    text-align: center;
  }
  h2{
    font-size: 22px!important;
    text-align: center!important;
  }
  h3{
    text-align: center;
    font-size: 18px!important;
  }
  .fx8{
    padding-top: 0;
  }

  .fx8 .faq {
    padding-top: 25px;
  }

  .fx8 .faq .item .pergunta span{
    text-align: 16px;
    text-align: center;
  }

  .d-flex{
    display: block!important;
  }
  .card-servico{
    margin-bottom: 30px;
  }

  .fx5{
    padding-top: 45px;
  }

  .fx4 img{
    margin-bottom: 30px;
    max-width: 65%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .fx3{
    padding: 45px 0!important;
  }

  .fx2{
    background-image: none!important;
    background-color: #F8F8F8;
    padding: 42px 0!important;
  }

  .fx1{
    padding: 42px 0!important;
  }

  .fx-topo {
    padding-bottom: 42px!important;
    background-image: none!important;
    background: #F8F8F8;

  }

  .fx-topo .segura-logo{
    text-align: center;
  }

  .fx-topo .segura-logo img{
    max-width: 90%;
  }

  form{
    width: 90%!important;
    margin-right: auto;
    margin-left: auto;
  }

  input,textarea{
    width: 100%!important;
  }

  .media{
    flex-direction: column;
    align-items: center;
  }
  .media .media-body span{
    font-size: 16px!important;
    text-align: center!important;
  }

  footer .media .media-body span{
    text-align: center !important;
    display: block;
  }

  footer .copyright{
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 90px;
  }
}

/* Header branco (404 e obrigado) */
.header-branco-pagina{
  display: block;
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-branco-conteudo{
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-branco-logo img{
  max-height: 60px;
  width: auto;
  display: block;
}

.header-branco-titulo h1{
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #1f1f1f;
}

@media (max-width: 767px){
  .header-branco-conteudo{
    min-height: auto;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
  }
}

/* Página 404 */
.pg-404{
  padding: 80px 0;
}

.pg-404 .container{
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.pg-404-logo{
  margin-bottom: 25px;
}

.pg-404-logo img{
  max-width: 220px;
  width: 100%;
  height: auto;
}

.pg-404 h1,
.pg-404 h2,
.pg-404 .editor{
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

/* Página obrigado */
.pg-obrigado{
  padding: 90px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.pg-obrigado .container{
  max-width: 850px;
}

.pg-obrigado h1{
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #231f20;
}

.pg-obrigado p{
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #3f3f3f;
}

.pg-obrigado-voltar{
  display: inline-block;
  margin-top: 8px;
  padding: 12px 26px;
  border-radius: 4px;
  background-color: #f07005;
  color: #fff!important;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: filter 0.2s linear;
}

.pg-obrigado-voltar:hover{
  filter: brightness(1.1);
  color: #fff!important;
}

@media (max-width: 767px){
  .pg-obrigado{
    padding: 60px 0;
  }

  .pg-obrigado h1{
    font-size: 30px !important;
  }

  .pg-obrigado p{
    font-size: 18px;
  }
}

/* Hover padrão dos botões (vermelho do site) */
a.btn-laranja,
button.btn-laranja,
footer form .btn-enviar-form,
.blog03.blog-index .card-noticia .btn-vermelho,
.pg-obrigado-voltar,
a.newsenviar,
a.ctacookies{
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a.btn-laranja:hover,
a.btn-laranja:focus-visible,
button.btn-laranja:hover,
button.btn-laranja:focus-visible,
footer form .btn-enviar-form:hover,
footer form .btn-enviar-form:focus-visible,
.blog03.blog-index .card-noticia .btn-vermelho:hover,
.blog03.blog-index .card-noticia .btn-vermelho:focus-visible,
.pg-obrigado-voltar:hover,
.pg-obrigado-voltar:focus-visible,
a.newsenviar:hover,
a.newsenviar:focus-visible,
a.ctacookies:hover,
a.ctacookies:focus-visible{
  background-color: #9A2000 !important;
  border-color: #9A2000 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(154, 32, 0, 0.22);
}