@charset "UTF-8";

/*FONTES*/
@font-face {
  font-family: 'SplineSans-Light';
  src: url('../fonts/SplineSans-Light.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'SplineSans-Regular';
  src: url('../fonts/SplineSans-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'SplineSans-Medium';
  src: url('../fonts/SplineSans-Medium.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'SplineSans-SemiBold';
  src: url('../fonts/SplineSans-SemiBold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'SplineSans-Bold';
  src: url('../fonts/SplineSans-Bold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Square-Peg';
  src: url('../fonts/SquarePeg-Regular.ttf') format('truetype');
  font-style: normal;
}

/* VARIÁVEIS GLOBAIS */
:root {
  --spline-sans-light: 'SplineSans-Light';
  --spline-sans-regular: 'SplineSans-Regular';
  --spline-sans-medium: 'SplineSans-Medium';
  --spline-sans-semibold: 'SplineSans-SemiBold';
  --spline-sans-bold: 'SplineSans-Bold';
  --square-peg-regular: 'Square-Peg';

  --kry-cor-1: #00306b;
  --kry-cor-2: #2f70b5;
  --kry-cor-3: #4d84dc;
  --kry-preto: #242424;
  --kry-branco: #FFFFFF;
  --kry-cinza-claro: #D9D9D9;
  --kry-cinza: #8d8e91;
}

body{
  font-family: var(--spline-sans-regular);
  background-color: var(--kry-cor-1);
  margin: 0px!important;
  padding: 0px!important;
}

strong,
b {
  font-weight: lighter;
  font-family: var(--spline-sans-bold);
}

a {
  transition: all .2s linear;
  color: inherit;
  text-decoration: none;

  &:hover,
  &:active {
    color: var(--kry-cor-1);
  }

  &:link,
  &:visited {
    color: inherit;
  }
}

.editor {
  a {
    color: var(--kry-cor-1); !important;

    &:hover {
      text-decoration: underline !important;
    }
  }

  p,
  li {
    font-size: 16px;
    line-height: 1.6;
    color: var(--kry-cor-1);
  }

  p {
    margin-bottom: 20px;
  }
}

::selection {
  background: var(--kry-cor-2);
  color: var(--kry-branco);
}

::-moz-selection {
  background: var(--kry-cor-1);
  color: var(--kry-branco);
}

/*LAYOUT & CONTAINERS*/
.website {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0px;
  width: 100%;
  max-width: 1170px;
}

/*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-cor-1);;
  color: var(--kry-branco);
  transition: all .2s linear;
  cursor: pointer;

  &:hover {
    filter: brightness(1.2);
  }
}

/*FORMULÁRIOS (Contact Form)*/
.wpcf7 {
  &-not-valid {
    background-color: #FFD2D2 !important;
  }

  &-form-control-wrap {
    display: block;
  }

  &-response-output {
    color: #FFFFFF !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;
}

/*PAGINAÇÃO*/
.pagination {
  .active {
    a,
    a:hover {
      background-color: var(--kry-cor-1);
      border-color: var(--kry-cor-1);
    }
  }
}

.wp-pagenavi {
  span,
  a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    background-color: var(--kry-cinza-claro);
  }

  span.current {
    background-color: var(--kry-cor-1);
    color: var(--kry-branco);
  }
}

/*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-cor-1);
  }
}

/*MODAL FIX*/
.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

/*WHATSAPP FLUTUANTE*/
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  a{
    width: 100%;
    max-width: 60px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      transition: transform 0.2s linear;


      &:hover{
        transform: scale(0.97);
        filter: brightness(1.2);
      }
    }
  }
}

/*===================== INICIO SITE =======================*/
/*HEADER - CABEÇALHO*/
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--kry-branco);
  padding: 0px 0px 15px 0px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-width: 1920px ;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 10% 100%);
}

.header .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 10px 100px;
}

