@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #A27B42;  **/
/**  cor-2: #E9D7BF;  **/
/**  cor-3: #212121;  **/
/**  cor-4: #4B4B4B;  **/

/* Fonts */
@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meow Script';
    src: url('../fonts/MeowScript-Regular.woff2') format('woff2'),
        url('../fonts/MeowScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-style: italic;
    font-display: swap;
}

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;

  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

/* 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;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #000000;
}
::-moz-selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}

/* Paginação */
.pagination .active a,
.pagination .active a:hover{
  background-color: #000000;
  border-color: #000000;
}
.lds-ellipsis div{
  background-color: #000000;
}
.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin: 0 5px;
}
.wp-pagenavi span.current{
  background-color: #000000;
  color: #FFF;
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
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;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright{
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --font-Padrao    : 'Onest';
  --font-Montserrat: 'Montserrat';
  --font-MeowScript: 'Meow Script';

  --kry-color-1: #A27B42;
  --kry-color-2: #E9D7BF;
  --kry-color-3: #212121;
  --kry-color-4: #4B4B4B;
}

/* BUTTONS */

.btn-gold-default{
  position: relative;
  z-index: 10;
  overflow: hidden;

  display: block;

  width: 100%;
  max-width: 170px;

  text-align: center;
  text-decoration: none;

  border-radius: 10px;

  transition: background-color .3s ease, border-color .3s ease;

  padding: 12px 30px;
}

.btn-gold-default::before{
  content: '';
  position: absolute;
  z-index: 5;
  inset: 2px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 9px;

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.btn-gold-default::after{
  content: '';
  position: absolute;
  z-index: 0;
  inset: -1px;

  background: linear-gradient(90deg, #A27B42 1.92%, #936F3B 25%, #F9AC3C 43.26%, #FFDEAD 62.5%, #F7AB3C 82.69%, #A27B42 100%), #503B1D;
  border-radius: 11px;

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.btn-gold-default span{
  position: relative;
  z-index: 10;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 19px;

  transition: color .3s ease;
}

.btn-gold-default:hover{
  background-color: transparent;
  border-color: transparent;
}

.btn-gold-default:hover::before,
.btn-gold-default:hover::after{
  opacity: 1;
}

.btn-dark-gold{
  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 10px;
}

.btn-dark-gold span{
  color: #FFFFFF;
}

.btn-gold-default:hover span{
  color: #151515;
}

.btn-white-gold{
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}

.btn-white-gold span{
  color: var(--kry-color-3);
}

/* /BUTTONS */

/* HEADER */

.header{
  background-color: var(--kry-color-1);
}

.header .container{
  position: relative;

  padding-top: 22px;
  padding-bottom: 19px;
}

.header .row{
  align-items: center;
  row-gap: 18px;
}

.header .logo__header{
  display: block;
}

.header .logo__header img{
  width: 100%;
  height: auto;
  max-width: 235px;
}

.header .menu__wrapper{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px 30px;

  transition: transform .3s ease, opacity .3s ease;
}

.header .nav .menu__list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 28px;

  list-style: none;

  padding: 0;
  margin: 0;
}

.header .menu__item{
  position: relative;
}

.header .menu__item::before{
  content: '';
  position: absolute;
  z-index: 5;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);

  width: calc(100% + 10px);
  height: 0px;

  background-color: var(--kry-color-3);
  border-radius: 0px 0px 5px 5px;

  transition: height .3s ease, width .3s ease;
}

.header .menu__item:has(.menu__link:hover)::before,
.header .menu__item:has(.menu__link.active)::before{
  height: 68px;
}

.header .menu__link{
  position: relative;
  z-index: 10;

  font-family: var(--font-Padrao);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;

  color: #FFFFFF;
}

.header .menu__midia{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 26px;
}

.header .menu__midia .midia__link{
  display: block;
  width: 39px;
  height: 39px;
}

.header .menu__midia .midia__link img{
  width: 100%;
  height: 100%;
}

.header .btnOpenMenu{
  display: none;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  width: 40px;
  height: auto;

  background-color: transparent;
  border: 0;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;

  padding: 0px;
}

.header .btnCloseMenu{
  display: none;

  position: absolute;
  top: 20px;
  right: 20px;

  width: 32px;
  height: 32px;

  background-image: url('../imagens/icon-close.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;

  border: none;
  border-radius: 0px;
  padding: 0;
}

.header .btnOpenMenu .lines__inner{
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.header .btnOpenMenu .line{
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.header .btnOpenMenu:focus-visible{
  outline: 2px solid #FFFFFF;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2){
  opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

.header .backdrop{
  position: fixed;
  z-index: 90;
  inset: 0;

  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease;
}

.header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

.header .logo__mobile{
  display: none;
  max-width: 235px;
}

.header .logo__mobile img{
  width: auto;
  height: auto;
  max-width: 235px;
  max-height: 60px;
}

/* RESPONSIVO HEADER */

  @media(min-width: 1121px){
    .header .backdrop{
      display: none;
    }
  }
  @media (max-width: 1120px) {
    .header .menu__wrapper{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;

      width: 80%;
      max-width: 350px;
      height: 100%;

      background-color: var(--kry-color-1);

      flex-direction: column-reverse;
      justify-content: start;
      align-items: center;

      transform: translateX(-100%);
      opacity: 0;

      padding: 65px 30px 30px 30px;
    }

    .header .menu__wrapper.shown{
      transform: translateX(0px);
      opacity: 1;
    }

    .menu__wrapper .nav,
    .header .nav .menu__list{
      width: 100%;
    }

    .header .nav .menu__list{
      flex-direction: column;
      align-items: start;
    }

    .header .btnOpenMenu{
      display: grid;
    }

    .header .btnCloseMenu,
    .header .logo__mobile{
      display: block;
    }

    .header .menu__item::before{
      top: 50%;
      left: -30px;
      transform: translateX(0px) translateY(-50%);

      height: calc(100% + 5px);
      width: 0px;

      border-radius: 0px 5px 5px 0px;
      transition: height .1s ease, width .1s ease;
    }
    .header .menu__item:has(.menu__link:hover)::before,
    .header .menu__item:has(.menu__link.active)::before{
      height: calc(100% + 5px);
      width: calc(100% + 35px);
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.footer__home{
  position: relative;

  background-color: #F3F3F3;
}

.footer__home .container{
  text-align: center;
  justify-items: center;

  padding-top: 150px;
  padding-bottom: 30px;
}

.footer__home .logo__footer{
  display: block;

  width: 100%;
  height: auto;
  max-width: 287px;
  max-height: 225px;

  margin-bottom: 66px;
}

.footer__gap{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  max-width: 100%;
  height: 50px;
  user-select: none;
}

.footer__gap img{
  width: 100%;
  max-width: 100%;
  height: 50px;
}

.credits{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  row-gap: 15px;
}

.credits span{
  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 14px;

  color: var(--kry-color-4);
  margin-bottom: 0;
}

.credits .kryzalis{
  display: flex;
  align-items: end;
  justify-content: center;
  column-gap: 8px;

  text-decoration: none;
  color: var(--kry-color-1);
}

.footer{
  position: relative;

  background-color: #F3F3F3;
}

.footer .container{
  padding-top: 104px;
  padding-bottom: 30px;
}

.footer .row{
  row-gap: 35px;

  margin-bottom: 42px;
}

.info__contact__grid{
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 60px;
}

.footer .info__wrapper{
  display: flex;
  justify-content: start;
  align-items: start;
  column-gap: 30px;
}

.info__group{
  min-width: 170px;
  max-width: 370px;

  font-family: var(--font-Padrao);
}

.info__group p{
  position: relative;

  font-weight: 700;
  font-size: 20px;

  color: var(--kry-color-4);
  padding-left: 40px;
  margin-bottom: 2px;
}

.info__group p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  width: 32px;
  height: 7px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%);
  border-radius: 2pxp;
}

.info__group span{
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-4);
}

.social__media__wrapper{
  display: flex;
  justify-content: start;
  align-items: start;
  column-gap: 20px;
}

.form__container form{
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

.form__container form p{
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.form__container form .form__control{
  width: 100%;
}

.form__container form .form__control input,
.form__container form .form__control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid var(--kry-color-4);
  border-radius: 7px;

  padding: 11px 12px;
}

.form__container form .form__control textarea{
  height: 104px;

  resize: none;
}

.form__container form .form__control input,
.form__container form .form__control input::placeholder,
.form__container form .form__control textarea,
.form__container form .form__control textarea::placeholder{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-4);
}

.form__container .form__submit p{
  display: flex;
  justify-content: start;
  align-items: center;
}

.form__container .form__submit .btn--submit{
  display: block;

  width: 100%;
  max-width: 170px;

  text-align: center;
  text-decoration: none;

  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 10px;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 19px;
  color: #FFFFFF;

  transition: background-color .3s ease, border-color .3s ease;

  padding: 12px 30px;
}

.form__container .form__submit .btn--submit:hover{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
}

.footer__contato .container{
  padding-top: 37px;
  padding-bottom: 41px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .credits{
      flex-direction: column;
      justify-content: start;
      align-items: center;
      text-align: center;
    }

    .footer .container{
      padding-top: 74px;
    }
    .footer .col-lg-7,
    .footer .col-lg-4{
      display: flex;
      justify-content: center;
    }

    .form__container{
      width: 85%;
    }
    .footer .info__contact__grid{
      width: 85%;

      grid-template-rows: 1fr;
      grid-row-gap: 15px;
    }
    .footer .info__wrapper{
      flex-direction: column;
      row-gap: 15px;
    }
  }
  @media (max-width: 900px) {
    .footer__home .container,
    .footer .container,
    .footer__contato .container{
      padding-bottom: 90px;
    }
  }
  @media (max-width: 480px) {
    .footer .info__contact__grid,
    .footer .form__container{
      width: 90%;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

.section__title{
  position: relative;

  background-color: var(--kry-color-1);
}

.section__title .container{
  padding-top: 85px;
  padding-bottom: 110px;
}

.section__title .content{
  font-family: var(--font-Padrao);

  text-align: center;
}

.section__title .content .bread,
.section__title .content a,
.section__title .content span{
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;

  color: #FFFFFF;
}

.section__title .content h1,
.section__title .content h2,
.section__title .content h3{
  font-weight: 700;
  font-size: 48px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.section__title .title__gap{
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  max-width: 100%;
  height: 50px;
  user-select: none;
}

.section__title .title__gap img{
  width: 100%;
  height: 50px;
}

/* RESPONSIVO SECTION TITLE */

  @media(max-width: 767px){
    .section__title .container{
      padding-top: 25px;
      padding-bottom: 65px;
    }
  }
  @media(max-width: 576px){
    .section__title .content h1, .section__title .content h2, .section__title .content h3{
      font-size: 36px;
    }
  }

/* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* BANNER */

.fx__banner{
  position: relative;

  background-color: var(--kry-color-1);

  max-height: 600px;
}

.fx__banner .banner__container{
  width: 100%;
  max-width: 100%;
  height: 600px;
}

.fx__banner .tns-outer,
.fx__banner .tns-ovh,
.fx__banner .tns-inner,
.fx__banner .banner-slider,
.fx__banner .tns-item{
  height: 100%;
}

.fx__banner .banner-slider{
  position: relative;
  z-index: 5;
}

.fx__banner .banner__item{
  display: block;
  width: 100%;
  height: 100%;
}

.fx__banner .banner__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx__banner .tns-nav{
  position: absolute;
  z-index: 15;
  bottom: 8px;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.fx__banner .tns-nav button{
  width: 18px;
  height: 18px;

  background-color: var(--kry-color-3);
  border-radius: 50%;
  border: none;

  transition: background-color .3s ease;

  padding: 0;
}

.fx__banner .tns-nav button:hover,
.fx__banner .tns-nav button.tns-nav-active{
  background-color: var(--kry-color-1);
}

.fx__banner .banner__gap{
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  height: 43px;
  user-select: none;
}

.fx__banner .banner__gap img{
  width: 100%;
  height: 100%;
}

/* RESPONSIVO BANNER */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {

  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home .container{
  padding-top: 47px;
  overflow: hidden;
}

.fx1__home .row{
  align-items: end;
  row-gap: 25px;
}

.fx1__home .img__quem__sou{
  width: 100%;
  max-width: 470px;
  max-height: 595px;
}

.fx1__home .img__quem__sou img{
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 430px;
}

.fx1__home .txt__container{
  margin-bottom: 35px;
}

.fx1__home .content{
  font-family: var(--font-Padrao);

  padding-bottom: 33px;
}

.fx1__home .content .sobre__line{
  position: relative;

  display: inline-block;
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-4);
  margin-bottom: 7px;
}

.fx1__home .content .sobre__line::before{
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);

  width: 80px;
  height: 4px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 100px;
}

.fx1__home .content h2{
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 19px;
}

.fx1__home .content p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--kry-color-4);
  margin-bottom: 4px;
}

.fx1__home .phrase{
  margin-bottom: 33px;
}

.fx1__home .phrase img{
  float: left;

  width: 32px;
  height: 20px;

  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.fx1__home .phrase p{
  font-family: var(--font-MeowScript);
  font-weight: 400;
  font-size: 36px;
  line-height: 1;

  color: #151515;
  margin-bottom: 0;
}

.fx2__home{
  background-color: #F3F3F3;
}

.fx2__home .container{
  padding-top: 61px;
  padding-bottom: 64px;
}

.fx2__home .row{
  row-gap: 38px;
}

.fx2__home .content{
  width: 100%;
  max-width: 370px;
}

.fx2__home .content h2{
  position: relative;

  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;

  color: var(--kry-color-4);
  padding-left: 4px;
  margin-bottom: 11px;
}

.fx2__home .content h2::before{
  content: '';
  position: absolute;
  left: 0;

  width: 4px;
  height: 100%;

  background: linear-gradient(180deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #E9D7BF;
  border-radius: 100px;
}

.fx2__home .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--kry-color-4);
  margin-bottom: 0;
}

.fx2__home .content .btn-dark-gold{
  max-width: 370px;

  margin-top: 24px;
}

.fx2__home .card__procedimento .proc__wrapper{
  background-color: #F3F3F3;
}

.fx2__home .video__home{
  position: relative;

  display: block;

  width: 100%;
  max-width: 370px;
  height: 100%;
}

.fx2__home .video__home::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 57px;
  height: 57px;

  background-image: url('../imagens/icon-play.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fx2__home .video__home img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;

  object-fit: cover;
  border-radius: 10px;
}

.fx3__home{
  --bg-fx3-home: url('../imagens/bg-fx3-home.png');

  background: 
    linear-gradient(
      to right,
      rgba(33,33,33,.88),
      rgba(33,33,33,.88)
    ),
    var(--bg-fx3-home);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fx3__home .container{
  justify-items: center;
  text-align: center;

  padding-top: 70px;
  padding-bottom: 200px;
}

.fx3__home .content{
  width: 100%;
  max-width: 840px;

  font-family: var(--font-Padrao);
  text-align: center;
}

.fx3__home .content h2{
  font-weight: 700;
  font-size: 48px;

  color: #FFFFFF;
  margin-bottom: 26px;
}

.fx3__home .content p{
  font-weight: 400;
  font-size: 17px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx4__home{
  margin-top: -130px;
}

.fx4__home .container{
  padding-bottom: 62px;
}

.fx4__home .row .col-lg-6:nth-child(1){
  height: 100%;
  background-color: #F3F3F3;
  border-radius: 20px 0px 0px 20px;

  padding: 45px 15px 37px 30px;
}

.fx4__home .row .col-lg-6:nth-child(2){
  --bg-col-fx4-home: url('../imagens/bg-col-fx4-home.png');

  background:
    linear-gradient(
      to right,
      rgba(162, 123, 66, .86),
      rgba(162, 123, 66, .86)
    ), 
    var(--bg-col-fx4-home);
  border-radius: 0px 20px 20px 0px;

  padding-top: 45px;
}

.fx4__home form{
  width: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.fx4__home form p{
  margin-bottom: 0;
}

.fx4__home .form__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 14px 15px;
}

.fx4__home .form__control{
  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #E9D7BF;
  border-radius: 10px;

  padding: 1px;
}

.fx4__home .form__control input,
.fx4__home .form__control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: none;
  border-radius: 10px;

  padding: 11px 13px;
}

.fx4__home .form__control textarea{
  display: block;
  height: 156px;
  resize: none;
}

.fx4__home .form__control input,
.fx4__home .form__control input::placeholder,
.fx4__home .form__control textarea,
.fx4__home .form__control textarea::placeholder{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 17px;

  color: var(--font-Padrao);
}

.fx4__home .form__submit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.fx4__home .form__submit .btn-submit-wrapper p{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.fx4__home .form__submit .btn--submit{
  display: block;

  width: 100%;
  max-width: 170px;

  text-align: center;
  text-decoration: none;

  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 10px;

  font-family: var(--font-Padrao);
  font-weight: 500;
  font-size: 19px;
  color: #FFFFFF;

  transition: background-color .3s ease, border-color .3s ease;

  padding: 12px 30px;
}

.fx4__home .form__submit .btn--submit:hover{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
}

.fx4__home .btn-dark-gold{
  max-width: 270px;
}

.fx4__home .txt_alert{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 17px;
  text-align: justify;

  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;

  color: var(--kry-color-1);
  margin-top: 14px;
  margin-bottom: 0;
}

.fx4__home .content__card{
  font-family: var(--font-Padrao);
}

.fx4__home .content__card .line{
  position: relative;

  width: fit-content;

  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: #FFFFFF;
  margin-bottom: 11px;
}

.fx4__home .content__card .line::before{
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);

  width: 80px;
  height: 4px;

  background-color: var(--kry-color-2);
  border-radius: 100px;
}

.fx4__home .content__card h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 24px;
}

.fx4__home .content__card ul{
  margin-bottom: 0;
}

.fx4__home .content__card li,
.fx4__home .content__card p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 17px;

  color: #FFFFFF;
}

.fx4__home .content__depoimentos{
  position: relative;
  text-align: center;

  margin-top: 71px;
  margin-bottom: 26px;
}

.fx4__home .content__depoimentos h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 0;
}

.fx4__home .content__depoimentos::before{
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);

  width: 80px;
  height: 4px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #E9D7BF;
  border-radius: 100px;
}

.fx4__home .card__depoimento__home{
  position: relative;

  width: 100%;
  max-width: 370px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #E9D7BF;
  border-radius: 10px;

  padding: 1px;
  margin-top: 29px;
}

.card__depoimento__home .content{
  width: 100%;
  max-width: 370px;
  height: 100%;
  min-height: 240px;

  background-color: #FFFFFF;
  border-radius: 10px;

  padding: 26px 6px;
}

.card__depoimento__home .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;

  color: var(--kry-color-4);
  margin-bottom: 0;
}

.card__depoimento__home .icon__float{
  position: absolute;
  top: -29px;
  left: 27px;

  width: 48px;
  height: 48px;
}

.card__depoimento__home .icon__float img{
  width: 100%;
  height: 100%;
}

.fx4__home .tns-controls{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;

  margin-top: 20px;
}

.fx4__home .tns-controls button{
  background-color: transparent;
  border: none;

  filter: brightness(0);

  transition: filter .3s ease;

  padding: 0px;
}

.fx4__home .tns-controls button:hover{
  filter: brightness(1);
}

.fx4__home .tns-controls button .icon__chevron{
  width: 28px;
  height: 28px;

  background-image: url('../imagens/chevron-previous.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx4__home .tns-controls button .chevron__prev{
  background-image: url('../imagens/chevron-previous.png');
}

.fx4__home .tns-controls button .chevron__next{
  background-image: url('../imagens/chevron-next.png');
}

.fx5__home{
  background-color: var(--kry-color-3);
}

.fx5__home .container{
  padding-top: 53px;
  padding-bottom: 83px;
}

.fx5__home .row{
  row-gap: 25px;
}

.fx5__home .content{
  font-family: var(--font-Padrao);
}

.fx5__home .content h2{
  position: relative;

  font-weight: 700;
  font-size: 48px;

  color: #FFFFFF;

  padding-left: 8px;
  margin-bottom: 11px;
}

.fx5__home .content h2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 4px;
  height: 100%;

  background: linear-gradient(180deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 100px;
}

.fx5__home .content p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx5__home .content .btn-white-gold{
  max-width: 270px;

  margin-top: 26px;
}

.fx5__home .others__posts{
  display: block;
  width: 100%;
  max-width: 370px;

  text-align: center;
}

.fx5__home .others__posts .img__thumb{
  width: 100%;
  max-width: 370px;
  height: 230px;

  margin-bottom: 8px;
}

.fx5__home .others__posts .img__thumb img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 230px;

  object-fit: cover;
  border-radius: 20px;

  transition: transform .3s ease;
}

.fx5__home .others__posts:hover .img__thumb img{
  transform: scale(0.97);
}

.fx5__home .others__posts span{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 17px;

  color: #FFFFFF;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1__home .row{
      flex-direction: column-reverse;
    }
    .fx1__home .col-lg-5{
      display: flex;
      justify-content: center;
    }
    .fx1__home .txt__container{
      justify-items: center;
    }
    .fx1__home .img__quem__sou{
      max-width: 370px;
    }

    .fx2__home .row{
      justify-content: center;
    }
    .fx2__home .col-lg-4{
      display: flex;
      justify-content: center;
    }

    .fx4__home .row{
      flex-direction: column-reverse;

      padding: 0px 15px;
    }
    .fx4__home .row .col-lg-6:nth-child(1){
      border-radius: 0px 0px 20px 20px;

      padding: 25px 15px;
    }
    .fx4__home .row .col-lg-6:nth-child(2){
      border-radius: 20px 20px 0px 0px;

      padding: 25px 15px;
    }
    .fx4__home .tns-item{
      justify-items: center;
    }

    .fx5__home .col-lg-4{
      display: flex;
      justify-content: center;
    }
    .fx5__home .content{
      justify-items: center;
    }
  }
  @media(max-width: 767px){
    .fx1__home .txt__container{
      text-align: center;
    }
    .fx1__home .content h2,
    .fx2__home .content h2,
    .fx3__home .content h2,
    .fx4__home .content__card h2,
    .fx4__home .content__depoimentos h2,
    .fx5__home .content h2{
      font-size: 32px;
    }
    .fx1__home .phrase p{
      font-size: 27px;
    }

    .fx2__home .content{
      width: auto;
      max-width: 100%;

      text-align: center;
      justify-items: center;
    }
    .fx4__home .content__card ul{
      padding-left: 24px;
    }

    .card__procedimento .proc__wrapper{
      padding: 20px 20px 24px 20px;
    }
  }
  @media (max-width: 575px) {
    .fx4__home .form__grid{
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .fx4__home .form__submit{
      flex-direction: column;
      row-gap: 12px;
    }
    .fx4__home .form__submit .btn-submit-wrapper p{
      flex-direction: column;
      row-gap: 10px;
    }
  }
  @media (max-width: 480px) {
    .fx1__home .content h2,
    .fx2__home .content h2,
    .fx3__home .content h2,
    .fx4__home .content__card h2,
    .fx4__home .content__depoimentos h2,
    .fx5__home .content h2{
      font-size: 26px;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* PROCEDIMENTO */

.fx1__procedimento .container{
  padding-top: 79px;
  padding-bottom: 69px;
}

.fx1__procedimento .row{
  justify-content: center;

  row-gap: 38px;
}

.fx1__procedimento .content{
  font-family: var(--font-Padrao);

  margin-bottom: 42px;
}

.fx1__procedimento .content h2{
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 18px;
}

.fx1__procedimento .content p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--kry-color-4);
  margin-bottom: .5rem;
}

.card__procedimento{
  position: relative;

  display: block;
  width: 100%;
  max-width: 370px;
  height: 100%;
  min-height: 265px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #E9D7BF;
  border-radius: 10px;

  text-decoration: none;

  cursor: pointer;

  transition: background .3s ease;

  padding: 1px;
}

.card__procedimento .proc__wrapper{
  display: flex;
  flex-direction: column;
  row-gap: 13px;

  width: 100%;
  height: 100%;

  background-color: #FFFFFF;
  border-radius: 10px;

  transition: background-color .3s ease;

  padding: 20px 27px 24px 27px;
}

.card__procedimento .proc__head{
  display: flex;
  align-items: end;
  column-gap: 11px;
}

.card__procedimento .proc__head .icon{
  width: 57px;
  height: 57px;
  flex-shrink: 0;
}

.card__procedimento .proc__head .icon img{
  width: 100%;
  height: 100%;
}

.card__procedimento .proc__head p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 22px;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.card__procedimento .proc__txt{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;

  color: var(--kry-color-4);
}

.card__procedimento .icon__float{
  position: absolute;
  z-index: 5;
  bottom: -24px;
  right: 28px;

  width: 50px;
  height: 50px;

  transition: all .3s ease
}

.card__procedimento .icon__float img{
  width: 100%;
  height: 100%;
}

.card__procedimento:hover{
  background: #FFFFFF;
}

.card__procedimento:hover .proc__wrapper{
  background-color: #FFFFFF;
}

.card__procedimento:hover .icon__float{
  transform: scale(calc(57 / 50)) rotate(180deg);
}

.modal__procedimento .modal-dialog{
  --bs-modal-width: 570px;
}

.modal__procedimento .modal-content{
  border: none;
}

.modal__procedimento .modal-body{
  font-family: var(--font-Padrao);

  border-radius: 10px;

  padding: 20px 42px 62px 42px;
}

.modal__procedimento .modal-body h4{
  font-weight: 700;
  font-size: 22px;

  color: var(--kry-color-1);
  margin-bottom: 17px;
}

.modal__procedimento .modal-body p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--kry-color-4);
  margin-bottom: .5rem;
}

