@charset "UTF-8";
/* Tema do cliente */
/* cor-1: #B5308C | rgba(181, 48, 140, 1)  */
/* cor-2: #ED1651 | rgba(237, 22, 81, 1)   */
/* cor-3: #FFCE7B | rgba(255, 206, 123, 1) */
/* cor-4: #78CCD0 | rgba(120, 205, 209, 1) */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Spicy+Rice&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Wildy Sans';
    src: url('../fonts/WildySansRegular.woff2') format('woff2'),
        url('../fonts/WildySansRegular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

:root{
  --font-Title  : "Wildy Sans";
  --font-Default: "Special Elite", system-ui;
  --font-Message: "Work Sans", sans-serif;

  --kry-color-1: #B5308C;
  --kry-color-2: #ED1651;
  --kry-color-3: #FFCE7B;
  --kry-color-4: #78CCD0;
}

.website{
  overflow-x: hidden;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

strong, b{
  font-weight: bolder;
}

hr{
  border-top: 1px solid var(--kry-color-1);
}

blockquote{
  border-left: 5px solid var(--kry-color-2);
  border-radius: 8px;
  p{
    border-bottom: 0px;
  }
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}

.wpcf7-recaptcha{
  margin-bottom: 20px;
}

@media (max-width: 1555px) {.footer{padding-bottom: 80px!important; } }
@media (min-width: 1200px) {.container{padding: 0px; } }
/*.container{
  max-width: 1000px;
}*/

@media (max-width: 991px) {
  .fxsm{
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .fxsm{
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 20px 0;
  }
}

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: var(--kry-color-1);
}
::-moz-selection{
  background: var(--kry-color-3);
  color: var(--kry-color-1);
}
::selection{
  background: var(--kry-color-3);
  color: 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{
  font-family: var(--font-Default);
  background-color: rgba(255, 206, 123, .85);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owli a{
  height: 828px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: var(--kry-color-1);
}

.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 416px;
  background-image: url(../imagens/topo-2.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 888;
  text-align: center;
}

.tel{
  font-family: var(--font-Default);
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}

.tel img{
  position: relative;
  top: -3px;
}

a.logo img{
  margin-top: 5px;
  margin-bottom: 15px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: block;
  position: relative;
  margin-right: 0px;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #000000;
  font-family: var(--font-Default);
  font-size: 20px;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-position: right center;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  color: var(--kry-color-2);
}

.menu>li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: var(--kry-color-2);
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 30px;
  left: 95%;
  top: -5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.submenu::after {
    content: ' ';
    border: 5px solid transparent;
    border-right: 5px solid var(--kry-color-2);
    position: absolute;
    left: -10px;
    top: 15px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: var(--font-Default);
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #000;
}

.fx1{
  background-image: url(../imagens/fx1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 100px;
  color: #FFF;
  position: relative;
  z-index: 3;
  text-align: center;
}

.fx1 h1{
  margin-top: 35px;
  margin-bottom: 0;
  text-align: center;
  font-family: var(--font-Title);
  color: #FFFFFF;
  font-size: 60px;
}

.fx1 p{
  font-family: var(--font-Default);
  font-size: 18px;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 0;
}

.fx2{
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.hfoto{
  float: left;
  width: 16.6666%;
  display: block;
  position: relative;
}

.hfoto img{
  width: 100%;
  height: auto;
}

.hfhover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(30,30,30,0.8);
  opacity: 0;
  transition: all .2s linear;
}

.hfoto:hover .hfhover{
  opacity: 1;
}

.hfhtxt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
  padding: 20px;
  color: #FFF;
}

.hfhtxt h3{
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 30px;
  padding-top: 40px;
}

.hfhtxt span{
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 44px;
  padding: 0 30px;
  border: 1px solid #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 21px;
}

.fx3{
  padding: 60px 0;
  text-align: center;
}

a.cta{
  display: inline-block;
  padding: 30px 45px;
  line-height: 1;
  color: #FFF;
  border-radius: 50px;
  background-color: var(--kry-color-2);
  transition: all .3s linear;
  
  font-family: var(--font-Message);
  font-size: 20px;
  font-weight: 600;
}

a.cta:hover{
  background-color: var(--kry-color-4);
  color: #000;
}

.fxcta{
  background-image: url(../imagens/linhacta.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.fx3 h2{
  font-size: 55px;
  color: var(--kry-color-1);
  margin-top: 0;
  margin-bottom: 45px;
  font-family: var(--font-Title);
}

.owlhd{
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 10px;
}

.aspum{
  position: absolute;
  left: 0;
  top: 0;
}

.aspdois{
  position: absolute;
  right: 0;
  bottom: 40px;
}

.owlhd p{
  font-size: 17px;
}

.dpautor{
  font-family: var(--font-Message);
  font-size: 20px;
  font-weight: 800;
  color: var(--kry-color-2);
}

.owl-hdepo .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-hdepo .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
}
.owl-hdepo .owl-next{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
}
.owl-hdepo .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq-v2.png);
  width: 30px;
  height: 48px;
  display: block;
}
.owl-hdepo .owl-next span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-dir-v2.png);
  width: 30px;
  height: 48px;
  display: block;
}

.fx4 iframe{
  display: block;
  height: 365px;
  width: 100%;
}

.fx4{
  position: relative;
}

.footer{
  background-image: url(../imagens/footer2.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -44px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000000;
}

.footer img{
  margin-bottom: 20px;
}

.footer .logo__rodape{
  position: relative;
  display: inline-block;
}

.footer .logo__rodape img{
  position: relative;
  z-index: 10;
}

.footer .logo__rodape::before{
  content: '';
  position: absolute;
  z-index: 5;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);

  pointer-events: none;

  width: 500px;
  height: 172px;
  background-image: url('../imagens/formas-efeito.fw.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer p{
  font-size: 17px;
}

.footer2{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  border-top: 1px solid rgba(181, 48, 140, .85);
  padding-top: 25px;
  padding-bottom: 35px;
  font-family: 'Verdana';
  font-size: 14px;
  color: #000000;
  margin-top: 40px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis-1.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #000000;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: var(--kry-color-1);
}

.footer .social__media__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.footer .social__media__wrapper .link__social{
  display: block;

  width: 42px;
  height: 42px;
}

.footer .social__media__wrapper .link__social img{
  width: 100%;
  height: 100%;

  margin-bottom: 0;
}

.copyright{
  text-align: right;
}

/* RESPONSIVO MODELO FIT */

  @media (max-width: 991px) {
    .fx1 h1{
      font-size: 30px;

      margin-top: 30px;
    }
    .fx1 p{
      font-size: 17px;
    }

    .footer2{
      flex-direction: column;
      justify-content: start;
      align-items: center;
      text-align: center;
      row-gap: 10px;
    }
  }

/* /RESPONSIVO MODELO FIT */

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }

/* responsivo */  
 
  @media (min-width: 992px) and (max-width: 1400px) {

    .hfoto{
      width: 20%;
    }

    .hfoto + .hfoto + .hfoto + .hfoto + .hfoto + .hfoto{
      display: none;
    }

  }
  @media (min-width: 992px) and (max-width: 1199px) {

    .header{
      background-image: url(../imagens/topo-md-2.png);
    }

    .hfhtxt span {
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 44px;
        padding: 0 20px;
        border: 1px solid #FFF;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: inline-block;
        font-size: 16px;
    }

    .hfhtxt h3{
      margin-bottom: 10px;
    }



  }
  @media (max-width: 991px) {

    .header{
      background-image: none;
      background-color: var(--kry-color-3);
      position: static;
    }

    .fx1{
      padding: 40px 0;
      background-image: none;
      background-color: #B5308C;
    }

    .fx2{
      margin-top: 0;
    }

    .hfoto{
      width: 33.3333%;
    }

    .hfhover{
      opacity: 1;
    }

    .hfhtxt span {
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 34px;
        padding: 0 10px;
        border: 1px solid #FFF;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: inline-block;
        font-size: 14px;
    }

    .hfhtxt h3{
      margin-bottom: 10px;
      padding-top: 0;
    }

  }
  @media (max-width: 767px) {

    .hfoto{
      width: 33.3333%;
    }

    .hfhtxt h3{
      font-size: 25px;
    }

  }
  @media (max-width: 767px) {

    .hfoto{
      width: 33.3333%;
    }

    .hfhtxt h3{
      font-size: 21px;
    }
    .hfhtxt span{
      font-size: 13px;
    }

    .fx3 h2{
      font-size: 36px;
    }
  }
  @media (max-width: 575.98px){
    .owlhd{
      padding-left: 25px;
      padding-right: 25px;
    }

    .owl-carousel .owl-item img{
      width: 20px;
      height: auto;
    }
    .dpautor{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {

    .hfoto{
      width: 50%;
    }

    .hfhtxt h3{
      font-size: 20px;
    }

    a.cta{
      font-size: 17px;
      padding: 15px;
    }

    .fx1 h1{
      font-size: 35px;
    }

    .fx3{
      padding: 30px 0px;
    }
    .fx3 h2{
      font-size: 29px;
    }

  }
/* /responsivo */

/* NOVO CSS */

.header-page{
  background-color: var(--kry-color-3);
}

.header-page .container{
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-page .topo__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;

  row-gap: 15px;
}

.header-page .navbar-collapse{
  padding-right: 0px;
  padding-left: 0px;
}

.header-page .menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header-page .submenu{
  top: unset;
  left: 0;
  top: 100%;
}

.header-page .submenu::after{
  top: -10px;
  left: 15px;

  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--kry-color-2);
}

/* RESPONSIVO HEADER-PAGE */

  @media (max-width: 991px) {
    .header-page .topo__wrapper{
      align-items: center;
    }

    .header-page .nav:hover .menu{
      display: block;
    }
  }

/* /RESPONSIVO HEADER-PAGE */

/* menu responsivo  2 var(--kry-color-1) */ 
  @media (max-width: 991px) {
    
    .header__wrapper{
      display: flex;
      flex-direction: column;

      row-gap: 5px;
    }

    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: var(--kry-color-1);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  var(--kry-color-2);
      border-radius: 8px;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:not(:hover) .menu,
    .nav:not(:hover) #menu,
    .nav:not(:hover) #menu::after{
      display: none;
    }

    .nav:hover .menu,
    .nav:hover #menu{
      display: block;
    }

    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  var(--kry-color-2);
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #FFF;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-width: 217px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      display: block!important;
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      font-size: 20px;
      padding-top: 5px;
    }

    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

