/*
Theme Name: Kadence Child
Theme URI: https://example.com/
Description: Tema filho personalizado do Kadence.
Template: kadence
Version: 1.0.0
*/

:root {
  --btn-theme-touch-palette1: #FFF;
  --btn-theme-touch-palette2: #141004;
}

/* ☀️ Tema Claro */
:root.light-theme {
  --global-palette1: #ffffff;
/*   --global-palette2: #141004; */
	--global-palette2: #000;
/*   --global-palette3: #F0F0F0; */
  --global-palette3: #3CAEFF;
  --global-palette4: #FFA726;
  --global-palette5: #4A5568;
  --global-palette6: #718096;
  --global-palette7: #EDF2F7;
  --global-palette8: #F7FAFC;
  --global-palette9: #ffffff;
/*   --btn-theme-touch-palette1: #141004; */
	--btn-theme-touch-palette1: #000;
  --btn-theme-touch-palette2: #FFF;
  --wpforms-field-background-color: #141414;
  --wpforms-field-text-color: #FFF;
}

body .entry.single-entry,
body .entry.loop-entry {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.light-theme .wp-block-kadence-header69-cpt-id .kb-header-container {
/*   background-color: rgba(20, 16, 4, 0.9); */
	background-color: #000;
}

.light-theme .wp-block-kadence-navigation .menu-container > .menu > .menu-item > .kb-link-wrap {
  --kb-nav-link-color: #ffffff;
}

.light-theme .wp-block-kadence-search span.kb-button:hover .kb-svg-icon-wrap {
  --global-palette2: #FFF;
}

.light-theme .Em-alta-first-post h2,
.light-theme .Em-alta-first-post .kt-blocks-date,
.light-theme .Em-alta-first-post .kt-blocks-meta-divider.kt-blocks-meta-has-divider,
.light-theme .Em-alta-first-post .kt-blocks-author-pretext,
.light-theme .Em-alta-first-post .kt-blocks-post-grid-item .kt-blocks-post-top-meta a:hover {
  color: var(--global-palette1);
}

.light-theme .right a:hover {
  color: currentcolor;
}

.light-theme .comment-form-comment textarea,
.light-theme .comment-form p.comment-form-author input,
.light-theme .comment-form p.comment-form-email input,
.light-theme .comment-form p.comment-form-url input {
  background-color: var(--global-palette2);
}

.light-theme footer .wp-block-kadence-navigation .kb-nav-link-content {
  color: var(--global-palette2);
}

.light-theme footer .wp-block-kadence-navigation .kb-nav-link-content:hover {
  color: var(--global-palette4);
}

.light-theme #wpforms-1128 .newsletter-submit {
  color: var(--global-palette2);
}

.light-theme .pagination .current {
  color: var(--global-palette2);
}

/* Botão flutuante */
.theme-toggle-btn {
/*   position: fixed;
  bottom: 95px;
  right: 20px; */
  background: var(--btn-theme-touch-palette1);
  color: #fff;
  border: 1px solid var(--btn-theme-touch-palette1);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2);
          box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 9999;
  text-align: center;
}

.theme-toggle-btn:hover {
  background: var(--btn-theme-touch-palette2);
  /* transform: scale(1.05); */
}

.kb-search .kb-search-close-btn {
  top: 18px;
  right: 84px;
}

/** PAGES DEFAULTS **/
.page-template-default.page:not(.home) .content-area {
  margin-top: 0;
}

.page-template-default.page:not(.home) .hero-container.site-container,
.page-template-default.page:not(.home) .content-container.site-container {
/*   padding: 0 3.5rem; */
  padding: 0 1rem;
}

.page-template-default.page:not(.home) .entry-hero-container-inner {
  background-color: transparent;
}

.page-template-default.page:not(.home) .entry-hero.page-hero-section .entry-header {
  min-height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: left;
}

.page-template-default.page:not(.home) .entry-hero.page-hero-section h1 {
  width: 100%;
  border-bottom: 1px solid;
}

.page-template-default.page:not(.home) .entry-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

/** ### Home Page Styles ### */
.Lancamentos-section .taxonomy-category,
.Promocoes-section .taxonomy-category {
  position: absolute;
  z-index: 2;
  top: 1rem;
}

/** #HEADER# **/
.Header-principal li:not(.btn-urgente-menu) .kb-link-wrap .kb-nav-link-content {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: transparent;
  transition: color 0.3s ease, background 0.3s ease, -webkit-background-clip 0.3s ease;
}

