@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #56A383;  **/
/**  cor-2: #B6DCB7;  **/
/**  cor-3: #E7EFE7;  **/

/* Fonts */
/* Montserrat e Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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;
}
.btnwhats img{
  transition: all .2s linear;
}
.btnwhats:hover img{
  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{
  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;}
}
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

/* Links */
a{
  text-decoration: none;
  transition: all .2s linear;
}
.editor a{
  color: var(--kry-color-1) !important; /* prioridade tema_m */
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: var(--kry-color-2);
}
::-moz-selection{
  background: var(--kry-color-1);
  color: var(--kry-color-3);
}
::selection{
  background: var(--kry-color-1);
  color: var(--kry-color-3);
}

/* Paginação */
.pagination .active a,
.pagination .active a:hover{
  background-color: #000000;
  border-color: #000000;
}
.lds-ellipsis div{
  background-color: #000000;
}

/* 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: #F9F8F4;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

.pg-home{
  overflow-x: hidden;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 20px 20px 20px 0;
}
.alignright{
  float: right;
  margin: 20px 0 20px 20px;
}
.aligncenter{
  display: block;
  margin: 20px auto;
}
.clearfix:before, .clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

:root{
  --fontPadrao  : 'Montserrat';
  --fontNotoSans: 'Noto Sans';

  --kry-color-1: #56A383;
  --kry-color-2: #B6DCB7;
  --kry-color-3: #E7EFE7;
}

/* BUTTONS */

.btn-green-light{
  display: inline-block;

  min-width: 235px;

  border-radius: 7px;
  background-color: var(--kry-color-1);

 
  transition: all .3s ease;

  padding: 17px 13px;

  p{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;

    color: #FFFFFF;
    transition: color .3s ease;

    margin-bottom: 0;
  }
}

.btn-green-light:hover{
  background-color: var(--kry-color-2);
  p{
    color: #000000;
  }
}

/* /BUTTONS */

/* HEADER */

.topo__header{
  position: relative;
}

.header .container{
  padding-top: 18px;
  padding-bottom: 22px;
}

.header .container .row{
  align-items: center;
}

.header .logo{
  display: block;
  width: 100%;
  max-width: 270px;
  max-height: 83px;
}

.header .logo img{
  width: 100%;
  height: auto;
  max-height: 83px;
}

.header .menu__wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 18px;
}

.topo__header .menu__whatsapp{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
}

.topo__header .menu__whatsapp img{
  width: 21px;
  height: 21px;
}

.topo__header .menu__whatsapp span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;

  color: #000000;
}

.topo__header .nav{
  justify-items: flex-end;
}

.topo__header .nav .nav__list{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 34px;

  list-style: none;

  padding: 0;
}

.topo__header .nav .nav__item{
  position: relative;
}

.topo__header .nav .nav__item::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  background-color: var(--kry-color-1);
  opacity: 0;

  transition: opacity .3s ease;
}

.topo__header .nav .nav__item .nav__link{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;

  transition: color .3s ease;

  color: #000000;
}

.topo__header .nav .nav__item:hover,
.topo__header .nav .nav__item[aria-current="page"]{
  &::before{
    opacity: 1;
  }
  .nav__link{
    color: var(--kry-color-1);
  }
}

.topo__header .btn-burger{
  display: none;

  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  border-radius: 10px;
  color: var(--kry-color-1);
  cursor: pointer;
  padding: 0;
}