.modal__procedimento .modal-body .btn-dark-gold{
  max-width: 370px;

  margin-top: 23px;
}

.modal__procedimento .modal-body .btn__close{
  display: flex;
  justify-content: end;
  text-align: center;

  margin-bottom: 17px;
}

.modal__procedimento .modal-body .btn__close button{
  background-color: transparent;
  border: none;

  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: var(--kry-color-1);

  padding: 0px;
}

/* RESPONSIVO PROCEDIMENTO */

  @media (max-width: 991px) {
    .fx1__procedimento .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__procedimento .content h2{
      font-size: 32px;
    }
  }
  @media(max-width: 575px){
    .modal__procedimento .modal-body{
      padding: 20px 28px;
    }
    .modal__procedimento .modal-body .btn__close button{
      font-size: 20px;
    }
    .modal__procedimento .modal-body h4{
      font-size: 20px;
      margin-bottom: 10px;
    }
    .modal__procedimento .modal-body p{
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .fx1__procedimento .content h2{
      font-size: 26px;
    }
  }

/* /RESPONSIVO PROCEDIMENTO */

/* /PROCEDIMENTO */

/* SOBRE */

.fx1__sobre .container{
  justify-items: center;

  padding-top: 79px;
  padding-bottom: 58px;
}

.fx1__sobre .row{
  row-gap: 25px;
}

.fx1__sobre .content{
  position: relative;

  font-family: var(--font-Padrao);

  padding-bottom: 30px;
}

.fx1__sobre .content::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 100px;
}