.header .logo a {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.header .logo a:hover {
  transform: scale(0.97);
}

.header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.header .menu .itens {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px -25px 0px 0px;
}

.header .menu .itens a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 105px;
  height: 30px;
  color: var(--kry-cor-1);
  font-family: var(--spline-sans-medium);
  font-size: 16px;
  background-color: transparent;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease;

}

.header .menu .itens a:hover,
.header .menu .itens a.active {
  color: var(--kry-branco);
  background-color: var(--kry-cor-1);
}

.header .menu .separador {
  width: 3px;
  height: 100%;
  min-height: 20px;
  background-color: var(--kry-cor-1);
}

.header .menu .telefone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--kry-cor-1);
  font-family: var(--spline-sans-medium);
  font-size: 16px;
  margin-top: 10px;
}

.header .menu .telefone a .icn {
  width: 24px;
  height: 24px;
}

.header .menu .telefone a .icn svg {
  width: 100%;
  height: 100%;
  fill: var(--kry-cor-1);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  margin-right: 25px;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background-color: var(--kry-cor-1);
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  margin: -10px 0px -3px 0px;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/*TITULO DAS PÁGINAS*/
.fx-titulo{
  padding: 135px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-titulo h1{
  font-family: var(--spline-sans-bold);
  font-size: 48px;
  margin: 0px;
  color: var(--kry-branco);
}

/*FOOTER - RODAPÉ*/
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 10px 0;
  background-color: var(--kry-branco);
  border-top: 3px solid var(--kry-cor-1);
}

.footer .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.footer p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0;
  color: var(--kry-cor-1);
  text-align: center;
}

.footer p strong {
  font-size: 18px;
}

.footer .separador {
  width: 2px;
  height: 30px;
  background-color: var(--kry-cor-3);
}

.footer .creditos {
  padding: 50px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer .creditos p {
  font-size: 14px;
}

.footer .creditos a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer .creditos a .icn-kry {
  width: 100%;
  max-width: 42px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
}

.footer .creditos a .icn-kry img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*FRONT PAGE / PÁGINA INICIAL*/
.fx1-banner-home {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1920px;
  min-height: 650px;
  overflow: hidden;
}

.fx1-banner-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

.fx1-banner-home .conteudo {
  position: relative; 
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  margin-bottom: -60px;
}

.fx1-banner-home h1 {
  font-family: var(--spline-sans-bold);
  font-size: 70px;
  margin: 0;
  color: var(--kry-branco);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); 
  text-align: justify;
}

.fx2-home {
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0%, 62% 0, 50% 100%, 0 100%);
  background-color: var(--kry-branco);
  padding: 50px 0;
  margin-top: -70px;
  z-index: 2;
  position: relative;
}

.fx2-home .txt {
  width: 100%;
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: justify;
}

.fx2-home h2 {
  font-family: var(--spline-sans-bold);
  font-size: 48px;
  margin: 0;
  color: var(--kry-cor-1);
}

.fx2-home p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0;
  color: var(--kry-preto);
}

.fx3-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 30px 0;
}

.fx3-home h2 {
  width: 100%;
  font-family: var(--spline-sans-bold);
  font-size: 48px;
  margin: 0 0 15px 0;
  color: var(--kry-branco);
}

.fx3-home .conteudo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.fx3-home .ultimas-blog {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 840px;
}

.fx3-home .ultimas-blog a.card {
  width: 400px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  transition: transform 0.2s ease-in-out;
}

.fx3-home .ultimas-blog a.card:hover {
  transform: scale(0.97);
}

.fx3-home .ultimas-blog a.card .data {
  font-family: var(--spline-sans-bold);
  font-size: 18px;
  color: var(--kry-cor-3);
}

.fx3-home .ultimas-blog a.card .resumo {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  text-align: justify;
  padding: 0 0 0 10px;
  border-left: 2px solid var(--kry-cor-3);
  color: var(--kry-branco);
}

.fx3-home p{
  margin: 0px;
}

.fx3-home .carrossel-vertical-servicos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -255px;
}

