@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #6B705C;  **/
/**  cor-2: #3F4E4F;  **/
/**  cor-3: #D4A373;  **/
/**  cor-3: #D47415;  **/
/**  cor-3: #232619;  **/

/* Fonts */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
      url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
      url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
      url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 25;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
  
  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background-color: #ffb900; }
span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container{padding: 0px;}
}
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

/* Links */
a{
  text-decoration: none;
  transition: all .2s linear;
}
.editor a{
  color: var(--kry-color-1) !important; /* prioridade tema_m */
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: var(--kry-color-2);
}
::-moz-selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}
::selection{
  background: var(--kry-color-1);
  color: #FFFFFF;
}

/* Paginação */
.pagination .active a,
.pagination .active a:hover{
  background-color: #000000;
  border-color: #000000;
}
.lds-ellipsis div{
  background-color: #000000;
}
.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin: 0 5px;
}
.wp-pagenavi span.current{
  background-color: #000000;
  color: #FFF;
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}
.clearfix {
  clear: both;
}

.pg-home{
  overflow-x: hidden;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 20px 20px 20px 0;
}
.alignright{
  float: right;
  margin: 20px 0 20px 20px;
}
.aligncenter{
  display: block;
  margin: 20px auto;
}

:root{
  --font-Padrao: 'Montserrat';
  
  --kry-color-1: #6B705C;
  --kry-color-2: #3F4E4F;
  --kry-color-3: #D4A373;
  --kry-color-4: #D47415;
  --kry-color-5: #232619;
}

/* BUTTONS */

.btn-green-orange{
  position: relative;

  display: flex;
  justify-content: center;
  text-align: center;

  width: 100%;
  max-width: 235px;


  padding: 17px 13px;

  &::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    
    border-radius: 7px;
    background-color: var(--kry-color-1);
 
    transition: all .3s ease;
  }

  span{
    position: relative;
    z-index: 5;

    font-family: var(--font-Padrao);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;

    color: #FFFFFF;
    transition: color .3s ease;

    margin-bottom: 0;
  }
}

.btn-green-orange:hover{
  &::before{
    background-color: var(--kry-color-4);
    transform: scaleX(calc(261 / 235)) scaleY(calc(59 / 53));
  }
}

/* /BUTTONS */

/* HEADER */

.header{
  position: fixed;
  z-index: 25;

  width: 100%;

  background-color: var(--kry-color-5);
}

.header__wrapper{
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header .container{
  padding-top: 19px;
  padding-bottom: 16px;
}

.header .logo__desktop,
.header .logo__mobile{
  display: block;
  width: 100%;
  max-width: 299px;
  max-height: 77px;
}

.header .logo__desktop img,
.header .logo__mobile img{
  width: 100%;
  max-width: 299;
  height: auto;
  max-height: 77px;
}

.header .menu__wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 35px;
}

.menu__whatsapp{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
}

.menu__whatsapp img{
  width: 21px;
  height: 21px;
}

.menu__whatsapp span{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;

  color: #879691;

  transition: color .3s ease-in-out;
}

.menu__whatsapp:hover span{
  color: #FFFFFF;
}

.nav{
  justify-items: flex-end;
}

.nav .nav__list{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 34px;

  list-style: none;

  padding: 0;
  margin-bottom: 0px;
}

.nav .nav__item{
  position: relative;
}

.nav .nav__item::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  background-color: #FFFFFF;
  opacity: 0;

  transition: opacity .3s ease;
}

.nav .nav__item .nav__link{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;

  transition: color .3s ease;

  color: var(--kry-color-3);
}

.nav .nav__item:hover,
.nav .nav__item[aria-current="page"]{
  &::before{
    opacity: 1;
  }
  .nav__link{
    color: #FFFFFF;
  }
}

.header .btnCloseMenu{
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;

  padding: 0px;
}

.header .btnOpenMenu{
  position: absolute;
  z-index: 40;

  top: 50%;
  right: 5px;
  transform: translateY(-50%);

  display: block;

  width: 40px;
  height: auto;

  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;

  padding: 0px;
}

