@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #782577;  **/
/**  cor-2: #91C048;  **/
/**  cor-3: #0E97DB;  **/
/**  cor-4: #636363;  **/
/**  cor-5: #732373;  **/
/**  cor-6: #30A938;  **/

/* 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-Regular_1.woff2') format('woff2'),
      url('../fonts/Figtree-Regular_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold_1.woff2') format('woff2'),
      url('../fonts/Figtree-SemiBold_1.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-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-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-Medium.woff2') format('woff2'),
      url('../fonts/Figtree-Medium.woff') format('woff');
  font-weight: 500;
  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%;
  border: none;
  
  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{
  position: relative;

  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: #EBEBEB;
}
.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';

  --kry-color-1: #782577;
  --kry-color-2: #91C048;
  --kry-color-3: #0E97DB;
  --kry-color-4: #636363;
  --kry-color-5: #732373;
  --kry-color-6: #30A938;
}

/* BUTTONS */

  .btn__green__blue{
    width: 100%;
    max-width: 370px;

    display: flex;
    justify-content: center;

    background-color: var(--kry-color-2);
    border-radius: 100px;
    border: none;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;

    text-align: center;

    color: #FFFFFF;

    transition: all .3s ease-in-out;

    padding: 15px 10px;
  }

  .btn__green__blue:hover{
    background-color: var(--kry-color-3);
  }

/* /BUTTONS */

/* HEADER */

  .header{
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 20;

    width: 100%;
  }

  .header__default{
    position: relative;
    top: unset;
    left: unset;

    background: linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%), linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%);
    background-blend-mode: normal, darken;
    mix-blend-mode: normal;

    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header .header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .header:is(.header__default) .header__wrapper{
    justify-content: center;
  }

  .header .logo__header,
  .header .logo__mobile{
    display: flex;
    
    width: 100%;
    max-width: 271px;
    height: auto;
    max-height: 70px;
  }

  .header .logo__header img,
  .header .logo__mobile img{
    width: 100%;
    max-width: 271px;
    height: auto;
    max-height: 70px;
    
    object-fit: contain;
  }

  .header .menu__title{
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .header .menu__title p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .header .menu__title .btnCloseMenu{
    display: flex;
    width: 32px;
    height: 32px;

    border: none;
    background-color: transparent;

    padding: 0px;
  }

  .header .menu__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px 67px;
  }

  .header .menu__link{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;

    color: var(--kry-color-4);

    transition: color .3s ease-in-out;
  }

  .header .menu__link:hover,
  .header .menu__link:is(.active){
    color: var(--kry-color-6);
  }

  .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: #FFFFFF;
    cursor: pointer;

    padding: 0px;
  }

  .btnOpenMenu .lines__wrapper{
    width: 36px;
    height: 28px;

    display: grid;
    gap: 4px;

    margin: 0 auto;
  }

  .btnOpenMenu .lines__wrapper .line{
    height: 4px;
    background-color: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
  }

  .btnOpenMenu:focus-visible{
    outline: 2px solid #FFFFFF;
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .backdrop{
    position: fixed;
    z-index: 50;
    inset: 0;

    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(1px);
    opacity: 0;
    pointer-events: none;
    
    transition: opacity .3s ease;
  }

  .backdrop.shown{
    opacity: 1;
    pointer-events: auto;
  }

  /* RESPONSIVO HEADER */

    @media(min-width: 992px){
      .header .logo__mobile,
      .header .btnOpenMenu,
      .header .menu__title,
      .header .backdrop{
        display: none;
      }
    }
    @media (max-width: 991.98px) {
      .header{
        position: relative;
        top: unset;
        left: unset;

        background: linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%), linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%);
        background-blend-mode: normal, darken;
        mix-blend-mode: normal;

        padding-top: 15px;
        padding-bottom: 15px;
      }
      .header .header__wrapper{
        padding-right: 45px;
      }
      .header .menu__wrapper{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 70;

        width: 80%;
        max-width: 350px;
        height: 100%;

        background: linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%), linear-gradient(358.07deg, #30122C 1.63%, #481848 70.23%);
        background-blend-mode: normal, darken;
        mix-blend-mode: normal;

        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__wrapper.shown{
        transform: translateX(0px);
        opacity: 1;
      }
      .header .menu__wrapper
      .header .menu__nav{
        width: 100%;
      }
      .header .menu__nav{
        width: 100%;

        flex-direction: column;
        align-items: start;
        row-gap: 15px;
      }

      .header .menu__wrapper{
        row-gap: 20px;
      }

      .header .menu__link{
        color: #FFFFFF;

        transition: color .2s ease;
      }
      .btnOpenMenu{
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);

        display: inline-grid;
        place-items: center;
      }
    }
    @media(max-width: 767.98px){

    }
    @media (max-width: 575.98px) {

    }
    @media (max-width: 480.98px) {

    }

  /* /RESPONSIVO HEADER */