.fx1__sobre .content h2{
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 19px;
}

.fx1__sobre .content p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--kry-color-4);
  margin-bottom: .5rem;
}

.fx1__sobre .img__1{
  width: 100%;
  max-width: 370px;
}

.fx1__sobre .img__1 img{
  width: 100%;
  height: auto;
  max-width: 370px;

  border-radius: 20px;
}

.fx1__sobre .img__2{
  width: 100%;
  max-width: 270px;
}

.fx1__sobre .img__2 img{
  width: 100%;
  height: auto;
  max-width: 270px;

  border-radius: 20px;
}

.fx1__sobre .content__phrase{
  width: 100%;
  max-width: 630px;

  text-align: center;
  justify-items: center;

  margin-top: 48px;
}

.fx1__sobre .content__phrase .icon{
  margin-bottom: 20px;
}

.fx1__sobre .content__phrase .icon img{
  width: 32px;
  height: 20px;
}

.fx1__sobre .content__phrase p{
  font-family: var(--font-MeowScript);
  font-weight: 400;
  font-size: 36px;
  line-height: 1;

  color: #151515;
  margin-bottom: 0;
}

.fx2__sobre .container{
  padding-bottom: 64px;
}

.fx2__sobre .row{
  row-gap: 25px;
}

.fx2__sobre .card__mvv{
  width: 100%;
  max-width: 370px;
  height: 100%;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 7px;
  
  padding: 1px;
}

