/* 
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;
}

.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: 105px;
  height: 34px;
  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-rodape-agencia.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: 40px;
    width: 65px;
    height: 65px;
  }

  .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;
}


/* LP -  Marcador de texto - Configuração default */
.txt-mk {
  line-height: 150% !important;
  position: relative;
}

.txt-mk-line {
  text-decoration: underline !important;
}

.txt-mk-wave {
  text-decoration: underline !important;
  text-decoration-style: wavy !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
  text-underline-position: under !important;
}

.txt-mk-circle {
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid;
  border-radius: 100%;
}

.txt-mk-line-curve::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #181818;
  border-color: #181818 transparent transparent transparent;
  border-radius: 50%;
}

.txt-mk-line-curve.txt-mk-purple::after {
  border: solid 2px var(--e-global-color-0065c5f);
  border-color: var(--e-global-color-0065c5f) transparent transparent transparent;
}

.txt-mk-line-curve.txt-mk-green::after {
  border: solid 2px var(--e-global-color-1bc5270);
  border-color: var(--e-global-color-1bc5270) transparent transparent transparent;
}

.txt-mk-line-curve.txt-mk-orange::after {
  border: solid 2px #FC7046;
  border-color: #FC7046 transparent transparent transparent;
}

.txt-mk-purple {
  text-decoration-color: var(--e-global-color-0065c5f) !important;
  border-color: var(--e-global-color-0065c5f) !important;
}

.txt-mk-green {
  text-decoration-color: var(--e-global-color-1bc5270) !important;
  border-color: var(--e-global-color-1bc5270) !important;
}

.txt-mk-orange {
  text-decoration-color: #FC7046 !important;
  border-color: #FC7046 !important;
}

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

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


.devsite-wdg-title-holder .widget-title{
	color:#58585a;
	font-size:16px!important;
	font-weight:600!important;
	margin-bottom: 32px;
}

.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: 16px;
	color:#58585a;
}

.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/05/icon-solid-angle-down.svg);
  mask-image: url(/wp-content/uploads/2025/05/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: #d72b62;
	font-weight:600;
}

.devsite-wdg-nav-cat-terms .cat-term-item.-active>.cat-term-group-link>a,
.devsite-wdg-nav-cat-terms .cat-term-item > .cat-term-group-link>a:hover{
  color: #d72b62!important;
  text-decoration: underline!important;
}


.devsite-wdg-nav-cat-terms .cat-term-toggle.-active::before {
  background-color: #d72b62;
  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: 16px;
}

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

.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;
}

.wp-block-yoast-faq-block{
	margin-top:32px;
}

.schema-faq .schema-faq-section {
  border: 1px solid #cccccc6e;
}

.schema-faq-question {
  display: block;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding:16px;
  padding-right: 50px;
	color:#212529;
	font-size:16px;
	border-bottom:1px solid transparent;
	transition:all .3s ease;
}

.schema-faq-question::after {
  content: '+';
	width:32px;
	height:32px;
  position: absolute;
	display:inline-flex;
	justify-content:center;
	align-items:center;
  right: 16px;
  top: calc(50% - 16px);
font-weight: 400;
  font-size: 28px;
  line-height: 1;
}
.schema-faq-section:hover .schema-faq-question{
	background:#F0F0F0;
}
.schema-faq-section.active .schema-faq-question{
	border-color:#cccccc6e;
	background:#02CBAD;;
}
.schema-faq-section.active .schema-faq-question::after {
  content: '−';
}

.schema-faq-answer {
  display: none;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size:14px;
	line-height:150%;
	padding:16px;
	margin:0px;
}

.schema-faq-section.active .schema-faq-answer {
  display: block;
}

#bloco-depoimentos{
	display:flex;
	flex-flow:column nowrap;
	gap:16px;
}

#bloco-depoimentos .list-items{
	display:flex;
	flex-flow:row wrap;
	gap:16px;
}


#bloco-depoimentos .list-items.grid-col-3 .item-depoimento{
  flex-basis:calc(33.33% - 16px);
	flex-grow:1;
}

#bloco-depoimentos .list-items::before,
#bloco-depoimentos .list-items::after {
	content:'';
	display:block;
	position:relative;
	  flex-basis:calc(33.33% - 16px);
	flex-grow:1;
	order:2;
}

#bloco-depoimentos .item-depoimento{
	border: 1px solid #f5f5f5;
	min-width:250px;
	padding:24px;
	border-radius:16px;
	display:flex;
	flex-flow:column nowrap;
	gap:8px;
	transition:all .3s ease-in-out;
	background:#fff;
}

#bloco-depoimentos .item-depoimento:hover{
	transform:translateY(-10px) scale(1.02);
	border-color: #d72b62;
}

#bloco-depoimentos .item-depoimento .wrap-user-info{
	display:flex;
	align-items:center;
	gap:16px;
}

#bloco-depoimentos .item-depoimento .item-name{
	font-size:18px;
	font-weight:600;
}

#bloco-depoimentos .item-depoimento .btn-read-more{
	font-weight:600;
	text-decoration:underline;
}

#bloco-depoimentos .nav-links{
    display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	width:100%;
}

#bloco-depoimentos .nav-links .page-numbers{
	display:flex;
	justify-content:center;
	align-items:center;
	width:42px;
	height:42px;
	border:1px solid #e1e1e1;
	border-radius:100%;
	color:#ccc;
	transition:all .3s ease;
}

#bloco-depoimentos .nav-links .page-numbers svg{
	height: 16px;
}

#bloco-depoimentos .nav-links .page-numbers:not(.current):hover{
	background: #f5f5f5;
	color:#181818;
}

#bloco-depoimentos .nav-links .page-numbers.current{
	color:#fff;
	fill:#fff;
	background:#181818;
	border-color:#181818;
}

.modal-depoimento .modal-title{
	font-size: 24px;
}