.topo__header .btn-burger .lines{
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.topo__header .btn-burger .lines .line{
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

.topo__header .btn-burger:focus-visible{
  outline: 2px solid #FFFFFF;
}

.topo__header .btn-burger[aria-expanded="true"] .line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.topo__header .btn-burger[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
}

.topo__header .btn-burger[aria-expanded="true"] .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.topo__header .backdrop{
  position: fixed;
  z-index: 70;
  inset: 0;

  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  
  transition: opacity .3s ease;
}

.topo__header .backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

.topo__header .sidebar__container{
  position: fixed;
  z-index: 80;
  inset: 0 auto 0 0;
  width: 250px;
  background-color: #F9F8F4;
  border-right: 2px solid var(--kry-color-1);

  display: flex;
  flex-direction: column;

  transform: translateX(-100%);

  transition: transform .3s ease;
}

.topo__header .sidebar__container.shown{
  transform: translateX(0);
}

.topo__header .sidebar__header{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;

  padding: 20px 16px;
}

.topo__header .sidebar__header .sidebar__logo{
  width: 100%;
  max-width: 270px;
  height: 83px;
}

.topo__header .sidebar__header .sidebar__logo img{
  width: 100%;
  max-width: 270px;
  height: 100%;
}

.topo__header .sidebar__header .sidebar__header__wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;

  border-bottom: 2px solid var(--kry-color-1);
  padding-bottom: 10px;
}

.topo__header .sidebar__header .sidebar__title{
  font-family: var(--fontPadrao);
  font-size: 26px;
  font-weight: 400;

  color: var(--kry-color-1);

  margin-bottom: 0px;
}

.topo__header .sidebar__header .sidebar__close{
  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;

  cursor: pointer;
  color: var(--kry-color-1);
}

.topo__header .sidebar__nav{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;

  padding: 12px;
}

.topo__header .sidebar__nav .nav__list{
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  border-bottom: none;

  padding: 0;
}

/* RESPONSIVO HEADER */

  @media (max-width: 991px) {
    .header{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;

      width: 100%;

      background-color: #F9F8F4;
      max-height: 123px;
    }
    .header .container{
      position: relative;

      padding-top: 20px;
      padding-bottom: 20px;
    }
    .header .col-lg-3{
      justify-items: center;
    }
    .header .col-lg-9{
      position: static;
    }
    .topo__header .nav .nav__item::before,
    .topo__header .nav .nav__item .nav__link{
      transition: all .2s ease;
    }
    .header .nav,
    .header .menu__whatsapp{
      display: none;
    }
    .topo__header .btn-burger{
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);

      display: inline-grid;
      place-items: center;
    }
  }
  @media(max-width: 480.98px){
    .header .col-lg-3{
      padding-right: 65px;
    }
  }

/* /RESPONSIVO HEADER */

/* HEADER */

/* FOOTER */

.footer{
  background-color: var(--kry-color-3);
}

.footer .container{
  padding-top: 69px;
  padding-bottom: 80px;
}

.footer .container .row{
  row-gap: 45px;
}

.footer .grid__info__1{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;

  margin-bottom: 60px;
}

.footer .info__wrapper{
  max-width: 500px;

  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: start;
}

.footer .info__wrapper .title{
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.footer .info__wrapper .title .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-1);
}

.footer .info__wrapper .title p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #000000;
  margin-bottom: 0;
}

.footer .info__wrapper span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.footer .info__wrapper .social__media__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer .info__wrapper .social__media__wrapper .social__link{
  display: block;
}

.footer .info__wrapper .social__media__wrapper .social__link img{
  width: 100%;
  height: auto;
}

.footer .grid__info__2{
  display: grid;
  grid-template-columns: 370px 270px;
  grid-gap: 30px;
}

.footer form{
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 22px;
}

.footer form p{
  margin-bottom: 0;
}

.footer form .form-control{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.footer form .form-control input,
.footer form .form-control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 7px;

  padding: 12px 13px;
}

.footer form .form-control textarea{
  height: 100px;
  resize: none;
}

