.elementor-7 .elementor-element.elementor-element-63091c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7 .elementor-element.elementor-element-2a9ce6e{margin:236px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-32b89b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button-content-wrapper{flex-direction:row;}.elementor-7 .elementor-element.elementor-element-ff775df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://encantos.store/wp-content/uploads/2026/04/site.png");background-position:-199px 0px;}@media(max-width:1024px){body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-2a9ce6e{margin:306px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-2a9ce6e img{width:42%;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-732px -182px;}}/* Start custom CSS for button, class: .elementor-element-caece32 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-7 .elementor-element.elementor-element-caece32 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (AMARELO E VERMELHO) */
.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    
    /* TAMANHO PADRÃO */
    width: 300px !important;  
    height: 65px !important;
    padding: 0 15px !important;
    
    /* BORDAS LEVEMENTE ARREDONDADAS */
    border-radius: 12px !important; 
    border: none !important;
    
    /* CORES (Amarelo Claro para Vermelho Escuro) */
    background-color: #fef95c !important; /* Cor de segurança (clara) */
    background-image: linear-gradient(90deg, #fef95c 0%, #b50400 100%) !important;
    
    /* FORÇA A VISIBILIDADE */
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s ease;
}

/* 3. ÍCONE BRANCO E POSICIONADO */
.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button-icon {
    flex: 0 0 30px !important; 
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
}

.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button-icon svg {
    fill: #ffffff !important; /* Branco com sombra */
    width: 18px !important;
    height: auto !important;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.5)); /* Sombra para não sumir no amarelo */
}

/* 4. TEXTO BRANCO, CENTRALIZADO E COM SOMBRA */
.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button-text {
    flex-grow: 1 !important;
    text-align: center !important;
    color: #ffffff !important; /* Texto Branco */
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-right: 30px !important; /* Compensa o ícone */
    
    /* PONTO CEGO RESOLVIDO: Sombra no texto */
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6) !important;
}

/* 5. EFEITOS DE HOVER (BRILHO AMARELO/VERMELHO) */
.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button:hover {
    /* Inverte o gradiente no hover */
    background-image: linear-gradient(90deg, #b50400 0%, #fef95c 100%) !important;
    /* Glow mesclando as duas cores */
    box-shadow: 0 0 20px #fef95c, 
                0 0 40px #b5040080;
}

.elementor-7 .elementor-element.elementor-element-caece32 .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(-45deg);
    transition: 0.5s ease;
}

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-7 .elementor-element.elementor-element-caece32 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */