@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #0D182E;  **/
/**  cor-2: #58647E;  **/
/**  cor-3: #8190AF;  **/
/**  cor-4: #36415C;  **/
/**  cor-5: #484848;  **/
/**  cor-6: #0F1A30;  **/
/**  cor-7: #0043C8;  **/
/**  cor-8: #C9C2BA;  **/
/**  cor-9: #051129;  **/

/* Fonts */
@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Regular.woff2') format('woff2'),
      url('../fonts/Alef-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Bold.woff2') format('woff2'),
      url('../fonts/Alef-Bold.woff') format('woff');
  font-weight: bold;
  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: 40;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
  
  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background-color: #ffb900; }
span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container{padding: 0px;}
}

/* Links */
a{
  text-decoration: none;
  transition: all .3s linear;
}
.editor a{
  color: #734397!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
::-moz-selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
html{
  scroll-behavior: smooth;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}
.clearfix:after{
  content: '';
  clear: both;
  display: table;
}
/* Alinhamentos */
.alignleft{
  float: left;
  margin: 25px 25px 25px 0;
}
.alignright{
  float: right;
  margin: 25px 0 25px 25px;
}
.aligncenter{
  display: block;
  margin: 25px auto;
}

a:focus, input:focus, textarea:focus, button:focus{
  outline: none !important;
}

:root{
  --font-Padrao: 'Alef';

  --kry-color-1: #0D182E;
  --kry-color-2: #58647E;
  --kry-color-3: #8190AF;
  --kry-color-4: #36415C;
  --kry-color-5: #484848;
  --kry-color-6: #0F1A30;
  --kry-color-7: #0043C8;
  --kry-color-7: #4562a3;
  --kry-color-8: #C9C2BA;
  --kry-color-9: #051129;
}

/* BUTTONS */

  .btn__theme__grey{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 100%;
    max-width: 270px;

    padding: 12px 5px;
  }

  .btn__theme__grey::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    background-color: var(--kry-color-8);
    border-radius: 100px;

    transition: all .3s ease-in-out;
  }

  .btn__theme__grey span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-9);

    transition: color .3s ease-in-out;
  }

  .btn__theme__grey:hover::before{
    background-color: var(--kry-color-1);
  }

  .btn__theme__grey:hover span{
    color: #FFFFFF;
  }

/* /BUTTONS */