.footer form .form-control input,
.footer form .form-control input::placeholder,
.footer form .form-control textarea,
.footer form .form-control textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.footer form .form-submit{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.footer form .form-submit .btn-green-light{
  width: auto;
  min-width: 132px;

  border: none;
  color: #FFFFFF;
}

.footer form .form-submit .btn-green-light:hover{
  color: #000000;
}

.credits__section{
  background-color: var(--kry-color-1);
}

.credits__section .container{
  padding-top: 27px;
  padding-bottom: 36px;
}

.credits__section .credits{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  row-gap: 15px;
}

.credits__section .credits p{
  font-family: var(--fontNotoSans);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;

  color: #FFFFFF;
  margin-bottom: 0;
}

.credits__section .credits .kryzalis{
  display: flex;
  align-items: flex-end;
  column-gap: 22px;
}

.credits__section .credits .kryzalis img{
  width: 50px;
  height: 31px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .container{
      padding-top: 35px;
      padding-bottom: 40px;
    }
    .footer .grid__info__1,
    .footer .grid__info__2{
      grid-template-columns: 1fr;

      justify-items: center;
    }
    .footer .grid__info__1{
      margin-bottom: 30px;
    }
    .footer .form-container{
      display: flex;
      justify-content: center;
    }
    .credits__section .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  @media(max-width: 900px){
    .credits__section .container{
      padding-bottom: 82px;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

.section__title{
  --bg-section-title: var(--kry-color-1);

  background: 
    linear-gradient(
    rgba(86, 163, 131, .85),
    rgba(86, 163, 131, .85)),
    var(--bg-section-title);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section__title .container{
  padding-top: 100px;
  padding-bottom: 70px;
}

.section__title .content{
  text-align: center;
  justify-items: center;
}

.section__title .content .line_divider{
  width: 100%;
  max-width: 340px;
  height: 8px;

  background-color: #FFFFFF;

  margin-top: 11px;
  margin-bottom: 11px;
}

.section__title .content h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.section__title .content .bread{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 24px;

  color: #FFFFFF;
}

.section__title .content .bread .current-item{
  font-weight: 700;
}

/* RESPONSIVO SECTION TITLE */

  @media(max-width: 991.98px){
    .section__title{
      margin-top: 123px;
    }
  }
  @media(max-width: 767px){
    .section__title .content h1{
      font-size: 31px;
    }
    .section__title .content .bread{
      font-size: 19px;
    }
  }

/* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* BANNER */

.banner__section{
  position: relative;
}

.banner__section .banner__container{
  height: 580px;
  max-height: 580px;
}

.banner__section .banner__item{
  display: block;
  width: 100%;
  height: 580px;
}

.banner__section .banner__item img{
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
}

.banner__section .tns-nav{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}

.banner__section .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #000000;
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.banner__section .tns-nav button:hover,
.banner__section .tns-nav .tns-nav-active{
  background-color: var(--kry-color-1);
  transform: scale(calc(19 / 15));
}

/* RESPONSIVO BANNER */

  @media(max-width: 991.98px){
    .banner__section .banner__container{
      height: auto;
    }
    .banner__section{
      margin-top: 123px;
    }
    .banner__section .banner__item{
      height: 100%;
    }
    .banner__section .banner__container,
    .banner__section .banner__item,
    .banner__section .banner__item img{
      max-height: 250px;
    }
  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home .container{
  padding-top: 61px;
  padding-bottom: 71px;
}

.fx1__home .container .row{
  row-gap: 25px;
}

.fx1__home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;

  color: #000000;
  margin-bottom: 22px;
}

.fx1__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;

  color: #000000;
  margin-bottom: 0px;
}

.fx1__home .img__inner{
  width: 100%;
  text-align: center;
}

.fx1__home .img__inner img{
  width: 100%;
  max-width: 570px;
  height: auto;
  max-height: 470px;
  border-radius: 7px;
}

.fx2__home{
  background-color: var(--kry-color-3);
}

.fx2__home .container{
  padding-top: 66px;
  padding-bottom: 56px;
}

.fx2__home .container .row{
  row-gap: 30px;
}

.card__mvv{
  width: 100%;
  max-width: 370px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;

  background-color: #F8F8F8;
  border-radius: 7px;

  transition: all .3s ease;

  padding: 37px 22px;
}

.card__mvv .icon{
  width: 90px;
  height: 74px;

  background-image: url('../imagens/icon-mvv.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  transition: all .3s ease;

  margin-bottom: 17px;
}

.card__mvv p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 15px;

  transition: colorrr .3s ease;
}

.card__mvv span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;

  color: #000000;
  transition: colorrr .3s ease;
}

.card__mvv:hover{
  background-color: var(--kry-color-1);
  .icon{
    background-image: url('../imagens/icon-mvv-hover.png');
  }
  p, span{
    color: #FFFFFF;
  }
}

.fx3__home .container{
  padding-top: 70px;
  padding-bottom: 55px;
}

.fx3__home .content{
  border-left: 8px solid var(--kry-color-1);

  padding-left: 12px;
  margin-bottom: 45px;
}

.fx3__home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;

  color: #000000;
  margin-bottom: 12px;
}

.fx3__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.especializacoes-slider .tns-item{
  justify-items: center;
}

.card__especial{
  width: 100%;
  max-width: 270px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  row-gap: 15px;
}

.card__especial .img_thumb{
  width: 100%;
  max-width: 270px;
}

.card__especial .img_thumb img{
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 230px;
  border-radius: 7px;
}

.card__especial p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 0;
}

.fx3__home .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 50px;
}

