@charset "UTF-8";

@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;
}

@font-face {
  font-family: 'MrDafoe';
  src: url('../fonts/MrDafoe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

:root {
  --regular: 'Montserrat-Regular';
  --medium: 'Montserrat-Medium';
  --semibold: 'Montserrat-SemiBold'; 
  --bold: 'Montserrat-Bold';
  --extrabold: 'Montserrat-ExtraBold';
  --black: 'Montserrat-Black'; 
  --dafoe-regular: 'MrDafoe';
  
  --kry-color-1: #272532;
  --kry-color-2: #322F3F;
  --kry-color-3: #ADADB5;
  --kry-color-4: #F9D58B;
  --kry-color-5: #95702C;
  --kry-color-6: #201E2A;
  --kry-color-7: #C2943C;
  --kry-preto: #000000;
  --kry-branco: #FFFFFF;
  --kry-cinza-escuro: #52575F;
}

body{
  font-family: var(--regular);
  background-color: var(--kry-color-2);
  margin: 0px!important;
  padding: 0px!important;
}

::selection {
  background: var(--kry-color-5);
  color: var(--kry-branco);
}

::-moz-selection {
  background: var(--kry-color-5);
  color: var(--kry-branco);
}

/*LAYOUT & CONTAINERS*/
.website {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 100%!important;
  max-width: 1170px!important;
  padding: 0 !important;
}

/*COOKIES*/
.aceitar_termos {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(33, 33, 33, 0.9);
  z-index: 999999;

  a {
    color: #FFFC9E !important;

    &:hover {
      color: #38A7EB !important;
    }
  }
}

a.ctacookies {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 15px;
  border-radius: 50px;
  background-color: var(--kry-color-1);;
  color: #FFF;
  transition: all .2s linear;
  cursor: pointer;

  &:hover {
    filter: brightness(1.2);
  }
}

/*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);
    }
  }
}

/*FORMULÁRIOS (Contact Form)*/
.wpcf7 {
  &-not-valid {
    background-color: #FFD2D2 !important;
  }

  &-form-control-wrap {
    display: block;
  }

  &-response-output {
    color: #FFF !important;
    border: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
  }

  form {
    &.sent .wpcf7-response-output {
      background-color: #46b450;
    }

    &.failed .wpcf7-response-output,
    &.aborted .wpcf7-response-output {
      background-color: #dc3232;
    }

    &.spam .wpcf7-response-output {
      background-color: #f56e28;
    }

    &.invalid .wpcf7-response-output,
    &.unaccepted .wpcf7-response-output {
      background-color: #ffb900;
    }
  }
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 3px;
  top: 1px;
  font-size: 9px;
  z-index: 1;
}

.g-recaptcha {
  display: block;
}

/*PAGINAÇÃO*/
.pagination {
  .active {
    a,
    a:hover {
      background-color: var(--kry-color-1);
      border-color: var(--kry-color-1);
    }
  }
}

.wp-pagenavi {
  span,
  a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    background-color: #DDDDDD;
  }

  span.current {
    background-color: var(--kry-color-1);
    color: #FFFFFF;
  }
}

/*POSTS*/
.postagemcompleta {
  a {
    display: inline-block;
    max-width: 200px;
    position: relative;
    top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*ANIMAÇÕES - LOADERS*/
.lds-ellipsis {
  div {
    background-color: var(--kry-color-1);
  }
}

/*MODAL FIX*/
.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

/*SECTION / CONTAINER TAMANHO*/
section{
  display: flex;
  align-items: center;
  justify-content: center;
}

.container{
  width: 100%;
  max-width: 1170px!important;
}

section[id] {
  scroll-margin-top: 120px;
}

/*ITENS PADRÃO DO SITE*/
.linha-dourada{
  width: 100%;
  min-width: 40px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #C8A23A 0%, #B68623 25%, #EAD578 50%, #B68623 75%, #C8A23A 100%);
}

.linha-divisoria{
  width: 1px;
  height: 20px;
  background-color: var(--kry-color-5);
}

.btn-dourado{
  width: 100%;
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to right, #C8A23A 0%, #B68623 25%, #EAD578 50%, #B68623 75%, #C8A23A 100%);
  min-height: 50px;
  font-family: var(--bold);
  font-size: 16px;
  color: var(--kry-branco)!important;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.btn-dourado:hover{
  color: var(--kry-color-1)!important;
  background: linear-gradient(90deg, #F2F2F2 0%, #C9C9C9 17%, #8F8F8F 35%, #E5E5E5 51%, #C9C9C9 68%, #8F8F8F 84%, #F2F2F2 100%)!important;
}

.linha-divisoria-dourada{
  width: 70px;
  min-height: 359px;
  background: linear-gradient(to bottom, #C2943C 0%, #FAD68A 100%);
}

/*TOPO DAS PÁGINAS*/
.topo-pages {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 390px;
  overflow: hidden;
  padding: 10px;
}

.topo-pages::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--kry-color-1);
  opacity: 80%;
  z-index: 1;
}

.topo-pages .conteudo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: var(--kry-branco);
  padding: 50px 0px 0px 0px !important;
}

.topo-pages h2 {
  font-family: var(--bold);
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

.topo-pages .linha-dourada{
  width: 45px;
}

/*MENU*/
.menu{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--kry-color-1);
  height: auto;
  z-index: 99999;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  opacity: 0.95;
}

.menu .conteudo{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.menu .logo{
  width: 100%;
  max-width: 270px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px 0;
}

.menu .logo img{
  width: 100%;
  height: 100%;
  display: block;
}

.menu .itens-menu{
  display: flex;
  gap: 11px;
  min-height: 79px;
}

.menu .itens-menu a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-width: 140px;
  padding: 0 0 10px 0;
  font-family: var(--bold);
  font-size: 16px;
  color: var(--kry-branco);
  transition: .2s ease-in-out;
  position: relative;
  text-decoration: none;
}

.menu .itens-menu a span{
  position: relative;
  z-index: 2;
}

.menu .itens-menu a .linha-dourada{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transition: height .25s ease;
  z-index: 1;
}

.menu .itens-menu a:hover .linha-dourada{
  height: 100%;
}

.menu-item{
  position: relative;
  display: flex;
}

.submenu{
  position: absolute;
  top: 100%;
  left: -1103px;
  width: 1920px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s;
  background-color: var(--kry-color-6);
}

.submenu .itens-submenu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
  max-width: 1170px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.menu-item .contato{
  left: -1405px;
  align-items: center;
  justify-content: center;
}

.menu-item .submenu a{
  width: auto;
  padding: 0px;
}

.menu-item:hover .submenu{
  opacity: 0.95;
  visibility: visible;
  transform: translateY(0);
  z-index: 3;
}

.menu-item:hover .sobre{
  min-width: 2210px;
}

.menu-mobile{
  display: none;

  .conteudo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo{
    width: 100%;
    max-width: 270px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .logo img{
    width: 100%;
    height: 100%;
    display: block;
  }

  a{
    color: var(--kry-color-7);
    text-decoration: none;
    font-size: 12px;
  }

  .main > .inp {
    display: none;
  }
  .main {
    font-weight: 800;
    color: white;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    height: 2.5rem;
    width: 12rem;
    position: relative;
    cursor: pointer;
    justify-content: flex-end;
    top: 0;
    z-index: 99999;
    right: 0;
  }

  .arrow {
    height: 34%;
    aspect-ratio: 1;
    margin-block: auto;
    position: relative;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
  }

  .arrow::after,
  .arrow::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 100%;
    width: 2.5px;
    border-radius: 500px;
    transform-origin: bottom;
  }

  .arrow::after {
    transform: rotate(35deg) translateX(-0.5px);
  }
  .arrow::before {
    transform: rotate(-35deg) translateX(0.5px);
  }

  .main > .inp:checked + .arrow {
    transform: rotateX(180deg);
  }

  .menu-container {
    background-color: var(--kry-color-2);
    color: var(--kry-color-7);
    border-radius: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 130%;
    overflow: hidden;
    clip-path: inset(0% 0% 0% 0% round 10px);
    transition: all 0.4s;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  .menu-list {
    --delay: 0.4s;
    --trdelay: 0.15s;
    padding: 8px 10px;
    border-radius: inherit;
    transition: background-color 0.2s 0s;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    width: 100%;
  }

  .menu-list::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: var(--kry-branco);
    width: 100%;
  }

  .menu-list:hover {
    background-color: rgb(223, 223, 223);
  }

  .inp:checked ~ .menu-container {
    clip-path: inset(10% 50% 90% 50% round 10px);
  }

  .inp:not(:checked) ~ .menu-container .menu-list {
    transform: translateY(0);
    opacity: 1;
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(1) {
    transition:
    transform 0.4s var(--delay),
    opacity 0.4s var(--delay);
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(2) {
    transition:
    transform 0.4s calc(var(--delay) + (var(--trdelay) * 1)),
    opacity 0.4s calc(var(--delay) + (var(--trdelay) * 1));
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(3) {
    transition:
    transform 0.4s calc(var(--delay) + (var(--trdelay) * 2)),
    opacity 0.4s calc(var(--delay) + (var(--trdelay) * 2));
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(4) {
    transition:
    transform 0.4s calc(var(--delay) + (var(--trdelay) * 3)),
    opacity 0.4s calc(var(--delay) + (var(--trdelay) * 3));
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(5) {
    transition:
    transform 0.4s calc(var(--delay) + (var(--trdelay) * 4)),
    opacity 0.4s calc(var(--delay) + (var(--trdelay) * 4));
  }

  .inp:not(:checked) ~ .menu-container .menu-list:nth-child(6) {
    transition:
    transform 0.4s calc(var(--delay) + (var(--trdelay) * 5)),
    opacity 0.4s calc(var(--delay) + (var(--trdelay) * 5));
  }

  .bar-inp {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
  }

  .bar {
    display: flex;
    height: 50%;
    width: 20px;
    flex-direction: column;
    gap: 3px;
  }

  .bar-list {
    --transform: -25%;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background-color: white;
    transition: all 0.4s;
    position: relative;
  }

  .inp:not(:checked) ~ .bar > .top {
    transform-origin: top right;
    transform: translateY(var(--transform)) rotate(-45deg);
  }

  .inp:not(:checked) ~ .bar > .middle {
    transform: translateX(-50%);
    opacity: 0;
  }

  .inp:not(:checked) ~ .bar > .bottom {
    transform-origin: bottom right;
    transform: translateY(calc(var(--transform) * -1)) rotate(45deg);
  }
}

.video{
  min-height:760px;
  position:relative;
  overflow:hidden;
  margin-top:-79px;
}

.video .video-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.video .conteudo{
  position:relative;
  z-index:2;
}

.video h1{
  font-family:var(--semibold);
  font-size:33px;
  color:var(--kry-branco);
  margin:0;
}

.video p{
  font-family:var(--regular);
  font-size:15px;
  color:var(--kry-branco);
  margin:0;
}

.video .txt{
  display:flex;
  flex-direction:column;
  gap:30px;
  padding: 110px 0px 0px 0px;
}

.video::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:1;
}

/*FOOTER - RODAPÉ*/
.footer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  background-color: var(--kry-color-1);
}

.footer .txt-formulario{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer h2{
  font-family: var(--semibold);
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  color: var(--kry-color-7);
}

.footer p{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  line-height: 25px;
  color: var(--kry-branco);
  text-align: justify;
}

.footer .txt{
  width: 100%;
  max-width: 470px;
}

.footer .redes-contato{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 30px 0px;
}

.footer .redes-contato .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.footer .redes-contato .item .icn{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .redes-contato .item .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .redes-contato .item span{
  font-family: var(--regular);
  font-size: 19px;
  color: var(--kry-branco);
  line-height: 25px;
  word-break: break-all;
}

.footer .formulario{
  width: 100%;
  max-width: 570px;
  padding: 50px 0px 0px 0px;
}

.footer input,
.footer textarea{
  width: 550px;
  padding: 5px 0px 5px 20px;
  resize: none;
  margin-bottom: 15px;
  min-height: 40px;
  border: 1px solid var(--kry-color-5);
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}
.footer input[type=submit]{
  padding-left: 0;
}

.footer textarea{
  height: 107px;
  margin: 0px 0px 10px 0px;
}

.footer input::placeholder,
.footer textarea::placeholder{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}

.footer button{
  border: none;
  cursor: pointer;
  width: 170px;
}

.footer .botao-form{
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer .faixa-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  padding: 20px 10px 10px 10px;
}

.footer .faixa-logo .img{
  width: 100%;
  max-width: 227px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .faixa-logo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .creditos{
  padding: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .creditos p{
  font-family: var(--regular);
  font-size: 14px;
  color: var(--kry-branco);
  margin: 0px;
}

.footer .creditos a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  text-decoration: none;
}

.footer .creditos a .icn-kry{
  width: 100%;
  max-width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .creditos a .icn-kry img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  margin-top: -15px;
}

.div-recaptcha > span{
  margin-bottom: 15px;
}

/*HOME - PÁGINA INICIAL*/
.fx1-home{
  padding:50px 0 40px 0;
}

.fx1-home h2{
  font-family:var(--semibold);
  font-size:30px;
  margin:0;
  color:var(--kry-color-7);
}

.fx1-home p{
  font-family:var(--regular);
  font-size:15px;
  margin:0;
  color:var(--kry-branco);
}

.fx1-home .titulo{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:25px;
  text-align:center;
}

.fx1-home .itens-solucao{
  display:flex;
  align-items:flex-start;
  gap:30px;
  justify-content:center;
  flex-wrap:wrap;
  padding:40px 0 10px 0;
}

.fx1-home .card{
  width:100%;
  max-width:370px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:15px;
  transition:transform .25s ease;
  margin: 0px 0px -50px 0px;
}

.fx1-home .card:hover{
  transform:translateY(-10px);
}

.fx1-home .card span{
  font-family:var(--semibold);
  font-size:20px;
  color:var(--kry-branco);
  position:relative;
  transition:all .35s ease;
  padding: 0px 5px;
  top:0;
}

.fx1-home .btn-dourado{
  max-width:170px;
  min-height:50px;
  background:var(--kry-color-7);
  position:relative;
  top:-200px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:all .35s ease;
}

.fx1-home .img{
  width:370px;
  height:195px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

.fx1-home .img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}

.fx1-home .img::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0);
  transition:background .35s ease;
  z-index:1;
}

.fx1-home .card:hover .btn-dourado{
  top:-60px;
  opacity:1;
  visibility:visible;
}

.fx1-home .card:hover span{
  top:-140px;
  z-index: 1;
}

.fx1-home .card:hover .img::before{
  background:rgba(0,0,0,0.5);
}

.fx1-home .card:hover .img img{
  transform:scale(1.05);
}

.fx2-home{
  padding: 60px 0px 120px 0px;
  background-color: #F1F1F1;
}

.fx2-home .conteudo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fx2-home .video-linha{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  gap: 10px;
}

.fx2-home video{
  width: 100%;
  max-width: 470px;
  height: 359px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2-home h2{
  font-family: var(--semibold);
  font-size: 27px;
  color: var(--kry-color-7);
  margin: 0px;
}

.fx2-home h3{
  font-family: var(--semibold);
  font-size: 20px;
  color: var(--kry-color-1);
  margin: 0px;
}

.fx2-home p{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
  line-height: 25px;
  margin: 0px;
}

.fx2-home .titulo-img{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.fx2-home .txt{
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fx2-home .txt .img{
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2-home .txt .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2-home .btn-dourado{
  background: var(--kry-color-1);
}

.fx3-home{
  padding: 60px 0px;
  background-color: var(--kry-color-3);
}

.fx3-home h2{
  font-family: var(--semibold);
  font-size: 30px;
  color: var(--kry-color-1);
  margin: 0px;
}

.fx3-home .itens-blog{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.fx3-home .card-blog{
  width: 100%;
  max-width: 370px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 35px;
}

.fx3-home .card-blog .img{
  width: 270px;
  height: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-home .card-blog .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx3-home .card-blog span{
  font-family: var(--semibold);
  font-size: 20px;
  color: var(--kry-color-1);
}

.fx3-home .botao-blog{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-home a{
  text-decoration: none;
}

.fx4-home{
  padding: 50px 0px;
}

.fx4-home .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--kry-branco);
}

.fx4-home .owl-carousel .parceiro-logo {
  max-width: 170px;
  height: 160px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.fx4-home .owl-carousel .owl-stage{
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;
}

.fx4-home h2{
  font-family: var(--semibold);
  font-size: 27px;
  color: var(--kry-color-7);
  margin: 0px 0px 30px 0px;
}

/*PÁGINA SOBRE - QUEM SOMOS*/
.fx1-sobre{
  padding: 50px 0px;
  background-color: var(--kry-color-1);
}

.fx1-sobre h2{
  font-family: var(--semibold);
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  color: var(--kry-color-5);
  text-align: center;
}

.fx1-sobre p{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  line-height: 25px;
  color: var(--kry-branco);
  text-align: justify;
}

.fx1-sobre .txt-img{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}

.fx1-sobre .txt-img .txt{
  width: 100%;
  max-width: 570px;
}

.fx1-sobre .txt-img .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-sobre .txt-img .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2-sobre{
  padding: 50px 0px;
  background-color: var(--kry-color-3);
  display: flex;
  flex-direction: column;
}

.fx2-sobre .conteudo{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fx2-sobre .img-linha{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 570px;
}

.fx2-sobre .img-linha .linha-divisoria-dourada{
  min-height: 406px;
}

.fx2-sobre .img-linha .img{
  width: 471px;
  height: 406px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2-sobre .img-linha .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2-sobre h2{
  font-family: var(--semibold);
  font-size: 27px;
  margin: 0px 0px 10px 0px;
  color: var(--kry-color-1);
}

.fx2-sobre p{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  color: var(--kry-color-1);
  line-height: 25px;
  text-align: justify;
}

.fx2-sobre p strong{
  font-family: var(--bold);
}

.fx2-sobre .titulo-txt{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
}

.fx2-sobre .frase-impacto p{
  font-family: var(--dafoe-regular);
  font-size: 22px;
  color: var(--kry-color-1);
}

.fx2-sobre .frase-impacto strong{
  color: var(--kry-color-5);
  font-weight: normal !important;
  font-family: var(--dafoe-regular) !important;
}

.fx2-sobre .conteudo-txt{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0px 0px 0px !important;
}

.fx2-sobre .conteudo-txt span{
  font-family: var(--bold);
  font-size: 15px;
  color: var(--kry-color-5);
}

.fx2-sobre .conteudo-txt .txt{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
}

.fx2-sobre .conteudo-txt .segundo{
  padding: 40px 0px 0px 0px;
}

.fx3-sobre{
  padding: 50px 0px 80px 0px;
  background-color: var(--kry-color-2);
}

.fx3-sobre p{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-branco);
  margin: 0px;
  line-height: 25px;
  text-align: justify;
}

.fx3-sobre p strong{
  font-family: var(--bold);
}

.fx3-sobre .img-txt{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}

.fx3-sobre .img-txt .img{
  width: 471px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-sobre .img-txt .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx3-sobre .img-txt .txt{
  width: 100%;
  max-width: 670px;
}

.fx3-sobre ul{
  font-size: 15px;
  color: var(--kry-branco);
  padding: 0px 0px 0px 30px!important;
  list-style-type: disc;
}

.fx3-sobre li{
  color: var(--kry-color-7);
  font-family: var(--bold);
  margin: 30px 0px -10px -20px;
  font-size: 15px;
}

.fx4-sobre {
  padding: 50px 0px;
  background-color: #F1F1F1;
}

.fx4-sobre h2 {
  font-family: var(--bold);
  font-size: 27px;
  margin: 0px 0px 15px 0px;
  color: var(--kry-color-1);
  text-align: center;
}

.fx4-sobre p {
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  color: var(--kry-color-1);
  line-height: 25px;
  text-align: center;
}

.fx4-sobre p strong {
  font-family: var(--bold);
}

.fx4-sobre .itens-diferenciais {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0px 0px 0px;
}

.fx4-sobre .itens-diferenciais .card {
  width: 370px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.fx4-sobre .itens-diferenciais .icn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4-sobre .itens-diferenciais .icn img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*PÁGINA CONTATO*/
.fx1-contato{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  background-color: var(--kry-color-1);
}

.fx1-contato .txt-formulario{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fx1-contato h2{
  font-family: var(--semibold);
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  color: var(--kry-color-7);
}

.fx1-contato p{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  line-height: 25px;
  color: var(--kry-branco);
  text-align: justify;
}

.fx1-contato .txt{
  width: 100%;
  max-width: 470px;
}

.fx1-contato .redes-contato{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 30px 0px;
}

.fx1-contato .redes-contato .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.fx1-contato .redes-contato .item .icn{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-contato .redes-contato .item .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx1-contato .redes-contato .item span{
  font-family: var(--regular);
  font-size: 19px;
  color: var(--kry-branco);
  line-height: 25px;
  word-break: break-all;
}

.fx1-contato .formulario{
  width: 100%;
  max-width: 570px;
  padding: 50px 0px 0px 0px;
}

.fx1-contato input,
.fx1-contato textarea{
  width: 550px;
  padding: 5px 0px 5px 20px;
  resize: none;
  margin-bottom: 15px;
  min-height: 40px;
  border: 1px solid var(--kry-color-5);
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}

.fx1-contato textarea{
  height: 107px;
}

.fx1-contato input::placeholder,
.fx1-contato textarea::placeholder{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}

.fx1-contato button{
  border: none;
  cursor: pointer;
  width: 170px;
}

.fx1-contato .botao-form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fx2-contato{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2-contato  iframe{
  width: 100%;
  min-height: 484px;
}

.fx3-contato{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  background-color: var(--kry-color-1);
}

.fx3-contato .botao-form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fx3-contato .faixa-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  padding: 10px 10px 40px 10px;
}

.fx3-contato .faixa-logo .img{
  width: 100%;
  max-width: 362px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-contato .faixa-logo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx3-contato .creditos{
  padding: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fx3-contato .creditos p{
  font-family: var(--regular);
  font-size: 14px;
  color: var(--kry-branco);
  margin: 0px;
}

.fx3-contato .creditos a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  text-decoration: none;
}

.fx3-contato .creditos a .icn-kry{
  width: 100%;
  max-width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3-contato .creditos a .icn-kry img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  margin-top: -15px;
}

/*PÁGINA DÚVIDAS FREQUENTES - FAQ*/
.fx1-duvidas{
  padding: 50px 0px;
  background-color: var(--kry-color-1);
}

.fx1-duvidas h2{
  font-family: var(--semibold);
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  color: var(--kry-color-5);
  text-align: center;
}

.fx1-duvidas p{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  color: var(--kry-branco);
  line-height: 25px;
  text-align: center;
}

.fx1-duvidas h3{
  font-family: var(--bold);
  font-size: 17px;
  margin: 0px;
  color: var(--kry-branco);
  text-align: center;
}

.fx1-duvidas h4{
  font-family: var(--semibold);
  font-size: 27px;
  margin: 0px 0px 20px 0px;
  color: var(--kry-branco);
}

.fx1-duvidas .img-txt{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}

.fx1-duvidas .img-txt .img-linha{
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fx1-duvidas .img-txt .img-linha .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-duvidas .img-txt .img-linha .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx1-duvidas .img-txt .linha-divisoria-dourada{
  width: 100%;
  max-width: 570px;
  min-height: 70px;
}

.fx1-duvidas .img-txt .txt{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
}

.fx1-duvidas .img-txt .txt p{
  text-align: justify;
}

.fx2-duvidas{
  padding: 50px 0px;
  background-color: var(--kry-color-2);
}

.fx2-duvidas .faq{
  display: flex;
  flex-direction: column;
}

.fx2-duvidas .faq .item{
  padding: 20px 0;
}

.fx2-duvidas .pergunta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.fx2-duvidas .pergunta .texto{
  font-family: var(--bold);
  font-size: 19px;
  color: var(--kry-branco);
}

.fx2-duvidas .item.ativo .pergunta{
  border-bottom: 1px solid var(--kry-branco);
  border-radius: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fx2-duvidas .icn-seta{
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease;
}

.fx2-duvidas .icn-seta img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx2-duvidas .resposta{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-branco);
  text-align: justify;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.fx2-duvidas .item.ativo .icn-seta{
  transform: rotate(90deg);
}

/*SINGLE-SOLUCOES*/
.video-single{
  min-height: 695px;
  position:relative;
  overflow:hidden;
  margin-top:-79px;
}

.video-single .video-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.video-single .conteudo{
  position:relative;
  z-index:2;
}

.video-single h1{
  font-family:var(--semibold);
  font-size:33px;
  color:var(--kry-branco);
  margin:0;
  text-align: center;
}

.video-single .txt{
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:10px;
  padding: 130px 0px 0px 0px;
}

.video-single::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:1;
}

.video-single .linha-dourada{
  width: 45px;
}

.fx-single-solucoes{
  padding:60px 0px;
}

.fx-single-solucoes .conteudo{
  display:flex;
  flex-direction:column;
}

.fx-single-solucoes h2{
  font-family:var(--semibold);
  font-size:30px;
  color:var(--kry-color-5);
  margin:-10px 0px 20px 0px;
}

.fx-single-solucoes p{
  font-family:var(--regular);
  font-size:15px;
  color:var(--kry-branco);
  margin:0px;
  line-height:30px;
  text-align:justify;
}

.fx-single-solucoes p strong{
  font-family:var(--bold);
  font-size:20px;
}

.fx-single-solucoes span{
  font-family:var(--bold);
  font-size:15px;
  color:var(--kry-branco);
}

.fx-single-solucoes li{
  color: var(--kry-branco);
}

.fx-single-solucoes .img-txt{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}

.fx-single-solucoes .img-txt .img{
  width:100%;
  max-width:370px;
  height: 218px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx-single-solucoes .img-txt .img img{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  object-fit:cover;
}

.fx-single-solucoes .img-txt .txt{
  width:100%;
  max-width:770px;
  display:flex;
  flex-direction:column;
}

.fx-single-solucoes .itens-diferenciais{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:30px;
  padding:45px 0px;
}

.fx-single-solucoes .itens-diferenciais .card{
  width:270px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:20px;
  text-align:center;
}

.fx-single-solucoes .itens-diferenciais .card .icn{
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx-single-solucoes .itens-diferenciais .card .icn img{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  object-fit:cover;
}

.modelo-2{
  background-color: var(--kry-color-1);
}

/*PAGINA 404*/
.pg-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--kry-color-1) 0%, var(--kry-color-2) 100%);
  color: var(--kry-branco);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  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-4);
  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-4)!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 {
  padding: 70px 0px;
  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: 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(--bold);
  font-size: 24px;
  color: var(--kry-branco);
  margin: 10px 0;
  text-align: justify;
}

.blog03 .post .post-cat {
  display: inline-block;
  background-color: var(--kry-color-5);
  color: #fff;
  font-family: var(--bold);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  text-align: center;
}

.blog03 .post .postautor {
  font-family: var(--bold);
  font-size: 13px;
  line-height: 20px;
  color: var(--kry-branco);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--kry-branco);
}

.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-branco);
  line-height: 25px;
  text-align: justify;
}

.blog03 .post .post-resumo .lermais {
  display: inline-block;
  margin-top: 8px;
  font-weight: 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-escuro);
  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-color-5);
  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-5);
}

.blog03 .sidebar form.buscar button#buscar img {
  width: 18px;
  height: auto;
}

.blog03 .sidebar .cor {
  width: 15px;
  min-height: 69px;
  background-color: var(--kry-color-5);
  margin: 0 15px 0 0;
}

.blog03 .sidebar .sidebarcategoria {
  display: flex;
  align-items: center;
  background-color: var(--kry-branco);
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  color: var(--kry-branco);
  text-decoration: none;
  min-height: 69px;
}

.blog03 .sidebar .sidebarcategoria .sctxt {
  font-size: 14px;
  font-family: var(--bold);
  color: var(--kry-color-1);
  line-height: 1.2;
  flex: 1;
  text-transform: uppercase;
}

.blog03 .sidebar .sobre-autor {
  background: var(--kry-color-6);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.blog03 .sidebar .sobre-autor .sobre-frase {
  font-size: 14px;
  font-weight: 600;
  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-weight: bold;
  color: var(--kry-branco);
  margin-bottom: 8px;
  border-bottom: 1px solid var(--kry-cinza-escuro);
  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-escuro);
  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-5);
  color: #fff;
}

.blog03 .opost .post-categorias {
  margin-bottom: 15px;
}

.blog03 .opost .post-title {
  font-family: var(--bold);
  font-size: 28px;
  color: var(--kry-branco);
  margin-bottom: 15px;
  text-align: justify;
}

.blog03 .opost .editor {
  font-size: 16px;
  color: var(--kry-branco);
  line-height: 1.8;
  font-family: var(--regular);
  text-align: justify;
}

.blog03 .opost .editor h2,
.blog03 .opost .editor h3,
.blog03 .opost .editor h4 {
  margin: 30px 0 15px;
  font-family: var(--bold);
  color: var(--kry-branco);
}

.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-branco);
}

.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-branco);
  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;
  height: 150px;
  object-fit: cover;
}

.blog03 .comentarios-titulo {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--kry-branco);
  margin: 20px 0px;
}

.blog03 .fundo-form {
  background-color: var(--kry-color-6);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.blog03 .fundo-form h3{
  color: var(--kry-branco);
}

.blog03 .fundo-form input,
.blog03 .fundo-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid var(--kry-cinza-escuro);
  resize: none;
  width: 100%;
  max-width: 800px;
}

.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-5);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog03 .fundo-form input[type="submit"]:hover {
  background: var(--kry-color-1);
}

.blog03 .nautor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--kry-color-6);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  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: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bold);
  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-branco);
  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;
}