.fx2__sobre .card__mvv .content{
  width: 100%;
  max-width: 370px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background-color: #FFFFFF;
  border-radius: 7px;

  padding: 63px 23px;
}

.fx2__sobre .card__mvv .icon{
  width: 54px;
  height: 54px;

  margin-bottom: 8px;
}

.fx2__sobre .card__mvv .icon img{
  width: 100%;
  height: 100%;
}

.fx2__sobre .card__mvv p{
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 20px;

  color: var(--kry-color-1);
  margin-bottom: 6px;
}

.fx2__sobre .card__mvv span{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-4);
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx1__sobre .row{
      justify-content: center;
    }

    .fx2__sobre .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__sobre .content h2{
      font-size: 32px;
    }
  }
  @media (max-width: 576px) {
    .fx1__sobre .img__1,
    .fx1__sobre .img__1 img{
      max-width: 195px;
    }
    .fx1__sobre .img__2,
    .fx1__sobre .img__2 img{
      max-width: 150px;
    }

    .fx1__sobre .col-sm-4,
    .fx1__sobre .col-sm-3{
      display: flex;
      justify-content: center;
    }

    .fx1__sobre .content__phrase p{
      font-size: 28px;
    }
  }
  @media (max-width: 480px) {
    .fx1__sobre .content h2{
      font-size: 26px;
    }
    .fx2__sobre .card__mvv .content{
      padding: 33px 16px;
    }
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* DEPOIMENTOS */

.fx1__depoimentos .container{
  padding-top: 79px;
  padding-bottom: 68px;
}

.fx1__depoimentos .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__depoimentos .content{
  font-family: var(--font-Padrao);

  margin-bottom: 38px;
}

.fx1__depoimentos .content h2{
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 18px;
}

.fx1__depoimentos .content p{
  font-weight: 400;
  font-size: 17px;
  text-align: justify;

  color: var(--font-Padrao);
  margin-bottom: 0;
}

.fx1__depoimentos .card__depoimento{
  width: 100%;
  max-width: 370px;
  height: 100%;
  min-height: 250px;

  background: linear-gradient(90deg, #503B1D 1.92%, #A27B42 25%, #F7AB3C 43.26%, #FFDEAD 62.5%, #F9AC3C 82.69%, #936F3B 100%), #A27B42;
  border-radius: 10px;  

  padding: 1px;
}

.fx1__depoimentos .card__depoimento .txt__inner{
  width: 100%;
  height: 100%;

  font-family: var(--font-Padrao);

  background-color: #FFFFFF;
  border-radius: 10px;

  padding: 30px 14px 20px 14px;
}

.card__depoimento .txt__inner .icon{
  width: 32px;
  height: 20px;

  margin-bottom: 24px;
}

.card__depoimento .txt__inner .icon img{
  width: 100%;
  height: 100%;
}

.card__depoimento .txt__inner p{
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-4);
  margin-bottom: 15px;
}

.card__depoimento .txt__inner span{
  font-weight: 700;
  font-size: 14px;

  color: var(--kry-color-1);
}

/* RESPONSIVO DEPOIMENTOS */

  @media (max-width: 991px) {
    .fx1__depoimentos .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__depoimentos .content h2{
      font-size: 32px;
    }
    .fx1__depoimentos .card__depoimento .txt__inner{
      text-align: center;
      justify-items: center;
    }
  }
  @media (max-width: 480px) {
    .fx1__depoimentos .content h2{
      font-size: 26px;
    }
  }

/* /RESPONSIVO DEPOIMENTOS */

/* /DEPOIMENTOS */

/* CONTATO */

.fx1__contato .container{
  padding-top: 79px;
  padding-bottom: 64px;
}

.fx1__contato .row{
  row-gap: 35px;
}

.fx1__contato .content{
  font-family: var(--font-Padrao);

  margin-bottom: 15px;
}

.fx1__contato .content h2{
  font-weight: 700;
  font-size: 48px;

  color: var(--kry-color-4);
  margin-bottom: 18px;
}

.fx1__contato .content p{
  font-weight: 400;
  font-size: 18px;

  color: var(--kry-color-4);
  margin-bottom: 0;
}

.fx1__contato .info__wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 34px;
}