.fx3__home .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #000000;
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.fx3__home .tns-nav button:hover,
.fx3__home .tns-nav .tns-nav-active{
  background-color: var(--kry-color-1);
  transform: scale(calc(19 / 15));
}

.fx3__home .btn__wrapper{
  text-align: center;
}

.fx3__home .especializacao__container{
  margin-bottom: 35px;
}

.fx4__home{
  background-color: var(--kry-color-3);
}

.fx4__home .container{
  padding-top: 63px;
  padding-bottom: 73px;
}

.fx4__home .content{
  margin-bottom: 43px;
}

.fx4__home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;

  color: #000000;
  margin-bottom: 12px;
}

.fx4__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx4__home .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx4__home .card__other__posts{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  justify-content: start;

  row-gap: 20px;
}

.fx4__home .card__other__posts .img_thumb{
  width: 100%;
  max-width: 370px;
  max-height: 250px;
}

.fx4__home .card__other__posts .img_thumb img{
  width: 100%;
  max-width: 370px;
  height: auto;
  max-height: 250px;
  border-radius: 7px;
}

.fx4__home .card__other__posts p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx4__home .btn__wrapper{
  text-align: center;

  margin-top: 52px;
}

.fx5__home .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx5__home .banner__home{
  position: relative;

  width: 100%;
  height: 345px;
}

.fx5__home .bg__banner{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  max-height: 345px;
}

.fx5__home .bg__banner img{
  width: 100%;
  height: 345px;
  max-height: 345px;
  object-fit: cover;
}

.fx5__home .content__wrapper{
  position: relative;
  z-index: 5;

  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  
  background: linear-gradient(to right,
    var(--kry-color-2) 20.13%,
    transparent
  );

  padding: 15px 64px;
}

.fx5__home .content__wrapper .text__inner{
  border-left: 8px solid var(--kry-color-1);

  padding-left: 11px;
}

.fx5__home .content__wrapper .text__inner h2{
  font-family: var(--fontPadrao);
  font-weight: 300;
  font-size: 36px;
  line-height: 1;

  color: #000000;
  margin-bottom: 13px;
}

.fx5__home .content__wrapper .text__inner p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;

  color: #000000;
  margin-bottom: 0;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx2__home .container .col-lg-4,
    .fx4__home .container .col-lg-4{
      justify-items: center;
    }

    .fx5__home .content__wrapper{
      flex-direction: column;
      justify-content: center;
      row-gap: 20px;

      padding: 15px;
    }
  }
  @media(max-width: 767px){
    .fx1__home .content{
      text-align: justify;
    }
    .fx1__home .content h2,
    .fx5__home .content__wrapper .text__inner h2{
      font-size: 26px;
    }
    .fx1__home .content p{
      font-size: 16px;
    }

    .fx3__home .content h2,
    .fx4__home .content h2{
      font-size: 29px;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* SOBRE */

.fx1__sobre{
  background-color: var(--kry-color-3);
}

.fx1__sobre .container{
  padding-top: 62px;
  padding-bottom: 70px;
}

.fx1__sobre .container .row{
  row-gap: 25px;
}

.fx1__sobre .img-fx1{
  width: 100%;
  text-align: center;
}

.fx1__sobre .img-fx1 img{
  width: 100%;
  height: auto;
  max-width: 570px;
  border-radius: 7px;
}

.fx1__sobre .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__sobre .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;

  color: #000000;
  margin-bottom: 0;
}

.fx2__sobre{
  background-color: #FFFFFF;
}

.fx2__sobre .container{
  padding-top: 44px;
  padding-bottom: 100px;
}

.fx2__sobre .container .row{
  row-gap: 30px;
}

.fx2__sobre .content{
  margin-bottom: 66px;
}

.fx2__sobre .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;

  color: #000000;
  margin-bottom: 20px;
}

.fx2__sobre .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;

  color: #000000;
  margin-bottom: 0;
}

.fx2__sobre .card__mvv{
  align-items: center;
  text-align: center;
}

.fx3__sobre{
  background-color: var(--kry-color-1);
}

.fx3__sobre .container{
  padding-top: 85px;
  padding-bottom: 110px;
}

.fx3__sobre .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx3__sobre .advantage__content{
  width: 100%;
  max-width: 370px;

  text-align: center;
}

.fx3__sobre .advantage__content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx3__sobre .advantage__content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;

  color: #FFFFFF;
  margin-bottom: 6px;
}

.fx3__sobre .advantage__content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 0;
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx2__sobre .container .col-lg-4,
    .fx3__sobre .container .col-lg-4{
      display: flex;
      justify-content: center;
    }
  }
  @media(max-width: 767px){
    .fx1__sobre .content h2,
    .fx2__sobre .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__sobre .content p,
    .fx2__sobre .content p{
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .fx3__sobre .advantage__content h2{
      font-size: 36px;
    }
    .fx3__sobre .advantage__content h3{
      font-size: 24px;
    }
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* SERVICOS */

.fx1__servicos{
  background-color: #FFFFFF;
}

.fx1__servicos .container{
  padding-top: 62px;
  padding-bottom: 70px;
}

.fx1__servicos .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__servicos .content{
  margin-bottom: 50px;
}

.fx1__servicos .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__servicos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

/* RESPONSIVO SERVICOS */

  @media(max-width: 991.98px){
    .fx1__servicos .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__servicos .content p{
      font-size: 16px;
    }
    .fx1__servicos .container .col-lg-3{
      display: flex;
      justify-content: center;
    }
  }

/* /RESPONSIVO SERVICOS */

/* /SERVICOS */

/* SINGLE */

.fx1__single{
  background-color: #FFFFFF;
}

.fx1__single .container{
  padding-top: 60px;
  padding-bottom: 48px;
}

.fx1__single .content{
  margin-bottom: 39px;
}

.fx1__single .content img{
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}

.fx1__single .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__single .content p,
.fx1__single .content li{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;

  color: #000000;
  margin-bottom: 0;
}

/* RESPONSIVO SINGLE */

  @media(max-width: 991.98px){
    .fx1__single .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__single .content p{
      font-size: 16px;
    }
    .fx1__single .btn__wrapper{
      text-align: center;
    }
  }

/* /RESPONSIVO SINGLE */

/* /SINGLE */

/* DEPOIMENTOS */

.fx1__depoimentos{
  background-color: #FFFFFF;
}

.fx1__depoimentos .container{
  padding-top: 60px;
  padding-bottom: 50px;
}

.fx1__depoimentos .container .row{
  row-gap: 30px;
  justify-content: center;
}

.fx1__depoimentos .content{
  margin-bottom: 50px;
}

.fx1__depoimentos .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__depoimentos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__depoimentos .card__depoimento{
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  background-color: var(--kry-color-3);
  border-radius: 7px;

  padding: 19px 12px 15px 12px;
}

.fx1__depoimentos .card__depoimento .icon{
  margin-bottom: 12px;
}

.fx1__depoimentos .card__depoimento .icon img{
  width: 60px;
  height: 60px;
}

.fx1__depoimentos .card__depoimento p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 20px;
}

.fx1__depoimentos .card__depoimento span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;

  color: #000000;
}

/* RESPONSIVO DEPOIMENTOS */

  @media(max-width: 991.98px){
    .fx1__depoimentos .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__depoimentos .content p{
      font-size: 16px;
    }
  }

/* /RESPONSIVO DEPOIMENTOS */

/* /DEPOIMENTOS */

/* PARCEIROS */

.fx1__parceiros{
  background-color: #FFFFFF;
}

.fx1__parceiros .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx1__parceiros .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__parceiros .content{
  margin-bottom: 50px;
}

.fx1__parceiros .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__parceiros .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__parceiros .parceiro__wrapper{
  display: flex;
  
  width: 100%;
  max-width: 170px;
  height: 70px;

  --bg-color-parceiro: #FFFFFF;
  background-color: var(--bg-color-parceiro);
  border-radius: 7px;

  box-shadow: 3px 3px rgba(0, 0, 0, .25);

  padding: 10px;
}

.fx1__parceiros .parceiro__wrapper img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* RESPONSIVO PARCEIROS */

  @media(max-width: 991.98px){
    .fx1__parceiros .container .col-lg-2{
      display: flex;
      justify-content: center;
    }
    .fx1__parceiros .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__parceiros .content p{
      font-size: 16px;
    }
  }

/* /RESPONSIVO PARCEIROS */

/* /PARCEIROS */

/* CONTATO */

.fx1__contato{
  background-color: #FFFFFF;
}

.fx1__contato .container{
  padding-top: 60px;
  padding-bottom: 75px;
}

.fx1__contato .container .row{
  row-gap: 25px;
}

.fx1__contato .content{
  margin-bottom: 28px;
}

.fx1__contato .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__contato .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__contato form{
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 17px;
}

.fx1__contato form p{
  margin-bottom: 0;
}

.fx1__contato form .form-control{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.fx1__contato form .form-control input,
.fx1__contato form .form-control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 7px;

  padding: 12px 13px;
}

.fx1__contato form .form-control textarea{
  height: 100px;
  resize: none;
}

.fx1__contato form .form-control input,
.fx1__contato form .form-control input::placeholder,
.fx1__contato form .form-control textarea,
.fx1__contato form .form-control textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.fx1__contato form .form-submit{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.fx1__contato form .form-submit .btn-green-light{
  width: auto;
  min-width: 132px;

  border: none;
  color: #FFFFFF;
}

.fx1__contato form .form-submit .btn-green-light:hover{
  color: #000000;
}

.fx1__contato .contact__wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  row-gap: 35px;
}

.fx1__contato .info__wrapper{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: start;
}

.fx1__contato .info__wrapper .title{
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.fx1__contato .info__wrapper .title .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-1);
}

.fx1__contato .info__wrapper .title p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #000000;
  margin-bottom: 0;
}

.fx1__contato .info__wrapper span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.fx1__contato .info__wrapper .social__media__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.fx1__contato .info__wrapper .social__media__wrapper .social__link{
  display: block;
}

.fx1__contato .info__wrapper .social__media__wrapper .social__link img{
  width: 100%;
  height: auto;
}

.fx2__contato .mapa__container{
  width: 100%;
  height: 480px;
}

