@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #F90505;  **/
/**  cor-2: #F96205;  **/
/**  cor-3: #FF3881;  **/
/**  cor-4: #7C00DA;  **/
/**  cor-5: #00509F;  **/

/* Fonts */
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-ExtraBold.woff2') format('woff2'),
      url('../fonts/Dosis-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Bold.woff2') format('woff2'),
      url('../fonts/Dosis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-ExtraLight.woff2') format('woff2'),
      url('../fonts/Dosis-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Light.woff2') format('woff2'),
      url('../fonts/Dosis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Medium.woff2') format('woff2'),
      url('../fonts/Dosis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-SemiBold.woff2') format('woff2'),
      url('../fonts/Dosis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Regular.woff2') format('woff2'),
      url('../fonts/Dosis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
      url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
  
  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background-color: #ffb900; }
span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container{padding: 0px;}
}

/* Links */
a{
  text-decoration: none;
  transition: all .3s linear;
}
::-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{
  font-family: var(--font-Padrao);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright{
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --font-Padrao: 'Dosis';

  --kry-color-1: #F90505;
  --kry-color-2: #F96205;
  --kry-color-3: #FF3881;
  --kry-color-4: #7C00DA;
  --kry-color-5: #00509F;
}

/* THEME BUTTONS */

.btn__theme__1,
.btn__theme__2,
.btn__theme__3,
.btn__theme__4,
.btn__theme__6,
.btn__theme__7{
  position: relative;

  display: block;

  width: 100%;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn__theme__1::before,
.btn__theme__2::before,
.btn__theme__3::before,
.btn__theme__4::before,
.btn__theme__6::before,
.btn__theme__7::before{
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;

  border-radius: 100px;

  transition: all .3s ease-in-out;
}

.btn__theme__1{
  max-width: 270px;

  color: #FFFFFF;

  padding: 15px 16px;
}

.btn__theme__1::before{
  border: 4px solid #FFFFFF;
}

.btn__theme__1:hover::before{
  background-color: var(--kry-color-2);
  border-color: var(--kry-color-2);

  transform: scaleX(calc(300 / 270));
}

.btn__theme__2{
  max-width: 170px;

  color: #FFFFFF;

  padding: 15px 16px;
}

.btn__theme__2::before{
  border: 4px solid #FFFFFF;
}

.btn__theme__2:hover::before{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);

  transform: scaleX(calc(200 / 170));
}

.btn__theme__3{
  z-index: 10;
  max-width: 270px;

  color: #000000;

  padding: 15px 16px;
}

.btn__theme__3::before{
  z-index: 0;
  background-color: #00BCF5;
  border: 4px solid #00BCF5;
}

.btn__theme__3:hover::before{
  background-color: #00BCF5;
  border-color: #00BCF5;

  transform: scaleX(calc(300 / 270));
}

.btn__theme__3 span{
  position: relative;
  z-index: 5;
}

.btn__theme__4{
  max-width: 270px;

  color: #FFFFFF;

  padding: 15px 16px;
}

.btn__theme__4::before{
  z-index: 0;
  border: 4px solid #FFFFFF;
}

.btn__theme__4:hover::before{
  transform: scaleX(calc(300 / 270));
}

.btn__theme__6{
  max-width: 170px;

  color: #FFFFFF;

  padding: 15px 16px;
}

.btn__theme__6::before{
  border: 4px solid #FFFFFF;
}

.btn__theme__6:hover::before{
  background-color: #AE00DA;
  border-color: #AE00DA;

  transform: scaleX(calc(200 / 170));
}

.btn__theme__7{
  max-width: 270px;

  color: #FFFFFF;

  padding: 15px 16px;
}

.btn__theme__7::before{
  background-color: var(--kry-color-2);
  border: 4px solid var(--kry-color-2);
}

.btn__theme__7:hover::before{
  background-color: var(--kry-color-2);
  border-color: var(--kry-color-2);

  transform: scaleX(calc(300 / 270));
}

/* /THEME BUTTONS */

/* HEADER */

body{
  background-color: #000000;
}

.header{
  position: absolute;
  top: 34px;
  z-index: 1000;

  width: 100%;
}

.header__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
}

