.elementor-1279 .elementor-element.elementor-element-88c79a0{--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-1279 .elementor-element.elementor-element-88c79a0:not(.elementor-motion-effects-element-type-background), .elementor-1279 .elementor-element.elementor-element-88c79a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-1279 .elementor-element.elementor-element-6b12a1f .elementor-button{background-color:#5C00BF00;}.elementor-1279 .elementor-element.elementor-element-6b12a1f{width:var( --container-widget-width, 12% );max-width:12%;--container-widget-width:12%;--container-widget-flex-grow:0;}.elementor-1279 .elementor-element.elementor-element-6b12a1f .elementor-button .elementor-button-content-wrapper{justify-content:center;}/* Start custom CSS for button, class: .elementor-element-6b12a1f */.elementor-1279 .elementor-element.elementor-element-6b12a1f {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 707px;
    border: 1px solid #ffffff80;
    background: linear-gradient(90deg, #BC3AE2 0%, #40144D 100%);
    color: #fff;
    font-weight: bold;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease all;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.elementor-1279 .elementor-element.elementor-element-6b12a1f::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 707px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(-90deg, #BC3AE2 0%, #40144D 100%);
    opacity: 0;
    transition: 0.5s ease all;
    z-index: 1;
}

.elementor-1279 .elementor-element.elementor-element-6b12a1f:hover::before {
    opacity: 1;
    box-shadow: 0 0 40px rgba(188, 58, 226, 0.56);
}

.elementor-1279 .elementor-element.elementor-element-6b12a1f .elementor-button-text,
.elementor-1279 .elementor-element.elementor-element-6b12a1f .elementor-button-icon {
    position: relative;
    z-index: 2;
    transition: 0.3s ease;
}

/* Ícone padrão */
.elementor-1279 .elementor-element.elementor-element-6b12a1f .elementor-button-icon {
    display: inline-flex;
    transform: rotate(0deg);
}

/* Gira o ícone no hover */
.elementor-1279 .elementor-element.elementor-element-6b12a1f:hover .elementor-button-icon {
    transform: rotate(45deg);
}

/* Ajuste wrapper */
.elementor-1279 .elementor-element.elementor-element-6b12a1f .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    z-index: 2;
}/* End custom CSS */