.fx1__contato .info__group{
  max-width: 100%;
}

.section__map{
  max-width: 100%;
  max-height: 479px;
}

.section__map .map__container iframe{
  width: 100%;
  height: 479px;
  max-height: 479px;
}

/* RESPONSIVO CONTATO */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1__contato .row{
      flex-direction: column-reverse;
    }
    .fx1__contato .col-lg-6{
      display: flex;
      justify-content: center;
    }
    .fx1__contato .info__wrapper{
      width: 85%;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx1__contato .content h2{
      font-size: 32px;
    }
  }
  @media (max-width: 480px) {
    .fx1__contato .content h2{
      font-size: 26px;
    }
    .fx1__contato .form__container,
    .fx1__contato .info__wrapper{
      width: 95%;
    }
    .section__map .map__container iframe{
      height: 380px;
      max-height: 381px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* ===================================== */
/* BLOG NOVO 10-2025 */
/* by Murilo Vidor */
/* ===================================== */

/* VARIÁVEIS USADAS (referência) */

  /*
    COR:
    - var(--kry-color-1);
    - var(--kry-color-1);
    - var(--kry-color-3);
    
    FONTES:
    - var(--font-Padrao);
    - var(--font-Montserrat);
  */

/* /VARIÁVEIS USADAS (referência) */

/* INDEX */

  .kry__blog{
    font-family: var(--font-Padrao);
  }

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--font-Montserrat);
    font-size: 30px;
    font-weight: 700;

    color: #000000;
    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border-radius: 5px;

    transition: all .3s ease;

    padding: 7px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: var(--font-Padrao);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;

    transition: color .3s ease;
  }

  .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{
    width: 100%;

    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-Montserrat);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #000000;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;
    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: var(--font-Padrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;

    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-1);
    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-Montserrat);
    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-Montserrat);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

    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: var(--kry-color-1);
    border-radius: 10px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.3);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--font-Montserrat);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;

    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: var(--kry-color-1);
    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: #FFFFFF;

    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-3);
    color: var(--kry-color-1);
  }

  .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: 400;
    font-size: 28px;
    line-height: 1.4;

    color: #000000;
  }

  .kry__blog .post__editor{
    font-family: var(--font-Padrao);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--font-Padrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;
  }

  .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 hr{
    margin: 1.5rem 0;
    opacity: .5;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: var(--kry-color-1);
    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: 400;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 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: #000000;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: var(--font-Montserrat);
    font-size: 23px;
    font-weight: 700;
    color: #000000;

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-1);

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: var(--kry-color-1);
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 60px;
    height: 60px;
    text-align: center;

    font-size: 30px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--font-Padrao);
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #FFFFFF;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: var(--font-Padrao);
    font-size: 22px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: var(--font-Padrao);
    font-size: 16px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--font-Padrao);
    font-size: 18px;
    font-weight: 500;

    color: #000000;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* 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 */
/* ===================================== */

/* CALCULADORA IMC */

.imc__calculadora {
  display: flex;
  flex-direction: column;
    
  max-width: 100%;

  background: var(--kry-color-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  border-radius: 10px;

  padding: 20px;
}

.imc__calculadora h3 {
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;

  margin-bottom: 15px;
}

.imc__field__wrapper{
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 10px;

  margin-bottom: 12px;
}

.imc__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.imc__field__wrapper .imc__field label {
  display: block;

  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF !important;
}

.imc__field__wrapper .imc__field input {
  max-width: 100%;
  
  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 400;
  color: #000000;

  border: none;
  border-radius: 4px;

  padding: 8px;
}

.imc__calculadora button.imc__btn {
  width: fit-content;
  
  font-size: 18px;
  color: #fff;
  
  cursor: pointer;
  
  background-color: var(--kry-color-3);
  border: none;
  border-radius: 4px;

  transition: background-color .3s ease;

  padding: 14px 18px;
}

.imc__resultado {
  background: #FFFFFF;

  border: 1px solid #ddd;
  border-radius: 8px;
  
  padding: 15px;
  margin-top: 12px;
}

.imc__resultado p.txt__result{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;

  color: #000000;
}

.imc__legenda {
  font-size: 16px;
  color: #000000;
}

.imc__classification{
  display: flex;
  justify-content: start;
  gap: 15px;
}

.imc__resultado .imc__classification ul{
  display: flex;
  flex-direction: column;
  row-gap: 4px;

  list-style: none;

  padding-left: 0px;
  margin-bottom: 0px;
}

.imc__resultado .imc__classification ul:first-child li{
  position: relative;

  padding-left: 20px;
}

.imc__resultado .imc__classification ul:first-child li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);

  display: inline-block;
  width: 12px;
  height: 12px;

  border-radius: 50%;
}

