@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #090F54;  **/
/**  cor-2: #9E2730;  **/
/**  cor-3: #484848;  **/
/**  cor-4: #F1F1F1;  **/

/* Fonts */
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-SemiBold.woff2') format('woff2'),
      url('../fonts/Onest-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.woff2') format('woff2'),
      url('../fonts/Onest-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Medium.woff2') format('woff2'),
      url('../fonts/Onest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Thin.woff2') format('woff2'),
      url('../fonts/Onest-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Bold.woff2') format('woff2'),
      url('../fonts/Onest-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Black.woff2') format('woff2'),
      url('../fonts/Onest-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-ExtraBold.woff2') format('woff2'),
      url('../fonts/Onest-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-ExtraLight.woff2') format('woff2'),
      url('../fonts/Onest-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Light.woff2') format('woff2'),
      url('../fonts/Onest-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
      url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
  
  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background-color: #ffb900; }
span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container{padding: 0px;}
}

/* Links */
a{
  text-decoration: none;
  transition: all .3s linear;
}
.editor a{
  color: #734397!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
::-moz-selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
html{
  scroll-behavior: smooth;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright{
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --font-Padrao: 'Onest';

  --kry-color-1: #090F54;
  --kry-color-2: #9E2730;
  --kry-color-3: #484848;
  --kry-color-4: #F1F1F1;
  --kry-color-5: #03083B;
}

/* BUTTONS */

.btn-red-blue{
  display: block;

  width: fit-content;

  background-color: var(--kry-color-2);
 
  transition: all .3s ease;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 16px;
  text-align: center;

  color: #FFFFFF;

  padding: 8px 23px;
}

.btn-red-blue:hover{
  background-color: var(--kry-color-1);
}

.btn-scale-down{
  position: relative;

  display: block;

  width: 100%;
  max-width: 370px;

  font-family: var(--font-Padrao);
  font-weight: 800;
  font-size: 25px;
  text-align: center;

  color: #FFFFFF;

  cursor: pointer;

  padding: 12px 23px;
}

.btn-scale-down::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color: var(--kry-color-2);
 
  transition: all .3s ease;
}

.btn-scale-down span{
  position: relative;
  z-index: 5;
}

.btn-scale-down:hover::before{
  transform: scaleX(calc(322 / 370));
}

/* RESPONSIVO BUTTONS */

  @media(max-width: 767.98px){
    .btn-scale-down{
      font-size: 22px;
    }
  }
  @media(max-width: 480.98px){
    .btn-red-blue{
      font-size: 14px;
      padding: 8px 18px;
    }
    .btn-scale-down{
      font-size: 20px;
      padding: 8px 18px;
    }
  }

/* /RESPONSIVO BUTTONS */

/* /BUTTONS */

/* HEADER */

.header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;

  width: 100%;
  height: auto;

  background-color: #000000;
  overflow: hidden;

  padding-top: 28px;
  padding-bottom: 20px;
}

.header:is(.home-header){
  background-color: rgba(0,0,0,0.65);;
}

.header .row{
  align-items: center;
}

.header .logo__header,
.header .logo__mobile{
  display: flex;

  width: 100%;
  max-width: 228px;
  max-height: 74px;
}

.header .logo__header img,
.header .logo__mobile img{
  width: 100%;
  height: auto;
  max-width: 228px;
  max-height: 74px;
}

.header .menu__wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
  row-gap: 10px;
}

.header .menu__wrapper .menu__link{
  position: relative;

  display: flex;

  padding: 9px 30px;
}

.header .menu__link::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;

  width: 100%;
  height: 0px;

  background-color: var(--kry-color-1);
  opacity: 0;

  transition: height .3s ease-in-out, opacity .3s ease-in-out;
}

.header .menu__link:hover::before{
  height: calc(100% + 46px);
  opacity: 1;
}

.header .menu__link span{
  position: relative;
  z-index: 5;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 500;
  text-align: center;

  color: #FFFFFF;
}

.header .btnCloseMenu{
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;

  padding: 0px;
}

