@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #2594D2;  **/
/**  cor-2: #111820;  **/
/**  cor-3: #00ABE6;  **/
/**  cor-4: #010D20;  **/
/**  cor-5: #4D5A67;  **/
/**  cor-6: #011027;  **/

/* Fonts */
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
      url('../fonts/Figtree-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
      url('../fonts/Figtree-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.woff2') format('woff2'),
      url('../fonts/Figtree-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.woff2') format('woff2'),
      url('../fonts/Figtree-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2'),
      url('../fonts/Figtree-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.woff2') format('woff2'),
      url('../fonts/Figtree-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
      url('../fonts/Figtree-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TikTok Sans';
  src: url('../fonts/TikTokSans-Regular.woff2') format('woff2'),
      url('../fonts/TikTokSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TikTok Sans';
  src: url('../fonts/TikTokSans-Bold.woff2') format('woff2'),
      url('../fonts/TikTokSans-Bold.woff') format('woff');
  font-weight: bold;
  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: var(--kry-color-2);
}
::selection{
  background: var(--kry-color-1);
  color: var(--kry-color-2);
}

/* 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: #F4F5F7;
}
.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: 'Figtree';
  --font-TikTok: 'TikTok Sans';
  
  --kry-color-1: #2594D2;
  --kry-color-2: #111820;
  --kry-color-3: #00ABE6;
  --kry-color-4: #010D20;
  --kry-color-5: #4D5A67;
  --kry-color-6: #011027;
}

/* BUTTONS */

  .btn__theme__blue{
    position: relative;

    width: 100%;
    max-width: 370px;

    display: flex;
    justify-content: center;
    text-align: center;

    cursor: pointer;

    padding: 8px 15px;
  }

  .btn__theme__blue::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: var(--kry-color-3);
    border-radius: 10px;

    transition: all .3s ease-in-out;
  }

  .btn__theme__blue:hover::before{
    transform: scaleX(calc(390 / 370)) scaleY(calc(42 / 40));
  }

  .btn__theme__blue span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;
  }

  .btn__theme__green{
    position: relative;

    width: 100%;
    max-width: 370px;

    display: flex;
    justify-content: center;
    text-align: center;

    cursor: pointer;

    padding: 8px 15px;
  }

  .btn__theme__green::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: #30A938;
    border-radius: 10px;

    transition: all .3s ease-in-out;
  }

  .btn__theme__green:hover::before{
    transform: scaleX(calc(390 / 370)) scaleY(calc(42 / 40));
  }

  .btn__theme__green span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;
  }

  .btn__theme__white{
    position: relative;

    width: 100%;
    max-width: 270px;

    display: flex;
    justify-content: center;
    text-align: center;

    cursor: pointer;

    padding: 8px 15px;
  }

  .btn__theme__white::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: #F4F5F7;
    border-radius: 10px;

    transition: all .3s ease-in-out;
  }

  .btn__theme__white:hover::before{
    transform: scaleX(calc(285 / 270)) scaleY(calc(42 / 40));
  }

  .btn__theme__white span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-2);
  }

/* /BUTTONS */

