/* 
Theme Name: Tema Customizado
Theme URI: https://www.devsite.com.br?ref=wp-cliente
Description: Acesse nosso site.
Author: Agência DevSite
Author URI: https://www.devsite.com.br?ref=wp-cliente
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Customização do tema  */


@charset UTF-8;

html,
html body {
  overflow-x: hidden !important;
 font-family: "Lato", Sans-serif;
}

.site-hide {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

/* Menu do desenvolvedor */

.developer {
  position: relative;
  display: flex;
}

.developer .link-dev {
  display: flex;
  gap: 12px;
  font-size: 12px;
  align-items: center;
  line-height: 125%;

}

.developer.-left {
  justify-content: flex-start;
  text-align: left;
}

.developer.-right {
  justify-content: flex-end;
  text-align: right;
}

.developer.-center {
  justify-content: center;
  text-align: center;
}

.developer .dev-title {
  font-size: 10px;
}

.developer .dev-logo {
  width: 120px;
  height: 39px;
  overflow: hidden;
  display: block;
}

.developer.-white .dev-title {
  color: #fff !important;
}

.developer.-dark .dev-logo {
  background: url('assets/img/dev/logo-rodape-agencia-dark.webp') no-repeat;
  background-size: contain;
}

.developer.-white .dev-logo {
  background: url('assets/img/dev/logo-devsite-white.svg') no-repeat;
  background-size: contain;
}

.developer.-white-black .dev-logo {
  background: url('assets/img/dev/logo-devsite-white-black.svg') no-repeat;
  background-size: contain;
}

.developer.-white-color .dev-logo {
  background: url('assets/img/dev/logo-devsite-white-v2.webp') no-repeat;
  background-size: contain;
}

.developer[class*="white"] .link-dev:hover {
  color: #fff;
}

.developer[class*="dark"] .link-dev:hover {
  color: #000;
}


@media (max-width: 767px) {
  .vector-copyright {
    text-align: center;
  }

  .developer.-left,
  .developer.-right {
    justify-content: center;
    text-align: right;
  }
}

.developer .dev-legend {
  opacity: 0;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}


/* Botao do whatsapp */

#section-wpp {
  display: flex;
  position: fixed;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  right: 50px;
  bottom: 50px;
  z-index: 400;
  width: 80px;
  height: 80px;
  transform: scale(.85);
}

#section-wpp::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #48C960;
  opacity: .2;
  border-radius: 50%;
}

.btn-wpp {
  z-index: 50;
  display: flex;
  position: relative;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  background: #48C960;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none !important;
  cursor: pointer;
  filter: drop-shadow(0px 4px 27px #48C960);
}

.btn-wpp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #48C960;
  border-radius: 50%;
  animation: widgetPulse infinite 1.5s;
}

.btn-wpp i::before {
  color: #fff;
  font-size: 45px;
}

@media (max-width:768px) {
  #section-wpp {
    right: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
  }

  .btn-wpp i::before {
    font-size: 36px;
  }
}

@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0
  }
}

@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0
  }
}


@media (max-width:1024px) {

  .menu-desktop {
    display: none !important;
  }
}

@media (min-width:1025px) {

  .menu-mobile {
    display: none !important;
  }
}

/* Ajustes no elementor */

body {
  font-family: var(--e-global-typography-text-font-family);
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin: 24px 0px;
}

.elementor-widget-text-editor ul li+li,
.elementor-widget-text-editor ol li+li {
  margin-top: 12px;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2 {
  font-size: 34px;
  line-height: 125%;
  margin: 32px 0px 24px 0px;
}

.elementor-widget-text-editor h3 {
  font-size: 24px;
  line-height: 150%;
  margin: 32px 0px 24px 0px;
}

.elementor-widget-text-editor h4 {
  font-size: 20px;
  line-height: 150%;
  margin: 32px 0px 24px 0px;
}

.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  font-size: 18px;
  line-height: 150%;
  margin: 32px 0px 24px 0px;
}

