@charset "UTF-8";

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/*BODY - MOZ - LAYOUT - CONTAINERS - ROOT*/
body{
  font-family: var(--regular);
  color: var(--kry-preto);
  background-color: var(--kry-color-1);
  margin: 0px!important;
  padding: 0px!important;
}

header, section, footer{
  display: flex;
  align-items: center;
  justify-content: center;
}

a{
  text-decoration: none;
}

.website {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 100%!important;
  max-width: 1170px!important;
  padding: 0 !important;
}

::selection {
  background: var(--kry-color-2);
  color: var(--kry-branco);
}

::-moz-selection {
  background: var(--kry-color-2);
  color: var(--kry-branco);
}

:root {
  --extralight: 'Montserrat-ExtraLight';
  --light: 'Montserrat-Light';
  --regular: 'Montserrat-Regular';
  --medium: 'Montserrat-Medium';
  --semibold: 'Montserrat-SemiBold';
  --bold: 'Montserrat-Bold';
  --extrabold: 'Montserrat-Black';

  --kry-color-1: #08377E;
  --kry-color-2: #F3B200;
  --kry-color-3: #04CDAA;
  --kry-color-4: #0498D4;
  --kry-color-5: #F8F8F8;
  --kry-color-6: #09868E;
  --kry-preto: #000000;
  --kry-branco: #FFFFFF;
}

/*BOTÃO WHATSAPP FLUTUANTE*/
.btnwhats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  img {
    transition: all .2s linear;
  }

  &:hover {
    img {
      filter: brightness(1.2);
    }
  }
}

.g-recaptcha {
  display: block;
}

/*ITENS PADRÃO*/
.btn-padrao{
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background: var(--kry-color-1);
  font-family: var(--extrabold);
  font-size: 25px;
  color: var(--kry-branco);
  transition: 0.2s ease-in-out;
}

.btn-padrao:hover{
  background-color: var(--kry-color-3);
}

/*LANDING PAGE*/
.banner-lp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 670px;
}