.header .menu__title__wrapper{
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu__title__wrapper p{
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 500;

  color: #FFFFFF;

  margin-bottom: 0;
}

.btnOpenMenu .lines{
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.btnOpenMenu .lines .line{
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

.btnOpenMenu:focus-visible{
  outline: 2px solid #FFFFFF;
}

.btnOpenMenu[aria-expanded="true"] .line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.btnOpenMenu[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
}

.btnOpenMenu[aria-expanded="true"] .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.backdrop{
  position: fixed;
  z-index: 50;
  inset: 0;

  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  
  transition: opacity .3s ease;
}

.backdrop.shown{
  opacity: 1;
  pointer-events: auto;
}

/* RESPONSIVO HEADER */
  
  @media(min-width: 992px){
    .header .logo__mobile,
    .header .menu__title__wrapper,
    .header .btnOpenMenu,
    .header .backdrop{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .header .menu__container{
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 70;

      width: 80%;
      max-width: 350px;
      height: 100%;

      background-color: var(--kry-color-5);

      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 16px;

      transform: translateX(-100%);
      opacity: 0;

      overflow: hidden;

      transition: all .3s ease-in-out;

      padding: 50px 30px 70px 30px;
    }
    .header .menu__container.shown{
      transform: translateX(0px);
      opacity: 1;
    }
    .header .menu__wrapper,
    .menu__whatsapp,
    .header .nav{
      width: 100%;
    }
    .header .nav__list{
      width: 100%;

      flex-direction: column;
      align-items: start;
      row-gap: 15px;
    }

    .header .menu__wrapper{
      row-gap: 20px;
    }

    .nav .nav__item::before,
    .nav .nav__item .nav__link{
      transition: all .2s ease;
    }
    .btnOpenMenu{
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);

      display: inline-grid;
      place-items: center;
    }
  }
  @media(max-width: 480.98px){
    .header .logo__desktop{
      padding-right: 45px;
    }
  }

/* /RESPONSIVO HEADER */

/* HEADER */

/* FOOTER */

.footer{
  background-color: var(--kry-color-2);
}

.footer .container{
  padding-top: 69px;
  padding-bottom: 85px;
}

.footer .container .row{
  row-gap: 45px;
}

.footer .grid__info__1{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px 20px;

  margin-bottom: 60px;
}

.footer .info__wrapper{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: start;
}

.footer .info__wrapper .title{
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.footer .info__wrapper .title .line{
  width: 32px;
  height: 7px;
  background-color: var(--kry-color-3);
}

.footer .info__wrapper .title p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .info__wrapper span{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: #FFFFFF;
}

.footer .info__wrapper .social__media__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer .info__wrapper .social__media__wrapper .social__link{
  display: block;
}

.footer .info__wrapper .social__media__wrapper .social__link img{
  width: 100%;
  height: auto;
}

.footer .grid__info__2{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px 20px;
}

.footer .wpcf7{
  display: flex;
  justify-content: center;
}

.footer form{
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 17px;
}

.footer form p{
  margin-bottom: 0px;
}

.footer form .form-control{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.footer form .form-control input,
.footer form .form-control textarea{
  width: 100%;

  background-color: #FFFFFF;
  border: 1px solid var(--kry-color-1);
  border-radius: 7px;

  padding: 12px 13px;
}

.footer form .form-control textarea{
  height: 100px;
  resize: none;
}

.footer form .form-control input,
.footer form .form-control input::placeholder,
.footer form .form-control textarea,
.footer form .form-control textarea::placeholder{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-1);
}

.footer form .form-submit{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.footer form .form-submit .btn__submit{
  width: auto;
  height: 53px;
  min-width: 132px;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;

  color: #FFFFFF;

  background-color: var(--kry-color-4);
  border: none;
  border-radius: 7px;

  transition: transform .3s ease-in-out;
}

.footer form .form-submit .btn__submit:hover{
  transform: scaleX(calc(261 / 235)) scaleY(calc(59 / 53));
}

.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: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.credits__section .credits .kryzalis{
  display: flex;
  align-items: flex-end;
  column-gap: 22px;
}

.credits__section .credits .kryzalis img{
  width: 50px;
  height: 31px;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .container{
      padding-top: 35px;
      padding-bottom: 40px;
    }
    .footer .grid__info__1,
    .footer .grid__info__2{
      flex-direction: column;
      align-items: center;
    }
    .footer .grid__info__1{
      margin-bottom: 30px;
    }
    .footer .form-container{
      display: flex;
      justify-content: center;
    }
    .credits__section .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  @media(max-width: 900px){
    .credits__section .container{
      padding-bottom: 82px;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* SECTION TITLE */

.section__title{
  position: relative;

  --bg-section-title: var(--kry-color-1);

  background: var(--bg-section-title);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin-top: 115px;
}

.section__title::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color: rgba(0, 0, 0, .35);
}

.section__title .container{
  padding-top: 80px;
  padding-bottom: 70px;
}

.section__title .content{
  position: relative;
  z-index: 5;

  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(--font-Padrao);
  font-weight: 700;
  font-size: 40px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.section__title .content .bread{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 24px;

  color: #FFFFFF;
}

.section__title .content .bread span{
  font-weight: 700;
}

/* RESPONSIVO SECTION TITLE */

  @media(max-width: 991.98px){
    .section__title{
      margin-top: 112px;
    }
    .section__title .container{
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .section__title .content h1{
      font-size: 30px;
    }
    .section__title .content .bread{
      font-size: 21px;
    }
  }
  @media(max-width: 767px){
    .section__title .content__bg{
      padding: 92px 35px;
    }
    .section__title .container{
      padding-top: 45px;
      padding-bottom: 45px;
    }
    .section__title .content h1{
      font-size: 25px;
    }
    .section__title .content .bread{
      font-size: 19px;
    }
  }
  @media(max-width: 480px){
    .section__title{
      margin-top: 100px;
    }
    .section__title .content__bg{
      padding: 92px 17px;
    }
    .section__title .content .bread{
      font-size: 16px;
    }
  }

/* /RESPONSIVO SECTION TITLE */

/* /SECTION TITLE */

/* BANNER */

.banner__section{
  position: relative;

  margin-top: 115px;
}

.banner__section .banner__container{
  max-height: 580px;
}

.banner__section .banner__item{
  display: block;
  width: 100%;
  height: auto;
  max-height: 580px;
}

.banner__section .banner__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__section .tns-nav{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}

.banner__section .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: #FFFFFF;
  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-3);
  transform: scale(calc(19 / 15));
}

/* RESPONSIVO BANNER */

  @media(max-width: 991.98px){
    .banner__section{
      margin-top: 112px;
    }
    .banner__section .banner__item,
    .banner__section .banner__item img{
      height: 300px;
    }
  }
  @media(max-width: 767.98px){
    .banner__section .banner__item,
    .banner__section .banner__item img{
      height: 250px;
    }
  }
  @media(max-width: 575.98px){
    .banner__section .banner__item,
    .banner__section .banner__item img{
      height: 200px;
    }
    .banner__section .tns-nav{
      bottom: 14px;

      gap: 12px;
    }
  }
  @media(max-width: 480.98px){
    .banner__section{
      margin-top: 100px;
    }
  }

/* /RESPONSIVO BANNER */

/* /BANNER */

/* HOME */

.fx1__home{
  background-color: #F8F9FA;
}

.fx1__home .container{
  padding-top: 40px;
  padding-bottom: 49px;
}

.fx1__home .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;

  color: var(--kry-color-2);

  margin-bottom: 32px;
}

.fx1__home .content p{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;

  color: var(--kry-color-1);

  margin-bottom: 0px;
}

.fx1__home .content img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 7px;
}

.fx2__home .container{
  padding-top: 60px;
  padding-bottom: 51px;
}

.fx2__home .row{
  justify-content: center;
  row-gap: 30px;
}

.card__mvv{
  width: 100%;
  max-width: 270px;
  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 13px 55px 21px;
}

.card__mvv .icon{
  --card-icon-img: none;
  width: 82px;
  height: 82px;

  mask-image: var(--card-icon-img);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: var(--card-icon-img);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  background-color: var(--kry-color-3);

  transition: all .3s ease;

  margin-bottom: 9px;
}

.card__mvv p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;

  color: #FFFFFF;
  margin-bottom: 15px;
}

.card__mvv span{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;

  color: #FFFFFF;
}

.card__mvv:hover{
  background-color: var(--kry-color-3);
  .icon{
    background-color: #FFFFFF;
  }
}

.fx3__home{
  background-color: var(--kry-color-1);

  padding-top: 69px;
  padding-bottom: 79px;
}

.fx3__home .row{
  justify-content: center;
  row-gap: 25px;
}

.fx3__home .main__number{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  width: 100%;
  max-width: 370px;
}

.fx3__home .main__number h2{
  font-family: var(--font-Padrao);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx3__home .main__number h3{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;

  color: #FFFFFF;
  margin-bottom: 6px;
}

.fx3__home .main__number p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx3__home .card__number{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background-color: #FFFFFF;
  border-radius: 7px;

  padding: 20px 22px 28px 22px;
}

.fx3__home .card__number h2{
  font-family: var(--font-Padrao);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;

  color: var(--kry-color-1);
  margin-bottom: 0px;
}

.fx3__home .card__number h3{
  font-family: var(--font-Padrao);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;

  color: var(--kry-color-1);
  margin-bottom: 6px;
}

.fx3__home .card__number p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;

  color: var(--kry-color-1);
  margin-bottom: 0px;
}

.fx4__home .container{
  padding-top: 73px;
  padding-bottom: 69px;
}

.fx4__home .content{
  border-left: 8px solid var(--kry-color-3);

  padding-left: 12px;
  margin-bottom: 45px;
}

.fx4__home .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;

  color: var(--kry-color-2);
  margin-bottom: 12px;
}

.fx4__home .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.especializacoes-slider .tns-item{
  display: flex;
  justify-content: 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;
  max-height: 235px;
}

.card__especial .img_thumb img{
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 235px;
  border-radius: 7px;

  transition: transform .3s ease-in-out;
}

.card__especial:hover .img_thumb img{
  transform: scale(0.97);
}

.card__especial p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.fx4__home .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 50px;
}

.fx4__home .tns-nav button{
  width: 15px;
  height: 15px;

  background-color: var(--kry-color-1);
  border: none;
  border-radius: 50%;

  transition: all .3s ease;

  padding: 0;
}

.fx4__home .tns-nav button:hover,
.fx4__home .tns-nav .tns-nav-active{
  background-color: var(--kry-color-3);
  transform: scale(calc(19 / 15));
}

.fx4__home .btn__wrapper{
  display: flex;
  justify-content: center;
}

.fx4__home .especializacao__container{
  margin-bottom: 35px;
}

.fx4__home .tns-item{
  justify-items: center;
}

.fx5__home{
  background-color: #F8F9FA;

  padding-top: 66px;
  padding-bottom: 68px;
}

.fx5__home .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  margin-bottom: 63px;
}

.fx5__home .content h2{
  position: relative;

  font-family: var(--font-Padrao);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;

  color: var(--kry-color-2);
  margin-bottom: 10px;
}

.fx5__home .content h2::before{
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;

  width: 44px;
  height: 8px;
  background-color: var(--kry-color-1);
}

.fx5__home .content p{
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;

  color: var(--kry-color-1);

  margin-bottom: 0px;
}

.card__parceiro{
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 170px;
  max-height: 72px;
}

.card__parceiro::before{
  content: '';
  position: absolute;
  z-index: 5;
  inset: 0;

  background-color: rgba(0, 0, 0, .2);
  opacity: 0;

  transition: opacity .3s ease-in-out;
}

.card__parceiro:hover::before{
  opacity: 1;
}

.card__parceiro img{
  position: relative;
  z-index: 0;

  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.fx5__home .tns-item{
  justify-items: center;
}

.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: var(--kry-color-1);
  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-3);
  transform: scale(calc(19 / 15));
}