@media (max-width:767px) {

  .elementor-widget-text-editor h1,
  .elementor-widget-text-editor h2,
  .elementor-widget-text-editor h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .elementor-widget-text-editor h4,
  .elementor-widget-text-editor h5,
  .elementor-widget-text-editor h6 {
    font-size: 18px;
    line-height: 150%;
  }
}


.elementor-widget-sidebar .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
}

.elementor-widget-sidebar .widget+.widget {
  margin-top: 64px;
}

.elementor-widget-sidebar p:empty {
  display: none;
}


.elementor-widget-sidebar ul.product_list_widget li {
  padding: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #f7f7f7;
}

.elementor-widget-sidebar ul.product_list_widget li:hover {
  border-color: #000;
}

.elementor-widget-sidebar ul.product_list_widget li+li {
  margin-top: 16px;
}

.elementor-widget-sidebar ul.product_list_widget li img {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

/* Customizando o Tema */
.single .wp-block-heading {
  margin: 32px 0px 24px 0px;
  color: var(--e-global-color-primary);
}


.single .elementor-widget-theme-post-content {
  line-height: 200%;
}

.single .elementor-widget-theme-post-content h1,
.single .elementor-widget-theme-post-content h2 {
  font-size: 24px;
  margin: 32px 0px 24px 0px;
  font-weight: 700;
}

.single .elementor-widget-theme-post-content h3,
.single .elementor-widget-theme-post-content h4 {
  font-size: 20px;
  margin: 24px 0px 16px 0px;
  font-weight: 600;
}

.single .elementor-widget-theme-post-content h5,
.single .elementor-widget-theme-post-content h6 {
  font-size: 16px;
  margin: 18px 0px 12px 0px;
  font-weight: 600;
}

@media screen and (max-width:767px) {

  .single .elementor-widget-theme-post-content h1,
  .single .elementor-widget-theme-post-content h2 {
    font-size: 20px;
  }

  .single .elementor-widget-theme-post-content h3,
  .single .elementor-widget-theme-post-content h4 {
    font-size: 18px;
  }
}


.single .elementor-widget-theme-post-content ul li+li,
.single .elementor-widget-theme-post-content ol li+li {
  margin-top: 12px;
}

.single .elementor-widget-theme-post-content .wp-block-image,
.single .elementor-widget-theme-post-content .wp-block-gallery,
.single .elementor-widget-theme-post-content .wp-block-buttons {
  margin: 32px 0px;
}

.single .elementor-widget-theme-post-content .wp-block-image .wp-element-caption {
  font-size: 14px;
  margin-top: 12px;
}

.single .elementor-widget-theme-post-content .wp-block-buttons .wp-block-button a {
  font-size: 16px !important;
  border-radius: 8px;
  color: #fff !important;
  background: var(--e-global-color-accent) !important;
  transition: all .3s ease;
}

.single .elementor-widget-theme-post-content .wp-block-buttons .wp-block-button a:hover {
  background: var(--e-global-color-primary) !important;
}


/* Single Produto */
.vector-bloco-catalogo {
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
}

.vector-bloco-catalogo .card-catalogo {
  display: flex;
  gap: 32px;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fefefe;
}

.vector-bloco-catalogo .card-catalogo .col-left,
.vector-bloco-catalogo .card-catalogo .col-right {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  position: relative;
}

.vector-bloco-catalogo .card-catalogo .col-left {
  width: 30%;
}

.vector-bloco-catalogo .card-catalogo .col-right {
  width: calc(70% - 32px);
}

.vector-bloco-catalogo .card-catalogo .col-left .wrapper-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

@media (max-width:768px) {
  .vector-bloco-catalogo .card-catalogo {
    flex-flow: column nowrap;
  }

  .vector-bloco-catalogo .card-catalogo .col-left,
  .vector-bloco-catalogo .card-catalogo .col-right {
    width: 100%;
  }
}


.vector-bloco-catalogo .card-catalogo .wrapper-img {
  display: block;
}

.vector-bloco-catalogo .card-catalogo .item-photo {
  display: block;
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px #cecece solid;
}

@media (max-width:768px) {
  .vector-bloco-catalogo .card-catalogo .item-photo {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 150px;
  }
}

.vector-bloco-catalogo .card-catalogo .item-titulo {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-primary);
}