.banner-lp .conteudo {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.banner-lp .logo {
  width: 170px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-lp .logo img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.banner-lp h1 {
  font-family: var(--extralight);
  font-weight: 100;
  font-size: 45px;
  margin: 0px;
  color: var(--kry-color-1);
}

.banner-lp h1 strong {
  font-family: var(--extrabold);
  color: var(--kry-color-6);
}

.banner-lp .area-btn {
  width: 100%;
  max-width: 370px;
}

.fx1-lp {
  background: var(--kry-branco);
  padding: 50px 0;
}

.fx1-lp .txt {
  width: 100%;
  max-width: 1165px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fx1-lp p {
  font-size: 22px;
  margin: 0;
}

.fx1-lp .beneficios {
  padding: 40px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.fx1-lp .beneficios .card {
  width: 350px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 60px 10px;
  background-color: var(--kry-color-5);
  text-align: center;
  border-radius: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.fx1-lp .beneficios .card .icn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-lp .beneficios .card .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.fx1-lp .beneficios span {
  font-family: var(--extrabold);
  font-size: 22px;
  color: var(--kry-color-1);
  transition: color 0.3s ease;
}

.fx1-lp .beneficios .card:hover {
  background-color: var(--kry-color-6);
}

.fx1-lp .beneficios .card:hover span {
  color: var(--kry-branco);
}

.fx1-lp .beneficios .card:hover .icn img {
  filter: brightness(0) invert(1);
}

.fx2-lp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 684px;
}

.fx2-lp .conteudo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.fx2-lp .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  color: var(--kry-branco);
  gap: 35px;
}

.fx2-lp h2 {
  font-family: var(--extrabold);
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}

.fx2-lp p {
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}

.fx2-lp .area-btn {
  display: flex;
  width: 100%;
  max-width: 370px;
}

.fx2-lp .area-btn .btn-padrao {
  background-color: var(--kry-color-2);
}

.fx2-lp .area-btn .btn-padrao:hover {
  background-color: var(--kry-color-4);
}

.fx3-lp {
  background-color: var(--kry-branco);
  padding: 50px 0;
}

.fx3-lp .conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.fx3-lp .img {
  width: 310px;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-lp .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fx3-lp .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 770px;
}

.fx3-lp p {
  font-size: 22px;
  line-height: 40px;
  margin: 0;
}

.fx3-lp p strong {
  font-family: var(--bold);
  color: var(--kry-color-4);
}

.fx4-lp{
  background-color: var(--kry-branco);
  padding: 50px 0;
}

.fx4-lp .conteudo{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.fx4-lp h3{
  font-size: 28px;
  line-height: 35px;
  font-weight: 100;
  text-align: center;
  margin: 0;
}

.fx4-lp h3 strong{
  font-family: var(--extrabold);
}

.fx5-lp {
  background-color: var(--kry-branco);
  padding: 50px 0;
}

.fx5-lp h2 {
  font-size: 28px;
  line-height: 35px;
  margin: 0;
  font-weight: 100;
}

.fx5-lp h2 strong {
  font-family: var(--extrabold);
}

.fx5-lp .faq {
  display: flex;
  flex-direction: column;
  padding: 50px 0 0 0;
  gap: 20px;
}

.fx5-lp .faq .item {
  display: flex;
  flex-direction: column;
}

.fx5-lp .faq .item .pergunta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--kry-color-6);
  border-radius: 5px;
  padding: 18px 28px;
  cursor: pointer;
  border: 0;
  text-align: left;
}

.fx5-lp .faq .item .pergunta span {
  display: flex;
  width: 100%;
  max-width: 1060px;
  font-family: var(--bold);
  font-size: 19px;
  color: var(--kry-branco);
}

.fx5-lp .faq .item .pergunta .icn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fx5-lp .faq .item .pergunta .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fx5-lp .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;
}

.fx5-lp .faq .item .resposta p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.fx5-lp .faq .item.ativo .resposta {
  max-height: 300px;
  padding: 18px 28px;
  border-color: var(--kry-preto);
}

.fx5-lp .faq .item.ativo .pergunta .icn img {
  transform: rotate(90deg);
}

.footer-lp {
  padding: 70px 0 50px 0;
}

.footer-lp h2 {
  font-family: var(--regular);
  font-size: 22px;
  line-height: 35px;
  color: var(--kry-branco);
  font-weight: 100;
  margin: 0;
}

.footer-lp h2 strong {
  font-family: var(--bold);
  font-size: 28px;
}

.footer-lp span {
  font-size: 24px;
  color: var(--kry-branco);
}

.footer-lp p {
  font-size: 14px;
  margin: 0;
  color: var(--kry-branco);
}

.footer-lp .dados-formulario {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0;
}

.footer-lp .dados-formulario .dados {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 460px;
}

.footer-lp .dados-formulario .dados .itens {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.footer-lp .dados-formulario .dados .icn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-lp .dados-formulario .dados .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.footer-lp .dados-formulario .formulario {
  width: 100%;
  max-width: 470px;
}

.footer-lp .dados-formulario .formulario .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-lp .dados-formulario .formulario .wpcf7-form > p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .hidden-fields-container {
  display: none;
}

.footer-lp .dados-formulario .formulario .wpcf7-form input[type="text"],
.footer-lp .dados-formulario .formulario .wpcf7-form input[type="email"],
.footer-lp .dados-formulario .formulario .wpcf7-form input[type="tel"],
.footer-lp .dados-formulario .formulario .wpcf7-form textarea {
  width: 100%;
  max-width: 470px;
  border-radius: 3px;
  border: none;
  padding: 10px 15px;
  font-family: var(--regular);
  font-size: 15px;
  box-sizing: border-box;
}

.footer-lp .dados-formulario .formulario .wpcf7-form textarea {
  height: 160px;
  resize: none;
}

.footer-lp .dados-formulario .formulario .wpcf7-form input::placeholder,
.footer-lp .dados-formulario .formulario .wpcf7-form textarea::placeholder {
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-preto);
}

.footer-lp .dados-formulario .formulario .wpcf7-form .btn-padrao {
  max-width: 116px;
  width: 100%;
  height: 34px;
  min-height: 34px;
  background-color: var(--kry-color-2) !important;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .btn-padrao:hover {
  background-color: var(--kry-color-4) !important;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .area-btn span {
  font-size: 13px;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .area-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .area-btn p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.footer-lp .dados-formulario .formulario .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
  display: block;
  max-width: 440px;
}

.footer-lp .dados-formulario .formulario .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 15px !important;
  max-width: 440px;
  font-size: 14px;
}

.footer-lp .creditos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-lp .creditos a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-lp .creditos a .icn {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-lp .creditos a .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin-top: -13px;
}

/*HEADER PADRAO DO SITE*/
.header-padrao {
  background-color: var(--kry-color-5);
  padding: 40px 0;
}

.header-padrao .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-padrao .logo {
  width: 100%;
  max-width: 270px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-padrao .logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.header-padrao h1 {
  font-family: var(--bold);
  font-size: 40px;
  margin: 0;
}

/*FOOTER PADRAO DO SITE*/
.footer-padrao {
  padding: 50px 0;
}

.footer-padrao span {
  font-size: 24px;
  color: var(--kry-branco);
}

.footer-padrao p {
  font-size: 14px;
  margin: 0;
  color: var(--kry-branco);
}

.footer-padrao .conteudo {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-padrao .contatos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 150px;
}

.footer-padrao .contatos .dados {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-padrao .contatos .itens {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.footer-padrao .contatos .itens .icn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-padrao .contatos .itens .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.footer-padrao .separador {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0 0 0;
}

.footer-padrao .separador .bolinha {
  width: 6px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--kry-color-3);
}

.footer-padrao .separador .linha {
  width: 100%;
  height: 2px;
  background-color: var(--kry-color-3);
}

.footer-padrao .creditos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-padrao .creditos a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-padrao .creditos a .icn {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-padrao .creditos a .icn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin-top: -13px;
}

/*PAGINA 404*/
.pg-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--kry-color-1) 0%, var(--kry-color-3) 100%);
  color: var(--kry-branco);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.pg-404::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../imagens/banner-1.jpg') center/cover no-repeat;
  opacity: 0.05;
}

.pg-404 .container {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.pg-404 h1 {
  font-family: var(--bold);
  font-size: 150px;
  line-height: 1;
  margin: 0;
  color: var(--kry-color-2);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.pg-404 h2 {
  font-family: var(--semibold);
  font-size: 26px;
  margin: 20px 0px;
  color: var(--kry-branco);
  letter-spacing: 0.5px;
}

.pg-404 .editor {
  font-family: var(--regular);
  font-size: 18px;
  color: #d8e0f0;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--kry-color-2)!important;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.pg-404 .editor a:hover::after {
  transform: scaleX(1);
}

.pg-404 .editor a:hover {
  color: var(--kry-branco)!important;
}

/*PAGINA PADRÃO WORDPRESS*/
.page-padrao {
  background-color: var(--kry-branco);
  padding: 50px 10px;
  color: var(--kry-color-1);
  overflow: hidden;
}

.page-padrao .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.page-padrao h1,
.page-padrao h2,
.page-padrao h3 {
  font-family: var(--semibold);
  color: var(--kry-color-1);
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-padrao h1 { 
  font-size: 42px; 
}

.page-padrao h2 { 
  font-size: 30px; 
}

.page-padrao h3 { 
  font-size: 22px; 
}

.page-padrao p {
  font-family: var(--regular);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.page-padrao a {
  color: var(--kry-color-1);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.page-padrao a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--kry-color-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-padrao a:hover {
  color: var(--kry-color-1);
}

.page-padrao a:hover::after {
  transform: scaleX(1);
}

.page-padrao img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.page-padrao ul, 
.page-padrao ol {
  margin-left: 25px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-padrao .wp-block-button__link,
.page-padrao a.button {
  background-color: var(--kry-color-1);
  color: var(--kry-branco);
  padding: 12px 28px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.page-padrao .wp-block-button__link:hover,
.page-padrao a.button:hover {
  background-color: var(--kry-color-1);
  transform: translateY(-2px);
}

/*BLOG*/
.blog03 {
  background: var(--kry-branco);
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog03 .container {
  width: 100%;
  max-width: 1170px;
}

.blog03 .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.blog03 .blogsubtit {
  font-size: 26px;
  font-weight: var(--bold);
  margin-bottom: 30px;
  color: var(--kry-color-1);
}

.blog03 .lista-posts {
  border-radius: 8px;
  width: 100%;
  max-width: 870px;
}

.blog03 .informacao-post {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.blog03 .post {
  display: flex;
  flex-direction: column;
  padding: 0 50px 30px 0;
}

.blog03 .post h2 {
  font-family: var(--extrabold);
  font-size: 24px;
  color: var(--kry-preto);
  margin: 10px 0;
}

.blog03 .post .post-cat {
  display: inline-block;
  background-color: var(--kry-color-3);
  color: #fff;
  font-family: var(--bold);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.blog03 .post .postautor {
  font-family: var(--regular);
  font-size: 13px;
  line-height: 20px;
  color: var(--kry-preto);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--kry-preto);
}

.blog03 .post .img {
  width: 370px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
}

.blog03 .post .postthumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog03 .post .post-resumo {
  font-family: var(--regular);
  font-size: 16px;
  color: var(--kry-preto);
  line-height: 25px;
}

.blog03 .post .post-resumo .lermais {
  display: inline-block;
  margin-top: 8px;
  font-weight: var(--bold);
  color: var(--kry-color-1);
}

.blog03 .post a {
  color: inherit;
  text-decoration: none;
}

.blog03 .post .clearfix {
  clear: both;
  border: 1px solid var(--kry-cinza);
  margin-top: 20px;
}

.blog03 .sidebar {
  width: 100%;
  max-width: 270px;
}

.blog03 .sidebar form.buscar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.blog03 .sidebar form.buscar input[type='text'] {
  flex: 1;
  padding: 8px 15px;
  border: 1px solid var(--kry-preto);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 195px;
}

.blog03 .sidebar form.buscar input[type='text']:focus {
  border-color: var(--kry-color-1);
}

.blog03 .sidebar form.buscar button#buscar {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 3px;
  background: none;
  padding: 6px;
  cursor: pointer;
  background-color: var(--kry-color-3);
}

.blog03 .sidebar form.buscar button#buscar img {
  width: 18px;
  height: auto;
}

.blog03 .sidebar .cor {
  width: 15px;
  min-height: 69px;
  background-color: var(--kry-color-3);
  margin: 0 15px 0 0;
  border-radius: 3px 0 0 3px;
}

.blog03 .sidebar .sidebarcategoria {
  display: flex;
  align-items: center;
  background-color: var(--kry-color-1);
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  color: var(--kry-branco);
  text-decoration: none;
  min-height: 69px;
  border-radius: 3px;
}

.blog03 .sidebar .sidebarcategoria .sctxt {
  font-size: 14px;
  font-family: var(--bold);
  color: #FFF;
  line-height: 1.2;
  flex: 1;
  text-transform: uppercase;
}

.blog03 .sidebar .sobre-autor {
  background: var(--kry-color-1);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.blog03 .sidebar .sobre-autor .sobre-frase {
  font-size: 14px;
  font-family: var(--bold);
  color: var(--kry-branco);
  margin-bottom: 15px;
}

.blog03 .sidebar .sobre-autor img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 10px;
}

.blog03 .sidebar .sobre-autor .nome-autor {
  font-size: 16px;
  font-family: var(--bold);
  color: var(--kry-branco);
  margin-bottom: 8px;
  border-bottom: 1px solid var(--kry-branco);
  padding-bottom: 5px;
}

.blog03 .sidebar .sobre-autor p {
  font-size: 13px;
  color: var(--kry-branco);
  line-height: 1.4;
}

.blog03 .wp-pagenavi {
  display: flex;
  justify-content: flex-start;
}

.blog03 .wp-pagenavi a,
.blog03 .wp-pagenavi span {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--kry-cinza);
  color: #8D8D8D;
  font-size: 13px;
  font-family: var(--regular);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blog03 .wp-pagenavi a:hover {
  background: #fff;
  color: var(--kry-color-1);
}

.blog03 .wp-pagenavi .current {
  background: var(--kry-color-1);
  color: #fff;
}

.blog03 .opost .post-categorias {
  margin-bottom: 15px;
}

.blog03 .opost .post-title {
  font-family: var(--bold);
  font-size: 28px;
  color: var(--kry-preto);
  margin-bottom: 15px;
}

.blog03 .opost .editor {
  font-size: 16px;
  color: var(--kry-preto);
  line-height: 1.8;
  font-family: var(--regular);
}

.blog03 .opost .editor h2,
.blog03 .opost .editor h3,
.blog03 .opost .editor h4 {
  margin: 30px 0 15px;
  font-family: var(--regular);
  color: var(--kry-color-1);
}

.blog03 .opost .editor p,
.blog03 .opost .editor ul,
.blog03 .opost .editor ol {
  margin-bottom: 15px;
}

.blog03 .opost .editor blockquote {
  font-style: italic;
  color: var(--kry-color-1);
  border-left: 4px solid var(--kry-color-1);
  padding-left: 15px;
  margin: 20px 0;
}

.blog03 .opost .editor img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

.blog03 .opost .editor a {
  color: var(--kry-color-1);
  text-decoration: underline;
}

.blog03 .opost .editor a:hover {
  color: var(--kry-color-1);
}

.blog03 .sugestao-titulo {
  font-size: 20px;
  font-family: var(--bold);
  margin: 20px 0;
  color: var(--kry-preto);
}

.blog03 .artigos-relacionados {
  justify-content: flex-start!important;
  gap: 20px;
}

.blog03 .artigos-relacionados .linkartigo {
  display: block;
  font-family: var(--bold);
  font-size: 15px;
  color: var(--kry-preto);
  text-decoration: none;
  margin-bottom: 30px;
  width: 100%;
  max-width: 270px;
}

.blog03 .artigos-relacionados .linkartigo img {
  border-radius: 6px;
  margin-bottom: 10px;
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 270px;
}

.blog03 .comentarios-titulo {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--kry-preto);
  margin: 40px 0 10px;
}

.blog03 .fundo-form {
  background-color: var(--kry-cinza);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.blog03 .fundo-form h3{
  font-family: var(--bold);
  color: var(--kry-preto);
}

.blog03 .fundo-form input,
.blog03 .fundo-form textarea {
  width: 100%;
  max-width: 800px;
  margin: 15px 0 0 0;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  resize: none;
}

.blog03 .fundo-form input:focus,
.blog03 .fundo-form textarea:focus {
  border-color: var(--kry-color-1);
  outline: none;
}

.blog03 .fundo-form input[type="submit"] {
  background: var(--kry-color-2);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-family: var(--bold);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog03 .fundo-form input[type="submit"]:hover {
  background: var(--kry-color-3);
}

.blog03 .nautor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  width: 100%;
  max-width: 815px;
}

.blog03 .nautor .nletra {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--kry-color-1);
  color: #fff;
  font-size: 24px;
  font-weight: var(--bold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--regular);
  flex-shrink: 0;
}

.blog03 .nautor .nanome {
  font-size: 15px;
  font-family: var(--bold);
  color: var(--kry-color-3);
}

.blog03 .nautor .natxt {
  font-size: 14px;
  font-family: var(--regular);
  color: var(--kry-color-1);
  line-height: 1.6;
}

.blog03 .spacer {
  height: 20px;
}

.blog03 .clearfix {
  clear: both;
}

.blog03 .comment-form-cookies-consent {
  display: none;
  align-items: center;
  justify-content: flex-start;
}

.blog03 .comment-form-cookies-consent input {
  width: 100%;
  max-width: 30px;
  margin: 0 0 2px 0;
}

.blog03 .comment-form-cookies-consent label {
  margin: 0;
}

.wp-pagenavi{
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--kry-color-1);
  background: var(--kry-branco);
  color: var(--kry-color-1);
  font-family: var(--semibold);
  font-size: 16px;
}

.wp-pagenavi .current{
  background: var(--kry-color-1);
  color: var(--kry-branco);
}

.wp-pagenavi a:hover{
  background: var(--kry-color-1);
  color: var(--kry-branco);
}

/*RESPONSIVO*/
@media (max-width: 1200px) {
  .blog03 {
    padding: 30px 10px 10px;
  }

  .blog03 .post {
    padding: 10px;
  }

  .blog03 .sidebar {
    padding: 30px 0 !important;
  }

  .blog03 .opost {
    margin: 0;
  }
}

@media (max-width: 1025px) {
  h1{
    font-size: 28px!important;
  }

  h2{
    font-size: 18px!important;
  }

  h3{
    font-size: 17px!important;
  }

  h4{
    font-size: 16px!important;
  }

  p{
    font-size: 14px!important;
    line-height: normal!important;
  }

  br{
    display: none!important;
  }

  .blog03 .row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }  

  .banner-lp{
    min-height: auto;
    padding: 20px 10px;
  }

  .banner-lp .conteudo{
    max-width: 670px !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }

  .fx1-lp{
    padding: 30px 10px;
  }

  .fx1-lp .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx1-lp .txt{
    max-width: 670px;
  }

  .fx1-lp .beneficios .card {
    width: 100%;
    max-width: 350px;
    min-height: 220px;
    gap: 20px;
    padding: 30px 10px;
  }

  .fx2-lp{
    background-image: none!important;
    min-height: auto;
    padding: 30px 10px;
  }

  .fx2-lp .conteudo{
    align-items: center;
  }

  .fx2-lp .txt {
    text-align: center;
    gap: 20px;
  }

  .fx3-lp{
    padding: 30px 10px;
  }

  .fx3-lp .conteudo{
    flex-direction: column;
    gap: 20px;
  }

  .fx3-lp .img{
    width: 100%;
    max-width: 310px;
    height: auto;
  }

  .fx3-lp .txt{
    text-align: center;
    max-width: 670px;
  }

  .fx4-lp{
    padding: 30px 10px;
  }
  
  .fx4-lp .conteudo {
    gap: 10px;
  }

  .fx5-lp{
    padding: 30px 10px;
  }

  .fx5-lp .faq .item .pergunta span {
    font-size: 16px;
  }

  .fx5-lp .faq .item .resposta p {
    font-size: 14px;
  }

  .fx5-lp .faq {
    padding: 15px 0 0 0;
    gap: 10px;
  }

  .fx5-lp h2{
    text-align: center;
  }

  .footer-lp{
    padding: 30px 10px 150px 10px;
  }

  .footer-lp .dados-formulario{
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .footer-lp .titulo{
    text-align: center;
    width: 100%;
    max-width: 670px;
  }

  .footer-lp .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-lp .dados-formulario .dados {
    gap: 20px;
    max-width: 670px;
  }

  .footer-lp span {
    font-size: 16px;
  }

  .footer-lp .creditos{
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }

  .footer-lp .dados-formulario .dados .itens{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .header-padrao{
    padding: 20px 10px;
  }

  .header-padrao .conteudo{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
  }

  .footer-padrao{
    padding: 30px 10px 150px 10px;
  }

  .footer-padrao .conteudo{
    align-items: center;
    justify-content: center;
  }

  .footer-padrao .contatos{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 670px;
  }

  .footer-padrao span {
    font-size: 16px;
  }

  .footer-padrao .contatos .itens{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-padrao .creditos{
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }

}

@media (max-width: 991px) {
  .btnwhats {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 769px){
  .fx5-lp .faq .item .pergunta{
    padding: 15px;
  }

  .blog03 p {
    margin: 0;
  }

  .blog03 .wp-pagenavi {
    justify-content: center;
  }

  .blog03 .post {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog03 .post .img {
    width: 100%;
    max-width: 370px;
    height: auto;
    min-width: auto;
  }

  .blog03 .post .postautor {
    border: none;
    margin-bottom: 5px;
    font-family: var(--regular);
  }

  .blog03 .post .postthumb {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog03 .post .post-resumo {
    font-size: 14px;
  }

  .blog03 .post .post-cat {
    font-size: 10px;
  }

  .blog03 h2 {
    text-align: center;
    font-size: 20px !important;
  }

  .blog03 .informacao-post {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .blog03 .sidebar {
    margin-top: 30px;
    padding: 20px;
  }

  .blog03 .sidebar .sidebarcategoria .scimg {
    width: 40px;
    height: 40px;
  }

  .blog03 .sidebar .sobre-autor .nome-autor {
    font-size: 15px;
  }
}

@media (max-width: 426px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }

  .footer-lp .dados-formulario .formulario form {
    overflow: hidden;
  }
}