.header .menu__inner{
  width: 100%;
  max-width: 1170px;
}

.header .menu__title p{
  font-family: var(--font-Padrao);
  font-size: 26px;
  font-weight: 500;

  color: #FFFFFF;

  margin-bottom: 0;
}

.header .menu__nav{
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 105px;
}

.menu__nav .menu__link{
  font-family: var(--font-Padrao);
  font-size: 26px;
  font-weight: 500;
  text-align: center;

  color: #FFFFFF;

  transition: transform .3s ease;
}

.menu__nav .menu__link:hover{
  transform: translateY(-10px);
}

.header .logo__header,
.header .logo__mobile{
  display: block;

  width: 100%;
  max-width: 183px;
}

.header .logo__header img,
.header .logo__mobile img{
  width: 100%;
  max-width: 183px;
  height: auto;
  max-height: 55px;
}

.header .btnCloseMenu{
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;

  padding: 0px;
}

.header .btnOpenMenu{
  position: absolute;
  z-index: 40;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  width: 40px;
  height: auto;

  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: #F1F1F1;
  cursor: pointer;

  padding: 0px;
}

.header .btnOpenMenu .lines__inner{
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.header .btnOpenMenu .line{
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;

  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2){
  opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

.header .backdrop{
  position: fixed;
  z-index: 45;
  inset: 0;

  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease-in-out;
}

.header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

/* RESPONSIVO HEADER */

  @media(min-width: 992px){
    .header .logo__mobile,
    .menu__title,
    .backdrop,
    .btnOpenMenu{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .header .menu__inner{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;

      width: 80%;
      max-width: 350px;
      height: 100%;

      background-color: #010101;

      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;

      transform: translateX(-100%);
      opacity: 0;

      transition: all .3s ease-in-out;

      padding: 50px 30px 70px 30px;
    }
    .header .menu__inner.shown{
      transform: translateX(0);
      opacity: 1;
    }

    .header .menu__nav{
      width: 100%;

      flex-direction: column;
      align-items: start;
    }
    .header .menu__link{
      font-size: 20px;
    }

    .header .btnOpenMenu{
      display: block;
    }
    .header .menu__title{
      width: 100%;

      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.footer{
  position: relative;

  overflow: hidden;

  padding-top: 135px;
  padding-bottom: 29px;
}

.footer__float__container{
  position: absolute;
  z-index: 5;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 1920px;
}

.footer .float__bg{
  position: absolute;

  width: 100%;
  height: 100%;

  opacity: .03;
}

.footer .float__bg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .float__img{
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 375px;

  width: 481px;
}

.footer .float__img::before{
  content: '';
  position: absolute;
  inset: 0;

  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #010101 100%);
}

.footer .float__img video{
  width: 100%;
  height: 100%;
  max-height: 733px;
  object-fit: cover;
}

.footer .container{
  position: relative;
  z-index: 10;
}

.footer .content{
  margin-bottom: 35px;
}

.footer .content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer .content h2 strong{
  font-size: 49px;
}

.footer .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  text-align: justify;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer .form__container{
  display: flex;
  justify-content: center;
}

.footer form,
.footer .wpcf7{
  width: 100%;
  max-width: 670px;
}

.footer form{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer form p{
  margin-bottom: 0px;
}

.footer form .form__input{
  width: 100%;

  background-color: #000000;

  border: 3px solid #00509F;
  border-radius: 100px;

  padding: 14px 26px;
}

.footer form .form__input,
.footer form .form__input::placeholder{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;
  text-align: justify;

  color: #FFFFFF;
}

.footer .form__submit > p{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;

  margin-top: 4px;
}

.footer .btn__submit{
  position: relative;

  display: block;

  width: 100%;
  max-width: 170px;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 500;
  text-align: center;

  color: #FFFFFF;

  background-color: transparent;
  border: 4px solid #FFFFFF;
  border-radius: 100px;

  transition: all .3s ease-in-out;

  padding: 15px 16px;
}

.footer .btn__submit span{
  position: relative;
  z-index: 5;
}

.footer .btn__submit:hover{
  background-color: #AE00DA;
  border-color: #AE00DA;

  transform: scaleX(calc(200 / 170));
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;

  margin-top: 132px;
}

.footer .credits p{
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer .credits .kryzalis{
  display: flex;
  justify-content: center;
  align-items: end;

  gap: 22px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .content,
    .footer .content p{
      text-align: center;
    }

    .footer .credits{
      flex-direction: column;
      justify-content: start;
      align-items: center;
    }
    .footer .content h2{
      font-size: 30px;
    }
    .footer .content h2 strong{
      font-size: 39px;
    }
  }
  @media(max-width: 900px){
    .footer{
      padding-bottom: 89px;
    }
  }
  @media(max-width: 767px){
    .footer{
      padding-top: 75px;
    }
    .footer .content h2{
      font-size: 25px;
    }
    .footer .content h2 strong{
      font-size: 32px;
    }
    .footer .content p{
      font-size: 18px;
    }
  }
  @media (max-width: 575px) {
    .footer .float__img{
      display: none;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

.section__title{
  position: relative;

  background: linear-gradient(
    270deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 25%,
    var(--kry-color-3) 50.48%,
    var(--kry-color-4) 75%,
    var(--kry-color-5) 100%
  );

  max-height: 900px;
  overflow: hidden;

  padding-top: 240px;
  padding-bottom: 229px;
}

.section__title::after{
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 10;

  width: 100%;
  height: 438px;

  background: linear-gradient(
    to bottom,
    transparent 0%,
    #000000 100%
  );
}

.section__title .video__wrapper{
  position: absolute;
  inset: 0;
  z-index: 5;

  width: 100%;
  height: 100%;
  max-height: 900px;
}

.section__title .video__wrapper video{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  min-width: 100%;
  min-height: 1080px;

  object-fit: cover;

  opacity: .18;
}

.section__title .content{
  position: relative;
  z-index: 15;

  text-align: center;
}

.section__title .img__content{
  margin-bottom: 4px;
}

.section__title .img__content img{
  width: 100%;
  max-width: 961px;
  height: auto;
  max-height: 327px;
}

.section__title .content h1{
  font-family: var(--font-Padrao);
  font-size: 180px;
  font-weight: 200;
  text-align: center;

  color: #FFFFFF;

  -webkit-text-stroke: 19px #FFFFFF;


  margin-bottom: 0px;
}

.section__title .float__icon{
  position: absolute;
  z-index: 15;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

/* RESPONSIVO SECTION TITLE */

  @media (max-width: 991px) {
    .section__title{
      padding-top: 140px;
      padding-bottom: 129px;
    }
    .section__title::after{
      height: 238px;
    }
    .section__title .content h1{
      font-size: 130px;
      -webkit-text-stroke: 13px #FFFFFF;
    }
  }
  @media(max-width: 767px){
    .section__title{
      padding-top: 110px;
      padding-bottom: 99px;
    }
    .section__title::after{
      height: 118px;
    }
    .section__title .content h1{
      font-size: 90px;
      -webkit-text-stroke: 8px #FFFFFF;
    }
  }
  @media (max-width: 575px) {
    .section__title .content h1{
      font-size: 60px;
      -webkit-text-stroke: 4px #FFFFFF;
    }
  }

/* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* BANNER */

.section__banner{
  position: relative;

  background: linear-gradient(
    270deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 25%,
    var(--kry-color-3) 50.48%,
    var(--kry-color-4) 75%,
    var(--kry-color-5) 100%
  );

  max-height: 900px;
  overflow: hidden;

  padding-top: 240px;
  padding-bottom: 290px;
}

.section__banner::after{
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 10;

  width: 100%;
  height: 438px;

  background: linear-gradient(
    to bottom,
    transparent 0%,
    #000000 100%
  );
}

.section__banner .video__wrapper{
  position: absolute;
  inset: 0;
  z-index: 5;

  width: 100%;
  height: 100%;
  max-height: 900px;
}

.section__banner .video__wrapper video{
  min-width: 100%;
  min-height: 100%;

  object-fit: cover;

  opacity: .18;
}

.section__banner .content{
  position: relative;
  z-index: 15;

  text-align: center;
}

.section__banner .img__content{
  margin-bottom: 4px;
}

.section__banner .img__content img{
  width: 100%;
  max-width: 961px;
  height: auto;
  max-height: 327px;
}

.section__banner .content p{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.section__banner .float__icon{
  position: absolute;
  z-index: 15;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

/* RESPONSIVO BANNER */

  @media (max-width: 991px) {
    .section__banner{
      padding-top: 140px;
      padding-bottom: 185px;
    }
    .section__banner::after{
      height: 308px;
    }
  }
  @media(max-width: 767px){
    .section__banner::after{
      height: 258px;
    }
  }
  @media (max-width: 575px) {
    .section__banner{
      padding-top: 100px;
      padding-bottom: 125px;
    }
    .section__banner::after{
      height: 208px;
    }
    .section__banner .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home{
  padding-bottom: 68px;
}

.fx1__home .row{
  row-gap: 25px;
}

.fx1__home .code__languages__grid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 35px;

  margin-bottom: 105px;
}

.fx1__home .main__content{
  text-align: center;

  margin-bottom: 49px;
}

.fx1__home .main__content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 21px;
}

.fx1__home .main__content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx1__home .btns__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 26px;

  margin-top: 40px;
}

.fx1__home .card__destaque{
  position: relative;

  width: 100%;
  max-width: 370px;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;

  padding: 38px 18px;
}

.fx1__home .card__destaque::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;

  border: 4px solid #FFFFFF;
  border-radius: 20px;

  transition: transform .3s ease-in-out;
}

.fx1__home .card__destaque:hover::before{
  transform: scaleX(calc(400 / 370)) scaleY(calc(177 / 163));
}

.fx1__home .card__destaque .icon{
  flex-shrink: 0;
  width: 100%;
  max-width: 62px;
}

.fx1__home .card__destaque .icon img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fx1__home .card__destaque .content p{
  font-family: var(--font-Padrao);
  font-size: 40px;
  font-weight: 500;
  line-height: .9;

  color: var(--kry-color-2);

  margin-bottom: 0;
}

.fx1__home .card__destaque .content span{
  font-family: var(--font-Padrao);
  font-size: 45px;
  font-weight: 200;
  line-height: .9;
  
  color: #FFFFFF;
}

.fx2__home{
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, .84),
      rgba(0, 0, 0, .84)
    ),
    linear-gradient(
      270deg,
      var(--kry-color-1) 0%,
      var(--kry-color-2) 25%,
      var(--kry-color-3) 50.48%,
      var(--kry-color-4) 75%,
      var(--kry-color-5) 100%
    );

  padding-top: 68px;
  padding-bottom: 58px;
}

.fx2__home .float__container{
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 1920px;
}

.fx2__home .float__video{
  position: absolute;
  z-index: 10;
  inset: 0;
}

.fx2__home .float__video video{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);
  transform-origin: center;
  opacity: .08;

  object-fit: cover;
}

.fx2__home .float__img{
  position: absolute;
  z-index: 5;
  top: -39px;
  left: -144px;

  width: 1958px;
}

.fx2__home .float__img img{
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 1321px;
  object-fit: contain;
}

.fx2__home .float__container__line{
  position: absolute;
  top: 82px;
  left: 327px;
  z-index: 15;
}

.fx2__home .float__container__line img{
  width: 100%;
  max-width: 1086px;
  height: auto;
  max-height: 869px;
  object-fit: contain;
}

.fx2__home .container{
  position: relative;
  z-index: 20;
}

.fx2__home .row{
  row-gap: 62px;
}

.fx2__home .grid__content{
  max-width: 500px;
}

.fx2__home .grid__content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 17px;
}

.fx2__home .grid__content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.47;
  text-align: justify;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx2__home .grid__content p strong{
  font-weight: 700;
}

.fx2__home .grid__content p:has(strong){
  margin-bottom: 3px;
}

.fx2__home .btn__theme__7{
  margin-top: 85px;
}

.fx3__home{
  position: relative;

  background-color: #0A0A0A;

  padding-top: 72px;
  padding-bottom: 70px;
}

.fx3__home .float__bg{
  position: absolute;
  z-index: 0;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 1920px;
}

.fx3__home .float__bg img{
  position: absolute;
  left: -29px;
  bottom: 27px;

  width: 1990px;
  height: 238px;
}

.fx3__home .container{
  position: relative;
  z-index: 5;
}

.fx3__home .perks__content{
  text-align: center;

  margin-bottom: 35px;
}

.fx3__home .perks__content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 9px;
}

.fx3__home .perks__content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx3__home .perks__wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 30px;
}

.fx3__home .perk__item{
  position: relative;

  width: 100%;
  max-width: 370px;
  min-height: 96px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;

  padding: 8px 20px;
}

.fx3__home .perk__item::before{
  content: '';
  position: absolute;
  inset: 0;

  border: 4px solid #FFFFFF;
  border-radius: 20px;

  transition: transform .3s ease-in-out;
}

.fx3__home .perk__item:hover::before{
  transform: scaleX(calc(400 / 370)) scaleY(calc(104 / 96));
}

.fx3__home .perk__item img{
  width: 20px;
  height: 20px;

  flex-shrink: 0;
}

.fx3__home .perk__item p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx3__home .btn__wrapper{
  display: flex;
  justify-content: center;

  margin-top: 51px;
  margin-bottom: 91px;
}

.fx3__home .video__holder{
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 1920px;

  overflow: hidden;
}

.fx3__home .video__holder video{
  position: absolute;
  bottom: 69px;
  left: 153px;

  width: 691px;
  height: 444px;
  object-fit: cover;

  mask-image: url('../imagens/mask-fx3-video.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: url('../imagens/mask-fx3-video.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.fx3__home .content h2{
  font-family: var(--font-Padrao);
  font-size: 55px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 4px;
}

.fx3__home .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 18px;
}

.fx3__home .content p strong{
  font-weight: 600;
}

.fx3__home .content .btn__theme__3{
  margin-top: 47px;
}

.fx4__home{
  padding-top: 57px;
  padding-bottom: 82px;
}

.fx4__home h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;
  text-align: center;

  color: #FFFFFF;

  margin-bottom: 51px;
}

.fx4__home .faq__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  grid-template-columns: repeat(2, 1fr);
  gap: 19px 30px;
}

.fx4__home .collapsing{
  transition: height .3s ease, opacity .3s ease;
}

.fx4__home .faq__item{
  width: 100%;
  max-width: 570px;

  display: flex;
  flex-direction: column;
}

.fx4__home .question__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

  border: 3px solid var(--kry-color-2);
  border-radius: 100px;

  cursor: pointer;

  transition: all .3s ease-in-out;

  padding: 18px 21px;
}

.fx4__home .question__wrapper:is([aria-expanded="true"]){
  background-color: #EDEDED;
  border-color: #EDEDED;
}

.fx4__home .question__wrapper:is([aria-expanded="true"]) p{
  background: linear-gradient(270deg, #1E374D 0%, #728AA2 100%), #1E374D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.fx4__home .question__wrapper:is([aria-expanded="true"]) img{
  transform: rotate(90deg);
}

.fx4__home .question__wrapper p{
  font-family: var(--font-Padrao);
  font-size: 19px;
  font-weight: 700;

  color: #FFFFFF;

  transition: all .3s ease-in-out;

  margin-bottom: 0;
}

.fx4__home .question__wrapper img{
  width: 29px;
  height: 29px;

  transition: transform .3s ease-in-out;
}

.fx4__home .answer{
  border-bottom: 2px solid var(--kry-color-4);
  border-radius: 5px;

  padding: 17px 15px;
}

.fx4__home .answer p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1__home .code__languages__grid{
      justify-content: center;
      flex-wrap: wrap;
    }
    .fx1__home .col-lg-4{
      display: flex;
      justify-content: center;
    }

    .fx2__home .float__container__line{
      display: none;
    }
    .fx2__home .row{
      row-gap: 25px;
    }
    .fx2__home .col-lg-12,
    .fx2__home .col-lg-11,
    .fx2__home .col-lg-8,
    .fx2__home .col-lg-5,
    .fx2__home .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx2__home .grid__content,
    .fx2__home .grid__content p{
      text-align: center;
    }
    .fx2__home .btn__theme__7{
      margin-top: 0px;
    }

    .fx3__home .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .fx3__home .content h2{
      font-size: 45px;
    }
    .fx3__home .video__holder{
      position: relative;
      inset: unset;
      left: unset;
      transform: translateX(0);
      width: auto;

      display: flex;
      justify-content: center;
    }
    .fx3__home .video__holder video{
      position: relative;
      bottom: unset;
      left: unset;
    }

  }
  @media(max-width: 767px){
    .fx1__home .main__content h2,
    .fx2__home .grid__content h2,
    .fx3__home .perks__content h2{
      font-size: 30px;
    }
    .fx1__home .main__content p,
    .fx2__home .grid__content p,
    .fx3__home .perks__content p,
    .fx3__home .perk__item p,
    .fx3__home .content p{
      font-size: 18px;
    }
    .fx1__home .card__destaque .content p{
      font-size: 30px;
    }
    .fx1__home .card__destaque .content span{
      font-size: 35px;
    }
    .fx1__home .btns__wrapper{
      flex-direction: column;
    }

    .fx3__home .content h2{
      font-size: 35px;
    }
    .fx3__home .video__holder video{
      width: 491px;
      height: 316px;
    }

    .fx4__home h2{
      font-size: 30px;

      margin-bottom: 28px;
    }
  }
  @media (max-width: 575px) {
    .fx1__home .main__content h2,
    .fx2__home .grid__content h2,
    .fx3__home .perks__content h2,
    .fx4__home h2{
      font-size: 25px;
    }

    .fx1__home .main__content p,
    .fx2__home .grid__content p,
    .fx3__home .perks__content p,
    .fx3__home .perk__item p,
    .fx3__home .content p,
    .fx4__home .question__wrapper p{
      font-size: 17px;
    }

    .fx1__home .card__destaque .content p{
      font-size: 26px;
    }
    .fx1__home .card__destaque .content span{
      font-size: 28px;
    }

    .fx3__home .content h2{
      font-size: 28px;
    }
    .fx3__home .video__holder video{
      width: 300px;
      height: 193px;
    }

    .fx2__home .float__img{
      display: none;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* THEME PAGE */

.fx1__theme__page{
  padding-top: 83px;
  padding-bottom: 81px;
}

.fx1__theme__page .row{
  align-items: center;
  row-gap: 25px;
}

.fx1__theme__page .row.reverse__content{
  flex-direction: row-reverse;
}

.fx1__theme__page .img__inner{
  width: 100%;
  max-width: 570px;
  max-height: 401px;
}

.fx1__theme__page .img__inner img{
  width: 100%;
  max-width: 570px;
  height: auto;
  max-height: 401px;
  border-radius: 20px;
}

.fx1__theme__page .img__inner__2{
  width: 100%;
  max-width: 770px;
  max-height: 401px;
}

.fx1__theme__page .img__inner__2 img{
  width: 100%;
  max-width: 770px;
  height: auto;
  max-height: 401px;
  border-radius: 20px;
}

.fx1__theme__page .row:is(.reverse__content) .content{
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}

.fx1__theme__page .content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;

  color: #FFFFFF;

  margin-bottom: 21px;
}

.fx1__theme__page .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx1__theme__page .btn__theme__6{
  margin-top: 44px;
}

.fx2__theme__page{
  background-color: #0A0A0A;

  padding-top: 73px;
  padding-bottom: 94px;
}

.fx2__theme__page .row{
  row-gap: 26px;
}

.fx2__theme__page .content{
  text-align: center;

  margin-bottom: 77px;
}

.fx2__theme__page .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 35px;

  color: #AE00DA;

  margin-bottom: 19px;
}

.fx2__theme__page .content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx2__theme__page .card__theme__fx2{
  position: relative;

  width: 100%;
  height: 100%;
  max-width: 570px;

  display: flex;
  flex-direction: column;
  justify-content: center;


  padding: 22px 22px 22px 63px;
}

.fx2__theme__page .card__theme__fx2::before{
  content: '';
  position: absolute;
  inset: 0;

  border: 4px solid #FFFFFF;
  border-radius: 20px;

  transition: transform .3s ease-in-out;
}

.fx2__theme__page .card__theme__fx2:hover::before{
  transform: scaleX(calc(611 / 570)) scaleY(calc(178 / 166));
}

.card__theme__fx2 .head__inner{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.card__theme__fx2 .head__inner img{
  width: 20px;
  height: 20px;
}

.card__theme__fx2 .head__inner p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 22px;

  color: var(--kry-color-2);

  margin-bottom: 0px;
}

.card__theme__fx2 span{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 22px;

  color: #FFFFFF;
}

.fx3__theme__page{
  padding-top: 59px;
  padding-bottom: 69px;
}

.fx3__theme__page .row{
  row-gap: 25px;
}

.fx3__theme__page .row__align{
  align-items: center;
}

.fx3__theme__page .row__content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #00BCF5;

  margin-bottom: 16px;
}