.fx6__home .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx6__home .banner__home{
  position: relative;

  display: flex;

  width: 100%;
  max-height: 345px;
}

.fx6__home .bg__banner{
  width: 100%;
  height: 100%;
  max-height: 345px;
}

.fx6__home .bg__banner img{
  width: 100%;
  height: auto;
  max-height: 345px;
  object-fit: cover;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1__home .content h2,
    .fx4__home .content h2{
      font-size: 27px;
    }
    .fx1__home .content p{
      font-size: 17px;
    }

    .card__mvv{
      align-items: center;
      text-align: center;

      padding: 28px 15px;
    }
    .card__mvv p{
      font-size: 18px;
    }

    .fx2__home .container .col-lg-3,
    .fx3__home .col-lg-4{
      display: flex;
      justify-content: center;
    }

    .fx3__home .main__number h2{
      font-size: 66px;
    }
    .fx3__home .main__number h3{
      font-size: 25px;
    }
    .fx3__home .card__number h2{
      font-size: 30px;
    }
    .fx3__home .card__number h3{
      font-size: 22px;
    }

    .fx5__home .content h2{
      font-size: 30px;
    }

    .fx6__home .content__wrapper{
      flex-direction: column;
      justify-content: center;
      row-gap: 20px;

      padding: 15px;
    }
  }
  @media(max-width: 767px){
    .fx1__home .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .fx1__home .content h2,
    .fx4__home .content h2,
    .fx5__home .content h2{
      font-size: 24px;
    }
    .fx1__home .content p{
      font-size: 16px;
    }
    .card__mvv p{
      font-size: 17px;

      margin-bottom: 7px;
    }

    .fx3__home{
      padding-top: 45px;
      padding-bottom: 50px;
    }

    .fx4__home .container{
      padding-top: 42px;
      padding-bottom: 39px;
    }

    .fx3__home .main__number h2{
      font-size: 46px;
    }
    .fx3__home .main__number h3{
      font-size: 20px;
    }
    .fx3__home .card__number h2{
      font-size: 24px;
    }
    .fx3__home .card__number h3{
      font-size: 19px;
    }

    .card__especial p{
      font-size: 18px;
    }

    .fx6__home .container{
      padding-top: 30px;
      padding-bottom: 30px;

    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* SOBRE */

.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(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-2);
  margin-bottom: 32px;
}

.fx1__sobre .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.fx2__sobre{
  background-color: #F8F9FA;
}

.fx2__sobre .container{
  padding-top: 44px;
  padding-bottom: 60px;
}

.fx2__sobre .row{
  justify-content: center;
  row-gap: 30px;
}

.fx2__sobre .content{
  margin-bottom: 66px;
}

.fx2__sobre .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-2);
  margin-bottom: 20px;
}