/* LANDING PAGE */

  .header{
    position: relative;

    padding-bottom: 85px;
  }

  .header::before{
    content: '';
    position: absolute;
    z-index: 5;
    top: 0px;

    width: 100%;
    height: 100%;
    max-height: 681px;

    background: linear-gradient(180deg, var(--kry-color-4) 40.82%, transparent 100%);
  }

  .header:is(.header__default){
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .header:is(.header__default)::before{
    background: var(--kry-color-4);

    max-height: 100%;
  }

  .header .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
  }

  .header .float__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header .container{
    position: relative;
    z-index: 10;
  }

  .header__default .header__content__wrapper{
    display: flex;
    justify-content: center;
  }

  .header .logo__header{
    display: flex;
    width: 100%;
    max-width: 311px;
    max-height: 247px;

    margin-bottom: 30px;
  }

  .header .logo__header img{
    width: 100%;
    height: auto;
    max-width: 311px;
    max-height: 247px;
    object-fit: contain;
  }

  .header .content{
    font-family: var(--font-Padrao);
    color: #FFFFFF;
  }

  .header .content h1{
    font-family: var(--font-Padrao);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;

    color: #FFFFFF;

    margin-bottom: 20px;
  }

  .header .content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 2px;
  }

  .header .content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px;

    list-style: none;

    padding-left: 0px;
    margin-top: 48px;
  }

  .header .content ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .header .content ul li::before{
    content: '';

    width: 29px;
    height: 29px;

    background-image: url('../imagens/icon-list-style.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header .btns__wrapper{
    display: flex;
    align-items: center;
    gap: 15px 30px;

    margin-top: 60px;
  }

  .header .float__content__img{
    position: absolute;
    bottom: 0px;
    left: 59.8290%;

    width: 100%;
    max-width: 700px;
  }

  .header .float__content__img img{
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
  }

  .fx1__lp{
    padding-top: 60px;
    padding-bottom: 62px;
  }

  .fx1__lp .main__content{
    font-family: var(--font-Padrao);

    text-align: center;

    margin-bottom: 34px;
  }

  .fx1__lp .main__content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-top: 10px;
    margin-bottom: 3px;
  }

  .fx1__lp .main__content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx1__lp .row{
    justify-content: center;
    row-gap: 25px;
  }

  .fx1__lp .card__problems{
    width: 100%;
    max-width: 370px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }

  .fx1__lp .card__problems img{
    width: 100%;
    max-width: 370px;
    max-height: 245px;
    border-radius: 20px;
  }

  .fx1__lp .card__problems p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx2__lp{
    background-color: var(--kry-color-4);

    padding-top: 84px;
    padding-bottom: 90px;
  }

  .fx2__lp .main__content{
    font-family: var(--font-Padrao);

    text-align: center;

    margin-bottom: 33px;
  }

  .fx2__lp .main__content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    margin-top: 10px;
    margin-bottom: 6px;
  }

  .fx2__lp .main__content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .fx2__lp .row{
    justify-content: center;
    row-gap: 26px;
  }

  .fx2__lp .card__solutions{
    position: relative;

    width: 100%;
    max-width: 370px;
    height: 100%;
    min-height: 305px;

    display: flex;
    flex-direction: column;

    padding: 0px 16px 45px 27px;
  }

  .card__solutions::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;

    background-color: var(--kry-color-6);
    border-radius: 20px;
    border: 1px solid var(--kry-color-5);

    width: 100%;
    height: calc(100% - 25px);
  }

  .fx2__lp .card__solutions .icon{
    position: relative;
    z-index: 5;

    width: fit-content;
    max-width: 100%;
    height: auto;
    max-height: 117px;
    object-fit: contain;

    margin-bottom: 7px;
  }

  .fx2__lp .card__solutions p{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-1);

    margin-bottom: 7px;
  }

  .fx2__lp .card__solutions span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;
  }

  .fx2__lp .btn__wrapper{
    display: flex;
    justify-content: center;

    margin-top: 57px;
  }

  .fx3__lp{
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .fx3__lp .main__content{
    font-family: var(--font-Padrao);

    text-align: center;

    margin-bottom: 47px;
  }

  .fx3__lp .main__content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;

    color: var(--kry-color-2);

    margin-bottom: 16px;
  }

  .fx3__lp .main__content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx3__lp .row{
    justify-content: center;
    row-gap: 25px;
  }

  .fx3__lp .number__item{
    position: relative;

    width: 100%;
    max-width: 270px;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;

    padding: 1px;
  }

  .fx3__lp .number__item::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    background: linear-gradient(-75deg, #868483 1.85%, #F9F8F9 52.34%, #605E5D 100%);
    border-radius: 20px;
  }

  .fx3__lp .number__item .text__inner{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;

    background: linear-gradient(236.18deg, #868483 1.85%, #F9F8F9 52.34%, #605E5D 100%);
    border-radius: 20px;

    padding: 58px 5px 60px 5px;
  }

  .fx3__lp .number__item p{
    font-family: var(--font-Padrao);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--kry-color-3);

    margin-bottom: 0px;
  }

  .fx3__lp .number__item span{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;

    color: var(--kry-color-2);
  }

  .fx4__lp{
    position: relative;

    overflow: hidden;

    padding-bottom: 96px;
  }

  .fx4__lp .row{
    row-gap: 25px;
  }

  .fx4__lp .container{
    position: relative;
  }

  .fx4__lp .float__content__img{
    position: absolute;
    top: 0px;
    right: 59.8290%;

    max-width: 845px;
  }

  .fx4__lp .float__content__img img{
    width: auto;
    max-width: 845px;
    height: auto;
    max-height: 100%;
    object-fit: cover;

    border-radius: 0px 20px 20px 0px;
  }

  .fx4__lp .content{
    font-family: var(--font-Padrao);

    margin-bottom: 21px;
  }

  .fx4__lp .content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;

    color: var(--kry-color-2);

    margin-top: 5px;
    margin-bottom: 10px;
  }

  .fx4__lp .content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx4__lp .stages__wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;

    margin-bottom: 30px;
  }

  .stages__wrapper .stage__item{
    display: flex;
    flex-direction: column;
    gap: 7px;

    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 20px;

    padding: 17px 14px 17px 11px;
  }

  .stage__item .stage__title{
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .stage__item .stage__number{
    min-width: 30px;
    min-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    aspect-ratio: 1/1;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;

    color: #FFFFFF;

    background-color: #30A938;
    border-radius: 100%;

    padding: 1px 11px;
  }

  .stage__item .stage__title p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .stage__item span{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    color: var(--kry-color-2);
  }

  .fx4__lp .btn__theme__blue{
    max-width: 670px;
  }

  .fx5__lp{
    background-color: #E8EDF5;

    overflow: hidden;

    padding-top: 70px;
    padding-bottom: 92px;
  }

  .fx5__lp .main__content{
    font-family: var(--font-Padrao);
    text-align: center;

    margin-bottom: 44px;
  }

  .fx5__lp .main__content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 16px;
  }

  .fx5__lp .main__content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .card__depoimento{
    width: 100%;
    height: 100%;
    max-width: 370px;
    min-height: 230px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: #FFFFFF;

    padding: 23px 15px 15px 14px;
  }

  .card__depoimento .rating__stars{
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 86px;
    object-fit: cover;

    margin-bottom: 9px;
  }

  .card__depoimento p{
    font-family: var(--font-TikTok);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    color: #000000;

    margin-bottom: 55px;
  }

  .card__depoimento span{
    position: relative;
    display: block;

    font-family: var(--font-TikTok);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;

    color: #000000;

    padding-left: 11px;
  }

  .card__depoimento span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;

    transform: translateY(-50%);

    width: 7px;
    height: calc(100% + 8px);

    background-color: var(--kry-color-1);
  }

  .fx5__lp .swiper-slide{
    height: stretch;
    display: flex;
    justify-content: center;
  }

  .fx5__lp .swiper__navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    margin-top: 20px;
  }

  .fx5__lp .swiper-button-prev{
    transform: rotate(180deg);
  }

  .fx5__lp .swiper-button-prev,
  .fx5__lp .swiper-button-next{
    color: var(--kry-color-3);

    transition: color .3s ease-in-out;
  }

  .fx5__lp .swiper-button-prev:hover,
  .fx5__lp .swiper-button-next:hover{
    color: var(--kry-color-2);
  }

  .fx5__lp .swiper-button-prev svg,
  .fx5__lp .swiper-button-next svg{
    width: 16px;
    height: 30px;
  }

  .fx6__lp{
    padding-top: 103px;
    padding-bottom: 107px;
  }

  .fx6__lp .main__content{
    font-family: var(--font-Padrao);

    text-align: center;

    margin-bottom: 50px;
  }

  .fx6__lp .main__content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx6__lp .main__content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;

    color: var(--kry-color-1);

    margin-bottom: 0px;
  }

  .collapse,
  .collapsing{
    transition: height .3s ease-in-out;
  }

  .fx6__lp .faq__wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .fx6__lp .faq__item{
    display: flex;
    flex-direction: column;
  }

  .fx6__lp .faq__item .question{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;

    padding: 2px 0px;
  }

  .fx6__lp .faq__item .question p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx6__lp .faq__item .question img{
    transition: transform .3s ease-in-out;
  }

  .fx6__lp .faq__item .question[aria-expanded="true"] img{
    transform: rotate(90deg);
  }

  .fx6__lp .faq__item .answer{
    border-bottom: 1px solid #C4C4C4;

    padding-top: 13px;
    padding-bottom: 19px;
  }

  .fx6__lp .faq__item .answer p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx7__lp{
    background: linear-gradient(236.18deg, #868483 1.85%, #F9F8F9 52.34%, #605E5D 100%), #010D20;

    padding-top: 69px;
    padding-bottom: 69px;
  }

  .fx7__lp h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;

    color: var(--kry-color-2);

    margin-bottom: 20px;
  }

  .fx7__lp .row{
    justify-content: center;
    row-gap: 25px;
  }

  .fx7__lp .card__region{
    width: 100%;
    height: stretch;
    max-width: 170px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 15px;

    padding: 14px 0px;
  }

  .fx7__lp .card__region p{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .footer{
    background-color: var(--kry-color-4);

    padding-top: 61px;
    padding-bottom: 64px;
  }

  .footer:is(.footer__default){
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .footer:is(.footer__default) .row{
    justify-content: center;
  }

  .footer .row{
    align-items: center;
    row-gap: 25px;
  }

  .footer .logo__footer{
    width: 100%;
    max-width: 370px;

    display: flex;
  }

  .footer .logo__footer img{
    width: 100%;
    max-width: 370px;
    height: auto;
    max-height: 291px;
    object-fit: contain;
  }

  .footer .content{
    margin-bottom: 48px;
  }

  .footer .content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;

    color: #F4F5F7;

    margin-bottom: 11px;
  }

  .footer .content p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

    color: #F4F5F7;

    margin-bottom: 0px;
  }

  .footer .btns__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 30px;
  }

  .footer .credits{
    display: flex;
    justify-content: space-between;
    align-items: end;

    gap: 14px;

    margin-top: 74px;
  }

  .footer:is(.footer__default) .credits{
    margin-top: 40px;
  }

  .footer .credits p{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .footer .kryzalis{
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 25px;
  }

  .formModal .modal-content{
    background-color: var(--kry-color-4);
  }

  .formModal .modal-body{
    padding: 18px 20px;
  }

  .formModal .form__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    margin-bottom: 15px;
  }

  .formModal .form__title p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .formModal .form__container form{
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .formModal .form__container .wpcf7{
    width: 100%;
  }

  .formModal .form__container form p{
    margin-bottom: 0px;
  }

  .formModal form .form__control{
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .formModal form .form__control label{
    font-family: var(--font-Padrao);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;

    color: #FFFFFF;
  }

  .formModal form .form__control input,
  .formModal form .form__control textarea{
    width: 100%;

    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-2);

    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;

    padding: 5px 8px;
  }

  .formModal form .form__control textarea{
    height: 100px;
    resize: none;
  }

  .formModal form .form__control input::placeholder,
  .formModal form .form__control textarea::placeholder{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

    color: #888888;
  }

  .formModal .btnCloseModal{
    width: 28px;
    height: 28px;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 600;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border: none;
    border-radius: 50%;

    padding: 0px;
  }

  .formModal .form__submit p{
    display: flex;
    align-items: center;
  }

  .formModal .btn__submit{
    width: fit-content;

    display: flex;
    justify-content: center;
    text-align: center;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    background-color: var(--kry-color-3);
    border: none;
    border-radius: 10px;

    cursor: pointer;

    transition: all .3s ease-in-out;

    padding: 8px 15px;
  }

  .formModal .btn__submit:hover{
    transform: scaleX(calc(390 / 370)) scaleY(calc(42 / 40));
  }

  /* RESPONSIVO LANDING PAGE */

    @media (max-width: 991.98px) {
      .header{
        padding-bottom: 55px;
      }

      .header .float__content__img{
        display: none;
      }

      .header__content__wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .header .logo__header{
        margin-bottom: 15px;
      }

      .header .content ul{
        flex-wrap: wrap;
        justify-content: center;

        margin-top: 24px;
      }

      .header .btns__wrapper{
        width: 100%;
        justify-content: center;

        margin-top: 25px;
      }

      .header .content h1{
        font-size: 30px;

        margin-bottom: 10px;
      }

      .header .content p{
        font-size: 20px;
      }


      .fx1__lp{
        padding-top: 40px;
        padding-bottom: 42px;
      }
      
      .fx1__lp .main__content{
        margin-bottom: 17px;
      }

      .fx1__lp .main__content h2,
      .fx2__lp .main__content h2,
      .fx3__lp .main__content h2,
      .fx4__lp .content h2,
      .fx5__lp .main__content h2,
      .fx6__lp .main__content h2,
      .fx7__lp h2,
      .footer .content h2{
        font-size: 28px;

        margin-bottom: 12px;
      }

      .fx1__lp .main__content p,
      .fx1__lp .card__problems p,
      .fx2__lp .main__content p,
      .fx2__lp .card__solutions p,
      .fx2__lp .card__solutions span,
      .fx3__lp .main__content p,
      .fx4__lp .content p,
      .fx5__lp .main__content p,
      .fx6__lp .main__content p,
      .footer .content p{
        font-size: 20px;
      }
      
      .fx1__lp .col-lg-4,
      .fx2__lp .col-lg-4,
      .fx3__lp .col-lg-3,
      .fx4__lp .col-lg-5,
      .fx7__lp .col-lg-2,
      .footer .col-lg-4{
        display: flex;
        justify-content: center;
      }

      .fx1__lp .card__problems{
        text-align: center;

        gap: 12px;
      }


      .fx2__lp{
        padding-top: 54px;
        padding-bottom: 50px;
      }

      .fx2__lp .main__content{
        margin-bottom: 20px;
      }

      .fx2__lp .card__solutions{
        min-height: auto;

        padding: 0px 14px 35px 20px;
      }

      .fx2__lp .btn__wrapper{
        margin-top: 28px;
      }

      .fx3__lp{
        padding-top: 55px;
        padding-bottom: 58px;
      }

      .fx3__lp .main__content{
        margin-bottom: 24px;
      }


      .fx4__lp{
        padding-bottom: 46px;
      }

      .fx4__lp .float__content__img{
        position: relative;
        top: unset;
        right: unset;

        max-width: 450px;
      }

      .fx4__lp .float__content__img img{
        width: 100%;
        max-width: 450px;
        max-height: 500px;
        border-radius: 20px;
      }

      .fx4__lp .content{
        text-align: center;
        margin-bottom: 15px;
      }

      .fx4__lp .stages__wrapper{
        margin-bottom: 18px;
      }

      .stage__item .stage__number,
      .stage__item .stage__title p,
      .stage__item span{
        font-size: 17px;
      }

      .fx4__lp .col-lg-7{
        display: flex;
        flex-direction: column;
        align-items: center;
      }


      .fx5__lp{
        padding-top: 40px;
        padding-bottom: 45px;
      }

      .fx5__lp .main__content{
        margin-bottom: 22px;
      }

      .card__depoimento{
        min-height: auto;
      }
      
      .card__depoimento p{
        font-size: 17px;

        margin-bottom: 25px;
      }


      .fx6__lp{
        padding-top: 53px;
        padding-bottom: 57px;
      }

      .fx6__lp .main__content{
        margin-bottom: 18px;
      }

      .fx6__lp .faq__item .question p,
      .fx6__lp .faq__item .answer p{
        font-size: 17px;
      }


      .fx7__lp{
        padding-top: 45px;
        padding-bottom: 45px;
      }


      .footer{
        padding-top: 40px;
        padding-bottom: 44px;
      }

      .footer .content{
        text-align: center;
        margin-bottom: 22px;
      }

      .footer .btns__wrapper{
        flex-direction: column;
      }

      .footer .credits{
        flex-direction: column;
        align-items: center;

        margin-top: 38px;
      }
    }
    @media(max-width: 901.98px) {
      .footer{
        padding-bottom: 90px;
      }
    }
    @media(max-width: 767.98px){
      .header::before{
        background: var(--kry-color-4);
        max-height: 100%;
      }

      .header .float__bg{
        display: none;
      }

      .header .content h1{
        font-size: 27px;
      }

      .header .content p{
        font-size: 19px;
      }

      .header .content ul li{
        font-size: 17px;
      }

      .header .btns__wrapper{
        flex-direction: column;
      }

      .fx1__lp .main__content h2,
      .fx2__lp .main__content h2,
      .fx3__lp .main__content h2,
      .fx4__lp .content h2,
      .fx5__lp .main__content h2,
      .fx6__lp .main__content h2,
      .fx7__lp h2,
      .footer .content h2{
        font-size: 25px;
      }

      .fx1__lp .main__content p,
      .fx1__lp .card__problems p,
      .fx2__lp .main__content p,
      .fx2__lp .card__solutions p,
      .fx2__lp .card__solutions span,
      .fx3__lp .main__content p,
      .fx4__lp .content p,
      .fx5__lp .main__content p,
      .fx6__lp .main__content p,
      .footer .content p{
        font-size: 18px;
      }

      .fx2__lp .card__solutions{
        align-items: center;
        text-align: center;
      }

      .fx2__lp .card__solutions {
        padding: 0px 14px 20px 20px;
      }

      .fx3__lp .number__item .text__inner{
        padding: 28px 5px 30px 5px;
      }

      .fx3__lp .number__item p{
        font-size: 40px;
      }
      
      .fx3__lp .number__item span{
        font-size: 20px;
      }

      .stage__item .stage__number, 
      .stage__item .stage__title p, 
      .stage__item span{
        font-size: 16px;
      }

      .card__depoimento p{
        font-size: 16px;

        margin-bottom: 18px;
      }

      .fx6__lp .faq__item .question p, .fx6__lp .faq__item .answer p{
        font-size: 16px;
      }

      .fx7__lp .card__region p{
        font-size: 14px;
      }
    }
    @media (max-width: 575.98px) {
      .header .content h1{
        font-size: 25px;
      }

      .header .content p{
        font-size: 17px;
      }

      .header .content ul li{
        font-size: 15px;
      }

      .fx1__lp .main__content h2,
      .fx2__lp .main__content h2,
      .fx3__lp .main__content h2,
      .fx4__lp .content h2,
      .fx5__lp .main__content h2,
      .fx6__lp .main__content h2,
      .fx7__lp h2,
      .footer .content h2{
        font-size: 23px;
      }

      .fx1__lp .main__content p,
      .fx1__lp .card__problems p,
      .fx2__lp .main__content p,
      .fx2__lp .card__solutions p,
      .fx2__lp .card__solutions span,
      .fx3__lp .main__content p,
      .fx4__lp .content p,
      .fx5__lp .main__content p,
      .fx6__lp .main__content p,
      .footer .content p{
        font-size: 16px;
      }

      .fx3__lp .number__item p{
        font-size: 30px;
      }
      
      .fx3__lp .number__item span{
        font-size: 18px;
      }

      .stage__item .stage__number, 
      .stage__item .stage__title p, 
      .stage__item span{
        font-size: 15px;
      }

      .card__depoimento{
        padding: 18px 10px 12px 10px;
      }

      .card__depoimento p{
        font-size: 15px;

        margin-bottom: 12px;
      }

      .fx6__lp .faq__item .question p, .fx6__lp .faq__item .answer p{
        font-size: 14px;
      }
    }
    @media (max-width: 480.98px) {

    }

  /* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* 404 */

  .pg-404 {
    min-height: 45vh;
    place-items: center;
    padding: 6rem 1.5rem;
  }

  .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 h1{
    font-family: var(--font-Padrao);
    font-size: 55px;
    font-weight: 700;

    color: var(--kry-color-2);

    margin-bottom: 20px;
  }

  .fx1__obrigado .content p{
    font-family: var(--font-Padrao);
    font-size: 25px;
    font-weight: 500;
    color: var(--kry-color-2);
  }

  .fx1__obrigado .content a{
    color: var(--kry-color-2);

    transition: all .3s ease;

    &:hover{
      color: var(--kry-color-3);
    }
  }

  @media (max-width: 767PX) {
    .fx1__obrigado .content h1{
      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) {

  }*/