@charset "UTF-8";

/* 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) {
  .footer-site2{
    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: 80px 0px 0px 0px;
  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-4) !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-4);
}
::-moz-selection{
  background: var(--kry-color-4);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-4);
  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: var(--kry-color-1);
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

.website{
  position: relative;

  padding-top: 123px;
}

.pg-home{
  overflow-x: hidden;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 20px 20px 20px 0;
}
.alignright{
  float: left;
  margin: 20px 0 20px 20px;
}
.aligncenter{
  display: block;
  margin: 20px auto;
}

:root{
  --fontPadrao  : 'Montserrat';
  --fontNotoSans: 'Noto Sans';

  --kry-color-1: #0A2342;
  --kry-color-2: #333333;
  --kry-color-3: #3A5A40;
  --kry-color-4: #C9A646;
  --kry-color-5: #212121;
}

/* BUTTONS */

.btn-green-light{
  display: inline-block;

  min-width: 235px;

  border-radius: 7px;
  background-color: var(--kry-color-4);

 
  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: #000000;
    transition: color .3s ease;

    margin-bottom: 0;
  }
}

.btn-green-light:hover{
  background-color: var(--kry-color-3);
  p{
    color: #FFFFFF;
  }
}

/* /BUTTONS */

/* HEADER */

.topo__header{
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  background-color: var(--kry-color-1);

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;

  max-height: 123px;
}

.header-site{
  width: 100%;
  max-width: 1170px;
}

.header-site .container{
  padding-top: 18px;
  padding-bottom: 22px;
}

.header-site .container .row{
  align-items: center;
}

.header-site .logo{
  display: block;
  width: 100%;
  max-width: 270px;
  max-height: 83px;
}

.header-site .logo img{
  width: 100%;
  height: auto;
  max-height: 83px;
}

.header-site .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: #FFFFFF;
}

.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: #FFFFFF;
  border-bottom: 2px solid transparent;
}

.topo__header .nav .nav__item:hover,
.topo__header .nav .nav__item[aria-current="page"]{
  &::before{
    opacity: 1;
  }
  .nav__link{
    color: var(--kry-color-4);
    border-bottom: 2px solid var(--kry-color-4);
  }
}

.topo__header .btn-burger{
  display: none;

  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  border-radius: 10px;
  color: #FFFFFF;
  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: var(--kry-color-1);
  border-right: 2px solid var(--kry-color-4);

  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: #FFFFFF;

  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-site{
      position: fixed;
      top: 0;
      left: 0;

      width: 100%;

      background-color: var(--kry-color-1);
      max-height: 123px;
    }
    .header-site .container{
      position: relative;

      padding-top: 20px;
      padding-bottom: 20px;
    }
    .header-site .col-lg-3{
      justify-items: center;
    }
    .header-site .col-lg-9{
      position: static;
    }
    .topo__header .nav .nav__item::before,
    .topo__header .nav .nav__item .nav__link{
      transition: all .2s ease;
    }
    .header-site .nav,
    .header-site .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-site .col-lg-3{
      padding-right: 55px;
    }
  }

/* /RESPONSIVO HEADER */

/* HEADER */

/* FOOTER */

.footer-site{
  background-color: var(--kry-color-1);
}

.footer-site .container{
  padding-top: 69px;
  padding-bottom: 80px;
}

.footer-site .container .row{
  row-gap: 45px;
}

.footer-site .grid__info__1{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;

  margin-bottom: 60px;
}

.footer-site .info__wrapper{
  max-width: 500px;

  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: start;
}

.footer-site .info__wrapper .title{
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.footer-site .info__wrapper .title .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-4);
}

.footer-site .info__wrapper .title p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer-site .info__wrapper span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #FFFFFF;
}

.footer-site .info__wrapper .social__media__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-site .info__wrapper .social__media__wrapper .social__link{
  display: block;
}

.footer-site .info__wrapper .social__media__wrapper .social__link img{
  width: 100%;
  height: auto;
}

.footer-site .grid__info__2{
  display: grid;
  grid-template-columns: 370px 270px;
  grid-gap: 30px;
}

.footer-site form{
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 22px;
}

.footer-site form .form-control{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.footer-site form .form-control input,
.footer-site form .form-control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 7px;

  padding: 12px 13px;
}