.header .menu__title{
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu__title p{
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 500;

  color: #FFFFFF;

  margin-bottom: 0;
}

.header .btnOpenMenu{
  position: absolute;
  z-index: 40;

  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  display: block;

  width: 40px;
  height: auto;

  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: #F1F1F1;
  cursor: pointer;

  padding: 0px;
}

.header .btnOpenMenu .lines__wrapper{
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.header .btnOpenMenu .line{
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;

  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2){
  opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

.header .backdrop{
  position: fixed;
  z-index: 60;
  inset: 0;

  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(2px);

  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease-in-out;
}

.header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

/* RESPONSIVO HEADER */

  @media(min-width: 992px){
    .header .logo__mobile,
    .header .menu__title,
    .header .btnOpenMenu,
    .header .backdrop{
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .header .menu__inner{
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 70;

      width: 80%;
      max-width: 350px;
      height: 100%;

      background-color: #000000;

      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 16px;

      transform: translateX(-100%);
      opacity: 0;

      overflow: hidden;

      transition: all .3s ease-in-out;

      padding: 50px 30px 70px 30px;
    }
    .header .menu__inner.shown{
      transform: translateX(0px);
      opacity: 1;
    }

    .header .menu__wrapper{
      width: 100%;

      flex-direction: column;
      align-items: start;
    }

    .header .menu__wrapper .menu__link{
      padding: 9px 30px 9px 0px;
    }

    .header .menu__link::before{
      top: 0px;
      right: 0px;
      bottom: unset;
      left: unset;

      height: 100%;
      width: 0px;

      transition: width .3s ease-in-out;
    }
    .header .menu__link:hover::before{
      height: 100%;
      width: calc(100% + 30px);
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.footer{
  position: relative;
  z-index: 25;

  transform: translateY(-62px);

  margin-bottom: -32px;
}

.footer-contato{
  padding-top: 27px;
  padding-bottom: 36px;
}

.footer .info__grid{
  position: relative;

  display: flex;
  justify-content: center;
  grid-gap: 25px 30px;

  margin-bottom: 69px;
}

.footer .info__grid::before{
  content: '';
  position: absolute;
  inset: -26px -22px;
  z-index: 0;

  background-color: var(--kry-color-1);
}

.footer .info__wrapper{
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 25%;

  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer .info__wrapper:not(:first-child)::before{
  content: '';
  position: absolute;
  top: 0px;
  left: -16px;

  height: 100%;
  width: 1px;

  background-color: #03083B;
}

.footer .info__wrapper p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer .logo__footer{
  display: block;
  width: 100%;
  max-width: 230px;
  max-height: 74px;

  margin-bottom: 17px;
}

.footer .logo__footer img{
  width: 100%;
  max-width: 230px;
  height: auto;
  max-height: 74px;
}

.footer .content{
  max-width: 520px;
}

.footer .content h3,
.footer .content h4{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 20px;
}

.footer .content p{
  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 400;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.footer .content .btn-red-blue{
  min-width: 270px;

  margin-top: 35px;
}

.footer .form__container{
  display: flex;
  justify-content: center;

  padding-top: 34px;
}

.footer .form__container .wpcf7{
  width: 100%;
  max-width: 470px;
}

.footer .form__container form{
  width: 100%;
  max-width: 470px;

  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.footer form p{
  margin-bottom: 0px;
}

.footer .form__group,
.footer .form__submit{
  width: 100%;
}

.footer .form__group input,
.footer .form__group textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0px;

  padding: 8px 16px;
}

.footer .form__group input,
.footer .form__group input::placeholder,
.footer .form__group textarea,
.footer .form__group textarea::placeholder{
  font-family: var(--font-Padrao);
  font-size: 13px;
  font-weight: 400;

  color: var(--kry-color-3);
}

.footer .form__group textarea{
  resize: none;
  height: 92px;
}

.footer .form__submit{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
}

.footer .form__submit > div > p{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .form__submit .btn-red-blue{
  min-width: 170px;

  border: none;
}

.footer .form__submit span{
  font-family: var(--font-Padrao);
  font-size: 13px;
  font-weight: 400;

  color: var(--kry-color-3);
}

.footer .credits{
  margin-top: 69px;
}

.credits{
  display: flex;
  justify-content: space-between;
  align-items: end;
  row-gap: 14px;
}

.credits p{
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;

  color: #000000;

  margin-bottom: 0px;
}

.credits .kryzalis{
  display: flex;
  align-items: end;
  gap: 22px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991.98px) {
    .footer .info__grid{
      flex-wrap: wrap;

      background-color: var(--kry-color-1);

      padding: 26px 22px;
    }
    .footer .info__grid::before,
    .footer .info__wrapper::before{
      display: none;
    }
    .footer .info__wrapper{
      max-width: 47%;
    }

    .footer .col-lg-6,
    .footer .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  @media(max-width: 900.98px){
    .footer{
      margin-bottom: 28px;
    }
    .footer-contato{
      padding-bottom: 86px;
    }
  }
  @media (max-width: 575.98px) {
    .footer .info__wrapper{
      max-width: 300px;
      align-items: center;
      text-align: center;
    }
    .footer .content h3,
    .footer .content h4{
      font-size: 17px;
    }
    .footer .content p{
      font-size: 15px;
    }
    .footer .content .btn-red-blue{
      margin-top: 14px;
    }

    .footer .form__submit{
      flex-direction: column;
    }
    .footer .form__submit > div > p{
      flex-direction: column-reverse;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* BANNER */

.banner__section,
.banner__slider__container{
  position: relative;

  max-height: 800px;
}

.banner__slide{
  position: relative;

  width: 100%;
  max-height: 800px;
}

.banner__slide .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner__slide .float__bg video,
.banner__slide .float__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__slide .container{
  min-height: 800px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 180px;
  padding-bottom: 180px;
}

.banner__slide .content{
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__slide .content h1{
  font-family: var(--font-Padrao);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.85);

  color: #FFFFFF;

  margin-bottom: 0px;
}

.banner__slide .content p{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.85);

  color: #FFFFFF;

  margin-bottom: 0px;
}

.banner__slide .content .btn-red-blue{
  margin-top: 50px;
}

/* RESPONSIVO BANNER */

  @media (max-width: 991.98px) {
    .banner__slide .container{
      min-height: 600px;
    }
    .banner__slide .content p{
      font-size: 25px;
    }
    .banner__slide .content h1{
      font-size: 30px;
    }
  }
  @media(max-width: 767.98px){
    .banner__slide .container{
      min-height: 500px;

      padding-top: 130px;
      padding-bottom: 130px;
    }
    .banner__slide .content p{
      font-size: 21px;
    }
    .banner__slide .content h1{
      font-size: 25px;
    }
    .banner__slide .content .btn-red-blue{
      margin-top: 25px;
    }
  }
  @media (max-width: 575.98px) {
    .banner__slide .container{
      min-height: 400px;

      padding-top: 130px;
      padding-bottom: 100px;
    }
    .banner__slide .content p{
      font-size: 19px;
    }
    .banner__slide .content h1{
      font-size: 22px;
    }
  }
  @media (max-width: 480.98px) {
    .banner__slide .content p{
      font-size: 16px;
    }
    .banner__slide .content h1{
      font-size: 19px;
    }
  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home{
  position: relative;
  z-index: 10;

  transform: translateY(-106px);
  overflow: hidden;

  margin-bottom: -61px;
}

.fx1__home .solucoes__slider__container{
  position: relative;
}

.bg__slider{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

  width: 1920px;
  height: 518px;

  overflow: hidden;
}

.bg__left__float{
  position: absolute;
  top: 0px;
  left: 0px;

  width: 100%;
  max-width: 345px;
  max-height: 518px;
}

.bg__right__float{
  position: absolute;
  top: 0px;
  right: 0px;

  width: 100%;
  max-width: 345px;
  max-height: 518px;
}

.fx1__home .solucao__slide{
  position: relative;

  width: 100%;
  max-width: 370px;
  min-height: 518px;
  max-height: 518px;

  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;

  padding: 23px 17px;
}

.fx1__home .solucao__slide .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;

  transform-origin: bottom;

  transition: all .3s ease-in-out;
}

.fx1__home .solucao__slide .float__bg::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;

  width: 100%;
  height: 88.80%;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 12.75%, rgba(0, 0, 0, 0) 100%);
}

.fx1__home .solucao__slide .float__bg img{
  position: relative;
  z-index: 0;

  width: 100%;
  height: 100%;
}

.fx1__home .solucao__slide p{
  position: relative;
  z-index: 10;

  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;
  text-align: center;

  color: #FFFFFF;

  transition: transform .3s ease-in-out;

  margin-bottom: 0px;
}

#solucoes__slider .swiper-slide{
  display: flex;
  justify-content: center;
}

#solucoes__slider .solucao__slide:hover .float__bg{
  transform: scale(calc(430 / 370));
}

#solucoes__slider .solucao__slide:hover p{
  transform: translateY(-20px);
}

#solucoes__slider .swiper__nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  margin-top: 28px;
}

#solucoes__slider .theme-button-prev img,
#solucoes__slider .theme-button-next img{
  transition: filter .3s ease-in-out;
}

#solucoes__slider .theme-button-prev:hover img,
#solucoes__slider .theme-button-next:hover img{
  filter: brightness(0);
}

.fx1__home .content{
  text-align: center;

  margin-top: 57px;
  margin-bottom: 34px;
}

.fx1__home .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 12px;
}

.fx1__home .content p{
  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 400;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.fx1__home .row{
  row-gap: 45px;
}

.card__solucao{
  width: 100%;
  max-width: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card__solucao .thumb__card{
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 220px;
  object-fit: cover;

  transition: filter .3s ease-in-out;

  margin-bottom: 19px;
}

.card__solucao:hover .thumb__card{
  filter: brightness(.8);
}

.card__solucao p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 10px;
}

.card__solucao span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: var(--kry-color-3);
}

.fx1__home .btn__wrapper{
  display: flex;
  justify-content: center;

  margin-top: 57px;
}

.fx1__home .btn-red-blue{
  width: 100%;
  max-width: 370px;
}

.fx2__home{
  background-color: var(--kry-color-1);

  padding-top: 77px;
  padding-bottom: 75px;
}

.fx2__home h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;
  text-align: center;

  color: #FFFFFF;

  margin-bottom: 46px;
}

.fx2__home .row{
  justify-content: center;
  row-gap: 25px;
}

.fx2__home .vantagem__item{
  width: 100%;
  max-width: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fx2__home .vantagem__item .icon{
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;

  margin-bottom: 12px;
}

.fx2__home .vantagem__item p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: #FFFFFF;

  padding: 0px 17px;
  margin-bottom: 14px;
}

.fx2__home .vantagem__item span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: #FFFFFF;
}