.fx3-home .carrossel-vertical-servicos a {
  position: relative;
  width: 250px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--kry-branco);
  overflow: hidden;
  border-radius: 2px;
}

.fx3-home .carrossel-vertical-servicos a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.fx3-home .carrossel-vertical-servicos a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.fx3-home .carrossel-vertical-servicos .nome-servico {
  position: absolute;
  font-family: var(--spline-sans-bold);
  font-size: 18px;
  color: var(--kry-cor-3);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100%;
  max-width: 230px;
  text-align: center;
}

.fx4-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-color: var(--kry-branco);
  overflow: hidden;
}

.fx4-home .conteudo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1920px!important;
  overflow: hidden;
}

.fx4-home h2 {
  font-family: var(--spline-sans-bold);
  font-size: 48px;
  margin: 0 0 30px 0;
  color: var(--kry-cor-1);
  width: 100%;
  max-width: 1170px;
}

.fx4-home h4 {
  font-family: var(--spline-sans-bold);
  font-size: 20px;
  margin: 0;
  color: var(--kry-cor-2);
}

.fx4-home .itens {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fx4-home .slider-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: scrollLoop 40s linear infinite;
}

@keyframes scrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

.fx4-home .card {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.fx4-home .card:hover {
  transform: scale(0.97);
}

.fx4-home .card .icn {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4-home .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx4-home .slider-track:hover {
  animation-play-state: paused;
}

.fx5-home{
  padding: 50px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx5-home h2{
  font-family: var(--square-peg-regular);
  font-size: 48px;
  color: var(--kry-branco);
  margin: 0px;
  text-align: center;
}

/*PAGINA 404*/
.pg-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--kry-cor-2) 0%, var(--kry-cor-1) 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(--spline-sans-bold);
  font-size: 150px;
  line-height: 1;
  margin: 0;
  color: var(--kry-cor-1);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.pg-404 h2 {
  font-family: var(--spline-sans-semibold);
  font-size: 26px;
  margin: 20px 0 40px;
  color: var(--kry-branco);
  letter-spacing: 0.5px;
}

.pg-404 .editor {
  font-family: var(--spline-sans-regular);
  font-size: 18px;
  color: #d8e0f0;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--kry-cor-1);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.pg-404 .editor a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--kry-cor-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.pg-404 .editor a:hover::after {
  transform: scaleX(1);
}

.pg-404 .editor a:hover {
  color: var(--kry-branco);
}

/*PAGINA PADRÃO WORDPRESS*/
.page-padrao {
  background-color: var(--kry-branco);
  padding: 50px 10px;
  color: var(--kry-cor-1);
  overflow: hidden;
}

.page-padrao .container {
  max-width: 1170px;
  margin: 0 auto;
}

.page-padrao h1,
.page-padrao h2,
.page-padrao h3 {
  font-family: var(--spline-sans-semibold);
  color: var(--kry-cor-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(--spline-sans-regular);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.page-padrao a {
  color: var(--kry-cor-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-cor-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-padrao a:hover {
  color: var(--kry-cor-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-cor-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-cor-1);
  transform: translateY(-2px);
}

/*PAGINA QUEM SOMOS*/
.quem-somos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.quem-somos p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0;
  color: var(--kry-branco);
}

.quem-somos .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.quem-somos .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 615px;
  text-align: justify;
}

.quem-somos .img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quem-somos .img img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.missao-visao-valores {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.missao-visao-valores h2 {
  font-family: var(--spline-sans-medium);
  font-size: 34px;
  color: var(--kry-branco);
  margin: 0;
}

.missao-visao-valores p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0;
  color: var(--kry-branco);
}

.missao-visao-valores ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.missao-visao-valores li {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0 0 5px 0;
  color: var(--kry-branco);
}

.missao-visao-valores .conteudo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.missao-visao-valores .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  gap: 15px;
  text-align: justify;
}

.missao-visao-valores .card .titulo {
  border-bottom: 4px solid var(--kry-cor-3);
  width: 50%;
}

/*PÁGINA CONTATO*/
.page-contato {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 50px 0px;
}

.page-contato form.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  max-width: 570px;
  overflow: hidden;
}

.page-contato form.wpcf7-form p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin: 0;
}

.page-contato form.wpcf7-form ::placeholder {
  font-family: var(--spline-sans-regular);
  font-size: 14px;
  color: var(--kry-preto);
}

.page-contato form.wpcf7-form input[type="text"],
.page-contato form.wpcf7-form input[type="email"],
.page-contato form.wpcf7-form input[type="tel"],
.page-contato form.wpcf7-form textarea {
  width: 100%;
  max-width: 545px;
  border-radius: 2px;
  padding: 12px;
  border: 1px solid var(--kry-cor-3);
  font-family: var(--spline-sans-regular);
  font-size: 14px;
  color: var(--kry-preto);
  outline: none;
}

.page-contato form.wpcf7-form textarea {
  height: 110px;
  resize: none;
}

.page-contato .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.page-contato form.wpcf7-form button,
.page-contato form.wpcf7-form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  padding: 10px 15px;
  font-family: var(--spline-sans-medium);
  font-size: 16px;
  color: var(--kry-branco);
  background-color: var(--kry-cor-2);
  border-radius: 2px;
  border: none;
  transition: transform 0.2s ease-in-out;
}