/* HEADER */

  .header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;

    background: linear-gradient(to right, var(--kry-color-1), var(--kry-color-2));

    width: 100%;

    padding-top: 29px;
    padding-bottom: 21px;
  }

  .header .container{
    display: flex;
    flex-direction: column;
    row-gap: 27px;
  }

  .header__wrapper{
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .header .logo__desktop,
  .header .logo__mobile{
    display: flex;
    width: 100%;
    max-width: 133px;
    max-height: 73px;
  }

  .header .logo__desktop img,
  .header .logo__mobile img{
    width: 100%;
    max-width: 133px;
    height: auto;
    max-height: 73px;
    object-fit: cover;
  }

  .header__search__container{
    width: 100%;

    border: 1px solid #FFFFFF;
    border-radius: 100px;

    padding: 6px 21px;
  }

  .header__search__container form{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0!important;
  }

  .search__field__input{
    width: 100%!important;

    font-family: var(--font-Padrao)!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 1.4!important;

    color: #FFFFFF!important;

    outline: none!important;

    background-color: transparent!important;
    border: none!important;
  }

  .search__field__input::placeholder{
    opacity: 0.65;
  }

  .header__search__container .btn__search{
    display: flex;

    height: auto;

    background-color: transparent;
    border: none;
    outline: none;

    padding: 0;
  }

  .header__title{
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .header__title p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 600;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .header .nav__wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px 47px;
  }

  .header .menu__link,
  .header .submenu__link{
    position: relative;

    width: fit-content;

    font-family: var(--font-Padrao);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;
  }

  .header .menu__link__users{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 167px;
    height: 40px;

    font-family: var(--font-Padrao);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    border: 1px solid #FFFFFF;
    border-radius: 100px;

    transition: all .3s ease-in-out;

    padding: 5px 15px;
    margin-left: 46px;
  }

  .header .menu__link__users:hover{
    background-color: var(--kry-color-1);
    border-color: var(--kry-color-1);
  }

  .header .menu__link::before,
  .header .submenu__link::before{
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 3px;
    left: 0px;

    width: 0px;
    height: 1px;

    background-color: #FFFFFF;

    transition: width .3s ease-in-out;
  }

  .header .menu__link:hover::before,
  .header .submenu__link:hover::before,
  .header .menu__link:is(.active)::before,
  .header .submenu__link:is(.active)::before{
    width: 100%;
  }

  .header .submenu__wrapper{
    position: relative;
  }

  .header .submenu__nav{
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 5;

    width: max-content;
    max-width: 500px;
    max-height: 0;

    transform: translateY(10px);
    opacity: 0;

    background: linear-gradient(to right, var(--kry-color-1), var(--kry-color-2));

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 11px 30px;

    overflow: hidden;
    border-radius: 0px 0px 10px 10px;

    pointer-events: none;

    transition: all .3s ease-in-out;

    padding: 18px 25px 20px 35px;
  }

  .header .submenu__wrapper:hover .submenu__nav,
  .header .submenu__nav:hover{
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0px);

    pointer-events: auto;
  }

  .header .btnCloseMenu{
    width: 32px;
    height: 32px;

    background-color: transparent;
    border: none;

    padding: 0px;
  }

  .header .btnOpenMenu{
    position: absolute;
    z-index: 40;

    top: 50%;
    right: 5px;
    transform: translateY(-50%);

    display: block;

    width: 40px;
    height: auto;

    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;

    padding: 0px;
  }

  .btnOpenMenu .lines__wrapper{
    width: 36px;
    height: 28px;

    display: grid;
    gap: 4px;

    margin: 0 auto;
  }

  .btnOpenMenu .lines__wrapper .line{
    height: 4px;
    background-color: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
  }

  .btnOpenMenu:focus-visible{
    outline: 2px solid #FFFFFF;
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
  }

  .btnOpenMenu[aria-expanded="true"] .line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .backdrop{
    position: fixed;
    z-index: 50;
    inset: 0;

    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(1px);
    opacity: 0;
    pointer-events: none;
    
    transition: opacity .3s ease;
  }

  .backdrop.shown{
    opacity: 1;
    pointer-events: auto;
  }

  /* RESPONSIVO HEADER */

    @media(max-width: 1360.98px){
      .header{
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .header .container{
        row-gap: 15px;
      }
      .search__field__input{
        font-size: 16px;
      }
      .header .logo__desktop img, .header .logo__mobile img{
        max-width: 113px;
      }
    }
    @media(min-width: 992px){
      .header .logo__mobile,
      .header .header__title,
      .header .btnOpenMenu,
      .backdrop{
        display: none;
      }
    }
    @media (max-width: 991.98px) {
      .header .menu__container{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 70;

        width: 80%;
        max-width: 350px;
        height: 100%;

        background: linear-gradient(to right, var(--kry-color-1), var(--kry-color-2));

        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;

        transform: translateX(-100%);
        opacity: 0;

        overflow-y: auto;
        overflow-x: hidden;

        transition: all .3s ease-in-out;

        padding: 50px 30px 70px 30px;
      }
      .header .menu__container.shown{
        transform: translateX(0px);
        opacity: 1;
      }
      .header .nav__wrapper{
        width: 100%;
        flex-direction: column;
        align-items: start;
      }

      .header .menu__link__users{
        margin-left: 0px;
      }

      .btnOpenMenu{
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);

        display: inline-grid;
        place-items: center;
      }
    }

  /* USER MENU */

  .user__menu__wrapper .menu__link__users--logged{
    display: inline-flex;
    align-items: center;
    gap: 7px;

    max-width: 200px;
    height: 40px;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #FFFFFF;

    background-color: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100px;
    cursor: pointer;

    transition: all .3s ease-in-out;

    padding: 5px 14px 5px 10px;
    margin-left: 46px;
  }

  .user__menu__wrapper .menu__link__users--logged:hover,
  .user__menu__wrapper:hover .menu__link__users--logged{
    background-color: rgba(255,255,255,.25);
    border-color: #FFFFFF;
  }

  .user__menu__wrapper .menu__link__users--logged .user__chevron{
    flex-shrink: 0;
    transition: transform .3s ease-in-out;
  }

  .user__menu__wrapper:hover .menu__link__users--logged .user__chevron{
    transform: rotate(180deg);
  }

  /* Submenu do usuário — 1 coluna, alinhado à direita */
  .user__submenu__nav{
    grid-template-columns: 1fr !important;
    min-width: 180px;
    left: auto !important;
    right: 0;
  }

  .user__submenu__nav .submenu__link{
    font-size: 16px !important;
  }

  .user__submenu__nav .user__submenu__logout{
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 4px;
    padding-top: 12px;
    opacity: .7;
  }

  .user__submenu__nav .user__submenu__logout:hover{
    color: #FF9090 !important;
    opacity: 1;
  }

  /* RESPONSIVO USER MENU */

    @media (max-width: 991.98px) {
      .user__menu__wrapper .menu__link__users--logged{
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        justify-content: start;

        border-radius: 6px;
      }

      /* No drawer mobile o submenu fica estático (não dropdown) */
      .user__menu__wrapper .user__submenu__nav{
        position: static !important;
        max-height: none !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        border-radius: 0 !important;
        background: transparent !important;

        display: flex !important;
        flex-direction: column;
        gap: 0;

        padding: 4px 0 4px 16px !important;
      }

      .user__menu__wrapper .user__submenu__nav .submenu__link{
        padding: 8px 0 !important;
        font-size: 15px !important;
      }
    }

  /* /RESPONSIVO USER MENU */

  /* RESPONSIVO SUBMENU CURSOS */

    @media (max-width: 991.98px) {

      /* Oculta o submenu por padrão no drawer */
      .submenu__wrapper:not(.user__menu__wrapper) .submenu__nav {
        position: static !important;
        max-height: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        transition: max-height .3s ease, opacity .2s ease, padding .2s ease;
      }

      /* Aberto */
      .submenu__wrapper--open:not(.user__menu__wrapper) .submenu__nav {
        max-height: 600px !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        padding: 4px 0 4px 16px !important;
      }

      .submenu__wrapper:not(.user__menu__wrapper) .submenu__link {
        padding: 8px 0 !important;
        font-size: 15px !important;
      }

      /* Chevron no link de Cursos */
      .submenu__wrapper:not(.user__menu__wrapper) .menu__link {
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .submenu__wrapper:not(.user__menu__wrapper) .menu__link::after {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform .2s ease;
        flex-shrink: 0;
        margin-top: -3px;
      }

      .submenu__wrapper--open:not(.user__menu__wrapper) .menu__link::after {
        transform: rotate(-135deg);
        margin-top: 3px;
      }
    }

  /* /RESPONSIVO SUBMENU CURSOS */

  /* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

  .footer .main__footer{
    position: relative;

    padding-top: 143px;
    padding-bottom: 57px;
  }

  .footer__contato .main__footer{
    position: relative;

    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer__contato .main__footer .container{
    display: flex;
    justify-content: center;
  }

  .main__footer .float__video{
    position: absolute;
    inset: 0;
    z-index: 0;

    user-select: none;

    width: 100%;
    height: 100%;
  }

  .main__footer .float__video::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;

    background-color: var(--kry-color-1);
    opacity: .9;
  }

  .main__footer .float__video video{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main__footer .container{
    position: relative;
    z-index: 15;
  }

  .main__footer .row{
    align-items: center;
    row-gap: 25px;

    border-bottom: 1px solid #FFFFFF;

    padding-bottom: 73px;

    margin-bottom: 48px;
  }

  .main__footer .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 14px;
  }

  .main__footer .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .main__footer .btn__theme__grey{
    margin-top: 50px;
  }

  .main__footer .logo__socials__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 29px;
  }

  .main__footer .logo__footer{
    display: flex;
    width: 100%;
    max-width: 270px;
    max-height: 148px;
  }

  .main__footer .logo__footer img{
    width: 100%;
    max-width: 270px;
    height: auto;
    max-height: 148px;
  }

  .main__footer .social__media__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
  }

  .main__footer .media__link{
    display: flex;
    width: 100%;
    max-width: 52px;
    max-height: 52px;
  }

  .main__footer .info__contact__wrapper{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px 30px;
  }

  .main__footer .info__contact{
    width: 100%;
    max-width: 370px;

    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 9px;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: #FFFFFF;
  }

  .footer .credits__container{
    background: linear-gradient(to right, var(--kry-color-1), var(--kry-color-2));

    padding-top: 53px;
    padding-bottom: 53px;
  }

  .credits{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
  }

  .credits p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .credits .kryzalis{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 22px;
  }

  .kryzalis img{
    position: relative;
    top: -4px;
  }

  /* RESPONSIVO FOOTER */

    @media (max-width: 991.98px) {
      .footer .main__footer{
        padding-top: 70px;
        padding-bottom: 45px;
      }
      .footer__contato .main__footer{
        padding-top: 44px;
        padding-bottom: 44px;
      }
      .main__footer .row{
        padding-bottom: 40px;
        margin-bottom: 30px;
      }

      .main__footer .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .main__footer .content h2{
        font-size: 26px;
      }
      .main__footer .content p,
      .main__footer .info__contact,
      .credits p{
        font-size: 17px;
      }
      .main__footer .btn__theme__grey{
        margin-top: 22px;
      }

      .main__footer .info__contact__wrapper{
        flex-direction: column;
        align-items: center;
      }
      .main__footer .info__contact{
        align-items: center;
        text-align: center;
      }

      .credits{
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }
    @media(max-width: 900.98px){
      .footer .credits__container{
        padding-top: 35px;
        padding-bottom: 85px;
      }
    }
    @media(max-width: 767.98px){
      .main__footer .content h2{
        font-size: 22px;
      }
      .main__footer .content p,
      .main__footer .info__contact,
      .credits p{
        font-size: 16px;
      }
    }
    @media (max-width: 575.98px) {
      .main__footer .content h2{
        font-size: 20px;
      }
      .main__footer .content p,
      .main__footer .info__contact,
      .credits p{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

  .section__title{
    position: relative;

    overflow: hidden;

    padding-top: 138px;
    padding-bottom: 138px;
    padding-top: 58px;
    padding-bottom: 58px;
    margin-top: 191px;
  }

  .section__title .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;

    user-select: none;
  }

  .section__title .float__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;

    background: linear-gradient(81.86deg, var(--kry-color-1) 3.21%, var(--kry-color-4) 88.54%);
    opacity: .77;
  }

  .section__title .float__bg img,
  .section__title .float__bg video{
    position: relative;
    z-index: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section__title .container{
    position: relative;
    z-index: 5;
  }

  .section__title h1,
  .section__title h2,
  .section__title h3{
    font-family: var(--font-Padrao);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  /* RESPONSIVO SECTION TITLE */

    @media(max-width: 1360.98px){
      .section__title{
        padding-top: 75px;
        padding-bottom: 75px;
        margin-top: 155px;
      }
      .section__title h1,
      .section__title h2,
      .section__title h3{
        font-size: 30px;
      }
    }
    @media(max-width: 991.98px){
      .section__title{
        padding-top: 78px;
        padding-bottom: 78px;
      }
      .section__title h1,
      .section__title h2,
      .section__title h3{
        font-size: 26px;
      }
    }
    @media (max-width: 767.98px) {
      .section__title{
        padding-top: 60px;
        padding-bottom: 60px;
      }
      .section__title h1,
      .section__title h2,
      .section__title h3{
        font-size: 24px;
      }
    }

  /* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* BANNER */

  .section__banner{
    background: linear-gradient(81.86deg, var(--kry-color-1) 3.21%, var(--kry-color-4) 88.54%);

    padding-top: 34px;
    padding-bottom: 46px;
    margin-top: 191px;
  }

  .section__banner .container{
    overflow: visible;
  }

  .banner__item .row{
    align-items: center;
    row-gap: 20px;
  }

  .banner__item .video__banner{
    width: 100%;
    max-width: 670px;
    max-height: 620px;

    display: flex;

    overflow: hidden;

    border-radius: 20px;
  }

  .banner__item .video__banner video,
  .banner__item .video__banner img{
    width: 100%;
    max-width: 670px;
    height: 100%;
    min-height: 620px;
    max-height: 620px;

    border-radius: 20px;
    object-fit: cover;
  }

  .banner__item .content{
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
  }

  .banner__item .content h1{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 14px;
  }

  .banner__item .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .banner__item .btn__theme__grey{
    margin-top: 57px;
  }

  .section__banner .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    margin-top: 20px;
  }

  .section__banner .swiper-pagination-bullet{
    width: 19px;
    height: 19px;

    background-color: #FFFFFF;
    border-radius: 50%;
    transform: scale(calc(15 / 19));

    transition: all .3s ease-in-out;
  }

  .section__banner .swiper-pagination-bullet:hover,
  .section__banner .swiper-pagination-bullet-active{
    background-color: #55617b;
    transform: scale(1);
  }

  /* RESPONSIVO BANNER */

    @media(max-width: 1360.98px){
      .section__banner{
        margin-top: 155px;
      }
    }
    @media (max-width: 991.98px) {
      .section__banner .col-lg-7{
        display: flex;
        justify-content: center;
      }
      .banner__item .video__banner{
        max-width: 470px;
        max-height: 435px;
      }
      .banner__item .video__banner video, .banner__item .video__banner img{
        max-width: 470px;
        min-height: 435px;
        max-height: 435px;
      }
      .banner__item .content{
        align-items: center;
        text-align: center;
      }

      .banner__item .content h1{
        font-size: 26px;
      }
      .banner__item .btn__theme__grey{
        margin-top: 25px;
      }
    }
    @media(max-width: 767.98px){
      .banner__item .content h1{
        font-size: 22px;
      }
      .banner__item .content p{
        font-size: 16px;
      }
    }
    @media (max-width: 575.98px) {
      .banner__item .video__banner{
        max-width: 310px;
        max-height: 287px;
      }
      .banner__item .video__banner video, .banner__item .video__banner img{
        max-width: 310px;
        min-height: 287px;
        max-height: 287px;
      }
      .banner__item .content h1{
        font-size: 20px;
      }
      .banner__item .content p{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

  .fx1__home{
    background-color: #ECECEC;

    padding-top: 74px;
    padding-bottom: 66px;
  }

  .fx1__home .cursos__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;

    margin-bottom: 150px;
  }

  .fx1__home .main__content,
  .fx1__home .content{
    text-align: justify;
  }

  .fx1__home .main__content h2,
  .fx1__home .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 15px;
  }

  .fx1__home .main__content h2{
    margin-bottom: 30px;
  }

  .fx1__home .main__content p,
  .fx1__home .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-5);

    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;

    margin-bottom: 0px;
  }

  .fx1__home .cursos__grid .content{
    display: flex;
    flex-direction: column;

    border-top: 9px solid var(--kry-color-1);

    padding-top: 25px;
  }

  /*.fx1__home .cursos__grid .content:nth-child(4n + 1){
    border-top: 9px solid var(--kry-color-1);

    padding-top: 25px;
  }

  .fx1__home .cursos__grid .content:nth-child(4n + 2){
    border-top: 9px solid var(--kry-color-4);

    padding-top: 25px;
  }

  .fx1__home .cursos__grid .content:nth-child(4n + 3){
    border-top: 9px solid var(--kry-color-2);

    padding-top: 25px;
  }

  .fx1__home .cursos__grid .content:nth-child(4n + 4){
    border-top: 9px solid var(--kry-color-3);

    padding-top: 25px;
  }*/

  .fx1__home .banner__home{
    position: relative;

    display: flex;
    gap: 16px;

    width: 100%;
    max-width: 1170px;
    text-align: right;

    background-image: url('../imagens/banner-home-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 10px;

    padding: 34px 436px 35px 68px;
  }

  .fx1__home .banner__content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 18px;
  }

  .fx1__home .banner__content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .banner__home img{
    position: absolute;
    bottom: 0px;
    right: 15px;

    width: 100%;
    max-width: 405px;
    height: auto;
    object-fit: cover;
  }

  .fx1__home .cards__options__wrapper{
    margin-top: 65px;
  }

  .cards__options__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px 30px;
  }

  .card__option{
    width: 100%;
    max-width: 370px;

    display: flex;
    flex-direction: column;

    background-color: #FFFFFF;
    border-radius: 10px;

    transition: background-color .3s ease-in-out;

    padding: 32px 24px 23px 13px;
  }

  .card__option p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    transition: color .3s ease-in-out;

    margin-bottom: 24px;
  }

  .card__option span{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-5);

    transition: color .3s ease-in-out;
  }

  .card__option .option__btn{
    width: 100%;
    max-width: 145px;

    text-align: center;

    background-color: var(--kry-color-6);
    border-radius: 100px;

    transition: background-color .3s ease-in-out;

    padding: 4px 0px;
    margin-top: 27px;

    span{
      font-family: var(--font-Padrao);
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;

      color: #FFFFFF;
    }
  }

  .card__option:hover .option__btn{
    background-color: var(--kry-color-7);
  }

  .card__option:hover{
    background-color: var(--kry-color-1);
  }

  .card__option:hover p,
  .card__option:hover span{
    color: #FFFFFF;
  }

  /* RESPONSIVO HOME */

    @media(max-width: 1199.98px) {
      .fx1__home .banner__home{
        flex-direction: column;
        align-items: center;
        text-align: center;

        padding: 25px 30px;
      }
      .banner__home img{
        display: none;
      }
    }
    @media(max-width: 991.98px) {
      .fx1__home .main__content h2, .fx1__home .content h2, .fx1__home .banner__content h2{
        font-size: 26px;
      }
      .fx1__home .main__content p, .fx1__home .content p, .fx1__home .banner__content p{
        font-size: 17px;
      }

      .cards__options__wrapper{
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__home{
        padding-top: 45px;
        padding-bottom: 38px;
      }
      .fx1__home .cursos__grid{
        grid-template-columns: 1fr;
        row-gap: 20px;

        margin-bottom: 70px;
      }
      .fx1__home .cursos__grid .content{
        padding-top: 15px;
      }
      .fx1__home .banner__home{
        padding: 15px 18px;
      }
      .fx1__home .main__content h2, .fx1__home .content h2, .fx1__home .banner__content h2{
        font-size: 22px;
        margin-bottom: 10px;
      }
      .fx1__home .main__content p, .fx1__home .content p, .fx1__home .banner__content p{
        font-size: 16px;
      }
      .card__option{
        padding: 16px 14px;
      }
    }
    @media (max-width: 575.98px) {
      .card__option{
        text-align: center;
        align-items: center;
      }
      .card__option p{
        font-size: 16px;

        margin-bottom: 12px;
      }
      .card__option span{
        font-size: 14px;
      }
      .card__option .option__btn{
        margin-top: 18px;
      }
    }

  /* /RESPONSIVO HOME */

/* /HOME */

/* LANDING PAGE */

  .header__lp{
    position: relative;

    padding-top: 42px;
    padding-bottom: 327px;
  }

  .header__lp .float__bg{
    position: absolute;
    inset: 0;
    z-index: 0;

    user-select: none;

    width: 100%;
    height: 100%;
  }

  .header__lp .float__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    background: linear-gradient(to right, var(--kry-color-1), var(--kry-color-2));
  }

  .header__lp .float__bg picture,
  .header__lp .float__bg img{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;

    opacity: .3;
  }

  .header__lp .container{
    position: relative;
    z-index: 5;
  }

  .header__lp .logo__lp{
    display: flex;
    width: 100%;
    max-width: 270px;
    max-height: 148px;

    margin-bottom: 137px;
  }

  .header__lp .logo__lp img{
    width: 100%;
    max-width: 270px;
    height: auto;
    max-height: 148px;
    object-fit: cover;
  }

  .header__lp .content{
    text-align: center;
  }

  .header__lp .content h1{
    font-family: var(--font-Padrao);
    font-size: 65px;
    font-weight: 700;

    color: #FFFFFF;

    margin-bottom: 31px;
  }

  .header__lp .content p{
    font-family: var(--font-Padrao);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .fx1__lp{
    transform: translateY(-171px);
    margin-bottom: -96px;
  }

  .fx1__lp .video__modal__container{
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: #ECECEC;
    border-radius: 20px;

    padding: 64px 100px 13px 100px;
  }

  .fx1__lp .video__modal{
    position: relative;

    display: flex;

    width: 100%;
    max-width: 970px;
    max-height: 566px;

    border-radius: 10px;

    overflow: hidden;
  }

  .fx1__lp .video__modal::before{
    content: '';
    position: absolute;
    z-index: 5;

    width: 120px;
    height: 83px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-image: url('../imagens/icon-play-video.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .fx1__lp .video__modal img{
    position: relative;
    z-index: 0;

    width: 100%;
    max-width: 970px;
    max-height: 566px;
    border-radius: 10px;
  }

  .fx1__lp .btn__theme__lp{
    transform: translateY(38px);
  }

  .btn__theme__lp{
    position: relative;

    width: fit-content;
    min-width: 270px;

    display: flex;
    justify-content: center;
    text-align: center;

    padding: 12px 30px;
  }

  .btn__theme__lp::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    background-color: var(--kry-color-8);
    border-radius: 100px;

    transition: transform .3s ease-in-out;
  }

  .btn__theme__lp span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: var(--kry-color-9);
  }

  .btn__theme__lp:hover::before{
    transform: scaleX(calc(302 / 270)) scaleY(calc(56 / 50));
  }

  .fx1__lp .row{
    align-items: center;
    row-gap: 25px;

    margin-top: 100px;
  }

  .fx1__lp .img__holder{
    width: 100%;
    max-width: 570px;
  }

  .fx1__lp .img__holder img{
    width: 100%;
    max-width: 570px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
  }

  .fx1__lp .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--kry-color-5);

    margin-bottom: 24px;
  }

  .fx1__lp .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx2__lp{
    background-color: #ECECEC;

    padding-top: 63px;
    padding-bottom: 34px;
  }

  .fx2__lp h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    text-align: center;

    color: var(--kry-color-5);

    margin-bottom: 38px;
  }

  .fx2__lp .row{
    row-gap: 25px;
  }

  .fx2__lp .card__lp{
    width: 100%;
    max-width: 270px;
    min-height: 270px;

    display: flex;
    flex-direction: column;
    row-gap: 30px;

    background-color: #FFFFFF;
    border-radius: 20px;

    padding: 31px 5px 40px 12px;
  }

  .card__lp img{
    width: 100%;
    max-width: 84px;
    height: auto;
    max-height: 84px;
    object-fit: cover;
  }

  .card__lp p{
    font-family: var(--font-Padrao);
    font-size: 19px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx2__lp .btn__wrapper{
    display: flex;
    justify-content: center;

    transform: translateY(59px);
  }

  .fx3__lp{
    padding-top: 94px;
    padding-bottom: 88px;

    overflow: hidden;
  }

  .fx3__lp .vantagens__container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 30px;
  }

  .vantagem__card{
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 570px;
    min-height: 416px;
  }

  .vantagem__card .float__bg{
    position: absolute;
    top: 0px;

    width: 945px;
    height: 100%;

    user-select: none;
  }

  .vantagem__card .float__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: #ECECEC;
  }

  .vantagem__card .float__bg img{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: .15;
  }

  .vantagem__card .content{
    position: relative;
    z-index: 5;
  }

  .vantagem__card .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 26px;
  }

  .vantagem__card .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx3__lp .btn__wrapper{
    display: flex;
    justify-content: center;

    margin-top: 59px;
  }

  .fx3__lp .btn__theme__lp{
    width: 100%;
    max-width: 470px;
  }

  .fx4__lp{
    padding-bottom: 65px;
  }

  .fx4__lp h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 26px;
  }

  .fx4__lp .faq__container{
    display: flex;
    flex-direction: column;
    row-gap: 18px;

    margin-bottom: 138px;
  }

  .collapse,
  .collapsing{
    transition: height .3s ease-in-out;
  }

  .faq__item{
    width: 100%;
  }

  .faq__item .question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;

    background-color: #ECECEC;
    border-radius: 20px;

    padding: 17px 15px 17px 25px;
  }

  .faq__item .question p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;
    text-align: justify;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .faq__item .question img{
    transition: transform .3s ease-in-out;
  }

  .faq__item .question[aria-expanded="true"] img{
    transform: rotate(-90deg);
  }

  .faq__item .answer{
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq__item .answer p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx4__lp .banner__lp{
    position: relative;

    display: flex;
    gap: 16px;

    width: 100%;
    max-width: 1170px;

    background-image: url('../imagens/banner-home-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 10px;

    padding: 34px 75px 35px 429px;
  }

  .fx4__lp .banner__lp .float__title{
    position: absolute;
    top: -56px;
    left: 429px;

    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx4__lp .banner__lp .content h3{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 18px;
  }

  .fx4__lp .banner__lp .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .fx4__lp .banner__lp img{
    position: absolute;
    bottom: 0px;
    left: 8px;

    width: 100%;
    max-width: 405px;
    height: auto;
    object-fit: cover;
  }

  .footer__lp{
    position: relative;

    overflow: hidden;

    padding-top: 129px;
    padding-bottom: 35px;
  }

  .footer__lp .float__video{
    position: absolute;
    inset: 0;
    z-index: 0;

    user-select: none;

    width: 100%;
    height: 100%;
  }

  .footer__lp .float__video::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;

    background-color: var(--kry-color-1);
    opacity: .9;
  }

  .footer__lp .float__video video{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer__lp .container{
    position: relative;
    z-index: 5;
  }

  .footer__lp .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 44px;

    margin-bottom: 124px;
  }

  .footer__lp .content h3{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .footer__lp .btn__theme__lp{
    width: 100%;
    max-width: 470px;
  }

  /* RESPONSIVO LANDING PAGE */

    @media(max-width: 1199.98px) {
      .fx4__lp .banner__lp{
        flex-direction: column;
        align-items: center;
        text-align: center;

        padding: 25px 30px;
      }
      .fx4__lp .banner__lp img{
        display: none;
      }
      .fx4__lp .banner__lp .float__title{
        position: relative;
        top: unset;
        left: unset;

        color: #FFFFFF;

        margin-bottom: 0px;
      }
    }
    @media(min-width: 992px){
      .vantagem__card:nth-child(odd){
        justify-content: start;
      }
      .vantagem__card:nth-child(odd) .float__bg{
        right: 0px;
      }
      .vantagem__card:nth-child(odd) .float__bg::before,
      .vantagem__card:nth-child(odd) .float__bg img{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
      }
      .vantagem__card:nth-child(odd) .content{
        text-align: left;
      }

      .vantagem__card:nth-child(even){
        justify-content: end;
      }
      .vantagem__card:nth-child(even) .float__bg{
        left: 0px;
      }
      .vantagem__card:nth-child(even) .float__bg::before,
      .vantagem__card:nth-child(even) .float__bg img{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
      }
      .vantagem__card:nth-child(even) .content{
        text-align: right;
      }
    }
    @media (max-width: 991.98px) {
      .header__lp{
        padding-bottom: 150px;
      }
      .header__lp .container{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .header__lp .logo__lp{
        margin-bottom: 40px;
      }
      .header__lp .content h1{
        font-size: 45px;

        margin-bottom: 20px;
      }
      .header__lp .content p{
        font-size: 21px;
      }

      .fx1__lp{
        transform: translateY(-100px);
        margin-bottom: -45px;
      }
      .fx1__lp .video__modal__container{
        padding: 40px 50px 0px 50px;
      }
      .fx1__lp .btn__theme__lp{
        transform: translateY(26px);
      }
      .fx1__lp .row{
        margin-top: 50px;
      }
      .fx1__lp .col-lg-6,
      .fx2__lp .col-lg-3{
        display: flex;
        justify-content: center;
      }
      .fx1__lp .content{
        text-align: center;
      }

      .fx1__lp .content h2,
      .fx2__lp h2,
      .vantagem__card .content h2,
      .fx4__lp h2,
      .fx4__lp .banner__lp .content h3{
        font-size: 26px;

        margin-bottom: 15px;
      }
      .fx4__lp .banner__lp .float__title{
        font-size: 26px;
      }
      .fx1__lp .content p,
      .vantagem__card .content p,
      .faq__item .question p,
      .faq__item .answer p,
      .fx4__lp .banner__lp .content p,
      .btn__theme__lp span{
        font-size: 17px;
      }

      .fx2__lp{
        padding-top: 40px;
        padding-bottom: 4px;
      }
      .fx2__lp .btn__wrapper{
        transform: translateY(29px);
      }
      .fx2__lp .card__lp{
        height: auto;
        min-height: unset;

        align-items: center;
        text-align: center;
      }
      .card__lp p{
        font-size: 18px;
      }

      .fx3__lp{
        padding-top: 54px;
        padding-bottom: 48px;
      }
      .fx3__lp .vantagens__container{
        grid-template-columns: 1fr;
      }

      .vantagem__card{
        justify-content: center;
        text-align: center;

        max-width: 100%;
        min-height: unset;

        padding: 35px 40px;
      }
      .vantagem__card .float__bg{
        top: 0px;
        left: 0px;

        width: 100%;
      }
      .vantagem__card .float__bg::before,
      .vantagem__card .float__bg img{
        border-radius: 20px;
      }

      .fx3__lp .btn__wrapper{
        margin-top: 23px;
      }

      .fx4__lp{
        padding-bottom: 50px;
      }
      .fx4__lp h2{
        text-align: center;
      }

      .footer__lp{
        padding-top: 65px;
      }
      .footer__lp .content{
        row-gap: 22px;

        margin-bottom: 65px;
      }
      .footer__lp .content h3{
        font-size: 26px;
      }
    }
    @media(max-width: 900.98px){
      .footer__lp{
        padding-bottom: 84px;
      }
    }
    @media(max-width: 767.98px){
      .header__lp{
        padding-bottom: 130px;
      }
      .header__lp .content h1{
        font-size: 35px;
      }
      .header__lp .content p{
        font-size: 19px;
      }

      .fx1__lp{
        transform: translateY(-100px);
        margin-bottom: -45px;
      }
      .fx1__lp .video__modal__container{
        padding: 25px 25px 0px 25px;
      }
      .fx1__lp .btn__theme__lp{
        transform: translateY(25px);
      }
      .fx1__lp .row{
        margin-top: 50px;
      }

      .fx1__lp .content h2,
      .fx2__lp h2,
      .vantagem__card .content h2,
      .fx4__lp h2,
      .footer__lp .content h3,
      .fx4__lp .banner__lp .float__title,
      .fx4__lp .banner__lp .content h3{
        font-size: 22px;
      }
      .fx1__lp .content p,
      .vantagem__card .content p,
      .faq__item .question p,
      .faq__item .answer p,
      .fx4__lp .banner__lp .content p,
      .btn__theme__lp span{
        font-size: 16px;
      }

      .fx2__lp .card__lp{
        padding: 22px 8px 22px 8px;
      }
      .card__lp p{
        font-size: 17px;
      }

      .vantagem__card{
        padding: 25px 30px;
      }

      .fx4__lp .banner__lp{
        padding: 15px 18px;
      }
    }
    @media (max-width: 575.98px) {
      .header__lp .content h1{
        font-size: 28px;
      }
      .header__lp .content p{
        font-size: 18px;
      }

      .fx1__lp .content h2,
      .fx2__lp h2,
      .vantagem__card .content h2,
      .fx4__lp h2,
      .fx4__lp .banner__lp .float__title,
      .footer__lp .content h3,
      .fx4__lp .banner__lp .content h3{
        font-size: 20px;
      }
      .fx1__lp .content p,
      .vantagem__card .content p,
      .faq__item .question p,
      .faq__item .answer p,
      .fx4__lp .banner__lp .content p,
      .btn__theme__lp span{
        font-size: 15px;
      }

      .card__lp p{
        font-size: 16px;
      }

      .vantagem__card{
        padding: 25px 15px;
      }
    }

  /* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* SOBRE */

  .fx1__sobre{
    background-color: #ECECEC;

    padding-top: 73px;
    padding-bottom: 97px;
  }

  .fx1__sobre .content{
    font-family: var(--font-Padrao);
  }

  .fx1__sobre .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 24px;
  }

  .fx1__sobre .content p,
  .fx1__sobre .content li{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;

    color: var(--kry-color-5);

    margin-bottom: 4px;
  }

  .fx1__sobre .content img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
  }

  /* RESPONSIVO SOBRE */

    @media (max-width: 991.98px) {
      .fx1__sobre{
        padding-top: 42px;
        padding-bottom: 45px;
      }
      .fx1__sobre .content h2{
        font-size: 26px;

        margin-bottom: 15px;
      }
      .fx1__sobre .content p,
      .fx1__sobre .content li{
        font-size: 17px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__sobre .content h2{
        font-size: 22px;
      }
      .fx1__sobre .content p,
      .fx1__sobre .content li{
        font-size: 16px;
      }
    }
    @media (max-width: 575.98px) {
      .fx1__sobre .content h2{
        font-size: 20px;
      }
      .fx1__sobre .content p,
      .fx1__sobre .content li{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO SOBRE */

/* /SOBRE */

/* PROFESSORES */

  .fx1__professores{
    background-color: #ECECEC;

    padding-top: 58px;
    padding-bottom: 73px;
  }

  .fx1__professores .row{
    justify-content: center;
    row-gap: 30px;

    margin-bottom: 85px;
  }

  .card__professor{
    width: 100%;
    max-width: 370px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card__professor .img__thumb{
    width: 100%;
    max-width: 370px;
    max-height: 500px;

    margin-bottom: 22px;
  }

  .card__professor .img__thumb img{
    width: 100%;
    max-width: 370px;
    height: auto;
    max-height: 500px;
    border-radius: 20px;
  }

  .card__professor p{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    text-align: center;

    color: var(--kry-color-5);

    margin-bottom: 9px;
  }

  .card__professor span{
    display: block;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;

    color: var(--kry-color-5);
  }

  .fx1__professores h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    text-align: center;

    color: var(--kry-color-5);

    margin-bottom: 44px;
  }

  /* RESPONSIVO PROFESSORES */

    @media (max-width: 991.98px) {
      .fx1__professores .col-lg-4{
        display: flex;
        justify-content: center;
      }
      .fx1__professores h2{
        margin-bottom: 22px;
      }
      .card__professor p,
      .fx1__professores h2{
        font-size: 26px;
      }
      .card__professor span{
        font-size: 17px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__professores{
        padding-top: 42px;
        padding-bottom: 45px;
      }
      .card__professor .img__thumb{
        margin-bottom: 11px;
      }
      .card__professor .img__thumb,
      .card__professor .img__thumb img{
        max-width: 270px;
      }
      .card__professor p,
      .fx1__professores h2{
        font-size: 22px;
      }
      .card__professor span{
        font-size: 16px;
      }
    }
    @media (max-width: 575.98px) {
      .card__professor p,
      .fx1__professores h2{
        font-size: 20px;
      }
      .card__professor span{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO PROFESSORES */

/* /PROFESSORES */

/* CONTATO */

  .fx1__contato{
    background-color: #ECECEC;

    padding-top: 63px;
    padding-bottom: 36px;
  }

  .fx1__contato .row{
    row-gap: 30px;
  }

  .fx1__contato .content{
    margin-bottom: 29px;
  }

  .fx1__contato .content h2{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 14px;
  }

  .fx1__contato .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .fx1__contato .social__media__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px 20px;
  }

  .fx1__contato .media__link{
    display: flex;
    width: 100%;
    max-width: 52px;
    max-height: 52px;
  }

  .fx1__contato .info__contact__wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 20px;

    /*margin-bottom: 29px;*/
  }

  .fx1__contato .info__contact{
    width: 100%;
    max-width: 470px;

    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: var(--kry-color-9);
  }

  .fx1__contato .form__container,
  .fx1__contato .wpcf7{
    width: 100%;

    display: flex;
    justify-content: center;
  }

  .fx1__contato form{
    width: 100%;
    max-width: 570px;

    display: flex;
    flex-direction: column;
    row-gap: 17px;
  }

  .recaptcha__wrapper{
    max-height: 78px;
  }

  .fx1__contato form p{
    margin-bottom: 0px;
  }

  .fx1__contato form input:not(:is([type="submit"])),
  .fx1__contato form textarea{
    width: 100%;

    background-color: #FFFFFF;
    border-radius: 7px;
    border: 1px solid var(--kry-color-9);

    padding: 11px 12px;
  }

  .fx1__contato form input:not(:is([type="submit"]))::placeholder,
  .fx1__contato form textarea::placeholder{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;

    color: var(--kry-color-9);
  }

  .fx1__contato form .form__submit{
    display: flex;
    align-items: center;

    /*margin-top: 35px;*/
  }

  .fx1__contato form .btn__submit{
    width: 170px;

    background-color: #051129;
    border: none;
    border-radius: 100px;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;
    text-align: center;

    color: #FFFFFF;

    transition: transform .3s ease-in-out;

    padding: 12px 0px;
    transition: all .2s linear;

    &:hover{
      color: #FFF;
      background-color: #56627b;
    }
  }

  .fx1__contato form textarea{
    height: 100px;
  }


  
  .fx2__contato .mapa__wrapper{
    width: 100%;
    max-width: 1920px;
    max-height: 323px;

    overflow: hidden;
  }

  .fx2__contato .mapa__wrapper img,
  .fx2__contato .mapa__wrapper iframe{
    width: 100%;
    max-width: 1920px;
    height: 100%;
    height: 323px;
    object-fit: cover;
  }

  /* RESPONSIVO CONTATO */

    @media (max-width: 991.98px) {
      .fx1__contato .col-lg-6{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .fx1__contato .content{
        text-align: center;
      }
      .fx1__contato .content h2{
        font-size: 26px;
      }
      .fx1__contato .content p,
      .fx1__contato .info__contact{
        font-size: 17px;
      }

      .fx1__contato form .form__submit{
        margin-top: 0px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__contato{
        padding-top: 43px;
        padding-bottom: 46px;
      }
      .fx1__contato .content h2{
        font-size: 22px;
      }
      .fx1__contato .content p,
      .fx1__contato .info__contact{
        font-size: 16px;
      }
      .fx2__contato .mapa__wrapper,
      .fx2__contato .mapa__wrapper img,
      .fx2__contato .mapa__wrapper iframe{
        height: 223px;
      }
    }
    @media (max-width: 575.98px) {
      .fx1__contato .content h2{
        font-size: 20px;
      }
      .fx1__contato .content p,
      .fx1__contato .info__contact{
        font-size: 15px;
      }
    }

  /* /RESPONSIVO CONTATO */

/* /CONTATO */

/* CURSOS */

  .fx1__cursos{
    background-color: #ECECEC;

    padding-top: 70px;
    padding-bottom: 100px;
  }

  /* Grid 2 colunas: assinatura + cursos individuais */
  .meus-cursos__sem-acesso{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
  }

  .meus-cursos__sem-acesso .promo-assinatura,
  .meus-cursos__sem-acesso .promo-cursos-individuais{
    margin: 0;
    height: 100%;
  }

  /* Card "compre individualmente" — mesma estrutura visual que promo-assinatura */
  .promo-cursos-individuais{
    background: #fff;
    border: 2px solid var(--kry-color-1);
    border-radius: 14px;
    padding: 32px;
    display: flex;
    flex-direction: column;
  }

  .promo-cursos-individuais__inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
  }

  .promo-cursos-individuais__tag{
    display: inline-block;
    background: var(--kry-color-1);
    color: #fff;
    font-family: var(--font-Padrao);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    width: fit-content;
  }

  .promo-cursos-individuais__titulo{
    font-family: var(--font-Padrao) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--kry-color-1) !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }

  .promo-cursos-individuais__texto{
    font-family: var(--font-Padrao);
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
  }

  .promo-cursos-individuais__lista{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }

  .promo-cursos-individuais__lista li{
    font-family: var(--font-Padrao);
    font-size: 13px;
    color: #444;
    padding-left: 18px;
    position: relative;
  }

  .promo-cursos-individuais__lista li::before{
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--kry-color-7);
    font-weight: 700;
  }

  .promo-cursos-individuais__btns{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .promo-cursos-individuais__btn--primary{
    display: inline-block;
    background: var(--kry-color-1);
    color: #fff !important;
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity .2s ease;
  }

  .promo-cursos-individuais__btn--primary:hover{
    opacity: .85;
  }

  @media (max-width: 680px){
    .meus-cursos__sem-acesso{
      grid-template-columns: 1fr;
    }
  }

  .fx1__cursos .row{
    justify-content: center;
    row-gap: 30px;
  }

  .card__curso{
    width: 100%;
    max-width: 370px;
    height: stretch;

    display: flex;
    flex-direction: column;

    border-radius: 10px;

    overflow: hidden;
  }

  .card__curso .img__thumb{
    width: 100%;
    max-width: 370px;
    max-height: 225px;
  }

  .card__curso .img__thumb img{
    width: 100%;
    max-width: 370px;
    height: auto;
    max-height: 225px;
    object-fit: cover;
  }

  .card__curso .content{
    width: 100%;

    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 23px;

    background-color: #FFFFFF;

    padding: 24px 19px 28px 19px;
  }

  .card__curso .content p{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .card__curso .btn__curso{
    width: 100%;
    max-width: 143px;

    display: flex;
    justify-content: center;
    text-align: center;

    background-color: var(--kry-color-6);
    border-radius: 100px;

    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFFFFF;

    transition: background-color .3s ease-in-out;

    padding: 6px 0px;
  }

  .card__curso:hover .btn__curso{
    background-color: var(--kry-color-4);
  }

  /* RESPONSIVO CURSOS */

    @media (max-width: 991.98px) {
      .fx1__cursos .col-lg-4{
        display: flex;
        justify-content: center;
      }
      .card__curso .content{
        padding: 20px 15px;
      }
      .card__curso .content p{
        font-size: 17px;
      }
    }
    @media(max-width: 767.98px){
      .card__curso .content{
        row-gap: 12px;

        align-items: center;
        text-align: center;
      }
      .card__curso .content p{
        font-size: 16px;
      }
    }

  /* /RESPONSIVO CURSOS */

/* /CURSOS */

/* SINGLE CURSOS */

  .fx1__single__curso{
    padding-top: 40px;
    padding-bottom: 62px;

    margin-top: 191px;
  }

  .fx1__single__curso h1{
    font-family: var(--font-Padrao);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 18px;
    margin-bottom: 46px;
  }

  .curso__content__container{
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
  }

  .sidebar__aula__curso{
    width: 100%;
    max-width: 270px;

    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .sidebar__aula__curso .aula__item{
    width: 100%;
    max-width: 270px;

    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2px;

    background-color: #ECECEC;
    border-bottom: 1px solid #8D8D8D;

    transition: all .3s ease-in-out;

    padding: 15px 11px;
  }

  .sidebar__aula__curso .aula__item img{
    width: 29px;
    height: 29px;
    object-fit: cover;

    transition: filter .3s ease-in-out;
  }

  .sidebar__aula__curso .aula__item:not(:is([data-finished="true"])) img{
    display: none;
  }

  .sidebar__aula__curso .aula__item p{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;

    color: var(--kry-color-9);

    transition: color .3s ease-in-out;

    margin-bottom: 0px;
  }

  .sidebar__aula__curso .aula__item:hover{
    background-color: var(--kry-color-2);
    border-color: var(--kry-color-9);
  }

  .sidebar__aula__curso .aula__item:hover p{
    color: #FFFFFF;
  }

  .sidebar__aula__curso .aula__item:is([data-finished="true"]){
    padding: 15px 11px 15px 1px;
  }

  .sidebar__aula__curso .aula__item:is([data-finished="true"]):hover{
    background-color: #30A938;
    border-color: var(--kry-color-9);
  }
  .sidebar__aula__curso .aula__item:is([data-finished="true"]):hover img{
    filter: brightness(0) invert(1);
  }

  .curso__content__wrapper{
    display: flex;
    flex-direction: column;
  }

  .aula__selected__title h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-9);

    margin-bottom: 8px;
  }

  .curso__content{
    font-family: var(--font-Padrao);
  }

  .curso__content p,
  .curso__content li{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;

    color: var(--kry-color-5);

    margin-bottom: 4px;
  }

  .curso__content .video__embed__item{
    margin-bottom: 20px;
  }

  .curso__content img,
  .curso__content iframe,
  .curso__content video{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

    border-radius: 10px;
  }

  .curso__content ul,
  .curso__content ol{
    margin-bottom: 8px;
  }

  .curso__content__wrapper .btn__wrapper{
    display: flex;
    justify-content: end;

    margin-top: 44px;
    margin-bottom: 46px;
  }

  .btnAulaFinish{
    position: relative;

    width: 100%;
    max-width: 270px;

    display: flex;
    justify-content: center;
    text-align: center;

    background-color: transparent;
    border: none;

    padding: 12px 8px;
  }

  .btnAulaFinish::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: #ECECEC;
    border-radius: 100px;

    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  }

  .btnAulaFinish span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 400;

    color: #8D8D8D;

    transition: color .3s ease-in-out;
  }

  .btnAulaFinish:hover::before{
    transform: scaleX(calc(302 / 270)) scaleY(calc(56 / 50));
    background-color: #30A938;
  }

  .btnAulaFinish:hover span{
    color: #FFFFFF;
  }

  .materials__container{
    display: flex;
    flex-direction: column;
  }

  .materials__container h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 6px;
    margin-bottom: 45px;
  }

  .materials__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    gap: 20px 30px;
  }

  .material__item{
    width: 100%;
    max-width: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 11px;
  }

  .material__item img{
    width: 100%;
    max-width: 74px;
    height: auto;
    max-height: 74px;
    object-fit: cover;
  }

  .material__item p{
    font-family: var(--font-Padrao);
    font-size: 19px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .btnOpenAulas{
    position: fixed;
    z-index: 40;

    bottom: 90px;
    right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    width: fit-content;
    height: auto;

    background-color: var(--kry-color-1);
    border: none;
    border-radius: 100px;
    color: #FFFFFF;
    cursor: pointer;

    padding: 14px 16px;
  }

  .btnOpenAulas .burguer{
    width: 26px;
    height: 16px;

    display: grid;
    gap: 4px;
  }

  .btnOpenAulas .burguer span{
    height: 3px;
    background-color: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
  }

  .btnOpenAulas:focus-visible{
    outline: 2px solid #FFFFFF;
  }

  .btnOpenAulas[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .btnOpenAulas[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .btnOpenAulas[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .btnOpenAulas p{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;

    margin-bottom: 0px;
  }

  .btnCloseAulas{
    width: 32px;
    height: 32px;

    background-color: transparent;
    border: none;

    padding: 0px;
  }

  .sidebar__aula__title{
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .sidebar__aula__title p{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 600;

    color: #FFFFFF;

    margin-bottom: 0px;
  }

  .comentarios__container{
    margin-top: 96px;
  }

  .comentarios__container h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 6px;
    margin-bottom: 60px;
  }

  .comentarios__container .comments__wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }

  .comentarios__container .comment__item{
    width: 100%;
    max-width: stretch;

    display: flex;
    justify-content: start;
    gap: 15px;
  }

  .comentarios__container .comment__item:is(.replied__comment){
    background-color: #ECECEC;

    clip-path: polygon(0 10%, 7.4519% 10%, 9.375% 0, 11.29% 10%, 100% 10%, 100% 100%, 0 100%);

    padding: 25px 32px;
    margin-left: 38px;
    margin-bottom: 10px;
  }

  .comment__item .profile__picture{
    position: relative;

    flex-shrink: 0;

    width: 70px;
    height: 70px;
  }

  .comment__item .profile__picture::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-color: var(--kry-color-4);
    border-radius: 50%;
  }

  .comment__item .profile__picture span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }

  .comment__item .content__comment{
    text-align: justify;

    padding-top: 7px;
  }

  .comment__item .content__comment p{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .comment__item .content__comment span{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-5);
  }

  .form__comment__container{
    display: flex;
    flex-direction: column;
    row-gap: 18px;

    background-color: #ECECEC;

    padding: 23px 19px 32px 19px;
    margin-top: 50px;
  }

  .form__comment__container .form__text h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;

    color: var(--kry-color-9);

    border: none;

    padding-bottom: 0px;
    margin-bottom: 6px;
  }

  .form__comment__container .form__text p{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;

    color: var(--kry-color-5);

    margin-bottom: 0px;
  }

  .form__comment__container form{
    display: flex;
    flex-direction: column;
    row-gap: 23px;
  }

  .form__comment__container p{
    margin-bottom: 0px;
  }

  .form__comment__container .comment-form-comment{
    width: 100%;

    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }

  .form__comment__container .form__control__grid{
    display: grid;
    grid-template-columns: minmax(auto, 350px) minmax(auto, 830px);
    grid-gap: 18px 30px;
  }

  .form__comment__container form label,
  .form__comment__container .comment-form-comment,
  .form__comment__container .comment-form-author,
  .form__comment__container .comment-form-email{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 700;

    color: var(--kry-color-5);
  }

  .form__comment__container form textarea,
  .form__comment__container .comment-form-comment textarea{
    resize: none;
    height: 87px;
  }

  .form__comment__container form input:not(:is([type="submit"])),
  .form__comment__container form textarea,
  .form__comment__container .comment-form-comment textarea,
  .form__comment__container .comment-form-author input,
  .form__comment__container .comment-form-email input{
    width: 100%;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;

    color: var(--kry-color-5);

    background: #FFFFFF;
    border: 1px solid #C9C2BA;

    padding: 10px;
  }

  .form__comment__container form input:not(:is([type="submit"]))::placeholder,
  .form__comment__container form textarea::placeholder{
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;

    color: var(--kry-color-5);
  }

  .form__comment__container .form__submit{
    display: flex;
    align-items: center;
  }

  .form__comment__container .form-submit{
    width: 100%;
  }

  .form__comment__container .btn__submit,
  .form__comment__container .form-submit .submit{
    width: 166px;

    background-color: var(--kry-color-6);
    border: none;
    border-radius: 100px;

    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    text-align: center;

    color: #FFFFFF;

    transition: background-color .3s ease-in-out;

    padding: 6px 0px;
  }

  .form__comment__container .btn__submit:hover,
  .form__comment__container .form-submit .submit:hover{
    background-color: var(--kry-color-4);
  }

  .form__comment__container .comment-form-author,
  .form__comment__container .comment-form-email{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
  }

  .form__comment__container .comment-form-cookies-consent{
    display: none;
  }

  /* RESPONSIVO SINGLE CURSOS */

    @media(min-width: 992px){
      .sidebar__aula__title,
      .btnCloseAulas,
      .btnOpenAulas{
        display: none;
      }
    }
    @media (max-width: 991.98px) {
      .sidebar__aula__curso{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 70;

        width: 80%;
        max-width: 350px;
        height: 100%;

        background: var(--kry-color-4);

        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;

        transform: translateX(-100%);
        opacity: 0;

        overflow-x: hidden;

        transition: all .3s ease-in-out;

        padding: 35px 20px 25px 20px;
      }
      .sidebar__aula__curso.shown{
        transform: translateX(0px);
        opacity: 1;
      }

      .curso__content__container{
        grid-template-columns: 1fr;
      }
      .fx1__single__curso h1{
        font-size: 26px;

        padding-bottom: 9px;
        margin-bottom: 23px;
      }
      .aula__selected__title h2,
      .materials__container h2,
      .comentarios__container h2,
      .form__comment__container .form__text h2{
        font-size: 22px;
      }

      .materials__container h2,
      .comentarios__container h2{
        margin-bottom: 22px;
      }

      .curso__content p, .curso__content li,
      .form__comment__container .form__text p,
      .comment__item .content__comment p,
      .comment__item .content__comment span{
        font-size: 16px;
      }
      .material__item p{
        font-size: 18px;
      }
    }
    @media(max-width: 900.98px) {
      .btnOpenAulas{
        bottom: 20px;
        right: 10px;
      }
    }
    @media(max-width: 767.98px){
      .fx1__single__curso{
        padding-bottom: 42px;
      }
      .fx1__single__curso h1{
        font-size: 22px;
        text-align: center;
      }
      .aula__selected__title h2,
      .materials__container h2,
      .comentarios__container h2,
      .form__comment__container .form__text h2{
        font-size: 20px;
      }
      .curso__content p, .curso__content li,
      .comment__item .content__comment p, 
      .comment__item .content__comment span{
        font-size: 15px;
      }
      .materials__wrapper{
        justify-content: center;
      }
      .material__item p{
        font-size: 17px;
      }
      .comentarios__container .comments__wrapper{
        row-gap: 18px;
      }
      .comment__item .profile__picture{
        width: 50px;
        height: 50px;
      }
      .comentarios__container .comment__item:is(.replied__comment){
        padding: 20px 20px 15px 20px;
        margin-left: 16px;
      }
      .form__comment__container .form__control__grid{
        grid-template-columns: 1fr;
      }
      .form__comment__container{
        padding: 18px 14px 20px 14px;
        margin-top: 28px;
      }
    }
    @media (max-width: 575.98px) {
      .fx1__single__curso h1{
        font-size: 21px;
      }
      .aula__selected__title h2,
      .materials__container h2,
      .comentarios__container h2{
        font-size: 19px;
        text-align: center;
      }
      .form__comment__container .form__text h2{
        font-size: 19px;
      }
      .material__item{
        max-width: 120px;
      }
      .material__item p{
        font-size: 16px;
      }
      .btn__wrapper{
        justify-content: center;
      }
      .comment__item .profile__picture{
        width: 40px;
        height: 40px;
      }
    }

  /* /RESPONSIVO SINGLE CURSOS */

/* /SINGLE CURSOS */

/* ===================================== */
/* BLOG NOVO 01-2026 */
/* by Murilo Vidor */
/* ===================================== */

/* VARIÁVEIS USADAS (referência) */

  /*
    COR:
    - var(--kry-color-1);
    - var(--kry-color-2);
    - var(--kry-color-3);
    
    FONTES:
    - var(--font-Padrao);
  */

/* /VARIÁVEIS USADAS (referência) */

/* INDEX */

  .kry__blog{
    font-family: var(--font-Padrao);
    background-color: #ECECEC;
  }

  .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: var(--kry-color-9);

    -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: 22px;
  }

  .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: var(--kry-color-5);

    background-color: var(--kry-color-8);
    border-radius: 5px;

    transition: all .3s ease;

    padding: 7px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    color: #FFFFFF;
    background-color: var(--kry-color-1);
  }

  .kry__blog .post__header h3{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-9);

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    transition: color .3s ease;

    margin-bottom: 0px;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: var(--kry-color-1);
  }

  .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: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
    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{
    max-width: 480px;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: var(--kry-color-5);
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: var(--kry-color-5);

    -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: 28px;
  }

  .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: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: var(--kry-color-5);
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-9);
    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: var(--kry-color-1);
    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;
  }

  .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: #DFDFDF;
    border-radius: 20px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    background-color: var(--kry-color-1);
  }

  .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;

    transition: filter .3s ease-in-out;
  }

  .kry__blog__sidebar .category__item:hover img{
    filter: brightness(0) invert(1);
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: var(--kry-color-9);

    transition: color .3s ease-in-out;
  }

  .kry__blog__sidebar .category__item:hover .category__name{
    color: #FFFFFF;
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

/* /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 #DFDFDF;

    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: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-9);
    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: 700;
    font-size: 28px;
    line-height: 1.4;

    color: var(--kry-color-9);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .kry__blog .post__editor{
    font-family: var(--font-Padrao);

    color: var(--kry-color-9);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor div{
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.65;

    color: var(--kry-color-9);
  }

  .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: var(--kry-color-9);
  }
  

  .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;

    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;
  }

  .kry__blog .post__editor details{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
  }

  .kry__blog .post__editor summary{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 600;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: var(--kry-color-7);
    transition: all .3s ease;
  }
  .kry__blog .post__editor a:hover{
    color: var(--kry-color-3);
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: var(--kry-color-1);
  }

  .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(0, 0, 0, .2);
    border-left: 5px solid var(--kry-color-1);
    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-1);
    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: var(--kry-color-1);
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;

    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: var(--kry-color-1);
    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: #444444;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;

    color: #000000;
  }

  .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 #000 !important;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #A0A0A0;
  }
  
  .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: #000000;
  }

  .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: var(--kry-color-1);
    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 */

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-9);
    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: 230px;

    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: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;

    color: var(--kry-color-9);
  }