.imc__resultado .imc__classification ul:first-child li:nth-child(2)::before{
  background-color: #0074D9;
}
.imc__resultado .imc__classification ul:first-child li:nth-child(3)::before{
  background-color: #3F9C35;
}
.imc__resultado .imc__classification ul:first-child li:nth-child(4)::before{
  background-color: #EAAB00;
}
.imc__resultado .imc__classification ul:first-child li:nth-child(5)::before{
  background-color: #EE7000;
}
.imc__resultado .imc__classification ul:first-child li:nth-child(6)::before{
  background-color: #D6003F;
}
.imc__resultado .imc__classification ul:first-child li:nth-child(7)::before{
  background-color: #371111;
}

.imc__resultado .imc__classification ul p{
  font-size: 17px;
  font-weight: 700;
  color: #000000;

  margin-bottom: 0px;
}

.imc__resultado .imc__classification li{
  font-size: 16px;
  font-weight: 400;
  color: #000000;

  margin-bottom: 0px;
}

/* RESPONSIVO IMC */

  @media(max-width: 767.98px){
    .imc__calculadora h3{
      font-size: 21px;
    }
    .imc__field__wrapper .imc__field label{
      font-size: 16px;
    }
    .imc__field__wrapper{
      flex-direction: column;
      align-items: start;
    }
    .imc__resultado .imc__classification p,
    .imc__resultado .imc__classification li{
      font-size: 14px;
    }
    .imc__resultado p.txt__result{
      font-size: 16px;
    }
  }
  @media(max-width: 480.98px){
    .imc__calculadora{
      padding: 14px;
    }
  }