.page-contato form.wpcf7-form button:hover,
.page-contato form.wpcf7-form input[type="submit"]:hover {
  transform: scale(0.97);
}

.page-contato .wpcf7-response-output {
  margin-top: 10px;
  font-family: var(--spline-sans-regular);
  font-size: 14px;
  color: var(--kry-cor-2);
}

/*BLOG*/
.blog03 {
  background: var(--kry-cor-1);
  padding: 10px 0px 100px 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-cor-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(--spline-sans-bold);
  font-size: 24px;
  color: var(--kry-branco);
  margin: 10px 0;
}

.blog03 .post .post-cat {
  display: inline-block;
  background-color: var(--kry-cor-2);
  color: #fff;
  font-family: var(--spline-sans-bold);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  transition: transform 0.2s ease-in-out;
  text-align: center;
}

.blog03 .post .post-cat:hover {
  transform: scale(0.95);
  background-color: #fff;
  color: var(--kry-cor-1);
  border: 2px solid var(--kry-cor-1);
}

.blog03 .post .postautor {
  font-family: var(--regular);
  font-size: 13px;
  line-height: 20px;
  color: var(--kry-cor-2);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--kry-cor-2);
}

.blog03 .post .img {
  width: 100%;
  max-width: 370px;
  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;
}

.blog03 .post .post-resumo .lermais {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  color: var(--kry-cor-1);
}

.blog03 .post a {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.blog03 .post a:hover {
  transform: scale(0.99);
}

.blog03 .post .clearfix {
  clear: both;
  border: 1px solid #CBCBCB;
  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 #ccc;
  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-cor-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-cor-2);
}

.blog03 .sidebar form.buscar button#buscar img {
  width: 18px;
  height: auto;
}

.blog03 .sidebar .cor {
  width: 15px;
  min-height: 69px;
  background-color: var(--kry-branco);
  margin: 0 15px 0 0;
}

.blog03 .sidebar .sidebarcategoria {
  display: flex;
  align-items: center;
  background-color: var(--kry-cor-2);
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  color: var(--kry-branco);
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  min-height: 69px;
}

.blog03 .sidebar .sidebarcategoria:hover {
  transform: scale(0.95);
}

.blog03 .sidebar .sidebarcategoria .sctxt {
  font-size: 13px;
  font-family: var(--spline-sans-bold);
  color: var(--kry-branco);
  line-height: 1.2;
  flex: 1;
}

.blog03 .sidebar .sobre-autor {
  background: var(--kry-cinza-claro);
  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-cor-2);
  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-cor-2);
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.blog03 .sidebar .sobre-autor p {
  font-size: 13px;
  color: var(--kry-cor-2);
  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-cor-1);
}