/* /HEADER */

/* BANNER */

  .section__banner{
    position: relative;

    overflow: hidden;
  }

  .banner__slide{
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    min-height: 512px;

    outline: none;
    border: none;

    overflow: hidden;
  }

  .banner__slide .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
  }

  .banner__slide .float__bg img,
  .banner__slide .float__bg picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner__slide .container{
    position: relative;
    z-index: 5;

    padding: 100px 0px;
  }

  .banner__slide .content{
    font-family: var(--font-Padrao);

    width: 100%;
    max-width: 470px;
  }

  .banner__slide .content h1{
    font-family: var(--font-Padrao);
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;

    color: #FFFFFF;

    margin-bottom: 4px;
  }

  .banner__slide .content h1 strong,
  .banner__slide .content h1 b{
    font-size: 82px;
    font-weight: 800;
    line-height: .9;
  }

  .banner__slide .content p{
    font-family: var(--font-Padrao);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .banner__slide .btn__green__blue{
    max-width: 270px;

    margin-top: 17px;
  }

  .banner__slide:hover .btn__green__blue{
    background-color: var(--kry-color-3);
  }

  .section__banner .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin-top: 8px;
  }

  .swiper-pagination-bullet{
    width: 20px;
    height: 20px;

    border-radius: 50%;
    background-color: var(--kry-color-2);

    transition: all .3s ease-in-out;
  }

  .swiper-pagination-bullet:hover,
  .swiper-pagination-bullet:is(.swiper-pagination-bullet-active){
    transform: scale(0.85);
    background-color: var(--kry-color-3);
  }

  /* RESPONSIVO BANNER */

    @media (max-width: 991.98px) {
      .banner__slide{
        min-height: auto;
      }
      .banner__slide .container{
        display: flex;
        justify-content: center;
      }
      .banner__slide .content{
        max-width: fit-content;
        
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .banner__slide .content h1{
        font-size: 36px;
      }
      .banner__slide .content h1 strong{
        font-size: 68px;
      }
    }
    @media(max-width: 767.98px){
      .banner__slide .container{
        padding: 75px 0px;
      }

      .banner__slide .content h1{
        font-size: 30px;
      }
      .banner__slide .content h1 strong{
        font-size: 60px;
      }
      .banner__slide .content p{
        font-size: 18px;
      }
    }
    @media (max-width: 575.98px) {
      .banner__slide .container{
        padding: 50px 0px;
      }

      .banner__slide .content h1{
        font-size: 25px;
      }
      .banner__slide .content h1 strong{
        font-size: 42px;
      }
      .banner__slide .content p{
        font-size: 16px;
      }
    }
    @media (max-width: 480.98px) {
      .banner__slide .content h1{
        font-size: 24px;
      }
      .banner__slide .content h1 strong{
        font-size: 40px;
      }
      .banner__slide .content p{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO BANNER */

/* /BANNER */

/* ONE PAGE */

  .fx1__op{
    padding-top: 47px;
    padding-bottom: 61px;
  }

  .fx1__op .holder__wrapper{
    display: flex;
  }

  .fx1__op .main__content__wrapper{
    width: 100%;
    max-width: 480px;

    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .fx1__op .main__content__wrapper h2{
    font-family: var(--font-Padrao);
    font-size: 52px;
    font-weight: 300;
    line-height: .95;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx1__op .main__content__wrapper h2 strong,
  .fx1__op .main__content__wrapper h2 b{
    font-size: 65px;
    font-weight: 800;
    line-height: .95;
  }

  .fx1__op .holder__wrapper .line__divider{
    display: flex;

    height: auto;
    width: 1px;

    background-color: var(--kry-color-4);
    opacity: .35;

    margin-left: 54px;
    margin-right: 68px;
  }

  .fx1__op .content__benefits{
    max-width: 570px;
  }

  .fx1__op .content__benefits h2{
    font-family: var(--font-Padrao);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;

    color: var(--kry-color-2);

    margin-bottom: 28px;
  }

  .fx1__op .benefits__wrapper{
    display: flex;
    flex-direction: column;
    gap: 19px;
  }

  .fx1__op .benefit__item{
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .fx1__op .benefit__item img{
    width: 64px;
    height: 64px;
  }

  .fx1__op .benefit__item .txt__inner p{
    font-family: var(--font-Padrao);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;

    color: var(--kry-color-3);

    margin-bottom: 0px;
  }

  .fx1__op .benefit__item .txt__inner span{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;

    color: var(--kry-color-4);
  }

  .fx2__op{
    background-color: #FFFFFF;

    padding-top: 52px;
    padding-bottom: 58px;
  }

  .fx2__op h2{
    font-family: var(--font-Padrao);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;

    text-align: center;
    text-transform: uppercase;

    color: var(--kry-color-1);

    margin-bottom: 42px;
  }

  .fx2__op .metais__slider__container{
    overflow: hidden;
  }

  .fx2__op .metal__slide{
    width: 100%;
    max-width: 370px;

    display: flex;
    flex-direction: column;
  }

  .metal__slide img{
    width: 100%;
    max-width: 370px;
    height: auto;
    max-height: 270px;
    object-fit: cover;
    border-radius: 20px;

    margin-bottom: 24px;
  }

  .metal__slide p{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;

    color: #000000;

    margin-bottom: 21px;
  }

  .metal__slide span{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;

    color: #000000;
  }

  .fx2__op .swiper-slide{
    display: flex;
    justify-content: center;
  }

  .fx2__op .swiper__navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    margin-top: 42px;
  }

  .swiper__navigation .theme-button-prev,
  .swiper__navigation .theme-button-next{
    width: 58px;
    height: 55px;

    background-color: var(--kry-color-5);

    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;

    transition: background-color .3s ease-in-out;
  }

  .swiper__navigation .theme-button-prev{
    mask-image: url('../imagens/swiper-chevron-prev.png');
    -webkit-mask-image: url('../imagens/swiper-chevron-prev.png');
  }

  .swiper__navigation .theme-button-next{
    mask-image: url('../imagens/swiper-chevron-next.png');
    -webkit-mask-image: url('../imagens/swiper-chevron-next.png');
  }

  .swiper__navigation .theme-button-prev:hover,
  .swiper__navigation .theme-button-next:hover{
    background-color: var(--kry-color-3);
  }

  .fx3__op{
    position: relative;

    overflow: hidden;

    padding-top: 46px;
    padding-bottom: 46px;
  }

  .fx3__op .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;

    user-select: none;
  }

  .fx3__op .float__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;

    background: linear-gradient(179.23deg, #3C0C3C 0.67%, rgba(99, 32, 105, 0.81) 85.6%, rgba(115, 40, 124, 0.53) 99.35%);
  }

  .fx3__op .float__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    user-select: none;
  }

  .fx3__op .container{
    position: relative;
    z-index: 10;
  }

  .fx3__op .row{
    row-gap: 35px;
  }

  .fx3__op .content{
    font-family: var(--font-Padrao);

    margin-bottom: 24px;
  }

  .fx3__op .content .sub__title{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    color: var(--kry-color-2);

    margin-bottom: 0px;
  }

  .fx3__op .content h2{
    font-family: var(--font-Padrao);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: -2%;

    color: #FFFFFF;

    margin-bottom: 35px;
  }

  .fx3__op .content p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;

    text-align: justify;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .fx3__op .content p strong,
  .fx3__op .content p b{
    font-weight: 600;
  }

  .fx3__op .impact__phrase{
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 32px;
  }

  .fx3__op .impact__phrase img{
    width: 62px;
    height: 62px;
  }

  .fx3__op .impact__phrase p{
    font-family: var(--font-Padrao);
    font-style: italic;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .fx3__op .grid__img__container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .fx3__op .img__grid__item{
    display: flex;
    justify-content: center;

    width: 100%;
    max-height: 277px;

    border-radius: 20px;
  }

  .fx3__op .img__grid__item img{
    width: 100%;
    max-width: 270px;
    height: auto;
    max-height: 277px;
    object-fit: cover;

    border-radius: 20px;
    border: 1px solid #D9D9D9;
  }

  .fx4__op{
    background-color: #FFFFFF;

    padding-top: 44px;
    padding-bottom: 63px;
  }

  .fx4__op .row{
    justify-content: center;
    row-gap: 15px;
  }

  .fx4__op .service__item{
    width: 100%;
    max-width: 270px;
    aspect-ratio: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    background-color: #EBEBEB;
    border-radius: 50%;
    border: 14px solid var(--kry-color-2);

    padding: 27px 11px 34px 11px;
  }

  .fx4__op .service__item img{
    width: 62px;
    height: 62px;

    margin-bottom: 8px;
  }

  .fx4__op .service__item p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;

    color: #000000;

    margin-bottom: 5px;
  }

  .fx4__op .service__item span{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: var(--kry-color-4);

    padding: 0px 18px;
  }

  .fx5__op{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fx5__op h2{
    position: relative;

    font-family: var(--font-Padrao);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;

    text-align: center;
    
    color: var(--kry-color-1);

    margin-bottom: 57px;
  }

  .fx5__op h2::before{
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    max-width: 177px;
    height: 9px;

    background-color: var(--kry-color-3);
    border-radius: 100px;
  }

  .fx5__op .grid__etapas__container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 30px;
  }

  .fx5__op .etapa__item{
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 0px 12px;
  }

  .fx5__op .etapa__item::after{
    content: '';
    position: absolute;
    top: 49px;
    left: calc(50% + 86px);

    width: 133px;
    height: 30px;

    background-image: url('../imagens/chevron-next-etapa.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .fx5__op .etapa__item:last-child::after{
    display: none;
  }

  .fx5__op .etapa__item .icon{
    position: relative;

    margin-bottom: 28px;
  }

  .fx5__op .etapa__item img{
    width: 110px;
    height: 110px;
  }

  .fx5__op .etapa__item .icon span{
    position: absolute;
    bottom: -12px;
    right: -22px;

    width: 55px;
    height: 55px;

    font-family: var(--font-Padrao);
    font-size: 45px;
    font-weight: 900;
    line-height: 1.4;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: #FFFFFF;

    background-color: var(--kry-color-2);
    border-radius: 50%;
  }

  .fx5__op .etapa__item p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;

    color: #000000;

    margin-bottom: 8px;
  }

  .fx5__op .etapa__item span{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: var(--kry-color-4);
  }

  /* RESPONSIVO ONE PAGE */

    @media(min-width: 992px){
      .fx5__op .etapa__item:nth-child(4n)::after{
        display: none;
      }
    }
    @media(max-width: 1199.98px){
      .fx1__op .holder__wrapper{
        justify-content: space-between;
        gap: 20px 40px;
      }
      .fx1__op .main__content__wrapper{
        flex-grow: 1;

        width: auto;
        max-width: fit-content;
      }
      .fx1__op .content__benefits{
        flex-grow: 1;
        max-width: fit-content;
      }
      .fx1__op .holder__wrapper .line__divider{
        margin-left: 0px;
        margin-right: 0px;
      }

      .fx1__op .main__content__wrapper h2{
        font-size: 42px;
      }
      .fx1__op .main__content__wrapper h2 strong,
      .fx1__op .main__content__wrapper h2 strong > *{
        font-size: 55px !important;
      }
      .fx1__op .content__benefits h2,
      .fx2__op h2,
      .fx5__op h2{
        font-size: 34px;
      }

      .fx3__op .content h2{
        font-size: 32px;
      }
    }
    @media (max-width: 991.98px) {
      .hidden__p{
        display: none;
        opacity: 0;
        pointer-events: none;
        user-select: none;
      }

      .fx1__op .holder__wrapper{
        flex-direction: column;
        align-items: center;
        gap: 14px;
      }
      .fx1__op .main__content__wrapper{
        align-items: center;
        text-align: center;
      }

      .fx1__op .holder__wrapper .line__divider{
        width: 100%;
        height: 1px;
      }
      .fx1__op .content__benefits h2{
        margin-bottom: 16px;
      }

      .fx2__op{
        padding-top: 40px;
        padding-bottom: 40px;
      }
      .fx2__op h2{
        margin-bottom: 26px;
      }
      .fx2__op .swiper__navigation{
        margin-top: 22px;
      }
      .fx2__op .swiper__navigation{
        gap: 10px;
      }

      .fx3__op .content,
      .fx3__op .content .sub__title,
      .fx3__op .content p{
        text-align: center;
      }
      .fx3__op .content .sub__title{
        font-size: 24px !important;
      }
      .fx3__op .content h2{
        margin-bottom: 10px;
      }
      .fx3__op .impact__phrase{
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;

        margin-bottom: 12px;
      }
      .fx3__op .btn__wrapper{
        display: flex;
        justify-content: center;
      }

      .fx4__op .col-lg-3{
        display: flex;
        justify-content: center;
      }

      .fx5__op h2{
        margin-bottom: 35px;
      }
      .fx5__op .grid__etapas__container{
        grid-template-columns: repeat(3, 1fr);
      }

      .fx1__op .main__content__wrapper h2{
        font-size: 36px;
      }
      .fx1__op .main__content__wrapper h2 strong,
      .fx1__op .main__content__wrapper h2 strong > *{
        font-size: 48px !important;
      }
      .fx1__op .content__benefits h2,
      .fx2__op h2,
      .fx5__op h2{
        font-size: 30px;
      }
      .metal__slide img{
        margin-bottom: 14px;
      }
      .metal__slide p{
        font-size: 26px;
        margin-bottom: 10px;
      }
      .metal__slide span{
        font-size: 19px;
      }

      .fx3__op .content h2{
        font-size: 29px;
      }
      .fx1__op .benefit__item .txt__inner p{
        font-size: 22px;
      }
      .fx1__op .benefit__item .txt__inner span{
        font-size: 18px;
      }
      .fx3__op .content .sub__title,
      .fx3__op .content p{
        font-size: 20px;
      }

      .fx5__op .etapa__item::after{
        display: none;
      }
      .fx5__op .etapa__item p{
        font-size: 18px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__op{
        padding-top: 24px;
        padding-bottom: 36px;
      }
      .fx1__op .content__benefits h2{
        text-align: center;
      }

      .fx5__op{
        padding-top: 30px;
        padding-bottom: 15px;
      }
      .fx5__op .grid__etapas__container{
        grid-template-columns: repeat(2, 1fr);
      }

      .fx1__op .main__content__wrapper h2{
        font-size: 30px;
      }
      .fx1__op .main__content__wrapper h2 strong,
      .fx1__op .main__content__wrapper h2 strong > *{
        font-size: 35px !important;
      }
      .fx1__op .content__benefits h2,
      .fx2__op h2,
      .fx5__op h2{
        font-size: 25px;
      }
      .metal__slide p{
        font-size: 22px;
      }
      .metal__slide span{
        font-size: 18px;
      }

      .fx3__op .content h2{
        font-size: 24px;
      }
      .fx1__op .benefit__item .txt__inner p,
      .fx3__op .impact__phrase p{
        font-size: 20px;
      }
      .fx1__op .benefit__item .txt__inner span{
        font-size: 17px;
      }
      .fx3__op .content .sub__title,
      .fx3__op .content p{
        font-size: 18px;
      }

      .fx4__op .service__item p{
        font-size: 18px;
      }
      .fx4__op .service__item span{
        font-size: 15px;
      }

      .fx5__op .etapa__item p{
        font-size: 16px;
      }
      .fx5__op .etapa__item .icon span{
        font-size: 35px;
        line-height: 1.5;
      }
    }
    @media (max-width: 575.98px) {
      .fx3__op .grid__img__container{
        grid-gap: 15px;
      }

      .fx4__op{
        padding-top: 32px;
        padding-bottom: 38px;
      }
      .fx4__op .service__item{
        max-width: 100%;
      }
      .fx4__op .service__item img{
        margin-bottom: 4vw;
      }
      .fx4__op .service__item p{
        font-size: 4.5vw;
      }
      .fx4__op .service__item span{
        font-size: 4vw;
      }

      .fx1__op .main__content__wrapper h2{
        font-size: 25px;
      }
      .fx1__op .main__content__wrapper h2 strong,
      .fx1__op .main__content__wrapper h2 strong > *{
        font-size: 28px !important;
      }
      .fx1__op .content__benefits h2,
      .fx2__op h2,
      .fx5__op h2{
        font-size: 22px;
      }
      .metal__slide p{
        font-size: 19px;
      }
      .metal__slide span{
        font-size: 16px;
      }

      .fx3__op .content h2{
        font-size: 21px;
      }
      .fx1__op .benefit__item .txt__inner p,
      .fx3__op .impact__phrase p{
        font-size: 18px;
      }
      .fx1__op .benefit__item .txt__inner span{
        font-size: 16px;
      }
      .fx3__op .content .sub__title,
      .fx3__op .content p{
        font-size: 16px;
      }

      .fx5__op .etapa__item .icon span{
        font-size: 30px;
      }
    }
    @media (max-width: 480.98px) {
      .fx5__op .grid__etapas__container{
        grid-template-columns: 1fr;
      }
    }

  /* /RESPONSIVO ONE PAGE */

/* /ONE PAGE */

/* FORM MODAL */

  .modal-content{
    background-color: transparent;
  }

  .modal-body{
    background-color: var(--kry-color-1);
    border-radius: 10px;
  }

  .modal__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    margin-bottom: 12px;
  }

  .modal__title p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .btnCloseModal{
    width: 28px;
    height: 28px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-family: var(--font-Padrao);
    font-size: 18px;
    color: #FFFFFF;

    background-color: var(--kry-color-2);
    border-radius: 50%;
    border: none;

    padding: 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: #000000;

    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 .recaptcha__wrapper{
    max-height: 78px;
  }

  .formModal .form__submit p{
    display: flex;
    align-items: center;
  }

  .formModal .btnSubmit{
    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-2);
    border: none;
    border-radius: 10px;

    cursor: pointer;

    transition: all .3s ease-in-out;

    padding: 8px 30px;
  }

  .formModal .btnSubmit:hover{
    transform: scaleX(calc(390 / 370)) scaleY(calc(42 / 40));
  }

/* /FORM MODAL */

/* FOOTER */

  .footer{
    position: relative;

    padding-top: 241px;
    padding-bottom: 50px;
  }

  .footer .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .footer .float__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;

    width: 100%;
    height: 100%;

    background: linear-gradient(179.23deg, #3C0C3C 31.51%, rgba(99, 32, 105, 0.81) 99.35%);
  }

  .footer .float__bg .overlay__footer{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    height: auto;
    object-fit: cover;

    user-select: none;
  }

  .footer .float__bg .bg__footer{
    width: 100%;
    height: 100%;
    object-fit: cover;

    user-select: none;
  }

  .footer .container{
    position: relative;
    z-index: 15;
  }

  .footer .content{
    font-family: var(--font-Padrao);

    margin-bottom: 25px;
  }

  .footer .content h2{
    align-content: center;

    font-family: var(--font-Padrao);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 21px;
  }

  .footer .content h2 strong,
  .footer .content h2 b{
    font-size: 53px;
  }

  .footer .content h3{
    font-family: var(--font-Padrao);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;

    color: #FFFFFF;

    margin-bottom: 19px;
  }

  .footer .content p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 9px;
  }

  .footer .info__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 47px;

    margin-bottom: 83px;
  }

  .footer .btn__whatsapp{
    width: 100%;
    max-width: 270px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;

    background-color: var(--kry-color-2);
    border-radius: 100px;
    border: none;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;

    text-align: center;

    color: #FFFFFF;

    transition: all .3s ease-in-out;

    padding: 15px 10px;
  }

  .footer .btn__whatsapp:hover{
    background-color: var(--kry-color-6);
  }

  .footer .info__item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .footer .info__item p{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .footer .credits{
    position: relative;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding-top: 55px;
  }

  .footer .credits::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 1px;

    background-color: #FFFFFF;
    opacity: .35;
  }

  .footer .credits p{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .footer .credits .social__media__link{
    width: 100%;
    max-width: 48px;
    height: auto;

    display: flex;
  }

  .footer .credits .kryzalis{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 25px;
  }

  /* RESPONSIVO FOOTER */

    @media(max-width: 1199.98px){
      .footer .content h2{
        font-size: 40px;
      }
      .footer .content h2 strong, .footer .content h2 b{
        font-size: 45px;
      }
    }
    @media (max-width: 991.98px) {
      .footer{
        padding-top: 140px;
      }
      .footer .content{
        text-align: center;
      }
      .footer .info__wrapper{
        flex-direction: column;
        margin-bottom: 25px;
      }

      .footer .content h2{
        font-size: 32px;
      }
      .footer .content h2 strong, .footer .content h2 b{
        font-size: 34px;
      }
      .footer .content h3{
        font-size: 19px;
      }
      .footer .content p,
      .footer .info__item p{
        font-size: 18px;
      }

      .footer .credits{
        flex-direction: column;
        padding-top: 25px;
      }
    }
    @media(max-width: 900.98px){
      .footer{
        padding-bottom: 90px;
      }
    }
    @media(max-width: 767.98px){
      .footer .content h2{
        font-size: 28px;
      }
      .footer .content h2 strong, .footer .content h2 b{
        font-size: 30px;
      }
      .footer .content h3{
        font-size: 18px;
      }
      .footer .content p,
      .footer .info__item p{
        font-size: 17px;
      }
    }
    @media (max-width: 575.98px) {
      .footer{
        padding-top: 80px;
      }
      .footer .content h2{
        font-size: 24px;
      }
      .footer .content h2 strong, .footer .content h2 b{
        font-size: 25px;
      }
      .footer .content h3{
        font-size: 17px;
      }
      .footer .content p,
      .footer .info__item p{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO FOOTER */

/* /FOOTER */

/* 404 */

  .pg-404 {
    min-height: 45vh;
    place-items: center;
    padding: 3rem 1.5rem;
  }

  .pg-404 .container {
    width: min(960px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  .pg-404 h1 {
    font-family: var(--font-Padrao);
    font-weight: 800;
    line-height: 1;
    font-size: 66px;
    color: var(--kry-color-2);
  }

  .pg-404 h2 {
    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 h1 {
      font-size: 46px;
    }
    .pg-404 h2 {
      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-1);

    margin-bottom: 20px;
  }

  .fx1__obrigado .content p{
    font-family: var(--font-Padrao);
    font-size: 25px;
    font-weight: 500;
    color: var(--kry-color-4);
  }

  .fx1__obrigado .content a{
    color: var(--kry-color-4);

    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) {

  }*/