/* /HEADER-PAGE */

/* TITULO */

.titulo{
  background-color: var(--kry-color-1);
}

.titulo .container{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;

  color: #FFF;
}

.titulo .container::before{
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  width: 250px;
  height: 100%;

  background-image: url('../imagens/formas-efeito-breadcrumbs4.fw.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo .content{
  position: relative;
  z-index: 10;
}

.titulo h2{
  font-size: 35px;
  font-weight: 500;

  margin-top: 0;
}

.titulo .bread{
  font-family: var(--font-Message);
  font-size: 17px;
  font-weight: 400;

  color: #FFF;
}

.titulo .bread a{
  transition: all .3s linear;
}

.titulo .bread a:hover{
  color: var(--kry-color-4);
}

/* /TITULO */

/* EMPRESA */

.pg__empresa .container{
  padding-top: 25px;
  padding-bottom: 60px;
}

.pg__empresa .editor h1,
.pg__empresa .editor h2,
.pg__empresa .editor h3,
.pg__empresa .editor h4,
.pg__empresa .editor h5,
.pg__empresa .editor h6{
  font-family: var(--font-Title);
}

.pg__empresa .editor img{
  border-radius: 8px;
}

.pg__empresa .editor h1{
  font-size: 48px;
}
.pg__empresa .editor h2{
  font-size: 42px;
}
.pg__empresa .editor h3{
  font-size: 37px;
}

.pg__empresa .editor p{
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;

  margin-bottom: .5rem;
}

.pg__empresa .editor hr{
  border-top: 1px solid var(--kry-color-1);
}

/* RESPONSIVO EMPRESA */

  @media(max-width: 767px){
    .pg__empresa .editor p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO EMPRESA */

/* /EMPRESA */

/* DEPOIMENTOS */

.pg__depoimentos .container{
  padding-top: 25px;
  padding-bottom: 60px;
}

.pg__depoimentos .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
}

.pg__depoimentos .card__dep{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;

  background-color: var(--kry-color-4);
  border: 2px solid var(--kry-color-1);
  border-radius: 15px;

  padding: 18px 20px;
}

.pg__depoimentos .card__dep .content{
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  color: #000;
}

.pg__depoimentos .card__dep .content img{
  width: 20px;
  height: 20px;
}

.pg__depoimentos .card__dep .author_name p{
  font-family: var(--font-Message);
  font-size: 16px;
  font-weight: 600;

  margin-bottom: 0;
  color: #FFFFFF;
}

/* /DEPOIMENTOS */

/* ARCHIVE PADRAO */

.archive_padrao .container{
  padding-top: 25px;
  padding-bottom: 60px;
}

.archive_padrao .row{
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.archive_padrao .content{
  margin-bottom: 25px;
}

.archive_padrao .content h2{
  font-family: var(--font-Title);
  font-size: 40px;
  margin-bottom: 12px;
}

.archive_padrao .content h3{
  font-family: var(--font-Title);
  font-size: 37px;
  margin-bottom: 8px;
}

.archive_padrao .content p{
  font-family: var(--font-Default);
  font-size: 19px;
  margin-bottom: .5rem;
}

.archive_padrao .card_produto{
  width: 100%;
  max-width: 270px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;

  border: 2px solid var(--kry-color-2);
  border-radius: 15px;

  transition: all .3s ease;
}

.archive_padrao .card_produto img{
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;

  transition: all .3s linear;
}

.archive_padrao .card_produto .title_inner{
  position: relative;
  z-index: 5;

  width: 100%;
  height: 100%;
  background-color: var(--kry-color-1);

  font-family: var(--font-Default);
  font-size: 22px;
  font-weight: 600;

  color: #FFF;

  padding-top: 12px;
}

.archive_padrao .card_produto:hover{
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .25);
}

.archive_padrao .card_produto:hover img{
  transform: scale(1.03);
}

/* RESPONSIVO ARCHIVE PADRAO */

  @media(max-width: 767px){
    .archive_padrao .container .col-md-3{
      display: flex;
      justify-content: center;
    }
    .archive_padrao .content{
      text-align: center;
    }
    .archive_padrao .content h2{
      font-size: 32px;
    }
    .archive_padrao .content h3{
      font-size: 28px;
    }
    .archive_padrao .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO ARCHIVE PADRAO */

/* /ARCHIVE PADRAO */

/* SINGLE PADRAO */

.pg__single .container{
  padding-top: 25px;
  padding-bottom: 60px;
}

.pg__single .post__title{
  font-family: var(--font-Title);
  font-size: 32px;
  font-weight: 400;

  margin-bottom: 25px;
}

.pg__single .editor p,
.pg__single .editor li{
  font-family: var(--font-Default);
  font-size: 19px;
  font-weight: 400;

  margin-bottom: .5rem;
}

.pg__single .editor strong,
.pg__single .editor b{
  font-weight: 700;
}

.pg__single .editor ul{
  text-decoration: underline;
}

.pg__single .editor i,
.pg__single .editor em{
  font-style: italic;
}

.pg__single .img_single__thumb{
  width: 100%;
}

.pg__single .img_single__thumb img{
  width: 100%;
  max-width: 500px;  
  height: auto;

  border-radius: 15px;
}

.single__rodape{
  margin-top: 30px;
}

.pg__single .btn-voltar{
  display: inline-block;

  font-family: var(--font-Message);
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;

  background-color: var(--kry-color-1);
  border-radius: 10px;

  text-align: center;

  transition: all .3s ease;

  padding: 12px 18px;

  &:hover{
    background-color: var(--kry-color-2);
  }
}

/* RESPONSIVO SINGLE PADRAO */

  @media(max-width: 767px){
    .pg__single .post__title{
      font-size: 27px;
      text-align: center;
    }
    .pg__single .editor p, .pg__single .editor li{
      font-size: 17px;
    }
    .pg__single .img_single__thumb{
      text-align: center;
      margin-top: 15px;
    }
    .single__rodape{
      text-align: center;
    }
  }

/* /RESPONSIVO SINGLE PADRAO */

/* /SINGLE PADRAO */

/* CONTATO */

.pg__contato .container{
  padding-top: 25px;
  padding-bottom: 60px;
}

.pg__contato .content{
  margin-bottom: 25px;
}

.pg__contato .content h2{
  font-family: var(--font-Title);
  font-size: 45px;
  margin-bottom: 10px;
}

.pg__contato .content p,
.pg__contato .content a{
  font-family: var(--font-Default);
  font-size: 19px;
  margin-bottom: .5rem;
}

.pg__contato .editor h2{
  font-family: var(--font-Default);
  font-size: 28px;
  font-weight: 700;

  margin-top: 18px;
}

.pg__contato .editor p,
.pg__contato .editor a{
  display: block;
  font-family: var(--font-Default);
  font-size: 18px;
  font-weight: 400;

  margin-bottom: .8rem;

  transition: color .3s ease;
}

.pg__contato .editor a:hover{
  color: var(--kry-color-1);
}

.pg__contato .mapa iframe{
  width: 100%;
  max-height: 400px;

  border-radius: 15px;
}

.pg__contato form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg__contato form p{
  margin-bottom: 0;
}

.pg__contato form .form-inner{
  display: flex;
  flex-direction: column;
  gap: 3px;

}

.pg__contato form .form-inner label{
  font-family: var(--font-Message);
  font-size: 17px;
  font-weight: 600;

  margin-bottom: 0
}

.pg__contato form .form-inner input,
.pg__contato form .form-inner textarea{
  width: 100%;

  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid var(--kry-color-1);

  padding: 5px 10px;
}

.pg__contato form .form-inner textarea{
  height: 200px;
  resize: none;
}

.pg__contato form .form-inner input,
.pg__contato form .form-inner textarea{
  font-family: var(--font-Message);
  font-size: 16px;
  font-weight: 500;
}

.pg__contato form .form-submit p{
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
}

.pg__contato form .form-submit input{
  font-family: var(--font-Message);
  font-size: 20px;
  font-weight: 600;

  color: #FFF;

  background-color: var(--kry-color-1);
  border-radius: 8px;
  border: none;

  transition: all .3s ease;

  padding: 10px 16px;

  &:hover{
    background-color: var(--kry-color-2);
  }
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .pg__contato .editor{
      text-align: center;
      justify-items: center;
    }
    .pg__contato .editor h2{
      font-size: 24px;
    }
  }
  @media (max-width: 767px) {
    .pg__contato .content{
      text-align: center;
    }
    .pg__contato .content h2{
      font-size: 32px;
    }
    .pg__contato .content p{
      font-size: 17px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* /NOVO CSS */

/* ===================================== */
/* BLOG NOVO */
/* ===================================== */

/* INDEX */

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--font-Message);
    font-size: 30px;
    font-weight: 700;

    color: #000000;
    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: var(--font-Message);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border-radius: 5px;

    padding: 7px 12px;
  }

  .kry__blog .post__header h2{
    font-family: var(--font-Default);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__author{
    max-width: 450px;

    font-family: var(--font-Message);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #000000;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--font-Message);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;
    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: var(--font-Default);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;

    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-1);
    border-radius: 3px;
    border: none;

    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;

    background-color: var(--kry-color-2);
    border-radius: 12px;

    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;

    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: var(--font-Message);
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    color: #000000;

    border-bottom: 1px solid #000000;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--font-Message);
    font-size: 18px;
    font-weight: 400;
    color: #000000;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.2);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--font-Message);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;

    color: #FFFFFF;
  }

/* /SIDEBAR */

/* WP-PAGENAVI */

  .pagenavi__container{
    margin-top: 40px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;

    background-color: var(--kry-color-2);
    border: 1px solid #DFDFDF;

    font-family: var(--font-Default);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    align-content: center;

    color: #000000;

    transition: all .3s linear;

    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-1);
    color: #FFF;
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

/* /WP-PAGENAVI */

/* SINGLE */

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--font-Message);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;
  }

  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;

    margin-top: 15px;
    margin-bottom: 15px;
  }