.blog03 .logged-in-as{
  color: var(--kry-branco);
}

.blog03 .comment-form-comment{
  color: var(--kry-branco);
}

.blog03 .nenhum-post p{
  color: var(--kry-branco);
}

.blog03 .text-center{
  color: var(--kry-branco);
}

/*LANDING PAGE*/
.banner-lp{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:760px;
  position: relative;
  overflow: hidden;
}

.banner-lp .conteudo{
  display:flex;
  flex-direction:column;
  gap:50px;
  align-items:center;
  justify-content:center;
  position: relative;
  z-index: 2;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.banner-lp .logo{
  width:100%;
  max-width:214px;
  height:auto;
  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 .txt{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:30px;
  width:100%;
  max-width:670px;
}

.banner-lp h1{
  font-family:var(--semibold);
  font-size:33px;
  margin:0px 0px -10px 0px;
  color:var(--kry-branco);
}

.banner-lp p{
  font-family:var(--regular);
  font-size:20px;
  line-height:30px;
  margin:0px;
  color:var(--kry-branco);
}

.fx1-lp{
  padding:20px 0px 50px 0px;
  background-color:var(--kry-color-1);
}

.fx1-lp .conteudo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx1-lp .txt{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:25px;
  width:100%;
  max-width:970px;
  text-align:center;
}

.fx1-lp h2{
  font-family:var(--semibold);
  font-size:30px;
  color:var(--kry-color-7);
  margin:0px;
}

.fx1-lp p{
  font-family:var(--regular);
  font-size:20px;
  line-height:30px;
  margin:0px;
  color:var(--kry-branco);
}

.fx2-lp{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:600px;
}

.fx2-lp .conteudo{
  display:flex;
  align-items:stretch;
  justify-content:center;
  flex-wrap:wrap;
}

.fx2-lp .card-lp{
  width:234px;
  min-height:600px;
  display:flex;
  position:relative;
  overflow:hidden;
}

.fx2-lp .card-lp .img{
  width:234px;
  height:600px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx2-lp .card-lp .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.fx2-lp .card-lp::after{
  content:"";
  position:absolute;
  inset:0;
  background: var(--kry-color-1);
  opacity:0;
  transition:0.35s ease;
}

.fx2-lp .card-lp span{
  position:absolute;
  bottom:15px;
  left:20px;
  max-width:150px;
  font-family:var(--semibold);
  font-size:20px;
  color:var(--kry-branco);
  text-shadow:0 0 0px var(--kry-branco),0 0 3px var(--kry-branco),0 0 3px var(--kry-preto);
  transition:0.35s ease;
  z-index:2;
}

.fx2-lp .card-lp:hover::after{
  opacity:0.75;
}

.fx2-lp .card-lp:hover span{
  top:50%;
  transform:translate(0%,-50%);
  bottom:auto;
}

.fx3-lp{
  padding: 70px 10px;
}

.fx3-lp .conteudo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4-lp{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:475px;
}

.fx4-lp h2{
  font-family:var(--semibold);
  font-size:30px;
  color:var(--kry-color-7);
  margin:0px;
}

.fx4-lp p{
  font-family:var(--regular);
  font-size:20px;
  line-height:30px;
  margin:0px;
  color:var(--kry-branco);
  text-align:justify;
}

.fx4-lp .txt{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:570px;
  gap:30px;
}

.fx5-lp{
  padding:80px 0px 90px 0px;
}

.fx5-lp .conteudo{
  display:flex;
  flex-direction:column;
  gap:70px;
}

.fx5-lp .itens{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}

.fx5-lp span{
  font-family:var(--bold);
  font-size:25px;
  color:var(--kry-color-7);
}

.fx5-lp p{
  font-family:var(--regular);
  font-size:20px;
  line-height:25px;
  margin:0px;
  color:var(--kry-branco);
  text-align:justify;
}

.fx5-lp .card{
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
  max-width:370px;
}

.fx5-lp .card .icn-txt{
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  gap:10px;
}

.fx5-lp .card .icn{
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx5-lp .card .icn img{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  object-fit:cover;
}

.fx5-lp .botao-lp{
  display:flex;
  align-items:center;
  justify-content:center;
}

.fx5-lp .btn-dourado{
  width:100%;
  max-width:370px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background:linear-gradient(90deg,#F2F2F2 0%,#C9C9C9 17%,#8F8F8F 35%,#E5E5E5 51%,#C9C9C9 68%,#8F8F8F 84%,#F2F2F2 100%)!important;
  min-height:50px;
  font-family:var(--bold);
  font-size:16px;
  color:var(--kry-color-1)!important;
  transition:0.2s ease-in-out;
  text-decoration:none;
}

.fx5-lp .btn-dourado:hover{
  background:linear-gradient(to right,#C8A23A 0%,#B68623 25%,#EAD578 50%,#B68623 75%,#C8A23A 100%)!important;
  color:var(--kry-branco)!important;
}

.fx6-lp{
  padding: 70px 0px;
  background-color: #F1F1F1;
}

.fx6-lp .conteudo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fx6-lp p{
  font-family: var(--regular);
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
  color: var(--kry-color-1);
}

.fx6-lp h2{
  font-family: var(--semibold);
  font-size: 27px;
  color: var(--kry-color-7);
  margin: 0px;
}

.fx6-lp h3{
  font-family: var(--semibold);
  font-size: 20px;
  color: var(--kry-color-1);
  margin: 0px;
}

.fx6-lp .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx6-lp .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx6-lp .txt{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 570px;
}

.fx6-lp .txt .icn-titulo{
  display: flex;
  align-items: center;
  gap: 30px;
}

.fx6-lp .txt .icn{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx6-lp .txt .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx6-lp .btn-dourado{
  width: 100%;
  max-width: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--kry-color-1);
  min-height: 50px;
  font-family: var(--bold);
  font-size: 16px;
  color: var(--kry-branco) !important;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.fx6-lp .btn-dourado:hover{
  color: var(--kry-color-1) !important;
}

.footer-lp{
  padding: 40px 0px;
  background-color: var(--kry-color-3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-lp h2{
  font-family: var(--semibold);
  font-size: 30px;
  color: var(--kry-color-1);
  margin: 0px 0px 20px 0px;
}

.footer-lp p{
  font-family: var(--regular);
  font-size: 15px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
  color: var(--kry-color-1);
}

.footer-lp form{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-lp input,
.footer-lp textarea{
  width: 550px;
  padding: 5px 0px 5px 20px;
  resize: none;
  margin-bottom: 15px;
  min-height: 40px;
  border: 1px solid var(--kry-color-5);
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}

.footer-lp textarea{
  height: 162px;
  margin: 0px;
}

.footer-lp input::placeholder,
.footer-lp textarea::placeholder{
  font-family: var(--regular);
  font-size: 15px;
  color: var(--kry-color-1);
}

.footer-lp button{
  border: none;
  cursor: pointer;
  width: 165px;
}

.footer-lp .botao-form{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
}

.footer-lp .botao-form p{
  margin: 0px!important;
}

.form-coluna-2 p{
  margin: 0px;
}

.footer-lp .creditos{
  padding: 35px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-lp .creditos p{
  font-family: var(--regular);
  font-size: 14px;
  color: var(--kry-preto);
  margin: 0px;
}

.footer-lp .creditos a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  text-decoration: none;
}

.footer-lp .creditos a .icn-kry{
  width: 100%;
  max-width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-lp .creditos a .icn-kry img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  margin-top: -15px;
}



/*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;
  }

  .div-recaptcha{
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .blog03 .row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  } 

  .menu{
    display: none;
  }

  .menu-mobile{
    display: unset;
    position: fixed;
    z-index: 999999;
    background-color: var(--kry-color-2);
    width: 100%;
  }

  .footer{
    padding: 20px 10px 100px 10px;
  }

  .footer .txt-formulario{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .footer .creditos{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .footer .creditos p{
    text-align: center;
  }

  .footer .formulario{
    padding: 0px;
  }

  .footer .faixa-logo{
    padding: 30px 0px;
  }

  .footer .redes-contato .item span{
    font-size: 14px;
  }

  .footer .redes-contato{
    gap: 15px;
    padding: 20px 0px;
  }

  .topo-pages{
    min-height: 240px;
  }

  .topo-pages .conteudo{
    padding: 5px!important;
  }

  .video{
    margin: 0px;
    min-height: 400px;
    padding: 10px;
  }

  .video .txt{
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 0px;
  }

  .fx1-home{
    padding: 20px 10px;
  }

  .fx2-home{
    padding: 20px 10px;
  }

  .fx2-home .video-linha{
    flex-direction: column;
  }

  .fx2-home .linha-divisoria-dourada{
    width: 100%;
    min-height: 50px;
  }

  .fx2-home .titulo-img{
    flex-direction: column;
    gap: 5px;
  }

  .fx2-home .conteudo{
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .fx2-home .txt{
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx2-home video{
    height: auto;
  }

  .fx3-home{
    padding: 20px 10px;
  }

  .fx3-home h2{
    text-align: center;
  }

  .fx3-home .card-blog{
    gap: 10px;
  }

  .fx3-home .card-blog span{
    font-size: 14px;
  }

  .fx3-home .itens-blog{
    padding: 20px 0px;
    gap: 15px;
  }

  .fx4-home{
    padding: 20px 10px;
  }

  .fx4-home h2{
    text-align: center;
    margin: 0px 0px 20px 0px;
  }

  .fx1-sobre{
    padding: 20px 10px;
  }

  .fx1-sobre .txt-img{
    flex-direction:column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
  }

  .fx1-sobre .txt-img .txt{
    max-width: 100%;
  }

  .fx2-sobre{
    padding: 20px 10px;
  }

  .fx2-sobre .conteudo{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx2-sobre .titulo-txt{
    max-width: 100%;
  }

  .fx2-sobre .conteudo-txt{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 0px 0px !important;
  }

  .fx2-sobre .conteudo-txt .txt{
    max-width: 100%;
  }

  .fx2-sobre .conteudo-txt .segundo{
    padding: 20px 0px 0px 0px;
  }

  .fx2-sobre .img-linha{
    gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fx2-sobre .img-linha .linha-divisoria-dourada {
    min-height: 50px;
    width: 100%;
    max-width: 471px;
  }

  .fx2-sobre .img-linha .img{
    width: 100%;
    max-width: 471px;
    height: auto;
  }

  .fx2-sobre .frase-impacto{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0px 0px 0px;
  }

  .fx3-sobre{
    padding: 20px 10px;
  }

  .fx3-sobre .img-txt{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px 0px 0px;
  }

  .fx3-sobre .img-txt .txt{
    max-width: 100%;
  }

  .fx3-sobre .img-txt .img{
    width: 100%;
    max-width: 470px;
  }

  .fx4-sobre{
    padding: 20px 10px;
  }

  .fx4-sobre .itens-diferenciais{
    padding: 20px 0px 0px 0px;
  }

  .fx1-contato, .fx3-contato{
    padding: 20px 10px;
  }

  .fx1-contato .txt-formulario{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .fx1-contato .formulario{
    padding: 0px;
  }

  .fx1-contato .redes-contato .item span{
    font-size: 14px;
  }

  .fx1-contato .redes-contato{
    gap: 15px;
    padding: 20px 0px;
  }  

  .fx2-contato .faixa-logo{
    padding: 30px 0px;
  }

  .fx3-contato .creditos{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .fx3-contato .creditos p{
    text-align: center;
  }

  .fx1-duvidas{
    padding: 20px 10px;
  }

  .fx1-duvidas .img-txt{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx1-duvidas .img-txt .img-linha{
    gap: 10px;
  }

  .fx1-duvidas .img-txt .linha-divisoria-dourada{
    min-height: 40px;
  }

  .fx1-duvidas .img-txt .txt{
    max-width: 100%;
  }

  .fx2-duvidas{
    padding: 20px 10px;
  }

  .fx2-duvidas .pergunta .texto {
    font-size: 16px;
  }
  
  .fx2-duvidas .resposta{
    font-size: 14px;
  }

  .video-single{
    margin: 0px;
    min-height: 400px;
    padding: 10px;
  }

  .video-single .txt{
    padding: 0px;
  }

  .fx-single-solucoes{
    padding: 20px 10px;
  }

  .fx-single-solucoes .img-txt{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx-single-solucoes h2{
    margin: 0px 0px 10px 0px;
  }

  .fx-single-solucoes .img-txt .txt{
    max-width: 100%;
  }

  .fx-single-solucoes br{
    display: block!important;
  }

  .fx-single-solucoes .itens-diferenciais{
    padding: 20px 0px;
    justify-content: center;
  }

  .fx-single-solucoes p strong{
    font-size:16px;
  }

  .banner-lp{
    min-height: 400px;
    padding: 20px 10px;
  }

  .banner-lp .conteudo{
    gap: 15px;
  }

  .banner-lp h1{
    margin: 0px;
  }

  .fx1-lp {
    padding: 20px 10px;
  }

  .fx1-lp .txt{
    gap: 15px;
  }

  .fx2-lp{
    background-image: none!important;
    background: var(--kry-color-1);
    min-height: auto;
  }

  .fx2-lp .card-lp{
    min-height: 400px;
  }

  .fx2-lp .card-lp .img{
    width: 100%;
    height: 400px;
  }

  .fx2-lp .card-lp span{
    font-size: 16px;
  }

  .fx3-lp{
    padding: 50px 10px 30px 10px;
  }

  .fx4-lp{
    background-image: none!important;
    padding: 20px 10px;
    min-height: auto;
  }

  .fx4-lp .txt{
    max-width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .fx4-lp p{
    text-align: center;
  }

  .fx5-lp{
    padding: 20px 10px;
  }

  .fx5-lp .card .icn-txt{
    flex-direction: column;
    align-items: center;
  }

  .fx5-lp p{
    text-align: center;
  }

  .fx5-lp .conteudo {
    gap: 30px;
  }

  .fx6-lp{
    padding: 20px 10px;
  }

  .fx6-lp .conteudo{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx6-lp .txt{
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }

  .fx6-lp .txt .icn-titulo{
    flex-direction: column;
    gap: 10px;
  }

  .footer-lp{
    padding: 20px 10px 100px 10px;
  }

  .footer-lp form{
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-lp .creditos{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .footer-lp .creditos p{
    text-align: center;
  }

  .footer-lp .form-coluna-1,
  .footer-lp .form-coluna-2{
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .btnwhats {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 769px) {
  .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(--bold);
  }

  .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) {
  .footer input, .footer textarea{
    width: 100%;
    padding: 0px;
  }

  .footer .redes-contato .item,
  .fx1-contato .redes-contato .item{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 5px;
    text-align: center;    
  }

  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

.btn-dourado,
.banner-lp,
.fx2-lp .card-lp span{
  text-shadow: 1px 1px 2px rgba(30,30,30,0.9)!important;
}


.footer-lp .txt-formulario a{
  color: #7C5E27;
}

.footer-lp .txt-formulario a.btn-dourado{
  color: #FFF!important;
  max-width: 400px;
}

/* CSS DO MODAL CONVERSAO  */
  .conversion-modal{
    position:fixed;inset:0;z-index:99999;
    display:flex;align-items:center;justify-content:center;padding:20px;
    pointer-events:none;visibility:hidden;opacity:0;
    transition:opacity .28s ease,visibility .28s ease;
  }
  .conversion-modal.is-open{
    pointer-events:auto;visibility:visible;opacity:1;
  }
  .conversion-modal__backdrop{
    position:absolute;inset:0;
    background:rgba(12,10,8,.72);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
  }
  .conversion-modal__panel{
    position:relative;z-index:2;
    width:100%;max-width:440px;max-height:calc(100vh - 40px);overflow-y:auto;
    background:linear-gradient(165deg,#1a1814 0%,#252018 45%,#1c1915 100%);
    border:1px solid rgba(200,162,58,.35);
    box-shadow:
      0 24px 48px rgba(0,0,0,.45),
      0 0 0 1px rgba(255,255,255,.04) inset,
      0 1px 0 rgba(234,213,120,.12) inset;
    border-radius:14px;padding:28px 26px 26px;
    transform:translateY(12px) scale(.98);
    transition:transform .28s cubic-bezier(.22,1,.36,1);
  }
  .conversion-modal.is-open .conversion-modal__panel{
    transform:translateY(0) scale(1);
  }
  .conversion-modal__close{
    position:absolute;top:.65rem;right:.75rem;
    width:40px;height:40px;border:none;border-radius:10px;
    background:rgba(255,255,255,.06);color:#f5f0e6;
    font-size:1.65rem;line-height:1;cursor:pointer;
    display:flex;align-items:center;justify-content:center;
    transition:background .2s,color .2s;
  }
  .conversion-modal__close:hover{background:rgba(200,162,58,.25);color:#fff;}
  .conversion-modal__head{margin-bottom:1.25rem;padding-right:2rem;}
  .conversion-modal__title{
    font-family:var(--semibold,system-ui,sans-serif);
    font-size:1.35rem;margin:0 0 .45rem;
    background:linear-gradient(90deg,#EAD578,#C8A23A,#F5E6A8,#B68623);
    -webkit-background-clip:text;background-clip:text;
    -webkit-text-fill-color:transparent;color:#EAD578;
  }
  .conversion-modal__subtitle{
    margin:0;font-size:.9rem;line-height:1.45;
    color:rgba(245,240,230,.75);font-family:var(--regular,system-ui,sans-serif);
  }
  .conversion-modal__fields{
    display:grid;grid-template-columns:1fr;gap:14px;
  }
  .conversion-modal__label{display:flex;flex-direction:column;gap:6px;}
  .conversion-modal__label span{
    font-size:.78rem;letter-spacing:.02em;text-transform:uppercase;
    color:rgba(234,213,120,.88);font-family:var(--semibold,system-ui,sans-serif);
  }
  .conversion-modal__hint{
    text-transform:none;letter-spacing:0;font-size:.72rem;
    opacity:.75;font-weight:400;
  }
  .conversion-modal__input,.conversion-modal__textarea{
    width:100%;box-sizing:border-box;
    padding:11px 13px;border-radius:9px;
    border:1px solid rgba(200,162,58,.28);
    background:rgba(0,0,0,.35);color:#faf8f4;
    font-size:.95rem;font-family:var(--regular,system-ui,sans-serif);
    transition:border-color .2s,box-shadow .2s;
  }
  .conversion-modal__input::placeholder,.conversion-modal__textarea::placeholder{color:rgba(250,248,244,.35);}
  .conversion-modal__input:focus,.conversion-modal__textarea:focus{
    outline:none;border-color:rgba(234,213,120,.55);
    box-shadow:0 0 0 2px rgba(200,162,58,.15);
  }
  .conversion-modal__textarea{resize:vertical;min-height:80px;}
  .conversion-modal__feedback{margin:.75rem 0 0;font-size:.875rem;line-height:1.4;}
  .conversion-modal__feedback.is-ok{color:#9ed9a8;}
  .conversion-modal__feedback.is-err{color:#f0a8a8;}
  .conversion-modal__submit{
    width:100%;max-width:none;margin-top:1.1rem;cursor:pointer;border:0;
    font-family:var(--bold,system-ui,sans-serif);
  }
  .conversion-modal__submit:disabled{opacity:.55;cursor:not-allowed;}
  abbr[title]{text-decoration:none;border-bottom:0;}
/* CSS DO MODAL CONVERSAO  */