.footer-site form .form-control textarea{
  height: 100px;
  resize: none;
}

.footer-site form .form-control input,
.footer-site form .form-control input::placeholder,
.footer-site form .form-control textarea,
.footer-site form .form-control textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #000000;
}

.footer-site form .form-submit{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.footer-site form .form-submit .btn-green-light{
  width: auto;
  min-width: 132px;

  border: none;
  color: #FFFFFF;
}

.footer-site 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-site .container{
      padding-top: 35px;
      padding-bottom: 40px;
    }
    .footer-site .grid__info__1,
    .footer-site .grid__info__2{
      grid-template-columns: 1fr;

      justify-items: center;
    }
    .footer-site .grid__info__1{
      margin-bottom: 30px;
    }
    .footer-site .form-container{
      display: flex;
      justify-content: center;
    }
    .footer-site form{
      width: 90%;
    }
    .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(10, 35, 66, .2),
    rgba(10, 35, 66, .2)),
    var(--bg-section-title);
  background-color: ;
  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 span{
  font-weight: 700;
}

/* RESPONSIVO SECTION TITLE */

  @media(max-width: 767px){
    .section__title .content__bg{
      padding: 92px 35px;
    }
  }
  @media(max-width: 480px){
    .section__title .content__bg{
      padding: 92px 17px;
    }
  }

/* /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%;
  object-fit: cover;
}

.banner__section .tns-nav{
  display: none;
/*  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));
}

/* /BANNER */

/* HOME */
.fx1__home{
  background-color: var(--kry-color-5);
}

.fx1__home .container{
  padding-top: 61px;
  padding-bottom: 71px;
}

.fx1__home .container .row{
  row-gap: 25px;
  align-items: center;
}

.fx1__home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;

  color: #FFFFFF;
  margin-bottom: 22px;
}

.fx1__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;

  color: #FFFFFF;
  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-1);
}

.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: var(--kry-color-5);
  border-radius: 7px;

  transition: all .3s ease;

  padding: 37px 22px;
}

.card__mvv .icon{
  width: 82px;
  height: 82px;

  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: #FFFFFF;
  margin-bottom: 15px;

  transition: colorrr .3s ease;
}

.card__mvv h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;

  color: #FFFFFF;
  margin: 0px;

  transition: colorrr .3s ease;
}

.card__mvv span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;

  color: #FFFFFF;
  transition: colorrr .3s ease;
}

.card__mvv:hover{
  background-color: var(--kry-color-3);
  .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-4);

  padding-left: 12px;
  margin-bottom: 45px;
}

.fx3__home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 12px;
}

.fx3__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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-4);
  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-5);
}

.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: #FFFFFF;
  margin-bottom: 12px;
}

.fx4__home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #FFFFFF;
  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: #FFFFFF;
  margin-bottom: 0;
}

.fx4__home .btn__wrapper{
  text-align: center;

  margin-top: 52px;
}

.fx5__home{
  padding: 50px 0px 70px 0px;
}

.fx5__home .titulo{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.fx5__home .titulo h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.fx5__home .titulo p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 0;
}

.fx5__home .titulo .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-3);
}

.fx5__home .card__depoimento{
  width: 100%;
  height: 260px;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  background-color: #021A37;
  border-radius: 7px;

  padding: 19px 12px 15px 12px;
}

.fx5__home .depoimento{
  width: 100%!important;
}

.fx5__home .depoimento{
  width: 100%!important;
}

.fx5__home .card__depoimento .icon{
  margin-bottom: 12px;
}

.fx5__home .card__depoimento .icon img{
  width: 60px;
  height: 60px;
}

.fx5__home .card__depoimento p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 20px;
}

.fx5__home .card__depoimento span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;

  color: #FFFFFF;
}

.fx5__home .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 50px;
}

.fx5__home .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.fx5__home .tns-nav button:hover,
.fx5__home .tns-nav .tns-nav-active{
  background-color: var(--kry-color-4);
  transform: scale(calc(19 / 15));
}

.fx6__home{
  padding: 50px 0px 70px 0px;
  background: var(--kry-color-2);
}

.fx6__home .titulo{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.fx6__home .titulo h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.fx6__home .titulo p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 0;
}

.fx6__home .titulo .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-4);
}

