.elementor-kit-6{--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;background-color:#000000;color:#FFFFFF;font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Work Sans", Sans-serif;color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================/* PREVENIR SCROLL LATERAL */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* ENTRADA DE BAIXO PARA CIMA, COM OPACIDADE E BLUR */
.entradabaixo {
    opacity: 0.3; /* Começa semi-transparente */
    filter: blur(20px); /* Inicia desfocado */
    transform: translateY(100px); /* Posicionamento inicial */
    transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.exibir {
    opacity: 1; /* Tornando o elemento visível */
    filter: blur(0px); /* Removendo o desfoque */
    transform: translateY(0);
}

/* Sumir quando atinge o topo */
.sumirTopo {
    opacity: 0;
    filter: blur(20px);
}

/* ENTRADA DA ESQUERDA COM BLUR */
.entradaesquerda {
    opacity: 0;
    filter: blur(20px);
    transform: translateX(-50px);
    transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.exibir {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
}

/* ENTRADA DA DIREITA COM BLUR */
.entradadireita {
    opacity: 0;
    filter: blur(20px);
    transform: translateX(50px);
    transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.exibir {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
}



/* =====================================
   🌌 EFEITO GRADIENTE ESCURO NO FIM DA SEÇÃO (COLLAPSIBLE)
===================================== */
.wd-collapsible-content.e-con:not(.wd-opened):after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 100px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000) !important;
}


/* =====================================
   🎯 CORES DOS ÍCONES (TOOL ICONS DO CABEÇALHO)
===================================== */
.wd-tools-element {
  --wd-header-el-color: #D6D6D6 !important;         /* cor padrão dos ícones */
  --wd-header-el-color-hover: rgba(255, 255, 255, 0.8) !important; /* cor no hover */
}


/* =====================================
   📂 MENU DE NAVEGAÇÃO (NAV PRINCIPAL)
===================================== */
.wd-nav[class*="wd-style-"] {
  --nav-color: #D6D6D6 !important;          /* cor padrão dos itens de menu */
  --nav-color-hover: #FF7000 !important;    /* cor no hover */
  --nav-color-active: #FF7000 !important;   /* cor quando ativo */
  --nav-chevron-color: #ffffff !important;  /* cor da setinha dropdown */
}


/* =====================================
   🎨 ÍCONES DO TOPO
===================================== */
.wd-tools-icon {
  color: #D6D6D6 !important;
  fill: #D6D6D6 !important;
  stroke: #D6D6D6 !important;
}


/* =====================================
   🎨 FORMA DECORATIVA / SHAPE DIVIDER
===================================== */
.elementor-shape .elementor-shape-fill {
  fill: #1f1f1f !important;
}


/* =====================================
   🎨 COR DE FUNDO PERSONALIZADA (BLOCO ESPECÍFICO)
===================================== */
.elementor-element.elementor-element-67edf030 > .elementor-widget-container {
  background-color: #1f1f1f !important;
}


/*======================*/
/*Exibir elementor no editor*/
.elementor-editor-active




    .mp-details-title {
        font-weight: 700;
        color: #ffffff;
    }/* End custom CSS */