.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-color-19d0d69:#E59601;--e-global-color-ead77a8:#1E1300;--e-global-color-835e000:#C5C5C5;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--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;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* Container */
.bggradiente {
    background-color: #140f05;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Gradiente suave */
.bggradiente::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(229, 150, 1, 0.18) 0%,
        rgba(229, 150, 1, 0.10) 40%,
        rgba(229, 150, 1, 0.05) 70%,
        rgba(229, 150, 1, 0.02) 100%
    );
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

/* Ícone Elementor */
.bggradiente .elementor-icon {
    transition: transform 0.5s ease;
}

/* Hover no container */
.bggradiente:hover {
    box-shadow: 0 10px 30px rgba(229, 150, 1, 0.15);
    transform: translateY(-2px); /* leve "lift" */
}

/* Gradiente aparece */
.bggradiente:hover::before {
    opacity: 1;
}

/* Ícone gira pra direita */
.bggradiente:hover .elementor-icon {
    transform: rotate(12deg) translateX(4px) scale(1.05);
}

.gradiente {
  background: -webkit-linear-gradient(50deg, #E59601, #ffbf49,#E59601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* FOOTER GLASS PREMIUM */

body::after{

    content: "";

    position: fixed;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 220px;

    pointer-events: none;

    z-index: 999;

    /* VIDRO */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

    /* ESCURECIMENTO SUAVE */
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.55) 22%,
        rgba(0,0,0,0.22) 48%,
        rgba(0,0,0,0.08) 68%,
        transparent 100%
    );

    /* FADE MAIS NATURAL */
    mask-image:
    linear-gradient(
        to top,
        black 0%,
        rgba(0,0,0,0.92) 20%,
        rgba(0,0,0,0.6) 45%,
        transparent 100%
    );

    -webkit-mask-image:
    linear-gradient(
        to top,
        black 0%,
        rgba(0,0,0,0.92) 20%,
        rgba(0,0,0,0.6) 45%,
        transparent 100%
    );
}

.glass-header{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Quando estiver sobre o rodapé */
.sem-blur{
    position: relative;
    z-index: 99999;
}/* End custom CSS */