.elementor-7 .elementor-element.elementor-element-bee00d2{--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-bed71c4{margin:107px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-bed71c4 img{width:25%;}.elementor-7 .elementor-element.elementor-element-b48d332{--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-f3ffddd{margin:55px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-f3ffddd .elementor-button-content-wrapper{flex-direction:row;}.elementor-7 .elementor-element.elementor-element-22b31da .elementor-button-content-wrapper{flex-direction:row;}.elementor-7 .elementor-element.elementor-element-ea10ee9 .elementor-button-content-wrapper{flex-direction:row;}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://liriodosvales.shop/wp-content/uploads/2026/04/awdADae.png");}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-bed71c4{margin:99px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-bed71c4 img{width:51%;}.elementor-7 .elementor-element.elementor-element-f3ffddd{margin:62px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}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:-55px -214px;}}/* Start custom CSS for button, class: .elementor-element-f3ffddd *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-7 .elementor-element.elementor-element-f3ffddd {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-7 .elementor-element.elementor-element-f3ffddd .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 FIXAS (Sem variáveis para evitar bug) */
    background-color: #FFC72C !important; /* Cor de segurança */
    background-image: linear-gradient(90deg, #FFC72C 0%, #FFAC00 100%) !important;
    
    /* FORÇA A VISIBILIDADE */
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s ease;
}

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

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

.elementor-7 .elementor-element.elementor-element-f3ffddd .elementor-button-icon svg {
    fill: #000000 !important; /* Ícone Preto */
    width: 18px !important;
    height: auto !important;
}

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-7 .elementor-element.elementor-element-f3ffddd .elementor-button-text {
    flex-grow: 1 !important;
    text-align: center !important;
    color: #000000 !important; /* Texto Preto */
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-right: 30px !important; /* Compensa o ícone para centralizar o texto no botão */
}

/* 5. EFEITOS DE HOVER (BRILHO) */
.elementor-7 .elementor-element.elementor-element-f3ffddd .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

.elementor-7 .elementor-element.elementor-element-f3ffddd .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-f3ffddd .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-22b31da *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-7 .elementor-element.elementor-element-22b31da {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-7 .elementor-element.elementor-element-22b31da .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 FIXAS (Sem variáveis para evitar bug) */
    background-color: #FFC72C !important; /* Cor de segurança */
    background-image: linear-gradient(90deg, #FFC72C 0%, #FFAC00 100%) !important;
    
    /* FORÇA A VISIBILIDADE */
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s ease;
}

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

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

.elementor-7 .elementor-element.elementor-element-22b31da .elementor-button-icon svg {
    fill: #000000 !important; /* Ícone Preto */
    width: 18px !important;
    height: auto !important;
}

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-7 .elementor-element.elementor-element-22b31da .elementor-button-text {
    flex-grow: 1 !important;
    text-align: center !important;
    color: #000000 !important; /* Texto Preto */
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-right: 30px !important; /* Compensa o ícone para centralizar o texto no botão */
}

/* 5. EFEITOS DE HOVER (BRILHO) */
.elementor-7 .elementor-element.elementor-element-22b31da .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

.elementor-7 .elementor-element.elementor-element-22b31da .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-22b31da .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ea10ee9 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-7 .elementor-element.elementor-element-ea10ee9 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-7 .elementor-element.elementor-element-ea10ee9 .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 FIXAS (Sem variáveis para evitar bug) */
    background-color: #FFC72C !important; /* Cor de segurança */
    background-image: linear-gradient(90deg, #FFC72C 0%, #FFAC00 100%) !important;
    
    /* FORÇA A VISIBILIDADE */
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s ease;
}

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

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

.elementor-7 .elementor-element.elementor-element-ea10ee9 .elementor-button-icon svg {
    fill: #000000 !important; /* Ícone Preto */
    width: 18px !important;
    height: auto !important;
}

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-7 .elementor-element.elementor-element-ea10ee9 .elementor-button-text {
    flex-grow: 1 !important;
    text-align: center !important;
    color: #000000 !important; /* Texto Preto */
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-right: 30px !important; /* Compensa o ícone para centralizar o texto no botão */
}

/* 5. EFEITOS DE HOVER (BRILHO) */
.elementor-7 .elementor-element.elementor-element-ea10ee9 .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

.elementor-7 .elementor-element.elementor-element-ea10ee9 .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-ea10ee9 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */