.elementor-13 .elementor-element.elementor-element-c7741f7{--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-13 .elementor-element.elementor-element-2753af3{margin:49px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-2753af3 img{width:27%;}.elementor-13 .elementor-element.elementor-element-ac2a8c6{--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-13 .elementor-element.elementor-element-45d34df{margin:34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-45d34df .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-e7c7885 .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-a66ac33 .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-7821a95 .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-04aba67 .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-088510b .elementor-button-content-wrapper{flex-direction:row;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://atacadao3irmaos.shop/wp-content/uploads/2026/04/zczdczdc.png");background-position:-273px 0px;}@media(max-width:1024px){body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-2753af3{margin:70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-2753af3 img{width:65%;}.elementor-13 .elementor-element.elementor-element-45d34df{margin:27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for button, class: .elementor-element-45d34df *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-45d34df {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-45d34df .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-13 .elementor-element.elementor-element-45d34df .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-45d34df .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-13 .elementor-element.elementor-element-45d34df .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-13 .elementor-element.elementor-element-45d34df .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-e7c7885 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-e7c7885 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-e7c7885 .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-13 .elementor-element.elementor-element-e7c7885 .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-e7c7885 .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-13 .elementor-element.elementor-element-e7c7885 .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-13 .elementor-element.elementor-element-e7c7885 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-a66ac33 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-a66ac33 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-a66ac33 .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-13 .elementor-element.elementor-element-a66ac33 .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-a66ac33 .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-13 .elementor-element.elementor-element-a66ac33 .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-13 .elementor-element.elementor-element-a66ac33 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-7821a95 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-7821a95 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-7821a95 .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-13 .elementor-element.elementor-element-7821a95 .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-7821a95 .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-13 .elementor-element.elementor-element-7821a95 .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-13 .elementor-element.elementor-element-7821a95 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-04aba67 *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-04aba67 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-04aba67 .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-13 .elementor-element.elementor-element-04aba67 .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-04aba67 .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-13 .elementor-element.elementor-element-04aba67 .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

/* Ajuste para Celulares */
@media (max-width: 600px) {
    .elementor-13 .elementor-element.elementor-element-04aba67 .elementor-button {
        width: 280px !important;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-088510b *//* 1. CENTRALIZA O BOTÃO NA COLUNA */
.elementor-13 .elementor-element.elementor-element-088510b {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 2. ESTRUTURA E COR DO BOTÃO (RESOLVE O BUG DA TRANSPARÊNCIA) */
.elementor-13 .elementor-element.elementor-element-088510b .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-13 .elementor-element.elementor-element-088510b .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

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

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

/* 4. TEXTO PRETO E CENTRALIZADO */
.elementor-13 .elementor-element.elementor-element-088510b .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-13 .elementor-element.elementor-element-088510b .elementor-button:hover {
    background-image: linear-gradient(90deg, #FFAC00 0%, #FFC72C 100%) !important;
    box-shadow: 0 0 20px #FFCA51, 
                0 0 40px #FFB10060;
}

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

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