.fx3__home{
  position: relative;

  padding-top: 117px;
  padding-bottom: 192px;
}

.fx3__home::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;

  width: 64.84%;
  height: 100%;

  background: linear-gradient(90deg, #000000 67.55%, rgba(0, 0, 0, 0) 100%);

}

.fx3__home .float__video{
  position: absolute;
  inset: 0;
  z-index: 0;

  display: flex;
  justify-content: end;
}

.fx3__home .float__video video{
  width: 100%;
  max-width: 1245px;
  height: 100%;
  max-height: 624px;
  object-fit: cover;
}

.fx3__home .container{
  position: relative;
  z-index: 10;
}

.fx3__home .content{
  max-width: 570px;
}

.fx3__home .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 22px;
}

.fx3__home .content p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx3__home .content .btn-red-blue{
  width: 100%;
  max-width: 370px;

  padding: 18px 23px;
  margin-top: 49px;
}

/* RESPONSIVO HOME */

  @media (max-width: 991.98px) {
    .bg__slider{
      display: none;
    }

    .fx1__home .col-lg-3,
    .fx2__home .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx1__home .row{
      row-gap: 25px;
    }
    .fx1__home .content h2,
    .fx2__home h2,
    .fx3__home .content h2{
      font-size: 26px;
    }
    .fx1__home .btn__wrapper{
      margin-top: 24px;
    }

    .fx2__home h2{
      margin-bottom: 23px;
    }
    .fx2__home .vantagem__item p{
      padding: 0px;
    }
  }
  @media(max-width: 767.98px){
    .fx1__home .content h2,
    .fx2__home h2,
    .fx3__home .content h2{
      font-size: 23px;
    }
    .fx1__home .solucao__slide{
      max-width: 275px;
      min-height: 385px;
      max-height: 385px;
    }
    .fx1__home .solucao__slide p{
      font-size: 17px;
    }

    .fx2__home .vantagem__item p{
      font-size: 17px;
      margin-bottom: 8px;
    }

    .fx3__home{
      background-color: #000000;

      padding-top: 55px;
      padding-bottom: 122px;
    }
    .fx3__home::before,
    .fx3__home .float__video{
      display: none;
    }
    .fx3__home .container{
      display: flex;
      justify-content: center;
    }
    .fx3__home .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .fx3__home .content p{
      font-size: 17px;
    }
    .fx3__home .content .btn-red-blue{
      margin-top: 25px;
    }
  }
  @media (max-width: 575.98px) {
    .fx1__home{
      transform: translateY(-56px);

      margin-bottom: -11px;
    }
    .fx1__home .content h2,
    .fx2__home h2,
    .fx3__home .content h2{
      font-size: 21px;
    }
    .fx1__home .content p{
      font-size: 16px;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* SECTION TITLE */

.section__title{
  --bg-section-title: var(--kry-color-1);

  background: 
    linear-gradient(
    rgba(0, 0, 0, .81),
    rgba(0, 0, 0, .81)),
    var(--bg-section-title);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin-top: 122px;
}

.section__title .container{
  padding-top: 100px;
  padding-bottom: 70px;
}

.section__title .content{
  text-align: center;
  justify-items: center;
}

.section__title .content .line_divider{
  width: 100%;
  max-width: 340px;
  height: 8px;

  background-color: #FFFFFF;

  margin-top: 11px;
  margin-bottom: 11px;
}

.section__title .content h1,
.section__title .content h2,
.section__title .content h3{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 40px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.section__title .content .bread,
.section__title .content .bread a,
.section__title .content .bread span{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 24px;

  color: #FFFFFF;
}

.section__title .content .bread span{
  font-weight: 700;
}

/* RESPONSIVO SECTION TITLE */

  @media(max-width: 767px){
    .section__title .content__bg{
      padding: 92px 35px;
    }
    .section__title .content .bread,
    .section__title .content .bread a,
    .section__title .content .bread span{
      font-size: 20px;
    }
  }
  @media(max-width: 480px){
    .section__title .content__bg{
      padding: 92px 17px;
    }
    .section__title .content .bread,
    .section__title .content .bread a,
    .section__title .content .bread span{
      font-size: 15px;
    }
  }

/* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* SOBRE */

.fx1__sobre{
  background-color: var(--kry-color-4);

  padding-top: 58px;
  padding-bottom: 71px;
}

.fx1__sobre .container .row{
  align-items: center;
  row-gap: 25px;
}

.fx1__sobre .img-fx1{
  width: 100%;
  max-width: 570px;
  text-align: center;
}

.fx1__sobre .img-fx1 img{
  width: 100%;
  height: auto;
  max-width: 570px;
}

.fx1__sobre .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-1);
  margin-bottom: 31px;
}

.fx1__sobre .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;

  color: var(--kry-color-3);
  margin-bottom: 0;
}

.fx2__sobre{
  padding-top: 44px;
  padding-bottom: 126px;
}

.fx2__sobre .row{
  row-gap: 30px;
}

.fx2__sobre .content{
  margin-bottom: 82px;
}

.fx2__sobre .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-1);
  margin-bottom: 19px;
}

.fx2__sobre .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;

  color: var(--kry-color-3);
  margin-bottom: 0;
}

.card__mvv{
  width: 100%;
  height: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background-color: var(--kry-color-4);
  transition: background-color .3s ease-in-out;

  padding: 62px 22px 54px 22px;
}

.card__mvv .icon{
  margin-bottom: 9px;
}

.card__mvv .icon img{
  width: 100%;
  max-width: 82px;
  height: auto;

  transition: filter .3s ease-in-out;
}

.card__mvv p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: #000000;

  transition: color .3s ease-in-out;

  margin-bottom: 23px;
}

.card__mvv span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  transition: color .3s ease-in-out;

  color: #000000;
}

.card__mvv:hover{
  background-color: var(--kry-color-1);
}

.card__mvv:hover .icon img{
  filter: brightness(0) invert(1);
}

