.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f9b03bb:#0C0D0E;--e-global-color-db207fc:#FFFFFF;--e-global-color-eea92f7:#CFCEF1;--e-global-color-d7f6bf1:#050518;--e-global-color-815ab72:#728BBA1A;--e-global-color-38334a0:#2C21DF;--e-global-color-5a3ffd7:#B0DEFF;--e-global-color-bb157d2:#4EAEF3;--e-global-color-76af58a:#AEB0C8;--e-global-color-aea0e00:#181279;--e-global-color-194dc1c:#6D6F91;--e-global-color-34e79b4:#F9F9F9;--e-global-color-17982d1:#D0D5DD;--e-global-color-bd8cffa:#EAECF0;--e-global-color-5e9b19a:#080628;--e-global-color-3f5d156:#2655FF;--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;background-color:var( --e-global-color-f9b03bb );}.elementor-kit-5 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 *//*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;}
}



/*________________________*/
/*Espaçamento BR*/
@media(min-width: 881px) {
  .espacobr {
    display: block;
    height: 16px;
  }
}

@media(max-width: 880px) {
  .espacobr {
    display: block;
    height: 8px;
  }
}

/*________________________*/
/*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;
}

/*-----------------------*/
/* SCROLL - AQUI VOCÊ DEFINE A LARGURA A BARRA DE ROLAGEM */
::-webkit-scrollbar {
    width: 8px;
}

/* AQUI VOCÊ DEFINE A COR DE FUNDO DO SCROLL */
::-webkit-scrollbar-track {
    background: #000;
}
  
/* AQUI VOCÊ DEFINE O ARREDONDAMENTO DAS BORDAS DA BARRA, COR DE FUNDO E TAMBÉM BORDA DO SCROLL */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(180deg, #4EAEF3  0%, #B0DEFF 100%);

    ;
    border: 2px solid #000028; 
}

/* O MESMO DE CIMA, PORÉM APLICADO AO HOVER (QUANDO PASSA O MOUSE ENCIMA) */
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 6px;
    border-radius: 6px;
     background: linear-gradient(0deg, #4EAEF3  0%, #B0DEFF 100%);
    border: 2px solid #000028; 
}

/* AQUI VOCÊ MUDA A COR DA SELEÇÃO DE TEXTOS DA PÁGINA */
::selection {
    -webkit-text-fill-color: #000028; 
    color: #000028; 
    background: #CEB28A;
}

/*________________________*/
/* 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;
    }
}

/* Animação de fundo */
@keyframes mudafundo {
  0%, 100% {
    background-position: 0% 0%;
  } 
  50% {
    background-position: 120% 120%;
  }
}

/* Animação heartbeat */
@keyframes heartbeat {
  0% { transform: scale(1); }
  50% { transform: scale(1); }
  55% { transform: scale(0.95); }
  60% { transform: scale(1); }
  65% { transform: scale(0.95); }
  70% { transform: scale(1); }
  100% { transform: scale(1); }
}

/*________________________*/
.fecharpopup {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
}/* End custom CSS */