.fx3__theme__page .row__content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx3__theme__page .img__inner{
  width: 100%;
  max-width: 570px;
  max-height: 330px;
}

.fx3__theme__page .img__inner img{
  width: 100%;
  max-width: 570px;
  height: autp;
  max-height: 330px;
}

.fx3__theme__page .main__content{
  text-align: center;

  margin-top: 95px;
  margin-bottom: 42px;
}

.fx3__theme__page .main__content h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 19px;
}

.fx3__theme__page .main__content p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 400;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx3__theme__page .card__theme__fx3{
  position: relative;

  width: 100%;
  height: 100%;
  max-width: 370px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  padding: 15px 12px 15px 21px;
}

.card__theme__fx3::before{
  content: '';
  position: absolute;
  inset: 0;

  border: 4px solid #FFFFFF;
  border-radius: 20px;

  transition: transform .3s ease-in-out;
}

.card__theme__fx3:hover::before{
  transform: scaleX(calc(400 / 370)) scaleY(calc(177 / 163));
}

.card__theme__fx3 img{
  width: 59px;
  height: 59px;
}

.card__theme__fx3 p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx4__theme__page{
  background: linear-gradient(
    270deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 25%,
    var(--kry-color-3) 50.48%,
    var(--kry-color-4) 75%,
    var(--kry-color-5) 100%
  );

  padding-top: 83px;
  padding-bottom: 71px;
}