.card__mvv:hover p,
.card__mvv:hover span{
  color: #FFFFFF;
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx1__sobre .col-lg-6{
      display: flex;
      justify-content: center;
    }
    .fx1__sobre .img-fx1,
    .fx1__sobre .img-fx1 img{
      max-width: 400px;
    }
    .fx1__sobre .content h2,
    .fx2__sobre .content h2{
      font-size: 26px;
      margin-bottom: 15px;
    }
 
    .fx2__sobre .container .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__sobre .content h2,
    .fx2__sobre .content h2{
      font-size: 23px;

      text-align: center;
    }
    .fx1__sobre .content p,
    .fx2__sobre .content p{
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* ARCHIVE PADRAO */

.fx1__archive{
  padding-top: 58px;
  padding-bottom: 145px;
}

.fx1__archive .content{
  margin-bottom: 38px;
}

.fx1__archive .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 31px;
}

.fx1__archive .content p{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.fx1__archive .row{
  row-gap: 46px;
}

.card__default{
  width: 100%;
  max-width: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card__default .post__thumb{
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 220px;

  transition: transform .3s ease;

  margin-bottom: 19px;
}

.card__default p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 14px;
}

.card__default span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: var(--kry-color-3);
}

.card__default:hover .post__thumb{
  transform: scale(1.03);
}

/* RESPONSIVO ARCHIVE PADRAO */

  @media(max-width: 991.98px){
    .fx1__archive .content{
      text-align: center;
    }
    .fx1__archive .content h2{
      font-size: 25px;

      margin-bottom: 15px;
    }
    .fx1__archive .content p{
      font-size: 16px;
    }

    .fx1__archive .col-lg-3{
      display: flex;
      justify-content: center;
    }
  }

/* /RESPONSIVO ARCHIVE PADRAO */

/* /ARCHIVE PADRAO */

/* SINGLE */

.fx1__single{
  padding-top: 58px;
  padding-bottom: 57px;
}

.fx1__single .row{
  row-gap: 25px;

  margin-bottom: 21px;
}

.fx1__single .img__holder{
  width: 100%;
  max-width: 470px;
}

.fx1__single .img__holder img{
  width: 100%;
  max-width: 470px;
  height: auto;
  border-radius: 7px;
}

.fx1__single .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-1);

  margin-bottom: 31px;
}

.fx1__single .content > *{
  font-family: var(--font-Padrao);
}

.fx1__single .content p,
.fx1__single .content li{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;

  color: var(--kry-color-3);

  /*margin-bottom: 0px;*/
}

.fx1__single .btn__wrapper{
  display: flex;
  justify-content: start;

  margin-top: 20px;
}

.fx2__single{
  background-color: var(--kry-color-4);

  padding-top: 67px;
  padding-bottom: 137px;
}

.fx2__single h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 38px;
}

.fx2__single .galeria__slider__container{
  position: relative;
}

.galeria__slide{
  display: flex;

  width: 100%;
  max-width: 270px;
  height: 270px;
}

.galeria__slide img{
  width: 100%;
  max-width: 270px;
  height: 100%;
  max-height: 270px;
  object-fit: cover;

  transition: filter .3s ease-in-out;
}

.galeria__slide:hover img{
  filter: brightness(0.8);
}

#galeria__slider .swiper-slide{
  display: flex;
  justify-content: center;
}

#galeria__slider .swiper__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  margin-top: 39px;
}

#galeria__slider .swiper__nav .theme-button-prev img,
#galeria__slider .swiper__nav .theme-button-next img{
  transition: filter .3s ease-in-out;
}

#galeria__slider .swiper__nav .theme-button-prev:hover img,
#galeria__slider .swiper__nav .theme-button-next:hover img{
  filter: brightness(0);
}

#galeria__slider .swiper-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 39px;
}

#galeria__slider .swiper-pagination .swiper-pagination-bullet{
  width: 19px;
  height: 19px;

  transform: scale(calc(15 / 19));

  background-color: var(--kry-color-1);
  border-radius: 50%;

  cursor: pointer;

  transition: all .3s ease-in-out;
}

#galeria__slider .swiper-pagination .swiper-pagination-bullet-active,
#galeria__slider .swiper-pagination .swiper-pagination-bullet:hover{
  transform: scale(1);

  background-color: var(--kry-color-2);
}

.glightbox-container .ginner-container{
  padding: 15px;
}

/* RESPONSIVO SINGLE */

  @media(min-width: 992px){
    #galeria__slider .swiper__nav{
      display: none;
    }
  }
  @media(max-width: 991.98px){
    .fx1__single{
      padding-top: 40px;
      padding-bottom: 50px;
    }
    .fx1__single .col-lg-5{
      display: flex;
      justify-content: center;
    }
    .fx1__single .btn__wrapper{
      justify-content: center;
    }
    .fx1__single .img__holder,
    .fx1__single .img__holder img{
      max-width: 370px;
    }
    .fx1__single .content h2,
    .fx2__single h2{
      font-size: 27px;
      margin-bottom: 16px;

      text-align: center;
    }
    .fx1__single .content p,
    .fx1__single .content li{
      font-size: 16px;
      text-align: justify;

      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
    }

    .fx2__single{
      padding-bottom: 107px;
    }
    #galeria__slider .swiper-pagination{
      display: none;
    }
  }

/* /RESPONSIVO SINGLE */

/* /SINGLE */

/* SINGLE */

.fx1__assessoria{
  padding-top: 58px;
  padding-bottom: 48px;
}

.fx1__assessoria .row{
  row-gap: 25px;

  margin-bottom: 54px;
}

.fx1__assessoria .img__holder{
  width: 100%;
  max-width: 470px;
}

.fx1__assessoria .img__holder img{
  width: 100%;
  max-width: 470px;
  height: auto;
  border-radius: 7px;
}

.fx1__assessoria .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-1);

  margin-bottom: 31px;
}

.fx1__assessoria .content > *{
  font-family: var(--font-Padrao);
}