.blog03 .wp-pagenavi .current {
  background: var(--kry-cor-1);
  color: #fff;
}

.blog03 .opost {
  background: var(--kry-cinza-claro);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin: 0 20px 0 0;
}

.blog03 .opost .post-title {
  font-family: var(--spline-sans-bold);
  font-size: 28px;
  color: var(--kry-cor-2);
  margin-bottom: 15px;
}

.blog03 .opost .editor {
  font-size: 16px;
  color: var(--kry-cor-1);
  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(--spline-sans-bold);
  color: var(--kry-cor-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-cor-1);
  border-left: 4px solid var(--kry-cor-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-cor-1);
  text-decoration: underline;
}

.blog03 .opost .editor a:hover {
  color: var(--kry-cor-1);
}

.blog03 .sugestao-titulo {
  font-size: 20px;
  font-family: var(--spline-sans-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(--spline-sans-bold);
  font-size: 15px;
  color: var(--kry-branco);
  text-decoration: none;
  margin-bottom: 30px;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  max-width: 270px;
}

.blog03 .artigos-relacionados .linkartigo:hover {
  transform: scale(1.02);
}

.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(--spline-sans-bold);
  color: var(--kry-branco);
  margin: 40px 0 10px;
}

.blog03 .fundo-form {
  background-color: var(--kry-cor-2);
  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 #ccc;
  resize: none;
  width: 100%;
  max-width: 800px;
}

.blog03 .fundo-form input:focus,
.blog03 .fundo-form textarea:focus {
  border-color: var(--kry-cor-1);
  outline: none;
}

.blog03 .fundo-form input[type="submit"] {
  background: var(--kry-cor-1);
  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-cor-1);
}

.blog03 .nautor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--kry-cinza-claro);
  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-cor-1);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--spline-sans-bold);
  flex-shrink: 0;
}

.blog03 .nautor .nanome {
  font-size: 15px;
  font-family: var(--spline-sans-bold);
  color: var(--kry-cor-2);
}

.blog03 .nautor .natxt {
  font-size: 14px;
  font-family: var(--regular);
  color: var(--kry-cor-2);
  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;
}

/*ARCHIVE SERVIÇOS*/
.archive-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 50px 0px;
}

.archive-servicos .itens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.archive-servicos .itens a.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  width: 275px;
  transition: transform 0.2s ease-in-out;
  font-family: var(--spline-sans-bold);
  font-size: 20px;
  color: var(--kry-branco);
}

.archive-servicos .itens a.card:hover {
  transform: scale(0.97);
}

.archive-servicos .itens a.card .img {
  width: 275px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}

.archive-servicos .itens a.card .img img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*SINGLE SERVIÇOS*/
.single-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 50px 0px;
}

.single-servicos p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0px;
  color: var(--kry-branco);
}

.single-servicos .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single-servicos .conteudo .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  width: 100%;
  max-width: 600px;
}

.single-servicos .conteudo .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 2px;
  overflow: hidden;
}

.single-servicos .conteudo .img img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*ARCHIVE DIFERENCIAIS*/
.archive-diferenciais {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 50px 0px;
}

.archive-diferenciais .itens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.archive-diferenciais .itens a.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  width: 200px;
  transition: transform 0.2s ease-in-out;
  font-family: var(--spline-sans-bold);
  font-size: 20px;
  color: var(--kry-branco);
}

.archive-diferenciais .itens a.card:hover {
  transform: scale(0.97);
}

.archive-diferenciais .itens a.card .icn {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}

.archive-diferenciais .itens a.card .icn img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  filter: brightness(100);
}

/*SINGLE DIFERENCIAIS*/
.single-diferenciais {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 50px 0px;
}

.single-diferenciais p {
  font-family: var(--spline-sans-regular);
  font-size: 16px;
  margin: 0px;
  color: var(--kry-branco);
}

.single-diferenciais .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single-diferenciais .conteudo .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  width: 100%;
  max-width: 600px;
}

