@charset "UTF-8";
/* Tema do cliente */
/* Cores */
/* cor-1: #0736F8 */
/* cor-2: #031B75 */
/* cor-3: #24BDFF */

/* 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  : #0736F8;
  --kry-color-two  : #031B75;
  --kry-color-three: #24BDFF;
}

/* LANDING PAGE */

.btn-blue-dark{
  display: block;

  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: #FFFFFF;  

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-blue-dark:hover,
.btn-blue-dark:focus,
.btn-blue-dark:active{
  background-color: var(--kry-color-two);
  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,
.btn-blue-light:focus,
.btn-blue-light:active{
  background-color: var(--kry-color-three);
  color: #FFF;
}

.header-lp{
  --bg-header: var(--kry-color-one);
  background: var(--bg-header);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  overflow: hidden;
}

.header-lp .container{
  position: relative;

  padding-top: 60px;
  padding-bottom: 90px;
}

.header-lp .main-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding-right: 36px;
}

.header-page .main-content{
  align-items: center;
  justify-items: center;
  padding-right: 0;
}

.header-lp .main-content .img-logo{
  width: 100%;
  max-width: 525px;
  height: auto;
  margin-bottom: 68px;
}

.header-page .main-content .img-logo{
  margin-bottom: 0;
}

.header-lp .main-content .img-logo img{
  width: 100%;
  max-width: 525px;
  height: auto;
  object-fit: cover;
}

.header-lp .main-content .content h1{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 45px;
  line-height: 1.6;

  color: #000;
  margin-bottom: 21px;
}

.header-lp .main-content .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;

  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-blue-dark{
  max-width: 370px;

  margin-top: 32px;
}

.fx1_lp{
  background-color: #EFEFEF;
}

.fx1_lp .container{
  padding-top: 52px;
  padding-bottom: 59px;
}

.fx1_lp .content{
  text-align: center;

  margin-bottom: 43px;
}

.fx1_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.8;

  color: #000000;
  margin-bottom: 0;
}

.fx1_lp .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_lp .card-lp{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  background-color: #FFFFFF;
  border-radius: 3px;

  padding: 62px 17px;

  transition: all .3s linear;
}

.fx1_lp .card-lp .icon{
  --icon-card: url('../imagens/no-img.png');
  background-color: var(--kry-color-one);

  mask-image: var(--icon-card);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;

  -webkit-mask-image: var(--icon-card);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  
  width: 70px;
  height: 70px;
  
  transition: background-color .3s ease;

  margin-bottom: 14px;
}