.fx1__assessoria .content p,
.fx1__assessoria .content li{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.fx1__assessoria .btn-red-blue{
  width: 100%;
  max-width: 370px;

  margin-top: 34px;
}

.fx2__assessoria{
  background-color: var(--kry-color-4);

  padding-top: 47px;
  padding-bottom: 116px;
}

.fx2__assessoria .row{
  align-items: center;
  row-gap: 30px;
}

.fx2__assessoria .img__holder__1{
  width: 100%;
  max-width: 415px;
}

.fx2__assessoria .img__holder__1 img{
  width: 100%;
  max-width: 415px;
  height: auto;
  max-height: 100%;
}

.fx2__assessoria .img__holder__2{
  width: 100%;
  max-width: 670px;
}

.fx2__assessoria .img__holder__2 img{
  width: 100%;
  max-width: 670px;
  height: auto;
  max-height: 100%;
}

/* RESPONSIVO SINGLE */

  @media(max-width: 991.98px){
    .fx1__assessoria .col-lg-5{
      display: flex;
      justify-content: center;
    }
    .fx1__assessoria .img__holder,
    .fx1__assessoria .img__holder img{
      width: auto;
      max-width: 370px;
      height: auto;
      max-height: 400px;
    }
    .fx1__assessoria .content{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .fx1__assessoria .content h2,
    .fx2__single h2{
      font-size: 24px;
      margin-bottom: 16px;

      text-align: center;
    }
    .fx1__assessoria .content p,
    .fx1__assessoria .content li{
      font-size: 15px;
      text-align: justify;

      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
    }

    .fx2__assessoria{
      padding-bottom: 107px;
    }
    .fx2__assessoria .col-lg-5,
    .fx2__assessoria .col-lg-7{
      display: flex;
      justify-content: center;
    }
    .fx2__assessoria .img__holder__1,
    .fx2__assessoria .img__holder__1 img{
      max-width: 315px;
    }
    .fx2__assessoria .img__holder__2,
    .fx2__assessoria .img__holder__2 img{
      max-width: 470px;
    }
  }

/* /RESPONSIVO SINGLE */

/* /SINGLE */

/* CONTATO */

.fx1__contato{
  background-color: #FFFFFF;
}

.fx1__contato .container{
  padding-top: 60px;
  padding-bottom: 75px;
}

.fx1__contato .container .row{
  row-gap: 25px;
}

.fx1__contato .content{
  margin-bottom: 52px;
}

.fx1__contato .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: var(--kry-color-1);
  margin-bottom: 31px;
}

.fx1__contato .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__contato .form__container{
  display: flex;
  justify-content: center;
}

.fx1__contato form{
  width: 100%;
  max-width: 570px;

  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 17px;
}

.fx1__contato form p{
  margin-bottom: 0px;
}

.fx1__contato form .form-control{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.fx1__contato form .form-control input,
.fx1__contato form .form-control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 7px;

  padding: 12px 13px;
}

.fx1__contato form .form-control textarea{
  height: 100px;
  resize: none;
}

.fx1__contato form .form-control input,
.fx1__contato form .form-control input::placeholder,
.fx1__contato form .form-control textarea,
.fx1__contato form .form-control textarea::placeholder{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.fx1__contato form .form-submit > p{
  display: flex;
  flex-direction: reverse;
  align-items: center;
  justify-content: start;
}

.fx1__contato form .form-submit .btn-red-blue{
  width: auto;
  min-width: 170px;

  border: none;
  color: #FFFFFF;
}

.fx1__contato .contact__container{
  display: flex;
  flex-direction: column;
  row-gap: 47px;
}

.fx1__contato .contact__wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  row-gap: 19px;
}

.fx1__contato .info__wrapper{
  width: 100%;
  max-width: 312px;

  display: flex;
  align-items: start;
  column-gap: 12px;
}

.fx1__contato .info__wrapper p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;

  color: #000000;
  margin-bottom: 0;
}

.fx1__contato .info__wrapper a{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;

  color: #000000;
  text-decoration: underline;
}

.fx1__contato .social__media__wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.fx1__contato .social__media__wrapper .social__link{
  display: block;
}

.fx1__contato .social__media__wrapper .social__link img{
  width: auto;
  height: auto;
}

.fx2__contato .mapa__container{
  width: 100%;
  height: 480px;
}

.fx2__contato .mapa__container iframe{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 480px;
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1__contato .content{
      text-align: center;
    }
    .fx1__contato .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__contato .content p{
      font-size: 16px;
    }
    .fx1__contato .form-container{
      display: flex;
      justify-content: center;
    }
    .fx1__contato .contact__wrapper{
      align-items: center;
    }
    .fx1__contato .info__wrapper{
      max-width: 500px;
    }
    .fx1__contato .social__media__wrapper{
      justify-content: center;
    }
  }
  @media (max-width: 767.98px){
    .fx1__contato .info__wrapper{
      justify-content: center;
    }
    .fx1__contato form .form-submit > p{
      flex-direction: column-reverse;
    }

    .fx2__contato .mapa__container{
      height: 240px;
    }
    .fx2__contato .mapa__container iframe{
      max-height: 240px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* LANDING PAGE */

.header__lp{
  position: relative;

  padding-top: 32px;
  padding-bottom: 147px;
}

.header__lp::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;

  background: linear-gradient(90deg, var(--kry-color-1) 38.15%, rgba(9, 15, 84, 0) 72.99%);
  opacity: 0.82;
}

.header__lp .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.header__lp .float__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__lp .container{
  position: relative;
  z-index: 10;
}

.header__lp .logo__lp{
  display: flex;

  width: 100%;
  max-width: 170px;
  height: 55px;

  margin-bottom: 93px;
}

.header__lp .logo__lp img{
  width: 100%;
  max-width: 170px;
  height: auto;
  max-height: 55px;
}

.header__lp .content h1{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 800;

  color: #FFFFFF;

  margin-bottom: 26px;
}

.header__lp .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.header__lp .btn-scale-down{
  margin-top: 38px;
}

.header__lp .btn__website{
  position: absolute;
  top: 0px;
  right: 15px;

  display: block;

  width: fit-content;

  font-family: var(--font-Padrao);
  font-weight: 800;
  font-size: 14px;
  text-align: center;

  color: #FFFFFF;

  padding: 4px 18px;
}

.btn__website::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color: var(--kry-color-2);
 
  transition: all .3s ease;
}

.btn__website span{
  position: relative;
  z-index: 5;
}

.btn__website:hover::before{
  transform: scaleX(calc(322 / 370));
}

.fx1__lp{
  padding-top: 55px;
  padding-bottom: 60px;
}

.fx1__lp .row{
  align-items: center;
  row-gap: 25px;
}

.fx1__lp .content h2{
  font-family: var(--font-Padrao);
  font-size: 28px;
  font-weight: 800;

  color: var(--kry-color-5);

  margin-bottom: 28px;
}

.fx1__lp .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.fx1__lp .btn-scale-down{
  margin-top: 60px;
}

.fx1__lp .img__holder{
  width: 100%;
  max-width: 470px;
}

.fx1__lp .img__holder img{
  width: 100%;
  max-width: 470px;
  height: auto;
}

.fx2__lp{
  background-color: var(--kry-color-4);

  padding-top: 62px;
  padding-bottom: 78px;
}

.fx2__lp .row{
  row-gap: 25px;
}

.fx2__lp .img__inner{
  width: 100%;
  max-width: 370px;
}

.fx2__lp .img__inner img{
  width: 100%;
  max-width: 370px;
  height: auto;
}

.fx2__lp .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.fx2__lp .content .btn-scale-down{
  margin-top: 28px;
}

.fx3__lp{
  position: relative;

  padding-top: 58px;
  padding-bottom: 77px;
}

.fx3__lp::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;

  background-color: var(--kry-color-1);
  opacity: .8;
}

.fx3__lp .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fx3__lp .float__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx3__lp .container{
  position: relative;
  z-index: 10;
}

.fx3__lp h2{
  font-family: var(--font-Padrao);
  font-size: 28px;
  font-weight: 800;
  text-align: center;

  color: #FFFFFF;

  margin-bottom: 28px;
}

.fx3__lp .row{
  justify-content: center;
  row-gap: 30px;
}

.card__lp{
  position: relative;

  width: 100%;
  max-width: 270px;
  height: 100%;
  min-height: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;

  padding: 34px 8px;
}

.card__lp::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color: var(--kry-color-1);
  opacity: .7;

  transition: all .3s ease-in-out;
}

.card__lp .icon{
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 70px;
  height: 100%;
  max-height: 70px;
  object-fit: cover;

  transition: filter .3s ease-in-out;
}

