@charset "UTF-8";
/* Tema do cliente */
/* Cores */
/* cor-1: #1E3A5F */
/* cor-2: #C9A14A */
/* cor-3: #A0A5A9 */
/* cor-4: #F8F8F8 */
/* cor-5: #58B5EE */

/* Fonts */
/* Monstserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* "Noto Sans", sans-serif */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Pré formatações */

html{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.container{
  width: 100% !important;
  max-width: 1170px !important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

a:hover{
  color: var(--kry-color-one);
}
::-moz-selection{
  background: var(--kry-color-one);
}
::selection{
  background: var(--kry-color-one);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--kry-color-one);
  border-color: var(--kry-color-one);
}
.editor p{
  font-family: var(--font-text);
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family: var(--font-text);
}

:root{
  --font-Montserrat: 'Montserrat';
  --font-OpenSans: 'Open Sans';

  --kry-color-one  : #1E3A5F;
  --kry-color-two  : #C9A14A;
  --kry-color-three: #A0A5A9;
  --kry-color-four : #F8F8F8;
  --kry-color-five : #58B5EE;
}

/* LANDING PAGE */

.btn-gold-blue{
  display: block;

  max-width: 470px;

  background-color: var(--kry-color-two);
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;

  color: #FFFFFF;  

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-gold-blue:hover{
  background-color: var(--kry-color-one);
  color: #FFF;
}

.btn-gold-light{
  display: block;

  max-width: 470px;

  background-color: var(--kry-color-two);
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;

  color: var(--kry-color-one);

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-gold-light:hover{
  background-color: var(--kry-color-five);
  color: #FFF;
}

.btn-blue-light{
  display: block;

  max-width: 470px;

  background-color: var(--kry-color-one);
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;

  color: #FFF;

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-blue-light:hover{
  background-color: var(--kry-color-five);
  color: #FFF;
}

.btn-gold-black{
  display: block;

  max-width: 470px;

  background-color: var(--kry-color-two);
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;

  color: #FFF;

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-gold-black:hover{
  background-color: #000000;
  color: #FFF;
}

.header-lp{
  --bg-header: #F8F8F8;
  background: var(--bg-header);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--kry-color-four);
  overflow: hidden;
}

.header-lp .container{
  position: relative;

  padding-top: 32px;
  padding-bottom: 93px;
}

.header-page .container{
  padding-bottom: 32px;
}

.header-lp .main-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-lp .main-content .img-logo{
  width: 100%;
  height: auto;
  margin-bottom: 65px;
}

.header-page .main-content .img-logo{
  text-align: center;
  margin-bottom: 0;
}

.header-lp .main-content .img-logo img{
  width: 100%;
  max-width: 370px;
  height: auto;
  object-fit: cover;
}

.header-lp .main-content .content{
  margin-bottom: 30px;
}

.header-lp .main-content .content h1{
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 38px;
  line-height: 1.3;

  color: var(--kry-color-one);
  margin-bottom: 12px;
}

.header-lp .main-content .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  text-align: justify;

  color: #000000;
}

.header-lp .main-content .content strong,
.header-lp .main-content .content b{
  font-weight: 800;
}

.header-lp .main-content .content u{
  text-decoration: underline;
}

.header-lp .btn-gold-blue{
  margin-top: 30px;
}

.fx1_lp .container{
  padding-top: 52px;
  padding-bottom: 60px;
}

.fx1_lp .content{
  margin-bottom: 52px;
}

.fx1_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;

  color: #000000;
  margin-bottom: 0;
}

.fx1_lp .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_lp .card-lp{
  height: 100%;
  min-height: 370px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  background-color: var(--kry-color-four);
  border-radius: 3px;

  padding: 82px 27px 61px 27px;

  transition: all .3s linear;
}

.fx1_lp .card-lp .icon{
  width: 100px;
  height: 100px;
  margin-bottom: 21px;
}

.fx1_lp .card-lp .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}

.fx1_lp .card-lp span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;

  color: var(--kry-color-one);

  transition: all .3s linear;
}

.fx1_lp .card-lp:hover{
  background-color: var(--kry-color-one);
}

.fx1_lp .card-lp:hover .icon img{
  filter: brightness(0) invert(1);
}

.fx1_lp .card-lp:hover span{
  color: #FFF;
}

.fx1_lp .btn-wrapper{
  justify-items: center;
  margin-top: 49px;
}