.fx6__home .parceiro__wrapper{
  display: flex;
  
  width: 100%;
  max-width: 170px;
  height: 70px;

  --bg-color-parceiro: #FFFFFF;
  background-color: var(--bg-color-parceiro);

  box-shadow: 3px 3px rgba(0, 0, 0, .25);

  padding: 10px;
}

.fx6__home .parceiro__wrapper img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fx6__home .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 50px;
}

.fx6__home .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.fx6__home .tns-nav button:hover,
.fx6__home .tns-nav .tns-nav-active{
  background-color: var(--kry-color-4);
  transform: scale(calc(19 / 15));
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx2__home .container .col-lg-4,
    .fx4__home .container .col-lg-4{
      justify-items: center;
    }

  }
  @media(max-width: 767px){
    .fx1__home .content{
      text-align: justify;
    }
    .fx1__home .content 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-5);
}

.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: #FFFFFF;
  margin-bottom: 32px;
}

.fx1__sobre .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx2__sobre{
  background-color: var(--kry-color-1);
}

.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: #FFFFFF;
  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: #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: var(--kry-color-1);
}

.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: #FFFFFF;
  margin-bottom: 32px;
}

.fx1__servicos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #FFFFFF;
  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: var(--kry-color-5);
}

.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: #FFFFFF;
  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: #FFFFFF;
  margin-bottom: 0;
}

.fx2__single{
  padding: 50px 0px;
}

.fx2__single .titulo{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.fx2__single h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;

  color: #FFFFFF;
  margin-bottom: 32px;
}

.fx2__single .img{
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fx2__single .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2__single .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 50px;
}

.fx2__single .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.fx2__single .tns-nav button:hover,
.fx2__single .tns-nav .tns-nav-active{
  background-color: var(--kry-color-4);
  transform: scale(calc(19 / 15));
}
/* 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: var(--kry-color-1);
}

.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: #FFFFFF;
  margin-bottom: 32px;
}

.fx1__depoimentos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx1__depoimentos .card__depoimento{
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  background-color: #021A37;
  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: #FFFFFF;
  margin-bottom: 20px;
}

.fx1__depoimentos .card__depoimento span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;

  color: #FFFFFF;
}

/* 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: var(--kry-color-1);
}

.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: #FFFFFF;
  margin-bottom: 32px;
}

.fx1__parceiros .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #FFFFFF;
  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);

  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: var(--kry-color-1);
}

.fx1__contato .container{
  padding-top: 60px;
  padding-bottom: 75px;
}

.fx1__contato .container .row{
  align-items: center;
  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: #FFFFFF;
  margin-bottom: 32px;
}

.fx1__contato .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx1__contato form{
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 17px;
}

.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-4);
}

.fx1__contato .info__wrapper .title p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx1__contato .info__wrapper span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;

  color: #FFFFFF;
}

.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 form{
      width: 90%;
    }
    .fx1__contato .contact__wrapper{
      align-items: center;
    }
    .fx1__contato .info__wrapper{
      max-width: 500px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* 404 */

.pg-404 {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--kry-color-2) 0%, var(--kry-color-1) 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.pg-404::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../imagens/bg-section-titulo.png') center/cover no-repeat;
  opacity: 0.05;
}