.fx4__theme__page .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 28px;
}

.fx4__theme__page .content p{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;

  color: #FFFFFF;

  margin-bottom: 0px;
}

.fx4__theme__page .btn__theme__4{
  flex-shrink: 0;
}

.fx5__theme__page{
  padding-top: 56px;
  padding-bottom: 68px;
}

.fx5__theme__page h2{
  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 700;
  text-align: center;

  color: #FFFFFF;

  margin-bottom: 54px;
}

.fx5__theme__page .row{
  row-gap: 25px;
}

.fx5__theme__page .card__theme__fx5{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
}

.card__theme__fx5 .img__thumb{
  width: 100%;
  max-width: 370px;
  max-height: 165px;

  border: 4px solid #FFFFFF;
  border-radius: 20px;

  overflow: hidden;

  margin-bottom: 16px;
}

.card__theme__fx5 .img__thumb img{
  width: 100%;
  max-width: 370px;
  height: auto;
  max-height: 165px;
  object-fit: cover;
}

.card__theme__fx5 p{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 600;

  color: #FFFFFF;

  margin-bottom: 11px;
}

.card__theme__fx5 span{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;

  color: #FFFFFF;

  margin-bottom: 26px;
}

.card__theme__fx5 .btn__card{
  display: block;
  width: fit-content;

  font-family: var(--font-Padrao);
  font-weight: 600;
  font-size: 22px;

  background: linear-gradient(
    270deg,
    var(--kry-color-2) 0%,
    #AE00DA 100%
  );
  text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  
}