.single-diferenciais .conteudo .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 2px;
  overflow: hidden;
}

.single-diferenciais .conteudo .img img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

/*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) {
  .fxsm {
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }

  .whatsapp-flutuante {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }

  .header{
    position: fixed;
    padding: 10px;
    clip-path: none;
  }

  .header .logo {
    padding: 0px;
  }

  .menu-toggle {
    display: flex;
  }

  .header .menu {
    position: absolute;
    top: 115px;
    right: 14px;
    background: var(--kry-branco);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .header .menu.open {
    max-height: 500px;
    opacity: 1;
    padding: 20px 0;
    margin-top: -5px;

  }

  .header .menu .itens {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    margin: 0px;
  }

  .header .menu .itens a{
    width: 100%;
    height: auto;
  }

  .header .menu .separador {
    display: none;
  }

  .header .menu .telefone {
    width: 100%;
  }

  .header .menu .telefone a {
    margin: 0px;

    span{
      display: none;
    }
  }

  .footer{
    padding: 20px 10px 100px 10px;
  }

  .footer .creditos{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer .separador{
    width: 100%;
    height: 2px;
  }

  .fx1-banner-home .conteudo{
    justify-content: center;
    padding: 5px;
  }

  .fx2-home {
    clip-path: none;
    padding: 20px 10px;
    margin-top: -50px;
  }

  .fx2-home .txt{
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .fx3-home{
    padding: 20px 10px;
  }

  .fx3-home h2{
    text-align: center;
    margin: 0px 0px 10px 0px;
  }

  .fx3-home .conteudo{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx3-home .ultimas-blog{
    gap: 20px;
  }

  .fx3-home .carrossel-vertical-servicos{
    margin: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .fx4-home{
    padding: 20px 10px;
  }

  .fx4-home h2{
    text-align: center;
  }

  .fx5-home{
    padding: 20px 10px;
  }

  .fx-titulo{
    padding: 135px 10px 20px 10px;
    text-align: center;
  }

  .quem-somos{
    padding: 20px 10px;
  }

  .quem-somos .conteudo{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .missao-visao-valores{
    padding: 20px 10px;
  }

  .missao-visao-valores .card .titulo{
    width: 100%;
    text-align: center;
  }

  .missao-visao-valores .conteudo{
    justify-content: center;
    gap: 20px;
  }

  .archive-servicos{
    padding: 20px 10px 50px 10px;
  }

  .single-servicos{
    padding: 20px 10px;
  }

  .single-servicos .conteudo{
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
  }

  .archive-diferenciais{
    padding: 20px 10px 50px 10px;
  }

  .single-diferenciais{
    padding: 20px 10px;
  }

  .single-diferenciais .conteudo{
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
  }

  .blog03 .row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

}

@media (max-width: 769px) {

  .blog03 .lista-posts {
    padding: 20px;
  }

  .blog03 p {
    margin: 0;
  }

  .blog03 .wp-pagenavi {
    justify-content: center;
  }

  .blog03 .post {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog03 .post .img {
    min-width: auto;
  }

  .blog03 .post .postautor {
    border: none;
    margin-bottom: 5px;
    font-family: var(--spline-sans-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: 480px) {
  h1{
    font-size: 42px!important;
  }

  h2{
    font-size: 22px!important;
  }

  h4{
    font-size: 16px!important;
  }

  p{
    font-size: 14px!important;
  }

  br{
    display: none!important;
  }

  li{
    font-size: 14px!important;
  }


  .fxsm {
    padding: 30px 0;
  }

  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }

  .fx1-banner-home{
    min-height: 550px;
  }

  .fx3-home .ultimas-blog a.card{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
  }

  .fx3-home .ultimas-blog a.card .resumo{
    border-top: 2px solid var(--kry-cor-3);
    border-left: none;
    padding: 5px 0px 0px 0px;
    font-size: 14px;
  }

  .fx3-home .ultimas-blog a.card .data{
    font-size: 14px;
  }


}