/* /SINGLE */

/* OTHERS POSTS */

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: var(--font-Default);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    display: block;
    width: 100%;
    height: 230px;

    margin-bottom: 15px;
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: var(--font-Default);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;

    color: #000000;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container h3{
    font-family: var(--font-Message);
    font-size: 30px;
    font-weight: 700;
    color: #000000;

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    padding: 10px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-2);

    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%);

    font-family: var(--font-Message);
    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--font-Default);
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--font-Default);
    font-size: 17px;
    font-weight: 400;

    color: #FFFFFF;
  }

  .comments__wrapper .comment__null{
    font-family: var(--font-Default);
    font-size: 23px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: var(--font-Default);
    font-size: 16px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--font-Default);
    font-size: 18px;
    font-weight: 500;

    color: #000000;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 18px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.8%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* RESPONSIVO */

  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }
    .kry__blog .container,
    .kry__blog .col__single__post,
    .others__posts__container .col-md-4{
      justify-items: center;
    }
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }
    .kry__blog .container .row{
      justify-content: center;
    }

    .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 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  background: var(--kry-color-1);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.pg-404 .container {
  max-width: 700px;
}

.pg-404 h1 {
  font-family: var(--font-Title);
  font-size: 120px;
  margin: 0;
  color: var(--kry-color-3);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  letter-spacing: 4px;
}

.pg-404 h2 {
  font-family: var(--font-Default);
  font-size: 22px;
  margin: 20px 0;
  color: #fff;
}

.pg-404 .editor {
  font-family: var(--font-Message);
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.pg-404 .editor a {
  color: var(--kry-color-4);
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.pg-404 .editor a:hover {
  border-bottom: 2px solid var(--kry-color-4);
  color: var(--kry-color-3);
}

@media (max-width: 600px) {
  .pg-404 h1 {
    font-size: 80px;
  }
  .pg-404 h2 {
    font-size: 18px;
  }
  .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) {
   
    }*/