.fx2_lp{
  --bg-fx2: var(--kry-color-one);
  background-image: var(--bg-fx2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--kry-color-one);
}

.fx2_lp .container{
  text-align: justify;

  padding-top: 57px;
  padding-bottom: 70px;
}

.fx2_lp .content h2{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 22px;
}

.fx2_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 21.4px;
  line-height: 1.7;

  color: #FFFFFF;
}

.fx2_lp .content strong{
  font-weight: 700;
}

.fx2_lp .btn-gold-light{
  margin-top: 29px;
}

.fx2_lp .img-fx2{
  width: 100%;
}

.fx2_lp .img-fx2 img{
  width: 100%;
  height: auto;
}

.fx3_lp{
  background-color: #DFDFDF;
}

.fx3_lp .container{
  padding-top: 81px;
  padding-bottom: 82px;
}

.fx3_lp .row{
  row-gap: 35px;
}

.fx3_lp .img-selo{
  width: 100%;
  max-width: 270px;
  height: 265px;
}

.fx3_lp .img-selo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fx3_lp .content h3{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 32px;
}

.fx3_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;

  color: #000000;
  margin-bottom: 0;
}

.fx3_lp .content strong,
.fx3_lp .content b{
  font-weight: 800;
}

.fx4_lp .container{
  padding-top: 75px;
  padding-bottom: 90px;
}

.fx4_lp .depoimentos-container{
  margin-bottom: 84px;
}

.fx4_lp .faq-container{
  margin-bottom: 93px;
}

.fx4_lp .title-dep{
  text-align: center;
}

.fx4_lp .title{
  text-align: left;
}

.fx4_lp h3{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;

  color: #000;
  margin-bottom: 32px;
}

.fx4_lp .title strong,
.fx4_lp .title b{
  font-weight: 800;
}

.fx4_lp .faq{
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.faq .ui-accordion-header-icon{
  display: none;
}

.faq .question{
  margin: 0;
  padding: 21px 34px;
  outline: none;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid var(--kry-color-one);
  border-radius: 5px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 23px;

  transition: all .3s linear;
}

.faq .question .icon{
  transition: all .3s ease;
}

.faq .question h4{
  font-family: var(--font-OpenSans);
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;

  color: var(--kry-color-one);

  transition: all .3s ease;

  margin-bottom: 0;
}

.faq .question.ui-state-active{
  background-color: var(--kry-color-one);
}

.faq .question.ui-state-active h4{
  color: #FFFFFF;
}

.faq .question.ui-state-active .icon{
  filter: brightness(0) invert(1);
  rotate: 90deg;
}

.faq .answer{
  border-bottom: 2px solid #000000;
  border-radius: 5px;

  padding: 0px 52px 10px 34px;
}

.faq .answer p{
  font-family: var(--font-OpenSanst);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  color: #000000;
}

.fx4_lp .buttons-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.fx4_lp .buttons-wrapper .btn-fx4{
  max-width: 370px;
  padding: 14px 10px;
}

.footer-lp{
  background-color: var(--kry-color-one);
}

.footer-lp .container{
  padding-top: 77px;
  padding-bottom: 36px;
}

.footer-lp .text{
  margin-bottom: 50px;
}

.footer-lp .text p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;

  color: #FFF;
}

.footer-lp .text strong,
.footer-lp .text b{
  font-weight: 800;
  font-size: 28px;
}

.footer-lp .container .row{
  row-gap: 25px;
}

.footer-lp .info-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 31px;
}

.footer-page .info-wrapper{
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-lp .info-wrapper .info{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 11px;
}

.footer-page .info-wrapper .info{
  width: 50%;
  justify-content: flex-start;
}

.footer-lp .info-wrapper .info .icon{
  width: 30px;
  height: 30px;
  transform: translateY(5px);
}

.footer-lp .info-wrapper .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-lp .info-wrapper span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;

  color: #FFF;
}