/*.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.35;

  color: #000000;

  transition: all .3s linear;
}

.fx1_lp .card-lp:hover{
  background-color: #D5DDFF;
}

.fx1_lp .card-lp:hover .icon{
  background-color: var(--kry-color-two);
}

.fx1_lp .btn-wrapper{
  justify-items: center;
  margin-top: 57px;
}

.fx1_lp .btn-wrapper .btn-blue-dark{
  width: 100%;
  max-width: 370px;
}

.fx2_lp .container{
  padding-top: 63px;
  padding-bottom: 73px;
}

.fx2_lp .row{
  row-gap: 25px;
}

.fx2_lp .img-esquerda{
  width: 100%;
  max-width: 580px;
}

.fx2_lp .img-esquerda img{
  width: 100%;
  max-width: 580px;
  height: auto;
  max-height: 470px;
}

.fx2_lp .content{
  text-align: justify;
}

.fx2_lp .content h2{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 22px;
}

.fx2_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.7;

  color: #000000;
}

.fx2_lp .content strong{
  font-weight: 700;
}

.fx2_lp .btn-blue-dark{
  max-width: 370px;

  margin-top: 28px;
}

.fx3_lp{
  background-color: var(--kry-color-two);
}

.fx3_lp .container{
  padding-top: 50px;
  padding-bottom: 63px;
}

.fx3_lp .row{
  align-items: center;
  row-gap: 25px;
}

.fx3_lp .content{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;

  color: #FFFFFF;
  margin-bottom: .5rem;
}

.fx3_lp .btn-blue-light{
  max-width: 470px;

  margin-top: 25px;
}

.fx3_lp .img-selo{
  width: 100%;
  max-width: 320px;
}

.fx3_lp .img-selo img{
  width: 100%;
  max-width: 319px;
  height: auto;
  max-height: 315px;
}

.fx4_lp .container{
  padding-top: 29px;
  padding-bottom: 71px;
}

.fx4_lp .depoimentos-container{
  margin-bottom: 84px;
}

.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: 40px;
}

.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: 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: #FFFFFF;

  transition: all .3s ease;

  margin-bottom: 0;
}

.faq .question.ui-state-active{
  background-color: var(--kry-color-two);
}

.faq .question.ui-state-active h4{
  color: #FFFFFF;
}

.faq .question.ui-state-active .icon{
  rotate: 90deg;
}

.faq .answer{
  border-bottom: 2px solid #000000;
  border-radius: 5px;

  padding: 0px 52px 10px 34px;
}

.faq .answer p{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}

.footer-lp{
  background-color: var(--kry-color-two);
}

.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: 27px;
}

.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-one);
  border: none;
  border-radius: 3px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;

  padding: 7px 24px;

  transition: all .3s linear;
}

.footer-lp form .form-submit .btn-submit:hover{
  background-color: var(--kry-color-three);
  color: #FFF;
}

.footer-lp form .form-submit span{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: #FFF;
}

.wpcf7-response-output{
  background-color: var(--kry-color-three);
  border-color: var(--kry-color-three);

  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.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;
}

.footer-lp .credits .kry .logo-kry{
  flex-shrink: 0;
}

/* RESPONSIVO LANDING PAGE */

  @media(max-width: 991px){
    .header-lp{
      background-image: none;
    }
    .header-lp .main-content{
      padding-right: 0px;
    }
    .header-lp .main-content,
    .fx1_lp .content p,
    .fx2_lp .content p,
    .fx4_lp .content,
    .fx4_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-3{
      justify-items: 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 .content{
      text-align: center;
      justify-items: center;
    }
    .fx3_lp .col-lg-4{
      justify-items: center;
    }
    .fx4_lp .col-lg-5{
      justify-items: center;
    }
    .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{
      justify-items: center;
    }
    .footer-lp .form-container form{
      width: 85%;
    }
    .footer-lp .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 10px;
    }
    .btn-blue-dark,
    .btn-blue-light{
      font-size: 20px;
    }
  }
  @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;
    }
    .fx1_lp .btn-wrapper .btn-blue-dark{
      width: auto;
    }
    .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{
      font-size: 17px;
    }
    .fx4_lp .content h3{
      font-size: 23px;
    }
    .fx4_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;
    }
    .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;
    }
    .btn-blue-dark,
    .btn-blue-light{
      font-size: 18px;
    }
  }
  @media(max-width: 480px){
    .header-lp .main-content .content h1{
      font-size: 22px;
    }
    .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%;
    }
    .fx4_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 {
  min-height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem;
  background: #f2f2f2;
  color: #333;
  text-align: center;
}

.pg-404 h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 8.5rem;
  color: var(--kry-color-one);
}

.pg-404 h2 {
  margin: 1rem 0;
  color: var(--kry-color-four, #555);
  font-weight: 600;
  font-size: 3rem;
}

.pg-404 .editor {
  margin-top: 1rem;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--kry-color-four, #555);
}

.pg-404 .editor a {
  display: inline-block;
  color: var(--kry-color-one);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pg-404 .editor a:hover {
  color: var(--kry-color-two);
}

@media (max-width: 640px) {
  .pg-404 {
    padding: 3rem 1rem;
  }
  .pg-404 h1 {
    font-size: 4.8rem;
  }
  .pg-404 h2 {
    font-size: 2.5rem;
  }
}

/* /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 */