@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #000000;  **/
/**  cor-2: #FFFFFF;  **/
/**  cor-3: #1A1A1B;  **/

/* Fonts */
@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Light.woff2') format('woff2'),
      url('../fonts/JosefinSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-ExtraLight.woff2') format('woff2'),
      url('../fonts/JosefinSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Thin.woff2') format('woff2'),
      url('../fonts/JosefinSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
      url('../fonts/JosefinSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Medium.woff2') format('woff2'),
      url('../fonts/JosefinSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
      url('../fonts/JosefinSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
      url('../fonts/JosefinSans-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,
.wpcf7-not-valid::placeholder{
  background-color: #FFD2D2!important;
  color: #555555 !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: #333333;
  color: #F1F1F1;
}
::selection{
  background: #333333;
  color: #F1F1F1;
}

/* 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: #FFFFFF;
}
.website{
  position: relative;

  padding-top: 124px;
}
.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: 'Josefin Sans';

  --kry-color-3: #1A1A1B;
}

/* BUTTONS */

.theme__btn{
  display: block;

  width: 100%;
  max-width: 370px;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;

  color: #FFFFFF;

  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;

  transition: background-color .3s ease, color .3s ease;

  padding: 20px;
}

.theme__btn:hover{
  background-color: #FFFFFF;
  color: #000000;
}

.theme__btn__dark{
  display: block;

  width: 100%;
  max-width: 370px;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;

  color: var(--kry-color-3);

  background-color: transparent;
  border: 1px solid var(--kry-color-3);
  border-radius: 100px;

  transition: background-color .3s ease, color .3s ease;

  padding: 20px;
}

.theme__btn__dark:hover{
  background-color: var(--kry-color-3);
  color: #FFFFFF;
}

/* /BUTTONS */

/* HEADER */

.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;

  width: 100%;
  max-height: 124px;

  background-color: #FFFFFF;
}

.header .container{
  padding-top: 10px;
  padding-bottom: 11px;
}

.header .container__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo__head{
  display: block;

  width: 80px;
  height: 103px;
}

.header .logo__head img{
  width: 100%;
  height: auto;
}

.header .logo__mobile,
.header .menu__mobile__title,
.header .btnOpenMenu{
  display: none;
}

.header .menu__mobile__title p{
  font-family: var(--font-Padrao);
  font-size: 26px;
  font-weight: 500;

  color: #000000;
  margin-bottom: 0;
}

.header .btnCloseMenu{
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;
  border-radius: 0px;

  padding: 0px;
}

.header .btnOpenMenu{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  width: 40px;
  height: auto;

  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: var(--kry-color-3);
  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 .2s ease, opacity .2s ease;
}

.header .btnOpenMenu:focus-visible{
  outline: 2px solid var(--kry-color-3);
}

.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;
}

.header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

.header .menu__list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;

  list-style: none;

  padding-left: 0px;
  margin-bottom: 0px;
}

.header .menu__link,
.header .submenu__name span{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 14px;

  color: #000000;

  transition: color .3s ease;
}

.header .menu__item:hover .menu__link,
.header .submenu__item:hover .menu__link,
.header .menu__item:hover .submenu__name span{
  color: rgba(0, 0, 0, .5);
}

.header .submenu__inner{
  position: relative;
}

.header .submenu__name{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;

  margin-bottom: 0px;
}

.header .submenu__inner .submenu__name svg{
  color: #000000;
  transition: color .3s ease;
}

.header .submenu__list{
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;

  width: max-content;
  max-width: 250px;
  max-height: 200px;

  overflow-y: auto;

  display: flex;
  flex-direction: column;
  align-items: start;

  list-style: none;

  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 3px;

  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;

  transition: all .3s ease;

  padding-left: 0px;
  margin-bottom: 0px;
}

.header .submenu__list::before{
  content: '';
  position: absolute;
  top: -5px;
  width: 100%;

  height: 6px;
}

.header .submenu__inner:hover .submenu__list{
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.header .submenu__list .submenu__item{
  width: 100%;
  transition: background-color .3s ease;
}

.header .submenu__list .submenu__item a{
  display: block;
  width: 100%;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  transition: color .3s ease;

  padding: 6px 24px;
}

.header .submenu__list .submenu__item:hover a{
  color: rgba(0, 0, 0, .5);
}

.header .submenu__list .submenu__item:hover{
  background-color: #F5F5F5;
}

/* RESPONSIVO HEADER */

  @media(min-width: 992px){
    .header .backdrop{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .header .menu__wrapper{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;

      width: 80%;
      max-width: 350px;
      height: 100%;

      background-color: #FFFFFF;

      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      gap: 14px;

      transform: translateX(-100%);
      opacity: 0;

      transition: all .3s ease;

      overflow-y: auto;

      padding: 50px 30px 70px 30px;
    }
    .header .menu__wrapper.shown{
      transform: translateX(0);
      opacity: 1;
    }

    .header .menu__nav,
    .header .menu__item{
      width: 100%;
    }
    .header .menu__list{
      flex-direction: column;
      align-items: start;
    }
    .header .submenu__name{
      margin-bottom: 8px;
    }
    .header .submenu__list{
      position: static;
      opacity: 1;
      pointer-events: auto;
      transform: none;

      max-height: unset;

      width: 100%;
      max-width: 100%;
    }
    .header .submenu__list .submenu__item a{
      padding: 8px 12px;
    }

    .header .submenu__list::before{
      display: none;
    }

    .header .btnOpenMenu{
      display: grid;
    }

    .header .logo__mobile{
      display: block;
    }
    .header .menu__mobile__title{
      width: 100%;

      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.fx__help{
  position: relative;

  background-color: var(--kry-color-3);

  padding-top: 145px;
  padding-bottom: 145px;
}

.fx__help .video__container{
  position: absolute;
  inset: 0;
  z-index: 0;

  display: flex;
}

.fx__help .video__container::before{
  content: '';
  position: absolute;
  z-index: 5;
  inset: 0;

  background-color: rgba(26, 26, 27, .82);
}

.fx__help .video__container video{
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.fx__help .container{
  display: flex;
  justify-content: center;
}

.fx__help .content{
  position: relative;
  z-index: 10;

  font-family: var(--font-Padrao);
  text-align: center;
  justify-items: center;

  max-width: 570px;
}

.fx__help .content h2{
  font-weight: 500;
  font-size: 42px;
  line-height: 1.6;

  color: #FFFFFF;
  margin-bottom: 21px;
}

.fx__help .content p{
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx__help .theme__btn{
  margin-top: 50px;
}

.footer{
  background-color: var(--kry-color-3);

  padding-top: 108px;
  padding-bottom: 52px;
}

.footer .container{
  justify-items: center;
}

.footer .content{
  max-width: 570px;

  font-family: var(--font-Padrao);
  text-align: center;

  margin-bottom: 102px;
}

.footer .content h2{
  font-weight: 500;
  font-size: 42px;
  line-height: 1.8;

  color: #FFFFFF;
  margin-bottom: 7px;
}

.footer .content p{
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .credits{
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: end;
  row-gap: 14px;
}

.footer .credits p{
  font-family: var(--font-Padrao);
  font-weight: 300;
  font-size: 14px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.credits .social__media__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.credits .social__media__wrapper .social__link{
  display: flex;
}

.credits .kryzalis{
  display: flex;
  align-items: end;
  gap: 14px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .fx__help{
      padding-top: 75px;
      padding-bottom: 75px;
    }
    .fx__help .content h2,
    .footer .content h2{
      font-size: 32px;
      margin-bottom: 14px;
    }
    .fx__help .content p,
    .footer .content p{
      font-size: 19px;
    }

    .footer{
      padding-top: 54px;
    }
    .footer .content{
      margin-bottom: 62px;
    }
  }
  @media(max-width: 900px){
    .footer{
      padding-bottom: 98px;
    }
  }
  @media(max-width: 767px){
    .footer .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .fx__help{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .fx__help .theme__btn{
      margin-top: 25px;
    }
    .fx__help .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

.section__title{
  position: relative;

  padding-top: 250px;
  padding-bottom: 240px;
  margin-bottom: -1px;
}

.section__title::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;

  background: linear-gradient(
    180deg,
    rgba(26, 26, 27, .31) 0%,
    rgba(26, 26, 27, 1) 90%
  );
}

.section__title .container__video{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section__title .container__video video{
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: grayscale(1);
}

.section__title .content{
  position: relative;
  z-index: 10;
}

.section__title .content h1,
.section__title .content h2,
.section__title .content h3,
.section__title .content h4,
.section__title .content h5,
.section__title .content h6{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 70px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0;
}

/* RESPONSIVO TITLE */

  @media (max-width: 991px) {
    .section__title{
      padding-top: 125px;
      padding-bottom: 120px;
    }
    .section__title .content h1,
    .section__title .content h2,
    .section__title .content h3,
    .section__title .content h4,
    .section__title .content h5,
    .section__title .content h6{
      font-size: 45px;
    }
  }
  @media (max-width: 575px) {
    .section__title{
      padding-top: 65px;
      padding-bottom: 60px;
    }
    .section__title .content h1,
    .section__title .content h2,
    .section__title .content h3,
    .section__title .content h4,
    .section__title .content h5,
    .section__title .content h6{
      font-size: 35px;
    }
  }

/* /RESPONSIVO TITLE */

/* /SECTION TITLE */

/* BANNER */

.banner__section{
  display: flex;
  justify-content: center;

  background-color: var(--kry-color-3);

  padding-bottom: 111px;
}

.banner__section .banner__slider__container{
  width: 100%;
  max-width: 858px;
}

.banner__section .banner__slide{
  max-width: 100%;
}

.banner__section .banner__slide .img__thumbnail{
  display: block;
  max-width: 100%;

  margin-bottom: 25px;
}

.banner__section .img__thumbnail img{
  width: 100%;
  height: auto;

  border-radius: 10px;
}

.banner__section .banner__slide p{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 25px;
  text-align: center;

  color: #FFFFFF;

  transition: opacity .3s ease;

  margin-bottom: 0px;
}

.banner__section .swiper-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;

  margin-top: 14px;
}

.banner__section .swiper-pagination span{
  width: 15px;
  height: 15px;

  background-color: #FFFFFF;
  border-radius: 50%;

  transition: background-color .3s ease;
}

.banner__section .swiper-pagination span:hover,
.banner__section .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: rgba(255, 255, 255, .5);
}

.banner__section .swiper{
  overflow: visible;
}

.banner__section .swiper-slide{
  transition: transform .3s ease;
}

.banner__section .swiper-slide:not(.swiper-slide-active){
  transform: scale(calc(770 / 858));
  pointer-events: none;
}

.banner__section .swiper-slide:not(.swiper-slide-active) .banner__slide p{
  opacity: 0;
}

/* RESPONSIVO BANNER */

  @media (max-width: 991px) {
    .banner__section{
      padding-bottom: 51px;
    }
    .banner__section .banner__slider__container{
      max-width: 570px;
    }
  }
  @media(max-width: 767px){
    .banner__section .banner__slider__container{
      max-width: 400px;
    }
    .banner__section .banner__slide p{
      font-size: 20px;
    }
  }
  @media (max-width: 575px) {
    .banner__section .banner__slider__container{
      max-width: 210px;
    }
    .banner__section .banner__slide p{
      font-size: 18px;
    }
  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home{
  position: relative;
  background-color: #000000;

  overflow: hidden;
}

.fx1__home .container{
  padding-top: 350px;
  padding-bottom: 304px;
}

.fx1__home .video__wrapper{
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;

  display: flex;
  justify-content: center;
}

.fx1__home .video__wrapper::before{
  content: '';
  position: absolute;
  z-index: 5;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(26, 26, 27, .31) 0%,
    var(--kry-color-3) 100%);
}

.fx1__home .video__wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx1__home .content{
  position: relative;
  z-index: 10;

  font-family: var(--font-Padrao);
  text-align: center;
}

.fx1__home .content h1{
  font-weight: 400;
  font-size: 70px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 2px;
}

.fx1__home .content p{
  font-weight: 300;
  font-size: 48px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx1__home .btn__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  margin-top: 40px;
}

.fx1__home .theme__btn{
  max-width: 170px;
}

.fx2__home{
  background-color: var(--kry-color-3);
}

.fx2__home .container{
  padding-bottom: 69px;
}

.fx2__home .content{
  font-family: var(--font-Padrao);

  margin-bottom: 59px;
}

.fx2__home .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx2__home .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx2__home .content .theme__btn{
  margin-top: 25px;
}

.fx2__home .row{
  justify-content: center;
  row-gap: 30px;
}

.card__modulo{
  width: 100%;
  max-width: 270px;
  min-height: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;

  border: 1px solid #FFFFFF;
  border-radius: 10px;

  transition: border-color .3s ease;

  padding: 50px 25px;
}

.card__modulo .icon{
  width: 90px;
  height: 90px;
  transform: scale(calc(59 / 90));
  transform-origin: bottom;

  transition: transform .4s ease;
}

.card__modulo .icon img{
  width: 100%;
  height: 100%;
}

.card__modulo p{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 16px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.card__modulo:hover{
  border-color: rgba(255, 255, 255, .5);
}

.card__modulo:hover .icon{
  transform: scale(1);
}

.fx3__home{
  background-color: #FFFFFF;
}

.fx3__home .container{
  padding-top: 71px;
  padding-bottom: 87px;
}

.fx3__home .content{
  font-family: var(--font-Padrao);
  text-align: center;
  
  margin-bottom: 49px;
}

.fx3__home .content h2{
  font-weight: 500;
  font-size: 42px;

  color: var(--kry-color-3);
  margin-bottom: 16px;
}

.fx3__home .content p{
  font-weight: 300;
  font-size: 22px;

  color: var(--kry-color-3);
  margin-bottom: 0px;
}

.fx3__home .segmentos__slider__container{
  position: relative;

  padding: 0 100px;
}

.fx3__home .segmento__slide{
  position: relative;
}

.fx3__home .segmento__slide .img__thumb{
  width: 100%;
  max-height: 372px;
}

.fx3__home .segmento__slide .img__thumb img{
  width: 100%;
  height: 100%;
  max-height: 372px;
  border-radius: 10px;
  object-fit: cover;
}

.fx3__home .segmento__slide .float__content{
  position: absolute;
  inset: 0;

  font-family: var(--font-Padrao);

  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, .82) 100%);
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: end;

  padding: 30px 35px;
}

.fx3__home .float__content p{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx3__home .float__content span{
  font-weight: 400;
  font-size: 22px;

  color: #FFFFFF;
}

.fx3__home .theme-button-prev{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
}

.fx3__home .theme-button-next{
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}

.fx4__home{
  background-color: #EEEEEE;

  padding-top: 51px;
  padding-bottom: 56px;
}

.fx4__home .row{
  justify-content: center;
  row-gap: 30px;
}

.fx4__home .section__content{
  font-family: var(--font-Padrao);

  margin-bottom: 87px;
}

.fx4__home .section__content h2{
  font-weight: 500;
  font-size: 42px;

  color: var(--kry-color-3);
  margin-bottom: 26px;
}

.fx4__home .section__content p{
  font-weight: 300;
  font-size: 22px;

  color: var(--kry-color-3);
  margin-bottom: 0px;
}

.fx4__home__wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 120px;

  padding-left: 100px;
  margin-bottom: 150px;
}

.fx4__home .card__ead{
  font-family: var(--font-Padrao);

  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px 130px;
}

.card__ead .img__thumb{
  flex-shrink: 0;

  width: 100%;
  max-width: 370px;
  height: 250px;

  transform-origin: top left;
  transition: transform .3s ease;
}

.card__ead .img__thumb img,
.card__ead .img__thumb video{
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 20px;
}

.card__ead .img__thumb video{
  filter: grayscale(1);
}

.card__ead .content .card__title{
  font-weight: 500;
  font-size: 42px;

  color: var(--kry-color-3);
  margin-bottom: 14px;
}

.card__ead .content p{
  font-weight: 300;
  font-size: 22px;

  color: var(--kry-color-3);
}

.card__ead .theme__btn__dark{
  margin-top: 23px;
}

.card__ead:hover .img__thumb{
  transform: scale(1.03);
}

.card__ead:hover .theme__btn__dark{
  background-color: var(--kry-color-3);
  color: #FFFFFF;
}

.fx4__home .division__title{
  margin-bottom: 78px;
}

.division__title{
  position: relative;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.division__title .division__line{
  flex-grow: 1;
  min-width: 30px;
  height: 2px;

  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(26, 26, 27, .1) 15%,
    rgba(26, 26, 27, .17) 50%,
    rgba(26, 26, 27, .1) 85%,
    transparent 100%
  );
  border-radius: 100px;
}

.division__title h2{
  width: auto;
  max-width: 1170px;

  font-family: var(--font-Padrao);
  font-size: 42px;
  font-weight: 400;

  color: var(--kry-color-3);
  margin-bottom: 0px;
}

.card__func{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  font-family: var(--font-Padrao);
}

.card__func .icon{
  width: 90px;
  height: 90px;

  margin-bottom: 19px;
}

.card__func .icon img{
  width: 100%;
  height: 100%;
}

.card__func p{
  font-size: 42px;
  font-weight: 400;
  line-height: 1;

  color: var(--kry-color-3);
  margin-bottom: 8px;
}

.card__func span{
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02em;

  color: var(--kry-color-3);
}

.fx5__home{
  background-color: var(--kry-color-3);
}

.fx5__home .container{
  padding-top: 61px;
  padding-bottom: 58px;
}

.fx5__home .row{
  justify-content: center;
  row-gap: 25px;
}

.fx5__home .content{
  font-family: var(--font-Padrao);

  margin-bottom: 30px;
}

.fx5__home .content h2{
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;

  color: #FFFFFF;
  margin-bottom: 21px;
}

.fx5__home .content p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx5__home .card__posts{
  display: block;
  width: 100%;
  max-width: 370px;
}

.fx5__home .card__posts img{
  width: 100%;
  height: auto;
  max-width: 370px;
  max-height: 235px;
  border-radius: 10px;

  filter: grayscale(1);

  transition: transform .3s ease;

  margin-bottom: 16px;
}

.fx5__home .card__posts p{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx5__home .card__posts:hover img{
  transform: scale(.97);
}

.fx5__home .btn__wrapper{
  display: flex;
  justify-content: center;

  margin-top: 56px;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1__home .container{
      padding-top: 200px;
      padding-bottom: 145px;
    }
    .fx1__home .content h1{
      font-size: 45px;
    }
    .fx1__home .content p{
      font-size: 30px;
    }

    .fx2__home .col-lg-3,
    .fx4__home .col-lg-4,
    .fx5__home .col-lg-4{
      display: flex;
      justify-content: center;
    }

    .fx2__home .content h2,
    .fx3__home .content h2,
    .fx4__home .section__content h2,
    .fx5__home .content h2{
      font-size: 32px;
      margin-bottom: 13px;
    }
    .fx2__home .content p,
    .fx3__home .content p,
    .fx4__home .section__content p,
    .fx5__home .content p{
      font-size: 19px;
    }

    .fx3__home .container{
      padding-top: 51px;
      padding-bottom: 62px;
    }
    .fx3__home .float__content p{
      font-size: 32px;
    }
    .fx3__home .float__content span{
      font-size: 19px;
    }
    
    .fx4__home__wrapper{
      align-items: center;
      gap: 60px;

      padding-left: 0px;
      margin-bottom: 75px;
    }
    .fx4__home .card__ead{
      max-width: 575px;
      flex-direction: column;
      align-items: center;
    }
    .card__ead .img__thumb{
      transform-origin: bottom;
    }
    .card__ead .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .card__ead .content .card__title,
    .card__func p{
      font-size: 30px;
    }
    .card__ead .content p,
    .card__func span{
      font-size: 19px;
    }
    .fx4__home .division__title{
      margin-bottom: 48px;
    }
    .division__title h2{
      font-size: 32px;
    }

    .fx5__home .card__posts p{
      font-size: 19px;
    }
  }
  @media(max-width: 767px){
    .fx1__home .container{
      padding-top: 100px;
      padding-bottom: 70px;
    }
    .fx1__home .content h1{
      font-size: 35px;
    }
    .fx1__home .content p{
      font-size: 20px;
    }

    .fx2__home .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .fx3__home .segmentos__slider__container{
      padding: 0 40px;
    }
    .fx3__home .navigation__wrapper{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;

      margin-top: 16px;
    }
    .fx3__home .theme-button-prev,
    .fx3__home .theme-button-next{
      position: static;
      transform: none;
    }
    .fx3__home .segmento__slide .img__thumb{
      height: 255px;
    }
    .fx3__home .segmento__slide .float__content{
      padding: 20px 25px;
    }
    .fx3__home .float__content p{
      font-size: 24px;
    }
    .fx3__home .float__content span{
      font-size: 17px;
    }

    .fx4__home .section__content{
      text-align: center;
      margin-bottom: 42px;
    }

    .fx5__home .content{
      text-align: center;
    }

    .division__title{
      gap: 15px;
    }
    .division__title h2{
      font-size: 28px;
    }
  }
  @media(max-width: 575px){
    .fx1__home .container{
      padding-top: 60px;
      padding-bottom: 50px;
    }
    .fx1__home .content h1{
      font-size: 28px;
    }
    .fx1__home .content p{
      font-size: 17px;
    }
    .fx1__home .btn__wrapper{
      margin-top: 20px;
    }

    .fx3__home .segmentos__slider__container{
      padding: 0 20px;
    }
    .fx3__home .segmento__slide .float__content{
      padding: 10px 15px;
    }
    .fx3__home .float__content p{
      font-size: 22px;
    }
    .fx3__home .float__content span{
      font-size: 16px;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* SOBRE */

.fx1__sobre{
  background-color: var(--kry-color-3);
}

.fx1__sobre .container{
  padding-top: 16px;
  padding-bottom: 62px;
}

.fx1__sobre .content{
  font-family: var(--font-Padrao);

  overflow: auto;
}

.fx1__sobre .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__sobre .content p{
  font-weight: 300;
  font-size: 22px;
  line-height: 1.6;

  color: #FFFFFF;
  margin-bottom: .25rem;
}

.fx1__sobre .content img{
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 10px;

  filter: grayscale(1);
}

.fx2__sobre{
  background-color: #FFFFFF;
}

.fx2__sobre .container{
  padding-top: 70px;
  padding-bottom: 70px;
}

.fx2__sobre .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 23px;
}

.fx2__sobre .icon{
  width: 59px;
  height: 59px;
}

.fx2__sobre .content p{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;

  color: var(--kry-color-3);
  margin-bottom: 0px;
}

.fx3__sobre{
  background-color: var(--kry-color-3);
}

.fx3__sobre .container{
  padding-top: 98px;
  padding-bottom: 57px;
}

.fx3__sobre .row{
  row-gap: 25px;
}

.fx3__sobre .content{
  font-family: var(--font-Padrao);
}

.fx3__sobre .content h2{
  position: relative;

  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;

  padding-left: 24px;
  margin-bottom: 33px;
}

.fx3__sobre .content h2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 100%;
  background-color: #FFFFFF;
}

.fx3__sobre .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx3__sobre .img__right{
  width: 100%;
  max-width: 470px;
}

.fx3__sobre .img__right img{
  width: 100%;
  height: auto;
  max-width: 470px;
  border-radius: 10px;

  filter: grayscale(1);
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx1__sobre .content h2,
    .fx2__sobre .content p,
    .fx3__sobre .content h2{
      font-size: 32px;
    }
    .fx1__sobre .content p,
    .fx3__sobre .content p{
      font-size: 19px;
    }

    .fx3__sobre .col-lg-5{
      justify-items: center;
    }
  }
  @media(max-width: 767px){
    .fx1__sobre .content h2,
    .fx2__sobre .content p,
    .fx3__sobre .content h2{
      font-size: 26px;
    }
    .fx1__sobre .content p,
    .fx3__sobre .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* MODULOS */

.fx1__modulos{
  background-color: var(--kry-color-3);
}

.fx1__modulos .container{
  padding-top: 16px;
  padding-bottom: 62px;
}

.fx1__modulos .content{
  font-family: var(--font-Padrao);
}

.fx1__modulos .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__modulos .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx2__modulos{
  background-color: #EEEEEE;
}

.fx2__modulos .container{
  padding-bottom: 56px;
}

.fx2__modulos .row{
  justify-content: center;
  row-gap: 25px;
}

.fx2__modulos .division__title{
  padding-top: 77px;
  margin-bottom: 78px;
}

.fx3__modulos{
  background-color: var(--kry-color-3);
}

.fx3__modulos .container{
  padding-top: 62px;
  padding-bottom: 70px;
}

.fx3__modulos .row{
  justify-content: center;
  row-gap: 30px;
}

.fx3__modulos .content{
  font-family: var(--font-Padrao);

  margin-bottom: 59px;
}

.fx3__modulos .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx3__modulos .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx4__modulos{
  background-color: #EEEEEE;

  padding-top: 80px;
  padding-bottom: 125px;
}

.fx4__modulos .division__title{
  margin-bottom: 38px;
}

.faq__wrapper{
  display: flex;
  flex-direction: column;
  gap: 25px;

  font-family: var(--font-Padrao);
}

.faq__wrapper .question{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  color: var(--kry-color-3);

  background-color: transparent;
  border: 1px solid rgba(26, 26, 27, .17);
  border-radius: 5px;

  transition: background-color .3s ease;

  padding: 22px 33px;
}

.faq__wrapper .question:is([aria-expanded="true"]){
  color: #FFFFFF;
  background-color: var(--kry-color-3);
}

.faq__wrapper .question p{
  font-weight: 500;
  font-size: 19px;

  transition: color .3s ease;

  margin-bottom: 0px;
}

.faq__wrapper .question img{
  transition: transform .3s ease, filter .3s ease;
}

.faq__wrapper .question:is([aria-expanded="true"]) img{
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}

.faq__wrapper .answer{
  padding: 12px 33px;
}

.faq__wrapper .answer p{
  font-weight: 400;
  font-size: 15px;

  color: #0C0C05;
  margin-bottom: 0px;
}

/* RESPONSIVO MODULOS */

  @media (max-width: 991px) {
    .fx1__modulos .content h2,
    .fx3__modulos .content h2{
      font-size: 32px;
      margin-bottom: 13px;
    }
    .fx1__modulos .content p,
    .fx3__modulos .content p{
      font-size: 19px;
    }

    .fx2__modulos .col-lg-4,
    .fx3__modulos .col-lg-3{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__modulos .content,
    .fx3__modulos .content{
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .fx1__modulos .content h2,
    .fx3__modulos .content h2{
      font-size: 27px;
    }
    .fx1__modulos .content p,
    .fx3__modulos .content p{
      font-size: 17px;
    }

    .faq__wrapper .question{
      padding: 20px 22px;
    }
    .faq__wrapper .question p{
      font-size: 17px;
    }
    .faq__wrapper .answer{
      padding: 12px 22px;
    }
  }

/* /RESPONSIVO MODULOS */

/* /MODULOS */

/* SINGLE MODULOS */

.fx1__single__modulo{
  background-color: var(--kry-color-3);
}

.fx1__single__modulo .container{
  padding-top: 16px;
  padding-bottom: 62px;
}

.fx1__single__modulo .content{
  font-family: var(--font-Padrao);
}

.fx1__single__modulo .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__single__modulo .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx2__single__modulo{
  background-color: #EEEEEE;

  padding-top: 77px;
  padding-bottom: 70px;
}

.fx2__single__modulo .row{
  row-gap: 70px;
}

.fx2__single__modulo .division__title{
  margin-bottom: 78px;
}

.fx2__single__modulo .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  margin-top: 79px;
}

.fx2__single__modulo .content p{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 40px;

  color: var(--kry-color-3);
  margin-bottom: 42px;
}

/* RESPONSIVO SINGLE MODULOS */

  @media (max-width: 991px) {
    .fx1__single__modulo .content h2{
      font-size: 32px;
      margin-bottom: 13px;
    }
    .fx1__single__modulo .content p{
      font-size: 19px;
    }

    .fx2__single__modulo .col-lg-4{
      display: flex;
      justify-content: center;
    }
    .fx2__single__modulo .content p{
      font-size: 32px;
      margin-bottom: 28px;
    }
  }
  @media(max-width: 767px){
    .fx1__single__modulo .content{
      text-align: center;
    }
    .fx2__single__modulo .content p{
      font-size: 26px;
    }
  }
  @media (max-width: 575px) {
    .fx1__single__modulo .content h2{
      font-size: 27px;
    }
    .fx1__single__modulo .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO SINGLE MODULOS */

/* /SINGLE MODULOS */

/* SUPORTE */

.fx1__suporte{
  background-color: var(--kry-color-3);
}

.fx1__suporte .container{
  padding-top: 16px;
  padding-bottom: 82px;
}

.fx1__suporte .content{
  font-family: var(--font-Padrao);
}

.fx1__suporte .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__suporte .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx2__suporte{
  background-color: #EEEEEE;

  padding-top: 80px;
  padding-bottom: 125px;
}

.fx2__suporte .division__title{
  margin-bottom: 38px;
}

/* RESPONSIVO SUPORTE */

  @media (max-width: 991px) {
    .fx1__suporte .content h2{
      font-size: 32px;
      margin-bottom: 13px;
    }
    .fx1__suporte .content p{
      font-size: 19px;
    }
  }
  @media(max-width: 767px){
    .fx1__suporte .content{
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .fx1__suporte .content h2{
      font-size: 27px;
    }
    .fx1__suporte .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO SUPORTE */

/* /SUPORTE */

/* CONTATO */

.fx1__contato{
  background-color: var(--kry-color-3);
}

.fx1__contato .container{
  display: flex;
  justify-content: center;

  padding-top: 16px;
  padding-bottom: 55px;
}

.fx1__contato .container__inner{
  max-width: 570px;
}

.fx1__contato .content{
  font-family: var(--font-Padrao);
  margin-bottom: 28px;
}

.fx1__contato .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__contato .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx1__contato form{
  display: flex;
  flex-direction: column;
  gap: 15px;

  font-family: var(--font-Padrao);
}

.fx1__contato form p{
  margin-bottom: 0;
}

.fx1__contato form input,
.fx1__contato form textarea{
  width: 100%;

  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;

  padding: 6px 14px;
}

.fx1__contato form input,
.fx1__contato form textarea,
.fx1__contato form input::placeholder,
.fx1__contato form textarea::placeholder,
.fx1__contato .form__submit span{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;

  color: #FFFFFF;
}

.fx1__contato form textarea{
  resize: none;
  height: 130px;
}

.fx1__contato .form__submit{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px 30px;
}

.fx1__contato .btn__wrapper p{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.fx1__contato .btn__submit{
  display: block;

  width: 170px;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;

  color: #FFFFFF;

  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;

  transition: background-color .3s ease, color .3s ease;

  padding: 21px;
}

.fx1__contato .btn__submit:hover{
  background-color: #FFFFFF;
  color: #000000;
}

.fx2__contato{
  background-color: #EEEEEE;

  padding-top: 77px;
  padding-bottom: 56px;
}

.fx2__contato .division__title{
  margin-bottom: 78px;
}

.fx2__contato .row{
  justify-content: center;
  row-gap: 25px;
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1__contato .content h2{
      font-size: 32px;

      margin-bottom: 13px;
    }
    .fx1__contato .content p{
      font-size: 19px;
    }

    .fx2__contato .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__contato .content{
      text-align: center;
    }
    .fx1__contato .form__submit{
      flex-direction: column;
    }
    .fx1__contato .btn__wrapper p{
      flex-direction: column-reverse;
    }

    .fx2__contato .division__title{
      margin-bottom: 40px;
    }
  }
  @media (max-width: 575px) {
    .fx1__contato .content h2{
      font-size: 28px;
    }
    .fx1__contato .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* SEGMENTOS */

.fx1__segmentos{
  background-color: var(--kry-color-3);

  padding-top: 16px;
  padding-bottom: 112px;
}

.fx1__segmentos .row{
  justify-content: center;
  row-gap: 80px;
}

.fx1__segmentos .content{
  font-family: var(--font-Padrao);

  margin-bottom: 80px;
}

.fx1__segmentos .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__segmentos .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.card__segmento{
  width: 100%;
  max-width: 370px;

  font-family: var(--font-Padrao);
  color: #FFFFFF;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card__segmento .feature__img{
  width: 100%;
  max-width: 370px;
  max-height: 260px;

  margin-bottom: 29px;
}

.card__segmento .feature__img img,
.card__segmento .feature__img video{
  width: 100%;
  height: auto;
  max-width: 370px;
  max-height: 260px;
  border-radius: 10px;
  object-fit: cover;

  filter: grayscale(1);
}

.card__segmento p{
  font-size: 35px;
  font-weight: 500;

  margin-bottom: 16px;
}

.card__segmento span{
  font-size: 22px;
  font-weight: 300;
}

/* RESPONSIVO SEGMENTOS */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1__segmentos .content h2{
      font-size: 32px;

      margin-bottom: 13px;
    }
    .fx1__segmentos .content p{
      font-size: 19px;
    }
    .fx1__segmentos .col-lg-4{
      display: flex;
      justify-content: center;
    }

  }
  @media(max-width: 767px){
    .fx1__segmentos .content{
      text-align: center;

      margin-bottom: 50px;
    }
    .card__segmento .feature__img{
      margin-bottom: 18px;
    }
    .card__segmento p{
      font-size: 29px;
      
      margin-bottom: 10px;
    }
    .card__segmento span{
      font-size: 18px;
    }
  }
  @media (max-width: 575px) {
    .fx1__segmentos .content h2{
      font-size: 26px;
    }
    .fx1__segmentos .content p{
      font-size: 17px;
    }
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO SEGMENTOS */

/* /SEGMENTOS */

/* EAD */

.fx1__ead{
  background-color: var(--kry-color-3);

  padding-top: 16px;
  padding-bottom: 98px;
}

.fx1__ead .content{
  font-family: var(--font-Padrao);

  margin-bottom: 51px;
}

.fx1__ead .content h2{
  font-weight: 500;
  font-size: 42px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx1__ead .content p{
  font-weight: 300;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx1__ead .wrapper__video{
  display: flex;
  justify-content: center;

  margin-bottom: 85px;
}

.fx1__ead .wrapper__video iframe{
  width: 100%;
  max-width: 970px;
  min-height: 540px;
  max-height: 545px;

  border-radius: 10px;
}

.fx1__ead .row{
  justify-content: center;
  row-gap: 45px;
}

.fx1__ead .card__atividade{
  width: 100%;
  max-width: 570px;

  font-family: var(--font-Padrao);

  display: flex;
  flex-direction: column;
  align-items: start;
}

.fx1__ead .card__atividade .feature__img{
  width: 100%;
  max-width: 570px;
  max-height: 250px;

  margin-bottom: 50px;
}

.fx1__ead .card__atividade .feature__img img,
.fx1__ead .card__atividade .feature__img video{
  width: 100%;
  height: auto;
  min-height: 250px;
  max-width: 570px;
  max-height: 250px;
  object-fit: cover;

  border-radius: 20px;
  filter: grayscale(1);
}

.fx1__ead .card__atividade p{
  font-size: 42px;
  font-weight: 500;

  color: #FFFFFF;
  margin-bottom: 14px;
}

.fx1__ead .card__atividade span{
  font-size: 22px;
  font-weight: 300;

  color: #FFFFFF;
}

.fx1__ead .card__atividade .theme__btn{
  margin-top: 22px;
}

/* RESPONSIVO EAD */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1__ead .content h2{
      font-size: 32px;

      margin-bottom: 16px;
    }
    .fx1__ead .content p,
    .fx1__ead .card__atividade span{
      font-size: 19px;
    }
    .fx1__ead .wrapper__video iframe{
      width: revert-layer;
      min-height: unset;
    }
    .fx1__ead .col-lg-6{
      display: flex;
      justify-content: center;
    }
    .fx1__ead .card__atividade .feature__img{
      margin-bottom: 25px;
    }
    .fx1__ead .card__atividade p{
      font-size: 32px;
      margin-bottom: 10px;
    }
  }
  @media(max-width: 767px){
    .fx1__ead .content{
      text-align: center;
    }
    .fx1__ead .content h2,
    .fx1__ead .card__atividade p{
      font-size: 28px;
    }
    .fx1__ead .content p,
    .fx1__ead .card__atividade span{
      font-size: 17px;
    }
  }

/* /RESPONSIVO EAD */

/* /EAD */

/* APP */

.fx1__app{
  position: relative;
}

.fx1__app .item__app{
  padding-top: 70px;
  padding-bottom: 70px;
}

.item__app .head__wrapper{
  width: 100%;
  /*max-width: 1545px;*/

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

  margin-bottom: 26px;
}

.item__app .head__wrapper h2{
  max-width: 1170px;

  font-family: var(--font-Padrao);
  font-size: 42px;
  font-weight: 500;

  margin-bottom: 0;
}

.item__app .head__wrapper .line{
  flex-grow: 1;
  min-width: 30px;
  height: 2px;

  border-radius: 100px;
}

.item__app .subtitle{
  font-family: var(--font-Padrao);
  font-size: 22px;
  font-weight: 500;

  margin-bottom: 86px;
}

.fx1__app .row{
  row-gap: 30px;
}

.fx1__app .content{
  font-family: var(--font-Padrao);
}

.fx1__app .content p{
  font-weight: 300;
  font-size: 22px;

  margin-bottom: .25rem;
}

.fx1__app .content p strong{
  font-weight: 500;
}

.fx1__app .app__feature__img{
  width: 100%;
  max-width: 570px;
  max-height: 340px;
}

.fx1__app .app__feature__img img,
.fx1__app .app__feature__img video{
  width: 100%;
  height: auto;
  max-width: 570px;
  max-height: 340px;

  border-radius: 10px;

  filter: grayscale(1);
}

.fx1__app .btns__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;

  margin-top: 54px;
}

.fx1__app .item__app:first-child{
  padding-top: 16px;
}

.fx1__app .item__app:nth-child(odd){
  .head__wrapper,
  .row{
    flex-direction: row;
  }
  .content{
    text-align: left;
  }
}

.fx1__app .item__app:nth-child(even){
  .head__wrapper,
  .row{
    flex-direction: row-reverse;
  }
  .content{
    text-align: right;
  }
}

.fx1__app .item__app:nth-child(4n - 3){
  background-color: var(--kry-color-3);
}

.fx1__app .item__app:nth-child(4n - 2){
  background-color: #262627;
}

.fx1__app .item__app:nth-child(4n - 1){
  background-color: #FFFFFF;
}

.fx1__app .item__app:nth-child(4n){
  background-color: #EEEEEE;
}

.fx1__app .item__app:nth-child(4n - 3),
.fx1__app .item__app:nth-child(4n - 2){
  .head__wrapper h2,
  .subtitle,
  .content p{
    color: #FFFFFF;
  }

  .head__wrapper .line{
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(255, 255, 255, .1) 15%,
      rgba(255, 255, 255, .17) 50%,
      rgba(255, 255, 255, .1) 85%,
      transparent 100%
    );
  }

  .theme__btn{
    color: #FFFFFF;

    background-color: transparent;
    border: 1px solid #FFFFFF;
  }

  .theme__btn:hover{
    background-color: #FFFFFF;
    color: #000000;
  }
}

.fx1__app .item__app:nth-child(4n - 1),
.fx1__app .item__app:nth-child(4n){
  .head__wrapper h2,
  .subtitle,
  .content p{
    color: var(--kry-color-3);
  }

  .head__wrapper .line{
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(26, 26, 27, .1) 15%,
      rgba(26, 26, 27, .17) 50%,
      rgba(26, 26, 27, .1) 85%,
      transparent 100%
    );
  }

  .theme__btn{
    color: var(--kry-color-3);

    background-color: transparent;
    border: 1px solid var(--kry-color-3);
  }

  .theme__btn:hover{
    background-color: var(--kry-color-3);
    color: #FFFFFF;
  }
}

.fx2__app{
  background-color: #FFFFFF;

  padding-top: 75px;
  padding-bottom: 82px;
}

.fx2__app .division__title{
  margin-bottom: 65px;
}

/* RESPONSIVO APP */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .item__app .head__wrapper h2{
      font-size: 32px;
    }
    .item__app .head__wrapper{
      margin-bottom: 13px;
    }
    .item__app .subtitle{
      font-size: 20px;

      margin-bottom: 50px;
    }
    .fx1__app .content p{
      font-size: 19px;
    }
    .fx1__app .col-lg-6{
      display: flex;
      justify-content: center;
    }

  }
  @media(max-width: 767px){

  }
  @media (max-width: 575px) {
    .item__app .head__wrapper h2{
      font-size: 26px;
    }
    .item__app .subtitle{
      font-size: 17px;

      margin-bottom: 28px;
    }
    .fx1__app .item__app .content{
      text-align: center !important;
    }
    .fx1__app .content p{
      font-size: 17px;
    }
    .fx1__app .btns__wrapper{
      flex-direction: column;

      margin-top: 24px;
    }
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO APP */

/* /APP */

/* ===================================== */
/* BLOG NOVO 10-2025 */
/* ===================================== */

/* VARIÁVEIS USADAS (referência) */

  /*
    FONTES:
    - var(--font-Padrao);
  */

/* /VARIÁVEIS USADAS (referência) */

/* INDEX */

  .kry__blog{
    font-family: var(--font-Padrao);

    background-color: var(--kry-color-3);
  }

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;

    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: #8D8D8D;
    border-radius: 5px;

    transition: all .3s ease;

    padding: 10px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: var(--font-Padrao);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;

    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    transition: color .3s ease;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: #F0F0F0;
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 240px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
    filter: grayscale(1);
    transition: all .3s ease;
  }

  .post__container:has(.post__header h3:hover) .post__body .post__thumbnail img,
  .kry__blog .post__body:hover .post__thumbnail img{
    transform: scale(.975);
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
    max-width: 100%;
  }

  .kry__blog .post__author{
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 22px;
    line-height: 1.34;

    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;

    padding: 7px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: #000000;
    border-radius: 3px;
    border: none;

    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;

    background-color: #000000;
    border-radius: 12px;

    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;

    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;

    filter: grayscale(1);
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    color: #FFFFFF;

    border-bottom: 1px solid #F2F2F2;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 3px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.3);
    border-color: rgba(255, 255, 255, .7);
    background-color: #111111;
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;

    filter: grayscale(1);
  }

/* /SIDEBAR */

/* WP-PAGENAVI */

  .pagenavi__container{
    margin-top: 40px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;

    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;

    color: #8D8D8D;

    transition: all .3s linear;

    padding: 6px 9px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: #000000;
    color: #FFFFFF;
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

/* /WP-PAGENAVI */

/* SINGLE */

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog__single .post__header h1{
    font-family: var(--font-Padrao);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;

    color: #FFFFFF;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .kry__blog .post__editor{
    font-family: var(--font-Padrao);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p{
    margin-bottom: .5rem;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.34;

    color: #FFFFFF;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6,
  .kry__blog .post__editor p,
  .kry__blog .post__editor li,
  .kry__blog .post__editor span,
  .kry__blog .post__editor strong,
  .kry__blog .post__editor b,
  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite,
  .kry__blog .post__editor blockquote{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    color: #FFFFFF;
  }
  
  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    filter: grayscale(1);
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6{
    font-family: var(--font-Padrao);
    font-weight: 700;
  }

  .kry__blog .post__editor h1{
    font-size: 2rem;
  }
  .kry__blog .post__editor h2{
    font-size: 1.75rem;
  }
  .kry__blog .post__editor h3{
    font-size: 1.5rem;
  }
  .kry__blog .post__editor h4{
    font-size: 1.25rem;
  }
  .kry__blog .post__editor h5{
    font-size: 1rem;
  }
  .kry__blog .post__editor h6{
    font-size: 0.75rem;
  }

  .kry__blog .post__editor hr{
    margin: 1.5rem 0;
    opacity: .5;
    color: #FFFFFF;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: #FFFFFF;
    text-decoration: underline;
    transition: all .3s ease;
  }
  .kry__blog .post__editor a:hover{
    color: #CCCCCC;
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: #FFFFFF;
  }

  .kry__blog .post__editor code{
    font-family: var(--font-Padrao);
    font-size: 17px;
    background-color: #F0F0F0;
  }

  .kry__blog .post__editor blockquote{
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .2);
    border-left: 5px solid var(--kry-color-3);
    border-radius: 15px;

    padding: 20px;
    margin: 3rem 0px;
  }

  .kry__blog .post__editor blockquote > *{
    font-size: 16px;

    margin-bottom: 0 !important;
  }

  .kry__blog .post__editor mark{
    color: #FFF;
    background-color: var(--kry-color-3);
    border-radius: 2px;
  }

  .kry__blog .post__editor pre{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 8px 10px;

    margin: 1rem 0;
  }

  .kry__blog .post__editor ul,
  .kry__blog .post__editor ol{
    padding-left: 1.2rem;
  }

  .kry__blog .post__editor ::marker{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;
    color: #EEEEEE;

    padding-left: 18px;
  }

  .kry__blog .post__editor .table-responsive{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .kry__blog .post__editor .table{
    --bs-table-bg: transparent;
    margin-bottom: 0;
  }

  .kry__blog .post__editor .table:has(thead) thead tr,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child{
    background-color: #000000;
    color: #FFF;
  }

  .kry__blog .post__editor .table th,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child td{
    color: #FFF;
  }

  .kry__blog .post__editor .table tfoot{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor .table tfoot td{
    font-size: 15px;
    color: #EEEEEE;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;

    color: #FFFFFF;
  }

  .kry__blog .post__editor .table td{
    padding: 5px;
  }

  .kry__blog .post__editor table{
    width: 100%;
  }

  .kry__blog .post__editor tbody,
  .kry__blog .post__editor tr,
  .kry__blog .post__editor td,
  .kry__blog .post__editor th{
    border: 1px solid #F0F0F0 !important;
    color: #FFFFFF;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #C0C0C0;
  }
  
  .kry__blog .post__editor audio{
    width: 100%;
    max-width: 400px;

    margin: .8rem 0;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-panel{
    background-color: #CCCCCC;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-play-button{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .kry__blog .post__editor audio::-webkit-controls-current-time-display,
  .kry__blog .post__editor audio::-webkit-controls-time-remaining-display{
  }
  
  .kry__blog .post__editor video{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    background-color: #000;
    outline: none;

    margin: .8rem 0;
  }
  
  .kry__blog .post__editor address{
    width: fit-content;
    font-style: normal;
    background-color: #CCCCCC;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);

    padding: 20px;
  }
  
  .kry__blog .post__editor sub,
  .kry__blog .post__editor sup{
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .kry__blog .post__editor sub{
    bottom: -0.3rem;
  }
  .kry__blog .post__editor sup{
    top: -0.3rem;
  }
  
  .kry__blog .post__editor small{
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .kry__blog .post__editor form{
    margin: 0.8rem 0;
  }
  
  .kry__blog .post__editor label{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: #FFFFFF;
  }

  .kry__blog .post__editor textarea,
  .kry__blog .post__editor input,
  .kry__blog .post__editor input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .kry__blog .post__editor textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .kry__blog .post__editor button{
    background-color: #000000;
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFFFFF;

    transition: all .3s ease;

    padding: 12px 18px;
  }

  .kry__blog .post__editor button:hover{
    filter: brightness(1.4);
  }

/* /SINGLE */

/* OTHERS POSTS */

  .kry__blog__others{
    background-color: #FFFFFF;

    padding-top: 88px;
    padding-bottom: 78px;
  }

  .others__posts__container h3{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 240px;

    margin-bottom: 15px;
  }

  .other__post .post__thumbnail::before{
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;

    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    transition: background-color .3s ease;
  }

  .others__posts__container .other__post:hover .post__thumbnail::before{
    background-color: rgba(0,0,0,.25);
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 240px;
    border-radius: 20px;

    filter: grayscale(1);
  }

  .other__post .other__post__title{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;

    color: #000000;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }
  .comments__container p{
    color: #FFFFFF;
  }

  .comments__container a{
    color: #FFFFFF;
    text-decoration: underline;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: var(--font-Padrao);
    font-size: 23px;
    font-weight: 700;
    color: #FFFFFF;

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: #222222;
    border-radius: 10px;

    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: #333333;

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: #333333;
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 60px;
    height: 60px;
    text-align: center;

    font-size: 30px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #FFFFFF;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;

    color: #FFFFFF;
  }

  .comments__form .comment-notes{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #FFFFFF;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: #000000;
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* TAGS */

  .post__tags{
    margin-top: 1rem;
  }

  .post__tags p{
    font-family: var(--font-Padrao);
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;

    margin-bottom: 14px;
  }

  .post__tags .tags__wrapper,
  .post__tags .tags__wrapper a{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: #FFFFFF;
  }
  
  .post__tags .tags__wrapper a{
    text-decoration: underline;
    transition: all .3s ease;
  }

  .post__tags .tags__wrapper a:hover{
    color: #CCCCCC;
  }

/* /TAGS */

/* RESPONSIVO */

  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }
    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4,
    .kry__blog .blog__sidebar__banners,
    .kry__blog .others__posts__wrapper{
      justify-items: center;
    }
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }

    .col__blog__sidebar{
      justify-items: center;
    }
    .kry__blog__sidebar{
      width: 100%;
      max-width: 300px;
    }

    .comments__container h3,
    .others__posts__container h3,
    .pagenavi__container{
      text-align: center;
    }

    .comments__form .comment-form-author, .comments__form .comment-form-email{
      width: 100%;
    }
  }
  @media(max-width: 767px){
    .kry__blog .post__header{
      align-items: center;
    }
    .kry__blog .post__header h1{
      font-size: 21px;
    }
    .kry__blog .post__body{
      flex-direction: column;
      align-items: center;
    }

    .other__post .other__post__title{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      max-width: 95%;
    }
    .kry__blog .category__wrapper .post__category{
      min-width: auto;
    }
    .kry__blog .post__header h1{
      font-size: 19px;
    }

    .comment__item .comment__author__letter{
      width: 45px;
      height: 45px;

      font-size: 25px;
    }
    .comments__wrapper .comment__reply{
      width: calc(100% - 20px);

      margin-left: 20px;
    }
  }

/* /RESPONSIVO */

/* ===================================== */
/* /BLOG NOVO */
/* ===================================== */

/* 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 h2{
  font-family: var(--font-Padrao);
  font-size: 55px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 20px;
}

.fx1_obrigado .content p{
  font-family: var(--font-Padrao);
  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) {

  }*/