.elementor-kit-9{--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-9 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){--kit-widget-spacing: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 *//*________________________*/
/*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;
}
/*________________________*/

/*________________________*/
/*BALANÇO DOS TEXTOS COM PRETTY*/
.balanco-pre {
    text-wrap: balance;
    text-wrap: pretty;
}
/*________________________*/

/*________________________*/
/* Sombra */
.sombra {
  -webkit-box-shadow: 0 10px 25px rgba(1, 45, 82, 0.1);
  box-shadow: 0 10px 25px rgba(1, 45, 82, 0.1);
}

.sombra:hover {
  -webkit-box-shadow: 0 10px 25px rgba(1, 45, 82, 0.15);
  box-shadow: 0 10px 25px rgba(1, 45, 82, 0.15);
}

.sombra-img img {
  filter: drop-shadow(0 10px 25px rgba(1, 45, 82, 0.10));
  -webkit-filter: drop-shadow(0 10px 25px rgba(1, 45, 82, 0.10));
  background: transparent; /* garantia */
  display: block; /* evita artefatos de linha */
}

.sombra-img img:hover {
  filter: drop-shadow(0 10px 25px rgba(1, 45, 82, 0.15));
  -webkit-filter: drop-shadow(0 10px 25px rgba(1, 45, 82, 0.15));
}
/*________________________*/

/*________________________*/
/* Titulo azul claro */
.titulo-amareloclaro {
    color: #F9F961;
}

/*________________________*/
/* Fundo amarelo texto Qualis B1 */
.badge-qualis {
  background-color: #F9F961;
  color: #2b351f;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;  
  white-space: nowrap;
  margin-top: 15px;
}

/* CELULAR RETRATO */
@media (max-width: 767px) {
  .badge-qualis {
    font-size: 40px;
    margin-top: 10px;
  }
}
/*________________________*/

/*______________________*/
/*CONFIGURAÇÕES DO BOTÃO BJAER*/
.btnbjaer .elementor-button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #000000;
    background: radial-gradient(49.84% 100% at 49.84% 0%, #F9F961 0%, #F9F961 100%);
    background-color: #F9F961 !important; /* Fallback */
    transition: all .7s ease;  
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation: luz 1.5s infinite;
    box-shadow: 0px 0px 5px -2px #FFF3B0;
}

/* Configuração do botão no hover */
.btnbjaer .elementor-button:hover {
    background: #fefeef;
    color: #000000 !important;
    font-family: 'Poppins', sans-serif;
    text-shadow: none;
    transform: scale(1.03);
    transition: all .7s ease;
}

@keyframes luz {
    70% {
        box-shadow: 0 0 0 12px transparent;
    }
    100% {
        box-shadow: 0 0 0 transparent;
    }
}
/*______________________*/

/*________________________*/
/*BOTÃO FLUTUANTE WHATSAPP*/
/* 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; }
}
/*________________________*/

/* 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, #4E563F  0%, #BD9154 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, #4E563F  0%, #BD9154 100%);
    border: 2px solid #000028; 
}

/* AQUI VOCÊ MUDA A COR DA SELEÇÃO DE TEXTOS DA PÁGINA */
::selection {
    -webkit-text-fill-color: #fff;
    color: #fff; 
    background: #199AFF;
}
/*________________________*/

/* 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%;
  }
}

:root {
    --largurautilwidescreen: 1280px;
    --largurautildesktop: 1280px;
    --largurautilnotebook: 1100px;
    --largurautiltabletpaisagem: 924px;
    --largurautiltabletretrato: 780px;
    --largurautilcelularpaisagem: 728px;
    --largurautilcelularretrato: 380px;
}

/* ==== NÃO EDITE DAQUI PARA BAIXO ==== */

/* WIDESCREEN */
@media(min-width: 2400px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautilwidescreen)) / 2 ) + var(--distanciawidescreen));
    }
    
    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautilwidescreen)) / 2 ) + var(--distanciawidescreen));
    }
}

/* DESKTOP */
@media(min-width: 1367px) and (max-width: 2399px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautildesktop)) / 2 ) + var(--distanciadesktop));
    }

    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautildesktop)) / 2 ) + var(--distanciadesktop));
    }
}

/* NOTEBOOK / LAPTOP */
@media(min-width: 1201px) and (max-width: 1366px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautilnotebook)) / 2 ) + var(--distancianotebook));
    }

    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautilnotebook)) / 2 ) + var(--distancianotebook));
    }
}

/* TABLET PAISAGEM */
@media(min-width: 1025px) and (max-width: 1200px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautiltabletpaisagem)) / 2 ) + var(--distanciatabletpaisagem));
    }

    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautiltabletpaisagem)) / 2 ) + var(--distanciatabletpaisagem));
    }
}

/* TABLET RETRATO */
@media(min-width: 881px) and (max-width: 1024px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautiltabletretrato)) / 2 ) + var(--distanciatabletretrato));
    }
    
    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautiltabletretrato)) / 2 ) + var(--distanciatabletretrato));
    }
}

/* CELULAR PAISAGEM */
@media(min-width: 768px) and (max-width: 880px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautilcelularpaisagem)) / 2 ) + var(--distanciacelularpaisagem));
    }

    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautilcelularpaisagem)) / 2 ) + var(--distanciacelularpaisagem));
    }
}

/* CELULAR RETRATO */
@media(max-width: 767px) {
    .absolutoesquerda {
        left: calc( calc( calc(100% - var(--largurautilcelularretrato)) / 2 ) + var(--distanciacelularretrato));
    }

    .absolutodireita {
        right: calc( calc( calc(100% - var(--largurautilcelularretrato)) / 2 ) + var(--distanciacelularretrato));
    }
}/* End custom CSS */