.card__lp p{
  position: relative;
  z-index: 5;

  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.card__lp:hover::before{
  transform: scale(calc(294 / 270));
  background-color: var(--kry-color-2);
  opacity: 1;
}

.card__lp:hover .icon{
  filter: brightness(0) invert(1);
}

.fx3__lp .btn__wrapper{
  display: flex;
  justify-content: center;

  margin-top: 41px;
}

.fx3__lp .btn-scale-down{
  max-width: 470px;
}

.fx4__lp{
  padding-top: 65px;
  padding-bottom: 50px;
}

.fx4__lp h2{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 28px;
  text-align: center;

  color: var(--kry-color-1);

  margin-bottom: 53px;
}

.fx4__lp h2 strong{
  font-weight: 800;
}

#depoimentos__slider .swiper-slide{
  height: auto;
  display: flex;
  justify-content: center;
}

.card__dep{
  width: 100%;
  max-width: 370px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
  row-gap: 10px;

  background-color: var(--kry-color-4);
  border-radius: 6px;

  padding: 16px 12px;
}

.card__dep p{
  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.card__dep span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 600;

  color: var(--kry-color-1);
}

#depoimentos__slider .swiper__nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  margin-top: 28px;
}

#depoimentos__slider .theme-button-prev img,
#depoimentos__slider .theme-button-next img{
  transition: filter .3s ease-in-out;
}

#depoimentos__slider .theme-button-prev:hover img,
#depoimentos__slider .theme-button-next:hover img{
  filter: brightness(0);
}

.fx5__lp{
  background-color: var(--kry-color-4);

  padding-top: 40px;
  padding-bottom: 68px;
}

.fx5__lp h2{
  font-family: var(--font-Padrao);
  font-size: 28px;
  font-weight: 400;
  align-items: center;

  color: var(--kry-color-3);

  margin-bottom: 37px;
}

.fx5__lp h2 strong{
  font-weight: 800;
}

.faq__wrapper{
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}

.faq__wrapper .item__faq{
  width: 100%;

  display: flex;
  flex-direction: column;
}

.item__faq .question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;

  background-color: var(--kry-color-5);
  border: none;

  transition: background-color .3s ease-in-out;

  padding: 20px 34px;
}

.item__faq .question[aria-expanded="true"]{
  background-color: var(--kry-color-2);
}

.item__faq .question p{
  font-family: var(--font-Padrao);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.item__faq .question img{
  flex-shrink: 0;

  transition: transform .3s ease-in-out;
}

.item__faq .question[aria-expanded="true"] img{
  transform: rotate(90deg);
}

.item__faq .answer{
  border-radius: 5px;
  border-bottom: 2px solid #0C0C05;

  padding: 19px 16px 19px 16px;
}

.item__faq .answer p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: #0C0C05;

  margin-bottom: 0px;
}

.footer__lp{
  background-color: var(--kry-color-5);

  padding-top: 57px;
  padding-bottom: 36px;
}

.footer__lp .content h2{
  font-family: var(--font-Padrao);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;

  color: #FFFFFF;

  margin-bottom: 28px;
}

.footer__lp .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer__lp .content{
  margin-bottom: 37px;
}

.footer__lp .row{
  row-gap: 25px;
}

.footer__lp .info__wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 36px;
}

.footer__lp .info__item{
  width: 100%;
  max-width: 570px;

  display: flex;
  align-items: start;
  gap: 10px 20px;
}

