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

/* ============================================
   NAVIGATION RESPONSIVO
============================================ */
@media (max-width:1024px) { .menu-desktop { display: none !important; } }
@media (min-width:1025px) { .menu-mobile { display: none !important; } }

/* ============================================
   AJUSTES DO ELEMENTOR
============================================ */
body {
  font-family: var(--e-global-typography-text-font-family);
}

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

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

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  margin: 32px 0 24px;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2 { font-size: 34px; line-height: 125%; }
.elementor-widget-text-editor h3 { font-size: 24px; }
.elementor-widget-text-editor h4 { font-size: 20px; }
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 { font-size: 18px; }

@media (max-width:767px) {
  .elementor-widget-text-editor h1,
  .elementor-widget-text-editor h2,
  .elementor-widget-text-editor h3,
  .elementor-widget-text-editor h4,
  .elementor-widget-text-editor h5,
  .elementor-widget-text-editor h6 {
    font-size: 18px;
    line-height: 150%;
  }
}

/* ============================================
   SIDEBAR
============================================ */
.elementor-widget-sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.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;
  transition: .3s;
}

.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 img {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

/* ============================================
   SINGLE POST (OTIMIZADO)
============================================ */
.single .wp-block-heading {
  margin: 32px 0 24px;
  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;
  font-weight: 700;
  margin: 32px 0 24px;
}

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

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

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

.single .elementor-widget-theme-post-content .wp-block-button__link {
  color: #fff !important;
  background: var(--e-global-color-primary);
  border-radius: 8px !important;
  font-weight: 700;
  transition: .3s;
}

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

.single .elementor-widget-theme-post-content .wp-block-quote {
  background: #ffefc0;
  margin: 32px 0;
  padding: 24px;
  border-radius: 8px;
}

/* ============================================
   MARCADORES DE TEXTO (LP)
============================================ */
.txt-mk { line-height: 150% !important; position: relative; }

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

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

.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-radius: 50%;
  border: solid 2px #181818;
  border-color: #181818 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; }

.txt-mk-line-curve.txt-mk-purple::after { border-color: var(--e-global-color-0065c5f) transparent transparent transparent; }
.txt-mk-line-curve.txt-mk-green::after { border-color: var(--e-global-color-1bc5270) transparent transparent transparent; }
.txt-mk-line-curve.txt-mk-orange::after { border-color: #FC7046 transparent transparent transparent; }

/* ============================================
   SELECTIZE
============================================ */
.elementor-form .selectize-input {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

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

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


/* ============================================
   FAQ (RANK MATH)
============================================ */
.rank-math-list-item {
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  margin-bottom: .75rem;
  background: #fff;
  transition: box-shadow .3s;
}

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

.rank-math-question {
  padding: 1rem 1.25rem;
  font-size: 16px !important;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #f8fafc;
  margin: 0 !important;
}

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

.rank-math-question::after {
  content: '+';
  font-size: 24px;
  transition: .3s;
}

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

.rank-math-answer {
  display: none;
  padding: 1rem 1.25rem;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  background: #fff;
}


/* ============================================
   FAQ (YOAST)
============================================ */
.wp-block-yoast-faq-block .schema-faq-section {
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  margin-bottom: .75rem;
  background: #fff;
  transition: box-shadow .3s;
  overflow: hidden;
}

.wp-block-yoast-faq-block .schema-faq-section.active {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* A pergunta no Yoast vem como <strong> */
.wp-block-yoast-faq-block .schema-faq-question {
  padding: 1rem 1.25rem;
  font-size: 16px !important;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #f8fafc;
  margin: 0 !important;
  width: 100%;
}

.wp-block-yoast-faq-block .schema-faq-section.active .schema-faq-question {
  background: #e2e8f0;
}

.wp-block-yoast-faq-block .schema-faq-question::after {
  content: '+';
  font-size: 24px;
  transition: .3s;
  line-height: 1;
}

.wp-block-yoast-faq-block .schema-faq-section.active .schema-faq-question::after {
  content: '−';
  transform: rotate(180deg);
}


.wp-block-yoast-faq-block .schema-faq-answer {
  display: none;
  padding: 1rem 1.25rem;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  background: #fff;
  margin: 0 !important;
}


/* ============================================
   Customização de tema
============================================ */

.mask-bg-banner-interno {
	position:absolute!important;
	right:0px;
	bottom:7.5%;
}

.mask-bg-banner-interno svg{
    width:100%;
    height: auto;
    right: 0;
}

.mask-bg-banner-interno #layer-1{
    opacity: .45;
}

.mask-bg-banner-interno #layer-2{
    opacity: .95;
}

@media all and (min-width:2800px){

	.mask-bg-banner-interno {
		bottom:0;
	}

}

@media all and (max-width:768px){

	.mask-bg-banner-interno {
		bottom:4.5%;
	}

}