.fx2__sobre .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx2__sobre .container .col-lg-3{
      display: flex;
      justify-content: center;
    }
    .fx1__sobre .content h2,
    .fx2__sobre .content h2{
      font-size: 27px;
      margin-bottom: 16px;
    }
  }
  @media(max-width: 767px){
    .fx1__sobre .container{
      padding-top: 40px;
      padding-bottom: 45px;
    }
    .fx1__sobre .content h2,
    .fx2__sobre .content h2{
      font-size: 24px;
    }
    .fx1__sobre .content p,
    .fx2__sobre .content p{
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* SERVICOS */

.fx1__servicos{
  background-color: #FFFFFF;
}

.fx1__servicos .container{
  padding-top: 62px;
  padding-bottom: 70px;
}

.fx1__servicos .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__servicos .content{
  margin-bottom: 50px;
}

.fx1__servicos .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: var(--kry-color-2);
  margin-bottom: 20px;
}

.fx1__servicos .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: var(--kry-color-1);
  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;
    }
  }
  @media(max-width: 767.98px){
    .fx1__servicos .content h2{
      font-size: 24px;
    }
  }

/* /RESPONSIVO SERVICOS */

/* /SERVICOS */

/* SINGLE */

.fx1__single{
  padding-top: 58px;
  padding-bottom: 127px;
}