.pg-404 .container {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.pg-404 h1 {
  font-family: var(--fontPadrao);
  font-size: 150px;
  line-height: 1;
  margin: 0;
  color: var(--kry-color-1);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.pg-404 h2 {
  font-family: var(--spline-sans-semibold);
  font-size: 26px;
  margin: 20px 0 40px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

.pg-404 .editor {
  font-family: var(--spline-sans-regular);
  font-size: 18px;
  color: #d8e0f0;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--kry-cor-1);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.pg-404 .editor a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--kry-cor-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.pg-404 .editor a:hover::after {
  transform: scaleX(1);
}

.pg-404 .editor a:hover {
  color: var(--kry-branco);
}

/* 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 =================*/
.blog03 {
  background: var(--kry-color-1);
  padding: 30px 0 100px;
  margin-bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog03 .container {
  width: 100%;
  max-width: 1170px;
}

.blog03 .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.blog03 .blogsubtit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--kry-color-1);
}

.blog03 .lista-posts {
  border-radius: 8px;
  width: 100%;
  max-width: 870px;
  color: #FFFFFF;
}

.blog03 .informacao-post {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog03 .post {
  display: flex;
  flex-direction: column;
  padding: 0 50px 30px 0;
}

.blog03 .post h2 {
  font-weight: 700;;
  font-size: 24px;
  color: var(--kry-color-4);
  margin: 10px 0;
  text-align: justify;
}

.blog03 .post .post-cat {
  display: inline-block;
  background-color: var(--kry-color-2);
  color: #FFFFFF;
  font-weight: 700;;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  transition: transform 0.2s ease-in-out;
  text-align: center;
}

.blog03 .post .post-cat:hover {
  transform: scale(0.95);
  background-color: #fff;
  color: var(--kry-color-1);
  border: 2px solid var(--kry-color-1);
}

.blog03 .post .postautor {
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFFFFF;
}

.blog03 .post .img {
  width: 100%;
  max-width: 370px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
}

.blog03 .post .postthumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog03 .post .post-resumo {
  font-family: var(--fontPadrao);
  font-weight: 400;
  text-align: justify;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
}

.blog03 .post .post-resumo .lermais {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  color: var(--kry-color-1);
}

.blog03 .post a {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.blog03 .post a:hover {
  transform: scale(0.99);
}

.blog03 .post .clearfix {
  clear: both;
  border: 1px solid #CBCBCB;
  margin-top: 20px;
}

.blog03 .sidebar {
  width: 100%;
  max-width: 270px;
}

.blog03 .sidebar form.buscar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.blog03 .sidebar form.buscar input[type='text'] {
  flex: 1;
  padding: 8px 15px;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  opacity: inherit;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 195px;
}

.blog03 .sidebar form.buscar input[type='text']:focus {
  border-color: var(--kry-color-1);
}

.blog03 .sidebar form.buscar button#buscar {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 3px;
  background: none;
  padding: 8px;
  cursor: pointer;
  background-color: var(--kry-color-4);
}

.blog03 .sidebar form.buscar button#buscar img {
  width: 18px;
  height: auto;
}

.blog03 .sidebar .cor {
  width: 15px;
  min-height: 69px;
  background-color: var(--kry-color-4);
  margin: 0 15px 0 0;
}

.blog03 .sidebar .sidebarcategoria {
  display: flex;
  align-items: center;
  background-color: #021A37;
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  min-height: 69px;
}

.blog03 .sidebar .sidebarcategoria:hover {
  transform: scale(0.95);
}

.blog03 .sidebar .sidebarcategoria .sctxt {
  font-size: 13px;
  font-weight: 700;;
  color: #FFFFFF;
  line-height: 1.2;
  flex: 1;
}

.blog03 .sidebar .sobre-autor {
  background: #021A37;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.blog03 .sidebar .sobre-autor .sobre-frase {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.blog03 .sidebar .sobre-autor img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 10px;
}

.blog03 .sidebar .sobre-autor .nome-autor {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
}

.blog03 .sidebar .sobre-autor p {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1.4;
}

.blog03 .wp-pagenavi {
  display: flex;
  justify-content: flex-start;
}

.blog03 .wp-pagenavi a,
.blog03 .wp-pagenavi span {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--kry-cinza);
  color: #8D8D8D;
  font-size: 13px;
  font-family: var(--fontPadrao);
  font-weight: 400;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blog03 .wp-pagenavi a:hover {
  background: #fff;
  color: var(--kry-color-1);
}

.blog03 .wp-pagenavi .current {
  background: var(--kry-color-1);
  color: #fff;
}

.blog03 .opost {
  padding: 20px;
  border-radius: 10px;
  margin: 0 20px 0 0;
}

.blog03 .opost .post-categorias {
  margin-bottom: 15px;
}

.blog03 .opost .post-title {
  font-weight: 700;;
  font-size: 28px;
  color: var(--kry-color-4);
  margin-bottom: 15px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

.blog03 .opost .editor {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.8;
  font-family: var(--fontPadrao);
  font-weight: 400;
  text-align: justify;
}

.blog03 .opost .editor h2,
.blog03 .opost .editor h3,
.blog03 .opost .editor h4 {
  margin: 30px 0 15px;
  font-weight: 700;;
  color: var(--kry-color-4);
}

.blog03 .opost .editor p,
.blog03 .opost .editor ul,
.blog03 .opost .editor ol {
  margin-bottom: 15px;
  color: #FFFFFF;
}

.blog03 .opost .editor blockquote {
  font-style: italic;
  color: var(--kry-color-1);
  border-left: 4px solid var(--kry-color-1);
  padding-left: 15px;
  margin: 20px 0;
}

.blog03 .opost .editor img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

.blog03 .opost .editor a {
    color: var(--kry-color-4) !important;
    text-decoration: underline !important;
    font-family: var(--fontPadrao);
    
    font-weight: 600;
}

.blog03 .opost .editor a:hover {
  color: var(--kry-color-1);
}

.blog03 .sugestao-titulo {
  font-size: 20px;
  font-weight: 700;;
  margin: 20px 0;
  color: #FFFFFF;
}

.blog03 .artigos-relacionados {
  justify-content: flex-start!important;
  gap: 0px;
  row-gap: 10px;
}

.blog03 .artigos-relacionados .linkartigo {
  display: block;
  font-weight: 700;;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 30px;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  max-width: 270px;
}

.blog03 .artigos-relacionados .linkartigo:hover {
  transform: scale(1.02);
}

.blog03 .artigos-relacionados .linkartigo img {
  border-radius: 6px;
  margin-bottom: 10px;
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 270px;
}

.blog03 .comentarios-titulo {
  font-size: 20px;
  font-weight: 700;;
  color: #FFFFFF;
  margin: 40px 0 10px;
}

.blog03 .fundo-form {
  background-color: var(--kry-color-4);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.blog03 .fundo-form h3{
  color: #FFFFFF;
}

.blog03 .fundo-form input,
.blog03 .fundo-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  resize: none;
  width: 100%;
  max-width: 800px;
}

.blog03 .fundo-form input:focus,
.blog03 .fundo-form textarea:focus {
  border-color: var(--kry-color-1);
  outline: none;
}

.blog03 .fundo-form input[type="submit"] {
  background: var(--kry-color-1);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog03 .fundo-form input[type="submit"]:hover {
  background: var(--kry-color-1);
}

.blog03 .nautor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--kry-color-4);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  width: 100%;
  max-width: 815px;
}

.blog03 .nautor .nletra {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--kry-color-1);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;;
  flex-shrink: 0;
}

.blog03 .nautor .nanome {
  font-size: 15px;
  font-weight: 700;;
  color: var(--kry-color-2);
}

.blog03 .nautor .natxt {
  font-size: 14px;
  font-family: var(--fontPadrao);
  font-weight: 400;
  color: var(--kry-color-2);
  line-height: 1.6;
}

.blog03 .spacer {
  height: 20px;
}

.blog03 .clearfix {
  clear: both;
}

.blog03 .comment-form-cookies-consent {
  display: none;
  align-items: center;
  justify-content: flex-start;
}

.blog03 .comment-form-cookies-consent input {
  width: 100%;
  max-width: 30px;
  margin: 0 0 2px 0;
}

.blog03 .comment-form-cookies-consent label {
  margin: 0;
}

@media (max-width: 1200px) {
  .blog03 {
    padding: 30px 10px 10px;
  }

  .blog03 .post {
    padding: 10px;
  }

  .blog03 .sidebar {
    padding: 30px 0 !important;
  }

  .blog03 .opost {
    margin: 0;
  }
}

@media (max-width: 769px) {

  .blog03 .lista-posts {
    padding: 20px;
  }

  .blog03 p {
    margin: 0;
  }

  .blog03 .wp-pagenavi {
    justify-content: center;
  }

  .blog03 .post {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog03 .post .img {
    min-width: auto;
  }

  .blog03 .post .postautor {
    border: none;
    margin-bottom: 5px;
    font-weight: 700;;
  }

  .blog03 .post .postthumb {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog03 .post .post-resumo {
    font-size: 14px;
  }

  .blog03 .post .post-cat {
    font-size: 10px;
  }

  .blog03 h2 {
    text-align: center;
    font-size: 20px !important;
  }

  .blog03 .informacao-post {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .blog03 .sidebar {
    margin-top: 30px;
    padding: 20px;
  }

  .blog03 .sidebar .sidebarcategoria .scimg {
    width: 40px;
    height: 40px;
  }

  .blog03 .sidebar .sobre-autor .nome-autor {
    font-size: 15px;
  }
}