/* /OTHERS POSTS */

/* 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 */
/* ===================================== */

/* CARRINHO */

  .wc-block-cart{
    margin-top: 35px !important;
    margin-bottom: 35px;
  }

  .wc-block-cart__main .wc-block-cart-items th{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 700;
  }

  .wc-block-components-button:not(.is-link){
    background-color: var(--kry-color-1) !important;
    border-radius: 100px;

    transition: background-color .3s ease-in-out;
  }

  .wc-block-components-button:not(.is-link):hover{
    background-color: var(--kry-color-2) !important;
  }

  .wc-block-components-button:not(.is-link) .wc-block-components-button__text{
    font-family: var(--font-Padrao);
    font-size: 17px;
  }

  .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input:first-of-type,
  .wc-block-components-text-input .wc-block-components-address-form__last_name{
    margin-bottom: 12px;
  }

  .wc-block-components-order-summary-item__quantity{
    background-color: var(--kry-color-1) !important;
  }

  .woocommerce-order{
    margin-top: 30px;
  }

  .woocommerce-thankyou-order-received{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 700;

    color: var(--kry-color-4);
  }

  .woocommerce-order-overview li{
    font-family: var(--font-Padrao);
    font-size: 16px;

    color: var(--kry-color-9);
  }

  .woocommerce-order-details{
    margin-bottom: 25px;
  }

  .woocommerce-order-details h2{
    font-family: var(--font-Padrao);
    color: var(--kry-color-9);
  }

  .woocommerce-table th,
  .woocommerce-table td{
    border: 1px solid #DDD;
  }