.fx1__single .row{
  row-gap: 25px;

  margin-bottom: 21px;
}

.fx1__single .img__holder{
  width: 100%;
  max-width: 470px;
}

.fx1__single .img__holder img{
  width: 100%;
  max-width: 470px;
  height: auto;
  border-radius: 7px;
}

.fx1__single .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;

  color: var(--kry-color-2);

  margin-bottom: 31px;
}

.fx1__single .content > *{
  font-family: var(--font-Padrao);
}

.fx1__single .content p,
.fx1__single .content li{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;

  color: var(--kry-color-2);

  margin-bottom: 0px;
}

.fx2__single{
  background-color: #F8F9FA;

  padding-top: 37px;
  padding-bottom: 47px;
}

.fx2__single h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;

  color: var(--kry-color-2);

  margin-bottom: 38px;
}

.fx2__single .galeria__slider__container{
  position: relative;
}

.galeria__slide{
  display: flex;

  width: 100%;
  max-width: 270px;
  height: 270px;
}

.galeria__slide img{
  width: 100%;
  max-width: 270px;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
  border-radius: 7px;

  transition: filter .3s ease-in-out;
}

.galeria__slide:hover img{
  filter: brightness(0.8);
}

.galeria__slider__container .tns-item{
  display: inline-flex !important;
  justify-content: center;
}

