.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MASCOTE FIXO ATRÁS DO BOTÃO */
.zap-max{
  position: fixed;
  bottom: -7px;
  right: 0;
  z-index: 9998; /* abaixo do botão (.zap-fab é 9999) */
  cursor: pointer;
}

/* imagem */
.zap-max img{
  display: block;
  width: 120px; /* ajusta conforme necessário */
  height: auto;
}
/*BOTÃO FLUTUANTE*/
/* fixa o botão na página */
.zap-fab{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  margin: 0 !important;          /* evita empurrões do Elementor */
}

/* caixa exata do ícone */
.zap-fab .elementor-icon{
  position: relative;             /* base pro ::before */
  display: inline-grid;           /* centraliza o SVG */
  place-items: center;
  width: 64px;                    /* ajuste o tamanho */
  height: 64px;
  line-height: 0;                 /* remove “folga” vertical */
  vertical-align: middle;
}

/* garante que o SVG ocupe 100% da caixa */
.zap-fab .elementor-icon svg,
.zap-fab .elementor-icon i{
  width: 100%;
  height: 100%;
  display: block;
}

/* pulso perfeitamente centralizado atrás do ícone */
.zap-fab .elementor-icon::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;                    /* seu 120% */
  height: 120%;
  border-radius: 50%;
  background: #25D366;
  transform: translate(-50%, calc(-50% + var(--nudge, 0px)));
  z-index: -1;
  opacity: 0.6;
  animation: pulse 1.8s ease-in-out infinite;
  pointer-events: none;
}


/* animação */
@keyframes pulse{
  0%   { transform: translate(-50%, calc(-50% + var(--nudge, 0px))) scale(0.9);  opacity: 0.55; }
  50%  { transform: translate(-50%, calc(-50% + var(--nudge, 0px))) scale(1.15); opacity: 0.10; }
  100% { transform: translate(-50%, calc(-50% + var(--nudge, 0px))) scale(0.9);  opacity:0.55;}
}


/*________________________*/
/*EVITAR BARRA DE SCROLL DUPLA*/
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important
}
/*________________________*/
/*RETIRAR MARGEM INFERIOR DOS TEXTOS*/
p {
    margin-bottom: 0px !important;
}
/*________________________*/
/*BALANÇO DOS TEXTOS*/

.balanco {
    text-wrap: balance;
}
/*________________________*/
/* LARGURA ÚTIL AUTOMÁTICA */

/* WIDESCREEN E DESKTOP */
@media (min-width: 1367px) {
    .e-con {
        --content-width: 1280px;
    }
}

/* LAPTOP */
@media (min-width: 1201px) and (max-width: 1366px) {
    .e-con {
        --content-width: 1100px;
    }
}

/* TABLET PAISAGEM */
@media (min-width: 1025px) and (max-width: 1200px) {
    .e-con {
        --content-width: 924px;
    }
}

/* TABLET RETRATO */
@media (min-width: 881px) and (max-width: 1024px) {
    .e-con {
        --content-width: 780px;
    }
}

/* CELULAR PAISAGEM */
@media (min-width: 768px) and (max-width: 880px) {
    .e-con {
        --content-width: 728px;
    }
}

/* CELULAR RETRATO */
@media (max-width: 767px) {
    .e-con {
        --content-width: 360px;
    }
}/* End custom CSS */