.fx6__theme__page{
  background-color: #0A0A0A;

  padding-top: 67px;
  padding-bottom: 96px;
}

.fx6__theme__page .row{
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}

.fx6__theme__page .card__logo{
  width: 100%;
  max-width: 270px;
  max-height: 120px;

  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.fx6__theme__page .card__logo img{
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

/* RESPONSIVO THEME PAGE */

  @media (max-width: 991px) {
    .fx1__theme__page{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .fx1__theme__page .col-lg-6,
    .fx3__theme__page .col-lg-6,
    .fx3__theme__page .col-lg-4,
    .fx5__theme__page .col-lg-4{
      display: flex;
      justify-content: center;
    }
    .fx1__theme__page .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .fx2__theme__page{
      padding-top: 43px;
      padding-bottom: 54px;
    }

    .fx3__theme__page .row__content{
      text-align: center;
    }

    .fx4__theme__page .content{
      text-align: center;
      flex-direction: column;
    }
  }
  @media(max-width: 767px){
    .fx1__theme__page .content h2,
    .fx2__theme__page .content h2,
    .fx3__theme__page .row__content h2,
    .fx3__theme__page .main__content h2,
    .fx5__theme__page h2,
    .fx4__theme__page .content p{
      font-size: 30px;
    }
    .fx1__theme__page .content p,
    .fx2__theme__page .content p,
    .fx3__theme__page .row__content p,
    .fx3__theme__page .main__content p{
      font-size: 20px;
    }

    .fx2__theme__page .card__theme__fx2{
      padding: 27px 22px;
    }

    .fx2__theme__page .col-md-6,
    .fx6__theme__page .col-lg-3{
      display: flex;
      justify-content: center;
    }

    .fx4__theme__page{
      padding-top: 53px;
      padding-bottom: 51px;
    }
  }
  @media (max-width: 575px) {
    .fx1__theme__page .content h2,
    .fx2__theme__page .content h2,
    .fx3__theme__page .row__content h2,
    .fx3__theme__page .main__content h2,
    .fx5__theme__page h2,
    .fx4__theme__page .content p{
      font-size: 26px;
    }
    .fx1__theme__page .content p,
    .fx2__theme__page .content p,
    .fx3__theme__page .row__content p,
    .fx3__theme__page .main__content p,
    .card__theme__fx5 span{
      font-size: 17px;
    }

    .card__theme__fx2 .head__inner p,
    .card__theme__fx2 span,
    .card__theme__fx3 p,
    .card__theme__fx5 p,
    .card__theme__fx5 .btn__card{
      font-size: 18px;
    }

    .fx2__theme__page .card__theme__fx2,
    .fx5__theme__page .card__theme__fx5{
      align-items: center;
      text-align: center;
    }

    .fx3__theme__page .card__theme__fx3{
      flex-direction: column;
      text-align: center;
    }

    .fx6__theme__page{
      padding-top: 47px;
      padding-bottom: 46px;
    }
  }

/* /RESPONSIVO THEME PAGE */

/* /THEME PAGE */

/* 404 */

.pg-404 {
  min-height: 45vh;
  place-items: center;
  padding: 6rem 1.5rem;
  font-family: var(--font-Padrao);
}

.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: #FFFFFF;
}

.pg-404 h3 {
  margin: 1rem 0 1.25rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.7;
}

.pg-404 .editor a {
  color: #FFFFFF !important;
  font-weight: 700;
  text-decoration: none;
}

.pg-404 .editor a:hover,
.pg-404 .editor a:active {
  color: var(--kry-color-3) !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 4rem 1.25rem;
  }
  .pg-404 h2 {
    font-size: 46px;
  }
  .pg-404 h3 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado{
  min-height: 45vh;
  align-content: center;
}

.fx1_obrigado .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado .content h2{
  font-family: var(--fontPadrao);
  font-size: 55px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 20px;
}

.fx1_obrigado .content p{
  font-family: var(--fontPadrao);
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.fx1_obrigado .content a{
  color: #000000;

  transition: all .3s ease;

  &:hover{
    color: var(--kry-color-3);
  }
}

@media (max-width: 767PX) {
  .fx1_obrigado .content h2{
    font-size: 35px;
  }
  .fx1_obrigado .content p{
    font-size: 18px;
  }
}

/* /OBRIGADO */

/*  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 575px) {

  }
  @media (max-width: 480px) {

  }*/