/* Transição de gradiente no texto ao hover */
.Header-principal li:not(.btn-urgente-menu) .kb-link-wrap:hover .kb-nav-link-content {
  color: transparent;
  background: -o-linear-gradient(left, #feb47b, #ff7e5f);
  background: -webkit-gradient(linear, left top, right top, from(#feb47b), to(#ff7e5f));
  background: linear-gradient(to right, #feb47b, #ff7e5f);
  background-clip: text;
  -webkit-background-clip: text;
}

/* Transição da borda gradiente */
.Header-principal li:not(.btn-urgente-menu) .kb-link-wrap .kb-nav-link-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /* Mask inicial invisível */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Gradiente suave da borda ao hover */
.Header-principal li:not(.btn-urgente-menu) .kb-link-wrap:hover .kb-nav-link-content::before {
  background: -o-linear-gradient(left, #feb47b, #ff7e5f);
  background: -webkit-gradient(linear, left top, right top, from(#feb47b), to(#ff7e5f));
  background: linear-gradient(to right, #feb47b, #ff7e5f);
}

/** #HOME# **/
/* ### Destaque Slider ### */
.slider-destaque div div .n2-ss-slide-background-image img.skip-lazy {
  border-radius: 12px;
}

/*DESTAQUE SECTION*/
.Destaque-home .kadence-post-image-inner-wrap {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.Destaque-home .kadence-post-image-inner-wrap img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.Destaque-home .kadence-post-image-inner-wrap:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.Destaque-home .kt-blocks-post-grid-item-inner header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Destaque-home .kt-blocks-above-categories {
  width: 50%;
}

.Destaque-home .kt-blocks-post-top-meta {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.Destaque-home .entry-title {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Destaque-home .kt-blocks-date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Destaque-home .kt-blocks-meta-divider.kt-blocks-meta-has-divider {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.Destaque-home .kt-blocks-post-readmore-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.Destaque-home .kt-blocks-post-readmore::after {
  content: "\2192";
  font-size: 14px;
  margin-left: 0.4rem;
  border: 1px solid;
  border-radius: 2rem;
  padding: 0 .25rem .15rem;
}

/* Regra geral para as seçes da Home */
.home .kadence-post-image {
	position: relative;
}

.home .kadence-post-image .kt-blocks-above-categories {
	position: absolute;
	top: 8px;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	padding-right: 1.5rem;
	z-index: 1;
}

.home .kadence-post-image .kt-blocks-above-categories a {
	padding: 2px 15px;
    border-radius: 8px;
    display: inline-block;
}

/*EM ALTA SECTION*/
div.Em-alta-section .kadence-post-image-inner-wrap {
  border-radius: 12px;
}

div.Em-alta-section .kadence-post-image-inner-wrap img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

div.Em-alta-section .kadence-post-image-inner-wrap:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

div.Em-alta-first-post .kt-blocks-post-grid-item-inner {
  position: absolute;
  top: 100%;
  -webkit-transform: translatey(-100%);
      -ms-transform: translatey(-100%);
          transform: translatey(-100%);
  z-index: 2;
}

.Em-alta-first-post .kadence-post-image-intrisic.kt-image-ratio-nocrop {
  padding-bottom: 77% !important;
}

div.Em-alta-first-post .kadence-post-image-inner-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

div.Em-alta-first-post .kadence-post-image-inner-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0, 0, 0, 0.35); */
  /* ajuste a opacidade aqui */
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

div.Em-alta-first-post .kadence-post-image-inner-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

div.Em-alta-second-post .kt-feat-image-align-left {
  -ms-grid-columns: auto 40%;
  grid-template-columns: auto 40%;
}

div.Em-alta-second-post .kadence-post-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 30px;
  padding-right: 0;
}

div.Em-alta-section .kt-blocks-meta-divider.kt-blocks-meta-has-divider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

div.Em-alta-section .kt-blocks-date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*ULTIMAS NOTICIAS SECTION*/
.Ultimas-noticias-section .ultimas-noticias-second-post header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Ultimas-noticias-section .ultimas-noticias-second-post .entry-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.Ultimas-noticias-section .ultimas-noticias-second-post .kt-blocks-post-top-meta {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Ultimas-noticias-section .ultimas-noticias-second-post .kt-blocks-post-top-meta>div {
  width: 100%;
}

.Ultimas-noticias-section .kadence-post-image-inner-wrap {
  border-radius: 12px;
}

.Ultimas-noticias-section .kadence-post-image-inner-wrap img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.Ultimas-noticias-section .kadence-post-image-inner-wrap:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/*PRÉ-VENDA*/
.Pre-vendas-section .pre-vendas-second-post header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Pre-vendas-section .pre-vendas-second-post .entry-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.Pre-vendas-section .pre-vendas-second-post .kt-blocks-post-top-meta {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Pre-vendas-section .pre-vendas-second-post .kt-blocks-post-top-meta>div {
  width: 100%;
}

.Pre-vendas-section .kadence-post-image-inner-wrap {
  border-radius: 12px;
}

.Pre-vendas-section .kadence-post-image-inner-wrap img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.Pre-vendas-section .kadence-post-image-inner-wrap:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/*LANÇAMENTOS SECTION*/
.Lancamentos-section .kb-query-item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.Lancamentos-section .kb-query-item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 16px;
}

.Lancamentos-section .kadence-post-image img {
	padding-bottom: 10px;
}

.Lancamentos-section header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.Lancamentos-section .kt-blocks-post-top-meta .kt-blocks-date {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
	order: 2;
}

.Lancamentos-section .kt-blocks-post-top-meta .kt-blocks-meta-divider.kt-blocks-meta-has-divider {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;	
} 

/* PROMOÇÕES SECTION */
.Promocoes-section .kb-query-item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.Promocoes-section .kb-query-item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 16px;
}

.Promocoes-section .kadence-post-image img {
	padding-bottom: 10px;
}

.Promocoes-section header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.Promocoes-section .kt-blocks-post-top-meta .kt-blocks-date {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
	order: 2;
}

.Promocoes-section .kt-blocks-post-top-meta .kt-blocks-meta-divider.kt-blocks-meta-has-divider {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;	
} 

@media (max-width: 768px) {
  .Destaque-home .kt-blocks-post-readmore-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .Ultimas-noticias-section .kt-inside-inner-col,
  .Ultimas-noticias-section .ultimas-noticias-second-post {
    height: 100%;
  }

  .Ultimas-noticias-section .ultimas-noticias-second-post .kt-post-grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

/** #Category Page# **/
.archive .site-container,
.blog .site-container,
.search .site-container {
/*   padding: 0 3.5rem; */
  padding: 0 1rem;
}

.archive footer .site-container,
.blog footer .site-container,
.search footer .site-container {
/*   padding: 0 1rem; */
  padding: 0;
}


/* ### Single Post Styles ### */
.content-area.supercustomer-page-blog {
  margin-top: 0;
  margin-bottom: 0;
}

.content-area.supercustomer-page-blog .content-wrap-supercustomer {
/*   padding: 2rem; */
  padding: 2rem 0;
}

.hero-banner img {
  width: 100%;
  min-height: 260px;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.post-title {
  font-size: 37px;
  font-weight: 600;
  margin: 7.5px 0 24px;
  font-family: Nunito; 
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--global-palette2);
  font-size: 0.9rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.post-meta .first-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta .first-box img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.info-post p {
  margin: 0;
}

.info-post p:first-child a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.content-wrap-supercustomer .author-link {
  color: var(--global-palette4);
}

.content-wrap-supercustomer .author-link:hover {
  color: var(--global-palette2);
}

/* GRID PRINCIPAL DO POST */
.content-wrap-supercustomer .body-post {
/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.5% 15px 34.5%;
  grid-template-columns: 65.5% 34.5%;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; */

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* COLUNA PRINCIPAL */
.body-post .left {
/*   width: 100%; */
  position: relative;
  flex-basis: 80%;
  margin-right: 140px;
  min-width: 0;
}

.box-content-body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}

.box-content-wrapper {
	position: relative;
	-ms-flex-preferred-size: 93%;
	flex-basis: 93%;
	margin-right: 30px;
	min-width: 0;
}

.sidebar-like {
	-ms-flex-preferred-size: 7%; 
    flex-basis: 7%;
	position: sticky;
	top: 135px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	min-width: 0;
}

.sidebar-like {
	display: block;
}

.wpulike.wpulike-heart:not(.button-sidebar-like):not(.top-like-button) {
	display: none;
} 

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 3rem;
}

.post-tags a {
  color: var(--global-palette4);
  text-decoration: none;
  padding: .2rem 1rem .2rem 0;
  border: none;
  border-radius: 8px;
}

/* .post-tags a:hover {
  color: initial;
} */

/* SIDEBAR */
.body-post .right {
/*   position: sticky;
  top: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 100%; */
  
  flex-basis: 20%;
  position: sticky;
  top: 135px;
  align-self: flex-start;
  min-width: 0;
}

/* BLOCO: TOP POSTS E REDES SOCIAIS */
.right .top-posts,
.right .social-links {
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}

.top-posts h3 {
  font-family: 'Nunito';
}

.social-widget-block .kb-button {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.right h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* LINKS DA SIDEBAR */
.right a {
  color: var(--global-palette2);
  text-decoration: none;
}

.right a:hover {
  color: var(--global-palette9);
}

.comunidade-widget-block {
  padding: 0 15px;
}

.comments-area {
  padding: 0 15px;
}

form.comment-form p.comment-form-float-label textarea,
form.comment-form p.comment-form-author input,
form.comment-form p.comment-form-email input,
form.comment-form p.comment-form-url input {
 color: var(--global-palette1);
}

form.comment-form p.comment-form-float-label label,
form.comment-form p.comment-form-author label,
form.comment-form p.comment-form-email label,
form.comment-form p.comment-form-url label{
  color: var(--global-palette4);
}

.comment-form .form-submit {
  display: flex;
  align-items: center;
  width: max-content;
}

.comment-form .form-submit::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--global-palette2);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 16 16 12 12 8'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 16 16 12 12 8'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.comment-form .form-submit:hover::after,
.comment-form .form-submit:focus::after {
  background: -o-linear-gradient(315deg,#ffa726 0%,#ff5a22 100%);
  background: linear-gradient(135deg,#ffa726 0%,#ff5a22 100%);
}

.comment-form input.submit {
  background: transparent;
  color: var(--global-palette2);
  padding: 0;
  margin-right: 5px;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.comment-form input.submit:focus {
  background: -o-linear-gradient(315deg,#ffa726 0%,#ff5a22 100%);
  background: linear-gradient(135deg,#ffa726 0%,#ff5a22 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
}

.comment-form .form-submit:hover input.submit,
.comment-form .form-submit:focus input.submit {
  background: -o-linear-gradient(315deg,#ffa726 0%,#ff5a22 100%);
  background: linear-gradient(135deg,#ffa726 0%,#ff5a22 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
}

.related-posts {
  padding: 0 15px;
}

.related-posts h2 {
  font-size: 36px;
  margin: 19.92px 0;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.post-card img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.post-card:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.post-card h3 {
  font-size: 18px;
  font-family: 'Nunito';
  font-weight: 600;
}

.post-card>a,
.post-card:hover>a {
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.post-card p {
  font-size: 14px;
  color: var(--global-palette2);
}

.app-button:hover {
  background-color: var(--global-palette4);
}

.top-posts-custom-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-posts-custom-image img {
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.posts-mais-lidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem; */
  flex-flow: column wrap;
}

.mais-lidos-post {
  margin-bottom: 1.5em;
  padding-right: 8px;
}

.mais-lidos-post .row {
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
}

.col-image {
/*   width: 33%; */
}

.col-image img {
  width: 100%;
  height: auto;
  min-height: 120px;
  display: block;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

.col-image:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.col-info {
/*   width: 66%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-date {
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem; */
  font-size: 0.8rem;
  color: var(--global-palette2);
  margin-top: 5px;
  margin-bottom: 0.4rem;
/*   -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.author-date .mais-lidos-author {
  display: block;
}

.author-date a {
  color: var(--global-palette4);
  text-decoration: none;
  font-weight: 700;
}

.author-date a:hover {
  text-decoration: underline;
}

.mais-lidos-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.mais-lidos-title.tablet {
  display: none;
}

.mais-lidos-title a {
  color: var(--global-palette2);
  text-decoration: none;
}

/* Caso não tenha thumbnail */
.no-thumb {
  width: 100%;
  height: 100px;
  background: #ccc;
  border-radius: 6px;
}

.archive .archive-description {
  display: none;
}

.archive .site-main header {
  margin-bottom: 3rem;
}

.archive .site-main header h1 {
  border-bottom: 1px solid;
}

.archive .site-main .post,
.search .site-main .post {
  position: relative;
}

.archive .site-main .post .wp-post-image,
.search .site-main .post .wp-post-image {
  border-radius: 12px;
}

.archive .site-main .post:hover .wp-post-image,
.search .site-main .post:hover .wp-post-image {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 20px;
}

.archive .site-main .post .entry-content-wrap,
.search .site-main .post .entry-content-wrap,
.search .site-main .page .entry-content-wrap {
  padding: 1rem 0 .5rem;
}

.archive .site-main .post .entry-content-wrap .entry-header,
.search .site-main .post .entry-content-wrap .entry-header {
  margin-bottom: 0;
}

.archive .site-main .post .entry-content-wrap .entry-taxonomies,
.search .site-main .post .entry-content-wrap .entry-taxonomies {
  position: absolute;
  top: 0;
  margin-top: 1rem;
  margin-left: 1rem;
  opacity: 0;
}

.archive .site-main .post:hover .entry-content-wrap .entry-taxonomies,
.search .site-main .post:hover .entry-content-wrap .entry-taxonomies {
  opacity: 1;
}

.archive .site-main .post:hover .entry-content-wrap .entry-taxonomies span,
.search .site-main .post:hover .entry-content-wrap .entry-taxonomies span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.type-post .entry-taxonomies .category-style-pill a {
	background: #000;
}

.archive .site-main .post .entry-content-wrap .entry-taxonomies a,
.search .site-main .post .entry-content-wrap .entry-taxonomies a {
  padding: .5rem 1.2rem;
  border-radius: 8px;
}

.archive .site-main .post .entry-content-wrap .entry-taxonomies .category-link-noticias,
.search .site-main .post .entry-content-wrap .entry-taxonomies .category-link-noticias {
  background: #5b3eb2;
}

.archive .site-main .post .entry-content-wrap .entry-taxonomies .category-link-pre-vendas,
.archive .site-main .post .entry-content-wrap .entry-taxonomies .category-link-promocoes,
.search .site-main .post .entry-content-wrap .entry-taxonomies .category-link-pre-vendas,
.search .site-main .post .entry-content-wrap .entry-taxonomies .category-link-promocoes {
  background: #11aa11;
}

.archive .site-main .post .entry-content-wrap .author.vcard a,
.search .site-main .post .entry-content-wrap .author.vcard a,
.search .site-main .page .entry-content-wrap .author.vcard a {
  color: var(--global-palette4);
}

.archive .site-main .post .entry-content-wrap .entry-meta.entry-meta-divider-dash {
  margin-bottom: 0;
}

.search .site-main .page .entry-content-wrap .entry-meta {
  color: var(--global-palette2);
}

.search .site-main .post .entry-content-wrap .entry-meta > ::after,
.search .site-main .page .entry-content-wrap .entry-meta > ::after {
  content: "-";
  background-color: transparent;
  height: auto;
  width: auto;
}

.search .site-main .post .entry-content-wrap .entry-summary,
.search .site-main .post .entry-content-wrap .entry-footer {
  display: none;
}

.search .site-main .page .entry-content-wrap .entry-summary p {
  color: var(--global-palette2);
}

.search .site-main .post .entry-content-wrap .entry-footer .post-more-link,
.search .site-main .page .entry-content-wrap .entry-footer .post-more-link {
  color: var(--global-palette2);
}

/*## Footer ##*/
.site-footer-section .widget .newsletter-form {
  margin-top: 0;
}

.site-footer-section .widget .newsletter-form .wpforms-head-container {
  padding-bottom: 0;
}

.newsletter-form.wpforms-container .wpforms-title{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.newsletter-form.wpforms-container .wpforms-field {
  padding-bottom: 0;
}

#wpforms-form-1128 {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 10px auto !important;
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

div.wpforms-container-full.wpforms-block .wpforms-form .wpforms-title {
  font-weight: 500;
}

#wpforms-form-1128 .wpforms-field-container {
  display: contents !important;
}

#wpforms-form-1128 .wpforms-head-container,
#wpforms-form-1128 #wpforms-error-noscript {
  grid-column: 1 / -1 !important;
}

#wpforms-1128-field_1-container {
  grid-column: 1 / -1 !important;
}

#wpforms-1128-field_2-container {
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 1 / 2 !important;
}

#wpforms-form-1128 .wpforms-submit-container {
  -ms-grid-column: 2 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 2 / 3 !important;
  -ms-grid-column-align: end !important;
      justify-self: end !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

#wpforms-1128-field_2 {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

/* Ajustes responsivos */
@media (max-width: 600px) {
  #wpforms-form-1128 { 
    -ms-grid-columns: 1fr !important; 
    grid-template-columns: 1fr !important; 
  }

  #wpforms-1128-field_2-container,
  #wpforms-form-1128 .wpforms-submit-container { 
    grid-column: 1 / -1 !important; 
  }

  #wpforms-form-1128 .wpforms-submit-container { 
    -ms-grid-column-align: stretch !important; 
        justify-self: stretch !important; 
  }

  #wpforms-1128 .newsletter-submit { 
    width: 100% !important;
	padding: 8px 16px 8px 0 !important;
  }
}

#wpforms-1128 .newsletter-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#wpforms-1128 .newsletter-submit::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 16 16 12 12 8'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 16 16 12 12 8'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#wpforms-1128 .newsletter-submit:hover {
  background: -o-linear-gradient(315deg,rgb(255,167,38) 0%,rgb(255,90,34) 100%);
  background: linear-gradient(135deg,rgb(255,167,38) 0%,rgb(255,90,34) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

#wpforms-1128 .newsletter-submit:hover::after {
  background: -o-linear-gradient(315deg, rgb(255,167,38) 0%, rgb(255,90,34) 100%);
  background: linear-gradient(135deg, rgb(255,167,38) 0%, rgb(255,90,34) 100%);
}


/* ################## FOOTER #################### */
footer .site-middle-footer-wrap {
  padding: 0 15px;
}

footer .site-bottom-footer-wrap {
  padding: 0 15px;
}

/* MOBILE: STACK */
@media screen and (max-width: 768px) {
  .light-theme .Em-alta-first-post h2, 
  .light-theme .Em-alta-first-post .kt-blocks-date, 
  .light-theme .Em-alta-first-post .kt-blocks-meta-divider.kt-blocks-meta-has-divider, 
  .light-theme .Em-alta-first-post .kt-blocks-author-pretext {
	color: var(--global-palette2);  
  }

  .wp-block-site-logo img {
	max-width: 80px;
  }
	
  .kb-search .kb-search-close-btn {
	right: 50px;	
  }
	
  .home.content-style-boxed .content-bg:not(.loop-entry) {
	margin-right: 0;
    margin-left: 0;
  }

  .home.wp-singular article.page .entry-content-wrap {
    padding: 1.5rem 15px;
  }

  .content-area.supercustomer-page-blog .content-wrap-supercustomer {
    padding: .5rem 0;
  }

  .post-title {
    font-size: 1.5rem;
    line-height: 1.35;
  }

  .post-meta {
    margin: 1.5rem 0;
	font-size: .75rem;
  }

  .content-wrap-supercustomer .body-post {
	display: -ms-grid;
  	display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .body-post .left {
	margin-right: 0;	
  }
	
  .body-post .left p {
    margin-top: 0;
  }

  .body-post .right {
    position: static;
    top: auto;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .right .top-posts, .right .social-links {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .right .top-posts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mais-lidos-post .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .col-image,
  .col-info {
    width: 100%;
  }

  .col-image img {
    height: 200px;
  }

  .col-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .author-date {
	 display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
	 margin-top: 0;
	 font-size: 14px;
   }
	
  .mais-lidos-author::after {
    content: '-';
    margin-left: 5px;
	margin-right: 5px;
  }
	
  .right .mais-lidos-title {
	margin-bottom: 5px;
    font-size: 16px; 
  }
	
  .post-card h3 {
	font-size: 16px;	
  }
	
  .post-card p {
	margin-top: 5px;
  }

  .social-widget-block .kb-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  div.Em-alta-first-post .kt-blocks-post-grid-item-inner {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .Em-alta-first-post .kadence-post-image-intrisic.kt-image-ratio-nocrop,
  .Em-alta-second-post .kadence-post-image-intrisic.kt-image-ratio-nocrop {
    padding-bottom: 66.67% !important;
  }

  div.Em-alta-second-post .kadence-post-image {
    padding-left: 0;
    padding-right: 0;
  }

  .Ultimas-noticias-section .ultimas-noticias-second-post .kadence-post-image-intrisic.kt-image-ratio-100 {
    padding-bottom: 66.67% !important;
  }
	
  .Ultimas-noticias-section .ultimas-noticias-second-post .kt-blocks-post-top-meta > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .Pre-vendas-section .pre-vendas-second-post .kadence-post-image-intrisic.kt-image-ratio-100 {
    padding-bottom: 66.67% !important;
  }
	
  .Pre-vendas-section .pre-vendas-second-post .kt-blocks-post-top-meta > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  body.page-template-default.page:not(.home) .hero-container.site-container,
  body.page-template-default.page:not(.home) .content-container.site-container,
  .archive .site-container, 
  .blog .site-container, 
  .search .site-container {
/*     padding: 0 2rem; */
    padding: 0 15px;
  }

  footer .site-middle-footer-wrap .site-container,
  footer .site-bottom-footer-wrap .site-container {
    padding: 0;
  }

  footer .site-bottom-footer-wrap .site-container .site-bottom-footer-inner-wrap {
    padding-bottom: 60px;
  }

  .archive .site-main header h1 {
    font-size: 25px;
  }
}

@media (min-width: 769px) {
	.Em-alta-first-post h2 {
		color: #FFF;
	}
	
	div.Em-alta-first-post .kt-blocks-post-grid-item-inner header {
		background: -webkit-gradient(linear,left top, left bottom,from(#0000),to(#000000e0));
		background: -o-linear-gradient(#0000,#000000e0);
		background: linear-gradient(#0000,#000000e0);
		border-radius: 0 0 12px 12px;
	}
	
	div.Em-alta-second-post .kadence-post-image .kt-blocks-above-categories {
		margin-left: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-site-logo img {
	max-width: 100px;
  }

  .kb-search .kb-search-close-btn {
	top: 30px;	
  }

  div.Em-alta-first-post .kt-blocks-post-grid-item .kt-blocks-post-grid-item-inner {
	width: 100%;
  	padding-left: 0;
  	padding-right: 0;
  }
	
  div.Em-alta-second-post .kt-blocks-post-grid-item-inner-wrap .kt-blocks-post-grid-item-inner {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Ultimas-noticias-section .ultimas-noticias-second-post header {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Pre-vendas-section .pre-vendas-second-post .kt-post-grid-layout-grid-wrap {
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .Pre-vendas-section .pre-vendas-second-post .kt-blocks-post-grid-item-inner-wrap.kt-feat-image-align-left {
    -ms-grid-columns: 40% auto;
    grid-template-columns: 40% auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .Pre-vendas-section .pre-vendas-second-post .kt-blocks-post-grid-item header {
    padding-bottom: 0;
  }

  .hero-banner img {
	min-height: 450px;	
  }

  .post-title {
    font-size: 2rem;
  }

  .post-body .body-post .left > p {
    font-size: 1.094rem;
  }

  .right .top-posts, .right .social-links {
    padding: 1.5rem .5rem;
    margin-bottom: .5rem;
  }

  .mais-lidos-title.desktop {
    display: none;
  }

  .mais-lidos-title.tablet {
    display: block;
  }

  .mais-lidos-post .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mais-lidos-post .author-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  h3.mais-lidos-title {
    margin-top: .5rem;
    line-height: 1.2;
  }

  .mais-lidos-title a {
    font-size: 1rem;
  }

  .related-posts .post-grid {
    grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  }

  .post-card h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .post-card p {
    margin-top: .5rem;
  }

  footer .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .site-footer-middle-section-1,
  footer .site-footer-middle-section-2,
  footer .site-footer-middle-section-3 {
    width: 30%;
  }

  footer .site-footer-middle-section-4 {
    width: 100%;
  }

  footer .site-bottom-footer-wrap .site-container .site-bottom-footer-inner-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
	.box-content-wrapper {
		flex-basis: 100%;
		margin-right: 0;
	}
	
	.sidebar-like {
		display: none;
	}

	.wpulike.wpulike-heart:not(.button-sidebar-like):not(.top-like-button) {
		display: block;
	} 
}

@media (max-width: 1199px) {
  .light-theme .wp-block-kadence-navigation .menu-container > .menu > .menu-item > .kb-link-wrap {
  	--kb-nav-link-color: var(--global-palette2);
  }

  .archive .site-main .post .entry-content-wrap .entry-taxonomies,
  .search .site-main .post .entry-content-wrap .entry-taxonomies {
    opacity: 1;
  }
}