.elementor-kit-5{--e-global-color-primary:#090909;--e-global-color-secondary:#F4DDB2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#A58755;--e-global-typography-primary-font-family:"Lexend Deca";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend Deca";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend Deca";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend Deca";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* ========================================
   TEXTURA DE FUNDO - Efeito de grão
   ======================================== */
html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}

/* ========================================
   BOTÕES - Estilo com gradiente dourado animado
   ======================================== */
.btn-gold .elementor-button {
    padding: 16px 14px 16px 20px;
    justify-content: center;
    border-radius: 55px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(90deg, #A58755 0%, #F4DDB2 26.44%, #A58755 52%, #F4DDB2 78%, #A58755 100%);
    background-size: 200% 100%;
    box-shadow: -29px 27px 11px 0 rgba(0, 0, 0, 0.00), 
                -19px 17px 10px 0 rgba(0, 0, 0, 0.02), 
                -10px 10px 9px 0 rgba(0, 0, 0, 0.08), 
                -5px 4px 6px 0 rgba(0, 0, 0, 0.13), 
                -1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease !important;
    position: relative;
    animation: gradienteAnimado 3s ease infinite;
}

@keyframes gradienteAnimado {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Hover no botão - suave e sutil */
.btn-gold .elementor-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: -35px 32px 15px 0 rgba(0, 0, 0, 0.00), 
                -22px 20px 14px 0 rgba(0, 0, 0, 0.03), 
                -13px 12px 12px 0 rgba(0, 0, 0, 0.10), 
                -6px 5px 9px 0 rgba(0, 0, 0, 0.16), 
                -2px 2px 5px 0 rgba(0, 0, 0, 0.20),
                0 0 15px rgba(191, 149, 63, 0.3);
}

/* Alinhamento do wrapper do botão */
.btn-gold .elementor-button-content-wrapper {
    align-items: center;
}

/* Ícone do botão */
.btn-gold .elementor-button svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: transform 0.3s ease !important;
}

/* Hover no ícone - rotação suave */
.btn-gold .elementor-button:hover svg {
    transform: rotate(45deg);
}

/* ========================================
   IMAGENS - Bordas decorativas douradas
   ======================================== */

/* Imagem com borda no canto superior esquerdo */
.imagem-bordas {
    position: relative;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
}

.imagem-bordas::before {
    content: '';
    position: absolute;
    top: -4%;
    left: -4%;
    width: 30%;
    height: 35%;
    border-top: 1px solid #BF953F;
    border-left: 1px solid #BF953F;
    pointer-events: none;
    z-index: 999;
}

/* Imagem com borda no canto inferior direito */
.imagem-bordas-direita {
    position: relative;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
}

.imagem-bordas-direita::before {
    content: '';
    position: absolute;
    bottom: -4%;
    right: -4%;
    width: 30%;
    height: 35%;
    border-bottom: 1px solid #BF953F;
    border-right: 1px solid #BF953F;
    pointer-events: none;
    z-index: 999;
}

/* Imagem com bordas diagonais (superior direito + inferior esquerdo) */
.imagem-bordas-diagonal {
    position: relative;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Borda superior direito */
.imagem-bordas-diagonal::before {
    content: '';
    position: absolute;
    top: -4%;
    right: -4%;
    width: 30%;
    height: 35%;
    border-top: 1px solid #BF953F;
    border-right: 1px solid #BF953F;
    pointer-events: none;
    z-index: 999;
}

/* Borda inferior esquerdo */
.imagem-bordas-diagonal::after {
    content: '';
    position: absolute;
    bottom: -4%;
    left: -4%;
    width: 30%;
    height: 35%;
    border-bottom: 1px solid #BF953F;
    border-left: 1px solid #BF953F;
    pointer-events: none;
    z-index: 999;
}

/* ========================================
   TEXTO - Gradiente dourado
   ======================================== */
.texto-gradiente {
    background: linear-gradient(90deg, #A58755 0%, #F4DDB2 26.44%, #A58755 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

/* ========================================
   CARDS - Background translúcido com hover aprimorado
   ======================================== */
.cards {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)!important;
    position: relative;
    overflow: hidden;
}

.cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cards:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: scale(1.03) translateY(-10px) rotate(-1deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.cards:hover::before {
    opacity: 1;
}

.card-2 {
    border-left: 1px solid #BF953F;
    background: rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)!important;
    position: relative;
    overflow: hidden;
}




.card-2:hover {
    background: rgba(0, 0, 0, 0.08);
    border-left: 3px solid #F4DDB2;
    transform: scale(1.03) translateY(-10px) rotate(-1deg);
   
}

.card-2:hover::before {
    opacity: 1;
}

.card-3 {
    border: 1px solid #161616;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.card-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(191, 149, 63, 0.04), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card-3:hover {
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(191, 149, 63, 0.3);
    transform: scale(1.02) translateY(-8px) rotate(-0.5deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.card-3:hover::before {
    opacity: 1;
}

/* ========================================
   ANIMAÇÕES DE SCROLL - Scroll reveal com blur
   ======================================== */

/* Desativa smooth scroll nativo para evitar conflitos */
html {
    scroll-behavior: auto !important;
}

/* Animação de entrada pela parte inferior */
.scroll-bottom {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(0px, 30px);
}

/* Animação de entrada pela parte superior */
.scroll-top {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(0px, -30px);
}

/* Animação de entrada pela esquerda */
.scroll-left {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(-30px, 0px);
}

/* Animação de entrada pela direita */
.scroll-right {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(30px, 0px);
}

/* Estado ativo - elemento visível e focado */
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo {
    opacity: 1;
    filter: blur(0px);
    transition: 0.8s !important;
    transform: translatey(0px);
}/* End custom CSS */