@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #131429;  **/
/**  cor-2: #C29D54;  **/
/**  cor-3: #FBE3D6;  **/
/**  cor-4: #F8EFE0;  **/

/* Fonts */
/* "Montagu Slab", serif; */
@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab:opsz,wght@16..144,100..700&display=swap');

/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* "Montez", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');

.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;

  a{
    color: #FFFC9E!important;
    &:hover{
      color: #38A7EB!important;
    }
  }
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.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{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  display: block;
}

@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@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;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--kry-color-1);
}

::-moz-selection{
  background: var(--kry-color-1);
}

::selection{
  background: var(--kry-color-1);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
}

.lds-ellipsis div{  
  background-color: var(--kry-color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-color: var(--kry-color-4);
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

:root{
  --fontPadrao  : 'Montagu Slab';
  --fontNotoSans: 'Noto Sans';
  --fontMontez  : 'Montez';

  --kry-color-1: #131429;
  --kry-color-2: #C29D54;
  --kry-color-3: #FBE3D6;
  --kry-color-4: #F8EFE0;
}

/* BUTTONS */

.btn-scale-up{
  position: relative;

  display: inline-block;

  width: 100%;
  max-width: 370px;

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;

  color: #FFFFFF !important;

  text-align: center;

  background-color: var(--kry-color-1);

  padding: 14px 20px;

  span{
    position: relative;
    z-index: 1;
  }

  &::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;

    background-color: var(--kry-color-1);
    border-radius: 2px;

    transition: all .3s ease;
  }
  &:hover,
  &:active,
  &:focus{
    &::before{
      transform: scaleX(1.1243);
    }
  }
}

/* /BUTTONS */

/* HEADER */

.topo__header{  
  .header{
    background-color: var(--kry-color-1);
    .container{
      position: relative;
      padding-top: 6px;
      padding-bottom: 14px;
      .row{
        align-items: center;
      }
      .logo{
        display: block;
        width: 121px;
        height: 129px;
        img{
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .menu{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
  }
  .nav{
    justify-content: flex-end;
    .nav__list{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: 30px;

      list-style: none;

      padding: 0;
      margin-bottom: 0px;
      .nav__item{
        position: relative;

        .nav__link{
          position: relative;
          z-index: 1;
          font-family: var(--fontPadrao);
          font-weight: 400;
          font-size: 16px;
          line-height: 1;
          
          color: var(--kry-color-2);

          transition: all .3s ease;
        }

        &::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;

          width: 15%;
          height: 100%;

          opacity: 0;
          visibility: hidden;

          background-color: var(--kry-color-2);

          transition: all .3s ease;
        }

        &:hover,
        &[aria-current="page"]{
          &::before{
            opacity: 1;
            visibility: visible;
            width: 100%;
          }
          .nav__link{
            color: var(--kry-color-1);
          }
        }
      }
    }
  }
  .btn-burger{
    display: none;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--kry-color-2);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;

    .lines{
      width: 36px;
      height: 28px;

      display: grid;
      gap: 4px;
      margin: 0 auto;

      .line{
        height: 4px;
        background: currentColor;
        border-radius: 2px;
        transition: transform .25s ease, opacity .2s ease;
      }
    }

    &:focus-visible{
      outline: 2px solid #FFF;
    }

    &[aria-expanded="true"]{
      .line:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      .line:nth-child(2) {
        opacity: 0;
      }
      .line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
      }
    }
  }
  .languages__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    gap: 5px;
    .gtranslate_wrapper{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    a{
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease-in-out;
      overflow: hidden;
      &.gt-current-lang img{
        opacity: 1;
      }

      img{
        width: 100%;
        height: 100%;
        border-radius: 3px;
        transition: opacity .3s ease;
      }
    }
  }

  .backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(1px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 70;

    &.shown{
      opacity: 1;
      pointer-events: auto;
    }
  }

  .sidebar{
    position: fixed;
    inset: 0 auto 0 0;
    width: 250px;
    background: var(--kry-color-1);
    border-right: 1px solid var(--kry-color-4);
    transform: translateX(-100%);
    transition: transform .2s linear;
    z-index: 80;
    display: flex;
    flex-direction: column;

    &.shown{
      transform: translateX(0);
    }

    .sidebar__header{
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 10px;

      padding: 20px 16px;
      border-bottom: 1px solid var(--kry-color-4);
      .sidebar__logo{
        display: block;
        width: 121px;
        height: 129px;
        img{
          width: 100%;
          height: 100%;
        }
      }
      .sidebar__header__wrapper{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .sidebar__title{
        font-family: var(--fontPadrao);
        font-size: 30px;
        font-weight: 600;
        color: var(--kry-color-2);

        align-items: center;
        gap: 10px;
        margin-bottom: 0;
      }
      .sidebar__close{
        width: 32px;
        height: 32px;
        border: 0;
        background-image: url('../imagens/icon-close.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        color: var(--kry-color-2);
        cursor: pointer;
      }
    }
    .sidebar__nav{
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      .nav__list{
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
      }
      a{
        padding: 8px 10px;
      }
    }
  }
}

.content__header{
  --bg-content-header: var(--kry-color-4);
  background-image: var(--bg-content-header);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  align-content: center;
  min-height: 275px;

  .container{
    padding-top: 50px;
    padding-bottom: 50px;
    justify-items: center;

    .content{
      width: 100%;
      max-width: 740px;
      background-color: rgba(19, 20, 41, .65);

      padding: 38px 46px;
      h1{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 33px;
        line-height: 1.6;
        text-align: center;

        color: #FFFFFF;
        margin-bottom: 0;
      }
    }
  }
}

/* RESPONSIVO HEADER */

  @media(min-width: 992px) {
    .topo__header .sidebar,
    #backdrop{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .topo__header{
      .header{
        .container{
          .col-lg-2{
            justify-items: center;
          }
          .menu__col{
            position: static;
          }
          .nav, .languages__wrapper{
            display: none;
          }
          .btn-burger{
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);

            display: inline-grid;
            place-items: center;
          }
        }
      }
    }
  }
  @media(max-width: 767.98px) {
    .content__header{
      min-height: unset;
      .container{
        .content{
          h1{
            font-size: 23px;
          }
        }
      }
    }
  }
  @media(prefers-reduced-motion: reduce) {
    .sidebar, .backdrop, .btn-burger .line{ transition: none }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* HOME */

.banner__container{
  position: relative;
  .banner{
    --bg-banner: var(--kry-color-4);
    background-image: var(--bg-banner);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    align-content: center;
    min-height: 551px;

    .container{
      padding-top: 100px;
      padding-bottom: 100px;
      justify-items: center;

      .content{
        width: 100%;
        max-width: 740px;
        background-color: rgba(19, 20, 41, .65);

        padding: 21px 46px;
        h1{
          font-family: var(--fontPadrao);
          font-weight: 400;
          font-size: 33px;
          line-height: 1.6;
          text-align: center;

          color: #FFFFFF;
          margin-bottom: 0;
        }
      }
    }
  }
  .tns-controls{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    max-width: 1170px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    button{
      width: 48px;
      height: 48px;

      background-color: transparent;
      border: 0;
      padding: 0;
      .icon__nav{
        width: 100%;
        height: 100%;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        &.prev__nav{
          background-image: url('../imagens/chevron-prev.png');
        }
        &.next__nav{
          background-image: url('../imagens/chevron-next.png');
        }
      }
    }
  }
}

.fx1__home{
  position: relative;
  z-index: 1;

  
  .row{
    align-items: flex-end;
  }
  .content{
    padding-top: 15px;
    .title__wrapper{
      display: flex;
      align-items: center;
      img{
        width: 200px;
        height: 200px;
      }
      h2{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 25px;
        line-height: 1.4;

        color: var(--kry-color-2);
      }
    }
    p{
      font-family: var(--fontNotoSans);
      font-weight: 400;
      font-size: 17px;
      line-height: 1.3;
      text-align: justify;

      color: var(--kry-color-1);
      margin-bottom: 0
    }
  }
  .btn-scale-up{
    margin-top: 30px;
    margin-bottom: 42px;
  }
  .img__right{
    margin-top: -80px;
    img{
      width: 100%;
      max-width: 570px;
      height: auto;
    }
  }
}

.fx2__home{
  
  .container{
    margin-bottom: -172px;
  }
}

.solucoes-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;

  border-radius: 20px;
  overflow: hidden;

  .card-solucoes{
    position: relative;

    --bg-card-solucao: url('../imagens/no-img.png');

    max-width: 390px;

    min-height: 520px;

    &::before{
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0;

      background-image: var(--bg-card-solucao);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;

      filter: grayscale(1);
      transition: filter .3s ease;
    }

    &:hover{
      &::before{
        filter: grayscale(0);
      }
      .solucao__name{
        bottom: 37px;
      }
    }

    .solucao__name{
      position: absolute;
      bottom: 17px;
      z-index: 1;

      width: 100%;

      background-color: var(--kry-color-3);

      text-align: center;

      padding: 15px 14px;
      transition: all .3s ease;

      min-height: var(--solucao__name-height, initial);

      display: flex;
      align-items: center;
      justify-content: center;

      span{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 22px;
        line-height: 1.3;
        text-align: center;

        color: var(--kry-color-1);
      }
    }
  }

  .card-solucoes:first-child::before,
  .card-solucoes:nth-child(3n + 1)::before{
    border-radius: 20px 0px 0px 20px;
  }
  .card-solucoes:nth-child(3n)::before,
  .card-solucoes:last-child::before{
    border-radius: 0px 20px 20px 0px;
  }

  .card-solucoes:nth-last-child(2):nth-child(3n + 1)::before{
    border-radius: 20px 0 0 20px;
  }
  .card-solucoes:last-child:nth-child(3n + 1)::before{
    border-radius: 20px;
  }
}

.fx3__home{
  background-color: var(--kry-color-1);
  .container{
    padding-top: 227px;
    padding-bottom: 79px;
    justify-items: center;
    .icon{
      width: 60px;
      height: 60px;
      img{
        width: 100%;
        height: 100%;
      }
    }
    .content{
      max-width: 805px;
      text-align: center;
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.4;

        color: #FFFFFF;
        margin-bottom: 0;
      }
    }
  }
}

.fx4__home{
  
  .container{
    padding-bottom: 9px;
    .row{
      align-items: flex-start;
      row-gap: 25px;
    }
    .img-left{
      width: 100%;
      img{
        width: 100%;
        max-width: 670px;
        height: auto;
        max-height: 100%;
        border-radius: 2px;
      }
    }
    .content{
      padding-top: 41px;
      h2{
        font-family: var(--fontMontez);
        font-weight: 400;
        font-size: 46px;
        line-height: 60px;

        color: var(--kry-color-2);
        margin-bottom: 16px;
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 30px;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
      strong,b{
        font-weight: 700;
      }
      i,em{
        font-style: italic;
      }
    }
    .btn-scale-up{
      margin-top: 26px;
    }
  }
}

.fx5__home .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1__home{
      .col-lg-6{
        text-align: center;
      }
      .content{
        text-align: center;
        .title__wrapper{
          flex-direction: column;
          margin-bottom: 10px;
          h2{
            font-size: 20px;
          }
        }
      }
      .img__right{
        margin-top: 0px;
        img{
          max-width: 370px;
        }
      }
    }

    .solucoes-wrapper{
      grid-template-columns: 1fr;
      justify-items: center;
      .card-solucoes{
        width: 85%;
        &::before{
          border-radius: 20px !important;
        }
      }
    }

    .fx4__home{
      .container{
        padding-bottom: 25px;
        .img-left{
          img{
            max-width: 570px;
          }
        }
      }
      .col-lg-7,
      .col-lg-5{
        justify-items: center;
        text-align: center;
      }
    }
  }
  @media(max-width: 767px){
    .banner__container{
      .banner{
        --bg-banner-mobile: url('../imagens/no-img.png');
        background-image: var(--bg-banner-mobile);
        min-height: unset;
        .container{
          .content{
            h1{
              font-size: 23px;
            }
          }
        }
      }
    }

    .fx4__home{
      .container{
        .content{
          h2{
            font-size: 32px;
          }
        }
      }
    }

  }
  @media (max-width: 480px) {
    .fx1__home{
      .img__right{
        img{
          max-width: 85%;
        }
      }
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* FOOTER */

.footer{
  background-color: var(--kry-color-3);
  .container{
    padding-top: 66px;
    padding-bottom: 39px;
    justify-items: center;
    text-align: center;
    .content{
      margin-bottom: 33px;
      h3{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 25px;
        line-height: 1.4;
        text-align: center;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
    }
    .social-media{
      display: flex;
      align-items: center;
      gap: 14px;
      .social-link{
        display: block;
        width: 51px;
        height: 51px;
        img{
          width: 100%;
          height: 100%;
        }
      }
    }
    .credits{
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;

      margin-top: 84px;
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
      .kryzalis{
        display: flex;
        align-items: flex-end;
        column-gap: 22px;
      }
    }
  }
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer{
      .container{
        .credits{
          flex-direction: column;
          align-items: center;
          text-align: center;
          row-gap: 15px;
        }
      }
      padding-bottom: 49px;
    }
  }
  @media(max-width: 767px){
    .footer{
      .container{
        .content{
          h3{
            font-size: 20px;
          }
        }
        .credits{
          margin-top: 42px;
        }
      }
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SOLUCOES */

.fx1__solucao{
  
  .container{
    padding-top: 49px;
    padding-bottom: 83px;
    .content{
      text-align: center;

      margin-bottom: 43px;
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.4;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
    }
  }
}

/* /SOLUCOES */

/* SINGLE SOLUCOES */

.fx1__single__solucao{
  .container{
    padding-top: 45px;
    padding-bottom: 69px;
    .row{
      align-items: flex-start;
      row-gap: 25px;
    }
    .content{
      h2{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 39px;
        line-height: 1.2;

        color: var(--kry-color-2);
        margin-bottom: 22px;
      }
      ul,ol{
        color: var(--kry-color-1);
      }
      p, li{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.4;
        text-align: justify;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
    }
    .img__destaque{
      width: 100%;
      max-width: 570px;
      img{
        width: 100%;
        max-width: 570px;
        height: auto;
        max-height: 510px;
        border-radius: 20px;
        object-fit: cover;
      }
    }
  }
}

.fx2__single__solucao{
  background-color: var(--kry-color-1);
  .container{
    padding-top: 47px;
    padding-bottom: 64px;
    .content{
      margin-bottom: 44px;
      h2{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 39px;
        line-height: 1.6;

        color: var(--kry-color-2);
        margin-bottom: 24px;
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 30px;
        text-align: justify;

        color: #FFFFFF;
        margin-bottom: 0;
      }
    }
    .row{
      justify-content: center;
      row-gap: 45px;
    }
    .vantagem__item{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      .icon{
        flex-shrink: 0;
        width: 59px;
        height: 59px;

        margin-bottom: 6px;
        img{
          width: 100%;
          height: 100%;
        }
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 700;
        font-size: 17px;
        line-height: 1.2;

        color: var(--kry-color-2);
        margin-bottom: 5px;
      }
      span{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 30px;

        color: #FFFFFF;
      }
    }
  }
}

.fx3__single__solucao{
  .container{
    padding-top: 46px;
    padding-bottom: 53px;
    .row{
      align-items: center;
      row-gap: 20px;
    }
    .content{
      text-align: justify;
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.3;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
    }
  }
}

/* RESPONSIVO SINGLE SOLUCOES */

  @media (max-width: 991px) {
    .fx1__single__solucao{
      .container{
        .col-lg-6{
          justify-items: center;
        }
        .content{
          text-align: center;
        }
      }
    }
    .fx2__single__solucao{
      .container{
        .col-lg-6{
          justify-items: center;
        }
        .content{
          text-align: center;
        }
      }
    }
    .fx3__single__solucao{
      .container{
        .col-lg-4{
          text-align: center;
        }
      }
    }
  }
  @media(max-width: 767px){
    .fx1__single__solucao{
      .container{
        .content{
          h2{
            font-size: 26px;
          }
        }
      }
    }
    .fx2__single__solucao{
      .container{
        .content{
          h2{
            font-size: 26px;
          }
        }
      }
    }
  }
  @media (max-width: 575px) {
    .fx2__single__solucao{
      .container{
        .col-lg-4{
          justify-items: center;
        }
        .vantagem__item{
          width: 80%;
        }
      }
    }
  }

/* /RESPONSIVO SINGLE SOLUCOES */

/* /SINGLE SOLUCOES */

/* QUEM SOU */

.fx1__quem__sou{
  .container{
    padding-top: 31px;
    padding-bottom: 69px;
    .content{
      h2{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 39px;
        line-height: 1.6;

        color: var(--kry-color-2);
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.25;
        text-align: justify;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
      img{
        height: auto;
        max-width: 100%;
        border-radius: 20px;
      }
    }
  }
}

.fx2__quem__sou{
  background-color: var(--kry-color-1);
  .container{
    padding-top: 82px;
    padding-bottom: 82px;
    .content{
      text-align: center;
      justify-items: center;
      img{
        width: 59px;
        height: 59px;
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.25;

        color: #FFFFFF;
        margin-bottom: 0;
      }
    }
  }
}

.fx3__quem__sou{
  .container{
    padding-top: 56px;
    padding-bottom: 51px;
    .row{
      row-gap: 20px;
    }
    .content{
      h2{
        font-family: var(--fontPadrao);
        font-weight: 400;
        font-size: 39px;
        line-height: 1.6;

        color: var(--kry-color-2);
        margin-bottom: 12px;
      }
      p{
        font-family: var(--fontNotoSans);
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6;
        text-align: justify;

        color: var(--kry-color-1);
        margin-bottom: 0;
      }
    }
    .img__grid{
      img{
        width: 100%;
        max-width: 566px;
        height: auto;
        max-height: 558px;
      }
    }
    .cta-title{
      text-align: center;
      margin-top: 64px;
      h2{
        font-family: var(--fontMontez);
        font-weight: 400;
        font-size: 46px;
        line-height: 1.5;

        color: var(--kry-color-2);
        margin-bottom: 0;
      }
    }
  }
}

/* RESPONSIVO QUEM SOU */

  @media (max-width: 991px) {
    .fx3__quem__sou{
      .container{
        .content{
          text-align: center;
        }
        .img__grid{
          text-align: center;
          img{
            max-width: 280px;
          }
        }
        .cta-title{
          margin-top: 32px;
        }
      }
    }
  }
  @media(max-width: 767px){
    .fx3__quem__sou{
      .container{
        .content{
          h2{
            font-size: 27px;
          }
        }
        .cta-title{
          h2{
            font-size: 31px;
          }
        }
      }
    }
  }

/* /RESPONSIVO QUEM SOU */

/* /QUEM SOU */

/* CONTATO */

.fx1__contato{
  --bg-contato: var(--kry-color-4);
  background-image: var(--bg-contato);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .container{
    padding-top: 48px;
    padding-bottom: 43px;
    .row{
      row-gap: 25px;
    }
    h2{
      font-family: var(--fontPadrao);
      font-weight: 400;
      font-size: 39px;
      line-height: 1.5;

      color: var(--kry-color-2);
      margin-bottom: 28px;
    }
    .form-container{
      justify-items: center;
    }
    form{
      width: 100%;
      max-width: 550px;

      display: flex;
      flex-direction: column;
      row-gap: 17px;
      .form-group{
        width: 100%;

        margin-bottom: 0;
        input, textarea{
          width: 100%;
          background-color: #FFF;
          border: 1px solid #000;
          border-radius: 7px;

          padding: 12px 13px;
        }

        textarea{
          resize: none;
          height: 104px;
        }

        input,
        textarea,
        input::placeholder,
        textarea::placeholder{
          font-family: var(--fontNotoSans);
          font-weight: 400;
          font-size: 15px;
          line-height: 1.3;

          color: #000000;
        }
      }
      .form-submit p{
        display: flex;
        flex-direction: row-reverse;
        justify-content: end;
        align-items: center;
        gap: 10px;
        .btn-scale-up{
          max-width: 170px;

          border: none;

          padding: 14px 10px;
        }
      }
      p{
        margin-bottom: 0;
      }
    }
    .contact__wrapper{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
      row-gap: 15px;
      .contact__info{
        .contact__title{
          display: flex;
          align-items: center;
          column-gap: 11px;

          margin-bottom: 5px;
          img{
            width: 40px;
            height: 40px;
          }
          p{
            font-family: var(--fontPadrao);
            font-weight: 400;
            font-size: 20px;
            line-height: 1.3;

            color: var(--kry-color-2);
            margin-bottom: 0;
          }
        }
        span{
          font-family: var(--fontNotoSans);
          font-weight: 400;
          font-size: 15px;
          line-height: 1.3;

          color: var(--kry-color-1);
        }
      }
    }
  }
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1__contato{
      background-image: none;
      .container{
        h2{
          text-align: center;
        }
        .contact__wrapper{
          align-items: center;
          .contact__info{
            justify-items: center;
            text-align: center;
          }
        }
        form{
          align-items: center;
          .form-submit{
            width: 100%;
            p{
              flex-direction: column;
            }
          } 
        }
      }
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* LINKS UTEIS */

.fx1__links{
  --bg-links: var(--kry-color-4);
  background-image: var(--bg-links);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 35vh;
  align-content: center;
  .container{
    padding-top: 20px;
    padding-bottom: 20px;
    .row{
      row-gap: 30px;
    }
    h2{
      font-family: var(--fontPadrao);
      font-size: 39px;
      font-weight: 400;
      line-height: 1.8;

      color: var(--kry-color-2);
    }
    .card__link{
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      text-align: center;
      row-gap: 8px;

      background-color: var(--kry-color-1);
      border-radius: 18px;

      padding: 18px 16px;
      .icon{
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        img{
          width: 100%;
          height: 100%;
        }
      }
      p{
        font-family: var(--fontNotoSans);
        font-size: 24px;
        color: #FFF;

        margin-bottom: 0;
      }
    }
  }
}

/* /LINKS UTEIS */

/* ===================================== */
/* 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: 'Noto Sans';
    font-size: 30px;
    font-weight: 700;

    color: var(--kry-color-1);
    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }

  .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: 'Noto Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-2);
    border-radius: 5px;

    padding: 7px 12px;
  }

  .kry__blog .post__header h2{
    font-family: 'Montagu Slab';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-1);
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
  }

  .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: 'Noto Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: var(--kry-color-1);
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: var(--kry-color-1);
    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: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: var(--kry-color-1);

    padding: 8px 9px;
  }


  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    background-color: var(--kry-color-2);
    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-3);
    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: 'Noto Sans';
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    border-bottom: 1px solid var(--kry-color-1);

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    transition: filter .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.4);
  }

  .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: 'Noto Sans';
    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: #FFF;
    border: 1px solid #DFDFDF;

    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;

    color: #8D8D8D;

    transition: all .3s linear;

    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-2);
    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: 'Noto Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: var(--kry-color-1);
  }

  .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: 'Montagu Slab';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: var(--kry-color-2);
    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: 'Montagu Slab';
    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: 'Noto Sans';
    font-size: 30px;
    font-weight: 700;
    color: var(--kry-color-1);

    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-3);
    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-2);
  }

  .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: 'Open Sans';
    font-size: 15px;
    font-weight: 500;

    color: var(--kry-color-1);

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__wrapper .comment__null{
    font-family: 'Open Sans';
    font-size: 23px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__form .comment-notes{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;

    color: var(--kry-color-1);

    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 */
/* ===================================== */

/* 404 */

.pg-404 {
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kry-color-1);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.pg-404 .container {
  max-width: 800px;
  margin: 0 auto;
}

.pg-404 h1 {
  font-family: var(--fontPadrao);
  font-size: 10rem;
  line-height: 1;
  margin: 0;
  color: var(--kry-color-2);
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

.pg-404 h2 {
  font-family: var(--fontPadrao);
  font-size: 2rem;
  margin: 20px 0;
  color: var(--kry-color-3);
}

.pg-404 .editor {
  font-family: var(--fontNotoSans), sans-serif;
  font-size: 18px;
  color: var(--kry-color-4);
  margin-top: 20px;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--kry-color-2) !important;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 1px solid transparent;
}

.pg-404 .editor a:hover {
  color: var(--kry-color-3) !important;
}

/* Responsividade */
@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 6rem;
  }
  .pg-404 h2 {
    font-size: 19px;
  }
  .pg-404 .editor {
    font-size: 16px;
  }
}

/* /404 */


/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/