/* 
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;
  font-family: var(--e-global-typography-text-font-family);
}

.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: 30px;
  overflow: hidden;
  display: block;
}

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

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

.developer.-white .dev-logo {
  background: url('assets/img/dev/logo-devsite-white.svg') 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 .wp-block-button__link {
  color: #fff !important;
  background: var(--e-global-color-primary);
  border-radius: 8px !important;
  transition: all .3s ease;
  font-weight: 700;
}

.single .elementor-widget-theme-post-content .wp-block-button__link:hover {
  color: #fff !important;
  background: var(--e-global-color-secondary);
}

.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 20px 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-quote {
  background: #ffefc0;
  margin: 32px 0px;
  padding: 24px;
  border-radius: 8px;
}

.single .elementor-widget-theme-post-content .wp-block-quote p {
  margin: 12px 0px !important;
}

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

/* Formatando selectize */
.elementor-form .selectize-input {
  border: unset !important;
  box-shadow: unset !important;
  padding: 0px;
}

.elementor-form .selectize-dropdown {
  background: #fff;
}

.elementor-form .elementor-field-group .elementor-field-textual {
  border-color: #D6D6D6 !important;
}

.bloco-wdgt-tax-tipo-de-solucao {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax .item-title {
  font-size: var(--e-global-typography-0652e35-font-size);
  font-weight: var(--e-global-typography-0652e35-font-weight);
  line-height: var(--e-global-typography-0652e35-line-height);
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax .item-description {
  font-size: var(--e-global-typography-7d88d14-font-size);
  font-weight: var(--e-global-typography-7d88d14-font-weight);
  line-height: var(--e-global-typography-7d88d14-line-height);
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax .wrap-item {
  flex-basis: 45%;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 200px;
  flex-grow: 1;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax .list-title {
  font-size: 14px;
  font-weight: 700;

}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax ul {
  list-style-type: none;
  padding: 0px !important;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax ul a {
  padding: 8px;
  transition: all .3s ease;
  font-size: 14px;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax ul a:hover {
  text-decoration: underline;
  color: #000;
}

.bloco-wdgt-tax-tipo-de-solucao .row-item-tax ul li+li {
  margin-top: 8px;
}

.rank-math-list-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}

.rank-math-list-item.active {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Cabeçalho da pergunta */
.rank-math-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font-size: 16px !important;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  background-color: #f8fafc;
  transition: background-color 0.3s ease;
  margin: 0px !important;
}

.rank-math-list-item.active .rank-math-question {
  background-color: #e2e8f0;
}

/* Ícone de + / - */
.rank-math-question::after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.3s ease, content 0.3s ease;
  transform: rotate(0);
}

.rank-math-list-item.active .rank-math-question::after {
  content: '−';
  transform: rotate(180deg);
}

/* Resposta com transição suave */
.rank-math-answer {
  display: none;
  padding: 1rem 1.25rem;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
  background-color: #fff;
}