.galeria__slider__container .tns-controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  margin-top: 39px;
}

.galeria__slider__container .tns-controls button[data-controls="prev"],
.galeria__slider__container .tns-controls button[data-controls="next"]{
  background-color: transparent;
  border: none;

  padding: 0px;
}

.galeria__slider__container .tns-controls button[data-controls="prev"] img,
.galeria__slider__container .tns-controls button[data-controls="next"] img{
  transition: filter .3s ease-in-out;
}

.galeria__slider__container .tns-controls button[data-controls="prev"]:hover img,
.galeria__slider__container .tns-controls button[data-controls="next"]:hover img{
  filter: brightness(0);
}

.galeria__slider__container .tns-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;

  margin-top: 39px;
}

.galeria__slider__container .tns-nav button{
  width: 19px;
  height: 19px;

  transform: scale(calc(15 / 19));

  background-color: var(--kry-color-1);
  border: none;
  border-radius: 50%;

  cursor: pointer;

  transition: all .3s ease-in-out;

  padding: 0px;
}

.galeria__slider__container .tns-nav button.tns-nav-active,
.galeria__slider__container .tns-nav button:hover{
  transform: scale(1);

  background-color: var(--kry-color-3);
}

.glightbox-container .ginner-container{
  padding: 15px;
}

/* RESPONSIVO SINGLE */

  @media(min-width: 992px){
    .galeria__slider__container .tns-controls{
      display: none;
    }
  }
  @media(max-width: 991.98px){
    .fx1__single{
      padding-top: 40px;
      padding-bottom: 50px;
    }
    .fx1__single .col-lg-5{
      display: flex;
      justify-content: center;
    }
    .fx1__single .img__holder,
    .fx1__single .img__holder img{
      max-width: 370px;
    }
    .fx1__single .content h2,
    .fx2__single h2{
      font-size: 27px;
      margin-bottom: 16px;

      text-align: center;
    }
    .fx1__single .content p,
    .fx1__single .content li{
      font-size: 16px;
    }

    .fx2__single{
      padding-bottom: 50px;
    }
    .galeria__slider__container .tns-nav{
      display: none;
    }
  }

/* /RESPONSIVO SINGLE */

/* /SINGLE */

/* PARCEIROS */

.fx1__parceiros{
  background-color: #FFFFFF;
}

.fx1__parceiros .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.fx1__parceiros .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1__parceiros .content{
  margin-bottom: 50px;
}

.fx1__parceiros .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: var(--kry-color-2);
  margin-bottom: 32px;
}

.fx1__parceiros .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.fx1__parceiros .parceiro__wrapper{
  display: flex;
  
  width: 100%;
  max-width: 170px;
  max-height: 72px;

  --bg-color-parceiro: #FFFFFF;
  background-color: var(--bg-color-parceiro);
  border-radius: 7px;

  box-shadow: 3px 3px rgba(0, 0, 0, .25);

  padding: 10px;
}

.fx1__parceiros .parceiro__wrapper img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  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;
    }
  }
  @media(max-width: 767.98px){
    .fx1__parceiros .content h2{
      font-size: 24px;
    }
  }

/* /RESPONSIVO PARCEIROS */

/* /PARCEIROS */

/* CONTATO */

.fx1__contato .container{
  padding-top: 60px;
  padding-bottom: 75px;
}

.fx1__contato .container .row{
  align-items: end;
  row-gap: 25px;
}

.fx1__contato .content{
  margin-bottom: 28px;
}

.fx1__contato .content h2{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;

  color: var(--kry-color-2);
  margin-bottom: 20px;
}

.fx1__contato .content p{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;

  color: var(--kry-color-1);
  margin-bottom: 0;
}

.fx1__contato .wpcf7{
  display: flex;
  justify-content: center;
}

.fx1__contato form{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 17px;
}