.vector-bloco-catalogo .card-catalogo .item-fabricante {
  font-size: 14px;
  color: var(--e-global-color-secondary);
}

.vector-bloco-catalogo .card-catalogo .item-gallery {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.vector-bloco-catalogo .card-catalogo .item-gallery strong {
  flex-basis: 100%;
}

.vector-bloco-catalogo .card-catalogo .item-gallery .gallery-item-photo {
  flex-basis: 30%;
  min-width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px #cecece solid;
  transition: all .3s ease;
}

@media (max-width:768px) {
  .vector-bloco-catalogo .card-catalogo .item-gallery .gallery-item-photo {
    flex-grow: 1;
  }
}

.vector-bloco-catalogo .card-catalogo .item-gallery .gallery-item-photo:hover {
  border-color: var(--e-global-color-secondary);
}

.vector-bloco-catalogo .card-catalogo .wrapper-downloads {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin-top: 32px;
}

.vector-bloco-catalogo .card-catalogo .wrapper-downloads .downloads-link {
  padding: 8px 12px;
  background: var(--e-global-color-accent);
  color: #fff;
  border-radius: 4px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vector-bloco-catalogo .card-catalogo .wrapper-downloads .downloads-link svg {
  width: 16px;
}

.vector-bloco-catalogo .card-catalogo .wrapper-downloads .downloads-link:hover {
  background: var(--e-global-color-primary);
}


.elementor-element-vector-catalogo-topics .elementor-tab-title {
  padding: 24px 24px 24px 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title:hover {
  background: var(--e-global-color-secondary);
}

.elementor-element-vector-catalogo-topics .elementor-tab-title:hover * {
  color: #fff !important;
  fill: #fff !important;
}


.elementor-element-vector-catalogo-topics .elementor-accordion-icon,
.elementor-element-vector-catalogo-topics .elementor-accordion-title {
  color: var(--e-global-color-primary);
}

.elementor-element-vector-catalogo-topics .elementor-active .elementor-accordion-title {
  color: #fff !important;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title.elementor-active {
  background: #000;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 1.5em;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title .elementor-accordion-icon svg {
  width: 1em;
  height: 1em;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: right;
  text-align: right;
}

.elementor-element-vector-catalogo-topics .elementor-active .elementor-accordion-icon,
.elementor-element-vector-catalogo-topics .elementor-active .elementor-accordion-icon svg {
  color: #fff !important;
  fill: #fff !important;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-element-vector-catalogo-topics .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}

.elementor-element-vector-catalogo-topics .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block;
}

.elementor-element-vector-catalogo-topics .elementor-tab-content {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 24px;
  border-top: 1px solid #d5d8dc;
  color: var(--e-global-color-text);
}

.elementor-element-vector-catalogo-topics .elementor-accordion-item {
  border: 1px solid #d5d8dc;
  background: #fff;
}

.elementor-element-vector-catalogo-topics .elementor-accordion-item+.elementor-accordion-item {
  border-top: none;
}


@media screen and (max-width:767px) {
  .elementor-element-vector-catalogo-topics .elementor-tab-title {
    font-size: 14px !important;
    line-height: 130% !important;
  }

}

/* Customização da sidebar de categorias */

/* https://bhradical.publicar.site/wp-content/uploads/2024/09/icon-angle-down.svg */

.devsite-wdg-nav-cat-terms {
  list-style-type: none;
  padding: 0px !important;
}

.devsite-wdg-nav-cat-terms .cat-term-group-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.devsite-wdg-nav-cat-terms .widget-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 18px;
}

.devsite-wdg-nav-cat-terms .cat-term-toggle {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;

}

.devsite-wdg-nav-cat-terms .cat-term-toggle::before {
  content: '';
  display: block;
  width: 13px;
  height: 7px;

  -webkit-mask-image: url(/wp-content/uploads/2025/03/icon-solid-angle-down.svg);
  mask-image: url(/wp-content/uploads/2025/03/icon-solid-angle-down.svg);
  transition: all .35s ease;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: var(--e-global-color-text);
  text-align: center;
  color: #fff;
  transition: all .3s ease;
}

.devsite-wdg-nav-cat-terms .cat-term-item.current-page>.cat-term-group-link>a {
  color: var(--e-global-color-secondary) !important;
}

.devsite-wdg-nav-cat-terms .cat-term-item.-active>.cat-term-group-link>a {
  color: #000;
  text-decoration: underline;
  font-size:14px;
}


.devsite-wdg-nav-cat-terms .cat-term-toggle.-active::before {
  background-color: #000;
  transform: rotate(180deg);
}

.devsite-wdg-nav-cat-terms .sub-nav-cat-term.-closed {
  display: none;
}

.devsite-wdg-nav-cat-terms>.cat-term-link {
  padding: 4px 16px;
}

.devsite-wdg-nav-cat-terms>.cat-term-link {
  padding: 8px 16px;
}

.devsite-wdg-nav-cat-terms>.cat-term-item+.cat-term-item {
  margin-top: 10px;
}

.devsite-wdg-nav-cat-terms>.cat-term-item>.cat-term-group-link>a {
  font-weight: 500;
  font-size:14px;
}

.devsite-wdg-nav-cat-terms .sub-nav-cat-term {
  list-style-type: none;
  padding-left: 16px;
  margin-top: 16px;
}

.devsite-wdg-nav-cat-terms .sub-nav-cat-term li+li {
  margin-top: 8px;
}

.devsite-wdg-nav-cat-terms .sub-nav-cat-term a {
  font-size: 14.5px;
}


/* Cards de Categoria */

.vector-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vector-category-card {
  background: #FBFBFB;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-basis: 30%;
  min-width: 200px;
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  transition: all .3s ease;
  border: 1px solid #ccc;
}

.vector-category-card h3 {
  font-size: 18px;
  font-weight: 700;
}

.vector-category-btn {
  display: block;
  padding: 8px 16px;
  border: 1px solid #eee;
  text-decoration: none;
  color: #878787;
  border-radius: 4px;
  transition: all .3s ease;
}

.vector-category-card:hover {
  transform: scale(1.05);
}

.vector-category-card:hover .vector-category-btn {
  background: var(--e-global-color-accent);
  color: #fff;
}

/* Customização de Archive */

.vector-custom-term-icon img,
.vector-custom-term-icon svg {
  height: 60px;
  width: auto;
  fill: #fff;
  color: #fff;
}

@media (max-width:768px) {

  .vector-custom-term-icon img,
  .vector-custom-term-icon svg {
    height: 45px;
  }
}

/* Estilização do menu */

.vector-mega-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  /* padding: 32px; */
}
.vector-mega-menu.grid-col-4{
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vector-mega-menu.grid-col-3{
  grid-template-columns: repeat(3, 1fr);
}

.vector-mega-menu.grid-col-2{
  grid-template-columns: repeat(2, 1fr);
}

.vector-mega-menu.grid-col-1{
  grid-template-columns: repeat(1, 1fr);
}


.vector-mega-menu .vector-term-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vector-mega-menu .vector-term-title img,
.vector-mega-menu .vector-term-title svg {
  height: 24px;
  width: auto;
}

.vector-mega-menu .vector-term-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px !important;
}

.vector-mega-menu .vector-term-title .vector-term-cta {
  color: #f3f3f3;
  transition: all .3s ease;
}

.vector-mega-menu .vector-menu-item-content:hover .vector-term-cta {
  color: var(--e-global-color-secondary);
}

@media (max-width:1024px) {
  .vector-mega-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

}