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

.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-post .wp-block-heading {
  margin: 32px 0px 24px 0px;
  color: var(--e-global-color-primary);
}


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

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

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

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

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

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

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


.single-post .elementor-widget-theme-post-content ul li+li,
.single-post .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;
}

.obm-block-ads{
	display:flex;
	width:100%;
	justify-content:center;
	background:#cccccc7a; 
	border-radius:4px;
	font-size:14px;
	font-weight:700px;
	
}


.obm-versiculo{
	display:flex;
	align-items:center;
	gap:40px;
	padding:16px 32px;
	border-radius:4px;
	border: 1px solid #cccccc84;
	background:#fff;
	border-left: 5px solid var(--e-global-color-secondary);
}
.obm-versiculo .obm-versiculo-badge{
	display:flex;
	flex-flow: column nowrap;
	gap:12px;
	min-width: 130px;
  align-items: flex-start;
}
.obm-versiculo svg{
	height:24px;
	width:auto;
}

.obm-versiculo .obm-versiculo-citacao{
	display:flex;
	flex-flow:column nowrap;
	gap:8px;
}

.obm-versiculo .obm-versiculo-citacao blockquote{
	margin:0px!important;
}

.obm-versiculo .obm-versiculo-citacao cite{
	font-size:14px;
}

@media (max-width:768px){
	.obm-versiculo{
		flex-flow:column nowrap;
		align-items: flex-start;
    	gap: 16px;
	}
}