.footer-lp .form-container form{
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer-lp .wpcf7{
  width: 100%;
  justify-items: center;
}

.footer-lp form .form-group{
  background-color: #FFF;

  border: 1px solid #CCC;
  border-radius: 3px;

  margin-bottom: 0px;
}

.footer-lp form p{
  margin-bottom: 0;
}

.footer-lp form .form-control,
.footer-lp form textarea{
  border: none;

  padding: 9px 16px;
}

.footer-lp form .form-control,
.footer-lp form .form-control::placeholder,
.footer-lp form textarea,
.footer-lp form textarea::placeholder{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.footer-lp form textarea{
  width: 100%;
  resize: none;
  height: 165px;
  max-height: 166px;
}

.footer-lp form .form-submit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
}

.footer-lp form .form-submit .btn-submit{
  display: block;
  width: 116px;

  background-color: var(--kry-color-two);
  border: none;
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;

  color: var(--kry-color-one);

  padding: 7px 24px;

  transition: all .3s linear;
}

.footer-lp form .form-submit .btn-submit:hover{
  background-color: var(--kry-color-one);
  color: #FFF;
}

.footer-lp form .form-submit span{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: #FFF;
}

.footer-lp .credits{
  display: flex;
  justify-content: space-between;
  align-items: end;

  margin-top: 70px;
}

.footer-lp .credits span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFF;
}

.footer-lp .credits .kry{
  display: flex;
  align-items: flex-end;
  column-gap: 25px;
}

/* RESPONSIVO LANDING PAGE */

  @media(max-width: 991px){
    .header-lp,
    .fx2_lp{
      background-image: none;
    }
    .header-lp .main-content .content p,
    .fx1_lp .content p,
    .fx2_lp .content p,
    .fx3_lp .content,
    .fx3_lp .content p{
      text-align: center;
      justify-items: center;
    }
    .header-lp .main-content{
      align-items: center;
      text-align: center;
    }
    .header-lp .main-content .content{
      justify-items: center;
    }
    .header-lp .background-img{
      display: none;
    }
    .fx1_lp .container .col-lg-4{
      display: flex;
      justify-content: center;
    }
    .fx1_lp .card-lp{
      width: 80%;
    }
    .fx2_lp .row{
      row-gap: 25px;
    }
    .fx2_lp .col-lg-6{
      justify-items: center;
    }
    .fx2_lp .img-fx2{
      width: 45%;
    }
    .fx2_lp .content{
      justify-items: center;
      text-align: center;
      p{
        padding: 0;
      }
    }
    .fx3_lp .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx4_lp .buttons-wrapper{
      flex-direction: column;
    }
    .footer-lp .text{
      text-align: center;
    }
    .footer-lp .info-wrapper{
      flex-direction: column;
      align-items: center;
    }
    .footer-lp .info-wrapper .info{
      justify-content: center;
    }
    .footer-lp .form-container,
    .footer-lp .wpcf7{
      display: flex;
      justify-content: center;
    }
    .footer-lp .form-container form{
      width: 85%;
    }
    .footer-lp .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 10px;
    }
  }
  @media(max-width: 900px) {
    .footer-lp .container {
      padding-bottom: 96px;
    }
  }
  @media(max-width: 767px){
    .header-lp .container{
      padding-top: 40px;
      padding: 30px;
    }
    .header-lp .main-content .img-logo{
      margin-bottom: 32px;
    }
    .header-page .main-content .img-logo{
      margin-bottom: 0;
    }
    .header-lp .main-content .content h1{
      font-size: 27px;
    }
    .header-lp .main-content .content p{
      font-size: 18px;
    }
    .header-lp .content .btn-gold-blue,
    .fx2_lp .btn-gold-light{
      width: auto;
      font-size: 21px;
    }
    .fx1_lp .content p{
      font-size: 17px;
    }
    .fx1_lp .card-lp{
      min-height: unset;
      padding: 50px 20px;
    }
    .fx2_lp .content h2{
      font-size: 22px;
    }
    .fx2_lp .content p{
      font-size: 17px;
    }
    .fx2_lp .btn-gold-blue{
      margin-top: 24px;
    }
    .fx3_lp .content h3{
      font-size: 23px;
    }
    .fx3_lp .content p{
      font-size: 17px;
    }
    .faq .question h4{
      font-size: 18px;
    }
    .fx4_lp .title{
      text-align: center;
    }
    .fx4_lp h3{
      font-size: 23px;
    }
    .faq .answer{
      padding: 0px 22px 10px 22px;
    }
    .fx4_lp .buttons-wrapper .btn-fx4{
      font-size: 21px;
    }
    .footer-lp .text strong, .footer-lp .text b{
      font-size: 23px;
    }
    .footer-lp .text p{
      font-size: 19px;
    }
    .footer-lp .info-wrapper{
      row-gap: 20px;
    }
    .footer-lp .info-wrapper span{
      font-size: 21px;
    }
  }
  @media(max-width: 480px){
    .header-lp .main-content .content h1{
      font-size: 25px;
    }
    .header-lp .content .btn-gold-blue,
    .fx1_lp .btn-gold-light,
    .fx2_lp .btn-gold-blue{
      width: auto;
      font-size: 16px;
    }
    .fx2_lp .img-fx2{
      width: 60%;
    }
    .fx3_lp .container{
      padding-top: 40px;
      padding-bottom: 45px;
    }
    .footer-lp .text{
      margin-bottom: 40px;
    }
    .footer-lp .text strong, .footer-lp .text b{
      font-size: 20px;
    }
    .footer-lp .text p{
      font-size: 17px;
    }
    .footer-lp .info-wrapper{
      row-gap: 15px;
    }
    .footer-lp .info-wrapper span{
      font-size: 19px;
    }
    .footer-lp .info-wrapper .info{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 5px;
    }
    .footer-lp form .form-submit{
      flex-direction: column;
      row-gap: 12px;
      justify-content: center;
    }
  }

/* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* 404 */

.pg-404 {
  --bg-grad-start: var(--kry-color-one);
  --bg-grad-end: #0f2036;
  --title-glow: rgba(88, 181, 238, 0.25);

  min-height: 45vh;
  display: grid;
  place-items: center;
  padding: 6rem 1.5rem;
  background: radial-gradient(1200px 600px at 20% 0%, var(--bg-grad-start) 0%, var(--bg-grad-end) 100%);
  color: #fff;
  font-family: var(--font-OpenSans), system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.pg-404::after {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 55vh;
  background: radial-gradient(closest-side, var(--title-glow), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.pg-404 .container {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
}

.pg-404 h1 {
  margin: 0 0 .5rem;
  font-family: var(--font-Montserrat), var(--font-OpenSans), sans-serif;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  font-size: clamp(6rem, 14vw, 12rem);
  color: #fff;
  text-shadow:
    0 6px 22px rgba(0,0,0,.35),
    0 0 0.01px var(--kry-color-five);
  position: relative;
}

.pg-404 h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  margin: .8rem auto 0;
  background: linear-gradient(90deg, var(--kry-color-two), var(--kry-color-five));
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(201,161,74,.35);
}

.pg-404 h2 {
  margin: 1rem 0 1.25rem;
  color: var(--kry-color-four);
  font-weight: 600;
  font-size: clamp(1.125rem, 2.8vw, 1.75rem);
  line-height: 1.3;
  text-wrap: balance;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: var(--kry-color-four);
  font-size: clamp(.95rem, 2.2vw, 1.0625rem);
  line-height: 1.7;
}

.pg-404 .editor a {
  --btn-bg: var(--kry-color-two);
  --btn-fg: #1a2433;

  display: inline-block;
  margin-top: 1rem;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in oklab, var(--btn-bg), #fff 12%), var(--btn-bg));
  color: var(--btn-fg);
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 10px 22px rgba(0,0,0,.25),
    0 4px 0 color-mix(in oklab, var(--btn-bg), #000 22%);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pg-404 .editor a:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 16px 28px rgba(0,0,0,.28),
    0 5px 0 color-mix(in oklab, var(--btn-bg), #000 22%);
}

.pg-404 .editor a:active {
  transform: translateY(0);
  box-shadow:
    0 8px 18px rgba(0,0,0,.22),
    0 2px 0 color-mix(in oklab, var(--btn-bg), #000 22%);
}

.pg-404 .editor a:focus-visible {
  outline: 3px solid var(--kry-color-five);
  outline-offset: 3px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 4rem 1.25rem;
  }
  .pg-404 h1::after {
    width: 90px;
    height: 5px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado{
  background-color: #DFDFDF;
  min-height: 45vh;
  align-content: center;
}

.fx1_obrigado .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado .content h1{
  font-family: var(--font-Montserrat);
  font-size: 55px;
  font-weight: 700;

  color: var(--kry-color-one);

  margin-bottom: 20px;
}

.fx1_obrigado .content p{
  font-family: var(--font-Montserrat);
  font-size: 25px;
  font-weight: 500;
}

.fx1_obrigado .content a{
  color: var(--kry-color-one);

  transition: all .3s ease;

  &:hover{
    color: var(--kry-color-two);
  }
}

@media (max-width: 767PX) {
  .fx1_obrigado .content h1{
    font-size: 35px;
  }
  .fx1_obrigado .content p{
    font-size: 18px;
  }
}

/* /OBRIGADO */