/* /CARRINHO */

/* 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-items: 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: 1199.98px){

  }
  @media (max-width: 991.98px) {

  }
  @media(max-width: 767.98px){

  }
  @media (max-width: 575.98px) {

  }
  @media (max-width: 480.98px) {

  }*/

.fx1__new__page{
  padding-top: 40px;
  padding-bottom: 40px;
}

.fx1__new__page:after{
  content: ' ';
  display: table;
  clear: both
}

.pg-produto{
  padding-top: 250px;
}

/* LOJA (archive de produtos) */

  /* Grid */
  body.post-type-archive-product ul.products{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 32px 0 0 !important;
  }

  /* Card */
  body.post-type-archive-product ul.products li.product{
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: box-shadow .3s ease;
  }

  body.post-type-archive-product ul.products li.product:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }

  /* Link wrapper ocupa todo o espaço disponível */
  body.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link{
    display: flex !important;
    flex-direction: column !important;
    flex: 1;
    text-decoration: none !important;
  }

  /* Imagem */
  body.post-type-archive-product ul.products li.product img{
    width: 100% !important;
    height: 225px !important;
    object-fit: cover !important;
    display: block !important;
    order: -1;
  }

  /* Badge Oferta */
  body.post-type-archive-product ul.products li.product .onsale{
    position: static !important;
    display: inline-block !important;
    align-self: flex-start !important;
    background-color: var(--kry-color-7) !important;
    color: #fff !important;
    font-family: var(--font-Padrao) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    padding: 3px 10px !important;
    margin: 10px 16px 0 16px !important;
    min-width: unset !important;
    min-height: unset !important;
    line-height: 1.5 !important;
  }

  /* Título */
  body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{
    font-family: var(--font-Padrao) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--kry-color-5) !important;
    padding: 10px 16px 0 16px !important;
    margin: 0 !important;
  }

  /* Preço — reset completo do estilo WooCommerce e tamanho consistente */
  body.post-type-archive-product ul.products li.product .price{
    font-family: var(--font-Padrao) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--kry-color-5) !important;
    padding: 6px 16px 0 16px !important;
    margin: 0 !important;
    flex: 1;
    display: block !important;
  }

  body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount{
    font-size: 16px !important;
  }

  body.post-type-archive-product ul.products li.product .price ins{
    font-weight: 700 !important;
    text-decoration: none !important;
    color: var(--kry-color-7) !important;
  }

  body.post-type-archive-product ul.products li.product .price del{
    font-size: 13px !important;
    opacity: .55;
    margin-right: 4px;
  }

  body.post-type-archive-product ul.products li.product .price del .woocommerce-Price-amount{
    font-size: 13px !important;
  }

  /* Botão Comprar */
  body.post-type-archive-product ul.products li.product a.button.add_to_cart_button,
  body.post-type-archive-product ul.products li.product .add_to_cart_button{
    display: block !important;
    width: calc(100% - 32px) !important;
    text-align: center !important;
    font-family: var(--font-Padrao) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: var(--kry-color-1) !important;
    border-radius: 100px !important;
    border: none !important;
    outline: none !important;
    padding: 10px 0 !important;
    margin: 14px 16px 18px 16px !important;
    transition: background-color .3s ease !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
  }

  body.post-type-archive-product ul.products li.product a.button.add_to_cart_button:hover,
  body.post-type-archive-product ul.products li.product .add_to_cart_button:hover{
    background-color: var(--kry-color-4) !important;
    color: #fff !important;
  }

  @media (max-width: 900px){
    body.post-type-archive-product ul.products{
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width: 560px){
    body.post-type-archive-product ul.products{
      grid-template-columns: 1fr !important;
    }
  }

/* /LOJA */

/* SINGLE PRODUTO */

  .pg-produto #primary{
    width: 100%;
  }

  /* Remove lixo do Storefront/WC */
  .pg-produto .woocommerce-breadcrumb,
  .pg-produto .storefront-breadcrumb,
  .pg-produto .product_meta,
  .pg-produto .woocommerce-product-rating{
    display: none !important;
  }

  /* Layout geral da área do produto */
  .pg-produto .product{
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Bloco galeria + summary lado a lado */
  .pg-produto .woocommerce-product-gallery,
  .pg-produto .summary.entry-summary{
    float: none !important;
    width: 100% !important;
    clear: none !important;
  }

  .pg-produto .produto__top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;

    margin-bottom: 60px;
  }

  /* Galeria */
  .pg-produto .woocommerce-product-gallery{
    border-radius: 20px;
    overflow: hidden;
  }

  .pg-produto .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 20px;
  }

  .pg-produto .woocommerce-product-gallery .flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 12px;
    padding: 0;
    list-style: none;
  }

  .pg-produto .woocommerce-product-gallery .flex-control-thumbs li{
    margin: 0;
  }

  .pg-produto .woocommerce-product-gallery .flex-control-thumbs img{
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color .3s ease;
    cursor: pointer;
    max-height: unset !important;
  }

  .pg-produto .woocommerce-product-gallery .flex-control-thumbs img.flex-active{
    border-color: var(--kry-color-1);
  }

  /* Summary */
  .pg-produto .summary.entry-summary{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Título */
  .pg-produto .product_title{
    font-family: var(--font-Padrao) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;

    color: var(--kry-color-9) !important;

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 18px;
    margin-bottom: 0 !important;
  }

  /* Preço */
  .pg-produto .price{
    font-family: inherit !important;
    font-size: 46px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: #01c800!important;
    line-height: 1;
  }

  .pg-produto .price del{
    font-size: 18px !important;
    color: var(--kry-color-3) !important;
    opacity: 1 !important;

    margin-right: 8px;
  }

  .pg-produto .price ins{
    text-decoration: none !important;
  }

  /* Descrição curta */
  .pg-produto .woocommerce-product-details__short-description{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;

    color: var(--kry-color-5);
  }

  .pg-produto .woocommerce-product-details__short-description p{
    margin-bottom: 8px;
  }

  /* Form + botão comprar */
  .pg-produto form.cart{
    display: flex;
    align-items: center;
    gap: 16px;

    margin-top: 4px;
  }

  .pg-produto form.cart .qty{
    width: 70px !important;
    height: 48px;

    font-family: var(--font-Padrao) !important;
    font-size: 17px !important;
    text-align: center;

    background-color: #ECECEC;
    border: 1px solid #CBCBCB !important;
    border-radius: 10px !important;

    padding: 0 10px !important;
  }

  .pg-produto form.cart .single_add_to_cart_button{
    flex: 1;

    font-family: var(--font-Padrao) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-align: center;

    color: #FFFFFF !important;

    background-color: var(--kry-color-1) !important;
    border: none !important;
    border-radius: 100px !important;

    transition: background-color .3s ease-in-out !important;

    padding: 12px 24px !important;
  }

  .pg-produto form.cart .single_add_to_cart_button:hover{
    background-color: var(--kry-color-7) !important;
  }

  /* Tabs (Descrição, Avaliações) */
  .pg-produto .woocommerce-tabs{
    margin-top: 20px;
  }

  .pg-produto .woocommerce-tabs ul.tabs{
    display: flex;
    gap: 0;
    list-style: none;

    border-bottom: 2px solid #CBCBCB;

    padding: 0;
    margin-bottom: 30px;
  }

  .pg-produto .woocommerce-tabs ul.tabs::before,
  .pg-produto .woocommerce-tabs ul.tabs li::before,
  .pg-produto .woocommerce-tabs ul.tabs li::after{
    display: none !important;
    border: none !important;
    background: none !important;
  }

  .pg-produto .woocommerce-tabs ul.tabs li{
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;

    padding: 0;
    margin: 0;
  }

  .pg-produto .woocommerce-tabs ul.tabs li a{
    display: block;

    font-family: var(--font-Padrao) !important;
    font-size: 17px !important;
    font-weight: 400 !important;

    color: var(--kry-color-5) !important;

    border-bottom: 3px solid transparent;

    transition: all .3s ease;

    padding: 10px 22px !important;
  }

  .pg-produto .woocommerce-tabs ul.tabs li.active a{
    font-weight: 700 !important;
    color: var(--kry-color-9) !important;
    border-bottom-color: var(--kry-color-1);
  }

  .pg-produto .woocommerce-tabs ul.tabs li a:hover{
    color: var(--kry-color-1) !important;
  }

  /* Conteúdo das tabs */
  .pg-produto .woocommerce-tabs .panel{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;

    color: var(--kry-color-5);
  }

  .pg-produto .woocommerce-tabs .panel p{
    margin-bottom: 10px;
  }

  .pg-produto .woocommerce-tabs .panel h2{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;

    color: var(--kry-color-9);

    margin-bottom: 16px;
  }

  /* Avaliações */
  .pg-produto #reviews #comments ol.commentlist li{
    background: #ECECEC;
    border-radius: 10px;

    padding: 20px;
    margin-bottom: 16px;
  }

  .pg-produto #reviews #comments ol.commentlist li .comment-text p{
    font-family: var(--font-Padrao);
    font-size: 16px;
    color: var(--kry-color-5);
  }

  .pg-produto #reviews #reply-title{
    font-family: var(--font-Padrao);
    font-size: 20px;
    font-weight: 700;
    color: var(--kry-color-9);
  }

  /* Produtos relacionados */
  .pg-produto .related.products{
    margin-top: 60px;
  }

  .pg-produto .related.products > h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 14px;
    margin-bottom: 30px;
  }

  .pg-produto .related.products ul.products{


    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pg-produto .related.products ul.products li.product{
    display: flex;
    flex-direction: column;

    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;

    transition: box-shadow .3s ease;
  }

  .pg-produto .related.products ul.products li.product:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }

  .pg-produto .related.products ul.products li.product a img{
    width: 100%;
    height: 225px;
    object-fit: cover;
  }

  .pg-produto .related.products ul.products li.product .woocommerce-loop-product__title{
    font-family: var(--font-Padrao) !important;
    font-size: 17px !important;
    font-weight: 700 !important;

    color: var(--kry-color-5) !important;

    padding: 14px 16px 0 16px;
    margin-bottom: 0;
  }

  .pg-produto .related.products ul.products li.product .price{
    font-size: 20px !important;
    padding: 6px 16px 0 16px;
  }

  .pg-produto .related.products ul.products li.product .add_to_cart_button{
    display: block;
    width: calc(100% - 32px);
    text-align: center;

    font-family: var(--font-Padrao) !important;
    font-size: 15px !important;
    font-weight: 400 !important;

    color: #FFFFFF !important;

    background-color: var(--kry-color-6) !important;
    border-radius: 100px !important;
    border: none !important;

    transition: background-color .3s ease;

    padding: 8px 0;
    margin: 14px 16px 18px 16px;
  }

  .pg-produto .related.products ul.products li.product .add_to_cart_button:hover{
    background-color: var(--kry-color-4) !important;
  }

  /* Injeção do layout 2 colunas via JS-free: reposiciona galeria e summary */
  .pg-produto .woocommerce-product-gallery{
    grid-area: galeria;
  }
  .pg-produto .summary.entry-summary{
    grid-area: summary;
  }
  .pg-produto div.product{
    position: relative;
    display: grid;
    grid-template-areas:
      "galeria summary"
      "tabs    tabs"
      "related related";
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
    align-items: start;
  }

  .pg-produto .woocommerce-tabs{
    grid-area: tabs;
    margin-top: 0;
    padding-bottom: 0;
  }

  .pg-produto .related.products{
    grid-area: related;
    margin-top: 0;
  }

  /* RESPONSIVO SINGLE PRODUTO */

    @media (max-width: 991.98px) {
      .pg-produto div.product{
        grid-template-areas:
          "galeria"
          "summary"
          "tabs"
          "related";
        grid-template-columns: 1fr;
        row-gap: 30px;
      }

      .pg-produto .product_title{
        font-size: 26px !important;
      }

      .pg-produto .price{
        font-size: 24px !important;
      }

      .pg-produto .related.products ul.products{
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767.98px) {
      .pg-produto{
        padding-top: 160px !important;
      }

      .pg-produto .product_title{
        font-size: 22px !important;
      }

      .pg-produto .woocommerce-tabs ul.tabs li a{
        font-size: 15px !important;
        padding: 10px 14px !important;
      }

      .pg-produto .related.products ul.products{
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 575.98px) {
      .pg-produto .product_title{
        font-size: 20px !important;
      }

      .pg-produto form.cart{
        flex-direction: column;
        align-items: stretch;
      }

      .pg-produto form.cart .qty{
        width: 100% !important;
      }
    }

  /* /RESPONSIVO SINGLE PRODUTO */

/* /SINGLE PRODUTO */



/* MINHA CONTA */

  .pg-minha-conta{
    /*padding-top: 250px;*/
    padding-bottom: 80px;
  }

  .pg-minha-conta .woocommerce{
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: 40px;
    align-items: start;
  }

  /* Nav lateral */
  .pg-minha-conta .woocommerce-MyAccount-navigation{
    float: none !important;
    width: 100% !important;
  }

  .pg-minha-conta .woocommerce-MyAccount-content{
    float: none !important;
    width: 100% !important;
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 8px 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 4px;

    background-color: var(--kry-color-1);
    border-radius: 14px;

    overflow: hidden;
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation li a{
    display: block;

    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

    color: rgba(255,255,255,.75);

    transition: all .3s ease;

    padding: 11px 20px;
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation li a:hover{
    color: #FFFFFF;
    background-color: rgba(255,255,255,.1);
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation li.is-active a{
    font-weight: 700;
    color: #FFFFFF;
    background-color: rgba(255,255,255,.15);

    border-left: 3px solid #FFFFFF;
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation-link--customer-logout{
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 4px;
    padding-top: 4px;
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation-link--customer-logout a{
    color: rgba(255,255,255,.5);
  }

  .pg-minha-conta .woocommerce-MyAccount-navigation-link--customer-logout a:hover{
    color: #FF7070;
    background-color: rgba(255,0,0,.08);
  }

  /* Conteúdo principal */
  .pg-minha-conta .woocommerce-MyAccount-content{
    background-color: #ECECEC;
    border-radius: 14px;

    padding: 32px 36px;
  }

  .pg-minha-conta .woocommerce-MyAccount-content p{
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;

    color: var(--kry-color-5);

    margin-bottom: 12px;
  }

  .pg-minha-conta .woocommerce-MyAccount-content p:last-child{
    margin-bottom: 0;
  }

  .pg-minha-conta .woocommerce-MyAccount-content a{
    color: var(--kry-color-7);
    text-decoration: underline;
    transition: color .3s ease;
  }

  .pg-minha-conta .woocommerce-MyAccount-content a:hover{
    color: var(--kry-color-1);
  }

  .pg-minha-conta .woocommerce-MyAccount-content h2,
  .pg-minha-conta .woocommerce-MyAccount-content h3{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 700;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 12px;
    margin-bottom: 24px;
  }

  /* Tabelas (pedidos, downloads) */
  .pg-minha-conta .woocommerce-MyAccount-content table{
    width: 100%;
    border-collapse: collapse;

    font-family: var(--font-Padrao);
    font-size: 15px;
  }

  .pg-minha-conta .woocommerce-MyAccount-content table thead tr{
    background-color: var(--kry-color-1);
  }

  .pg-minha-conta .woocommerce-MyAccount-content table thead th{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 700;
    text-align: left;

    color: #FFFFFF;

    padding: 10px 14px;
  }

  .pg-minha-conta .woocommerce-MyAccount-content table tbody tr{
    border-bottom: 1px solid #CBCBCB;
    transition: background-color .2s ease;
  }

  .pg-minha-conta .woocommerce-MyAccount-content table tbody tr:hover{
    background-color: rgba(0,0,0,.03);
  }

  .pg-minha-conta .woocommerce-MyAccount-content table td{
    color: var(--kry-color-5);

    padding: 10px 14px;
  }

  /* Botões */
  .pg-minha-conta .woocommerce-MyAccount-content .button,
  .pg-minha-conta .woocommerce-MyAccount-content button[type="submit"],
  .pg-minha-conta .woocommerce-MyAccount-content input[type="submit"]{
    font-family: var(--font-Padrao) !important;
    font-size: 15px !important;
    font-weight: 400 !important;

    color: #FFFFFF !important;

    background-color: var(--kry-color-1) !important;
    border: none !important;
    border-radius: 100px !important;

    transition: background-color .3s ease !important;

    padding: 10px 24px !important;
  }

  .pg-minha-conta .woocommerce-MyAccount-content .button:hover,
  .pg-minha-conta .woocommerce-MyAccount-content button[type="submit"]:hover,
  .pg-minha-conta .woocommerce-MyAccount-content input[type="submit"]:hover{
    background-color: var(--kry-color-7) !important;
  }

  /* Formulários (editar conta, endereço) */
  .pg-minha-conta .woocommerce-MyAccount-content .woocommerce-form-row label,
  .pg-minha-conta .woocommerce-MyAccount-content fieldset legend{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 700;

    color: var(--kry-color-5);

    margin-bottom: 5px;
  }

  .pg-minha-conta .woocommerce-MyAccount-content .woocommerce-form-row input,
  .pg-minha-conta .woocommerce-MyAccount-content .woocommerce-form-row select{
    width: 100%;

    font-family: var(--font-Padrao);
    font-size: 15px;

    color: var(--kry-color-9);

    background-color: #FFFFFF;
    border: 1px solid #CBCBCB !important;
    border-radius: 8px !important;

    padding: 10px 12px !important;
  }

  /* Login: layout 3 colunas (login | cadastro | promo) */
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login){
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  /* #customer_login some do fluxo do grid — seus filhos viram itens diretos */
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login) #customer_login{
    display: contents;
  }

  /* Remove float/width herdados do WooCommerce nas colunas internas */
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login) .u-column1,
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login) .u-column2{
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  /* Notices ocupam largura total */
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login) > .woocommerce-notices-wrapper,
  .pg-minha-conta .woocommerce:has(.woocommerce-form-login) > h2{
    grid-column: 1 / -1;
  }

  /* Formulário de login */
  .pg-minha-conta .woocommerce-form-login{
    background-color: #ECECEC;
    border-radius: 14px;

    padding: 36px 36px 47px 36px;
    margin: 0;
  }

  .pg-minha-conta .woocommerce-form-login h2{
    font-family: var(--font-Padrao);
    font-size: 24px;
    font-weight: 700;

    color: var(--kry-color-9);

    border-bottom: 1px solid #CBCBCB;

    padding-bottom: 14px;
    margin-bottom: 24px;
  }

  .pg-minha-conta .woocommerce-form-login .woocommerce-form-row{
    margin-bottom: 18px;
  }

  .pg-minha-conta .woocommerce-form-login label{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 700;

    color: var(--kry-color-5);

    display: block;
    margin-bottom: 6px;
  }

  .pg-minha-conta .woocommerce-form-login input[type="text"],
  .pg-minha-conta .woocommerce-form-login input[type="password"]{
    width: 100%;

    font-family: var(--font-Padrao);
    font-size: 15px;

    color: var(--kry-color-9);

    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 12px;
  }

  .pg-minha-conta .woocommerce-form-login .password-input{
    position: relative;
    display: block;
  }

  .pg-minha-conta .woocommerce-form-login .password-input input{
    width: 100%;
  }

  .pg-minha-conta .woocommerce-form-login .form-row:last-of-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 6px;
    margin-bottom: 0;
  }

  .pg-minha-conta .woocommerce-form-login .woocommerce-form__label-for-checkbox{
    display: flex;
    align-items: center;
    gap: 8px;

    font-family: var(--font-Padrao);
    font-size: 14px;

    color: var(--kry-color-5);

    cursor: pointer;
  }

  .pg-minha-conta .woocommerce-form-login .woocommerce-form-login__submit{
    font-family: var(--font-Padrao) !important;
    font-size: 16px !important;
    font-weight: 400 !important;

    color: #FFFFFF !important;

    background-color: var(--kry-color-1) !important;
    border: none !important;
    border-radius: 100px !important;

    transition: background-color .3s ease !important;

    padding: 11px 30px !important;
  }

  .pg-minha-conta .woocommerce-form-login .woocommerce-form-login__submit:hover:not([disabled]){
    background-color: var(--kry-color-7) !important;
  }

  .pg-minha-conta .woocommerce-form-login .woocommerce-form-login__submit[disabled]{
    opacity: .5;
    cursor: not-allowed;
  }

  .pg-minha-conta .woocommerce-LostPassword{
    margin-top: 16px;
  }

  .pg-minha-conta .woocommerce-LostPassword a{
    font-family: var(--font-Padrao);
    font-size: 14px;

    color: var(--kry-color-2);

    text-decoration: underline;
    transition: color .3s ease;
  }

  .pg-minha-conta .woocommerce-LostPassword a:hover{
    color: var(--kry-color-1);
  }

  /* Formulário de cadastro — mesmo visual do login */
  .pg-minha-conta .woocommerce-form-register{
    background-color: #ECECEC;
    border-radius: 14px;
    padding: 32px;
    box-sizing: border-box;
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-form-row{
    margin-bottom: 18px;
  }

  .pg-minha-conta .woocommerce-form-register label{
    font-family: var(--font-Padrao);
    font-size: 14px;
    font-weight: 600;
    color: var(--kry-color-5);
    display: block;
    margin-bottom: 6px;
  }

  .pg-minha-conta .woocommerce-form-register input[type="email"],
  .pg-minha-conta .woocommerce-form-register input[type="password"]{
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
    font-family: var(--font-Padrao);
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease;
    box-sizing: border-box;
  }

  .pg-minha-conta .woocommerce-form-register input[type="email"]:focus,
  .pg-minha-conta .woocommerce-form-register input[type="password"]:focus{
    border-color: var(--kry-color-1);
  }

  .pg-minha-conta .woocommerce-form-register .password-input{
    position: relative;
    display: block;
  }

  .pg-minha-conta .woocommerce-form-register .password-input input{
    width: 100%;
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-privacy-policy-text{
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-privacy-policy-text a{
    color: var(--kry-color-7);
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-form-register__submit{
    font-family: var(--font-Padrao) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: var(--kry-color-1) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    cursor: pointer;
    transition: background-color .2s ease;
    width: 100%;
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-form-register__submit:hover:not([disabled]){
    background-color: var(--kry-color-7) !important;
  }

  .pg-minha-conta .woocommerce-form-register .woocommerce-form-register__submit[disabled]{
    opacity: .5;
    cursor: not-allowed;
  }

  /* h2 de seção (Entrar / Cadastre-se / Assine) */
  .pg-minha-conta .u-column1 h2,
  .pg-minha-conta .u-column2 h2,
  .pg-minha-conta .minha-conta__promo-col > h2{
    font-family: var(--font-Padrao) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--kry-color-1) !important;
    margin-bottom: 20px !important;
  }

  /* Wrapper da coluna promo — 3º slot do grid, estica o card até o final */
  .pg-minha-conta .minha-conta__promo-col{
    display: flex;
    flex-direction: column;
  }

  .pg-minha-conta .minha-conta__promo-col .promo-assinatura{
    flex: 1;
  }

  /* Caixa promocional */
  .promo-assinatura{
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: linear-gradient(135deg, var(--kry-color-1) 0%, var(--kry-color-4) 100%);
    border-radius: 14px;

    padding: 44px 40px;
  }

  .promo-assinatura__inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .promo-assinatura__tag{
    display: inline-block;
    width: fit-content;

    font-family: var(--font-Padrao);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: var(--kry-color-1);

    background-color: var(--kry-color-8);
    border-radius: 100px;

    padding: 4px 14px;
  }

  .promo-assinatura__titulo{
    font-family: var(--font-Padrao)!important;
    font-size: 26px!important;
    font-weight: 700!important;
    line-height: 1.35!important;

    color: #FFFFFF!important;

    margin-bottom: 0!important;
  }

  .promo-assinatura__texto{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;

    color: rgba(255,255,255,.8)!important;

    margin-bottom: 0;
  }

  .promo-assinatura__lista{
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .promo-assinatura__lista li{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;

    color: rgba(255,255,255,.85);

    padding-left: 20px;
    position: relative;
  }

  .promo-assinatura__lista li::before{
    content: '✓';
    position: absolute;
    left: 0;

    font-weight: 700;
    color: var(--kry-color-8);
  }

  .promo-assinatura__btns{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 6px;
  }

  .promo-assinatura__btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 400;
    text-align: center;

    border-radius: 100px;

    transition: all .3s ease;

    padding: 11px 26px;
  }

  .promo-assinatura__btn--primary{
    color: var(--kry-color-9);
    background-color: var(--kry-color-8);
    border: 2px solid var(--kry-color-8);
    text-decoration: none!important;
  }

  .promo-assinatura__btn--primary:hover{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--kry-color-9)!important;
    text-decoration: none!important;
  }

  .promo-assinatura__btn--secondary{
    color: #FFFFFF!important;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.5);
    text-decoration: none!important;
  }

  .promo-assinatura__btn--secondary:hover{
    border-color: #FFFFFF;
    color: #FFFFFF!important;
  }

  /* /Login: layout 2 colunas + caixa promo */

  /* RESPONSIVO MINHA CONTA */

    @media (max-width: 991.98px) {
      .pg-minha-conta .woocommerce,
      .pg-minha-conta .woocommerce:has(.woocommerce-form-login){
        grid-template-columns: 1fr;
      }

      .pg-minha-conta .woocommerce-MyAccount-navigation ul{
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 10px;
        padding: 6px 8px;
        gap: 2px;
      }

      .pg-minha-conta .woocommerce-MyAccount-navigation li a{
        font-size: 14px;
        border-radius: 6px;
        padding: 8px 14px;
      }

      .pg-minha-conta .woocommerce-MyAccount-navigation li.is-active a{
        border-left: none;
        border-bottom: 2px solid #FFFFFF;
      }

      .pg-minha-conta .woocommerce-MyAccount-navigation-link--customer-logout{
        border-top: none;
        margin-top: 0;
        padding-top: 0;
      }
    }

    @media (max-width: 767.98px) {
      .pg-minha-conta{
        padding-top: 160px;
        padding-bottom: 50px;
      }

      .pg-minha-conta .woocommerce-MyAccount-content{
        padding: 22px 18px;
      }

      .pg-minha-conta .woocommerce-MyAccount-content table thead th,
      .pg-minha-conta .woocommerce-MyAccount-content table td{
        font-size: 13px;
        padding: 8px 10px;
      }
    }

  /* /RESPONSIVO MINHA CONTA */

  /* Card status assinante */
  .kpa-status-assinante{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 28px;
    border-radius: 14px;
    margin-bottom: 28px;
  }

  .kpa-status-assinante--ativo{
    background: linear-gradient(135deg, var(--kry-color-1) 0%, #1a3a5c 100%);
    color: #fff;
  }

  .kpa-status-assinante--ativo svg{
    flex-shrink: 0;
    color: var(--kry-color-7);
    margin-top: 2px;
  }

  .kpa-status-assinante--ativo strong{
    display: block;
    font-family: var(--font-Padrao);
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
  }

  .kpa-status-assinante--ativo p{
    font-family: var(--font-Padrao);
    font-size: 14px;
    color: rgba(255,255,255,.75);
    margin: 0;
  }

  /* Página de acesso restrito ao fórum */
  .pg-forum-restrito .forum-restrito__content{
    max-width: 560px;
    margin: 60px auto;
  }

  .pg-forum-restrito .promo-assinatura{
    width: 100%;
  }

/* /MINHA CONTA */

.storefront-product-pagination{
  display: none!important;
}

.order_details th,
.woocommerce-table__product-name,
.woocommerce-orders-table__header{
  color: #000!important;
}

#bbpress-forums fieldset.bbp-form{
  background-color: transparent!important;
  padding: 0!important;
}

#bbpress-forums fieldset.bbp-form legend{
  margin-left: 0;
}

#bbpress-forums #bbp-search-form #bbp_search{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.wc-block-components-radio-control-accordion-content p.form-row-last,
.wc-block-components-radio-control-accordion-content p.form-row-first{
  float: none!important;
  width: 120px;
}

.wp-block-woocommerce-checkout{
  padding-top: 0!important;
}

.pg-produto form.cart .qty{
  display: none!important;
}

.pg-produto .woocommerce-tabs ul.tabs{
  display: none;
}

.pg-produto .woocommerce-Tabs-panel{
  display: block!important;
}

.pg-produto .woocommerce-tabs:after,
.pg-produto .woocommerce-tabs:before{
  display: none!important;
}

.woocommerce-tabs{
  padding-top: 0!important;
}

.woocommerce-Reviews{
  margin-top: 40px;
}

#respond {
    padding: 20px!important;
    background-color: rgba(0,0,0,.03)!important;
}

.woocommerce-tabs .panel{
  float: none!important;
  width: 100%!important;
}

textarea#comment{
  height: 130px;
}

.woocommerce-product-gallery__trigger{
  display: none!important;
}



.woocommerce-Price-currencySymbol{
  font-size: 18px;
}

.pg-produto .related.products ul.products li.product{
  margin-bottom: 0!important;
}

.site-main{
  margin-bottom: 0!important;
}

.promo-assinatura h2,
.promo-assinatura p,{
  color: #FFF!important;
}

.promo-assinatura__btns a{
  color: #FFF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title{
  font-family: var(--font-Padrao);
}

.storefront-sorting{
  display: none!important;
}

/* Reexibe apenas a paginação dentro do storefront-sorting */
body.post-type-archive-product .storefront-sorting:last-of-type{
  display: block !important;
  height: auto !important;
}

body.post-type-archive-product .storefront-sorting:last-of-type form,
body.post-type-archive-product .storefront-sorting:last-of-type p{
  display: none !important;
}

body.post-type-archive-product .woocommerce-pagination{
  display: block !important;
  height: auto !important;
  text-align: center;
  margin: 32px 0 0;
}

body.post-type-archive-product .woocommerce-pagination ul.page-numbers{
  display: flex !important;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto !important;
}

body.post-type-archive-product .woocommerce-pagination li{
  display: flex !important;
  height: auto !important;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers{
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px !important;
  border-radius: 50%;
  font-family: var(--font-Padrao);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #ddd;
  color: var(--kry-color-5);
  transition: all .2s ease;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers.current{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
  color: #fff;
}

body.post-type-archive-product .woocommerce-pagination a.page-numbers:hover{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
  color: #fff;
}

.wc-block-grid__product-onsale, .onsale{
  position: absolute!important;
  right: 0;
  top: 0;
  background-color: #55617b;
  border-color: #55617b;
  color: #FFF!important;
}


.pg-produto ul.products .price{
  font-size: 20px!important;
}

ul.products li.product .button{
  display: block !important;
  width: calc(100% - 32px) !important;
  text-align: center !important;
  font-family: var(--font-Padrao) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  background-color: var(--kry-color-6) !important;
  border-radius: 100px !important;
  border: none !important;
  box-shadow: none !important;
  transition: background-color .3s ease !important;
  padding: 8px 0 !important;
  margin: 14px 16px 18px 16px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  &:hover{
    background-color: var(--kry-color-4) !important;
        color: #FFFFFF !important;
  }
}

ul.products li.product .price ins{
  margin-left: 0!important;
}

.woocommerce-products-header__title{
  padding-left: 10px;
}

.header .submenu__wrapper:hover .submenu__nav, .header .submenu__nav:hover{
  border-radius: 23px;
  right: -47px;
}



.fx1__contato .social__media__wrapper{
  margin-top: 40px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content{
  font-size: 16px!important;
}

#bbpress-forums a.bbp-forum-title {
    font-size: 21px;
}

.summary .woocommerce-Price-amount{
  font-weight: bold;
}

.woocommerce-noreviews{
  background-color: #57637d!important;
}

.pg-produto .onsale{
  top: -30px;
}

.pg-produto .products .onsale{
  top: 0px;
  right: 10px;
}

input#s::placeholder {
  color: #999999;
}


.social__media__wrapper img{
  transition: all .2s linear;
}

.social__media__wrapper img:hover{
  filter: brightness(1.1);
}



.fx1__home .cursos__grid a{
  transition: all .2s linear;
}

.fx1__home .cursos__grid a:hover{
  color: #99A2B7!important;
  border-color: #99A2B7!important;
}

.fx1__home a h2{  
  transition: all .2s linear;
}

.fx1__home a:hover h2{  
  color: #99A2B7!important;
}


#customer_login .u-column1{
  margin-right: 0!important;
}

.minha-conta__promo-col .promo-assinatura__texto{
  display: none!important;
}

#customer_login .u-column1,
#customer_login .u-column2{
  margin-bottom: 0!important;
}

.pg-minha-conta .woocommerce-form-register{
  margin-bottom: 0!important;
}

.pg-minha-conta .woocommerce-MyAccount-content table thead th{
  color: #000!important;
}

.woocommerce-customer-details address{
  padding: 20px;
  border-radius: 20px;
  background-color: #F3F3F3;
}


.kpa-status-assinante--ativo p{
  color: #FFF!important;
}

/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 

    .header .logo__desktop img, .header .logo__mobile img{
      max-width: 63px;
    }

    .header {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .header__search__container{
      padding: 0 21px;
    }

    .section__title {
      margin-top: 123px;
    }

    input[type="search"]{
      padding: 5px;
    }

    .pg-produto{
      padding-top: 180px;
    }

    .section__banner{
      margin-top: 124px;
    }

  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  


  }
  @media (max-width: 991px)/* mobiles */ { 
  

  }
  @media (max-width: 767px) {

    .header .logo__desktop img, .header .logo__mobile img {
        max-width: 53px;
    }

    .search__field__input{
      padding: 0px!important;
    }

    .section__title {
            padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 122px;
    }

    .section__banner {
        margin-top: 122px;
    }

    .pg-minha-conta {
        padding-top: 20px;
    }

    .woocommerce-MyAccount-content .u-column1,
    .woocommerce-MyAccount-content .u-column2{
      width: 100%;
    }

    .woocommerce-MyAccount-navigation{
      margin-bottom: 10px;
    }

    .woocommerce-form.woocommerce-form-login,
    .woocommerce-form.woocommerce-form-register{
      margin-bottom: 20px!important;
    }

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