/* /RESPONSIVO IMC */

/* /CALCULADORA IMC */

/* CALCULADORA PERIODO FERTIL */

.fertile__calculator {
  max-width: 1170px;

  font-family: var(--font-Padrao);

  border-radius: 12px;
  background: var(--kry-color-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);

  padding: 20px;
  margin: 30px auto;
}

.fertile__calculator p.title__calc{
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;

  margin-bottom: 15px;
}

.fertile__calculator .fertile__form{
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-bottom: 15px;
}

.fertile__calculator .fertile__form .input__container{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fertile__form .input__group{
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fertile__calculator .input__group label {
  display: block;

  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
}

.fertile__calculator .input__group input {

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 400;
  color: #000000;

  border: 1px solid #EEEEEE;
  border-radius: 4px;

  padding: 8px;
}

.fertile__calculator button.fertil__btn {
  width: fit-content;
  
  cursor: pointer;
  
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;

  background-color: var(--kry-color-3);
  border: none;
  border-radius: 4px;

  transition: background-color .3s ease;

  transition: all .3s ease;

  padding: 14px 18px;
}

.fertile__calculator button.fertil__btn:hover {
  filter: brightness(1.2);
}

.fertile__calculator .timetable__container{
  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: #FFFFFF;
  border-radius: 4px;

  padding: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.fertile__calculator .calendars__wrapper{
  max-width: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: start;

  gap: 15px;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;

  padding-bottom: 15px;
}

.fertile__calculator .calendar__item{
  width: 348px;

  text-align: center;

  flex: 0 0 auto;
}

.calendar__item p.calendar__month{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 500;

  color: #000000;

  margin-bottom: 10px;
}

.calendar__container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 15px;
}

.calendar__container div {
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  background: #eee;
  font-size: 14px;
}

.calendar__container .week__label{
  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 600;

  color: var(--kry-color-3);
}

.calendar__container .fertile {
  background: #ffb6c1;
}

.calendar__container .ovulation {
  background: #ff4081;
  color: #fff;
}

.calendar__container .menstruation {
  background: #b39ddb;
  color: #fff;
}

.fertile__calculator .labels__wrapper{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1px 12px;

  margin-top: 15px;
}

.fertile__calculator .labels__wrapper span{
  position: relative;

  display: block;
  width: fit-content;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 400;
  color: var(--kry-color-3);

  text-align: center;

  padding: 4px 16px;
}

.fertile__calculator .labels__wrapper span::before,
.fertile__calculator .labels__wrapper span::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 12px;
  height: 50%;

  clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0 100%);
}

.fertile__calculator .labels__wrapper span::before{
  left: 0;
}

.fertile__calculator .labels__wrapper span::after{
  right: 0;
}

.fertile__calculator .labels__wrapper span[data-label="fertil"]::before,
.fertile__calculator .labels__wrapper span[data-label="fertil"]::after{
  background-color: #ffb6c1;
}

.fertile__calculator .labels__wrapper span[data-label="ovulacao"]::before,
.fertile__calculator .labels__wrapper span[data-label="ovulacao"]::after{
  background-color: #ff4081;
}

.fertile__calculator .labels__wrapper span[data-label="menstruacao"]::before,
.fertile__calculator .labels__wrapper span[data-label="menstruacao"]::after{
  background-color: #b39ddb;
}

.fertile__calculator .result__wrapper{
  background-color: #FFFFFF;
  border-radius: 4px;

  padding: 10px 12px;
}

.fertile__calculator .title__result{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 12px;
}

.fertile__calculator .result__wrapper p{
  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 400;

  color: #000000;

  margin-bottom: 10px;
}

/* RESPONSIVO PERIODO FERTIL */

  @media(max-width: 767.98px){
    .fertile__calculator p.title__calc{
      font-size: 21px;
    }
    .fertile__calculator .fertile__form .input__container{
      flex-direction: column;
    }
    .fertile__calculator .input__group label{
      font-size: 16px;
    }
    .fertile__calculator .labels__wrapper span{
      font-size: 14px;
    }
    .fertile__calculator .title__result,
    .calendar__item p.calendar__month{
      font-size: 18px;
    }
    .fertile__calculator .result__wrapper p{
      font-size: 15px;
    }

    .calendar__container .week__label{
      font-size: 14px;
      font-weight: 500;
    }
    .calendar__container div{
      font-size: 12px;
      padding: 4px;
    }
  }

/* /RESPONSIVO PERIODO FERTIL */

/* /CALCULADORA PERIODO FERTIL */

/* 404 */

.pg-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: var(--font-Padrao), sans-serif;
  padding: 60px 20px;
}

.pg-404 .container {
  max-width: 700px;
}

.pg-404 h1 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  margin-bottom: 10px;
}

.pg-404 h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #111111;
  margin-bottom: 30px;
}

.pg-404 .editor {
  font-family: var(--font-Montserrat), sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: #222222;
}

.pg-404 .editor a {
  color: var(--kry-color-3);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.pg-404 .editor a:hover {
  color: var(--kry-color-1);
}

.pg-404 .clearfix {
  clear: both;
}

/* Responsivo */
@media (max-width: 600px) {
  .pg-404 h1 {
    font-size: 5rem;
  }
  .pg-404 h2 {
    font-size: 1.2rem;
  }
  .pg-404 .editor{
    font-size: 16px;
  }
}

/* /404 */

/*  @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){

  }*/