.recaptcha__wrapper{
  max-height: 80px;
  overflow: hidden;
}

.fx1__contato form p{
  margin-bottom: 0px;
}

.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 var(--kry-color-1);
  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(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-1);
}

.fx1__contato form .form-submit{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.fx1__contato form .form-submit .btn__submit{
  width: auto;
  height: 53px;
  min-width: 132px;

  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;

  color: #FFFFFF;

  background-color: var(--kry-color-4);
  border: none;
  border-radius: 7px;

  transition: transform .3s ease-in-out;}

.fx1__contato form .form-submit .btn__submit:hover{
  transform: scaleX(calc(261 / 235)) scaleY(calc(59 / 53));
}

.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-3);
}

.fx1__contato .info__wrapper .title p{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: var(--kry-color-2);
  margin-bottom: 0;
}

.fx1__contato .info__wrapper span{
  font-family: var(--font-Padrao);
  font-weight: 400;
  font-size: 15px;

  color: var(--kry-color-1);
}

.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: 400px;
}

.fx2__contato .mapa__container img,
.fx2__contato .mapa__container iframe{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 480px;
  object-fit: cover;
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1__contato .container{
      padding-top: 40px;
      padding-bottom: 50px;
    }
    .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;
    }
    .fx2__contato .mapa__container{
      height: 350px;
    }
  }
  @media(max-width: 767.98px){
    .fx1__contato .content h2{
      font-size: 24px;
    }
    .fx2__contato .mapa__container{
      height: 300px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* PAGE PADRAO */

.fx1__new__page{
  background-color: #F8F9FA;

  padding-top: 40px;
  padding-bottom: 49px;
}

.fx1__new__page .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;

  color: var(--kry-color-2);

  margin-bottom: 16px;
}

.fx1__new__page .content p,
.fx1__new__page .content li{
  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;

  color: var(--kry-color-1);

  margin-bottom: 4px;
}

.fx1__new__page .content img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 7px;
}

/* RESPONSIVO PAGE PADRAO */

  @media (max-width: 991px) {
    .fx1__new__page .content h2{
      font-size: 27px;
    }
    .fx1__new__page .content p,
    .fx1__new__page .content li{
      font-size: 17px;
    }
  }
  @media(max-width: 767px){
    .fx1__new__page .content{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .fx1__new__page .content h2{
      font-size: 24px;
    }
    .fx1__new__page .content p,
    .fx1__new__page .content li{
      font-size: 16px;
    }
  }
  @media(max-width: 575.98px){
    .fx1__new__page .content h2{
      font-size: 20px;
    }
    .fx1__new__page .content p,
    .fx1__new__page .content li{
      font-size: 15px;
    }
  }

/* /RESPONSIVO PAGE PADRAO */

/* /PAGE PADRAO */

/* 404 */

.pg-404 {
  min-height: 45vh;
  place-items: center;
  padding: 6rem 1.5rem;
}

.pg-404 .container {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
}

.pg-404 h2 {
  font-family: var(--font-Padrao);
  font-weight: 800;
  line-height: 1;
  font-size: 66px;
  color: #000000;
}

.pg-404 h3 {
  margin: 1rem 0 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: #000000;
  font-size: 22px;
  line-height: 1.7;
}

.pg-404 .editor a {
  color: #000000 !important;
  font-weight: 700;
  text-decoration: none;
}

.pg-404 .editor a:hover,
.pg-404 .editor a:active {
  color: var(--kry-color-1) !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 4rem 1.25rem;
  }
  .pg-404 h2 {
    font-size: 46px;
  }
  .pg-404 h3 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado{
  min-height: 45vh;
  align-content: center;
}

.fx1_obrigado .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado .content h2{
  font-family: var(--font-Padrao);
  font-size: 55px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 20px;
}

.fx1_obrigado .content p{
  font-family: var(--font-Padrao);
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.fx1_obrigado .content a{
  color: #000000;

  transition: all .3s ease;

  &:hover{
    color: var(--kry-color-1);
  }
}

@media (max-width: 767PX) {
  .fx1_obrigado .content h2{
    font-size: 35px;
  }
  .fx1_obrigado .content p{
    font-size: 18px;
  }
}

/* /OBRIGADO */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/