.fx2__contato .mapa__container iframe{
  width: 100%;
  height: 100%;
  max-width: width;
  max-height: 480px;
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1__contato .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__contato .content p{
      font-size: 16px;
    }
    .fx1__contato .form-container{
      display: flex;
      justify-content: center;
    }
    .fx1__contato .contact__wrapper{
      align-items: center;
    }
    .fx1__contato .info__wrapper{
      max-width: 500px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* LINKS UTEIS */

.fx1__links{
  background-color: #FFFFFF;
}

.fx1__links .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx1__links .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__links .content{
  margin-bottom: 50px;
}

.fx1__links .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__links .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__links .card__links{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
  row-gap: 12px;

  width: 100%;
  height: 100%;
  max-width: 270px;

  background-color: var(--kry-color-2);
  border-radius: 7px;

  transition: all .3s ease;

  padding: 15px;
}

.fx1__links .card__links .icon{
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.fx1__links .card__links .icon img{
  width: 100%;
  height: auto;
  transition: all .3s ease;
}

.fx1__links .card__links p{
  font-family: var(--fontPadrao);
  font-size: 21px;
  font-weight: 600;

  color: var(--kry-color-1);
  transition: all .3s ease;
}

.fx1__links .card__links:hover{
  background-color: var(--kry-color-1);
  .icon img{
    filter: brightness(0) invert(1);
  }
  p{
    color: #FFFFFF;
  }
}

/* RESPONSIVO LINKS UTEIS */

  @media(max-width: 991.98px){
    .fx1__links .container .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx1__links .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__links .content p{
      font-size: 16px;
    }
  }

/* /RESPONSIVO LINKS UTEIS */

/* /LINKS UTEIS */

/* LINKS UTEIS */

.fx1__equipe{
  background-color: #FFFFFF;
}

.fx1__equipe .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx1__equipe .container .row{
  justify-content: center;
  row-gap: 30px;
  padding: 0 20px;
}

.fx1__equipe .content{
  margin-bottom: 50px;
}

.fx1__equipe .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: #000000;
  margin-bottom: 32px;
}

.fx1__equipe .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #000000;
  margin-bottom: 0;
}

.fx1__equipe .card__equipe{
  display: flex;
  align-items: flex-start;
  justify-content: start;
  
  gap: 15px;

  width: 100%;

  background-color: var(--kry-color-3);
  border-radius: 7px;

  padding: 15px;
}

.fx1__equipe .card__equipe .img-thumb{
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  flex-shrink: 0;
}

.fx1__equipe .card__equipe .img-thumb img{
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  border-radius: 7px;
}

.fx1__equipe .card__equipe .equipe__content{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.fx1__equipe .card__equipe:first-child .txt__inner {
  margin-bottom: 35px;
}

.fx1__equipe .card__equipe .txt__inner {
  margin-bottom: 0;
}

.fx1__equipe .card__equipe .equipe__content p,
.fx1__equipe .card__equipe .equipe__content li{
  font-family: var(--fontPadrao);
  font-size: 18px;
  font-weight: 400;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.fx1__equipe .card__equipe .equipe__content b,
.fx1__equipe .card__equipe .equipe__content strong{
  font-size: 700;
}

.fx1__equipe .card__equipe .equipe__content i,
.fx1__equipe .card__equipe .equipe__content em{
  font-style: italic;
}

.fx1__equipe .card__equipe .equipe__content u{
  text-decoration: underline;
}

.fx1__equipe .card__equipe .equipe__content span{
  font-family: var(--fontPadrao);
  font-size: 15px;
  font-weight: 700;

  color: var(--kry-color-1);
}

/* RESPONSIVO EQUIPE */

  @media(max-width: 991.98px){
    .fx1__equipe .container .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx1__equipe .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
    .fx1__equipe .content p,
    .fx1__equipe .card__equipe .equipe__content p,
    .fx1__equipe .card__equipe .equipe__content li{
      font-size: 16px;
    }
    .fx1__equipe .card__equipe{
      flex-direction: column;
      align-items: center;
      max-width: 90%;
    }
  }

/* /RESPONSIVO EQUIPE */

/* /LINKS UTEIS */

/* 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(--fontPadrao);
  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-1) !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 4rem 1.25rem;
  }
  .pg-404 h2 {
    font-size: 46px;
  }
  .pg-404 h3 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado{
  min-height: 45vh;
  align-content: center;
}

.fx1_obrigado .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado .content h2{
  font-family: var(--fontPadrao);
  font-size: 55px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 20px;
}

.fx1_obrigado .content p{
  font-family: var(--fontPadrao);
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.fx1_obrigado .content a{
  color: #000000;

  transition: all .3s ease;

  &:hover{
    color: var(--kry-color-1);
  }
}

@media (max-width: 767PX) {
  .fx1_obrigado .content h2{
    font-size: 35px;
  }
  .fx1_obrigado .content p{
    font-size: 18px;
  }
}

/* /OBRIGADO */

/* ===================================== */
/* BLOG NOVO */
/* ===================================== */

/* INDEX */

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--fontNotoSans);
    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(--fontNotoSans);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border-radius: 5px;

    padding: 7px 12px;
  }

  .kry__blog .post__header h2{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
  }

  .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;
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__author{
    max-width: 450px;

    font-family: var(--fontNotoSans);
    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(--fontNotoSans);
    font-weight: 400;
    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(--fontPadrao);
    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-2);
    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(--fontNotoSans);
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    color: #000000;

    border-bottom: 1px solid #000000;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--fontNotoSans);
    font-size: 18px;
    font-weight: 400;
    color: #000000;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    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.2);
  }

  .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(--fontNotoSans);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;
  }

/* /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-2);
    border: 1px solid #DFDFDF;

    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;

    color: #000000;

    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-1);
    color: #FFF;
  }

  .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 .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--fontNotoSans);
    font-weight: 400;
    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{
    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;
  }

/* /SINGLE */

/* OTHERS POSTS */

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: var(--fontPadrao);
    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{
    display: block;
    width: 100%;
    height: 230px;

    margin-bottom: 15px;
  }

  .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(--fontPadrao);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;

    color: #000000;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container h3{
    font-family: var(--fontNotoSans);
    font-size: 30px;
    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-2);
    border-radius: 10px;

    padding: 10px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-3);

    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: 70px;
    height: 70px;
    text-align: center;

    font-size: 40px;
    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(--fontPadrao);
    font-size: 15px;
    font-weight: 500;

    color: #000000;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--fontPadrao);
    font-size: 17px;
    font-weight: 400;

    color: #000000;
  }

  .comments__wrapper .comment__null{
    font-family: var(--fontPadrao);
    font-size: 23px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: var(--fontPadrao);
    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(--fontPadrao);
    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: 18px;
    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.8%;
    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 .container,
    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4{
      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 h2{
      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 h2{
      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 */
/* ===================================== */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/