.elementor-kit-10779{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ec14109:#F6A611;--e-global-color-f2b1550:#FFFFFF;--e-global-color-c960d11:#131A1F;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;background-color:#131A1F;color:#FFFFFF;}.elementor-kit-10779 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 */p:last-child {
    margin-bottom: 0px;
}

.elementor-button {
    transition: .3s;
    transform: scale(1);
}

.elementor-button:hover {
    transition: .3s;
    transform: scale(1.05);
    cursor: pointer;
}

.elementor-button{
    background: linear-gradient(-45deg, #F6A611, #FFD992, #D58B00); /*mude as cores do degradê do botão aqui*/
    background-size: 800% 400%;
    transition: all .5s;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
}

@keyframes gradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.elementor-button:hover {
    transition: .5s ease;
    box-shadow: 0 0 3em 0.0001em rgba(246, 166, 17, 0.3),
        0 0 2em 0.2em rgba(246, 166, 17, 0.3),
        inset 0 0 .5em .5em rgba(246, 166, 17, 0.3);
}/* End custom CSS */