.info__item .icon{
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

.info__item p,
.info__item p > a{
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.info__item p > a{
  text-decoration: underline;
}

.footer__lp .form__container{
  display: flex;
  justify-content: center;
}

.footer__lp .form__container .wpcf7{
  width: 100%;
  max-width: 470px;
}

.footer__lp .form__container form{
  width: 100%;
  max-width: 470px;

  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer__lp .form__container form p{
  width: 100%;

  margin-bottom: 0px;
}

.footer__lp .form__control{
  width: 100%;

  display: flex;
}

.footer__lp .form__control input,
.footer__lp .form__control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;

  padding: 9px 16px;
}

.footer__lp .form__control textarea{
  resize: none;
  height: 166px;
}

.footer__lp .form__control input,
.footer__lp .form__control textarea,
.footer__lp .form__control input::placeholder,
.footer__lp .form__control textarea::placeholder{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;

  color: var(--kry-color-3);
}

.footer__lp .form__submit{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px 24px;
}

.footer__lp .form__submit > div > p{
  display: flex;
  align-items: center;
}

.footer__lp .form__submit .btn__submit{
  width: 100%;
  min-width: 116px;

  background-color: var(--kry-color-2);
  border: none;
  border-radius: 0px;

  font-family: var(--font-Padrao);
  font-size: 14px;
  font-weight: 800;
  text-align: center;

  color: #FFFFFF;

  transition: transform .3s ease-in-out;

  padding: 5px;
}

.footer__lp .btn__submit:hover{
  transform: scaleX(calc(136 / 116));
}

.footer__lp .form__submit span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: #FFFFFF;
}

.footer__lp .credits{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;

  margin-top: 75px;
}

.footer__lp .credits p{
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;

  color: #FFFFFF;
}

.footer__lp .kryzalis{
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 25px;
}

.themeLpModal .modal-body{
  border-radius: 5px;
  border: none;

  padding: 18px 16px;
}

.form__modal__container form{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.form__modal__container form p{
  width: 100%;

  margin-bottom: 0px;
}

.form__modal__container .form__control{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.form__modal__container .form__control label{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 500;

  color: var(--kry-color-1);
}

.form__modal__container .form__control input{
  width: 100%;

  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid var(--kry-color-3);

  padding: 9px 16px;
}

.form__modal__container .form__control input,
.form__modal__container .form__control input::placeholder,{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;

  color: var(--kry-color-3);
}

.form__modal__container .form__submit > p{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.form__modal__container .form__submit .btn__submit{
  width: 100%;
  min-width: 116px;

  background-color: var(--kry-color-2);
  border: none;
  border-radius: 0px;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 700;
  text-align: center;

  color: #FFFFFF;

  transition: transform .3s ease-in-out;

  padding: 12px 5px;
  margin-top: 10px;
}

.form__modal__container .btn__submit:hover{
  transform: scale(1.05);
}

.themeLpModal .btn__close{
  position: absolute;
  top: 5px;
  right: 5px;
  
  width: 20px;
  height: 20px;

  font-family: var(--font-Padrao);
  font-size: 11px;
  font-weight: 600;

  color: #FFFFFF;

  background-color: var(--kry-color-3);
  border: none;
  border-radius: 100px;

  padding: 3px;
}

.form__recaptcha{
  max-height: 80px;
}

/* RESPONSIVO LANDING PAGE */

  @media (max-width: 991.98px) {
    .header__lp{
      padding-bottom: 107px;
    }
    .header__lp .logo__lp{
      margin-bottom: 53px;
    }
    .header__lp .content,
    .fx1__lp .content,
    .fx2__lp .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .header__lp .content h1{
      font-size: 30px;
    }
    .header__lp .content p{
      font-size: 20px;
    }


    .fx1__lp .col-lg-5,
    .fx2__lp .col-lg-4,
    .fx3__lp .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx1__lp .img__holder,
    .fx1__lp .img__holder img{
      max-width: 370px;
    }
    .fx1__lp .content h2,
    .fx3__lp h2{
      font-size: 24px;

      margin-bottom: 12px;
    }
    .fx1__lp .content p,
    .fx2__lp .content p{
      font-size: 19px;

      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;

      line-height: 1.4;
    }

    .fx2__lp .img__inner,
    .fx2__lp .img__inner img{
      max-width: 270px;
    }

    .card__lp{
      min-height: auto;
    }
    .card__lp p{
      font-size: 19px;
    }

    .fx4__lp h2,
    .fx5__lp h2{
      font-size: 24px;

      text-align: center;

      margin-bottom: 20px;
    }

    .card__dep p,
    .card__dep span{
      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
    }

    .footer__lp .content{
      text-align: center;
    }
    .footer__lp .content h2{
      font-size: 23px;

      margin-bottom: 14px;
    }
    .footer__lp .content p{
      font-size: 19px;
    }
    .footer__lp .info__wrapper{
      align-items: center;
    }
    .info__item p,
    .info__item p > a{
      font-size: 20px;
    }
    .footer__lp .credits{
      align-items: center;
    }
  }
  @media(max-width: 900.98px){
    .footer__lp{
      padding-bottom: 86px;
    }
  }
  @media(max-width: 767.98px){
    .header__lp{
      padding-bottom: 67px;
    }
    .header__lp .content h1{
      font-size: 25px;

      margin-bottom: 12px;
    }
    .header__lp .content p{
      font-size: 18px;
    }

    .fx1__lp .content h2,
    .fx3__lp h2,
    .fx4__lp h2,
    .fx5__lp h2{
      font-size: 21px;
    }
    .fx1__lp .content p,
    .fx2__lp .content p{
      font-size: 17px;
    }

    .card__lp p{
      font-size: 17px;
    }

    .item__faq .question p{
      font-size: 17px;
    }
    .item__faq .answer p{
      font-size: 13px;
    }

    .footer__lp .content h2{
      font-size: 20px;
    }
    .footer__lp .content p,
    .info__item p,
    .info__item p > a{
      font-size: 17px;
    }
    .footer__lp .form__submit{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .footer__lp .form__submit > div > p{
      flex-direction: column-reverse;
    }
  }
  @media (max-width: 575.98px) {
    .header__lp .content h1{
      font-size: 21px;
    }
    .header__lp .content p{
      font-size: 16px;
    }

    .card__dep p{
      font-size: 16px;
    }
    .card__dep span{
      font-size: 14px;
    }

    .item__faq .question{
      padding: 15px 16px;
    }
    .item__faq .answer{
      padding: 14px 10px;
    }
  }
  @media (max-width: 480.98px) {
    .header__lp .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .header__lp .btn__website{
      display: none;
    }

    .footer__lp .info__item{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }

/* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* ===================================== */
/* BLOG NOVO 01-2026 */
/* ===================================== */

/* VARIÁVEIS USADAS (referência) */

  /*
    COR:
    - var(--kry-color-1);
    - var(--kry-color-2);
    - var(--kry-color-3);
    
    FONTES:
    - var(--font-Padrao);
  */

/* /VARIÁVEIS USADAS (referência) */

/* INDEX */

  .kry__blog{
    font-family: var(--font-Padrao);
  }

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 115px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;

    color: var(--kry-color-1);

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-2);
    border-radius: 5px;

    transition: all .3s ease;

    padding: 9px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: var(--font-Padrao);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-1);

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    transition: color .3s ease;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: var(--kry-color-1);
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;

    object-fit: cover;
    transition: all .3s ease;
  }

  .post__container:has(.post__header h3:hover) .post__body .post__thumbnail img,
  .kry__blog .post__body:hover .post__thumbnail img{
    transform: scale(.975);
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
    max-width: 100%;
  }

  .kry__blog .post__author{
    max-width: 480px;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #000000;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: var(--kry-color-3);

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;

    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-2);
    border-radius: 3px;
    border: none;

    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;

    background-color: var(--kry-color-2);
    border-radius: 4px;

    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;

    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 500;
    text-align: center;

    color: #FFFFFF;

    border-bottom: 1px solid #F2F2F2;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 5px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: #F8F8F8;
    border-radius: 10px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(0.8);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--font-Padrao);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;

    color: var(--kry-color-1);
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

/* /SIDEBAR */

/* WP-PAGENAVI */

  .fx2__index__blog{
    background-color: var(--kry-color-4);

    padding-top: 43px;
    padding-bottom: 127px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;

    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;

    color: var(--kry-color-3);

    transition: all .3s linear;

    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-2);
    color: #FFFFFF;
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

/* /WP-PAGENAVI */

/* SINGLE */

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog__single .post__header h1{
    font-family: var(--font-Padrao);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-1);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .kry__blog .post__editor{
    font-family: var(--font-Padrao);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor div{
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: var(--kry-color-3);
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6,
  .kry__blog .post__editor p,
  .kry__blog .post__editor li,
  .kry__blog .post__editor span,
  .kry__blog .post__editor strong,
  .kry__blog .post__editor b,
  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite,
  .kry__blog .post__editor blockquote{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  

  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 4px;

    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6{
    font-family: var(--font-Padrao);
    font-weight: 700;
  }

  .kry__blog .post__editor h1{
    font-size: 2rem;
  }
  .kry__blog .post__editor h2{
    font-size: 1.75rem;
  }
  .kry__blog .post__editor h3{
    font-size: 1.5rem;
  }
  .kry__blog .post__editor h4{
    font-size: 1.25rem;
  }
  .kry__blog .post__editor h5{
    font-size: 1rem;
  }
  .kry__blog .post__editor h6{
    font-size: 0.75rem;
  }

  .kry__blog .post__editor hr{
    margin: 1.5rem 0;
    opacity: .5;
  }

  .kry__blog .post__editor details{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
  }

  .kry__blog .post__editor summary{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 600;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: var(--kry-color-2);
    text-decoration: underline;
    transition: all .3s ease;
  }
  .kry__blog .post__editor a:hover{
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor code{
    font-family: var(--font-Padrao);
    font-size: 17px;
    background-color: #F0F0F0;
  }

  .kry__blog .post__editor blockquote{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-left: 5px solid var(--kry-color-1);
    border-radius: 15px;

    padding: 20px;
    margin: 3rem 0px;
  }

  .kry__blog .post__editor blockquote > *{
    font-size: 16px;

    margin-bottom: 0 !important;
  }

  .kry__blog .post__editor mark{
    color: #FFF;
    background-color: var(--kry-color-1);
    border-radius: 2px;
  }

  .kry__blog .post__editor pre{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 8px 10px;

    margin: 1rem 0;
  }

  .kry__blog .post__editor ul,
  .kry__blog .post__editor ol{
    padding-left: 1.2rem;
  }

  .kry__blog .post__editor ::marker{
    font-size: 18px;
    font-weight: 600;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;

    padding-left: 18px;
  }

  .kry__blog .post__editor .table-responsive{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .kry__blog .post__editor .table{
    --bs-table-bg: transparent;
    margin-bottom: 0;
  }

  .kry__blog .post__editor .table:has(thead) thead tr,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child{
    background-color: var(--kry-color-1);
    color: #FFF;
  }

  .kry__blog .post__editor .table th,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child td{
    color: #FFF;
  }

  .kry__blog .post__editor .table tfoot{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor .table tfoot td{
    font-size: 15px;
    color: #444444;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;

    color: #000000;
  }

  .kry__blog .post__editor .table td{
    padding: 5px;
  }

  .kry__blog .post__editor table{
    width: 100%;
  }

  .kry__blog .post__editor tbody,
  .kry__blog .post__editor tr,
  .kry__blog .post__editor td,
  .kry__blog .post__editor th{
    border: 1px solid #000 !important;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #A0A0A0;
  }
  
  .kry__blog .post__editor audio{
    width: 100%;
    max-width: 400px;

    margin: .8rem 0;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-panel{
    background-color: #CCCCCC;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-play-button{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .kry__blog .post__editor audio::-webkit-controls-current-time-display,
  .kry__blog .post__editor audio::-webkit-controls-time-remaining-display{
  }
  
  .kry__blog .post__editor video{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    background-color: #000;
    outline: none;

    margin: .8rem 0;
  }
  
  .kry__blog .post__editor address{
    width: fit-content;
    font-style: normal;
    background-color: #CCCCCC;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);

    padding: 20px;
  }
  
  .kry__blog .post__editor sub,
  .kry__blog .post__editor sup{
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .kry__blog .post__editor sub{
    bottom: -0.3rem;
  }
  .kry__blog .post__editor sup{
    top: -0.3rem;
  }
  
  .kry__blog .post__editor small{
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .kry__blog .post__editor form{
    margin: 0.8rem 0;
  }
  
  .kry__blog .post__editor label{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .kry__blog .post__editor textarea,
  .kry__blog .post__editor input,
  .kry__blog .post__editor input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .kry__blog .post__editor textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .kry__blog .post__editor button{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFFFFF;

    transition: all .3s ease;

    padding: 12px 18px;
  }

  .kry__blog .post__editor button:hover{
    filter: brightness(1.4);
  }

/* /SINGLE */

/* OTHERS POSTS */

  .fx2__single__blog{
    background-color: var(--kry-color-4);

    padding-top: 57px;
    padding-bottom: 145px;
  }

  .others__posts__container h3{
    font-family: var(--font-Padrao);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-1);
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 230px;

    margin-bottom: 15px;
  }

  .other__post .post__thumbnail::before{
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;

    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    transition: background-color .3s ease;
  }

  .others__posts__container .other__post:hover .post__thumbnail::before{
    background-color: rgba(0,0,0,.25);
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;

    color: var(--kry-color-3);
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: var(--font-Padrao);
    font-size: 23px;
    font-weight: 700;
    color: var(--kry-color-1);

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-2);

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: var(--kry-color-2);
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 60px;
    height: 60px;
    text-align: center;

    font-size: 30px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #FFFFFF;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 500;

    color: #000000;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-2);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* TAGS */

  .post__tags{
    margin-top: 1rem;
  }

  .post__tags p{
    font-family: var(--font-Padrao);
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;

    margin-bottom: 14px;
  }

  .post__tags .tags__wrapper,
  .post__tags .tags__wrapper a{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: #FFFFFF;
  }
  
  .post__tags .tags__wrapper a{
    text-decoration: underline;
    transition: all .3s ease;
  }

  .post__tags .tags__wrapper a:hover{
    color: #CCCCCC;
  }

/* /TAGS */

/* RESPONSIVO */

  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }
    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4,
    .kry__blog .blog__sidebar__banners,
    .kry__blog .others__posts__wrapper{
      justify-items: center;
    }
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }

    .col__blog__sidebar{
      justify-items: center;
    }
    .kry__blog__sidebar{
      width: 100%;
      max-width: 300px;
    }

    .comments__container h3,
    .others__posts__container h3,
    .pagenavi__container{
      text-align: center;
    }

    .comments__form .comment-form-author, .comments__form .comment-form-email{
      width: 100%;
    }
  }
  @media(max-width: 767px){
    .kry__blog .post__header{
      align-items: center;
    }
    .kry__blog .post__header h1{
      font-size: 21px;
    }
    .kry__blog .post__body{
      flex-direction: column;
      align-items: center;
    }

    .other__post .other__post__title{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      max-width: 95%;
    }
    .kry__blog .category__wrapper .post__category{
      min-width: auto;
    }
    .kry__blog .post__header h1{
      font-size: 19px;
    }

    .comment__item .comment__author__letter{
      width: 45px;
      height: 45px;

      font-size: 25px;
    }
    .comments__wrapper .comment__reply{
      width: calc(100% - 20px);

      margin-left: 20px;
    }
  }

/* /RESPONSIVO */

/* ===================================== */
/* /BLOG NOVO */
/* ===================================== */

/* 404 */

.pg-404 {
  min-height: 45vh;
  place-items: center;
  padding: 96px 1.5rem;
  padding-bottom: 120px;
}

.pg-404 .container {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
}

.pg-404 h2 {
  font-family: var(--font-Padrao);
  font-weight: 800;
  line-height: 1;
  font-size: 66px;
  color: #000000;
}

.pg-404 h3 {
  margin: 1rem 0 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: #000000;
  font-size: 22px;
  line-height: 1.7;
}

.pg-404 .editor a {
  color: #000000 !important;
  font-weight: 700;
  text-decoration: none;
}

.pg-404 .editor a:hover,
.pg-404 .editor a:active {
  color: var(--kry-color-3) !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 4rem 1.25rem;
  }
  .pg-404 h2 {
    font-size: 46px;
  }
  .pg-404 h3 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1__obrigado{
  min-height: 45vh;
  align-content: center;
}

.fx1__obrigado .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1__obrigado .content{
  text-align: center;
}

.fx1__obrigado .content h2{
  font-family: var(--font-Padrao);
  font-size: 45px;
  font-weight: 700;

  color: var(--kry-color-1);

  margin-bottom: 20px;
}

.fx1__obrigado .content p{
  font-family: var(--font-Padrao);
  font-size: 25px;
  font-weight: 500;
  color: var(--kry-color-3);
}

.fx1__obrigado .content a{
  color: #000000;

  transition: all .3s ease;

  &:hover{
    color: var(--kry-color-3);
  }
}

@media (max-width: 767PX) {
  .fx1__obrigado .content h2{
    font-size: 35px;
  }
  .fx1__obrigado .content p{
    font-size: 18px;
  }
}

/* /OBRIGADO */

/*  @media(max-width: 1199.98px){

  }
  @media (max-width: 991.98px) {

  }
  @media(max-width: 767.98px){

  }
  @media (max-width: 575.98px) {

  }
  @media (max-width: 480.98px) {

  }*/